gsprofilesrv_plat/profiles_engine_api/inc/ProfileEngineInternalCRKeys.h
changeset 34 8844afdb7529
parent 0 8c5d936e5675
child 21 851e19007849
equal deleted inserted replaced
33:6263db170452 34:8844afdb7529
    81  * 2 (Level 2)
    81  * 2 (Level 2)
    82  * 3 (Level 3)
    82  * 3 (Level 3)
    83  */
    83  */
    84 const TUint32 KProEngActiveAudioFeedback = 0x7E00001A;
    84 const TUint32 KProEngActiveAudioFeedback = 0x7E00001A;
    85 
    85 
       
    86 /**
       
    87 * Absolute file path of ring tone of the currently active profile, string.
       
    88 **/
       
    89 const TUint32 KProEngActiveRingTone = 0x7E00001B;
       
    90 
       
    91 /**
       
    92 * Absolute file path of message tone of the currently active profile, string.
       
    93 **/
       
    94 const TUint32 KProEngActiveMessageTone = 0x7E00001C;
       
    95 
       
    96 /**
       
    97 * Absolute file path of reminder tone of the currently active profile, string.
       
    98 **/
       
    99 const TUint32 KProEngActiveReminderTone = 0x7E00001D;
       
   100 
       
   101 /**
       
   102 * Absolute file path of clock alarm tone of the currently active profile, string.
       
   103 **/
       
   104 const TUint32 KProEngActiveClockAlarmTone = 0x7E00001E;
       
   105 
       
   106 /**
       
   107 * Alert vibra setting of the currently active profile, string.
       
   108 * 
       
   109 * Possible values (bit OR):
       
   110 * 
       
   111 * enum TProfileAlertVibra
       
   112     {
       
   113     EProfileNoAlertVibra       = 0x00000000,
       
   114     EProfileRingAlertVibra     = 0x00000001,
       
   115     EProfileMessageAlertVibra  = 0x00000002,
       
   116     EProfileEmailAlertVibra    = 0x00000004,
       
   117     EProfileReminderAlarmVibra = 0x00000008,
       
   118     EProfileClockAlarmVibra    = 0x00000010,
       
   119     EProfileInformationVibra   = 0x00000020
       
   120     };
       
   121 * 
       
   122 **/
       
   123 const TUint32 KProEngActiveAlertVibra = 0x7E00001F;
       
   124 
    86 
   125 
    87 #endif      // PROFILEENGINEINTERNALCRKEYS_H
   126 #endif      // PROFILEENGINEINTERNALCRKEYS_H
    88 
   127 
    89 // End of File
   128 // End of File