sbsv2/raptor/test/config/os_properties.xml
author srilekhas <srilekhas@symbian.org>
Wed, 18 Aug 2010 11:18:38 +0100
changeset 627 cb3264f4c6e6
parent 591 22486c9c7b15
permissions -rw-r--r--
Merge : re-applies missing part of fix for Bug 2901,Add export for s60ibymacros.pm
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>