|
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 <property name="sf.project.type" value="platform" /> |
|
7 |
|
8 <property name="sf.previous.pdk.tag" value="PDK_2.0.e" /> |
|
9 |
|
10 <property name="sf.spec.corebuildversion" value="week19"/> |
|
11 |
|
12 <property name="sf.spec.build.system" value="sbs"/> |
|
13 |
|
14 <property name="sf.spec.sbs.variant" value="tb91sf"/> |
|
15 <property name="sf.spec.sbs.config" value="winscw_udeb.whatlog"/> |
|
16 <property name="sf.spec.sbs.tools.config" value="tools2_rel.whatlog"/> |
|
17 |
|
18 <property name="sf.os.compile.iterate" value="true"/> <!-- New property for iterating though sf.spec.sbs.config instead of all at once --> |
|
19 |
|
20 <property name="sf.spec.bldmefirst.gt.variant" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS_v${sf.spec.sbs.variant}.cfg" /> |
|
21 <property name="sf.spec.bldmefirst.gt.hrh" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/" /> |
|
22 |
|
23 <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan but only western is used at the moment --> |
|
24 <property name="sf.spec.bldmefirst.s60.config.root" value="sf/os/deviceplatformrelease/sf_config/config" /> |
|
25 <property name="sf.spec.bldmefirst.s60.sbs.variant.cfg" value="${sf.spec.bldmefirst.s60.config.root}/inc/variant.cfg" /> <!-- currently needed for touching --> |
|
26 <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"/> |
|
27 |
|
28 <property name="sf.spec.sourcesync.usecache" value="false"/> |
|
29 |
|
30 <!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog --> |
|
31 <!-- check that sf.spec.baseline.getenv_options includes 'tools' --> |
|
32 <!-- and set sf.spec.baseline.enable to 'true' --> |
|
33 |
|
34 <!-- get full source env and binaries from pdk --> |
|
35 <property name="sf.spec.sourcesync.enable" value="true"/> |
|
36 <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... --> |
|
37 <property name="sf.spec.baseline.enable" value="true"/> |
|
38 <property name="sf.spec.baseline.clean" value="false"/> |
|
39 <property name="sf.spec.baseline.select" value="location" /> |
|
40 <property name="sf.spec.baseline.location" value="\\v800008\Builds01\Releases\PDK_2.0.e\" /> |
|
41 |
|
42 <property name="sf.spec.toolsbaseline.enable" value="true"/> |
|
43 <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/> |
|
44 <property name="sf.spec.toolsbaseline.select" value="location" /> |
|
45 <property name="sf.spec.toolsbaseline.location" value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc --> |
|
46 |
|
47 <!-- platform build specific properties --> |
|
48 <property name="sf.spec.s60.sysdef.clean.configurations.list" value="S60_5_1_sf" /> |
|
49 <property name="sf.spec.os.sysdef.clean.configurations.list" value="GT_${sf.spec.sbs.variant}" /> |
|
50 |
|
51 <!-- provide dtd location as os and s60 layers will be different --> |
|
52 <property name="sf.spec.s60.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/> |
|
53 <property name="sf.spec.os.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/> |
|
54 |
|
55 <property name="sf.spec.sysdef.version" value="2.0.0"/> <!-- default --> |
|
56 <property name="sf.spec.s60.sysdef.version" value="2.0.0"/> |
|
57 <property name="sf.spec.os.sysdef.version" value="2.0.0"/> |
|
58 |
|
59 <!-- build os and s60 by default --> |
|
60 <property name="sf.spec.os.skipbuild" value="false"/> |
|
61 <property name="sf.spec.s60.skipbuild" value="true"/> |
|
62 <property name="sf.spec.splitbuild" value="false"/> <!-- *this* platform build defines two steps --> |
|
63 |
|
64 <!-- generate dir list(s) of epoc32 tree --> |
|
65 <property name="sf.spec.dirlist.enable" value="true"/> |
|
66 |
|
67 <!-- generate delta of two epoc32 trees. note: this takes a while! --> |
|
68 <property name="sf.spec.dirdelta.enable" value="true"/> |
|
69 |
|
70 <!-- prefilter raptor logs --> |
|
71 <property name="sf.spec.logs.raptorfilter.enable" value="false"/> |
|
72 |
|
73 <!-- zip all logs before publish --> |
|
74 <property name="sf.spec.logs.zip.enable" value="true"/> |
|
75 |
|
76 <!-- packaging options for bin/src--> |
|
77 <property name="sf.spec.package.bin.enable" value="true"/> |
|
78 <property name="sf.spec.package.src.enable" value="true"/> |
|
79 |
|
80 <property name="sf.spec.md5.enable" value="true"/> |
|
81 |
|
82 <!-- These are certainly specific to the micro build --> |
|
83 <property name="sf.spec.job.name" value="micro"/> |
|
84 <property name="sf.spec.publish.enable" value="false"/> |
|
85 <property name="sf.suppress.buildenv.check" value="true"/> |
|
86 <property name="sf.suppress.drive.space.check" value="true"/> |
|
87 <property name="sf.spec.sourcesync.archive" value="true"/> |
|
88 <property name="sf.spec.test.sendpkg.enable" value="false"/> |
|
89 <property name="sf.spec.bccheck.enable" value="false"/> |
|
90 <!-- Slight hack to override these targets in the platform/common scripts --> |
|
91 <target name="sf-platform-bootstrap-s60"/> |
|
92 <target name="sf-build-smoketestpkg"/> |
|
93 |
|
94 </project> |