perfmon/group/bld.inf
branchRCL_3
changeset 19 b3cee849fa46
parent 0 d6fe6244b863
child 20 fad26422216a
equal deleted inserted replaced
18:48060abbbeaf 19:b3cee849fa46
    13 *
    13 *
    14 * Description:  
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    20 
    19 
    21 PRJ_EXPORTS
    20 prj_platforms
    22 ../group/backup_registration.xml    Z:/private/20011385/backup_registration.xml
       
    23 ../rom/perfmon.iby CORE_IBY_EXPORT_PATH(tools,perfmon.iby)
       
    24 
    21 
       
    22 WINSCW GCCE ARMV5 ARMV6
    25 
    23 
    26 PRJ_MMPFILES
    24 #include "bld_generic.inf"
    27 #if defined(__SERIES60_30__) || defined(__SERIES60_31__) || defined(__S60_32__)
       
    28   gnumakefile perfmon_icons_aif.mk
       
    29 
    25 
    30   #ifdef MARM
    26 #include "../ui/avkon/group/bld.inf"
    31   gnumakefile perfmon_stub_sis.mk
       
    32   #endif
       
    33 #endif
       
    34 
    27 
    35 perfmon.mmp
    28 prj_mmpfiles
    36 
    29 
    37 
    30 prj_extensions
    38 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__)
       
    39   PRJ_EXTENSIONS
       
    40   START EXTENSION s60/mifconv
       
    41   OPTION TARGETFILE perfmon_aif.mif
       
    42   OPTION SOURCEDIR ../icons
       
    43   OPTION SOURCES -c8,8 qgn_menu_perfmon
       
    44   END
       
    45 
       
    46   #ifdef MARM
       
    47   START EXTENSION app-services/buildstubsis
       
    48   OPTION SRCDIR ../sis
       
    49   OPTION SISNAME PerfMon_stub
       
    50   END
       
    51   #endif  
       
    52 #endif