browserutilities/downloadmgr/DownloadMgrUiLib/Group/DownloadMgrUiLib.mmp
changeset 0 dd21522fd290
child 1 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:  Module description file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <defaultcaps.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 #include <platform/mw/Browser_platform_variant.hrh>
       
    23 
       
    24 TARGET          DownloadMgrUiLib.dll
       
    25 TARGETTYPE      dll
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 VENDORID       VID_DEFAULT
       
    29 
       
    30 // uncomment to enable logs
       
    31 //MACRO _DEBUG
       
    32 //#define _DEBUG
       
    33 
       
    34 START RESOURCE  ../Data/DownloadMgrUiLib.rss
       
    35 HEADER
       
    36 LANGUAGE_IDS
       
    37 TARGETPATH      RESOURCE_FILES_DIR
       
    38 END // RESOURCE
       
    39 
       
    40 
       
    41 #if defined(ARMCC)
       
    42     DEFFILE ../EABI/DOWNLOADMGRUILIBU_EKA2.def
       
    43 #elif defined( WINSCW )
       
    44     DEFFILE ../BWinsCw/DOWNLOADMGRUILIBU_EKA2.def
       
    45 #endif
       
    46 
       
    47 // uncomment to enable Progressive Download Test Harness.
       
    48 // MACRO __DMGR_PD_TESTHARNESS_MMP
       
    49 // #define __DMGR_PD_TESTHARNESS_MMP
       
    50 
       
    51 #if defined( __DMGR_PD_TESTHARNESS_MMP )
       
    52     MACRO __DMGR_PD_TESTHARNESS
       
    53 	#define __DMGR_PD_TESTHARNESS
       
    54 #endif // __DMGR_PD_TESTHARNESS_MMP
       
    55 
       
    56 USERINCLUDE     ../Inc
       
    57 USERINCLUDE     ../../DownloadMgrClntSrv/inc
       
    58 
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 /* SF TODO: resolve APP LAYER DEPENDENCY: 
       
    61 	s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/FotaEngine.h
       
    62 	s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/fotaconst.h
       
    63 	s60/app/devicecontrol/devctrl_dom/fota_engine_api/inc/FotaEngStream.h
       
    64 
       
    65 	s60/app/gallery/gallery_dom/media_file_api/inc/CMGXFileManager.h
       
    66 	s60/app/gallery/gallery_dom/media_file_api/inc/MGXFileManagerFactory.h
       
    67 */
       
    68 //MW_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 SOURCEPATH      ../Src
       
    71 SOURCE          AsyncEventHandlerArray.cpp
       
    72 SOURCE          AsyncEventHandlerBase.cpp
       
    73 SOURCE          CDownloadsListDlg.cpp
       
    74 SOURCE          CDownloadMgrUiBase.cpp
       
    75 SOURCE          CDownloadMgrUiDownloadMenu.cpp
       
    76 SOURCE          CDownloadMgrUiDownloadsList.cpp
       
    77 SOURCE          CDownloadMgrUiLibRegistry.cpp
       
    78 SOURCE          CDownloadMgrUiUserInteractions.cpp
       
    79 SOURCE          CDownloadsListArray.cpp
       
    80 SOURCE          CUserInteractionsUtils.cpp
       
    81 SOURCE          CDownloadUtils.cpp 
       
    82 SOURCE          DMgrUiLibPanic.cpp
       
    83 SOURCE          ProgressInfoCreator.cpp
       
    84 SOURCE          UserInteractionsEventHandler.cpp
       
    85 
       
    86 LIBRARY         AKNNOTIFY.lib
       
    87 LIBRARY         AknNotifyPlugin.lib
       
    88 LIBRARY         AknSkins.lib
       
    89 LIBRARY         apgrfx.lib
       
    90 LIBRARY         apmime.lib
       
    91 LIBRARY         apparc.lib
       
    92 LIBRARY         avkon.lib
       
    93 LIBRARY         bafl.lib
       
    94 LIBRARY         BrowserDialogsProvider.lib
       
    95 #if defined( WINS )
       
    96 LIBRARY         commdb.lib
       
    97 #endif
       
    98 LIBRARY         CommonDialogs.lib
       
    99 LIBRARY         CommonEngine.lib
       
   100 LIBRARY         commonui.lib
       
   101 LIBRARY         cone.lib
       
   102 LIBRARY         DownloadMgr.lib
       
   103 LIBRARY         efsrv.lib
       
   104 LIBRARY         egul.lib
       
   105 LIBRARY         eikcoctl.lib
       
   106 LIBRARY         EIKCORE.lib
       
   107 LIBRARY         EIKDLG.lib
       
   108 LIBRARY         euser.lib
       
   109 #if defined( _DEBUG )
       
   110 	LIBRARY    flogger.lib
       
   111 #else
       
   112 	DEBUGLIBRARY    flogger.lib
       
   113 #endif
       
   114 LIBRARY         InetProtUtil.lib 
       
   115 LIBRARY         ServiceHandler.lib
       
   116 LIBRARY         sysutil.lib
       
   117 LIBRARY         PlatformEnv.lib
       
   118 LIBRARY         connmon.lib
       
   119 LIBRARY         estor.lib
       
   120 LIBRARY         ws32.lib
       
   121 LIBRARY         etelmm.lib
       
   122 LIBRARY         etel.lib
       
   123 LIBRARY         DRMCommon.lib
       
   124 LIBRARY         DrmRights.lib
       
   125 LIBRARY         DrmServerInterfaces.lib
       
   126 LIBRARY			MGXMediaFileAPI.lib
       
   127 LIBRARY			DcfRep.lib
       
   128 LIBRARY         centralrepository.lib 
       
   129 LIBRARY         caf.lib
       
   130 LIBRARY         charconv.lib