Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
18 #ifndef DEFAULTCAPS_HRH
19 #define DEFAULTCAPS_HRH
22 // Manufacturer or platform specific VID. A VID to be granted to all software
23 // from the same manufacturer.
24 #define VID_DEFAULT 0x101FB657
26 // All capabilities listed here:
27 // TCB DiskAdmin AllFiles DRM PowerMgmt ProtServ ReadDeviceData WriteDeviceData
28 // NetworkControl CommDD MultimediaDD SurroundingsDD TrustedUI SwEvent Location NetworkServices
29 // ReadUserData WriteUserData LocalServices UserEnvironment
31 // Default capabilities to be used in mmp file. Usage example:
32 // CAPABILITY CAP_APPLICATION
35 // General purpose library (dll). UI framework libraries, parsers, basic system
37 #define CAP_GENERAL_DLL ALL -TCB
39 // Application (exe), UI or non-UI.
40 #define CAP_APPLICATION NetworkServices LocalServices Location ReadUserData \
41 WriteUserData ReadDeviceData WriteDeviceData SwEvent UserEnvironment
43 // MIME-type recogniser. MIME-type recognisers (RecMmf.mdl).
44 #define CAP_RECOGNISER ProtServ
46 // ECOM plugin (dll). HTTP transport framework filters, MMF plugins,
48 #define CAP_ECOM_PLUGIN ALL -TCB
50 // Server (exe). Symbian OS servers.
51 #define CAP_SERVER ProtServ ReadDeviceData WriteDeviceData SwEvent Location \
52 NetworkServices ReadUserData WriteUserData LocalServices UserEnvironment
54 // Client-side interfaces for servers.
55 #define CAP_CLIENT_DLL ALL -TCB
57 // Device Drivers. Display driver, audio driver, camera driver.
58 #define CAP_DEVICE_DRIVER ALL
60 // File server components. File system extensions.
61 #define CAP_FILE_SERVER ALL
63 // SW installer server components. Utilities used by sw install
64 // (cryptographic libraries, parsers).
65 #define CAP_SW_INSTALL TCB NetworkServices ReadDeviceData WriteDeviceData \
66 ProtServ PowerMgmt AllFiles TrustedUI
68 // Kernel components. Any utility used by kernel.
69 #define CAP_KERNEL ALL