56
|
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: Defines the cenrep keys of triggering settigs API
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#ifndef LBTTRIGGERINGSETTINGSKEYS_H
|
|
20 |
#define LBTTRIGGERINGSETTINGSKEYS_H
|
|
21 |
|
|
22 |
// CONSTANTS
|
|
23 |
|
|
24 |
// ENUMERATION FOR CENTRAL REPOSITORY KEYS
|
|
25 |
enum TCenRepKeys
|
|
26 |
{
|
|
27 |
ELbtOptimizationLevel = 0x00000001,
|
|
28 |
ELbtModuleId = 0x00000002,
|
|
29 |
ELbtMinUpdateInterval = 0x00000003,
|
|
30 |
ELbtMinUpdateIntervalOnGpsFailure = 0x00000004,
|
|
31 |
ELbtMaxUserSpeed = 0x00000005,
|
|
32 |
ELbtTriggeringMechanismState = 0x00000006,
|
|
33 |
ELbtMinimumTriggerArea = 0x00000007,
|
|
34 |
ELbtTrackModeInterval = 0x00000008,
|
|
35 |
ELbtLocRequestTimeOut = 0x00000009,
|
|
36 |
ELbtMinHysteresisArea = 0x0000000A,
|
|
37 |
ELbtDaysForCleanup = 0x0000000B,
|
|
38 |
ELbtSleepTime = 0x0000000C,
|
|
39 |
ELbtMaxActiveTriggers = 0x0000000D,
|
|
40 |
ELbtNppModuleId = 0x0000000E
|
|
41 |
};
|
|
42 |
|
|
43 |
// CENTRAL REPOSITORY UID
|
|
44 |
const TInt KCRUidLocationTriggeringSettings(0x1028312F);
|
|
45 |
|
|
46 |
|
|
47 |
|
|
48 |
|
|
49 |
#endif // LBTTRIGGERINGSETTINGSKEYS_H |