foundation/job_props.ant.xml
author MattD <mattd@symbian.org>
Wed, 12 Aug 2009 10:37:53 +0100
changeset 151 d5de3a55f5cc
parent 136 0ac703e3110f
child 167 2351d9d823d1
permissions -rw-r--r--
foundation config - changed to use 'sf.os.compile.iterate' to workaround problems with raptor with single model.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
     1
<?xml version="1.0"?>
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
     2
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
     3
<project name="SF-JOB-PROPS" >
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
     4
    
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
     5
    <dirname property="sf.spec.job.dir" file="${ant.file.SF-JOB-PROPS}"/>
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
     6
    
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
     7
    <property name="sf.project.type" value="platform" />
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
     8
    
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
     9
    <property name="sf.spec.job.name" value="platform"/>
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    10
    <property name="sf.spec.corebuildversion" value="week19"/>
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    11
    
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    12
    <property name="sf.spec.build.system" value="sbs"/>
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    13
    
151
d5de3a55f5cc foundation config - changed to use 'sf.os.compile.iterate' to workaround problems with raptor with single model.
MattD <mattd@symbian.org>
parents: 136
diff changeset
    14
    <property name="sf.spec.sbs.config" value="winscw_udeb.whatlog,winscw_urel.whatlog,armv5_udeb.whatlog,armv5_urel.whatlog"/> <!-- both _urel and _udeb -->
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    15
    <property name="sf.spec.sbs.tools.config" value="tools_rel.whatlog,tools2_rel.whatlog"/>
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    16
    
151
d5de3a55f5cc foundation config - changed to use 'sf.os.compile.iterate' to workaround problems with raptor with single model.
MattD <mattd@symbian.org>
parents: 136
diff changeset
    17
    <property name="sf.os.compile.iterate"  value="true"/> <!-- New property for iterating though sf.spec.sbs.config instead of all at once -->
d5de3a55f5cc foundation config - changed to use 'sf.os.compile.iterate' to workaround problems with raptor with single model.
MattD <mattd@symbian.org>
parents: 136
diff changeset
    18
    
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    19
    <property name="sf.spec.sourcesync.usecache" value="false"/>
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    20
    
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    21
    <!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog  -->
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    22
    <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    23
    <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    24
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    25
    <!-- get full source env and binaries from pdk -->
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    26
    <property name="sf.spec.sourcesync.enable"       value="true"/>
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    27
    <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
136
0ac703e3110f Platform Build config change - updated baseline to PDK2.0d. Turned on baseline enable (to unpack tools_epoc.zip)
MattD <mattd@symbian.org>
parents: 135
diff changeset
    28
    <property name="sf.spec.baseline.enable"         value="true"/>     
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    29
    <property name="sf.spec.baseline.clean"          value="false"/>
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    30
    <property name="sf.spec.baseline.select"         value="location" />
136
0ac703e3110f Platform Build config change - updated baseline to PDK2.0d. Turned on baseline enable (to unpack tools_epoc.zip)
MattD <mattd@symbian.org>
parents: 135
diff changeset
    31
    <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\PDK_candidate_2.0.d_flat\" />
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    32
    
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    33
    <property name="sf.spec.toolsbaseline.enable"    value="true"/>
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    34
    <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    35
    <property name="sf.spec.toolsbaseline.select"         value="location" />
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    36
    <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc -->
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    37
    
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    38
    <!-- platform build specific properties -->
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    39
    <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_1_sf" />
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    40
    <property name="sf.spec.os.sysdef.clean.configurations.list"   value="GT_tb91sf" />
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    41
    
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    42
    <!-- provide dtd location as os and s60 layers will be different -->
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    43
    <property name="sf.spec.s60.sysdef.dtd"  value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/>
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    44
    <property name="sf.spec.os.sysdef.dtd"   value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/>
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    45
    
30
f7bc821654a4 split build option turned to true for sf platform build
ThomasE@UK-ThomasE.symbian.int
parents: 28
diff changeset
    46
    <property name="sf.spec.sysdef.version"      value="2.0.0"/> <!-- default -->
f7bc821654a4 split build option turned to true for sf platform build
ThomasE@UK-ThomasE.symbian.int
parents: 28
diff changeset
    47
    <property name="sf.spec.s60.sysdef.version"  value="2.0.0"/>
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    48
    <property name="sf.spec.os.sysdef.version"   value="2.0.0"/>
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    49
    
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    50
    <!-- build os and s60 by default -->
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    51
    <property name="sf.spec.os.skipbuild"   value="false"/>
128
fd35c35ffebb Commit latest draft of Foundation model
Shabe Razvi <shaber@symbian.org>
parents: 105
diff changeset
    52
    <property name="sf.spec.s60.skipbuild"  value="true"/>
130
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    53
    <property name="sf.spec.splitbuild"     value="false"/> <!-- *this* platform build defines two steps -->
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    54
21
e5a2572ac305 1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents: 18
diff changeset
    55
    <!-- generate dir list(s) of epoc32 tree -->
23
7c6f9e874e1d Changed for PDK4.3 build
ThomasE@UK-ThomasE.symbian.int
parents: 21
diff changeset
    56
    <property name="sf.spec.dirlist.enable"  value="true"/>
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    57
    
21
e5a2572ac305 1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents: 18
diff changeset
    58
    <!-- generate delta of two epoc32 trees. note: this takes a while! -->
23
7c6f9e874e1d Changed for PDK4.3 build
ThomasE@UK-ThomasE.symbian.int
parents: 21
diff changeset
    59
    <property name="sf.spec.dirdelta.enable" value="true"/>
21
e5a2572ac305 1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents: 18
diff changeset
    60
e5a2572ac305 1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents: 18
diff changeset
    61
    <!-- prefilter raptor logs -->
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    62
    <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
21
e5a2572ac305 1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents: 18
diff changeset
    63
    
e5a2572ac305 1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents: 18
diff changeset
    64
    <!-- zip all logs before publish -->
e5a2572ac305 1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents: 18
diff changeset
    65
    <property name="sf.spec.logs.zip.enable"  value="true"/>
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    66
63
9860596ce767 Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents: 45
diff changeset
    67
    <!-- packaging options for bin/src-->
9860596ce767 Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents: 45
diff changeset
    68
    <property name="sf.spec.package.bin.enable"  value="true"/>
9860596ce767 Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents: 45
diff changeset
    69
    <property name="sf.spec.package.src.enable"  value="true"/>
9860596ce767 Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents: 45
diff changeset
    70
    
9860596ce767 Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents: 45
diff changeset
    71
    <property name="sf.spec.test.sendpkg.enable" value="true"/>
102
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    72
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    73
    <property name="sf.spec.md5.enable"          value="true"/>
5a46a48ba14b Updated the "foundation" project to catch up with latest up-to-date "clean" project:
thomase
parents: 63
diff changeset
    74
18
47a972d1b1b0 Add foundation model based project
ShabeR@UK-SHABER
parents:
diff changeset
    75
</project>