sbsv2/raptor/test/config/os_properties.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 28 Jul 2010 13:20:46 +0100
changeset 624 f70b728ea30c
parent 591 22486c9c7b15
permissions -rw-r--r--
Move sysdeftools from buildtools package into build package
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
591
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     1
<?xml version="1.0" encoding="ISO-8859-1"?>
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     2
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     3
<build xmlns="http://symbian.com/xml/build"
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     4
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     5
       xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     6
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     7
  <!-- This variant modifies the root variant for this particular kit. -->
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     8
  <var name="root.changes">
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     9
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    10
    <!-- pretend we don't have the new paging options (codepaging, datapaging)
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    11
         so that we can test the old options (paged, unpaged)
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    12
    --> 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    13
    <set name='POSTLINKER_SUPPORTS_WDP' value=''/>
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    14
  </var>
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    15
  
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    16
</build>