sf-platform/platform_props.ant.xml
author Shabe Razvi <shaber@symbian.org>
Thu, 13 May 2010 14:51:14 +0100
changeset 1029 8ee0b12c2384
parent 1000 5de8d98eb9cb
child 1097 561033b10e0f
permissions -rw-r--r--
Merge
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 -->
1000
5de8d98eb9cb Adding property sf.spec.prebuilt.excludelist in platform_props.ant.xml
Chetan Kapoor <chetank@symbian.org>
parents: 908
diff changeset
    17
  
5de8d98eb9cb Adding property sf.spec.prebuilt.excludelist in platform_props.ant.xml
Chetan Kapoor <chetank@symbian.org>
parents: 908
diff changeset
    18
  <property name="sf.spec.prebuilt.excludelist"     value="${sf.spec.job.dir}/../prebuilt_excludelist.txt"/>
519
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    19
908
afac628f0264 Corrected property name for activating the hg cache, so it should take effect!
Simon Howkins <simonh@symbian.org>
parents: 894
diff changeset
    20
  <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
    21
519
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    22
  <!-- 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
    23
  <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
    24
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    25
  <!-- 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
    26
  <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
    27
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    28
  <!-- 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
    29
  <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
    30
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    31
  <!-- 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
    32
  <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
    33
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    34
  <!-- 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
    35
  <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
    36
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    37
  <!-- 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
    38
  <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
    39
  <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
    40
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    41
  <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
    42
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    43
</project>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    44