--%>

Platform security of S60 third Edition application

How do I know that platform security abilities my S60 3rd Edition application needs?

E

Expert

Verified

The Help documentation within the S60 3rd Edition SDKs gives general guidance on that platform security abilities are needed for different APIs. The abilities that an application needs can be confirmed into the S60 emulator. While the option "Enable EPOCWIND, OUT Logging" is chosen in the emulator and the PlatSecDiagnostics is put ON in epoc.ini, a log file is formed in the Windows "temp" folder termed as epocwind.out that has information about the abilities required. The information is a warning message signified that a capability is required.

   Related Questions in Programming Languages

  • Q : Main uses of Virtual memory Illustrate

    Illustrate the main uses of Virtual memory?

  • Q : Web based programming homework

    Component 2 Task b: Task Description Computing students at this University who study on undergraduate courses require a method to view their module marks and to see how they are progressing on the module. You have been asked to develop a web

  • Q : What is Factory pattern Factory pattern

    Factory pattern: A pattern of class definition which is employed as a generator of instances of other classes. Frequently employed to form platform- or locale-particular implementations of abstract classes or interfaces. This decreases coupling betwee

  • Q : What is HSB Color Model HSB Color Model

    HSB Color Model: A color model based on symbolizing a color as 3-components: hue, saturation and brightness. This is at times termed as the HSV color model - hue, saturation and value.

  • Q : Differentiate overriding and

    Differentiate overriding and overloading method?

  • Q : Define Mixed Mode Mixed Mode : Permits

    Mixed Mode: Permits domain controllers executing both Windows 2000 and prior versions of Windows NT to co-exist in the domain. In mixed mode, the domain features from prior versions of Windows NT Server are still allowed, whereas some Windows 2000 fea

  • Q : How you can develop your capability in

    How you can develop your capability in test?

  • Q : What is an Implicit type conversion

    Implicit type conversion: The type conversion which does not need a cast. Implicit type conversions usually do not comprise any loss of information. For example, joining an integer operand with a floating point operand in an arithmetic expression will

  • Q : Types of layout managers Describe the

    Describe the layout manager and what are the various types of layout managers accessible?