phone_plat/telephony_information_api/inc/telinformationpskeys.h
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 76 cfea66083b62
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Telephony information Publish and Subscribe keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef TELINFORMATIONPSKEYS_H
       
    20 #define TELINFORMATIONPSKEYS_H
       
    21 
       
    22 #include <e32std.h>
       
    23 
       
    24 // CONSTANTS
       
    25 
       
    26 /*****************************************************************************
       
    27 * Telephony Information API UID
       
    28 *****************************************************************************/
       
    29 const TUid KPSUidTelInformation = {0x101F8789};
       
    30 
       
    31 /**
       
    32 * Identifier of Phone application.
       
    33 * @type RProperty::EInt
       
    34 */
       
    35 const TUint32 KTelPhoneUid = 0x00000001; 
       
    36 
       
    37 /**
       
    38 * Operator information display data.
       
    39 * @see TTelTitleDisplay in TelephonyDomainPSTypes.h
       
    40 * @type RProperty::EByteArray
       
    41 */
       
    42 
       
    43 const TUint32 KTelDisplayInfo =  0x00000002; 
       
    44 
       
    45 /*****************************************************************************
       
    46 * Telephony Car Mode API
       
    47 * This can be used for setting and requesting
       
    48 * Car Mode status.
       
    49 *****************************************************************************/
       
    50 const TUid KPSUidTelCarMode = {0x102029A8};
       
    51 
       
    52 /**
       
    53 * Indicates the car mode setting
       
    54 * This key has two special values, see EPSCarModeSetting.
       
    55 * 
       
    56 * @type RProperty::EInt
       
    57 */          
       
    58 const TUint32 KTelCarMode = 0x00000001;
       
    59 enum EPSTelCarModeSetting
       
    60     {
       
    61     EPSCarModeOff = 0,
       
    62     EPSCarModeOn    
       
    63     };
       
    64 
       
    65 #endif      // TELINFORMATIONPSKEYS_H
       
    66 
       
    67 // End of file