author | c100726 |
Tue, 29 Sep 2009 15:49:47 +0100 | |
changeset 543 | 9b1066086d2e |
parent 519 | a75125f33ba4 |
child 751 | da0e0bc45450 |
permissions | -rw-r--r-- |
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 |
|
a75125f33ba4
Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents:
374
diff
changeset
|
10 |
<property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... --> |
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 |
|
a75125f33ba4
Added setting of properties that are common to all (current) platform builds.
Simon Howkins <simonh@symbian.org>
parents:
374
diff
changeset
|
14 |
<property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/> |
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 |