gsprofilesrv_plat/profiles_engine_api/inc/ProfileEngineInternalCRKeys.h
changeset 68 13e71d907dc3
parent 36 48848d132687
equal deleted inserted replaced
40:6465d5bb863a 68:13e71d907dc3
    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 * Since 10.1
       
    89 **/
       
    90 const TUint32 KProEngActiveRingTone = 0x7E00001B;
       
    91 
       
    92 /**
       
    93 * Absolute file path of message tone of the currently active profile, string.
       
    94 * Since 10.1
       
    95 **/
       
    96 const TUint32 KProEngActiveMessageTone = 0x7E00001C;
       
    97 
       
    98 /**
       
    99 * Absolute file path of reminder tone of the currently active profile, string.
       
   100 * Since 10.1
       
   101 **/
       
   102 const TUint32 KProEngActiveReminderTone = 0x7E00001D;
       
   103 
       
   104 /**
       
   105 * Absolute file path of clock alarm tone of the currently active profile, string.
       
   106 * Since 10.1
       
   107 **/
       
   108 const TUint32 KProEngActiveClockAlarmTone = 0x7E00001E;
       
   109 
       
   110 /**
       
   111 * Alert vibra setting of the currently active profile, string.
       
   112 * 
       
   113 * Since 10.1
       
   114 * 
       
   115 * Possible values (bit OR):
       
   116 * 
       
   117 * enum TProfileAlertVibra
       
   118     {
       
   119     EProfileNoAlertVibra       = 0x00000000,
       
   120     EProfileRingAlertVibra     = 0x00000001,
       
   121     EProfileMessageAlertVibra  = 0x00000002,
       
   122     EProfileEmailAlertVibra    = 0x00000004,
       
   123     EProfileReminderAlarmVibra = 0x00000008,
       
   124     EProfileClockAlarmVibra    = 0x00000010,
       
   125     EProfileInformationVibra   = 0x00000020
       
   126     };
       
   127 * 
       
   128 **/
       
   129 const TUint32 KProEngActiveAlertVibra = 0x7E00001F;
       
   130 
       
   131 /**
       
   132 * Master volume for all profiles, int
       
   133 * Since 10.1
       
   134 **/
       
   135 const TUint32 KProEngMasterVolume = 0x80000200;
       
   136 
       
   137 /**
       
   138 * Master vibra for all profiles, int
       
   139 * Since 10.1
       
   140 **/
       
   141 const TUint32 KProEngMasterVibra  = 0x80000201;
       
   142 
       
   143 /**
       
   144 * Silence mode, bool 1: On 0: Off
       
   145 * Since 10.1
       
   146 **/
       
   147 const TUint32 KProEngSilenceMode  = 0x80000202;
       
   148 
    86 
   149 #endif      // PROFILEENGINEINTERNALCRKEYS_H
    87 #endif      // PROFILEENGINEINTERNALCRKEYS_H
   150 
    88 
   151 // End of File
    89 // End of File