diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-96C007D1-9AA0-57DC-A6DC-8B6E5A2DF644.dita --- a/Symbian3/SDK/Source/GUID-96C007D1-9AA0-57DC-A6DC-8B6E5A2DF644.dita Fri Jul 16 17:23:46 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ - - - - - -capability

capability capability-names

Use the capability statement to specify the platform security capabilities of the executable.

The setting is only functional on OS versions based on the EKA2 kernel. For those versions based on EKA1, the keyword is ignored.

The keyword is followed by a space separated set of capabilities, for example:

CAPABILITY LocalServices ReadDeviceData ReadUserData

The special capability name ALL is used to represents all capabilities supported by the current version of Symbian platform. This can be used as an alternative to naming all capabilities individually.

ALL can also be used together with capability names prefixed by a '-', to indicate which capabilities to exclude, e.g.

CAPABILITY ALL -TCB -TrustedUI

indicates a set of all capabilities excluding TCB and TrustedUI.

If no capabilities are required, then NONE can be used.

If the CAPABILITY keyword is not present in the MMP file, then the default of CAPABILITY NONE is used.

\ No newline at end of file