symbian3/micro/job_props.ant.xml
author Dario Sestito <darios@symbian.org>
Tue, 20 Oct 2009 12:28:01 +0100
changeset 270 1d3ef4a3c496
parent 256 7b8f314a8a17
child 276 ba11f2d37f13
permissions -rw-r--r--
Enable publishing for micro platform (make default apply)

<?xml version="1.0"?>

<project name="SF-JOB-PROPS" >
    
    <dirname property="sf.spec.job.dir" file="${ant.file.SF-JOB-PROPS}"/>
    <property name="sf.project.type" value="platform" />

    <property name="sf.previous.pdk.tag" value="PDK_2.0.e" />

    <property name="sf.spec.corebuildversion" value="week19"/>
    
    <property name="sf.spec.sbs.variant" value="tb92sf"/>
    <property name="sf.spec.sbs.config"  value="winscw_udeb.whatlog"/>
    <property name="sf.spec.sbs.tools.config" value="tools2_rel.whatlog"/>
    
    <property name="sf.os.compile.iterate"  value="true"/> <!-- New property for iterating though sf.spec.sbs.config instead of all at once -->

    <property name="sf.spec.bldmefirst.gt.variant" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS_v${sf.spec.sbs.variant}.cfg" />
    <property name="sf.spec.bldmefirst.gt.hrh" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/" />

    <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan but only western is used at the moment -->
    <property name="sf.spec.bldmefirst.s60.config.root" value="sf/os/deviceplatformrelease/sf_config/config" />
    <property name="sf.spec.bldmefirst.s60.sbs.variant.cfg" value="${sf.spec.bldmefirst.s60.config.root}/inc/variant.cfg" /> <!-- currently needed for touching -->
    <property name="sf.spec.bldmefirst.s60.exports" value="${sf.spec.bldmefirst.s60.config.root}/${sf.spec.bldmefirst.s60.variant}/group,${sf.spec.bldmefirst.s60.config.root}/group,sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/group,sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group,sf/os/devicesrv/commonservices/commonengine/group,sf/mw/web/web_plat/browser_platform_api/group,sf/tools/homescreentools/dtdinstaller/group"/>
    
    <!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog  -->
    <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
    <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        

    <!-- get full source env and binaries from pdk -->
    <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
    <property name="sf.spec.baseline.clean"          value="false"/>
    <property name="sf.spec.baseline.select"         value="location" />
    <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\PDK_2.0.e\" />
    
    <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
    <property name="sf.spec.toolsbaseline.select"         value="location" />
    <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc -->
    
    <!-- platform build specific properties -->
    <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_2_sf" />
    <property name="sf.spec.os.sysdef.clean.configurations.list"   value="GT_${sf.spec.sbs.variant}" />
    
    <!-- provide dtd location as os and s60 layers will be different -->
    <property name="sf.spec.s60.sysdef.dtd"  value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/>
    <property name="sf.spec.os.sysdef.dtd"   value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/>
    
    <property name="sf.spec.sysdef.version"      value="1.4.0"/> <!-- default -->
    <property name="sf.spec.s60.sysdef.version"  value="1.4.0"/>
    <property name="sf.spec.os.sysdef.version"   value="2.0.0"/>
    
    <!-- build os and s60 by default -->
    <property name="sf.spec.os.skipbuild"   value="false"/>
    <property name="sf.spec.s60.skipbuild"  value="false "/>
    <property name="sf.spec.splitbuild"     value="true"/> <!-- *this* platform build defines two steps -->

    <!-- generate dir list(s) of epoc32 tree -->
    <property name="sf.spec.dirlist.enable"  value="true"/>
    
    <!-- generate delta of two epoc32 trees. note: this takes a while! -->
    <property name="sf.spec.dirdelta.enable" value="true"/>

    <!-- prefilter raptor logs -->
    <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
    
    <!-- zip all logs before publish -->
    <property name="sf.spec.logs.zip.enable"  value="true"/>

    <!-- packaging options for bin/src-->
    <property name="sf.spec.package.bin.enable"  value="true"/>
    <property name="sf.spec.package.src.enable"  value="true"/>
    
    <property name="sf.spec.md5.enable"          value="true"/>

    <!-- These are certainly specific to the micro build -->
    <property name="sf.spec.job.name" value="micro"/>
    <property name="sf.suppress.buildenv.check"  value="true"/>
    <property name="sf.suppress.drive.space.check" value="true"/>
    <property name="sf.spec.sourcesync.archive"  value="true"/>
    <property name="sf.spec.test.sendpkg.enable" value="false"/>
    <property name="sf.spec.bccheck.enable"      value="false"/>
    <!-- Slight hack to override these targets in the platform/common scripts -->
    <target name="sf-platform-bootstrap-s60"/>
    <target name="sf-build-smoketestpkg"/>

</project>