sf-s60-cone-cenrep - S60 config with epoc32/data/z combintation was missing.
authorMattD <mattd@symbian.org>
Tue, 02 Feb 2010 13:57:31 +0000
changeset 870 62d784756974
parent 869 11f6b5e5cd2d
child 871 ef25bf39d67c
sf-s60-cone-cenrep - S60 config with epoc32/data/z combintation was missing.
sf-platform/build.xml
--- a/sf-platform/build.xml	Mon Feb 01 17:58:22 2010 +0000
+++ b/sf-platform/build.xml	Tue Feb 02 13:57:31 2010 +0000
@@ -559,6 +559,20 @@
               <arg value="-v"/>
               <arg value="5"/>
             </exec>
+
+            <exec executable="cmd" dir="${build.drive}/epoc32/tools" failonerror="false" append="true" output="${build.log.dir}/${build.id}_cenrep.log">
+              <arg value="/c"/>
+              <arg value="cone"/>
+              <arg value="generate"/>
+              <arg value="-p"/>
+              <arg value="\epoc32\rom\config"/>
+              <arg value="-o"/>
+              <arg value="\epoc32\data\z"/>
+              <arg value="-c"/>
+              <arg value="s60_root.confml"/>
+              <arg value="-v"/>
+              <arg value="5"/>
+            </exec>
             
             <exec executable="cmd" dir="${build.drive}/epoc32/tools" failonerror="false" append="true" output="${build.log.dir}/${build.id}_cenrep.log">
               <arg value="/c"/>