author | William Roberts <williamr@symbian.org> |
Tue, 25 Aug 2009 14:50:49 +0100 | |
changeset 171 | fc9262953aac |
parent 168 | c4ba4a1407d0 |
child 172 | 3113c353346d |
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.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
|
8 |
<property name="sf.spec.corebuildversion" value="week19"/> |
18 | 9 |
|
10 |
<property name="sf.spec.build.system" value="sbs"/> |
|
11 |
||
168
c4ba4a1407d0
bldmefirst without repo - Removed bldmefirst repo from 'foundation' and 'clean', adn changed sources_fcl.csv files to use FCLs for 'deviceplatformrelease' and build bldmefirst from sources.
MattD <mattd@symbian.org>
parents:
167
diff
changeset
|
12 |
<property name="sf.spec.sbs.config" value="winscw_urel.whatlog,winscw_udeb.whatlog,armv5_urel.whatlog,armv5_udeb.whatlog"/> <!-- both _urel and _udeb --> |
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
13 |
<property name="sf.spec.sbs.tools.config" value="tools_rel.whatlog,tools2_rel.whatlog"/> |
18 | 14 |
|
151
d5de3a55f5cc
foundation config - changed to use 'sf.os.compile.iterate' to workaround problems with raptor with single model.
MattD <mattd@symbian.org>
parents:
136
diff
changeset
|
15 |
<property name="sf.os.compile.iterate" value="true"/> <!-- New property for iterating though sf.spec.sbs.config instead of all at once --> |
168
c4ba4a1407d0
bldmefirst without repo - Removed bldmefirst repo from 'foundation' and 'clean', adn changed sources_fcl.csv files to use FCLs for 'deviceplatformrelease' and build bldmefirst from sources.
MattD <mattd@symbian.org>
parents:
167
diff
changeset
|
16 |
|
c4ba4a1407d0
bldmefirst without repo - Removed bldmefirst repo from 'foundation' and 'clean', adn changed sources_fcl.csv files to use FCLs for 'deviceplatformrelease' and build bldmefirst from sources.
MattD <mattd@symbian.org>
parents:
167
diff
changeset
|
17 |
<property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan but only western is used at the moment --> |
c4ba4a1407d0
bldmefirst without repo - Removed bldmefirst repo from 'foundation' and 'clean', adn changed sources_fcl.csv files to use FCLs for 'deviceplatformrelease' and build bldmefirst from sources.
MattD <mattd@symbian.org>
parents:
167
diff
changeset
|
18 |
<property name="sf.spec.bldmefirst.s60.config.root" value="sf/os/deviceplatformrelease/sf_config/config" /> |
c4ba4a1407d0
bldmefirst without repo - Removed bldmefirst repo from 'foundation' and 'clean', adn changed sources_fcl.csv files to use FCLs for 'deviceplatformrelease' and build bldmefirst from sources.
MattD <mattd@symbian.org>
parents:
167
diff
changeset
|
19 |
<property name="sf.spec.bldmefirst.s60.sbs.variant.cfg" value="${sf.spec.bldmefirst.s60.config.root}/inc/variant.cfg" /> <!-- currently needed for touching --> |
c4ba4a1407d0
bldmefirst without repo - Removed bldmefirst repo from 'foundation' and 'clean', adn changed sources_fcl.csv files to use FCLs for 'deviceplatformrelease' and build bldmefirst from sources.
MattD <mattd@symbian.org>
parents:
167
diff
changeset
|
20 |
<property name="sf.spec.bldmefirst.s60.exports" value="${sf.spec.bldmefirst.s60.config.root}/${sf.spec.bldmefirst.s60.variant}/group,${sf.spec.bldmefirst.s60.config.root}/group,sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/group,sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group,sf/os/devicesrv/commonservices/commonengine/group,sf/mw/web/web_plat/browser_platform_api/group,sf/tools/homescreentools/dtdinstaller/group"/> |
151
d5de3a55f5cc
foundation config - changed to use 'sf.os.compile.iterate' to workaround problems with raptor with single model.
MattD <mattd@symbian.org>
parents:
136
diff
changeset
|
21 |
|
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
22 |
<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
|
23 |
|
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
24 |
<!-- 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
|
25 |
<!-- 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
|
26 |
<!-- and set sf.spec.baseline.enable to 'true' --> |
18 | 27 |
|
28 |
<!-- get full source env and binaries from pdk --> |
|
29 |
<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
|
30 |
<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
|
31 |
<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
|
32 |
<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
|
33 |
<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
|
34 |
<property name="sf.spec.baseline.location" value="\\v800008\Builds01\Releases\PDK_candidate_2.0.d_flat\" /> |
18 | 35 |
|
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
36 |
<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
|
37 |
<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
|
38 |
<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
|
39 |
<property name="sf.spec.toolsbaseline.location" value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc --> |
18 | 40 |
|
41 |
<!-- 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
|
42 |
<property name="sf.spec.s60.sysdef.clean.configurations.list" value="S60_5_1_sf" /> |
18 | 43 |
<property name="sf.spec.os.sysdef.clean.configurations.list" value="GT_tb91sf" /> |
44 |
||
45 |
<!-- provide dtd location as os and s60 layers will be different --> |
|
46 |
<property name="sf.spec.s60.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/> |
|
47 |
<property name="sf.spec.os.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/> |
|
48 |
||
30
f7bc821654a4
split build option turned to true for sf platform build
ThomasE@UK-ThomasE.symbian.int
parents:
28
diff
changeset
|
49 |
<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
|
50 |
<property name="sf.spec.s60.sysdef.version" value="2.0.0"/> |
18 | 51 |
<property name="sf.spec.os.sysdef.version" value="2.0.0"/> |
52 |
||
53 |
<!-- build os and s60 by default --> |
|
54 |
<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
|
55 |
<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
|
56 |
<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
|
57 |
|
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
58 |
<!-- generate dir list(s) of epoc32 tree --> |
23 | 59 |
<property name="sf.spec.dirlist.enable" value="true"/> |
18 | 60 |
|
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
61 |
<!-- generate delta of two epoc32 trees. note: this takes a while! --> |
23 | 62 |
<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
|
63 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
64 |
<!-- prefilter raptor logs --> |
102
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
65 |
<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
|
66 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
18
diff
changeset
|
67 |
<!-- 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
|
68 |
<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
|
69 |
|
63
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
45
diff
changeset
|
70 |
<!-- packaging options for bin/src--> |
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
45
diff
changeset
|
71 |
<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
|
72 |
<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
|
73 |
|
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
45
diff
changeset
|
74 |
<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
|
75 |
|
5a46a48ba14b
Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents:
63
diff
changeset
|
76 |
<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
|
77 |
|
18 | 78 |
</project> |