Merge ats_specialise_drop to insert ROM image parameters.
authorPat Downey <patd@symbian.org>
Wed, 12 May 2010 12:31:35 +0100
changeset 1026 9983d8eb2250
parent 991 f2c5bb4624be (current diff)
parent 957 9a43fe34cdb4 (diff)
child 1027 8f26271e902e
Merge ats_specialise_drop to insert ROM image parameters.
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Wed Apr 28 14:37:04 2010 +0100
+++ b/common/build.postbuild.xml	Wed May 12 12:31:35 2010 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project name="SF-POSTBUILD" xmlns:hlm="http://www.nokia.com/helium">
-    <target name="sf-postbuild">
+    <target name="sf-postbuild" depends="sf-build-roms">
         <stopwatch name="sf-postbuild"/>
         <echo>[SF-POSTBUILD]</echo>
         
@@ -898,4 +898,14 @@
         </copy>
     </target>
 
+    <target name="sf-build-roms">
+        <if>
+            <istrue value="${sf.spec.referenceroms.createimages.enable}" />
+            <then>
+                <echo message="INFO Building iMaker configurations"/>
+                <runtarget target="build-roms"/>
+            </then>
+        </if>    
+    </target>
+    
 </project>