cellular/SSSettings/inc/SSSettingsPrivateCRKeys.h
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2004 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:  SSSettings private Central Repository keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SSSETTINGSPRIVATECRKEYS_H
       
    20 #define SSSETTINGSPRIVATECRKEYS_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32def.h>
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 /**
       
    28 * Supplementary Service Settings API
       
    29 * Supplementary and CPHS service settings.
       
    30 */
       
    31 const TUid KCRUidSupplementaryServiceSettings = {0x101F87E3};
       
    32 
       
    33 /**
       
    34 * ALS line for outgoing calls, integer value
       
    35 *
       
    36 * This setting is only for SSSettings internal use.
       
    37 *
       
    38 * 0 = ALS not supported
       
    39 * 1 = Primary line
       
    40 * 2 = Secondary line
       
    41 */
       
    42 const TUint32 KSettingsAlsLine = 0x00000001;
       
    43 
       
    44 /**
       
    45 * CLIR (Calling Line Idefitication Restriction) mode.
       
    46 *
       
    47 * 0 = Network default
       
    48 * 1 = Explicit invoke
       
    49 * 2 = Explicit suppress
       
    50 */
       
    51 const TUint32 KSettingsCLIR = 0x00000002;
       
    52 
       
    53 /**
       
    54 * CUG mode.
       
    55 *
       
    56 */
       
    57 const TUint32 KSettingsCUG = 0x00000003;
       
    58 
       
    59 /**
       
    60 * Previous CUG index.
       
    61 */
       
    62 const TUint32 KSettingsPreviousCUGIndex = 0x00000004;
       
    63 
       
    64 
       
    65 #endif      // SSSETTINGSPRIVATECRKEYS_H
       
    66 
       
    67 // End of file