supl/locationsuplfw/settingsapi/inc/epos_csuplsettingsinternalcrkeys.h
changeset 0 667063e416a2
child 19 02ba3f1733c6
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 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:   Central repository keys for SUPL Settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef SUPLSETTINGSINTERNALCRKEYS_H
       
    21 #define SUPLSETTINGSINTERNALCRKEYS_H
       
    22 
       
    23 const TUid KCRUidSuplSettings = {0x102073D6 };
       
    24 
       
    25 const TUint32 KSuplSettingsHSLPAddress = 0x00000001;
       
    26 const TUint32 KSuplSettingsFallBack = 0x00000002;
       
    27 const TUint32 KSuplSettingsFallBackTimer = 0x00000003;
       
    28 const TUint32 KSuplSettingsIMSI = 0x00000004;
       
    29 const TUint32 KSuplSettingsUsage = 0x00000005;
       
    30 const TUint32 KSuplSettingsDBEvent = 0x00000006;
       
    31 const TUint32 KSuplSettingsDBChangedSLPId = 0x00000007;
       
    32 const TUint32 KSuplSettigsDBPath = 0x00000008;
       
    33 const TUint32 KSuplSessionDBEvent = 0x00000009;
       
    34 const TUint32 KSuplSessionDBChangedSessionId = 0x0000000A;
       
    35 
       
    36 #endif //SUPLSETTINGSINTERNALCRKEYS_H