diff -r e3554c9069b6 -r 30540fccecae gsprofilesrv_plat/profiles_engine_api/inc/ProfileEngineInternalCRKeys.h --- a/gsprofilesrv_plat/profiles_engine_api/inc/ProfileEngineInternalCRKeys.h Fri Mar 19 09:34:30 2010 +0200 +++ b/gsprofilesrv_plat/profiles_engine_api/inc/ProfileEngineInternalCRKeys.h Fri Apr 16 15:15:08 2010 +0300 @@ -83,6 +83,45 @@ */ const TUint32 KProEngActiveAudioFeedback = 0x7E00001A; +/** +* Absolute file path of ring tone of the currently active profile, string. +**/ +const TUint32 KProEngActiveRingTone = 0x7E00001B; + +/** +* Absolute file path of message tone of the currently active profile, string. +**/ +const TUint32 KProEngActiveMessageTone = 0x7E00001C; + +/** +* Absolute file path of reminder tone of the currently active profile, string. +**/ +const TUint32 KProEngActiveReminderTone = 0x7E00001D; + +/** +* Absolute file path of clock alarm tone of the currently active profile, string. +**/ +const TUint32 KProEngActiveClockAlarmTone = 0x7E00001E; + +/** +* Alert vibra setting of the currently active profile, string. +* +* Possible values (bit OR): +* +* enum TProfileAlertVibra + { + EProfileNoAlertVibra = 0x00000000, + EProfileRingAlertVibra = 0x00000001, + EProfileMessageAlertVibra = 0x00000002, + EProfileEmailAlertVibra = 0x00000004, + EProfileReminderAlarmVibra = 0x00000008, + EProfileClockAlarmVibra = 0x00000010, + EProfileInformationVibra = 0x00000020 + }; +* +**/ +const TUint32 KProEngActiveAlertVibra = 0x7E00001F; + #endif // PROFILEENGINEINTERNALCRKEYS_H