author | ThomasE@UK-ThomasE.symbian.int |
Tue, 21 Apr 2009 16:21:41 +0100 | |
changeset 30 | f7bc821654a4 |
parent 28 | a5762c2265b2 |
permissions | -rw-r--r-- |
18 | 1 |
<?xml version="1.0"?> |
2 |
||
3 |
<project name="SF-JOB-PROPS" > |
|
4 |
||
5 |
<dirname property="sf.spec.job.dir" file="${ant.file.SF-JOB-PROPS}"/> |
|
6 |
||
7 |
<property name="sf.project.type" value="platform" /> |
|
8 |
||
9 |
<property name="sf.spec.job.name" value="platform"/> |
|
10 |
<property name="sf.spec.corebuildversion" value="week12"/> |
|
11 |
||
12 |
<property name="sf.spec.build.system" value="sbs"/> |
|
13 |
||
14 |
<property name="sf.spec.sbs.config" value="winscw"/> <!-- both _urel and _udeb --> |
|
15 |
<property name="sf.spec.sbs.tools.config" value="tools_rel,tools2_rel"/> |
|
16 |
||
17 |
<property name="sf.spec.sourcesync.usecache" value="true"/> |
|
18 |
||
19 |
||
20 |
<!-- get full source env and binaries from pdk --> |
|
21 |
<property name="sf.spec.sourcesync.enable" value="true"/> |
|
22 |
<property name="sf.spec.baseline.getenv_options" value="-I emu"/> |
|
23 |
<property name="sf.spec.baseline.enable" value="true"/> |
|
24 |
<property name="sf.spec.baseline.clean" value="true"/> |
|
25 |
||
26 |
<property name="sf.spec.baseline.select" value="location" /> |
|
27 |
<property name="sf.spec.baseline.location" value="D:\PDK\PDK_20090401\" /> |
|
28 |
<property name="sf.spec.toolsbaseline.enable" value="true"/> |
|
29 |
<property name="sf.spec.publish.rootdir" value="D:\SF_Builds"/> |
|
30 |
||
31 |
<!-- platform build specific properties --> |
|
32 |
<property name="sf.spec.s60.sysdef.clean.configurations.list" value="S60_5_1_clean" /> |
|
33 |
<property name="sf.spec.os.sysdef.clean.configurations.list" value="GT_tb91sf" /> |
|
34 |
||
35 |
<!-- provide dtd location as os and s60 layers will be different --> |
|
36 |
<property name="sf.spec.s60.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/> |
|
37 |
<property name="sf.spec.os.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/> |
|
38 |
||
30
f7bc821654a4
split build option turned to true for sf platform build
ThomasE@UK-ThomasE.symbian.int
parents:
28
diff
changeset
|
39 |
<property name="sf.spec.sysdef.version" value="2.0.0"/> <!-- default --> |
f7bc821654a4
split build option turned to true for sf platform build
ThomasE@UK-ThomasE.symbian.int
parents:
28
diff
changeset
|
40 |
<property name="sf.spec.s60.sysdef.version" value="2.0.0"/> |
18 | 41 |
<property name="sf.spec.os.sysdef.version" value="2.0.0"/> |
42 |
||
43 |
<!-- build os and s60 by default --> |
|
44 |
<property name="sf.spec.os.skipbuild" value="false"/> |
|
28
a5762c2265b2
system definition files renamed, project configured for the added split models, raptor traces filter turned on
ThomasE@UK-ThomasE.symbian.int
parents:
24
diff
changeset
|
45 |
<property name="sf.spec.s60.skipbuild" value="false"/> |
30
f7bc821654a4
split build option turned to true for sf platform build
ThomasE@UK-ThomasE.symbian.int
parents:
28
diff
changeset
|
46 |
<property name="sf.spec.splitbuild" value="true"/> |
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
47 |
<!-- *this* platform build defines two steps. false means single foundation model |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
48 |
which uses sf.spec.os.* attrs --> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
49 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
50 |
<!-- generate dir list(s) of epoc32 tree --> |
23 | 51 |
<property name="sf.spec.dirlist.enable" value="true"/> |
18 | 52 |
|
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
53 |
<!-- generate delta of two epoc32 trees. note: this takes a while! --> |
23 | 54 |
<property name="sf.spec.dirdelta.enable" value="true"/> |
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
55 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
56 |
<!-- prefilter raptor logs --> |
28
a5762c2265b2
system definition files renamed, project configured for the added split models, raptor traces filter turned on
ThomasE@UK-ThomasE.symbian.int
parents:
24
diff
changeset
|
57 |
<property name="sf.spec.logs.raptorfilter.enable" value="true"/> |
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
58 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
59 |
<!-- zip all logs before publish --> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
60 |
<property name="sf.spec.logs.zip.enable" value="true"/> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
61 |
|
18 | 62 |
</project> |