equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #ifndef HWRMPOWERDOMAINCRKEYS_H |
|
17 #define HWRMPOWERDOMAINCRKEYS_H |
|
18 |
|
19 #include <e32cmn.h> |
|
20 |
|
21 /** |
|
22 * Power Settings repository UID. |
|
23 * |
|
24 * @publishedPartner |
|
25 * @released |
|
26 */ |
|
27 const TUid KCRUidPowerSettings = {0x10200C8D}; |
|
28 |
|
29 |
|
30 /** |
|
31 * Value for the Base Time Interval. |
|
32 * |
|
33 * Value is in milliseconds |
|
34 * |
|
35 * @publishedPartner |
|
36 * @released |
|
37 */ |
|
38 const TUint32 KPowerBaseTimeInterval = 0x00000001; |
|
39 |
|
40 /** |
|
41 * Maximum Reporting Period. |
|
42 * |
|
43 * Value is in milliseconds |
|
44 * |
|
45 * @publishedPartner |
|
46 * @released |
|
47 */ |
|
48 const TUint32 KPowerMaxReportingPeriod = 0x00000002; |
|
49 |
|
50 #endif // HWRMPOWERDOMAINCRKEYS_H |
|
51 |
|
52 // End of File |