gsprofilesrv_plat/settings_framework_api/inc/GeneralSettingsVariant.hrh
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     1 /*
       
     2 * Copyright (c) 2003-2005 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef GENERALSETTINGSVARIANT_HRH
       
    21 #define GENERALSETTINGSVARIANT_HRH
       
    22 
       
    23 /** 
       
    24 * EGSConfigOTAAutoUpdate is on/off setting for Automatic update of service.
       
    25 * When it is set on in TGeneralSettingsLocalVariantFlags OTA is enabled.
       
    26 */
       
    27 #define EGSConfigOTAAutoUpdate 0x00000001
       
    28 
       
    29 /** 
       
    30 * EGSConfigAutoRedial is on/off setting for Automatic redial.
       
    31 * When it is set on in TGeneralSettingsLocalVariantFlags 
       
    32 * automatic redial is enabled.
       
    33 */
       
    34 #define EGSConfigAutoRedial 0x00000002
       
    35 
       
    36 /** 
       
    37 * EGSConfig2G3GNetworkIcon is on/off setting for 2G/3G network icon display.
       
    38 * When it is set ON in KGeneralSettingsLVFlags 
       
    39 * display of 2G/3G icon in network selection list is enabled.
       
    40 * Used in GSM/WCDMA builds ONLY.
       
    41 */
       
    42 #define EGSConfig2G3GNetworkIcon 0x00000004
       
    43 
       
    44 /**
       
    45 * EGSConfigPowerSaveLed is on/off setting for Power Save LED mode setting.
       
    46 * When it is set ON in KGeneralSettingsLVFlags
       
    47 * Power Save LED mode item is displayed in the Display settings.
       
    48 */
       
    49 #define EGSConfigPowerSaveLed 0x00000008
       
    50 
       
    51 /**
       
    52 * EGSConfigRestrictedSendCallerId is on/off setting for Restricted Send 
       
    53 * Caller ID setting.
       
    54 * When it is set ON in KGeneralSettingsLVFlags
       
    55 * Send Caller ID "Set by network" mode item is hidden in the Call settings.
       
    56 */
       
    57 #define EGSConfigRestrictedSendCallerId 0x00000010
       
    58 
       
    59 /**
       
    60 * EGSConfigSecureSendCallerId is on/off setting for Secure Send Caller ID 
       
    61 * setting.
       
    62 * When it is set ON in KGeneralSettingsLVFlags
       
    63 * Send Caller ID mode item can only be changed in the Call settings
       
    64 * if a valid security code is entered.
       
    65 */
       
    66 #define EGSConfigSecureSendCallerId 0x00000020
       
    67 
       
    68 /**
       
    69 * EGSConfigNoAutoToAutoNetworkSearch is on/off setting for Network search when 
       
    70 * the network selection setting is Automatic and the user selects Automatic
       
    71 * again. This contradicts the Telefonica request that this should be disabled.
       
    72 * 
       
    73 * If this value is set, auto-to-auto net search is disabled == Telefonica.
       
    74 *
       
    75 * Default: Automatic to Automatic Network search is enabled = 0.
       
    76 */
       
    77 #define EGSConfigNoAutoToAutoNetworkSearch 0x00000040
       
    78 
       
    79 /**
       
    80 * EGSConfigOperatorIdle is on/off setting for enabling Operator Idle when 
       
    81 * this is been supported by the operator. 
       
    82 * If this value is set, The user can use the Operator Idle
       
    83 * instead of Active Idle.
       
    84 * This feature is Operator Specific
       
    85 */
       
    86 #define EGSConfigOperatorIdle 0x00000080
       
    87 
       
    88 
       
    89 #endif // GENERALSETTINGSVARIANT_HRH
       
    90 
       
    91 // End of File