sf-platform/platform_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Thu, 17 Sep 2009 13:46:25 +0100
changeset 467 5d3a9a466963
parent 374 a675a1ed07c6
child 519 a75125f33ba4
permissions -rw-r--r--
Fixed RnD content unpacking to ensure that only i9tems in the epoc32 tree are unpacked.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0"?>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     2
<project name="SF-PLATFORM-PROPS">
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     3
  
374
a675a1ed07c6 Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents: 367
diff changeset
     4
  <property name="sf.project.type" value="platform" />
a675a1ed07c6 Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents: 367
diff changeset
     5
    
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     6
  <property name="sf.drive.space.needed" value="150G"/>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     7
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     8
</project>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     9