phoneengine/phonemodel/inc/telephonyvariant.hrh
branchRCL_3
changeset 24 41a7f70b3818
parent 23 40a3f856b14d
child 25 5266b1f337bd
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  The file contains values for shared data keys specifying
    14 * Description:  The file contains values for shared data keys specifying
    15 *  		telephony specific software settings. 
    15 *       telephony specific software settings. 
    16 *
    16 *
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 
    20 
    32 * Keypad cover hides Send and End key 
    32 * Keypad cover hides Send and End key 
    33 * If set, softkeys are updated to handle call 
    33 * If set, softkeys are updated to handle call 
    34 * @since Series 60 3.1
    34 * @since Series 60 3.1
    35 */
    35 */
    36 #define KTelephonyLVFlagCoverHideSendEndKey 0x00000004
    36 #define KTelephonyLVFlagCoverHideSendEndKey 0x00000004
    37 
       
    38 /**
       
    39 * Shows contact name in Call UI even if there are several matches for the phone number.
       
    40 *
       
    41 */
       
    42 #define KTelephonyLVFlagShowContactWhenSeveralMatches 0x00000008
       
    43 
    37 
    44 /** 
    38 /** 
    45 * KTelephonyLVFlagScrollSoftKeys defines status of scroll softkeys. When the 
    39 * KTelephonyLVFlagScrollSoftKeys defines status of scroll softkeys. When the 
    46 * flag is set on in KTelephonyConfigFlags scroll softkeys are enabled. 
    40 * flag is set on in KTelephonyConfigFlags scroll softkeys are enabled. 
    47 */
    41 */
    94 * @since Series 60 2.6
    88 * @since Series 60 2.6
    95 */
    89 */
    96 #define KTelephonyLVFlagAdvancedENCheck 0x00000200
    90 #define KTelephonyLVFlagAdvancedENCheck 0x00000200
    97 
    91 
    98 /**
    92 /**
       
    93 * KTelephonyLVFlagDisableCallControlHardKeysWhileLocked 
       
    94 */
       
    95 #define KTelephonyLVFlagDisableCallControlHardKeysWhileLocked 0x00000400 
       
    96 
       
    97 /**
       
    98 * KTelephonyLVFlagUssdTone defines if the USSD tone play functionality is 
       
    99 * enabled.
       
   100 * When the flag is set, tone is played when USSD message is received. 
       
   101 * @since Series 60 2.6
       
   102 */
       
   103 #define KTelephonyLVFlagUssdTone 0x00000800
       
   104 
       
   105 
       
   106 /**
    99 * KTelephonyLVFlagArbitraryVideoScaling defines if video player
   107 * KTelephonyLVFlagArbitraryVideoScaling defines if video player
   100 * implementation in the device support arbitrary scaling.
   108 * implementation in the device support arbitrary scaling.
   101 * When the flag is set, arbitrary scaling is applied.
   109 * When the flag is set, arbitrary scaling is applied.
   102 * @since Series 60 3.1
   110 * @since Series 60 3.1
   103 */
   111 */
   104 #define KTelephonyLVFlagArbitraryVideoScaling 0x00001000
   112 #define KTelephonyLVFlagArbitraryVideoScaling 0x00001000
       
   113 
       
   114 /**
       
   115 * KTelephonyLVFlagAllowUnlockOnIncoming 
       
   116 */
       
   117 #define KTelephonyLVFlagAllowUnlockOnIncoming 0x00002000 
   105 
   118 
   106 /**
   119 /**
   107 * KTelephonyLVFlagMannerMode defines if the manner mode is enabled.
   120 * KTelephonyLVFlagMannerMode defines if the manner mode is enabled.
   108 * When the flag is set, long press on hash key toggles silent on/off
   121 * When the flag is set, long press on hash key toggles silent on/off
   109 * @since Series 60 2.8
   122 * @since Series 60 2.8
   133 * @since Series 60 5.0
   146 * @since Series 60 5.0
   134 */
   147 */
   135 #define KTelephonyLVFlagOptionsChange 0x00400000
   148 #define KTelephonyLVFlagOptionsChange 0x00400000
   136 
   149 
   137 /**
   150 /**
       
   151 * KTelephonyLVFlagForbiddenIcon defines if forbidden feature is enabled.
       
   152 * When flag is set, applications should show GSM, WCDMA, GSM/WCDMA 
       
   153 * and Forbiddeb icons in manual selection of network.
       
   154 * @since Series 60 5.0
       
   155 */
       
   156 #define KTelephonyLVFlagForbiddenIcon 0x00800000
       
   157 
       
   158 /**
   138 * Ussd ( service command ) shows number of remaining characters 
   159 * Ussd ( service command ) shows number of remaining characters 
   139 * Requirement RM-RIM TOOL ID 107-8820 
   160 * Requirement RM-RIM TOOL ID 107-8820 
   140 * @since Series 60 3.0
   161 * @since Series 60 3.0
   141 */
   162 */
   142 #define KTelephonyLVFlagUssdUIRemainingChars 0x10000000
   163 #define KTelephonyLVFlagUssdUIRemainingChars 0x10000000