symbian3/single/public_override_props.ant.xml
changeset 658 85bd8e9eeb73
parent 657 a964ed8e5cd7
child 662 dbb64ca11bc1
equal deleted inserted replaced
657:a964ed8e5cd7 658:85bd8e9eeb73
     7     <property name="sf.suppress.drive.space.check" value="true" />
     7     <property name="sf.suppress.drive.space.check" value="true" />
     8     <property name="sf.drive.space.needed" value="40G"/>
     8     <property name="sf.drive.space.needed" value="40G"/>
     9     <property name="sf.spec.job.drive" value="M:"/>
     9     <property name="sf.spec.job.drive" value="M:"/>
    10     
    10     
    11     <!-- unpack prebuilt binaries and bom? if so from where? -->
    11     <!-- unpack prebuilt binaries and bom? if so from where? -->
    12     <property name="sf.spec.baseline.enable" value="true" />
    12     <property name="sf.spec.baseline.enable"         value="true" />
    13     <property name="sf.spec.baseline.location" value="D:\PDK_3.0.i_download" />
    13     <property name="sf.spec.baseline.location"       value="D:\PDK_3.0.i_download" />
    14     <property name="sf.spec.baseline.getenv_options" value="-i emu -i prebuilt -i info -k" />
    14     <property name="sf.spec.baseline.getenv_options" value="-i emu -i prebuilt -i info -k" />
    15     
    15     
    16     <!-- unpack tools? if so, from same location as baseline? -->
    16     <!-- unpack tools? if so, from same location as baseline? -->
    17     <property name="sf.spec.toolsbaseline.enable" value="true" />
    17     <property name="sf.spec.toolsbaseline.enable"         value="true" />
    18     <property name="sf.spec.toolsbaseline.location" value="${sf.spec.baseline.location}" />
    18     <property name="sf.spec.toolsbaseline.location"       value="${sf.spec.baseline.location}" />
    19     <property name="sf.spec.toolsbaseline.getenv_options" value="-i tools -k" />
    19     <property name="sf.spec.toolsbaseline.getenv_options" value="-i tools -k" />
    20     
    20     
    21     <!-- packaging options -->
    21     <!-- packaging options -->
    22     <property name="sf.spec.package.src.enable" value="false" />
    22     <property name="sf.spec.package.src.enable" value="false" />
    23     <property name="sf.spec.package.bin.enable" value="false" />
    23     <property name="sf.spec.package.bin.enable" value="false" />
    24     
    24     
    25     <!-- default build configurations -->
    25     <!-- default build configurations -->
    26     <property name="sf.spec.sbs.config" value="winscw_udeb.whatlog" />
    26     <property name="sf.spec.sbs.config"       value="winscw_udeb.whatlog" />
    27     <property name="sf.spec.sbs.tools.config" value="tools2.whatlog" />
    27     <property name="sf.spec.sbs.tools.config" value="tools2.whatlog" />
    28 
    28 
    29     <!-- default localisation variant -->
    29     <!-- default localisation variant -->
    30     <property name="sf.spec.bldmefirst.s60.variant" value="engineering" />
    30     <property name="sf.spec.bldmefirst.s60.variant" value="engineering" />
    31     
    31     
    32     <!-- prevent trying to access default SF servers -->
    32     <!-- prevent trying to access default SF servers -->
    33     <property name="sf.spec.smoketest.enable" value="false" />
    33     <property name="sf.spec.publish.enable"      value="false" />
    34     <property name="sf.spec.publish.enable" value="false" />
    34     <property name="sf.spec.smoketest.enable"    value="false" />
       
    35     <property name="sf.spec.test.sendpkg.enable" value="false" />
    35     
    36     
    36     <!-- public rnd binaries are in baseline.location, not from mercurial -->
    37     <!-- public rnd binaries are in baseline.location, not from mercurial -->
    37     <property name="sf.spec.sourcesync.sourcespecfile.rnd" value="nul:"/>
    38     <property name="sf.spec.sourcesync.sourcespecfile.rnd" value="nul:"/>
    38 
    39 
    39     <!-- use sources defined in BOM as this will rebuild that PDK -->
    40     <!-- use sources defined in BOM as this will rebuild that PDK -->