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 TARGET hwrmextendedlightclient.dll |
|
19 TARGETTYPE dll |
|
20 |
|
21 UID 0x1000008D 0x10205076 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 CAPABILITY All -TCB |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE HWRMExtendedLight.cpp |
|
28 SOURCE HWRMExtendedLightImpl.cpp |
|
29 SOURCE HWRMExtendedLightStatusObserver.cpp |
|
30 SOURCE HWRMEnhancedLight.cpp |
|
31 |
|
32 |
|
33 SOURCEPATH ../../common/src |
|
34 SOURCE hwrmuipluginhandler.cpp |
|
35 SOURCE hwrmuipluginservice.cpp |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../../include |
|
39 USERINCLUDE ../../client/inc |
|
40 USERINCLUDE ../../common/inc |
|
41 |
|
42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY hwrmclient.lib |
|
46 LIBRARY hwrmcommon.lib |
|
47 |
|
48 LIBRARY efsrv.lib |
|
49 LIBRARY estor.lib |
|
50 LIBRARY ecom.lib |
|
51 |
|
52 LANG SC |
|
53 |
|
54 |
|
55 #include <comms-infras/commsdebugutility.mmh> |
|
56 |
|
57 macro HWRM_EXTENDED_LIGHT |
|
58 //macro DISABLE_COMPONENT_TRACE //enable this macro to switch off debug logging |
|
59 |
|
60 SMPSAFE |