author | Simon Howkins <simonh@symbian.org> |
Fri, 07 Aug 2009 12:22:05 +0100 | |
changeset 143 | ca4a283ff691 |
parent 136 | 0ac703e3110f |
child 151 | d5de3a55f5cc |
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"/> |
|
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
10 |
<property name="sf.spec.corebuildversion" value="week19"/> |
18 | 11 |
|
12 |
<property name="sf.spec.build.system" value="sbs"/> |
|
13 |
||
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
14 |
<property name="sf.spec.sbs.config" value="winscw.whatlog,armv5.whatlog"/> <!-- both _urel and _udeb --> |
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
15 |
<property name="sf.spec.sbs.tools.config" value="tools_rel.whatlog,tools2_rel.whatlog"/> |
18 | 16 |
|
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
17 |
<property name="sf.spec.sourcesync.usecache" value="false"/> |
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
18 |
|
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
19 |
<!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog --> |
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
20 |
<!-- check that sf.spec.baseline.getenv_options includes 'tools' --> |
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
21 |
<!-- and set sf.spec.baseline.enable to 'true' --> |
18 | 22 |
|
23 |
<!-- get full source env and binaries from pdk --> |
|
24 |
<property name="sf.spec.sourcesync.enable" value="true"/> |
|
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
25 |
<property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... --> |
136
0ac703e3110f
Platform Build config change - updated baseline to PDK2.0d. Turned on baseline enable (to unpack tools_epoc.zip)
MattD <mattd@symbian.org>
parents:
135
diff
changeset
|
26 |
<property name="sf.spec.baseline.enable" value="true"/> |
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
27 |
<property name="sf.spec.baseline.clean" value="false"/> |
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
28 |
<property name="sf.spec.baseline.select" value="location" /> |
136
0ac703e3110f
Platform Build config change - updated baseline to PDK2.0d. Turned on baseline enable (to unpack tools_epoc.zip)
MattD <mattd@symbian.org>
parents:
135
diff
changeset
|
29 |
<property name="sf.spec.baseline.location" value="\\v800008\Builds01\Releases\PDK_candidate_2.0.d_flat\" /> |
18 | 30 |
|
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
31 |
<property name="sf.spec.toolsbaseline.enable" value="true"/> |
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
32 |
<property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/> |
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
33 |
<property name="sf.spec.toolsbaseline.select" value="location" /> |
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
34 |
<property name="sf.spec.toolsbaseline.location" value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc --> |
18 | 35 |
|
36 |
<!-- platform build specific properties --> |
|
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
37 |
<property name="sf.spec.s60.sysdef.clean.configurations.list" value="S60_5_1_sf" /> |
18 | 38 |
<property name="sf.spec.os.sysdef.clean.configurations.list" value="GT_tb91sf" /> |
39 |
||
40 |
<!-- provide dtd location as os and s60 layers will be different --> |
|
41 |
<property name="sf.spec.s60.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/> |
|
42 |
<property name="sf.spec.os.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/> |
|
43 |
||
30
f7bc821654a4
split build option turned to true for sf platform build
ThomasE@UK-ThomasE.symbian.int
parents:
28
diff
changeset
|
44 |
<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
|
45 |
<property name="sf.spec.s60.sysdef.version" value="2.0.0"/> |
18 | 46 |
<property name="sf.spec.os.sysdef.version" value="2.0.0"/> |
47 |
||
48 |
<!-- build os and s60 by default --> |
|
49 |
<property name="sf.spec.os.skipbuild" value="false"/> |
|
128
fd35c35ffebb
Commit latest draft of Foundation model
Shabe Razvi <shaber@symbian.org>
parents:
105
diff
changeset
|
50 |
<property name="sf.spec.s60.skipbuild" value="true"/> |
130
40c430068ab4
Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents:
128
diff
changeset
|
51 |
<property name="sf.spec.splitbuild" value="false"/> <!-- *this* platform build defines two steps --> |
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
52 |
|
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
53 |
<!-- generate dir list(s) of epoc32 tree --> |
23 | 54 |
<property name="sf.spec.dirlist.enable" value="true"/> |
18 | 55 |
|
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
56 |
<!-- generate delta of two epoc32 trees. note: this takes a while! --> |
23 | 57 |
<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
|
58 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
59 |
<!-- prefilter raptor logs --> |
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
60 |
<property name="sf.spec.logs.raptorfilter.enable" value="false"/> |
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
61 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
62 |
<!-- 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
|
63 |
<property name="sf.spec.logs.zip.enable" value="true"/> |
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
64 |
|
63
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
45
diff
changeset
|
65 |
<!-- packaging options for bin/src--> |
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
45
diff
changeset
|
66 |
<property name="sf.spec.package.bin.enable" value="true"/> |
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
45
diff
changeset
|
67 |
<property name="sf.spec.package.src.enable" value="true"/> |
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
45
diff
changeset
|
68 |
|
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
45
diff
changeset
|
69 |
<property name="sf.spec.test.sendpkg.enable" value="true"/> |
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
70 |
|
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
71 |
<property name="sf.spec.md5.enable" value="true"/> |
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
72 |
|
18 | 73 |
</project> |