1 <?xml version="1.0"?> |
|
2 |
|
3 <project name="SF-PUBLIC-PROPS"> |
|
4 |
|
5 <dirname property="sf.spec.job.dir" file="${ant.file.SF-PUBLIC-PROPS}"/> |
|
6 <property name="sf.suppress.buildenv.check" value="true" /> |
|
7 <property name="sf.suppress.drive.space.check" value="true" /> |
|
8 <property name="sf.drive.space.needed" value="40G"/> |
|
9 <property name="sf.spec.job.drive" value="M:"/> |
|
10 |
|
11 <!-- unpack prebuilt binaries and bom? if so from where? --> |
|
12 <property name="sf.spec.baseline.enable" value="true" /> |
|
13 <property name="sf.spec.baseline.location" value="D:\PDK_3.0.i_download" /> |
|
14 <property name="sf.spec.baseline.getenv_options" value="-i emu -i prebuilt -i info -k" /> |
|
15 |
|
16 <!-- unpack tools? if so, from same location as baseline? --> |
|
17 <property name="sf.spec.toolsbaseline.enable" value="true" /> |
|
18 <property name="sf.spec.toolsbaseline.location" value="${sf.spec.baseline.location}" /> |
|
19 <property name="sf.spec.toolsbaseline.getenv_options" value="-i tools -k" /> |
|
20 |
|
21 <!-- packaging options --> |
|
22 <property name="sf.spec.package.src.enable" value="false" /> |
|
23 <property name="sf.spec.package.bin.enable" value="false" /> |
|
24 |
|
25 <!-- default build configurations --> |
|
26 <property name="sf.spec.sbs.config" value="winscw_udeb.whatlog" /> |
|
27 <property name="sf.spec.sbs.tools.config" value="tools2.whatlog" /> |
|
28 |
|
29 <!-- default localisation variant --> |
|
30 <property name="sf.spec.bldmefirst.s60.variant" value="engineering" /> |
|
31 |
|
32 <!-- prevent trying to access default SF servers --> |
|
33 <property name="sf.spec.publish.enable" value="false" /> |
|
34 <property name="sf.spec.smoketest.enable" value="false" /> |
|
35 <property name="sf.spec.test.sendpkg.enable" value="false" /> |
|
36 |
|
37 <!-- public rnd binaries are in baseline.location, not from mercurial --> |
|
38 <property name="sf.spec.sourcesync.sourcespecfile.rnd" value="nul:"/> |
|
39 |
|
40 <!-- use sources defined in BOM as this will rebuild that PDK --> |
|
41 <property name="sf.spec.sourcesync.sourcespecdir" value="${sf.spec.job.drive}\build_info\logs\BOM"/> |
|
42 <property name="sf.spec.systemdefinition.location" value="${sf.spec.job.drive}\build_info\logs\BOM"/> |
|
43 </project> |
|