appinstaller/AppMngr2/group/bld.inf
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2003-2008 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 "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:   Build information file for project AppMngr2
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "../Sisx/group/bld.inf"
       
    22 #include "../Widget/group/bld.inf"
       
    23 
       
    24 
       
    25 PRJ_EXPORTS
       
    26 // export localised loc file
       
    27 ../loc/appmngr2.loc                 MW_LAYER_LOC_EXPORT_PATH( appmngr2.loc )
       
    28 ../loc/appmngrgsplugin.loc          MW_LAYER_LOC_EXPORT_PATH( appmngrgsplugin.loc )
       
    29 ../loc/appmngrinstalledplugin.loc   MW_LAYER_LOC_EXPORT_PATH( appmngrinstalledplugin.loc )
       
    30 ../loc/appmngrinstfilesplugin.loc   MW_LAYER_LOC_EXPORT_PATH( appmngrinstfilesplugin.loc )
       
    31 
       
    32 // export iby files
       
    33 ../rom/appmngr2.iby                 CORE_MW_LAYER_IBY_EXPORT_PATH( appmngr2.iby )
       
    34 ../rom/appmngr2sisxplugin.iby       CORE_MW_LAYER_IBY_EXPORT_PATH( appmngr2sisxplugin.iby )
       
    35 ../rom/appmngr2widgetplugin.iby     CORE_MW_LAYER_IBY_EXPORT_PATH( appmngr2widgetplugin.iby )
       
    36 ../rom/appmngr2gssettingsplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH( appmngr2gssettingsplugin.iby )
       
    37 ../rom/appmngr2gsinstalledplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH( appmngr2gsinstalledplugin.iby )
       
    38 ../rom/appmngr2gsinstfilesplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH( appmngr2gsinstfilesplugin.iby )
       
    39 ../rom/swinstadapter.iby            CORE_MW_LAYER_IBY_EXPORT_PATH( swinstadapter.iby )
       
    40 ../rom/appmngr2resources.iby                    LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( appmngr2resources.iby )
       
    41 ../rom/appmngr2gssettingspluginresources.iby    LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( appmngr2gssettingspluginresources.iby )
       
    42 ../rom/appmngr2gsinstalledpluginresources.iby   LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( appmngr2gsinstalledpluginresources.iby )
       
    43 ../rom/appmngr2gsinstfilespluginresources.iby   LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( appmngr2gsinstfilespluginresources.iby )
       
    44 
       
    45 
       
    46 PRJ_PLATFORMS
       
    47 DEFAULT
       
    48 
       
    49 #include "../help/group/bld.inf"        // Help exports
       
    50 
       
    51 PRJ_EXTENSIONS
       
    52 START EXTENSION s60/mifconv
       
    53   OPTION TARGETFILE appmngr2.mif
       
    54   OPTION HEADERFILE appmngr2.mbg
       
    55   OPTION SOURCES \
       
    56 	-c8,8 qgn_prop_cp_inst_installs -c8,8 qgn_prop_cp_inst_files \
       
    57 	-c8,8 qgn_prop_cp_inst_settings -c8,8 qgn_prop_drm_exp_large \
       
    58 	-c8,1 qgn_indi_sett_protected_add -c8,1 qgn_indi_am_inst_mmc_add \
       
    59 	-c8,8 qgn_indi_mmc_add -c8,8 qgn_indi_fmgr_ms_add -c8,8 qgn_prop_unknown
       
    60 END
       
    61 START EXTENSION s60/mifconv
       
    62   OPTION TARGETFILE appmngr2_aif.mif
       
    63   OPTION SOURCES -c8,8 qgn_menu_am
       
    64 END
       
    65 
       
    66 
       
    67 PRJ_MMPFILES
       
    68 appmngr2.mmp
       
    69 appmngr2gssettingsplugin.mmp
       
    70 appmngr2gsinstalledplugin.mmp
       
    71 appmngr2gsinstfilesplugin.mmp
       
    72 swinstadapter.mmp
       
    73