|
1 /* |
|
2 * Copyright (c) 2003-2005 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: |
|
15 * |
|
16 * The file contains values for central repository keys specifying |
|
17 * Logs specific software settings. |
|
18 * |
|
19 * |
|
20 */ |
|
21 |
|
22 |
|
23 #ifndef LOGSVARIANT_HRH |
|
24 #define LOGSVARIANT_HRH |
|
25 |
|
26 /**************************************************************************/ |
|
27 /** Logs Local Variation Keys */ |
|
28 /* Provides access to the locally variated fetures in Logs application */ |
|
29 const TUid KCRUidLogsLV = {0x102750C6}; |
|
30 |
|
31 /** |
|
32 * KLogsActiveCallDuration |
|
33 * Controls the feature of showing or not shoiwing the active call duration counter |
|
34 * in Logs timers view. |
|
35 * 0 - Duration of Active Call is not shown by Logs Counter View. |
|
36 * 1 - Duration of Active Call is shown by Logs Counte View." |
|
37 */ |
|
38 const TUint32 KLogsActiveCallDuration = 0x00000001; |
|
39 |
|
40 /**************************************************************************/ |
|
41 /** |
|
42 * Logs Local Variation Flags. |
|
43 */ |
|
44 const TUint32 KLogsLVFlags = 0x00000002; |
|
45 |
|
46 /** |
|
47 * KLogsLVFlagShowRingDuration is on/off setting for ring duration feature. |
|
48 * When it is set on in KLogsLVFlags, ring duration feature is enabled. |
|
49 */ |
|
50 #define KLogsLVFlagShowRingDuration 0x00000001 |
|
51 |
|
52 /**************************************************************************/ |
|
53 |
|
54 |
|
55 #endif |
|
56 // End of File |