This page was last modified 17:01, 8 June 2008.
Capabilities
From Forum Nokia Wiki
What are capabilities?
A capability is a feature of Symbian Platform Security, introduced on S60 in S60 3rd Edition (Symbian OS v9.1). For each of the capabilities, each running process (started from an EXE file) either has it or hasn't. Some actions, such as calling a server on the Symbian OS, require the calling process to have a capability. Whether or not the capability is required is controlled by the server that is being called: each server defines its own policy.
Also libraries (DLLs) have capabilities, but these are interpreted a bit differently than capabilities of processes (EXE files). When applied to a DLL, a capability indicates the trust level of the code within the DLL. When the DLL is loaded into a process, the code is executed with the capabilities of the process (EXE), not the capabilities of the DLL. The capabilities of the DLL just indicate to which extent the code in the DLL can be trusted. As an example, an EXE that has a TCB capability cannot load a DLL that does not have the TCB capability because the lack of TCB on a DLL indicates that the DLL code is not trusted to execute under TCB capability.
List of S60 3rd Edition capabilities
Basic capabilities - approved by the end user
Extended capabilities - approved by Symbian Signing
Express Signed
Certified Signed
Manufacturer-approved capabilities
See Also
- Application types that usually require manufacturer or platform capabilities
- Forum Nokia's official description of capabilities
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CActive object problem | xchewy | General Symbian C++ | 39 | 2008-05-10 20:40 |
| [help] in S60 3rd ,When i read Sms Outbox,get error code -46 | sala1987 | General Symbian C++ | 5 | 2007-11-04 05:56 |
| S60 3rd edition signing types | Bill_Murray | Symbian Signing, Certification and Security | 3 | 2006-12-12 09:27 |
| Detect device orientation capabilities | adigadish | General Symbian C++ | 3 | 2008-02-01 11:44 |
| Data call | songoku83 | General Symbian C++ | 53 | 2007-09-27 04:24 |
