cellular/SSSettings/inc/SSSettingsPrivatePSKeys.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:  Private Publish and Subscribe keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SSSETTINGSPRIVATEPSKEYS_H
       
    20 #define SSSETTINGSPRIVATEPSKEYS_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32def.h>
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 /**
       
    28 * Configuration settings in (U)SIM and product profile
       
    29 */
       
    30 const TUid KPSUidSSConfig = {0x101F87E4};
       
    31 
       
    32 /**
       
    33 * Cached Customer Service Profile(CSP) values.
       
    34 *
       
    35 * This setting is only for SSSettings'
       
    36 * internal use, don't use it directly!
       
    37 *
       
    38 * Bits 24-31 Call Completion Services
       
    39 * Bits 16-23 Call Offering Services
       
    40 * Bits 8-15 Call Restriction Services
       
    41 * Bits 0-7 Cphs Teleservices
       
    42 */
       
    43 const TUint32 KSettingsCspCache1 = 0x00000001;
       
    44 
       
    45 /**
       
    46 * Cached Customer Service Profile(CSP) values.
       
    47 *
       
    48 * This setting is only for SSSettings'
       
    49 * internal use, don't use it directly!
       
    50 *
       
    51 * Bits 24-31 Other Supp Services (03)
       
    52 * Bits 16-23  CPSH Teleservices (06)
       
    53 * Bits 8-15 CPHS Features (07)
       
    54 * Bits 0-7 Cphs Value Added Services
       
    55 */
       
    56 const TUint32 KSettingsCspCache2 = 0x00000002;
       
    57 
       
    58 /**
       
    59 * Cached Customer Service Profile(CSP) values.
       
    60 *
       
    61 * This setting is only for SSSettings'
       
    62 * internal use, don't use it directly!
       
    63 *
       
    64 * Bits 24-31 <not used>
       
    65 * Bits 16-23 Information Numbers (D5) 
       
    66 * Bits 8-15 Phase 2+ Services (09)
       
    67 * Bits 0-7 Number Identifying (08)
       
    68 */
       
    69 const TUint32 KSettingsCspCache3 = 0x00000003;
       
    70 
       
    71 /**
       
    72 * Support for ALS in product profile, integer value.
       
    73 *
       
    74 * Possible values:
       
    75 * 0 (not supported)
       
    76 * 1 (supported)
       
    77 */
       
    78 const TUint32 KSettingsPPSupportsALS = 0x00000004;
       
    79 
       
    80 /**
       
    81 * Support for ALS in SIM, integer value.
       
    82 *
       
    83 * Possible values:
       
    84 * 0 (not supported)
       
    85 * 1 (supported)
       
    86 */
       
    87 const TUint32 KSettingsSIMSupportsALS = 0x00000005;
       
    88 
       
    89 #endif      // SSSETTINGSPRIVATEPSKEYS_H
       
    90 
       
    91 // End of file