equal
deleted
inserted
replaced
15 * This file contains all the resources of Download Mgr Server. |
15 * This file contains all the resources of Download Mgr Server. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
20 #include <platform/mw/Browser_platform_variant.hrh> |
20 #include <platform/mw/browser_platform_variant.hrh> |
21 |
21 |
22 TARGET DownloadMgr.dll |
22 TARGET DownloadMgr.dll |
23 TARGETTYPE DLL |
23 TARGETTYPE DLL |
24 UID 0x1000008d 0x10008D5F |
24 UID 0x1000008d 0x10008D5F |
25 |
25 |
31 DEFFILE ../EABI/DOWNLOADMGRU_EKA2.def |
31 DEFFILE ../EABI/DOWNLOADMGRU_EKA2.def |
32 #else |
32 #else |
33 DEFFILE ../BWinsCw/DOWNLOADMGRU_EKA2.def |
33 DEFFILE ../BWinsCw/DOWNLOADMGRU_EKA2.def |
34 #endif |
34 #endif |
35 |
35 |
36 |
|
37 SOURCEPATH ../src |
36 SOURCEPATH ../src |
38 SOURCE DownloadMgrClntSession.cpp |
37 SOURCE DownloadMgrClntSession.cpp |
39 SOURCE DownloadMgrClntSubSession.cpp |
38 SOURCE DownloadMgrClntSubSession.cpp |
40 SOURCE DownloadMgrServer.cpp |
39 SOURCE DownloadMgrServer.cpp |
41 SOURCE DownloadMgrSrvSession.cpp |
40 SOURCE DownloadMgrSrvSession.cpp |
45 SOURCE DownloadMgrDefAttrib.cpp |
44 SOURCE DownloadMgrDefAttrib.cpp |
46 SOURCE DownloadMgrTransObserver.cpp |
45 SOURCE DownloadMgrTransObserver.cpp |
47 SOURCE DownloadMgrCod.cpp |
46 SOURCE DownloadMgrCod.cpp |
48 SOURCE DownloadMgrLogger.cpp |
47 SOURCE DownloadMgrLogger.cpp |
49 SOURCE DownloadMgrClientApiExt.cpp |
48 SOURCE DownloadMgrClientApiExt.cpp |
50 SOURCE ../../DownloadMgrServEng/Src/DownloadDataServ.cpp |
49 SOURCE ../../DownloadMgrServEng/src/DownloadDataServ.cpp |
51 |
50 |
52 USERINCLUDE ../inc |
51 USERINCLUDE ../inc |
|
52 USERINCLUDE ../../DownloadMgrServEng/Inc |
53 |
53 |
54 MW_LAYER_SYSTEMINCLUDE |
54 MW_LAYER_SYSTEMINCLUDE |
55 |
|
56 SYSTEMINCLUDE ../../DownloadMgrServEng/Inc |
|
57 |
55 |
58 LIBRARY euser.lib |
56 LIBRARY euser.lib |
59 LIBRARY HttpDMServEng.lib |
57 LIBRARY HttpDMServEng.lib |
60 LIBRARY efsrv.lib |
58 LIBRARY efsrv.lib |
61 LIBRARY apgrfx.lib |
59 LIBRARY apgrfx.lib |