Updated mechanism to manage Symbian_OS.hrh file to be inline with latest Nokia drop.
--- a/sf-platform/build.xml Tue Sep 29 10:12:29 2009 +0100
+++ b/sf-platform/build.xml Tue Sep 29 12:49:58 2009 +0100
@@ -39,6 +39,11 @@
<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" 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/tools/variant/Symbian_OS.hrh" failonerror="false" overwrite="true" verbose="true" preservelastmodified="true" />
+ </then>
+ </if>
</target>
<target name="sf-platform-bootstrap-s60" >