Add bldmefirst export for s60_sbs_config.xml to allow use of custom sbs targets
authorShabe Razvi <shaber@symbian.org>
Thu, 24 Jun 2010 17:30:25 +0100
changeset 1116 029af3c09d9d
parent 1115 9e3f801e1569
child 1117 0006ed4e0b6d
Add bldmefirst export for s60_sbs_config.xml to allow use of custom sbs targets
sf-platform/build.xml
--- a/sf-platform/build.xml	Thu Jun 24 16:00:39 2010 +0100
+++ b/sf-platform/build.xml	Thu Jun 24 17:30:25 2010 +0100
@@ -51,6 +51,7 @@
         <fileset dir="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" includes="*.hrh"/>
     </copy>
     <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" overwrite="true" preservelastmodified="true" />
+    <copy file="${build.drive}/${sf.spec.bldmefirst.sbs.config.xml}" tofile="${build.drive}/epoc32/sbs_config/s60_sbs_config.xml" failonerror="false" verbose="true" overwrite="true" preservelastmodified="true" />
 	<if><isset property="sf.spec.bldmefirst.gt.hrh.os"/>
 	 <then>
 	  <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh.os}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="false" overwrite="true" verbose="true" preservelastmodified="true" />