supl/locationsuplfw/settingsapi/inc/epos_csuplsettingsinternalcrkeys.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:20:18 +0300
branchRCL_3
changeset 19 02ba3f1733c6
parent 0 667063e416a2
child 20 2b4ea9893b66
permissions -rw-r--r--
Revision: 201030 Kit: 201033

/*
* 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