browserutilities/downloadmgr/DownloadMgrUiLib/Group/Bld.inf
changeset 0 dd21522fd290
child 36 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../../../../web_plat/browser_platform_api/inc/Browser_platform_variant.hrh"
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 ../rom/DownloadMgrUiLib.iby			  CORE_MW_LAYER_IBY_EXPORT_PATH(DownloadMgrUiLib.iby)
       
    27 ../rom/DownloadMgrUiLibResources.iby  LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(DownloadMgrUiLibResources.iby)
       
    28 ../loc/DownloadMgrUiLib.loc			  MW_LAYER_LOC_EXPORT_PATH(DownloadMgrUiLib.loc)
       
    29 
       
    30 #ifdef __SERIES60_32__
       
    31 
       
    32 PRJ_MMPFILES
       
    33 gnumakefile DownloadMgrUiLibIconsdc.mk
       
    34 DownloadMgrUiLib.mmp
       
    35 
       
    36 #else
       
    37 
       
    38 PRJ_EXTENSIONS
       
    39 START EXTENSION s60/mifconv
       
    40 OPTION TARGETFILE downloadmgruilib.mif
       
    41 OPTION HEADERFILE downloadmgruilib.mbg
       
    42 OPTION SOURCES 		-c8,1 qgn_menu_unknown_lst -c8,1 qgn_indi_paused -c8,1 qgn_indi_browser_mmc_add
       
    43 END
       
    44 
       
    45 PRJ_MMPFILES
       
    46 DownloadMgrUiLib.mmp
       
    47 
       
    48 #endif
       
    49 
       
    50 PRJ_TESTMMPFILES
       
    51 
       
    52 //  End of File  
       
    53