diff -r 8ee96d21d9bf -r 7e0eff37aedb profilesservices/ProfileEngine/EngInc/ProfileEnginePrivateCRKeys.h --- a/profilesservices/ProfileEngine/EngInc/ProfileEnginePrivateCRKeys.h Tue Aug 31 15:29:50 2010 +0300 +++ b/profilesservices/ProfileEngine/EngInc/ProfileEnginePrivateCRKeys.h Wed Sep 01 12:20:44 2010 +0100 @@ -55,6 +55,8 @@ */ const TUint32 KProEngSchedulerTaskId = 0x80000005; + + // // The rest of the constants are used with profile-specific settings. The // actual key for a setting of a profile must be constructed as follows: @@ -195,6 +197,20 @@ const TUint32 KProEngVibra = EProfileSettingIdVibra; /** + * This value indicates whether Email vibra should be on or off. Integer (0 or 1). + * + * Default values: + * + * General (0): 0 + * Silent (1): 0 + * Meeting (2): 0 + * Outdoor (3): 1 + * Pager (4): 1 + * Off-line (5): 0 + */ +const TUint32 KProEngEmailVibra = EProfileSettingIdEmailVibra; + +/** * This value indicates whether warning and game tones should be on or off. * Integer (0 or 1). * @@ -414,20 +430,6 @@ */ const TUint32 KProEngAudioFeedback = EProfileSettingIdAudioFeedback; -/** - * - */ -const TUint32 KProEngReminderTone = EProfileSettingIdReminderTone; - -/** - * - */ -const TUint32 KProEngClockAlarmTone = EProfileSettingIdClockAlarmTone; - -/** - * - */ -const TUint32 KProEngAlertVibra = EProfileSettingIdAlertVibra; /** * The id used for storing the default settings for user created profiles.