|
1 /* |
|
2 * Copyright (c) 2008 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: Project definition file for AccChargerContext.dll |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "AccServer.cfg" |
|
21 |
|
22 TARGET accchargercontext.dll |
|
23 |
|
24 TARGETTYPE DLL |
|
25 |
|
26 UID 0x1000008d 0x2001F3F4 |
|
27 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 SOURCEPATH ../src/ChargerContext |
|
32 SOURCE AccSrvResetInactivityTimeTimer.cpp |
|
33 SOURCE AccSrvPSIntPropertyWatch.cpp |
|
34 SOURCE ChargingContextFSMBody.cpp |
|
35 SOURCE ChargingContextStateWFCharger.cpp |
|
36 SOURCE ChargingContextStateCharging.cpp |
|
37 SOURCE ChargingContextStateMaintainActivity.cpp |
|
38 SOURCE AccSrvChargingContextController.cpp |
|
39 |
|
40 USERINCLUDE ../inc/Common |
|
41 USERINCLUDE ../inc/ChargerContext |
|
42 |
|
43 // System include macro Starter P&S keys |
|
44 OS_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY sensrvutil.lib |
|
48 LIBRARY sensrvclient.lib |
|
49 |
|
50 SMPSAFE |
|
51 |
|
52 //MACRO __MODULE_TEST__ // Uncommment for runnning module tests |