author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 02 Feb 2010 00:45:40 +0200 | |
changeset 42 | 92cfb77afb61 |
parent 22 | fc9cf246af83 |
child 54 | e7cb6cffd49a |
permissions | -rw-r--r-- |
19 | 1 |
/* |
2 |
* Copyright (c) 2005-2006 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: Constants used in interface class |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#ifndef __SYSINFO_AIWPARAMS_HRH_ |
|
19 |
#define __SYSINFO_AIWPARAMS_HRH_ |
|
20 |
||
21 |
namespace sysinfoaiwparams |
|
22 |
{ |
|
23 |
// |
|
24 |
//Service Name. |
|
25 |
// |
|
26 |
_LIT8(KService,"Service.SysInfo"); |
|
27 |
||
28 |
// |
|
29 |
//Interface identifier. |
|
30 |
// |
|
31 |
_LIT8(KIDataSource,"ISysInfo"); |
|
32 |
||
33 |
// |
|
34 |
//Sysinfo commands. |
|
35 |
// |
|
36 |
_LIT8(KGetInfo,"GetInfo"); |
|
37 |
_LIT8(KSetInfo,"SetInfo"); |
|
38 |
_LIT8(KGetNotification,"GetNotification"); |
|
39 |
_LIT8(KCancel,"Cancel"); |
|
40 |
||
41 |
// |
|
42 |
//Content identifier. |
|
43 |
// |
|
44 |
_LIT8(KEntity,"Entity"); |
|
45 |
_LIT8(KKey,"Key"); |
|
46 |
_LIT8(KSysData,"SystemData"); |
|
47 |
_LIT8(KReturnValue,"ReturnValue"); |
|
48 |
_LIT8(KTransactionId,"TransactionID"); |
|
49 |
_LIT8(KErrorCode,"ErrorCode"); |
|
50 |
||
51 |
||
52 |
// |
|
53 |
//Driveinfo content identifiers |
|
54 |
// |
|
55 |
_LIT8(KDriveNo,"Drive"); |
|
56 |
_LIT8(KCriticalSpace,"CriticalSpace"); |
|
57 |
_LIT8(KMediaType,"MediaType"); |
|
58 |
_LIT8(KTotalSpace,"TotalSpace"); |
|
59 |
_LIT8(KFreeSpace,"FreeSpace"); |
|
60 |
_LIT8(KDriveName,"DriveName"); |
|
61 |
_LIT8(KBatteryState,"BatteryState"); |
|
62 |
||
63 |
||
64 |
// |
|
65 |
//Driveinfo identifier |
|
66 |
// |
|
67 |
_LIT8(KDriveinfo,"Driveinfo"); |
|
68 |
||
69 |
||
70 |
// |
|
71 |
//Status content identifiers |
|
72 |
// |
|
73 |
_LIT8(KStatus,"Status"); |
|
74 |
||
75 |
// |
|
76 |
// Version identifiers |
|
77 |
// |
|
78 |
_LIT8(KMajorVersion,"MajorVersion"); |
|
79 |
_LIT8(KMinorVersion,"MinorVersion"); |
|
80 |
||
81 |
// |
|
82 |
// NetworkInfo identifiers |
|
83 |
// |
|
84 |
_LIT8(KNetworkName,"NetworkName"); |
|
85 |
_LIT8(KNetworkStatus,"NetworkStatus"); |
|
86 |
_LIT8(KNetworkMode,"NetworkMode"); |
|
87 |
_LIT8(KCountryCode,"CountryCode"); |
|
88 |
_LIT8(KNetworkCode,"NetworkCode"); |
|
89 |
_LIT8(KLocationStatus,"LocationStatus"); |
|
90 |
_LIT8(KAreaCode,"AreaCode"); |
|
91 |
_LIT8(KCellId,"CellId"); |
|
92 |
||
93 |
// |
|
94 |
// ConnectionInfo identifiers |
|
95 |
// |
|
96 |
_LIT8(KIAPID,"IAPID"); |
|
97 |
_LIT8(KIAPName,"IAPName"); |
|
98 |
_LIT8(KIAPConnectionName,"IAPConnectionName"); |
|
99 |
_LIT8(KConnectionType,"ConnectionType"); |
|
100 |
_LIT8(KConnectionStatus,"ConnectionStatus"); |
|
101 |
||
102 |
// |
|
103 |
// Connection identifiers |
|
104 |
// |
|
105 |
_LIT8(KConnectionList,"ConnectionList"); |
|
106 |
||
107 |
// |
|
108 |
// Accessory identifiers |
|
109 |
// |
|
110 |
_LIT8(KAccessoryType,"AccessoryType"); |
|
111 |
_LIT8(KAccessoryState,"AccessoryState"); |
|
112 |
||
113 |
// |
|
114 |
// Accessory identifiers |
|
115 |
// |
|
116 |
_LIT8(KAccessoryList,"AccessoryList"); |
|
117 |
||
118 |
||
119 |
// |
|
120 |
// Display Resolution identifiers |
|
121 |
// |
|
122 |
_LIT8(KXPixels,"XPixels"); |
|
123 |
_LIT8(KYPixels,"YPixels"); |
|
124 |
||
125 |
// |
|
126 |
// StringData identifier |
|
127 |
// |
|
128 |
_LIT8(KStringData,"StringData"); |
|
129 |
||
130 |
// |
|
131 |
// StringList identifier |
|
132 |
// |
|
133 |
_LIT8(KStringList,"StringList"); |
|
134 |
||
135 |
// |
|
136 |
// StringData identifier |
|
137 |
// |
|
138 |
_LIT8(KLanguageList,"LanguageList"); |
|
139 |
||
140 |
// |
|
141 |
// DriveList identifier |
|
142 |
// |
|
143 |
_LIT8(KDriveList,"DriveList"); |
|
22
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
144 |
|
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
145 |
_LIT8(KCamResList,"ResolutionList"); |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
146 |
|
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
147 |
_LIT8(KCamMimeTypesList,"MimeTypeList"); |
42
92cfb77afb61
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
22
diff
changeset
|
148 |
|
92cfb77afb61
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
22
diff
changeset
|
149 |
_LIT8(KCapability, "capability"); |
92cfb77afb61
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
22
diff
changeset
|
150 |
_LIT8(KDecManufacturer, "manufacturer"); |
92cfb77afb61
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
22
diff
changeset
|
151 |
_LIT8(KIdentifier, "identifier"); |
92cfb77afb61
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
22
diff
changeset
|
152 |
_LIT8(KAccelerated, "accelerated"); |
92cfb77afb61
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
22
diff
changeset
|
153 |
_LIT8(KMaxBitrate, "maxBitrate"); |
92cfb77afb61
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
22
diff
changeset
|
154 |
_LIT8(KVersion, "version"); |
19 | 155 |
} |
156 |
||
42
92cfb77afb61
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
22
diff
changeset
|
157 |
#endif //__SYSINFO_AIWPARAMS_HRH_ |