author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 18 Jan 2010 21:02:57 +0200 | |
changeset 27 | 02682e02e51f |
parent 10 | fc9cf246af83 |
child 28 | 92cfb77afb61 |
permissions | -rw-r--r-- |
5 | 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: describes system information notifiers. |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#ifndef __ENTITYKEYS_H__ |
|
20 |
#define __ENTITYKEYS_H__ |
|
21 |
||
22 |
namespace SysInfo |
|
23 |
{ |
|
24 |
_LIT(KNetwork, "Network"); |
|
25 |
_LIT(KBattery, "Battery"); |
|
26 |
_LIT(KGeneral, "General"); |
|
27 |
_LIT(KConnectivity,"Connectivity"); |
|
28 |
_LIT(KFeatures, "Features"); |
|
29 |
_LIT(KDisplay, "Display"); |
|
30 |
_LIT(KMemory, "Memory"); |
|
31 |
_LIT(KDevice, "Device"); |
|
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
32 |
_LIT(KCameraInfo, "Camera"); |
5 | 33 |
|
34 |
||
35 |
_LIT(KSignalStrength, "SignalStrength"); |
|
36 |
_LIT(KRegistrationStatus,"RegistrationStatus"); |
|
37 |
_LIT(KNetworkMode, "NetworkMode"); |
|
38 |
_LIT(KHomeNetwork, "HomeNetwork"); |
|
39 |
_LIT(KCurrentNetwork, "CurrentNetwork"); |
|
40 |
_LIT(KLocationArea, "LocationArea"); |
|
41 |
_LIT(KCellID, "CellID"); |
|
42 |
||
43 |
_LIT(KChargingStatus, "ChargingStatus"); |
|
44 |
_LIT(KBatteryStrength, "BatteryStrength"); |
|
45 |
||
46 |
_LIT(KAccessoryStatus, "AccessoryStatus"); |
|
47 |
_LIT(KConnectedAccessories, "ConnectedAccessories"); |
|
48 |
_LIT(KInputLanguage, "InputLanguage"); |
|
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
49 |
_LIT(KDisplayLanguage, "DisplayLanguage"); |
5 | 50 |
_LIT(KSupportedLanguages, "SupportedLanguages"); |
51 |
_LIT(KPridictiveText, "PredictiveText"); |
|
52 |
_LIT(KVibraActive, "VibraActive"); |
|
53 |
_LIT(KAvailableUSBModes, "AvailableUSBModes"); |
|
54 |
_LIT(KActiveUSBMode, "ActiveUSBMode"); |
|
55 |
_LIT(KFlipStatus, "FlipStatus"); |
|
56 |
_LIT(KGripStatus, "GripStatus"); |
|
57 |
_LIT(KNumberOfSoftKeys, "NumberOfSoftKeys"); |
|
58 |
||
59 |
||
60 |
_LIT(KBlueTooth, "BlueTooth"); |
|
61 |
_LIT(KInfraRed, "InfraRed"); |
|
62 |
_LIT(KActiveConnections,"ActiveConnections"); |
|
63 |
_LIT(KConnectionStatus, "ConnectionStatus"); |
|
64 |
_LIT(KWLanMacAddress, "WLanMacAddress"); |
|
65 |
||
66 |
||
67 |
_LIT(KCamera, "Camera"); |
|
68 |
_LIT(KMemoryCard, "MemoryCard"); |
|
69 |
_LIT(KFMRadio, "FMRadio"); |
|
70 |
_LIT(KQwerty, "Qwerty"); |
|
71 |
_LIT(KWLan, "WLan"); |
|
72 |
_LIT(KUsb, "Usb"); |
|
73 |
_LIT(KPen, "Pen"); |
|
74 |
_LIT(KLED, "LED"); |
|
75 |
_LIT(KCoverUI, "CoverUI"); |
|
76 |
_LIT(KSideVolumeKeys, "SideVolumeKeys"); |
|
77 |
_LIT(KVibra, "Vibra"); |
|
78 |
||
79 |
||
80 |
_LIT(KBrightness, "Brightness"); |
|
81 |
_LIT(KPowerSaverTimeOut,"PowerSaverTimeOut"); |
|
82 |
_LIT(KScreenSaverTimeOut,"ScreenSaverTimeOut"); |
|
83 |
_LIT(KUserInactivity, "UserInactivity"); |
|
84 |
_LIT(KAutoLockTime, "AutoLockTime"); |
|
85 |
_LIT(KAutoLockStatus, "AutoLockStatus"); |
|
86 |
_LIT(KKeyGaurdTime, "KeyGuardTime"); |
|
87 |
_LIT(KWallpaper, "Wallpaper"); |
|
88 |
_LIT(KLightTimeOut, "LightTimeOut"); |
|
89 |
_LIT(KDisplayResolution,"DisplayResolution"); |
|
90 |
_LIT(KDisplayOrientation,"DisplayOrientation"); |
|
91 |
||
92 |
_LIT(KListDrives, "ListDrives"); |
|
93 |
_LIT(KDriveInfo, "DriveInfo"); |
|
94 |
_LIT(KCriticalMemory, "CriticalMemory"); |
|
95 |
||
96 |
_LIT(KFirmwareVersion, "FirmwareVersion"); |
|
97 |
_LIT(KPlatformVersion, "PlatformVersion"); |
|
98 |
_LIT(KSymbianOsVersion, "OsVersion"); |
|
99 |
_LIT(KProductType, "ProductType"); |
|
100 |
_LIT(KManufacturer, "Manufacturer"); |
|
101 |
_LIT(KMachineID, "MachineID"); |
|
102 |
_LIT(KPhoneModel, "PhoneModel"); |
|
103 |
_LIT(KIMEI, "IMEI"); |
|
104 |
||
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
105 |
_LIT(KCameraProperties, "CameraProperties"); |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
106 |
|
5 | 107 |
enum TStatus |
108 |
{ |
|
109 |
EUnknown = -1, |
|
110 |
ENotCharging=0, |
|
111 |
ECharging=1, |
|
112 |
EOff=0, |
|
113 |
EOn=1, |
|
114 |
EDisabled=0, |
|
115 |
EEnabled=1, |
|
116 |
ENotLocked=0, |
|
117 |
ELocked=1, |
|
118 |
EClosed=0, |
|
119 |
EOpen=1, |
|
120 |
ERemoved=0, |
|
121 |
EInserted=1, |
|
122 |
ENormal=0, |
|
123 |
ERotated90, |
|
124 |
ERotated180, |
|
125 |
ERotated270 |
|
126 |
}; |
|
127 |
||
128 |
} |
|
129 |
||
130 |
#endif __ENTITYKEYS_H__ |