sf-platform/platform_props.ant.xml
author MattD <mattd@symbian.org>
Mon, 14 Dec 2009 15:44:46 +0000
changeset 830 d7e0043062fc
parent 751 da0e0bc45450
child 894 828906d2a151
permissions -rw-r--r--
Platform Build - Added 'sf-postbuild' onto deps for 'sf-build-noprep' as although it isn't the best place to have it, it's the same as the deps for the version in 'common' and is needed for the external Hudson jobs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0"?>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     2
<project name="SF-PLATFORM-PROPS">
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     3
  
374
a675a1ed07c6 Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents: 367
diff changeset
     4
  <property name="sf.project.type" value="platform" />
a675a1ed07c6 Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents: 367
diff changeset
     5
    
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     6
  <property name="sf.drive.space.needed" value="150G"/>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     7
519
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
     8
  <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan -->
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
     9
751
da0e0bc45450 Updated the options to pass to getenv, to include -k. This avoids aborts if things are not exactly as the tool expects.
Simon Howkins <simonh@symbian.org>
parents: 519
diff changeset
    10
  <property name="sf.spec.baseline.getenv_options" value="-I tools -k"/> <!-- Sync the tools... -->
519
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    11
  <property name="sf.spec.baseline.clean"          value="false"/>
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    12
  <property name="sf.spec.baseline.select"         value="location" />
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    13
751
da0e0bc45450 Updated the options to pass to getenv, to include -k. This avoids aborts if things are not exactly as the tool expects.
Simon Howkins <simonh@symbian.org>
parents: 519
diff changeset
    14
  <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu -k"/>
519
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    15
  <property name="sf.spec.toolsbaseline.select"         value="location" />
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    16
  <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc -->
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    17
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    18
  <!-- generate dir list(s) of epoc32 tree -->
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    19
  <property name="sf.spec.dirlist.enable"  value="true"/>
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    20
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    21
  <!-- generate delta of two epoc32 trees. note: this takes a while! -->
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    22
  <property name="sf.spec.dirdelta.enable" value="true"/>
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    23
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    24
  <!-- prefilter raptor logs -->
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    25
  <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    26
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    27
  <!-- zip all logs before publish -->
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    28
  <property name="sf.spec.logs.zip.enable"  value="true"/>
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    29
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    30
  <!-- zip all logs before publish -->
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    31
  <property name="sf.spec.logs.zip.enable"  value="true"/>
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    32
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    33
  <!-- packaging options for bin/src-->
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    34
  <property name="sf.spec.package.bin.enable"  value="true"/>
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    35
  <property name="sf.spec.package.src.enable"  value="true"/>
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    36
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    37
  <property name="sf.spec.md5.enable"          value="true"/>
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    38
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    39
</project>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    40