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