24
|
1 |
<?xml version="1.0"?>
|
|
2 |
<!DOCTYPE SystemDefinition SYSTEM "sysdef_1_5_1.dtd" [
|
|
3 |
<!ENTITY layer_real_source_path "sf/app/radio" >
|
|
4 |
]>
|
|
5 |
|
|
6 |
<SystemDefinition name="radio" schema="1.5.1">
|
|
7 |
<systemModel>
|
|
8 |
<layer name="app_layer">
|
|
9 |
<module name="radio">
|
|
10 |
<unit unitID="vado.radio" mrp="" bldFile="&layer_real_source_path;" name="radio" proFile="radio.pro" qmakeArgs="-r" />
|
|
11 |
</module>
|
|
12 |
</layer>
|
51
|
13 |
<layer name="qt_unit_test_layer">
|
|
14 |
<module name="vado.radiopresetstorage_qt.tsrc">
|
|
15 |
<unit unitID="vado.radiopresetstorage" mrp="" bldFile="&layer_real_source_path;/radioapp/radiopresetstorage/tsrc" proFile="t_radiopresetstorage.pro" name="unittest.radiopresetstorage"/>
|
|
16 |
</module>
|
|
17 |
<module name="vado.radiouiengine_qt.tsrc">
|
|
18 |
<unit unitID="vado.radiouiengine" mrp="" bldFile="&layer_real_source_path;/radioapp/radiouiengine/tsrc" proFile="t_radiouiengine.pro" name="unittest.radiouiengine"/>
|
|
19 |
</module>
|
|
20 |
</layer>
|
24
|
21 |
</systemModel>
|
|
22 |
</SystemDefinition>
|