|
1 /* |
|
2 * Copyright (c) 2002-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: Project definition file for the ProvisioningEngine |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "../../Group/ProvisioningUIDs.h" |
|
22 |
|
23 TARGET provisioningengine.dll |
|
24 TARGETTYPE DLL |
|
25 UID KProvisioningEngineUid2 KProvisioningEngineUid3 |
|
26 LANG SC |
|
27 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 |
|
32 SOURCEPATH ../Src |
|
33 SOURCE ProvisioningEngineMain.cpp |
|
34 SOURCE CWPEngine.cpp |
|
35 SOURCE CWPCharacteristic.cpp |
|
36 SOURCE CWPParameter.cpp |
|
37 SOURCE WPAdapterFactory.cpp |
|
38 SOURCE CWPRoot.cpp |
|
39 SOURCE WPElementFactory.cpp |
|
40 SOURCE CWPPushMessage.cpp |
|
41 SOURCE CWPAdapter.cpp |
|
42 SOURCE CWPValidator.cpp |
|
43 SOURCE WPAdapterUtil.cpp |
|
44 SOURCE TWPFindAccesspoint.cpp |
|
45 SOURCE CWPBootstrap.cpp |
|
46 SOURCE CWPPhone.cpp |
|
47 SOURCE CWPPhoneEmul.cpp |
|
48 SOURCE WPPhoneFactory.cpp |
|
49 SOURCE CWPAdapterManager.cpp |
|
50 SOURCE CWPBindingContextManager.cpp |
|
51 SOURCE CWPMultiContextManager.cpp |
|
52 SOURCE WPContextManagerFactoryMulti.cpp |
|
53 SOURCE CWPInternetAPDB.cpp |
|
54 |
|
55 USERINCLUDE ../Inc ../../Group ../../ProvisioningParser/Inc |
|
56 |
|
57 APP_LAYER_SYSTEMINCLUDE |
|
58 SYSTEMINCLUDE /epoc32/include/ecom |
|
59 |
|
60 LIBRARY euser.lib |
|
61 LIBRARY estor.lib |
|
62 LIBRARY efsrv.lib |
|
63 LIBRARY ecom.lib |
|
64 LIBRARY bafl.lib |
|
65 LIBRARY msgs.lib |
|
66 LIBRARY provisioningparser.lib |
|
67 LIBRARY httpresponse.lib |
|
68 LIBRARY hash.lib |
|
69 LIBRARY etel.lib |
|
70 LIBRARY etelmm.lib |
|
71 LIBRARY inetprotutil.lib |
|
72 LIBRARY sysutil.lib |
|
73 LIBRARY commonengine.lib |
|
74 LIBRARY edbms.lib |
|
75 LIBRARY centralrepository.lib |
|
76 LIBRARY cmmanager.lib |
|
77 LIBRARY commdb.lib |
|
78 LIBRARY apengine.lib |
|
79 |
|
80 DEBUGLIBRARY flogger.lib |
|
81 |
|
82 SMPSAFE |