sf-platform/platform_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Thu, 12 Nov 2009 11:56:20 +0000
changeset 751 da0e0bc45450
parent 519 a75125f33ba4
child 894 828906d2a151
permissions -rw-r--r--
Updated the options to pass to getenv, to include -k. This avoids aborts if things are not exactly as the tool expects.

<?xml version="1.0"?>
<project name="SF-PLATFORM-PROPS">
  
  <property name="sf.project.type" value="platform" />
    
  <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 -k"/> <!-- 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 -k"/>
  <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>