|
1 /* |
|
2 * Copyright (c) 2002 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 the License "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: |
|
15 * Project specification for COD Engine. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <platform/mw/Browser_platform_variant.hrh> |
|
22 #include "../inc/CodDefs.h" |
|
23 |
|
24 TARGET CodEng.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d COD_ENGINE_UID |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 |
|
31 //MACRO _DEBUG |
|
32 //#define _DEBUG |
|
33 |
|
34 |
|
35 SOURCEPATH ../src |
|
36 |
|
37 SOURCE CodEngBase.cpp |
|
38 SOURCE CodLogger.cpp |
|
39 SOURCE CodPanic.cpp |
|
40 SOURCE CodUtil.cpp |
|
41 SOURCE CodEng.cpp |
|
42 SOURCE DdEng.cpp |
|
43 SOURCE CodData.cpp |
|
44 SOURCE CodParser.cpp |
|
45 SOURCE DdParser.cpp |
|
46 SOURCE Connection.cpp |
|
47 SOURCE HttpLoader.cpp |
|
48 SOURCE HttpSessionBase.cpp |
|
49 SOURCE HttpTcpSession.cpp |
|
50 SOURCE HttpWapSession.cpp |
|
51 SOURCE Timeout.cpp |
|
52 SOURCE NwUtil.cpp |
|
53 SOURCE DdDummyDict.c |
|
54 SOURCE RoapData.cpp |
|
55 SOURCE CodProgress.cpp |
|
56 SOURCE RFeatMgr.cpp |
|
57 SOURCE DrmHandler.cpp |
|
58 SOURCE CodSaver.cpp |
|
59 SOURCE FileSaver.cpp |
|
60 SOURCE RoapSaver.cpp |
|
61 SOURCE FileExt.cpp |
|
62 SOURCE HeaderField.cpp |
|
63 SOURCE CodBuffStorage.cpp |
|
64 |
|
65 SOURCE MediaObject.cpp |
|
66 SOURCE DownloadDataClient.cpp |
|
67 |
|
68 #ifdef __SYNCML_DM_FOTA |
|
69 SOURCE FotaSaver.cpp |
|
70 LIBRARY fotaengine.lib |
|
71 #endif /* def __SYNCML_DM_FOTA */ |
|
72 |
|
73 USERINCLUDE ../inc |
|
74 |
|
75 APP_LAYER_SYSTEMINCLUDE |
|
76 /* SF TODO: resolve APP LAYER DEPENDENCY: |
|
77 s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/FotaEngine.h |
|
78 s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/fotaconst.h |
|
79 s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/FotaEngStream.h |
|
80 |
|
81 s60/app/gallery/gallery_dom/media_file_api/inc/CMGXFileManager.h |
|
82 s60/app/gallery/gallery_dom/media_file_api/inc/MGXFileManagerFactory.h |
|
83 */ |
|
84 //MW_LAYER_SYSTEMINCLUDE |
|
85 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
86 MW_LAYER_ECOM_SYSTEMINCLUDE |
|
87 |
|
88 LIBRARY euser.lib |
|
89 LIBRARY efsrv.lib |
|
90 LIBRARY commdb.lib |
|
91 LIBRARY CommonUi.lib |
|
92 LIBRARY ServiceHandler.lib |
|
93 LIBRARY ApMime.lib |
|
94 LIBRARY SysUtil.lib |
|
95 LIBRARY CharConv.lib |
|
96 LIBRARY bafl.lib |
|
97 LIBRARY esock.lib |
|
98 LIBRARY ApEngine.lib |
|
99 LIBRARY http.lib |
|
100 LIBRARY httpfiltercommon.lib |
|
101 LIBRARY inetprotutil.lib |
|
102 LIBRARY ecom.lib |
|
103 LIBRARY FeatMgr.lib |
|
104 LIBRARY cXmlParser.lib |
|
105 LIBRARY estlib.lib |
|
106 LIBRARY PlatformEnv.lib |
|
107 LIBRARY ROAPHandler.lib |
|
108 LIBRARY MultipartParser.lib |
|
109 LIBRARY caf.lib |
|
110 LIBRARY cafutils.lib |
|
111 LIBRARY DrmServerInterfaces.lib |
|
112 LIBRARY DRMCommon.lib |
|
113 LIBRARY avkon.lib |
|
114 LIBRARY commonengine.lib |
|
115 LIBRARY cone.lib |
|
116 LIBRARY MGXMediaFileAPI.lib |
|
117 LIBRARY DcfRep.lib |
|
118 LIBRARY estor.lib |
|
119 |
|
120 #ifdef RD_MULTIPLE_DRIVE |
|
121 LIBRARY CentralRepository.lib |
|
122 #endif |
|
123 |
|
124 DEBUGLIBRARY flogger.lib |
|
125 //LIBRARY flogger.lib |