diff -r 79859ed3eea9 -r 919f36ff910f browserutilities/downloadmgr/DownloadMgrUiLib/Group/DownloadMgrUiLib.mmp --- a/browserutilities/downloadmgr/DownloadMgrUiLib/Group/DownloadMgrUiLib.mmp Tue Aug 31 16:17:46 2010 +0300 +++ b/browserutilities/downloadmgr/DownloadMgrUiLib/Group/DownloadMgrUiLib.mmp Wed Sep 01 12:28:30 2010 +0100 @@ -19,7 +19,7 @@ #include #include #include -#include +#include TARGET DownloadMgrUiLib.dll TARGETTYPE dll @@ -61,13 +61,13 @@ USERINCLUDE ../Inc USERINCLUDE ../../DownloadMgrClntSrv/inc -//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__) +APP_LAYER_SYSTEMINCLUDE +MW_LAYER_HTTP_SYSTEMINCLUDE +#endif + SOURCEPATH ../Src SOURCE AsyncEventHandlerArray.cpp SOURCE AsyncEventHandlerBase.cpp @@ -83,6 +83,9 @@ SOURCE DMgrUiLibPanic.cpp SOURCE ProgressInfoCreator.cpp SOURCE UserInteractionsEventHandler.cpp +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF +SOURCE CDownloadsStylusPopupMenu.cpp +#endif LIBRARY AKNNOTIFY.lib LIBRARY AknNotifyPlugin.lib