Added setting of properties that are common to all (current) platform builds.
authorSimon Howkins <simonh@symbian.org>
Thu, 24 Sep 2009 19:02:07 +0100
changeset 519 a75125f33ba4
parent 518 50d29d0828e9
child 524 7a89f7c75cd2
child 537 aa5ddb1f5ba0
Added setting of properties that are common to all (current) platform builds.
sf-platform/platform_props.ant.xml
--- a/sf-platform/platform_props.ant.xml	Fri Sep 25 12:47:18 2009 +0100
+++ b/sf-platform/platform_props.ant.xml	Thu Sep 24 19:02:07 2009 +0100
@@ -5,5 +5,36 @@
     
   <property name="sf.drive.space.needed" value="150G"/>
 
+  <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan -->
+
+  <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
+  <property name="sf.spec.baseline.clean"          value="false"/>
+  <property name="sf.spec.baseline.select"         value="location" />
+
+  <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
+  <property name="sf.spec.toolsbaseline.select"         value="location" />
+  <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc -->
+
+  <!-- generate dir list(s) of epoc32 tree -->
+  <property name="sf.spec.dirlist.enable"  value="true"/>
+ 
+  <!-- generate delta of two epoc32 trees. note: this takes a while! -->
+  <property name="sf.spec.dirdelta.enable" value="true"/>
+
+  <!-- prefilter raptor logs -->
+  <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
+ 
+  <!-- zip all logs before publish -->
+  <property name="sf.spec.logs.zip.enable"  value="true"/>
+
+  <!-- zip all logs before publish -->
+  <property name="sf.spec.logs.zip.enable"  value="true"/>
+
+  <!-- packaging options for bin/src-->
+  <property name="sf.spec.package.bin.enable"  value="true"/>
+  <property name="sf.spec.package.src.enable"  value="true"/>
+ 
+  <property name="sf.spec.md5.enable"          value="true"/>
+
 </project>