sf-platform/platform_props.ant.xml
author Shabe Razvi <shaber@symbian.org>
Mon, 20 Sep 2010 16:13:07 +0100
changeset 1261 dd40521a5759
parent 1105 0a2d5d0db211
permissions -rw-r--r--
Make depends analysis tool conditional
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
1105
0a2d5d0db211 Use prebuilt baseline rather than emu for package and platform builds
Shabe Razvi <shaber@symbian.org>
parents: 1100
diff changeset
    10
  <property name="sf.spec.baseline.getenv_options" value="-i prebuilt -k"/> <!-- unpack anything prebuilt from baseline -->
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
1105
0a2d5d0db211 Use prebuilt baseline rather than emu for package and platform builds
Shabe Razvi <shaber@symbian.org>
parents: 1100
diff changeset
    14
  <property name="sf.spec.toolsbaseline.getenv_options" value="-i tools -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" />
1003
5de8d98eb9cb Adding property sf.spec.prebuilt.excludelist in platform_props.ant.xml
Chetan Kapoor <chetank@symbian.org>
parents: 908
diff changeset
    16
  
5de8d98eb9cb Adding property sf.spec.prebuilt.excludelist in platform_props.ant.xml
Chetan Kapoor <chetank@symbian.org>
parents: 908
diff changeset
    17
  <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
    18
1100
561033b10e0f Major rework to enable rebuilds of the platform from single sf-build call
Shabe Razvi <shaber@symbian.org>
parents: 1003
diff changeset
    19
  <property name="sf.spec.systemdefinition.location" value="${sf.project.location}\sysdefs\"/>
561033b10e0f Major rework to enable rebuilds of the platform from single sf-build call
Shabe Razvi <shaber@symbian.org>
parents: 1003
diff changeset
    20
  <property name="sf.spec.systemdefinition.filename" value="system_model.xml"/>
561033b10e0f Major rework to enable rebuilds of the platform from single sf-build call
Shabe Razvi <shaber@symbian.org>
parents: 1003
diff changeset
    21
908
afac628f0264 Corrected property name for activating the hg cache, so it should take effect!
Simon Howkins <simonh@symbian.org>
parents: 894
diff changeset
    22
  <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
    23
519
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    24
  <!-- 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
    25
  <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
    26
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    27
  <!-- 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
    28
  <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
    29
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    30
  <!-- 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
    31
  <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
    32
 
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    33
  <!-- 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
    34
  <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
    35
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    36
  <!-- 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
    37
  <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
    38
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    39
  <!-- 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
    40
  <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
    41
  <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
    42
 
1261
dd40521a5759 Make depends analysis tool conditional
Shabe Razvi <shaber@symbian.org>
parents: 1105
diff changeset
    43
  <property name="sf.spec.md5.enable"               value="true"/>
dd40521a5759 Make depends analysis tool conditional
Shabe Razvi <shaber@symbian.org>
parents: 1105
diff changeset
    44
dd40521a5759 Make depends analysis tool conditional
Shabe Razvi <shaber@symbian.org>
parents: 1105
diff changeset
    45
  <property name="sf.spec.analysis.depends.enable"  value="false"/>
519
a75125f33ba4 Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents: 374
diff changeset
    46
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    47
</project>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    48