browserutilities/downloadmgr/DownloadMgrServEng/Group/HttpDMServEng.mmp
changeset 0 dd21522fd290
child 8 7c90e6132015
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *   This is project specification file for the Download Manager Server Engine.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include <platform/mw/Browser_platform_variant.hrh>
       
    22 
       
    23 TARGET  HttpDMServEng.dll
       
    24 TARGETTYPE  dll
       
    25 UID  0x1000008d 0x10008D61
       
    26 
       
    27 CAPABILITY  CAP_GENERAL_DLL
       
    28 VENDORID    VID_DEFAULT
       
    29 
       
    30 // uncomment to enable logs
       
    31 //MACRO _DEBUG
       
    32 //#define _DEBUG
       
    33   
       
    34 #if defined(ARMCC)
       
    35   DEFFILE ../EABI/HTTPDMSERVENGU_EKA2.def
       
    36 #else
       
    37   DEFFILE ../BWinsCw/HTTPDMSERVENGU_EKA2.def
       
    38 #endif
       
    39   
       
    40 SOURCEPATH ../src
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 /* SF TODO: resolve APP LAYER DEPENDENCY: 
       
    44 	s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/FotaEngine.h
       
    45 	s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/fotaconst.h
       
    46 	s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/FotaEngStream.h
       
    47 
       
    48 	s60/app/gallery/gallery_dom/media_file_api/inc/CMGXFileManager.h
       
    49 	s60/app/gallery/gallery_dom/media_file_api/inc/MGXFileManagerFactory.h
       
    50 */
       
    51 //MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 MW_LAYER_ECOM_SYSTEMINCLUDE
       
    54 MW_LAYER_HTTP_SYSTEMINCLUDE
       
    55 
       
    56 
       
    57 USERINCLUDE ../inc
       
    58 
       
    59 SOURCE HttpDownloadManagerServerEngine.cpp
       
    60 SOURCE HttpClientApp.cpp
       
    61 SOURCE HttpClientAppInstance.cpp
       
    62 SOURCE HttpDownload.cpp
       
    63 SOURCE HttpConnHandler.cpp
       
    64 SOURCE HeaderField.cpp
       
    65 SOURCE HttpStorage.cpp
       
    66 SOURCE HttpDownloadMgrLogger.cpp
       
    67 SOURCE  FileExt.cpp
       
    68 SOURCE DownloadDataServ.cpp
       
    69 SOURCE  BuffStorage.cpp
       
    70 
       
    71 LANGUAGE_IDS
       
    72 
       
    73 LIBRARY		Euser.lib
       
    74 LIBRARY     http.lib
       
    75 LIBRARY		esock.lib
       
    76 LIBRARY		bafl.lib
       
    77 LIBRARY     commdb.lib
       
    78 LIBRARY     inetprotutil.lib
       
    79 LIBRARY     efsrv.lib
       
    80 LIBRARY     ecom.lib
       
    81 LIBRARY     sysutil.lib
       
    82 LIBRARY     HttpFilterCommon.lib
       
    83 #ifdef __SYNCML_DM_FOTA
       
    84 LIBRARY     fotaengine.lib
       
    85 LIBRARY     estor.lib
       
    86 #endif
       
    87 LIBRARY     centralrepository.lib
       
    88 #if defined(_DEBUG )
       
    89 	LIBRARY    flogger.lib
       
    90 #else
       
    91 	DEBUGLIBRARY    flogger.lib
       
    92 #endif
       
    93 
       
    94 LIBRARY     commonui.lib            // For CDocumentHandler
       
    95 LIBRARY     apmime.lib              // For mime type handling (class TDataType)
       
    96 
       
    97 LIBRARY     PlatformEnv.lib
       
    98 LIBRARY     MGXMediaFileAPI.lib
       
    99 LIBRARY     DcfRep.lib
       
   100 LIBRARY     FeatMgr.lib
       
   101 
       
   102 // End of File