gsprofilesrv_plat/profiles_engine_api/inc/ProfileEngineInternalCRKeys.h
changeset 36 48848d132687
parent 34 8844afdb7529
child 68 13e71d907dc3
equal deleted inserted replaced
35:159cfcd3c1c5 36:48848d132687
    83  */
    83  */
    84 const TUint32 KProEngActiveAudioFeedback = 0x7E00001A;
    84 const TUint32 KProEngActiveAudioFeedback = 0x7E00001A;
    85 
    85 
    86 /**
    86 /**
    87 * Absolute file path of ring tone of the currently active profile, string.
    87 * Absolute file path of ring tone of the currently active profile, string.
       
    88 * Since 10.1
    88 **/
    89 **/
    89 const TUint32 KProEngActiveRingTone = 0x7E00001B;
    90 const TUint32 KProEngActiveRingTone = 0x7E00001B;
    90 
    91 
    91 /**
    92 /**
    92 * Absolute file path of message tone of the currently active profile, string.
    93 * Absolute file path of message tone of the currently active profile, string.
       
    94 * Since 10.1
    93 **/
    95 **/
    94 const TUint32 KProEngActiveMessageTone = 0x7E00001C;
    96 const TUint32 KProEngActiveMessageTone = 0x7E00001C;
    95 
    97 
    96 /**
    98 /**
    97 * Absolute file path of reminder tone of the currently active profile, string.
    99 * Absolute file path of reminder tone of the currently active profile, string.
       
   100 * Since 10.1
    98 **/
   101 **/
    99 const TUint32 KProEngActiveReminderTone = 0x7E00001D;
   102 const TUint32 KProEngActiveReminderTone = 0x7E00001D;
   100 
   103 
   101 /**
   104 /**
   102 * Absolute file path of clock alarm tone of the currently active profile, string.
   105 * Absolute file path of clock alarm tone of the currently active profile, string.
       
   106 * Since 10.1
   103 **/
   107 **/
   104 const TUint32 KProEngActiveClockAlarmTone = 0x7E00001E;
   108 const TUint32 KProEngActiveClockAlarmTone = 0x7E00001E;
   105 
   109 
   106 /**
   110 /**
   107 * Alert vibra setting of the currently active profile, string.
   111 * Alert vibra setting of the currently active profile, string.
       
   112 * 
       
   113 * Since 10.1
   108 * 
   114 * 
   109 * Possible values (bit OR):
   115 * Possible values (bit OR):
   110 * 
   116 * 
   111 * enum TProfileAlertVibra
   117 * enum TProfileAlertVibra
   112     {
   118     {
   120     };
   126     };
   121 * 
   127 * 
   122 **/
   128 **/
   123 const TUint32 KProEngActiveAlertVibra = 0x7E00001F;
   129 const TUint32 KProEngActiveAlertVibra = 0x7E00001F;
   124 
   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;
   125 
   148 
   126 #endif      // PROFILEENGINEINTERNALCRKEYS_H
   149 #endif      // PROFILEENGINEINTERNALCRKEYS_H
   127 
   150 
   128 // End of File
   151 // End of File