perfmon/group/bld.inf
branchRCL_3
changeset 20 fad26422216a
parent 19 b3cee849fa46
equal deleted inserted replaced
19:b3cee849fa46 20:fad26422216a
    13 *
    13 *
    14 * Description:  
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    19 
    20 
    20 prj_platforms
    21 PRJ_EXPORTS
       
    22 ../group/backup_registration.xml    Z:/private/20011385/backup_registration.xml
       
    23 ../rom/perfmon.iby CORE_IBY_EXPORT_PATH(tools,perfmon.iby)
    21 
    24 
    22 WINSCW GCCE ARMV5 ARMV6
       
    23 
    25 
    24 #include "bld_generic.inf"
    26 PRJ_MMPFILES
       
    27 #if defined(__SERIES60_30__) || defined(__SERIES60_31__) || defined(__S60_32__)
       
    28   gnumakefile perfmon_icons_aif.mk
    25 
    29 
    26 #include "../ui/avkon/group/bld.inf"
    30   #ifdef MARM
       
    31   gnumakefile perfmon_stub_sis.mk
       
    32   #endif
       
    33 #endif
    27 
    34 
    28 prj_mmpfiles
    35 perfmon.mmp
    29 
    36 
    30 prj_extensions
    37 
       
    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