browserutilities/downloadmgr/DownloadMgrClntSrv/group/DownloadMgrClntSrv.mmp
changeset 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 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 file contains all the resources of Download Mgr Server.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <platform/mw/Browser_platform_variant.hrh>
       
    21 
       
    22 TARGET      DownloadMgr.dll
       
    23 TARGETTYPE  DLL
       
    24 UID         0x1000008d 0x10008D5F
       
    25 
       
    26 // uncomment to enable logs
       
    27 //MACRO _DEBUG
       
    28 //#define _DEBUG
       
    29 
       
    30 #if defined(ARMCC)
       
    31   DEFFILE ../EABI/DOWNLOADMGRU_EKA2.def
       
    32 #else
       
    33   DEFFILE ../BWinsCw/DOWNLOADMGRU_EKA2.def
       
    34 #endif
       
    35 
       
    36 
       
    37 SOURCEPATH ../src
       
    38 SOURCE  DownloadMgrClntSession.cpp
       
    39 SOURCE  DownloadMgrClntSubSession.cpp
       
    40 SOURCE  DownloadMgrServer.cpp
       
    41 SOURCE  DownloadMgrSrvSession.cpp
       
    42 SOURCE  DownloadMgrSrvObject.cpp
       
    43 SOURCE  DownloadMgrEventQueue.cpp
       
    44 SOURCE  DownloadMgrHandler.cpp
       
    45 SOURCE  DownloadMgrDefAttrib.cpp
       
    46 SOURCE  DownloadMgrTransObserver.cpp
       
    47 SOURCE  DownloadMgrCod.cpp
       
    48 SOURCE  DownloadMgrLogger.cpp
       
    49 SOURCE  DownloadMgrClientApiExt.cpp
       
    50 SOURCE  ../../DownloadMgrServEng/src/DownloadDataServ.cpp
       
    51 
       
    52 USERINCLUDE	    ../inc
       
    53 
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 SYSTEMINCLUDE	../../DownloadMgrServEng/Inc
       
    57 
       
    58 LIBRARY euser.lib
       
    59 LIBRARY HttpDMServEng.lib
       
    60 LIBRARY efsrv.lib
       
    61 LIBRARY apgrfx.lib
       
    62 LIBRARY http.lib
       
    63 LIBRARY bafl.lib
       
    64 LIBRARY CodDownload.lib
       
    65 LIBRARY ServiceHandler.lib
       
    66 LIBRARY eikcore.lib
       
    67 LIBRARY cone.lib
       
    68 LIBRARY HttpFilterCommon.lib
       
    69 LIBRARY InetProtUtil.lib
       
    70 LIBRARY hash.lib    // for MD5
       
    71 LIBRARY Centralrepository.lib
       
    72 LIBRARY flogger.lib
       
    73 LIBRARY estor.lib
       
    74 
       
    75 CAPABILITY CAP_GENERAL_DLL
       
    76 
       
    77 VENDORID VID_DEFAULT
       
    78 
       
    79 // End of File