--- 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 <data_caging_paths.hrh>
#include <platform_paths.hrh>
-#include <platform/mw/Browser_platform_variant.hrh>
+#include <platform/mw/browser_platform_variant.hrh>
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