Bug 3679
Moved the copy statement of canonical_system_definition_${sf.spec.sysdef.configurations.list}.xml from generate-layers to sf-zip-logs as generate-layers is not used any longer.
<?xml version="1.0"?><project name="SF-PACKAGE-PROPS"> <property name="sf.drive.space.needed" value="10G"/> <property name="sf.project.type" value="package"/> <property name="sf.spec.baseline.enable" value="true"/> <property name="sf.spec.baseline.select" value="location"/> <property name="sf.spec.baseline.location" value="\\v800020\Releases\PDK_2.0.e"/> <property name="sf.spec.baseline.getenv_options" value="-i emu -i prebuilt -i rnd -i tools -i info"/> <property name="sf.spec.toolsbaseline.enable" value="false"/> <property name="sf.spec.package.src.enable" value="false"/> <property name="sf.spec.build.clean.enable" value="true"/> <property name="sf.spec.systemdefinition.assemble" value="false"/> <!-- if this is defined then the model is taken from this location (relative to the project dir) and copied to BUILDDRIVE\definition.xml --><!-- <property name="sf.spec.systemdefinition.source" value="package_definition.xml"/> --> <!-- location of the model (related to the build drive) --> <property name="sf.spec.systemdefinition.location" value="\definition.xml"/> <property name="sf.spec.sysdef.configurations.list" value="SF"/> <property name="sf.spec.sbs.config" value="tools2_rel.whatlog,winscw.whatlog,armv5.whatlog"/> <property name="sf.spec.sbs.numberofjobs" value="2"/> <property name="sf.spec.logs.raptorfilter.enable" value="false"/> <property name="sf.spec.smoketest.enable" value="false"/> <!-- This disables publishing Smoke Test Report --> <!-- Enable qmake processing for any units with proFile attributes --> <property name="qmake.enabled" value="true"/> <!-- Properties used to generate ATS test drop --> <property name="enabled.ats" value="true"/> <property name="ats4.enabled" value="true"/> <property name="ats.emulator.enable" value="true"/> <property name="ats.product.name" value="MY_AGENT_NAME"/> <!-- Agent name will be replaced later while specialising test drop --> <property name="ats.email.list" value="user@symbian.org"/> <property name="ats.flash.images" value=""/> <!-- This should be changed in order to generate a test drop for armv5 devices --> <property name="ats.target.platform" value="winscw udeb"/> <property name="skip.ats.sending" value="true"/> <!-- Test drop will be sent using a separate target --> <property name="ats.testrun.name" value="Package tests"/> <property name="ats.test.timeout" value="3600"/></project>