3
|
1 |
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
2 |
<!-- user.xml - user configuration file for raptor_data_unit.py test "testUserXmlCfg" -->
|
|
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 |
<!-- these are deliberately redefined in arm.xml -->
|
|
8 |
|
|
9 |
<alias name="alias_redef" meaning="MOD2"/>
|
|
10 |
<group name="group_redef"><varRef ref="MOD2"/></group>
|
|
11 |
<interface name="interface_redef" abstract="true"/>
|
|
12 |
<var name="var_redef"></var>
|
|
13 |
</build>
|