author | William Roberts <williamr@symbian.org> |
Fri, 10 Sep 2010 13:55:53 +0100 | |
branch | HighFidelityModel |
changeset 410 | c10ba65d2699 |
permissions | -rw-r--r-- |
410
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
1 |
/* |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
3 |
* All rights reserved. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
8 |
* |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
11 |
* |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
12 |
* Contributors: |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
13 |
* |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
14 |
* Description: |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
15 |
* |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
16 |
*/ |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
17 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
18 |
#ifndef DEFAULTCAPS_HRH |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
19 |
#define DEFAULTCAPS_HRH |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
20 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
21 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
22 |
// Manufacturer or platform specific VID. A VID to be granted to all software |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
23 |
// from the same manufacturer. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
24 |
#define VID_DEFAULT 0x101FB657 |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
25 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
26 |
// All capabilities listed here: |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
27 |
// TCB DiskAdmin AllFiles DRM PowerMgmt ProtServ ReadDeviceData WriteDeviceData |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
28 |
// NetworkControl CommDD MultimediaDD SurroundingsDD TrustedUI SwEvent Location NetworkServices |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
29 |
// ReadUserData WriteUserData LocalServices UserEnvironment |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
30 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
31 |
// Default capabilities to be used in mmp file. Usage example: |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
32 |
// CAPABILITY CAP_APPLICATION |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
33 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
34 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
35 |
// General purpose library (dll). UI framework libraries, parsers, basic system |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
36 |
// services. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
37 |
#define CAP_GENERAL_DLL ALL -TCB |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
38 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
39 |
// Application (exe), UI or non-UI. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
40 |
#define CAP_APPLICATION NetworkServices LocalServices Location ReadUserData \ |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
41 |
WriteUserData ReadDeviceData WriteDeviceData SwEvent UserEnvironment |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
42 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
43 |
// MIME-type recogniser. MIME-type recognisers (RecMmf.mdl). |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
44 |
#define CAP_RECOGNISER ProtServ |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
45 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
46 |
// ECOM plugin (dll). HTTP transport framework filters, MMF plugins, |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
47 |
// ICL plugins. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
48 |
#define CAP_ECOM_PLUGIN ALL -TCB |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
49 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
50 |
// Server (exe). Symbian OS servers. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
51 |
#define CAP_SERVER ProtServ ReadDeviceData WriteDeviceData SwEvent Location \ |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
52 |
NetworkServices ReadUserData WriteUserData LocalServices UserEnvironment |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
53 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
54 |
// Client-side interfaces for servers. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
55 |
#define CAP_CLIENT_DLL ALL -TCB |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
56 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
57 |
// Device Drivers. Display driver, audio driver, camera driver. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
58 |
#define CAP_DEVICE_DRIVER ALL |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
59 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
60 |
// File server components. File system extensions. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
61 |
#define CAP_FILE_SERVER ALL |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
62 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
63 |
// SW installer server components. Utilities used by sw install |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
64 |
// (cryptographic libraries, parsers). |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
65 |
#define CAP_SW_INSTALL TCB NetworkServices ReadDeviceData WriteDeviceData \ |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
66 |
ProtServ PowerMgmt AllFiles TrustedUI |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
67 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
68 |
// Kernel components. Any utility used by kernel. |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
69 |
#define CAP_KERNEL ALL |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
70 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
71 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
72 |
#endif |
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
73 |
|
c10ba65d2699
Add symbian4\config tree, to contain the hrh files which are processed by joinsysdef.pl to resolve conditional elements
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
74 |
// End of File |