sf-package/package_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Tue, 19 Oct 2010 11:11:40 +0100
changeset 1277 2ea5b5b66973
parent 1187 86025b85795b
permissions -rw-r--r--
Adjusted release tagging, so that it clones from the package source, not dst, and hence it's much less likely that the tagging operation will create multiple heads on the TAGS branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
     1
<?xml version="1.0"?>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
     2
173
3957aa453061 Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents: 18
diff changeset
     3
<project name="SF-PACKAGE-PROPS">
175
dario
parents: 169 174
diff changeset
     4
  
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents: 362
diff changeset
     5
  <property name="sf.drive.space.needed" value="10G"/>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents: 362
diff changeset
     6
374
a675a1ed07c6 Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents: 367
diff changeset
     7
  <property name="sf.project.type" value="package"/>
a675a1ed07c6 Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents: 367
diff changeset
     8
	
174
0d7e72114bf6 Changed package-common method of baseline retrieval
dario
parents: 173
diff changeset
     9
  <property name="sf.spec.baseline.enable" value="true"/>
0d7e72114bf6 Changed package-common method of baseline retrieval
dario
parents: 173
diff changeset
    10
  <property name="sf.spec.baseline.select" value="location"/>
903
4ccad00aa05d s/bishare/v800020/
Dario Sestito <darios@symbian.org>
parents: 845
diff changeset
    11
  <property name="sf.spec.baseline.location" value="\\v800020\Releases\PDK_2.0.e"/>
1102
0a2d5d0db211 Use prebuilt baseline rather than emu for package and platform builds
Shabe Razvi <shaber@symbian.org>
parents: 976
diff changeset
    12
  <property name="sf.spec.baseline.getenv_options" value="-i emu -i prebuilt -i rnd -i tools -i info"/>
240
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 221
diff changeset
    13
  
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 221
diff changeset
    14
  <property name="sf.spec.toolsbaseline.enable" value="false"/>
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 221
diff changeset
    15
  
1152
b978b05bda4f Turn off source packaging (to save time), as package build artefacts are removed at end of package build anyway.
Shabe Razvi <shaber@symbian.org>
parents: 1102
diff changeset
    16
  <property name="sf.spec.package.src.enable" value="false"/>
362
35ec0d29a3d8 Fix packaging source optimization does not work for package builds
Dario Sestito <darios@symbian.org>
parents: 331
diff changeset
    17
  
240
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 221
diff changeset
    18
  <property name="sf.spec.build.clean.enable" value="true"/>
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 175
diff changeset
    19
  
192
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 190
diff changeset
    20
  <property name="sf.spec.systemdefinition.assemble" value="false"/>
325
779cc88ed845 Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents: 240
diff changeset
    21
  <!-- if this is defined then the model is taken from this location (relative to the project dir) and copied to BUILDDRIVE\definition.xml -->
331
f7c6fc4239ac Fixed paths and drives for executing script.
Simon Howkins <simonh@symbian.org>
parents: 328
diff changeset
    22
<!--  <property name="sf.spec.systemdefinition.source" value="package_definition.xml"/> -->
325
779cc88ed845 Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents: 240
diff changeset
    23
  <!-- location of the model (related to the build drive) -->
779cc88ed845 Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents: 240
diff changeset
    24
  <property name="sf.spec.systemdefinition.location" value="\definition.xml"/>
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 175
diff changeset
    25
  <property name="sf.spec.sysdef.configurations.list" value="SF"/>
192
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 190
diff changeset
    26
  
711
7a9d3b010a52 Let sbs targets be taken from sf.spec.sbs.config
Dario Sestito <darios@symbian.org>
parents: 469
diff changeset
    27
  <property name="sf.spec.sbs.config" value="tools2_rel.whatlog,winscw.whatlog,armv5.whatlog"/>
368
cb0ec85c881d Set Raptor -j option to 2 for package builds
Dario Sestito <darios@symbian.org>
parents: 362
diff changeset
    28
  <property name="sf.spec.sbs.numberofjobs" value="2"/>
192
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 190
diff changeset
    29
  
195
1019b4099c37 Changed location of PDK
Dario Sestito <darios@symbian.org>
parents: 194
diff changeset
    30
  <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
845
61bf41df2efd Added new property for publishing Smoke Test Report
Maciej Seroka <maciejs@symbian.org>
parents: 711
diff changeset
    31
  
61bf41df2efd Added new property for publishing Smoke Test Report
Maciej Seroka <maciejs@symbian.org>
parents: 711
diff changeset
    32
  <property name="sf.spec.smoketest.enable" value="false"/> <!-- This disables publishing Smoke Test Report -->
173
3957aa453061 Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents: 18
diff changeset
    33
976
b667ef1d5a4f Enable qmake for all packages that have proFile attributes
Shabe Razvi <shaber@symbian.org>
parents: 903
diff changeset
    34
  <!-- Enable qmake processing for any units with proFile attributes -->
b667ef1d5a4f Enable qmake for all packages that have proFile attributes
Shabe Razvi <shaber@symbian.org>
parents: 903
diff changeset
    35
  <property name="qmake.enabled" value="true"/>
b667ef1d5a4f Enable qmake for all packages that have proFile attributes
Shabe Razvi <shaber@symbian.org>
parents: 903
diff changeset
    36
1187
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    37
  <!-- Properties used to generate ATS test drop -->
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    38
  <property name="enabled.ats" value="true"/>
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    39
  <property name="ats4.enabled" value="true"/>
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    40
  <property name="ats.emulator.enable" value="true"/>
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    41
  <property name="ats.product.name" value="MY_AGENT_NAME"/> <!-- Agent name will be replaced later while specialising test drop -->
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    42
  <property name="ats.email.list" value="user@symbian.org"/>
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    43
  <property name="ats.flash.images" value=""/> <!-- This should be changed in order to generate a test drop for armv5 devices -->
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    44
  <property name="ats.target.platform" value="winscw udeb"/>
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    45
  <property name="skip.ats.sending" value="true"/> <!-- Test drop will be sent using a separate target -->
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    46
  <property name="ats.testrun.name" value="Package tests"/>
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    47
  <property name="ats.test.timeout" value="3600"/>
86025b85795b Implemented package tests
Maciej Seroka <maciejs@symbian.org>
parents: 1152
diff changeset
    48
  
173
3957aa453061 Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents: 18
diff changeset
    49
</project>
3957aa453061 Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents: 18
diff changeset
    50