sf-platform/platform_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Tue, 02 Mar 2010 11:55:33 +0000
changeset 908 afac628f0264
parent 894 828906d2a151
child 1003 5de8d98eb9cb
permissions -rw-r--r--
Corrected property name for activating the hg cache, so it should take effect!
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
908
afac628f0264 Corrected property name for activating the hg cache, so it should take effect!
Simon Howkins <simonh@symbian.org>
parents: 894
diff changeset
    18
  <property name="sf.spec.sourcesync.usecache"     value="true"/>
894
828906d2a151 Turned on use of cache for all platform builds (unless over-ridden by the particular job properties of course).
Simon Howkins <simonh@symbian.org>
parents: 751
diff changeset
    19
519
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    20
  <!-- 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
    21
  <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
    22
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    23
  <!-- 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
    24
  <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
    25
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    26
  <!-- 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
    27
  <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
    28
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    29
  <!-- 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
    30
  <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
    31
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    32
  <!-- 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
    33
  <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
    34
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    35
  <!-- 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
    36
  <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
    37
  <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
    38
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    39
  <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
    40
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    41
</project>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    42