gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh
branchRCL_3
changeset 54 7e0eff37aedb
parent 53 8ee96d21d9bf
--- a/gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh	Tue Aug 31 15:29:50 2010 +0300
+++ b/gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh	Wed Sep 01 12:20:44 2010 +0100
@@ -32,10 +32,7 @@
     EProfileTactileFeedbackOff		= 0,
     EProfileTactileFeedbackLevel1	= 1,
     EProfileTactileFeedbackLevel2	= 2,
-    EProfileTactileFeedbackLevel3	= 3,
-    //Since 10.1
-    EProfileTactileFeedbackLevel4   = 4,
-    EProfileTactileFeedbackLevel5   = 5
+    EProfileTactileFeedbackLevel3	= 3
     };
 
 enum TProfileAudioFeedback
@@ -43,10 +40,7 @@
     EProfileAudioFeedbackOff		= 0,
     EProfileAudioFeedbackLevel1		= 1,
     EProfileAudioFeedbackLevel2		= 2,
-    EProfileAudioFeedbackLevel3		= 3,
-    //Since 10.1
-    EProfileAudioFeedbackLevel4     = 4,
-    EProfileAudioFeedbackLevel5     = 5
+    EProfileAudioFeedbackLevel3		= 3
     };
 
 enum TProfile3DToneEffect
@@ -73,26 +67,6 @@
     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