sf-package/package_props.ant.xml
author Shabe Razvi <shaber@symbian.org>
Fri, 11 Jun 2010 15:56:59 +0100
changeset 1100 561033b10e0f
parent 978 b667ef1d5a4f
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-PACKAGE-PROPS">
  
  <property name="sf.drive.space.needed" value="10G"/>

  <property name="sf.project.type" value="package"/>
	
  <property name="sf.spec.baseline.enable" value="true"/>
  <property name="sf.spec.baseline.select" value="location"/>
  <property name="sf.spec.baseline.location" value="\\v800020\Releases\PDK_2.0.e"/>
  <property name="sf.spec.baseline.getenv_options" value="-i emu -i rnd -i tools -i info"/>
  
  <property name="sf.spec.toolsbaseline.enable" value="false"/>
  
  <property name="sf.spec.package.src.enable" value="true"/>
  
  <property name="sf.spec.build.clean.enable" value="true"/>
  
  <property name="sf.spec.systemdefinition.assemble" value="false"/>
  <!-- if this is defined then the model is taken from this location (relative to the project dir) and copied to BUILDDRIVE\definition.xml -->
<!--  <property name="sf.spec.systemdefinition.source" value="package_definition.xml"/> -->
  <!-- location of the model (related to the build drive) -->
  <property name="sf.spec.systemdefinition.location" value="\definition.xml"/>
  <property name="sf.spec.sysdef.configurations.list" value="SF"/>
  
  <property name="sf.spec.sbs.config" value="tools2_rel.whatlog,winscw.whatlog,armv5.whatlog"/>
  <property name="sf.spec.sbs.numberofjobs" value="2"/>
  
  <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
  
  <property name="sf.spec.smoketest.enable" value="false"/> <!-- This disables publishing Smoke Test Report -->

  <!-- Enable qmake processing for any units with proFile attributes -->
  <property name="qmake.enabled" value="true"/>

</project>