gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh
changeset 68 13e71d907dc3
parent 36 48848d132687
--- a/gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh	Fri Jun 25 17:09:30 2010 +0800
+++ b/gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh	Thu Nov 04 13:38:47 2010 +0800
@@ -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
-    };
-
-// Since 10.1
-enum TProfileMasterVolume
-    {
-    EProfileMasterVolumeSoft = 1,
-    EProfileMasterVolumeMed  = 5,
-    EProfileMasterVolumeLoud = 10	
-    };
-
 #endif // PROFILEINTERNAL_HRH
 
 // End of File