supl/locationsuplfw/settingsapi/inc/epos_csuplsettingsinternalcrkeys.h
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:24:21 +0100
branchRCL_3
changeset 45 6b6920c56e2f
parent 44 2b4ea9893b66
child 49 10852b179f64
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   Central repository keys for SUPL Settings
*
*/



#ifndef SUPLSETTINGSINTERNALCRKEYS_H
#define SUPLSETTINGSINTERNALCRKEYS_H

const TUid KCRUidSuplSettings = {0x102073D6 };

const TUint32 KSuplSettingsHSLPAddress = 0x00000001;
const TUint32 KSuplSettingsFallBack = 0x00000002;
const TUint32 KSuplSettingsFallBackTimer = 0x00000003;
const TUint32 KSuplSettingsIMSI = 0x00000004;
const TUint32 KSuplSettingsUsage = 0x00000005;
const TUint32 KSuplSettingsDBEvent = 0x00000006;
const TUint32 KSuplSettingsDBChangedSLPId = 0x00000007;
const TUint32 KSuplSettigsDBPath = 0x00000008;
const TUint32 KSuplSessionDBEvent = 0x00000009;
const TUint32 KSuplSessionDBChangedSessionId = 0x0000000A;
const TUint32 KSuplGeoInfoConvServerName = 0x0000000B;

#endif //SUPLSETTINGSINTERNALCRKEYS_H