Specify new iMaker configuration and enable UI ROM building in FBF
authorShabe Razvi <shaber@symbian.org>
Thu, 24 Jun 2010 14:42:51 +0100
changeset 668 c7171a7a2447
parent 667 5de010341399
child 669 a211d2635be7
Specify new iMaker configuration and enable UI ROM building in FBF
symbian3/single/job_props.ant.xml
symbian3/single/job_refs.ant.xml
--- a/symbian3/single/job_props.ant.xml	Thu Jun 24 13:37:49 2010 +0100
+++ b/symbian3/single/job_props.ant.xml	Thu Jun 24 14:42:51 2010 +0100
@@ -76,6 +76,6 @@
     <property name="sf.spec.md5.enable"          value="true"/>
     
     <!-- Build ROMs from iMaker config defined in job_refs.ant.xml -->
-    <property name="sf.spec.referenceroms.createimages.enable" value="false"/>
+    <property name="sf.spec.referenceroms.createimages.enable" value="true"/>
 
 </project>
--- a/symbian3/single/job_refs.ant.xml	Thu Jun 24 13:37:49 2010 +0100
+++ b/symbian3/single/job_refs.ant.xml	Thu Jun 24 14:42:51 2010 +0100
@@ -11,13 +11,13 @@
     
   <!-- iMaker config to be used by build-roms Helium target -->
   <hlm:imakerconfigurationset id="imaker.rom.config">
-     <imakerconfiguration regionalVariation="false">
+     <imakerconfiguration>
          <makefileset>
              <!-- Note: case sensitive -->
-             <include name="**/*Syborg*.mk"/>
+             <include name="**/image_conf_syborg.mk"/>
          </makefileset>
          <targetset>
-             <include name="^core$" />
+             <include name="^flash$" />
              <!--
              include name="langpack_\d+" />
              <include name="^custvariant_.*$" />
@@ -25,9 +25,11 @@
              -->
          </targetset>
          <variableset>
+             <!--
              <variable name="TYPE" value="rnd"/>
              <variable name="USE_SYMGEN" value="1"/>
              <variable name="USE_UDEB" value="1"/>
+             -->
          </variableset>
      </imakerconfiguration>