os_properties.xml 549 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <build xmlns="http://symbian.com/xml/build"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">
  5. <!-- This variant modifies the root variant for this particular kit. -->
  6. <var name="root.changes">
  7. <!-- pretend we don't have the new paging options (codepaging, datapaging)
  8. so that we can test the old options (paged, unpaged)
  9. -->
  10. <set name='POSTLINKER_SUPPORTS_WDP' value=''/>
  11. </var>
  12. </build>