sf-platform/platform_props.ant.xml
author Shabe Razvi <shaber@symbian.org>
Fri, 11 Jun 2010 15:56:59 +0100
changeset 1100 561033b10e0f
parent 1003 5de8d98eb9cb
child 1105 0a2d5d0db211
permissions -rw-r--r--
Major rework to enable rebuilds of the platform from single sf-build call - Change the way that sources and system model are selected: now property based - Split sources.csv to have publicly available http repos only; internal repos are in sources_rnd.csv - System model output in BOM renamed to system_model.xml rather than canonical_system_definition_{config}.xml to make reuse predictable - Public property configuration public_override_props.ant.xml now used. - Fix all exports to run based upon configuration specified (no export configuration makes SBS assume RVCT is being used, which is not available to all) - sf.production.build MUST be defined and TRUE to enable production build properties, public config is DEFAULT behaviour

<?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 -->
  
  <property name="sf.spec.prebuilt.excludelist"     value="${sf.spec.job.dir}/../prebuilt_excludelist.txt"/>

  <property name="sf.spec.systemdefinition.location" value="${sf.project.location}\sysdefs\"/>
  <property name="sf.spec.systemdefinition.filename" value="system_model.xml"/>

  <property name="sf.spec.sourcesync.usecache"     value="true"/>

  <!-- 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>