author | Tyson Key <tyson.key@symbiandevco.org> |
Tue, 24 Aug 2010 14:27:40 +0100 | |
changeset 763 | 79fffd551b70 |
parent 664 | dbb64ca11bc1 |
child 850 | 995407a5422c |
permissions | -rw-r--r-- |
662
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0"?> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
2 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
3 |
<project name="SF-PUBLIC-PROPS"> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
4 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
5 |
<dirname property="sf.spec.job.dir" file="${ant.file.SF-PUBLIC-PROPS}"/> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
6 |
<property name="sf.suppress.buildenv.check" value="true" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
7 |
<property name="sf.suppress.drive.space.check" value="true" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
8 |
<property name="sf.drive.space.needed" value="40G"/> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
9 |
<property name="sf.spec.job.drive" value="M:"/> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
10 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
11 |
<!-- unpack prebuilt binaries and bom? if so from where? --> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
12 |
<property name="sf.spec.baseline.enable" value="true" /> |
664
dbb64ca11bc1
Update public baseline to a default location
Shabe Razvi <shaber@symbian.org>
parents:
662
diff
changeset
|
13 |
<property name="sf.spec.baseline.location" value="C:\PDK" /> |
662
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
14 |
<property name="sf.spec.baseline.getenv_options" value="-i emu -i prebuilt -i info -k" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
15 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
16 |
<!-- unpack tools? if so, from same location as baseline? --> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
17 |
<property name="sf.spec.toolsbaseline.enable" value="true" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
18 |
<property name="sf.spec.toolsbaseline.location" value="${sf.spec.baseline.location}" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
19 |
<property name="sf.spec.toolsbaseline.getenv_options" value="-i tools -k" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
20 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
21 |
<!-- packaging options --> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
22 |
<property name="sf.spec.package.src.enable" value="false" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
23 |
<property name="sf.spec.package.bin.enable" value="false" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
24 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
25 |
<!-- default build configurations --> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
26 |
<property name="sf.spec.sbs.config" value="winscw_udeb.whatlog" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
27 |
<property name="sf.spec.sbs.tools.config" value="tools2.whatlog" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
28 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
29 |
<!-- default localisation variant --> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
30 |
<property name="sf.spec.bldmefirst.s60.variant" value="engineering" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
31 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
32 |
<!-- prevent trying to access default SF servers --> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
33 |
<property name="sf.spec.publish.enable" value="false" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
34 |
<property name="sf.spec.smoketest.enable" value="false" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
35 |
<property name="sf.spec.test.sendpkg.enable" value="false" /> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
36 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
37 |
<!-- public rnd binaries are in baseline.location, not from mercurial --> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
38 |
<property name="sf.spec.sourcesync.sourcespecfile.rnd" value="nul:"/> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
39 |
|
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
40 |
<!-- use sources defined in BOM as this will rebuild that PDK --> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
41 |
<property name="sf.spec.sourcesync.sourcespecdir" value="${sf.spec.job.drive}\build_info\logs\BOM"/> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
42 |
<property name="sf.spec.systemdefinition.location" value="${sf.spec.job.drive}\build_info\logs\BOM"/> |
b1716671cef8
Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
43 |
</project> |