|
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.whatlog"/> <!-- 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="false"/> |
|
24 <property name="sf.spec.baseline.clean" value="false"/> |
|
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 |
|
39 <property name="sf.spec.sysdef.version" value="1.4.0"/> <!-- default --> |
|
40 <property name="sf.spec.s60.sysdef.version" value="1.4.0"/> |
|
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"/> |
|
45 <property name="sf.spec.s60.skipbuild" value="false"/> |
|
46 <property name="sf.spec.splitbuild" value="true"/> <!-- *this* platform build defines two steps --> |
|
47 |
|
48 <!-- generate dir list(s) of epoc32 tree --> |
|
49 <property name="sf.spec.dirlist.enable" value="true"/> |
|
50 |
|
51 <!-- generate delta of two epoc32 trees. note: this takes a while! --> |
|
52 <property name="sf.spec.dirdelta.enable" value="true"/> |
|
53 |
|
54 <!-- prefilter raptor logs --> |
|
55 <property name="sf.spec.logs.raptorfilter.enable" value="false"/> |
|
56 |
|
57 <!-- zip all logs before publish --> |
|
58 <property name="sf.spec.logs.zip.enable" value="true"/> |
|
59 |
|
60 </project> |