diff -r 000000000000 -r dd21522fd290 browserutilities/downloadmgr/DownloadMgrServEng/Group/HttpDMServEng.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/browserutilities/downloadmgr/DownloadMgrServEng/Group/HttpDMServEng.mmp Mon Mar 30 12:54:55 2009 +0300 @@ -0,0 +1,102 @@ +/* +* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* This is project specification file for the Download Manager Server Engine. +* +*/ + +#include +#include +#include + +TARGET HttpDMServEng.dll +TARGETTYPE dll +UID 0x1000008d 0x10008D61 + +CAPABILITY CAP_GENERAL_DLL +VENDORID VID_DEFAULT + +// uncomment to enable logs +//MACRO _DEBUG +//#define _DEBUG + +#if defined(ARMCC) + DEFFILE ../EABI/HTTPDMSERVENGU_EKA2.def +#else + DEFFILE ../BWinsCw/HTTPDMSERVENGU_EKA2.def +#endif + +SOURCEPATH ../src + +APP_LAYER_SYSTEMINCLUDE +/* SF TODO: resolve APP LAYER DEPENDENCY: + s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/FotaEngine.h + s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/fotaconst.h + s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/FotaEngStream.h + + 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 + +MW_LAYER_ECOM_SYSTEMINCLUDE +MW_LAYER_HTTP_SYSTEMINCLUDE + + +USERINCLUDE ../inc + +SOURCE HttpDownloadManagerServerEngine.cpp +SOURCE HttpClientApp.cpp +SOURCE HttpClientAppInstance.cpp +SOURCE HttpDownload.cpp +SOURCE HttpConnHandler.cpp +SOURCE HeaderField.cpp +SOURCE HttpStorage.cpp +SOURCE HttpDownloadMgrLogger.cpp +SOURCE FileExt.cpp +SOURCE DownloadDataServ.cpp +SOURCE BuffStorage.cpp + +LANGUAGE_IDS + +LIBRARY Euser.lib +LIBRARY http.lib +LIBRARY esock.lib +LIBRARY bafl.lib +LIBRARY commdb.lib +LIBRARY inetprotutil.lib +LIBRARY efsrv.lib +LIBRARY ecom.lib +LIBRARY sysutil.lib +LIBRARY HttpFilterCommon.lib +#ifdef __SYNCML_DM_FOTA +LIBRARY fotaengine.lib +LIBRARY estor.lib +#endif +LIBRARY centralrepository.lib +#if defined(_DEBUG ) + LIBRARY flogger.lib +#else + DEBUGLIBRARY flogger.lib +#endif + +LIBRARY commonui.lib // For CDocumentHandler +LIBRARY apmime.lib // For mime type handling (class TDataType) + +LIBRARY PlatformEnv.lib +LIBRARY MGXMediaFileAPI.lib +LIBRARY DcfRep.lib +LIBRARY FeatMgr.lib + +// End of File