diff -r 79859ed3eea9 -r 919f36ff910f browserutilities/downloadmgr/DownloadMgrServEng/Group/HttpDMServEng.mmp --- a/browserutilities/downloadmgr/DownloadMgrServEng/Group/HttpDMServEng.mmp Tue Aug 31 16:17:46 2010 +0300 +++ b/browserutilities/downloadmgr/DownloadMgrServEng/Group/HttpDMServEng.mmp Wed Sep 01 12:28:30 2010 +0100 @@ -18,7 +18,7 @@ #include #include -#include +#include TARGET HttpDMServEng.dll TARGETTYPE dll @@ -37,20 +37,20 @@ DEFFILE ../BWinsCw/HTTPDMSERVENGU_EKA2.def #endif -SOURCEPATH ../Src +SOURCEPATH ../src -//APP_LAYER_SYSTEMINCLUDE -/* SF TODO: resolve APP LAYER DEPENDENCY: - s60/app/gallery/gallery_dom/media_file_api/inc/CMGXFileManager.h - s60/app/gallery/gallery_dom/media_file_api/inc/MGXFileManagerFactory.h -*/ MW_LAYER_SYSTEMINCLUDE - +#if defined(__PLATFORM_VERSION_S60_50__) || defined( __PLATFORM_VERSION_5250__) MW_LAYER_ECOM_SYSTEMINCLUDE MW_LAYER_HTTP_SYSTEMINCLUDE - +APP_LAYER_SYSTEMINCLUDE +#endif -USERINCLUDE ../Inc +USERINCLUDE ../inc + +#ifdef DOWNLOADMGR_PATH_PLUGIN_ENABLED_FF +SYSTEMINCLUDE /epoc32/include/ecom +#endif SOURCE HttpDownloadManagerServerEngine.cpp SOURCE HttpClientApp.cpp @@ -60,9 +60,9 @@ SOURCE HeaderField.cpp SOURCE HttpStorage.cpp SOURCE HttpDownloadMgrLogger.cpp -SOURCE FileExt.cpp +SOURCE FileExt.cpp SOURCE DownloadDataServ.cpp -SOURCE BuffStorage.cpp +SOURCE BuffStorage.cpp #ifdef __S60_32__ LANG sc @@ -103,4 +103,14 @@ LIBRARY DcfRep.lib LIBRARY FeatMgr.lib +#ifdef BRDO_OCC_ENABLED_FF +LIBRARY extendedconnpref.lib +LIBRARY netmeta.lib +LIBRARY centralrepository.lib +LIBRARY featmgr.lib +LIBRARY etel.lib +LIBRARY etelmm.lib +LIBRARY connmon.lib +#endif + // End of File