phone_plat/telephony_information_api/inc/telinformationpskeys.h
branchRCL_3
changeset 61 41a7f70b3818
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phone_plat/telephony_information_api/inc/telinformationpskeys.h	Thu Aug 19 09:54:27 2010 +0300
+++ b/phone_plat/telephony_information_api/inc/telinformationpskeys.h	Tue Aug 31 15:14:29 2010 +0300
@@ -42,6 +42,26 @@
 
 const TUint32 KTelDisplayInfo =  0x00000002; 
 
+/*****************************************************************************
+* Telephony Car Mode API
+* This can be used for setting and requesting
+* Car Mode status.
+*****************************************************************************/
+const TUid KPSUidTelCarMode = {0x102029A8};
+
+/**
+* Indicates the car mode setting
+* This key has two special values, see EPSCarModeSetting.
+* 
+* @type RProperty::EInt
+*/          
+const TUint32 KTelCarMode = 0x00000001;
+enum EPSTelCarModeSetting
+    {
+    EPSCarModeOff = 0,
+    EPSCarModeOn    
+    };
+
 #endif      // TELINFORMATIONPSKEYS_H
 
 // End of file