secureswitools/swianalysistoolkit/source/chainvalidityandinstallfilestatustools/common/capabilities.h
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 /** |
|
20 @file |
|
21 @internalComponent |
|
22 */ |
|
23 |
|
24 #ifndef __CAPABILITIES_H__ |
|
25 #define __CAPABILITIES_H__ |
|
26 |
|
27 static const char* CapabilityList[]= |
|
28 { |
|
29 "TCB" , |
|
30 "CommDD", |
|
31 "PowerMgmt", |
|
32 "MultimediaDD", |
|
33 "ReadDeviceData", |
|
34 "WriteDeviceData", |
|
35 "DRM" , |
|
36 "TrustedUI" , |
|
37 "ProtServ" , |
|
38 "DiskAdmin" , |
|
39 "NetworkControl" , |
|
40 "AllFiles" , |
|
41 "SwEvent" , |
|
42 "NetworkServices" , |
|
43 "LocalServices" , |
|
44 "ReadUserData" , |
|
45 "WriteUserData" , |
|
46 "Location" , |
|
47 "SurroundingsDD" , |
|
48 "UserEnvironment" |
|
49 }; |
|
50 |
|
51 #define KNumberOfCaps (sizeof(CapabilityList) / sizeof(CapabilityList[0])) |
|
52 |
|
53 const int KCapabilityHardlimit = 256; |
|
54 |
|
55 #endif |