gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh
branchRCL_3
changeset 53 8ee96d21d9bf
parent 0 8c5d936e5675
child 54 7e0eff37aedb
--- a/gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh	Thu Aug 19 10:12:30 2010 +0300
+++ b/gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh	Tue Aug 31 15:29:50 2010 +0300
@@ -32,7 +32,10 @@
     EProfileTactileFeedbackOff		= 0,
     EProfileTactileFeedbackLevel1	= 1,
     EProfileTactileFeedbackLevel2	= 2,
-    EProfileTactileFeedbackLevel3	= 3
+    EProfileTactileFeedbackLevel3	= 3,
+    //Since 10.1
+    EProfileTactileFeedbackLevel4   = 4,
+    EProfileTactileFeedbackLevel5   = 5
     };
 
 enum TProfileAudioFeedback
@@ -40,7 +43,10 @@
     EProfileAudioFeedbackOff		= 0,
     EProfileAudioFeedbackLevel1		= 1,
     EProfileAudioFeedbackLevel2		= 2,
-    EProfileAudioFeedbackLevel3		= 3
+    EProfileAudioFeedbackLevel3		= 3,
+    //Since 10.1
+    EProfileAudioFeedbackLevel4     = 4,
+    EProfileAudioFeedbackLevel5     = 5
     };
 
 enum TProfile3DToneEffect
@@ -67,6 +73,26 @@
     EProfile3DEchoUnderwater    = 28
     };
 
+// Since 10.1
+enum TProfileAlertVibra
+    {
+    EProfileNoAlertVibra       = 0x00000000,
+    EProfileRingAlertVibra     = 0x00000001,
+    EProfileMessageAlertVibra  = 0x00000002,
+    EProfileEmailAlertVibra    = 0x00000004,
+    EProfileReminderAlarmVibra = 0x00000008,
+    EProfileClockAlarmVibra    = 0x00000010,
+    EProfileInformationVibra   = 0x00000020
+    };
+
+// Deprecated Since 10.1
+enum TProfileMasterVolume
+    {
+    EProfileMasterVolumeSoft = 1,
+    EProfileMasterVolumeMed  = 5,
+    EProfileMasterVolumeLoud = 10	
+    };
+
 #endif // PROFILEINTERNAL_HRH
 
 // End of File