symbian4/single/public_override_props.ant.xml
author andy simpson <andrews@symbian.org>
Mon, 11 Oct 2010 17:45:12 +0100
changeset 884 6a2db4c050f6
parent 850 995407a5422c
permissions -rw-r--r--
disable fshell from tip_pbc package builds
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
662
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0"?>
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     2
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     3
<project name="SF-PUBLIC-PROPS">
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     4
    
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     5
    <dirname property="sf.spec.job.dir" file="${ant.file.SF-PUBLIC-PROPS}"/>
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     6
    <property name="sf.suppress.buildenv.check" value="true" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     7
    <property name="sf.suppress.drive.space.check" value="true" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     8
    <property name="sf.drive.space.needed" value="40G"/>
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     9
    <property name="sf.spec.job.drive" value="M:"/>
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    10
    
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    11
    <!-- unpack prebuilt binaries and bom? if so from where? -->
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    12
    <property name="sf.spec.baseline.enable"         value="true" />
664
dbb64ca11bc1 Update public baseline to a default location
Shabe Razvi <shaber@symbian.org>
parents: 662
diff changeset
    13
    <property name="sf.spec.baseline.location"       value="C:\PDK" />
662
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    14
    <property name="sf.spec.baseline.getenv_options" value="-i emu -i prebuilt -i info -k" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    15
    
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    16
    <!-- unpack tools? if so, from same location as baseline? -->
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    17
    <property name="sf.spec.toolsbaseline.enable"         value="true" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    18
    <property name="sf.spec.toolsbaseline.location"       value="${sf.spec.baseline.location}" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    19
    <property name="sf.spec.toolsbaseline.getenv_options" value="-i tools -k" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    20
    
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    21
    <!-- packaging options -->
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    22
    <property name="sf.spec.package.src.enable" value="false" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    23
    <property name="sf.spec.package.bin.enable" value="false" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    24
    
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    25
    <!-- default build configurations -->
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    26
    <property name="sf.spec.sbs.config"       value="winscw_udeb.whatlog" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    27
    <property name="sf.spec.sbs.tools.config" value="tools2.whatlog" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    28
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    29
    <!-- default localisation variant -->
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    30
    <property name="sf.spec.bldmefirst.s60.variant" value="engineering" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    31
    
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    32
    <!-- prevent trying to access default SF servers -->
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    33
    <property name="sf.spec.publish.enable"      value="false" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    34
    <property name="sf.spec.smoketest.enable"    value="false" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    35
    <property name="sf.spec.test.sendpkg.enable" value="false" />
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    36
    
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    37
    <!-- public rnd binaries are in baseline.location, not from mercurial -->
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    38
    <property name="sf.spec.sourcesync.sourcespecfile.rnd" value="nul:"/>
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    39
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    40
    <!-- use sources defined in BOM as this will rebuild that PDK -->
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    41
    <property name="sf.spec.sourcesync.sourcespecdir"  value="${sf.spec.job.drive}\build_info\logs\BOM"/>
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    42
    <property name="sf.spec.systemdefinition.location" value="${sf.spec.job.drive}\build_info\logs\BOM"/>
850
995407a5422c Turn depends analysis off by default as additional tools are required to run it.
Shabe Razvi <shaber@symbian.org>
parents: 664
diff changeset
    43
995407a5422c Turn depends analysis off by default as additional tools are required to run it.
Shabe Razvi <shaber@symbian.org>
parents: 664
diff changeset
    44
    <!-- dont run depends analysis by default as additional tools needed -->
995407a5422c Turn depends analysis off by default as additional tools are required to run it.
Shabe Razvi <shaber@symbian.org>
parents: 664
diff changeset
    45
    <property name="sf.spec.analysis.depends.enable" value="false" />
662
b1716671cef8 Update Symbian^2 and Symbian^4 projects with public build configuration
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    46
</project>