gsprofilesrv_plat/profiles_engine_api/inc/ProfileEngineInternalCRKeys.h
changeset 21 851e19007849
parent 19 30540fccecae
child 68 13e71d907dc3
--- a/gsprofilesrv_plat/profiles_engine_api/inc/ProfileEngineInternalCRKeys.h	Fri Apr 16 15:15:08 2010 +0300
+++ b/gsprofilesrv_plat/profiles_engine_api/inc/ProfileEngineInternalCRKeys.h	Mon May 03 12:46:45 2010 +0300
@@ -85,27 +85,33 @@
 
 /**
 * Absolute file path of ring tone of the currently active profile, string.
+* Since 10.1
 **/
 const TUint32 KProEngActiveRingTone = 0x7E00001B;
 
 /**
 * Absolute file path of message tone of the currently active profile, string.
+* Since 10.1
 **/
 const TUint32 KProEngActiveMessageTone = 0x7E00001C;
 
 /**
 * Absolute file path of reminder tone of the currently active profile, string.
+* Since 10.1
 **/
 const TUint32 KProEngActiveReminderTone = 0x7E00001D;
 
 /**
 * Absolute file path of clock alarm tone of the currently active profile, string.
+* Since 10.1
 **/
 const TUint32 KProEngActiveClockAlarmTone = 0x7E00001E;
 
 /**
 * Alert vibra setting of the currently active profile, string.
 * 
+* Since 10.1
+* 
 * Possible values (bit OR):
 * 
 * enum TProfileAlertVibra
@@ -122,6 +128,23 @@
 **/
 const TUint32 KProEngActiveAlertVibra = 0x7E00001F;
 
+/**
+* Master volume for all profiles, int
+* Since 10.1
+**/
+const TUint32 KProEngMasterVolume = 0x80000200;
+
+/**
+* Master vibra for all profiles, int
+* Since 10.1
+**/
+const TUint32 KProEngMasterVibra  = 0x80000201;
+
+/**
+* Silence mode, bool 1: On 0: Off
+* Since 10.1
+**/
+const TUint32 KProEngSilenceMode  = 0x80000202;
 
 #endif      // PROFILEENGINEINTERNALCRKEYS_H