equal
deleted
inserted
replaced
|
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: This file contains domain central repository key definitions |
|
15 * owned by HWRM. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef HWRMDOMAINCRKEYS_H |
|
21 #define HWRMDOMAINCRKEYS_H |
|
22 |
|
23 // INCLUDES |
|
24 //#include <HWRMSDKCRKeys.h> |
|
25 #include <e32cmn.h> |
|
26 |
|
27 // CONSTANTS |
|
28 |
|
29 /** |
|
30 * HW Settings API |
|
31 * |
|
32 * Contains Hardware related settings that need to be available for adaptation also. |
|
33 */ |
|
34 const TUid KCRUidHWSettings = {0x1020506A}; |
|
35 |
|
36 /** |
|
37 * Indicates whether T-coil hearing aid mode is enabled or not. |
|
38 * |
|
39 * Possible integer values: |
|
40 * |
|
41 * 0 - Hearing aid mode disabled |
|
42 * 1 - Hearing aid mode enabled |
|
43 * |
|
44 * Default value: 0 |
|
45 */ |
|
46 const TUint32 KHWSettingsHearingAidMode = 0x00000001; |
|
47 |
|
48 #endif // HWRMDOMAINCRKEYS_H |
|
49 |
|
50 // End of File |