--%>

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 : Define the term Manifest file Define

    Define the term Manifest file: It is a file which is held in a Java Archive (JAR) file, explaining the contents of the archive.

  • Q : What is Concurrency Concurrency : This

    Concurrency: This is a feature of parallel programming. The parts of a program whose executions overlap in time are stated to execute concurrently. Java's thread characteristic support concurrency.

  • Q : Explain Call-by-value Call-by-value:

    Call-by-value: The semantics of passing an argument to a method in which a copy of actual argument value is taken and positioned in a separate memory location, symbolized by the corresponding formal argument. As an outcome, assignment to the formal ar

  • Q : How Does Run time data handled into QTP

    How Does Run time data i.e. Parameterization is handled within QTP?

  • Q : Define Container Abstractions Container

    Container Abstractions: Abstractions for containers (such as lists, stacks, sets, or queues) may represent just the state of a container—e.g., full or empty—and abstract away from the actual container content. The list operations also need

  • Q : What is Bandera Bandera: The main goal

    Bandera: The main goal of Bandera project is to integrate existing programming language processing methods with newly developed methods to provide automated support for the extraction of safe, compact, finite-state models which are suitable for verifi

  • Q : Do I need to know SGML or HTML before

    Do I need to know SGML or HTML before learn XML?

  • Q : What is a Micro-chip Micro-chip : It is

    Micro-chip: It is a small electronic device employed to build computers and other electronic equipment. The chips are generally employed to supply the memory and processing components of the computer.

  • Q : Explain the purpose of using XML

    Explain the purpose of using XML.