locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsprivatecrkeys.h
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2006 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:  Defining local variation for SUPL Settings UI
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef LOCSUPLSETTINGSPRIVATECRKEYS_H
       
    21 #define LOCSUPLSETTINGSPRIVATECRKEYS_H
       
    22 
       
    23 // UID value for the Central Repository Key used for local variationing in 
       
    24 // SUPL Settings UI
       
    25 const TInt KCRUidLocSuplSettingsUi = 0x1028190A;
       
    26 
       
    27 // Central repository Key identifer value
       
    28 const TInt KLocSuplSettingsLVFlags = 0x00000001;
       
    29 
       
    30 // Enumeration values that the Central repository key KLocSuplSettingsLVFlags 
       
    31 // can take
       
    32 enum TSuplSettingsLVValue
       
    33 	{
       
    34 	ESuplHslpAddressAbsent 	= 0x00000000,
       
    35 	ESuplHslpAddressPresent = 0x00000001
       
    36 	};
       
    37 
       
    38 #endif      // LOCSUPLSETTINGSPRIVATECRKEYS_H