perfmon/group/bld.inf
branchRCL_3
changeset 22 fad26422216a
parent 21 b3cee849fa46
--- a/perfmon/group/bld.inf	Tue Aug 31 15:15:20 2010 +0300
+++ b/perfmon/group/bld.inf	Wed Sep 01 12:30:35 2010 +0100
@@ -15,16 +15,38 @@
 *
 */
 
+
 #include <platform_paths.hrh>
 
-prj_platforms
+PRJ_EXPORTS
+../group/backup_registration.xml    Z:/private/20011385/backup_registration.xml
+../rom/perfmon.iby CORE_IBY_EXPORT_PATH(tools,perfmon.iby)
+
 
-WINSCW GCCE ARMV5 ARMV6
+PRJ_MMPFILES
+#if defined(__SERIES60_30__) || defined(__SERIES60_31__) || defined(__S60_32__)
+  gnumakefile perfmon_icons_aif.mk
 
-#include "bld_generic.inf"
+  #ifdef MARM
+  gnumakefile perfmon_stub_sis.mk
+  #endif
+#endif
+
+perfmon.mmp
 
-#include "../ui/avkon/group/bld.inf"
 
-prj_mmpfiles
+#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__)
+  PRJ_EXTENSIONS
+  START EXTENSION s60/mifconv
+  OPTION TARGETFILE perfmon_aif.mif
+  OPTION SOURCEDIR ../icons
+  OPTION SOURCES -c8,8 qgn_menu_perfmon
+  END
 
-prj_extensions
\ No newline at end of file
+  #ifdef MARM
+  START EXTENSION app-services/buildstubsis
+  OPTION SRCDIR ../sis
+  OPTION SISNAME PerfMon_stub
+  END
+  #endif  
+#endif