author | andy simpson <andrews@symbian.org> |
Mon, 10 May 2010 17:02:48 +0100 | |
changeset 6 | 2745d8bd3d56 |
parent 5 | abf2a35ddf41 |
permissions | -rw-r--r-- |
0 | 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="tools" /> |
|
7 |
||
8 |
<property name="sf.previous.pdk.tag" value="PDK_3.0.h" /> |
|
9 |
||
6
2745d8bd3d56
rename overlay to prebuilt
andy simpson <andrews@symbian.org>
parents:
5
diff
changeset
|
10 |
<property name="sf.spec.job.name" value="prebuilt"/> |
0 | 11 |
<property name="sf.spec.corebuildversion" value="weekxx"/> |
12 |
||
13 |
<property name="sf.spec.sbs.variant" value="tb92sf"/> |
|
14 |
<property name="sf.spec.sbs.config" value="tools.whatlog,tools2.whatlog"/> |
|
6
2745d8bd3d56
rename overlay to prebuilt
andy simpson <andrews@symbian.org>
parents:
5
diff
changeset
|
15 |
<property name="sf.spec.sysdef.configurations.list" value="prebuilt"/> |
0 | 16 |
|
17 |
<!-- use this in create-canonical-sysdef override --> |
|
18 |
<property name="sf.spec.systemdefinition.location" value="${sf.project.location}/sysdefs/system_model.xml"/> |
|
19 |
||
20 |
<property name="sf.spec.baseline.enable" value="false" /> |
|
21 |
<property name="sf.spec.toolsbaseline.enable" value="false" /> |
|
22 |
||
23 |
<!-- zip all logs before publish --> |
|
24 |
<property name="sf.spec.logs.zip.enable" value="true"/> |
|
25 |
||
26 |
<!-- packaging options for bin/src--> |
|
27 |
<property name="sf.spec.package.bin.enable" value="true"/> |
|
28 |
<property name="sf.spec.package.src.enable" value="true"/> |
|
29 |
||
30 |
<!-- required for gt bootstrap exclusion list creation --> |
|
31 |
<property name="sf.spec.dirlist.enable" value="true"/> |
|
32 |
||
33 |
<property name="sf.spec.bldmefirst.gt.variant" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS_v${sf.spec.sbs.variant}.cfg" /> |
|
34 |
<!-- Location of Symbian_OS.hrh changed for Symbian3 to an inc directory --> |
|
35 |
<property name="sf.spec.bldmefirst.gt.hrh.os" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/inc/Symbian_OS_${sf.spec.sbs.variant}.hrh" /> |
|
36 |
<property name="sf.spec.bldmefirst.gt.hrh" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/" /> |
|
37 |
||
38 |
</project> |