0
|
1 |
<?xml version="1.0"?>
|
|
2 |
<!DOCTYPE SystemDefinition [
|
|
3 |
<!ELEMENT SystemDefinition (systemModel?, build?)>
|
|
4 |
<!ATTLIST SystemDefinition
|
|
5 |
name CDATA #REQUIRED
|
|
6 |
schema CDATA #REQUIRED>
|
|
7 |
<!ELEMENT systemModel (layer+)>
|
|
8 |
<!ELEMENT layer (logicalset* | module*)*>
|
|
9 |
<!ATTLIST layer
|
|
10 |
name CDATA #REQUIRED
|
|
11 |
levels CDATA #IMPLIED
|
|
12 |
span CDATA #IMPLIED>
|
|
13 |
<!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
|
|
14 |
<!ATTLIST logicalset
|
|
15 |
name CDATA #REQUIRED
|
|
16 |
levels CDATA #IMPLIED
|
|
17 |
span CDATA #IMPLIED
|
|
18 |
level CDATA #IMPLIED>
|
|
19 |
<!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
|
|
20 |
<!ATTLIST logicalsubset name CDATA #REQUIRED>
|
|
21 |
<!ELEMENT module (component* | unit* | package* | prebuilt*)*>
|
|
22 |
<!ATTLIST module
|
|
23 |
name CDATA #REQUIRED
|
|
24 |
level CDATA #IMPLIED>
|
|
25 |
<!ELEMENT component (unit* | package* | prebuilt*)*>
|
|
26 |
<!ATTLIST component name CDATA #REQUIRED>
|
|
27 |
<!ELEMENT unit EMPTY>
|
|
28 |
<!ATTLIST unit
|
|
29 |
unitID ID #REQUIRED
|
|
30 |
name CDATA #REQUIRED
|
|
31 |
mrp CDATA #REQUIRED
|
|
32 |
filter CDATA #IMPLIED
|
|
33 |
bldFile CDATA #REQUIRED
|
|
34 |
priority CDATA #IMPLIED
|
|
35 |
contract CDATA #IMPLIED>
|
|
36 |
<!ELEMENT package EMPTY>
|
|
37 |
<!ATTLIST package
|
|
38 |
name CDATA #REQUIRED
|
|
39 |
mrp CDATA #REQUIRED
|
|
40 |
filter CDATA #IMPLIED
|
|
41 |
contract CDATA #IMPLIED>
|
|
42 |
<!ELEMENT prebuilt EMPTY>
|
|
43 |
<!ATTLIST prebuilt
|
|
44 |
name CDATA #REQUIRED
|
|
45 |
version CDATA #REQUIRED
|
|
46 |
late (Y|N) #IMPLIED
|
|
47 |
filter CDATA #IMPLIED
|
|
48 |
contract CDATA #IMPLIED>
|
|
49 |
<!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
|
|
50 |
<!ELEMENT unitList (unitRef+)>
|
|
51 |
<!ATTLIST unitList
|
|
52 |
name ID #REQUIRED
|
|
53 |
description CDATA #REQUIRED>
|
|
54 |
<!ELEMENT unitRef EMPTY>
|
|
55 |
<!ATTLIST unitRef unit IDREF #REQUIRED>
|
|
56 |
<!ELEMENT targetList EMPTY>
|
|
57 |
<!ATTLIST targetList
|
|
58 |
name ID #REQUIRED
|
|
59 |
description CDATA #REQUIRED
|
|
60 |
target IDREFS #REQUIRED>
|
|
61 |
<!ELEMENT target EMPTY>
|
|
62 |
<!ATTLIST target
|
|
63 |
name ID #REQUIRED
|
|
64 |
abldTarget CDATA #REQUIRED
|
|
65 |
description CDATA #REQUIRED>
|
|
66 |
<!ELEMENT option EMPTY>
|
|
67 |
<!ATTLIST option
|
|
68 |
name ID #REQUIRED
|
|
69 |
abldOption CDATA #REQUIRED
|
|
70 |
description CDATA #REQUIRED
|
|
71 |
enable (Y | N | y | n) #REQUIRED>
|
|
72 |
<!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
|
|
73 |
<!ATTLIST configuration
|
|
74 |
name ID #REQUIRED
|
|
75 |
description CDATA #REQUIRED
|
|
76 |
filter CDATA #REQUIRED>
|
|
77 |
<!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
|
|
78 |
<!ELEMENT unitListRef EMPTY>
|
|
79 |
<!ATTLIST unitListRef unitList IDREF #REQUIRED>
|
|
80 |
<!ELEMENT layerRef EMPTY>
|
|
81 |
<!ATTLIST layerRef layerName CDATA #REQUIRED>
|
|
82 |
<!ELEMENT buildLayer EMPTY>
|
|
83 |
<!ATTLIST buildLayer
|
|
84 |
command CDATA #REQUIRED
|
|
85 |
targetList IDREFS #IMPLIED
|
|
86 |
unitParallel (Y | N | y | n) #REQUIRED
|
|
87 |
targetParallel (Y | N | y | n) #IMPLIED>
|
|
88 |
<!ELEMENT specialInstructions EMPTY>
|
|
89 |
<!ATTLIST specialInstructions
|
|
90 |
name CDATA #REQUIRED
|
|
91 |
cwd CDATA #REQUIRED
|
|
92 |
command CDATA #REQUIRED>
|
|
93 |
<!ENTITY layer_real_source_path "/sf/os/mmaudio" >
|
|
94 |
]>
|
|
95 |
<SystemDefinition name="os_mmaudio_pkg" schema="1.4.0">
|
|
96 |
<systemModel>
|
|
97 |
<!-- Common file for prebuild layers-->
|
|
98 |
<layer name="os_layer">
|
|
99 |
<module name="mmaudio_devsound">
|
|
100 |
<unit name="a3facf" unitID="sos.a3facf" mrp="" bldFile="&layer_real_source_path;/devsound/a3facf/group"/>
|
|
101 |
<unit name="a3fdevsound" unitID="sos.a3fdevsound" mrp="" bldFile="&layer_real_source_path;/devsound/a3fdevsound/group"/>
|
|
102 |
<unit name="a3ftrace" unitID="sos.a3ftrace" mrp="" bldFile="&layer_real_source_path;/devsound/a3ftrace/group"/>
|
|
103 |
<unit name="hwdevapi" unitID="sos.hwdevapi" mrp="" bldFile="&layer_real_source_path;/devsound/hwdevapi/group"/>
|
|
104 |
<unit name="devsoundapi" unitID="sos.devsoundapi" mrp="" bldFile="&layer_real_source_path;/devsound/devsoundapi/group"/>
|
|
105 |
</module>
|
|
106 |
<module name="mmaudio_mmlibs">
|
|
107 |
<unit name="mmutilitylib" unitID="sos.mmutilitylib" mrp="" bldFile="&layer_real_source_path;/mmlibs/mmutilitylib/group"/>
|
|
108 |
<unit name="mmfw" unitID="sos.mmfw" mrp="" bldFile="&layer_real_source_path;/mmlibs/mmfw/group"/>
|
|
109 |
<unit name="mmfcodecs" unitID="sos.mmfcodecs" mrp="" bldFile="&layer_real_source_path;/mmlibs/mmfw/codecs/group"/>
|
|
110 |
</module>
|
|
111 |
<module name="mmaudio_pub">
|
|
112 |
<unit name="mmaudio_pub" unitID="sos.mmaudio_pub" mrp="" bldFile="&layer_real_source_path;/mmaudio_pub/group"/>
|
|
113 |
</module>
|
|
114 |
<module name="mmaudio_plat">
|
|
115 |
<unit name="mmaudio_plat" unitID="sos.mmaudio_plat" mrp="" bldFile="&layer_real_source_path;/mmaudio_plat/group"/>
|
|
116 |
</module>
|
|
117 |
<module name="mmaudio_devsoundext">
|
|
118 |
<unit name="devsoundext" unitID="sos.devsoundext" mrp="" bldFile="&layer_real_source_path;/devsoundextensions/group"/>
|
|
119 |
</module>
|
|
120 |
<module name="mmaudio_mmplugin">
|
|
121 |
<unit name="mmplugin" unitID="sos.mmplugin" mrp="" bldFile="&layer_real_source_path;/mmplugins/mmfwplugins/group"/>
|
|
122 |
</module>
|
|
123 |
<module name="mmaudio_mmdevicefwspeech">
|
|
124 |
<unit name="mmdevicefwspeech" unitID="sos.mmdevicefwspeech" mrp="" bldFile="&layer_real_source_path;/mmdevicefw/speechrecogsupport/group"/>
|
|
125 |
</module>
|
|
126 |
</layer>
|
|
127 |
<layer name="audio_test_layer">
|
|
128 |
<module name="mf_multimedia_test_component">
|
|
129 |
<unit name="mmtestfw" unitID="sos.mmtestfw" bldFile="&layer_real_source_path;/mmtestenv/mmtestfw/group" mrp=""/>
|
|
130 |
<unit name="a3fchartest" unitID="sos.a3fchartest" bldFile="&layer_real_source_path;/devsound/a3fcharacterisationtest/group" mrp=""/>
|
|
131 |
<unit name="mmfintgdevsound" unitID="sos.mmfintgdevsound" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfintegrationtest/devsound/group" mrp=""/>
|
|
132 |
<!--unit name="SbcCodec" unitID="sos.SbcCodec" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/SbcCodec/group" mrp=""/-->
|
|
133 |
<unit name="mmtestfwunittest" unitID="sos.mmtestfwunittest" bldFile="&layer_real_source_path;/mmtestenv/mmtestfwunittest/group" mrp=""/>
|
|
134 |
<unit name="SDevSound" unitID="sos.SDevSound" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfintegrationtest/SDevSound/group" mrp=""/>
|
|
135 |
<unit name="DevSoundTest" unitID="sos.DevSoundTest" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/group" mrp=""/>
|
|
136 |
<unit name="a3fintegrationtest" unitID="sos.a3fintegrationtest" bldFile="&layer_real_source_path;/devsound/a3fintegrationtest/group" mrp="" />
|
|
137 |
<unit name="speechrecogsupporttest" unitID="sos.speechrecogsupporttest" bldFile="&layer_real_source_path;/mmdevicefw/speechrecogsupport/tsrc/ASR/group" mrp=""/>
|
|
138 |
</module>
|
|
139 |
</layer>
|
|
140 |
</systemModel>
|
|
141 |
</SystemDefinition>
|