omacpadapters/accesspointadapter/Inc/WPAPSharedDataKeys.h
changeset 42 aa33c2cb9a50
equal deleted inserted replaced
41:c742e1129640 42:aa33c2cb9a50
       
     1 /*
       
     2 * Copyright (c) 2002 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:     Shared data keys for operator AP settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #ifndef WPAPSHAREDDATAKEYS_H
       
    23 #define WPAPSHAREDDATAKEYS_H
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 // -----------------------------------------------------------------------------
       
    28 // AP Operator setting 0x101F466B
       
    29 // -----------------------------------------------------------------------------
       
    30 
       
    31 const TUid KSDUidOperatorSettings = {0x101F466B};
       
    32 
       
    33 /**
       
    34 * Modification of locked APs via OTA allowed 
       
    35 *
       
    36 * Possible values:
       
    37 * 0 (no)
       
    38 * 1 (yes)
       
    39 *
       
    40 * Default value: 0
       
    41 **/
       
    42 _LIT( KOsOtaModificationAllowed, "A" );
       
    43 
       
    44 #endif // WPAPSharedDataKeys_H
       
    45 
       
    46 // End of File