diff -r 000000000000 -r 667063e416a2 supl/locationsuplfw/settingsapi/inc/epos_csuplsettingsinternalcrkeys.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/supl/locationsuplfw/settingsapi/inc/epos_csuplsettingsinternalcrkeys.h Tue Feb 02 01:06:48 2010 +0200 @@ -0,0 +1,36 @@ +/* +* 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; + +#endif //SUPLSETTINGSINTERNALCRKEYS_H