gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh
changeset 34 8844afdb7529
parent 0 8c5d936e5675
child 21 851e19007849
--- a/gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh	Thu Apr 01 03:26:30 2010 +0800
+++ b/gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh	Thu Apr 01 03:28:45 2010 +0800
@@ -67,6 +67,17 @@
     EProfile3DEchoUnderwater    = 28
     };
 
+enum TProfileAlertVibra
+    {
+    EProfileNoAlertVibra       = 0x00000000,
+    EProfileRingAlertVibra     = 0x00000001,
+    EProfileMessageAlertVibra  = 0x00000002,
+    EProfileEmailAlertVibra    = 0x00000004,
+    EProfileReminderAlarmVibra = 0x00000008,
+    EProfileClockAlarmVibra    = 0x00000010,
+    EProfileInformationVibra   = 0x00000020
+    };
+
 #endif // PROFILEINTERNAL_HRH
 
 // End of File