|
1 <?xml version="1.0"?> |
|
2 |
|
3 <project name="SF-COMMON-PROPS" > |
|
4 |
|
5 <property name="sf.spec.sbs.config" value="ramv5"/> |
|
6 |
|
7 <property name="sf.project.type" value="package"/> |
|
8 |
|
9 <property name="sf.spec.job.name" value="mypackage"/> |
|
10 <property name="sf.spec.job.number" value="77"/> |
|
11 <property name="sf.spec.job.rootdir" value="myrootdir"/> |
|
12 <property name="sf.spec.job.freespace" value="10"/> |
|
13 <property name="sf.spec.corebuildversion" value="mycorebuildversion"/> |
|
14 <property name="sf.spec.email.from" value="fbf@symbian.org"/> <!-- needs to be defined for S60 platform builds --> |
|
15 |
|
16 <property name="sf.spec.build.target" value="all"/> |
|
17 <property name="sf.spec.build.variant" value=""/> |
|
18 <property name="sf.spec.build.productioncode.enable" value="true"/> |
|
19 <property name="sf.spec.build.testcode.enable" value="false"/> |
|
20 <property name="sf.spec.build.system" value="sbs"/> <!-- sbs|ebs|ec --> |
|
21 <!-- property name="sf.spec.build.sbsv2.config" value=""/ --> |
|
22 <!-- property name="sf.spec.build.sbsv2.options" value="-k"/ --> |
|
23 <property name="sf.spec.build.clean.enable" value="true"/> |
|
24 <property name="sf.spec.sysdef.configurations.list" value="s60_build,s60_bldmelast"/> |
|
25 |
|
26 <property name="sf.spec.referenceroms.createimages.enable" value="false"/> |
|
27 <property name="sf.spec.testroms.createimages.enable" value="false"/> |
|
28 |
|
29 <property name="sf.spec.sourcesync.enable" value="true"/> |
|
30 <property name="sf.spec.sourcesync.usecache" value="false"/> |
|
31 <property name="sf.spec.sourcesync.sourcespecfile" value="sources.csv"/> |
|
32 |
|
33 <property name="sf.spec.baseline.enable" value="true"/> |
|
34 <property name="sf.spec.baseline.select" value="auto"/> <!-- auto|explicit|location --> |
|
35 <property name="sf.spec.baseline.getenv_options" value="-l emu"/> |
|
36 <property name="sf.spec.toolsbaseline.enable" value="true"/> |
|
37 <property name="sf.spec.toolsbaseline.select" value="auto"/> |
|
38 |
|
39 <property name="sf.spec.publish.unpackagedartefacts.enable" value="true"/> |
|
40 <property name="sf.spec.publish.packagedartefacts.enable" value="true"/> |
|
41 <property name="sf.spec.publish.network.freespace" value="10"/> |
|
42 <property name="sf.spec.publish.networkdrive" value="\\builds01\devbuilds\GRACE"/> |
|
43 <property name="sf.spec.publish.publish.rootdir" value="\\builds01\devbuilds\GRACE"/> |
|
44 |
|
45 <property name="sf.spec.tagafterbuild.enable" value="true"/> |
|
46 </project> |
|
47 |
|
48 |