18
|
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"/> <!-- 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="true"/>
|
|
24 |
<property name="sf.spec.baseline.clean" value="true"/>
|
|
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="true"/>
|
|
46 |
<property name="sf.spec.splitbuild" value="false"/>
|
|
47 |
<!-- *this* platform build defines two steps. false means single foundation model
|
|
48 |
which uses sf.spec.os.* attrs -->
|
|
49 |
|
|
50 |
</project>
|