equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 |
|
17 |
|
18 |
|
19 TARGET hwrmcommon.dll |
|
20 TARGETTYPE dll |
|
21 |
|
22 UID 0x1000008D 0x10205027 |
|
23 VENDORID 0x70000001 |
|
24 CAPABILITY All -TCB |
|
25 |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE cenrepobserver.cpp |
|
29 SOURCE HWRMVibraProfileObserver.cpp |
|
30 SOURCE inifile.cpp |
|
31 SOURCE hwrmuipluginresolver.cpp |
|
32 |
|
33 #ifdef SYMBIAN_HWRM_EXTPOWERINFO |
|
34 SOURCE pspropertyobserver.cpp |
|
35 #endif //SYMBIAN_HWRM_EXTPOWERINFO |
|
36 |
|
37 #ifdef SYMBIAN_HWRM_EXTPOWERINFO |
|
38 deffile HWRMCommon_extpowerinfo.DEF |
|
39 #else |
|
40 deffile HWRMCommon.DEF |
|
41 #endif //SYMBIAN_HWRM_EXTPOWERINFO |
|
42 |
|
43 USERINCLUDE ../inc |
|
44 USERINCLUDE ../../include |
|
45 USERINCLUDE ../../vibra/inc |
|
46 |
|
47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY efsrv.lib |
|
51 LIBRARY centralrepository.lib |
|
52 |
|
53 LANG SC |
|
54 |
|
55 #include <comms-infras/commsdebugutility.mmh> |
|
56 |
|
57 // logging |
|
58 macro HWRM_COMMON |
|
59 //macro DISABLE_COMPONENT_TRACE //enable this macro to switch of debug logging |
|
60 |
|
61 SMPSAFE |