phoneengine/phonemodel/inc/telinternalpskeys.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    58 
    58 
    59 /*****************************************************************************
    59 /*****************************************************************************
    60 * Telephony Audio Preference API UID 
    60 * Telephony Audio Preference API UID 
    61 *****************************************************************************/
    61 *****************************************************************************/
    62 const TUid KPSUidTelAudioPreference = {0x102029A4};
    62 const TUid KPSUidTelAudioPreference = {0x102029A4};
    63     
    63 	
    64 /**
    64 /**
    65 * Indicates the in call audio routing
    65 * Indicates the in call audio routing
    66 * preference to the phone (public/private)
    66 * preference to the phone (public/private)
    67 * This key has two special values, see EPSTelAudioOutput.
    67 * This key has two special values, see EPSTelAudioOutput.
    68 * 
    68 * 
    69 * @type RProperty::EInt
    69 * @type RProperty::EInt
    70 */          
    70 */			
    71 const TUint32 KTelAudioOutput = 0x00000001;
    71 const TUint32 KTelAudioOutput = 0x00000001;
    72 enum EPSTelAudioOutput
    72 enum EPSTelAudioOutput
    73     {
    73     {
    74     EPSAudioPrivate = 0,
    74     EPSAudioPrivate = 0,
    75     EPSAudioPublic    
    75     EPSAudioPublic    
   122 * Command key for launching Log application.
   122 * Command key for launching Log application.
   123 * @type RProperty::EInt
   123 * @type RProperty::EInt
   124 */
   124 */
   125 const TUint32 KTelGenCmdLaunchLogApp = 0x00000001;
   125 const TUint32 KTelGenCmdLaunchLogApp = 0x00000001;
   126 
   126 
       
   127 
   127 #endif      // TELINTERNALPSKEYS_H
   128 #endif      // TELINTERNALPSKEYS_H
   128 
   129 
   129 // End of file
   130 // End of file