18
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!DOCTYPE SystemDefinition [
|
|
3 |
<!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
|
|
4 |
<!ATTLIST SystemDefinition
|
|
5 |
name CDATA #REQUIRED
|
|
6 |
schema CDATA #REQUIRED>
|
|
7 |
<!ELEMENT systemModel (layer+)>
|
|
8 |
<!ELEMENT layer (block* | collection*)*>
|
|
9 |
<!ATTLIST layer
|
|
10 |
name CDATA #REQUIRED
|
|
11 |
long-name CDATA #IMPLIED
|
|
12 |
levels NMTOKENS #IMPLIED
|
|
13 |
span CDATA #IMPLIED>
|
|
14 |
<!ELEMENT block (subblock* | collection*)*>
|
|
15 |
<!ATTLIST block
|
|
16 |
levels NMTOKENS #IMPLIED
|
|
17 |
span CDATA #IMPLIED
|
|
18 |
level NMTOKEN #IMPLIED
|
|
19 |
name CDATA #REQUIRED
|
|
20 |
long-name CDATA #IMPLIED>
|
|
21 |
<!ELEMENT subblock (collection)*>
|
|
22 |
<!ATTLIST subblock
|
|
23 |
name CDATA #REQUIRED
|
|
24 |
long-name CDATA #IMPLIED>
|
|
25 |
<!ELEMENT collection (component)*>
|
|
26 |
<!ATTLIST collection
|
|
27 |
name CDATA #REQUIRED
|
|
28 |
long-name CDATA #IMPLIED
|
|
29 |
level NMTOKEN #IMPLIED>
|
|
30 |
<!ELEMENT component (unit)*>
|
|
31 |
<!ATTLIST component
|
|
32 |
name CDATA #REQUIRED
|
|
33 |
long-name CDATA #IMPLIED
|
|
34 |
deprecated CDATA #IMPLIED
|
|
35 |
introduced CDATA #IMPLIED
|
|
36 |
contract CDATA #IMPLIED
|
|
37 |
plugin (Y|N) "N"
|
|
38 |
filter CDATA #IMPLIED
|
|
39 |
class NMTOKENS #IMPLIED
|
|
40 |
supports CDATA #IMPLIED>
|
|
41 |
<!ELEMENT unit EMPTY>
|
|
42 |
<!ATTLIST unit
|
|
43 |
mrp CDATA #IMPLIED
|
|
44 |
filter CDATA #IMPLIED
|
|
45 |
bldFile CDATA #IMPLIED
|
|
46 |
root CDATA #IMPLIED
|
|
47 |
version NMTOKEN #IMPLIED
|
|
48 |
prebuilt NMTOKEN #IMPLIED
|
|
49 |
late (Y|N) #IMPLIED
|
|
50 |
priority CDATA #IMPLIED>
|
|
51 |
<!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
|
|
52 |
<!ATTLIST SystemBuild schema CDATA #REQUIRED>
|
|
53 |
<!ELEMENT list (ref+)>
|
|
54 |
<!ATTLIST list
|
|
55 |
name ID #REQUIRED
|
|
56 |
description CDATA #REQUIRED>
|
|
57 |
<!ELEMENT ref EMPTY>
|
|
58 |
<!ATTLIST ref item CDATA #REQUIRED>
|
|
59 |
<!ELEMENT targetList EMPTY>
|
|
60 |
<!ATTLIST targetList
|
|
61 |
name ID #REQUIRED
|
|
62 |
description CDATA #REQUIRED
|
|
63 |
target IDREFS #REQUIRED>
|
|
64 |
<!ELEMENT target EMPTY>
|
|
65 |
<!ATTLIST target
|
|
66 |
name ID #REQUIRED
|
|
67 |
abldTarget CDATA #REQUIRED
|
|
68 |
description CDATA #REQUIRED>
|
|
69 |
<!ELEMENT option EMPTY>
|
|
70 |
<!ATTLIST option
|
|
71 |
name ID #REQUIRED
|
|
72 |
abldOption CDATA #REQUIRED
|
|
73 |
description CDATA #REQUIRED
|
|
74 |
enable (Y | N ) #REQUIRED>
|
|
75 |
<!ELEMENT configuration (listRef+ | ref+ | task+)*>
|
|
76 |
<!ATTLIST configuration
|
|
77 |
name ID #REQUIRED
|
|
78 |
description CDATA #REQUIRED
|
|
79 |
filter CDATA #REQUIRED>
|
|
80 |
<!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
|
|
81 |
<!ELEMENT listRef EMPTY>
|
|
82 |
<!ATTLIST listRef list CDATA #REQUIRED>
|
|
83 |
<!ELEMENT buildLayer EMPTY>
|
|
84 |
<!ATTLIST buildLayer
|
|
85 |
command CDATA #REQUIRED
|
|
86 |
targetList IDREFS #IMPLIED
|
|
87 |
unitParallel (Y | N ) #REQUIRED
|
|
88 |
targetParallel (Y | N ) "N">
|
|
89 |
<!ELEMENT specialInstructions EMPTY>
|
|
90 |
<!ATTLIST specialInstructions
|
|
91 |
name CDATA #REQUIRED
|
|
92 |
cwd CDATA #REQUIRED
|
|
93 |
root CDATA #IMPLIED
|
|
94 |
command CDATA #REQUIRED>
|
|
95 |
]>
|
|
96 |
<SystemDefinition name="Symbian" schema="2.0.1">
|
|
97 |
<systemModel>
|
|
98 |
<layer name="os" long-name="OS" levels="hw services">
|
|
99 |
<block name="kernelhwsrv" long-name="Kernel and Hardware Services" level="hw" levels="hw-if adaptation framework test">
|
|
100 |
<collection name="baseintegtests" long-name="Base Integration Testing" level="test">
|
|
101 |
<component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3">
|
|
102 |
<unit bldFile="os\kernelhwsrv\baseintegtests\baseintegrationtest\group" mrp="os\kernelhwsrv\baseintegtests\baseintegrationtest\group\base_integration_test.mrp"/>
|
|
103 |
</component>
|
|
104 |
</collection>
|
|
105 |
<collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
|
|
106 |
<component name="ubootldr" long-name="Boot Loader" introduced="9.2">
|
|
107 |
<unit mrp="os\kernelhwsrv\brdbootldr\ubootldr\base_ubootldr.mrp"/>
|
|
108 |
</component>
|
|
109 |
</collection>
|
|
110 |
<collection name="unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
|
|
111 |
<component name="uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1">
|
|
112 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2.mrp"/>
|
|
113 |
</component>
|
|
114 |
<component name="uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1">
|
|
115 |
<unit mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2_undeliverable.mrp"/>
|
|
116 |
</component>
|
|
117 |
<component name="uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1">
|
|
118 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2\base_crashflash_unistore2.mrp"/>
|
|
119 |
</component>
|
|
120 |
<component name="uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1">
|
|
121 |
<unit bldFile="os\kernelhwsrv\unistore2\uiibootsupport\nandloader\unistore2" mrp="os\kernelhwsrv\unistore2\uiibootsupport\base_nandboot_unistore2.mrp"/>
|
|
122 |
</component>
|
|
123 |
</collection>
|
|
124 |
<collection name="bsptemplate" long-name="BSP Template" level="hw-if">
|
|
125 |
<component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0">
|
|
126 |
<unit bldFile="os\kernelhwsrv\bsptemplate\asspandvariant\template_variant" mrp="os\kernelhwsrv\bsptemplate\asspandvariant\base_template.mrp"/>
|
|
127 |
</component>
|
|
128 |
</collection>
|
|
129 |
<collection name="kernel" long-name="Kernel Architecture" level="adaptation">
|
|
130 |
<component name="eka" long-name="Kernel Architecture" introduced="8.0">
|
|
131 |
<unit bldFile="os\kernelhwsrv\kernel\eka" mrp="os\kernelhwsrv\kernel\eka\base_e32.mrp"/>
|
|
132 |
</component>
|
|
133 |
</collection>
|
|
134 |
<collection name="kerneltest" long-name="Kernel Test" level="hw-if">
|
|
135 |
<component name="e32test" long-name="E32 Tests" class="test">
|
|
136 |
<unit bldFile="os\kernelhwsrv\kerneltest\e32test\group" mrp="os\kernelhwsrv\kerneltest\e32test\group\base_e32test.mrp"/>
|
|
137 |
</component>
|
|
138 |
<component name="sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" class="test">
|
|
139 |
<unit bldFile="os\kernelhwsrv\kerneltest\sdiotest" mrp="os\kernelhwsrv\kerneltest\sdiotest\base_sdiotests.mrp"/>
|
|
140 |
</component>
|
|
141 |
<component name="e32utils" long-name="E32 Utilities">
|
|
142 |
<unit bldFile="os\kernelhwsrv\kerneltest\e32utils\group" mrp="os\kernelhwsrv\kerneltest\e32utils\group\base_e32utils.mrp"/>
|
|
143 |
</component>
|
|
144 |
<component name="f32test" long-name="File Server Tests" class="test">
|
|
145 |
<unit bldFile="os\kernelhwsrv\kerneltest\f32test\group" mrp="os\kernelhwsrv\kerneltest\f32test\group\base_f32test.mrp"/>
|
|
146 |
</component>
|
|
147 |
</collection>
|
|
148 |
<collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
|
|
149 |
<component name="ethernetldd" long-name="Ethernet Drivers">
|
|
150 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ethernet" mrp="os\kernelhwsrv\kernel\eka\drivers\ethernet\base_e32_drivers_ethernet.mrp"/>
|
|
151 |
</component>
|
|
152 |
<component name="audioldd" long-name="Audio Drivers" introduced="8.1b">
|
|
153 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\esound" mrp="os\kernelhwsrv\kernel\eka\drivers\esound\base_e32_drivers_sound.mrp"/>
|
|
154 |
</component>
|
|
155 |
<component name="serialldd" long-name="Serial Port Drivers">
|
|
156 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ecomm" mrp="os\kernelhwsrv\kernel\eka\drivers\ecomm\base_e32_drivers_ecomm.mrp"/>
|
|
157 |
</component>
|
|
158 |
<component name="legacydrivers" long-name="Legacy Drivers">
|
|
159 |
<unit mrp="os\kernelhwsrv\kernel\eka\drivers\adc\base_e32_drivers_adc.mrp"/>
|
|
160 |
</component>
|
|
161 |
<component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b">
|
|
162 |
<!-- these are LDDs for storage media-->
|
|
163 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\locmedia" mrp="os\kernelhwsrv\kernel\eka\drivers\locmedia\base_e32_drivers_locmedia.mrp"/>
|
|
164 |
</component>
|
|
165 |
<component name="runmodedebugger" long-name="Run Mode Debugger">
|
|
166 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\debug" mrp="os\kernelhwsrv\kernel\eka\drivers\debug\base_e32_drivers_debug.mrp"/>
|
|
167 |
</component>
|
|
168 |
<component name="btrace" long-name="Kernel Trace Tool">
|
|
169 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\trace" mrp="os\kernelhwsrv\kernel\eka\drivers\trace\base_e32_drivers_trace.mrp"/>
|
|
170 |
</component>
|
|
171 |
</collection>
|
|
172 |
<collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
|
|
173 |
<component name="sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1">
|
|
174 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard3c" mrp="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard3c\base_e32_sd3c.mrp"/>
|
|
175 |
</component>
|
|
176 |
<component name="sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1">
|
|
177 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard4c" mrp="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard4c\base_e32_sd4c.mrp"/>
|
|
178 |
</component>
|
|
179 |
<component name="mediadrivers" long-name="Media Drivers">
|
|
180 |
<!-- these are for storage media-->
|
|
181 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\media" mrp="os\kernelhwsrv\kernel\eka\drivers\media\base_e32_drivers_media.mrp"/>
|
|
182 |
</component>
|
|
183 |
<component name="genericboardsupport" long-name="Generic Board Support">
|
|
184 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\bsp" mrp="os\kernelhwsrv\kernel\eka\drivers\bsp\base_e32_drivers_bsp.mrp"/>
|
|
185 |
</component>
|
|
186 |
</collection>
|
|
187 |
<collection name="localisation" long-name="Localisation" level="adaptation">
|
|
188 |
<component name="localesupport" long-name="Locale Support" plugin="Y">
|
|
189 |
<unit bldFile="os\kernelhwsrv\localisation\localesupport" mrp="os\kernelhwsrv\localisation\localesupport\mmpfiles\base_loce32.mrp"/>
|
|
190 |
</component>
|
|
191 |
</collection>
|
|
192 |
<collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
|
|
193 |
<component name="euser" long-name="User Library">
|
|
194 |
<unit bldFile="os\kernelhwsrv\kernel\eka\euser" mrp="os\kernelhwsrv\kernel\eka\euser\base_e32_euser.mrp"/>
|
|
195 |
</component>
|
|
196 |
<component name="compsupp" long-name="Compiler Runtime Support" filter="gt">
|
|
197 |
<unit bldFile="os\kernelhwsrv\kernel\eka\compsupp" mrp="os\kernelhwsrv\kernel\eka\compsupp\base_e32_compsupp.mrp"/>
|
|
198 |
</component>
|
|
199 |
<component name="fileserver" long-name="File Server" filter="gt">
|
|
200 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\group" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\group\base_f32.mrp"/>
|
|
201 |
</component>
|
|
202 |
<component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" plugin="Y" introduced="9.1">
|
|
203 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group" mrp="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group\syslibs_FATCharsetConv.mrp"/>
|
|
204 |
</component>
|
|
205 |
<component name="nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1">
|
|
206 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sftl" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sftl\base_f32_sftl.mrp"/>
|
|
207 |
</component>
|
|
208 |
<component name="estart" long-name="Base Starter" filter="gt">
|
|
209 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\estart" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\estart\base_f32_estart.mrp"/>
|
|
210 |
</component>
|
|
211 |
<component name="domainmgr" long-name="Domain Manager" introduced="8.1b">
|
|
212 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\domainmgr\group" mrp="os\kernelhwsrv\userlibandfileserver\domainmgr\group\base_domain.mrp"/>
|
|
213 |
</component>
|
|
214 |
<component name="basedocs" long-name="Base Documentation">
|
|
215 |
<unit mrp="os\kernelhwsrv\userlibandfileserver\basedocs\base_documentation.mrp"/>
|
|
216 |
</component>
|
|
217 |
</collection>
|
|
218 |
<collection name="filesystems" long-name="File Systems" level="framework">
|
|
219 |
<component name="romfs" long-name="ROM File System" filter="gt" plugin="Y">
|
|
220 |
<unit mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srom\base_f32_srom.mrp"/>
|
|
221 |
</component>
|
|
222 |
<component name="rofs" long-name="ROFS" filter="gt" plugin="Y">
|
|
223 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\srofs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srofs\base_f32_srofs.mrp"/>
|
|
224 |
</component>
|
|
225 |
<component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" plugin="Y">
|
|
226 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage\base_f32_smassstorage.mrp"/>
|
|
227 |
</component>
|
|
228 |
<component name="fat32fs" long-name="FAT32 File System" filter="gt" plugin="Y">
|
|
229 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32\base_f32_sfat32.mrp"/>
|
|
230 |
</component>
|
|
231 |
<component name="fatfs" long-name="FAT File System" filter="gt" plugin="Y">
|
|
232 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat\base_f32_sfat.mrp"/>
|
|
233 |
</component>
|
|
234 |
<component name="compfs" long-name="Composite File System" filter="gt" plugin="Y">
|
|
235 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\scomp" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\scomp\base_f32_scomp.mrp"/>
|
|
236 |
</component>
|
|
237 |
<component name="ntfs" long-name="NTFS" filter="gt" plugin="Y">
|
|
238 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs\base_f32_sntfs.mrp"/>
|
|
239 |
</component>
|
|
240 |
<component name="iso9660fs" long-name="ISO9660 File System" filter="gt" plugin="Y" introduced="8.1b">
|
|
241 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660\base_f32_siso9660.mrp"/>
|
|
242 |
</component>
|
|
243 |
</collection>
|
|
244 |
<collection name="halservices" long-name="HAL Services" level="framework">
|
|
245 |
<component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0">
|
|
246 |
<unit bldFile="os\kernelhwsrv\halservices\hal" mrp="os\kernelhwsrv\halservices\hal\base_hal.mrp"/>
|
|
247 |
</component>
|
|
248 |
</collection>
|
|
249 |
<collection name="textmodeshell" long-name="Text Mode Shell" level="test">
|
|
250 |
<component name="e32wsrv" long-name="Text Window Server">
|
|
251 |
<unit bldFile="os\kernelhwsrv\kernel\eka\ewsrv" mrp="os\kernelhwsrv\kernel\eka\ewsrv\base_e32_ewsrv.mrp"/>
|
|
252 |
</component>
|
|
253 |
<component name="textshell" long-name="Text Shell" filter="gt">
|
|
254 |
<unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\etshell" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\etshell\base_f32_eshell.mrp"/>
|
|
255 |
</component>
|
|
256 |
</collection>
|
|
257 |
<collection name="baseapitest" long-name="Base API Tests" level="test">
|
|
258 |
<component name="basesvs" long-name="Base Verification Suite" class="placeholder test" introduced="tb91">
|
|
259 |
<!-- PLACEHOLDER="DS.1603"
|
|
260 |
<unit mrp="os/kernelhwsrv/baseapitest/group/basesvs.mrp"/>
|
|
261 |
-->
|
|
262 |
</component>
|
|
263 |
</collection>
|
|
264 |
</block>
|
|
265 |
<block name="boardsupport" long-name="Board Support" level="hw" levels="bsp test 2 3 4">
|
|
266 |
<collection name="emulator" long-name="Emulator" level="bsp">
|
|
267 |
<component name="emulatorbsp" long-name="Emulator BSP">
|
|
268 |
<unit bldFile="os\boardsupport\emulator\emulatorbsp" mrp="os\boardsupport\emulator\emulatorbsp\base_wins.mrp"/>
|
|
269 |
</component>
|
|
270 |
<component name="unistore2emulatorsupport" long-name="UniStore2 Emulator Support" filter="gt" introduced="tb91">
|
|
271 |
<unit bldFile="os\boardsupport\emulator\unistore2emulatorsupport" mrp="os\boardsupport\emulator\unistore2emulatorsupport\base_wins_unistore2.mrp"/>
|
|
272 |
</component>
|
|
273 |
</collection>
|
|
274 |
<collection name="omaph2" long-name="OMAP H2" level="bsp">
|
|
275 |
<component name="omaph2bsp" long-name="OMAP H2 BSP" introduced="9.0">
|
|
276 |
<unit bldFile="os\boardsupport\omaph2\omaph2bsp\h2" mrp="os\boardsupport\omaph2\omaph2bsp\h2\base_omaph2.mrp"/>
|
|
277 |
</component>
|
|
278 |
<component name="omaph2unistore2" long-name="OMAP H2 UniStore2" filter="gt" introduced="9.1">
|
|
279 |
<unit bldFile="os\boardsupport\omaph2\omaph2unistore2" mrp="os\boardsupport\omaph2\omaph2unistore2\base_h2_unistore2.mrp"/>
|
|
280 |
</component>
|
|
281 |
<component name="omaph2sdio" long-name="OMAP H2 SDIO" filter="gt" introduced="9.2">
|
|
282 |
<unit bldFile="os\boardsupport\omaph2\omaph2sdio" mrp="os\boardsupport\omaph2\omaph2sdio\base_h2_sdio.mrp"/>
|
|
283 |
</component>
|
|
284 |
</collection>
|
|
285 |
<collection name="omaph4" long-name="OMAP H4" level="bsp">
|
|
286 |
<component name="omaph4bsp" long-name="OMAP H4 BSP">
|
|
287 |
<unit bldFile="os\boardsupport\omaph4\omaph4bsp\h4" mrp="os\boardsupport\omaph4\omaph4bsp\h4\base_omaph4hrp.mrp"/>
|
|
288 |
</component>
|
|
289 |
<component name="h4bootloader" long-name="H4 Boot Loader" introduced="9.1">
|
|
290 |
<unit mrp="os\boardsupport\omaph4\h4bootloader\base_omaph4hrp_bootldr.mrp" bldFile="os\boardsupport\omaph4\h4bootloader"/>
|
|
291 |
</component>
|
|
292 |
<component name="omaph4minienvbootloader" long-name="OMAP H4 Mini Environment Boot Loader" introduced="9.2">
|
|
293 |
<unit mrp="os\boardsupport\omaph4\omaph4minienvbootloader\base_omaph4hrp_mebootldr.mrp" bldFile="os\boardsupport\omaph4\omaph4minienvbootloader"/>
|
|
294 |
</component>
|
|
295 |
<component name="omaph4unistore2" long-name="OMAP H4 Unistore2" filter="gt" introduced="9.2">
|
|
296 |
<unit bldFile="os\boardsupport\omaph4\omaph4unistore2" mrp="os\boardsupport\omaph4\omaph4unistore2\base_omaph4hrp_unistore2.mrp"/>
|
|
297 |
</component>
|
|
298 |
<component name="omaph4sdio" long-name="OMAP H4 SDIO" filter="gt" introduced="9.2">
|
|
299 |
<unit bldFile="os\boardsupport\omaph4\omaph4sdio" mrp="os\boardsupport\omaph4\omaph4sdio\base_omaph4hrp_sdio.mrp"/>
|
|
300 |
</component>
|
|
301 |
</collection>
|
|
302 |
<collection name="haitest" long-name="HAI Test Suites" level="test">
|
|
303 |
<component name="bspsvs" long-name="BSP Verification Suite" class="placeholder test" introduced="Saffron">
|
|
304 |
<!-- PLACEHOLDER="DS.1603"
|
|
305 |
<unit mrp="os/boardsupport/haitest/group/bspsvs.mrp"/>
|
|
306 |
-->
|
|
307 |
</component>
|
|
308 |
</collection>
|
|
309 |
</block>
|
|
310 |
<block name="buildtools" long-name="Build Tools" level="hw" levels="bld mw fw ui">
|
|
311 |
<collection name="bldsystemtools" long-name="Build System Tools" level="bld">
|
|
312 |
<component name="buildsystemtools" long-name="Build System Tools">
|
|
313 |
<unit bldFile="os\buildtools\bldsystemtools\buildsystemtools\group" mrp="os\buildtools\bldsystemtools\buildsystemtools\group\tools_build.mrp"/>
|
|
314 |
</component>
|
|
315 |
<component name="gttechviewbaseline" long-name="GT Techview Baseline">
|
|
316 |
<unit mrp="os\buildtools\packaging\additionalutils\gt_techview_baseline.mrp"/>
|
|
317 |
</component>
|
|
318 |
<component name="commonbldutils" long-name="Common Utils">
|
|
319 |
<unit mrp="os\buildtools\bldsystemtools\commonbldutils\tools_utils_common.mrp"/>
|
|
320 |
</component>
|
|
321 |
</collection>
|
|
322 |
<collection name="packaging" long-name="Packaging" level="ui">
|
|
323 |
<component name="additionalutils" long-name="Additional Utils">
|
|
324 |
<unit mrp="os\buildtools\packaging\additionalutils\additional_unknown_cedar.mrp"/>
|
|
325 |
</component>
|
|
326 |
</collection>
|
|
327 |
<collection name="toolsandutils" long-name="Tools and Utils" level="mw">
|
|
328 |
<component name="productionbldtools" long-name="Production Build Tools" filter="gt">
|
|
329 |
<unit mrp="os\buildtools\toolsandutils\productionbldtools\product_tools.mrp"/>
|
|
330 |
</component>
|
|
331 |
<component name="ctsfunctionalitycheckers" long-name="CTS Functionality Checkers">
|
|
332 |
<unit mrp="os\buildtools\toolsandutils\ctsfunctionalitycheckers\Group\testtools_cts_functionalitycheckers.mrp"/>
|
|
333 |
</component>
|
|
334 |
<component name="burtestserver" long-name="BUR Test Server">
|
|
335 |
<unit bldFile="os\buildtools\toolsandutils\burtestserver\Group" mrp="os\buildtools\toolsandutils\burtestserver\Group\testtools_burtestserver.mrp"/>
|
|
336 |
</component>
|
|
337 |
<component name="cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt">
|
|
338 |
<unit bldFile="os\buildtools\toolsandutils\cbrtools\group" mrp="os\buildtools\toolsandutils\cbrtools\group\tools_cbr_tools.mrp"/>
|
|
339 |
</component>
|
|
340 |
<component name="prf" long-name="Product Realisation Framework">
|
|
341 |
<unit bldFile="os\buildtools\toolsandutils\prf\group" mrp="os\buildtools\toolsandutils\prf\group\tools_cbr_prf.mrp"/>
|
|
342 |
</component>
|
|
343 |
<component name="cdb" long-name="Code Database">
|
|
344 |
<unit bldFile="os\buildtools\toolsandutils\cdb\group" mrp="os\buildtools\toolsandutils\cdb\group\testtools_cdb.mrp"/>
|
|
345 |
</component>
|
|
346 |
<component name="e32tools" long-name="E32 Tools" class="PC" deprecated="tb91">
|
|
347 |
<unit bldFile="os\buildtools\toolsandutils\e32tools\group" mrp="os\buildtools\toolsandutils\e32tools\group\tools_e32tools.mrp"/>
|
|
348 |
</component>
|
|
349 |
<component name="kitcomparator" long-name="Kit Comparator">
|
|
350 |
<unit bldFile="os\buildtools\toolsandutils\kitcomparator\group" mrp="os\buildtools\toolsandutils\kitcomparator\group\testtools_cts_kitcomparator.mrp"/>
|
|
351 |
</component>
|
|
352 |
<component name="wincredistribution" long-name="WinC Redistribution">
|
|
353 |
<unit mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_winc.mrp"/>
|
|
354 |
</component>
|
|
355 |
<component name="additionalredistribution" long-name="Additional Redistribution">
|
|
356 |
<unit mrp="os\buildtools\perltoolsplat_os\redistribution\additional_tools.mrp"/>
|
|
357 |
</component>
|
|
358 |
<component name="testdriver" long-name="Test Driver">
|
|
359 |
<unit bldFile="os\buildtools\toolsandutils\testdriver\Group" mrp="os\buildtools\toolsandutils\testdriver\Group\testtools_testdriver.mrp"/>
|
|
360 |
</component>
|
|
361 |
<component name="statapi" long-name="STAT API" filter="gt">
|
|
362 |
<unit bldFile="os\buildtools\toolsandutils\statapi\source\statapi\console" mrp="os\buildtools\toolsandutils\statapi\group\testtools_stat_device_gt.mrp"/>
|
|
363 |
</component>
|
|
364 |
<component name="statsource" long-name="STAT Source" filter="gt">
|
|
365 |
<unit mrp="os\buildtools\toolsandutils\statsource\group\testtools_stat_common_source.mrp"/>
|
|
366 |
</component>
|
|
367 |
<component name="statdesktop" long-name="STAT Desktop" filter="gt">
|
|
368 |
<unit bldFile="os\buildtools\toolsandutils\statdesktop\group" mrp="os\buildtools\toolsandutils\statdesktop\group\testtools_stat_desktop.mrp"/>
|
|
369 |
</component>
|
|
370 |
<component name="systemmonitor" long-name="System Monitor" introduced="8.0">
|
|
371 |
<unit bldFile="os\buildtools\toolsandutils\systemmonitor\group" mrp="os\buildtools\toolsandutils\systemmonitor\group\testtools_systemmonitor.mrp"/>
|
|
372 |
</component>
|
|
373 |
<component name="testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91">
|
|
374 |
<unit bldFile="os\buildtools\toolsandutils\testtoolsdesktop\group" mrp="os\buildtools\toolsandutils\testtoolsdesktop\group\testtools_desktop.mrp"/>
|
|
375 |
</component>
|
|
376 |
<component name="wintunnel" long-name="Wintunnel">
|
|
377 |
<unit mrp="os\buildtools\toolsandutils\wintunnel\group\testtools_WinTunnel_srconly.mrp"/>
|
|
378 |
</component>
|
|
379 |
<component name="usecasecontroller" long-name="Use Case Controller">
|
|
380 |
<unit bldFile="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group" mrp="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group\testtools_ucc.mrp"/>
|
|
381 |
</component>
|
|
382 |
<component name="autotest" long-name="Autotest">
|
|
383 |
<unit bldFile="os\buildtools\toolsandutils\autotest\group" mrp="os\buildtools\toolsandutils\autotest\group\tools_autotest.mrp"/>
|
|
384 |
</component>
|
|
385 |
<component name="testconfigfileparser" long-name="Test Config File Parser">
|
|
386 |
<unit bldFile="os\buildtools\toolsandutils\testconfigfileparser\group" mrp="os\buildtools\toolsandutils\testconfigfileparser\group\tools_testconfigfileparser.mrp"/>
|
|
387 |
</component>
|
|
388 |
<component name="kitsetupapp" long-name="Kit Setup App" filter="gt">
|
|
389 |
<unit mrp="os\buildtools\toolsandutils\kitsetupapp\group\tools_devkits_kitsetupapp.mrp"/>
|
|
390 |
</component>
|
|
391 |
<component name="navigationpages" long-name="Navigation Pages">
|
|
392 |
<unit mrp="os\buildtools\toolsandutils\navigationpages\tools_sdk_eng_NavigationPages.mrp"/>
|
|
393 |
</component>
|
|
394 |
<component name="productinstaller" long-name="Product Installer" filter="gt">
|
|
395 |
<unit bldFile="os\buildtools\toolsandutils\productinstaller\group" mrp="os\buildtools\toolsandutils\productinstaller\group\tools_custkits_productinstaller.mrp"/>
|
|
396 |
</component>
|
|
397 |
<component name="stlport" long-name="STL Port">
|
|
398 |
<unit bldFile="os\buildtools\toolsandutils\stlport\group" mrp="os\buildtools\toolsandutils\stlport\group\tools_stlport.mrp"/>
|
|
399 |
</component>
|
|
400 |
</collection>
|
|
401 |
<collection name="dist_os" long-name="Redistribution" level="mw">
|
|
402 |
<component name="redistributionwinceka2" long-name="Redistribution WINC EKA2">
|
|
403 |
<unit bldFile="os\buildtools\dist_os\redistributionwinceka2" mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_cedar.mrp"/>
|
|
404 |
</component>
|
|
405 |
</collection>
|
|
406 |
<collection name="bintools_os" long-name="Binary Tools" level="fw">
|
|
407 |
<component name="rcomp" long-name="Resource Compiler">
|
|
408 |
<unit bldFile="os\buildtools\bintools_os\rcomp\group" mrp="os\buildtools\bintools_os\rcomp\group\tools_rcomp.mrp"/>
|
|
409 |
</component>
|
|
410 |
<component name="evalid" long-name="Evalid">
|
|
411 |
<unit bldFile="os\buildtools\bintools_os\evalid" mrp="os\buildtools\bintools_os\evalid\tools_evalid.mrp"/>
|
|
412 |
</component>
|
|
413 |
</collection>
|
|
414 |
<collection name="perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
|
|
415 |
<component name="redistribution" long-name="Redistribution" filter="gt">
|
|
416 |
<unit bldFile="os\buildtools\perltoolsplat_os\redistribution" mrp="os\buildtools\perltoolsplat_os\redistribution\tools_redistribution_common.mrp"/>
|
|
417 |
</component>
|
|
418 |
<component name="legacycommonperl" long-name="Legacy Common Perl Libraries">
|
|
419 |
<unit bldFile="os\buildtools\perltoolsplat_os\legacycommonperl\group" mrp="os\buildtools\perltoolsplat_os\legacycommonperl\group\tools_sdk_eng_perllibrary.mrp"/>
|
|
420 |
</component>
|
|
421 |
<component name="commonperl" long-name="Common Perl Libraries">
|
|
422 |
<unit bldFile="os\buildtools\perltoolsplat_os\commonperl\group" mrp="os\buildtools\perltoolsplat_os\commonperl\group\tools_sdk_eng_perl_shared.mrp"/>
|
|
423 |
</component>
|
|
424 |
</collection>
|
|
425 |
<collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
|
|
426 |
<component name="e32toolp" long-name="E32 Perl Tools" class="PC">
|
|
427 |
<unit mrp="os\buildtools\sbsv1_os\e32toolp\group\tools_e32toolp.mrp"/>
|
|
428 |
</component>
|
|
429 |
<component name="bldtools" long-name="Build Tools" filter="gt">
|
|
430 |
<unit bldFile="os\buildtools\sbsv1_os\bldtools\group" mrp="os\buildtools\sbsv1_os\bldtools\group\tools_sdk_eng_build-tools.mrp"/>
|
|
431 |
</component>
|
|
432 |
</collection>
|
|
433 |
<collection name="srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
|
|
434 |
<component name="leavescan" long-name="Leavescan">
|
|
435 |
<unit bldFile="os\buildtools\srcanamdw_os\leavescan\group" mrp="os\buildtools\srcanamdw_os\leavescan\group\testtools_leavescan.mrp"/>
|
|
436 |
</component>
|
|
437 |
<component name="programchecker" long-name="Program Checker" deprecated="tb91">
|
|
438 |
<unit bldFile="os\buildtools\srcanamdw_os\programchecker\group" mrp="os\buildtools\srcanamdw_os\programchecker\group\testtools_programchecker.mrp"/>
|
|
439 |
</component>
|
|
440 |
<component name="migrationtool" long-name="Migration Tool">
|
|
441 |
<unit bldFile="os\buildtools\srcanamdw_os\migrationtool\group" mrp="os\buildtools\srcanamdw_os\migrationtool\group\testtools_migrationtool.mrp"/>
|
|
442 |
</component>
|
|
443 |
</collection>
|
|
444 |
<collection name="imgtools_os" long-name="Image Tools" level="fw">
|
|
445 |
<component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91">
|
|
446 |
<unit bldFile="os\buildtools\imgtools_os\romkiteka2\group" mrp="os\buildtools\imgtools_os\romkiteka2\group\tools_romkit.mrp"/>
|
|
447 |
</component>
|
|
448 |
</collection>
|
|
449 |
<collection name="binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
|
|
450 |
<component name="captools" long-name="Capability Tools">
|
|
451 |
<unit bldFile="os\buildtools\binanamdw_os\captools\group" mrp="os\buildtools\binanamdw_os\captools\group\testtools_captools.mrp"/>
|
|
452 |
</component>
|
|
453 |
<component name="depcheck" long-name="Dependency Checker">
|
|
454 |
<unit bldFile="os\buildtools\binanamdw_os\depcheck" mrp="os\buildtools\binanamdw_os\depcheck\tools_depcheck.mrp"/>
|
|
455 |
</component>
|
|
456 |
</collection>
|
|
457 |
<collection name="devlib" long-name="Developer Library" level="ui">
|
|
458 |
<component name="devlibhelp" long-name="Developer Library Help">
|
|
459 |
<unit version="9.4" bldFile="os\buildtools\devlib\devlibhelp\group\devlib94" mrp="os\buildtools\devlib\devlibhelp\group\devlib94\developerlibrary_doc_html.mrp"/>
|
|
460 |
</component>
|
|
461 |
<component name="devlibsrc" long-name="Developer Library Source" filter="gt">
|
|
462 |
<unit bldFile="os\buildtools\devlib\devlibhelp\securitysupplement\doc_source" mrp="os\buildtools\devlib\devlibhelp\developerlibrary_doc_source.mrp"/>
|
|
463 |
</component>
|
|
464 |
<component name="devlibhtml" long-name="Developer Library HTML">
|
|
465 |
<unit mrp="os\buildtools\devlib\devlibhelp\group\shared\developerlibrary_doc_plain_html.mrp"/>
|
|
466 |
</component>
|
|
467 |
<component name="toolsdocs" long-name="Tools Documentation">
|
|
468 |
<unit mrp="os\buildtools\devlib\toolsdocs\tools_documentation.mrp"/>
|
|
469 |
</component>
|
|
470 |
</collection>
|
|
471 |
<collection name="misccomponents" long-name="Misc Components" level="mw">
|
|
472 |
<component name="runperl" long-name="Run PERL" filter="gt">
|
|
473 |
<unit bldFile="os\buildtools\misccomponents\runperl\group" mrp="os\buildtools\misccomponents\runperl\group\tools_sdk_eng_runperl.mrp"/>
|
|
474 |
</component>
|
|
475 |
<component name="assertion" long-name="Assertion" filter="gt">
|
|
476 |
<unit bldFile="os\buildtools\misccomponents\assertion\group" mrp="os\buildtools\misccomponents\assertion\group\tools_sdk_eng_assertion.mrp"/>
|
|
477 |
</component>
|
|
478 |
<component name="enum" long-name="Enum" filter="gt">
|
|
479 |
<unit bldFile="os\buildtools\misccomponents\enum\group" mrp="os\buildtools\misccomponents\enum\group\tools_sdk_eng_enum.mrp"/>
|
|
480 |
</component>
|
|
481 |
<component name="logger" long-name="Logger" filter="gt">
|
|
482 |
<unit bldFile="os\buildtools\misccomponents\logger\group" mrp="os\buildtools\misccomponents\logger\group\tools_sdk_eng_logger.mrp"/>
|
|
483 |
</component>
|
|
484 |
<component name="filesys" long-name="Filesys" filter="gt">
|
|
485 |
<unit bldFile="os\buildtools\misccomponents\filesys\group" mrp="os\buildtools\misccomponents\filesys\group\tools_sdk_eng_filesys.mrp"/>
|
|
486 |
</component>
|
|
487 |
<component name="envvar" long-name="Envvar" filter="gt">
|
|
488 |
<unit bldFile="os\buildtools\misccomponents\envvar\group" mrp="os\buildtools\misccomponents\envvar\group\tools_sdk_eng_envvar.mrp"/>
|
|
489 |
</component>
|
|
490 |
<component name="installutils" long-name="Install Utils" filter="gt">
|
|
491 |
<unit bldFile="os\buildtools\misccomponents\installutils\group" mrp="os\buildtools\misccomponents\installutils\group\tools_sdk_eng_installutils.mrp"/>
|
|
492 |
</component>
|
|
493 |
<component name="mnemonicfix" long-name="Mnemonic Fix" filter="gt">
|
|
494 |
<unit bldFile="os\buildtools\misccomponents\mnemonicfix\group" mrp="os\buildtools\misccomponents\mnemonicfix\group\tools_sdk_eng_mnemonicfix.mrp"/>
|
|
495 |
</component>
|
|
496 |
<component name="pathbrowser" long-name="Path Browser" filter="gt">
|
|
497 |
<unit bldFile="os\buildtools\misccomponents\pathbrowser\group" mrp="os\buildtools\misccomponents\pathbrowser\group\tools_sdk_eng_pathbrowser.mrp"/>
|
|
498 |
</component>
|
|
499 |
<component name="shellexec" long-name="Shell Exec" filter="gt">
|
|
500 |
<unit bldFile="os\buildtools\misccomponents\shellexec\group" mrp="os\buildtools\misccomponents\shellexec\group\tools_sdk_eng_shellexec.mrp"/>
|
|
501 |
</component>
|
|
502 |
<component name="swingworker" long-name="Swing Worker" filter="gt">
|
|
503 |
<unit bldFile="os\buildtools\misccomponents\swingworker\group" mrp="os\buildtools\misccomponents\swingworker\group\tools_sdk_eng_swingworker.mrp"/>
|
|
504 |
</component>
|
|
505 |
<component name="testcaserunner" long-name="Test Case Runner" filter="gt">
|
|
506 |
<unit bldFile="os\buildtools\misccomponents\testcaserunner\group" mrp="os\buildtools\misccomponents\testcaserunner\group\tools_sdk_eng_testcaserunner.mrp"/>
|
|
507 |
</component>
|
|
508 |
<component name="toolbarpanel" long-name="Tool Bar Panel" filter="gt">
|
|
509 |
<unit bldFile="os\buildtools\misccomponents\toolbarpanel\group" mrp="os\buildtools\misccomponents\toolbarpanel\group\tools_sdk_eng_toolbarpanel.mrp"/>
|
|
510 |
</component>
|
|
511 |
<component name="javahelp" long-name="Java Help" filter="gt">
|
|
512 |
<unit bldFile="os\buildtools\misccomponents\javahelp\group" mrp="os\buildtools\misccomponents\javahelp\group\tools_sdk_eng_javahelp.mrp"/>
|
|
513 |
</component>
|
|
514 |
<component name="langconfig" long-name="Language Config" filter="gt">
|
|
515 |
<unit bldFile="os\buildtools\misccomponents\langconfig\group" mrp="os\buildtools\misccomponents\langconfig\group\tools_sdk_eng_langconfig.mrp"/>
|
|
516 |
</component>
|
|
517 |
<component name="sdkinfo" long-name="SDK Info" filter="gt">
|
|
518 |
<unit bldFile="os\buildtools\misccomponents\sdkinfo\group" mrp="os\buildtools\misccomponents\sdkinfo\group\tools_sdk_eng_sdkinfo.mrp"/>
|
|
519 |
</component>
|
|
520 |
<component name="jade" long-name="Jade " filter="gt">
|
|
521 |
<unit bldFile="os\buildtools\misccomponents\jade\group" mrp="os\buildtools\misccomponents\jade\group\tools_sdk_eng_jade.mrp"/>
|
|
522 |
</component>
|
|
523 |
<component name="sdkpackagemgr" long-name="SDK Package Manager" filter="gt">
|
|
524 |
<unit bldFile="os\buildtools\misccomponents\sdkpackagemgr\group" mrp="os\buildtools\misccomponents\sdkpackagemgr\group\tools_sdk_eng_sdkpkg-manager.mrp"/>
|
|
525 |
</component>
|
|
526 |
<component name="sdkpkgtools" long-name="SDK Package Tools" filter="gt">
|
|
527 |
<unit bldFile="os\buildtools\misccomponents\sdkpkgtools\group" mrp="os\buildtools\misccomponents\sdkpkgtools\group\tools_sdk_eng_sdkpkg-tools.mrp"/>
|
|
528 |
</component>
|
|
529 |
<component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt">
|
|
530 |
<unit bldFile="os\buildtools\misccomponents\emulatorlauncher\group" mrp="os\buildtools\misccomponents\emulatorlauncher\group\tools_sdk_eng_emulator_launcher.mrp"/>
|
|
531 |
</component>
|
|
532 |
<component name="pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt">
|
|
533 |
<unit bldFile="os\buildtools\misccomponents\pkgmgrgui\group" mrp="os\buildtools\misccomponents\pkgmgrgui\group\tools_sdk_eng_pkgmgrgui.mrp"/>
|
|
534 |
</component>
|
|
535 |
<component name="launch" long-name="Launch" filter="gt">
|
|
536 |
<unit bldFile="os\buildtools\misccomponents\launch\group" mrp="os\buildtools\misccomponents\launch\group\tools_sdk_eng_launch.mrp"/>
|
|
537 |
</component>
|
|
538 |
<component name="toolsstubs" long-name="Devices Tools Stubs" filter="gt">
|
|
539 |
<unit bldFile="os\buildtools\misccomponents\toolsstubs\group" mrp="os\buildtools\misccomponents\toolsstubs\group\tools_sdk_eng_tools_stubs.mrp"/>
|
|
540 |
</component>
|
|
541 |
<component name="bspbuilder" long-name="BSP Builder" filter="gt">
|
|
542 |
<unit bldFile="os\buildtools\misccomponents\bspbuilder\group" mrp="os\buildtools\misccomponents\bspbuilder\group\tools_bspbuilder.mrp"/>
|
|
543 |
</component>
|
|
544 |
<component name="splash" long-name="Splash Screen">
|
|
545 |
<unit bldFile="os\buildtools\misccomponents\splash\group" mrp="os\buildtools\misccomponents\splash\group\tools_sdk_eng_splash.mrp"/>
|
|
546 |
</component>
|
|
547 |
<component name="sdkbuilder" long-name="SDK Building Tools">
|
|
548 |
<unit bldFile="os\buildtools\misccomponents\sdkbuilder\group" mrp="os\buildtools\misccomponents\sdkbuilder\group\tools_sdk_eng_sdk_builder.mrp"/>
|
|
549 |
</component>
|
|
550 |
</collection>
|
|
551 |
<collection name="javatoolsplat" long-name="Java Tools Platform" level="mw">
|
|
552 |
<component name="javalib" long-name="Java Library " filter="gt">
|
|
553 |
<unit bldFile="os\buildtools\javatoolsplat\javalib\group" mrp="os\buildtools\javatoolsplat\javalib\group\tools_sdk_eng_javalibrary.mrp"/>
|
|
554 |
</component>
|
|
555 |
</collection>
|
|
556 |
<collection name="fileconv" long-name="File Converters" level="mw">
|
|
557 |
<component name="cjpeg" long-name="CJpeg">
|
|
558 |
<unit bldFile="os\buildtools\fileconv\cjpeg\group" mrp="os\buildtools\fileconv\cjpeg\group\tools_sdk_eng_cjpeg.mrp"/>
|
|
559 |
</component>
|
|
560 |
<component name="alp2csh" long-name="ALP to CSH">
|
|
561 |
<unit bldFile="os\buildtools\fileconv\alp2csh\group" mrp="os\buildtools\fileconv\alp2csh\group\tools_sdk_eng_alp2csh.mrp"/>
|
|
562 |
</component>
|
|
563 |
<component name="rtf2ptml" long-name="RTF to PTML">
|
|
564 |
<unit bldFile="os\buildtools\fileconv\rtf2ptml\group" mrp="os\buildtools\fileconv\rtf2ptml\group\tools_sdk_eng_rtf2ptml.mrp"/>
|
|
565 |
</component>
|
|
566 |
</collection>
|
|
567 |
</block>
|
|
568 |
<block name="ossrv" long-name="Generic OS Services" level="services" levels="physical-abstraction app-libs encoding translation data-services utilities">
|
|
569 |
<collection name="genericservices" long-name="Generic Services" level="utilities">
|
|
570 |
<component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt">
|
|
571 |
<unit version="9.4" bldFile="os\ossrv\genericservices\s60compatibilityheaders\group94" mrp="os\ossrv\genericservices\s60compatibilityheaders\group94\tools_s60_header_compat94.mrp"/>
|
|
572 |
</component>
|
|
573 |
<component name="mimerecognitionfw" long-name="MIME Recognition Framework">
|
|
574 |
<unit bldFile="os\ossrv\genericservices\mimerecognitionfw\group" mrp="os\ossrv\genericservices\mimerecognitionfw\group\app-framework_emime.mrp"/>
|
|
575 |
</component>
|
|
576 |
<component name="systemagent" long-name="System Agent" introduced="9.0">
|
|
577 |
<unit bldFile="os\ossrv\genericservices\systemagent\group" mrp="os\ossrv\genericservices\systemagent\group\syslibs_sysagent2.mrp"/>
|
|
578 |
</component>
|
|
579 |
<component name="taskscheduler" long-name="Task Scheduler" introduced="6.0">
|
|
580 |
<unit bldFile="os\ossrv\genericservices\taskscheduler\group" mrp="os\ossrv\genericservices\taskscheduler\group\syslibs_schsvr.mrp"/>
|
|
581 |
</component>
|
|
582 |
<component name="activebackupclient" long-name="Active Backup Client">
|
|
583 |
<unit bldFile="os\ossrv\genericservices\activebackupclient\group" mrp="os\ossrv\genericservices\activebackupclient\group\connectivity_abclient.mrp"/>
|
|
584 |
</component>
|
|
585 |
<component name="syslibsdocs" long-name="Syslibs Documentation" class="doc">
|
|
586 |
<unit mrp="os\ossrv\genericservices\syslibsdocs\syslibs_documentation.mrp"/>
|
|
587 |
</component>
|
|
588 |
<component name="httputils" long-name="HTTP Utilities Library" introduced="6.2">
|
|
589 |
<unit bldFile="os\ossrv\genericservices\httputils\group" mrp="os\ossrv\genericservices\httputils\group\application-protocols_inetprotutil.mrp"/>
|
|
590 |
</component>
|
|
591 |
</collection>
|
|
592 |
<collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities">
|
|
593 |
<component name="syslibssvs" long-name="Syslibs Verfication Suite" class="placeholder test" introduced="tb91">
|
|
594 |
<!-- PLACEHOLDER="DS.1603"
|
|
595 |
<unit mrp="os/ossrv/syslibsapitest/group/syslibssvs.mrp"/>
|
|
596 |
-->
|
|
597 |
</component>
|
|
598 |
</collection>
|
|
599 |
<collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
|
|
600 |
<component name="ziplib" long-name="Zip Compression Library" introduced="6.0">
|
|
601 |
<unit bldFile="os\ossrv\compressionlibs\ziplib\group" mrp="os\ossrv\compressionlibs\ziplib\group\syslibs_ezlib.mrp"/>
|
|
602 |
</component>
|
|
603 |
</collection>
|
|
604 |
<collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
|
|
605 |
<component name="cstdlib" long-name="C Standard Library" introduced="ER5">
|
|
606 |
<unit bldFile="os\ossrv\genericopenlibs\cstdlib\group" mrp="os\ossrv\genericopenlibs\cstdlib\group\syslibs_stdlib.mrp"/>
|
|
607 |
</component>
|
|
608 |
<component name="openenvcore" long-name="Open Environment Core" introduced="tb91">
|
|
609 |
<unit bldFile="os\ossrv\genericopenlibs\openenvcore\group" mrp="os\ossrv\genericopenlibs\openenvcore\group\openenv.mrp"/>
|
|
610 |
</component>
|
|
611 |
</collection>
|
|
612 |
<collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
|
|
613 |
<component name="pluginfw" long-name="Plugin Framework" introduced="6.2">
|
|
614 |
<unit version="2" bldFile="os\ossrv\lowlevellibsandfws\pluginfw\Group" mrp="os\ossrv\lowlevellibsandfws\pluginfw\Group\syslibs_ecom.mrp"/>
|
|
615 |
</component>
|
|
616 |
<component name="apputils" long-name="Application Utilities" introduced="ER5">
|
|
617 |
<unit bldFile="os\ossrv\lowlevellibsandfws\apputils\group" mrp="os\ossrv\lowlevellibsandfws\apputils\group\syslibs_bafl.mrp"/>
|
|
618 |
</component>
|
|
619 |
</collection>
|
|
620 |
</block>
|
|
621 |
<block name="security" long-name="OS Security" level="services" levels="physical-abstraction plugins libraries management services utilities">
|
|
622 |
<collection name="contentmgmt" long-name="Content Management" level="utilities">
|
|
623 |
<component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1">
|
|
624 |
<unit bldFile="os\security\contentmgmt\contentaccessfwfordrm\group" mrp="os\security\contentmgmt\contentaccessfwfordrm\group\security_caf2.mrp"/>
|
|
625 |
</component>
|
|
626 |
<component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1">
|
|
627 |
<unit bldFile="os\security\contentmgmt\cafrecogniserconfig" mrp="os\security\contentmgmt\cafrecogniserconfig\security_reccafconfig.mrp"/>
|
|
628 |
</component>
|
|
629 |
</collection>
|
|
630 |
<collection name="crypto" long-name="Crypto Libraries" level="libraries">
|
|
631 |
<component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt">
|
|
632 |
<unit bldFile="os\security\crypto\weakcrypto\group" mrp="os\security\crypto\weakcrypto\group\security_crypto_weak.mrp"/>
|
|
633 |
</component>
|
|
634 |
<component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt">
|
|
635 |
<unit bldFile="os\security\crypto\weakcrypto\strong" mrp="os\security\crypto\weakcrypto\group\security_crypto_strong.mrp"/>
|
|
636 |
</component>
|
|
637 |
</collection>
|
|
638 |
<collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
|
|
639 |
<component name="securityutils" long-name="Security Utils" introduced="8.0">
|
|
640 |
<unit bldFile="os\security\cryptomgmtlibs\securityutils\group" mrp="os\security\cryptomgmtlibs\securityutils\group\security_common.mrp"/>
|
|
641 |
</component>
|
|
642 |
<component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" class="test" deprecated="tb92">
|
|
643 |
<unit mrp="os\security\cryptomgmtlibs\securitytestfw\group\security_testframework.mrp"/>
|
|
644 |
</component>
|
|
645 |
<component name="securitydocs" long-name="Security Documentation">
|
|
646 |
<unit mrp="os\security\cryptomgmtlibs\securitydocs\security_documentation.mrp"/>
|
|
647 |
</component>
|
|
648 |
<component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0">
|
|
649 |
<unit bldFile="os\security\cryptomgmtlibs\cryptotokenfw\group" mrp="os\security\cryptomgmtlibs\cryptotokenfw\group\security_cryptotokens.mrp"/>
|
|
650 |
</component>
|
|
651 |
</collection>
|
|
652 |
<collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
|
|
653 |
<component name="securityconfig" long-name="Security Config" introduced="9.1">
|
|
654 |
<unit bldFile="os\security\securityanddataprivacytools\securityconfig\group" mrp="os\security\securityanddataprivacytools\securityconfig\group\security_config.mrp"/>
|
|
655 |
</component>
|
|
656 |
<component name="securitytools" long-name="Security Tools" class="PC" introduced="tb92">
|
|
657 |
<unit bldFile="os\security\securityanddataprivacytools\securitytools\group" mrp="os\security\securityanddataprivacytools\securitytools\group\security_tools.mrp"/>
|
|
658 |
</component>
|
|
659 |
</collection>
|
|
660 |
<collection name="cryptoservices" long-name="Crypto Services" level="plugins">
|
|
661 |
<component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0">
|
|
662 |
<unit bldFile="os\security\cryptoservices\certificateandkeymgmt\group" mrp="os\security\cryptoservices\certificateandkeymgmt\group\security_certman.mrp"/>
|
|
663 |
</component>
|
|
664 |
<component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0">
|
|
665 |
<unit bldFile="os\security\cryptoservices\filebasedcertificateandkeystores\group" mrp="os\security\cryptoservices\filebasedcertificateandkeystores\group\security_filetokens.mrp"/>
|
|
666 |
</component>
|
|
667 |
<component name="rootcertificates" long-name="Root Certificates" introduced="7.0s">
|
|
668 |
<unit mrp="os\security\cryptoservices\rootcertificates\rootcerts.mrp"/>
|
|
669 |
</component>
|
|
670 |
<component name="asnpkcs" long-name="ASN PKCS" introduced="8.0">
|
|
671 |
<unit bldFile="os\security\cryptoservices\asnpkcs\group" mrp="os\security\cryptoservices\asnpkcs\group\security_asnpkcs.mrp"/>
|
|
672 |
</component>
|
|
673 |
</collection>
|
|
674 |
</block>
|
|
675 |
<block name="persistentdata" long-name="Persistent Data Services" level="services" levels="adaptation hw-if plugin framework server app-if">
|
|
676 |
<collection name="featuremgmt" long-name="Feature Management" level="framework">
|
|
677 |
<component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="Future">
|
|
678 |
<unit bldFile="os\persistentdata\featuremgmt\featureregistry\group" mrp="os\persistentdata\featuremgmt\featureregistry\group\syslibs_featreg.mrp"/>
|
|
679 |
</component>
|
|
680 |
</collection>
|
|
681 |
<collection name="loggingservices" long-name="Logging Services" level="server">
|
|
682 |
<component name="eventlogger" long-name="Event Logger" introduced="6.0">
|
|
683 |
<unit bldFile="os\persistentdata\loggingservices\eventlogger\group" mrp="os\persistentdata\loggingservices\eventlogger\group\syslibs_logeng.mrp"/>
|
|
684 |
</component>
|
|
685 |
<component name="filelogger" long-name="File Logger" introduced="ER5">
|
|
686 |
<unit bldFile="os\persistentdata\loggingservices\filelogger\group" mrp="os\persistentdata\loggingservices\filelogger\group\comms-infras_flogger.mrp"/>
|
|
687 |
</component>
|
|
688 |
<component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1">
|
|
689 |
<unit bldFile="os\persistentdata\loggingservices\rfilelogger\group" mrp="os\persistentdata\loggingservices\rfilelogger\group\testtools_utilities.mrp"/>
|
|
690 |
</component>
|
|
691 |
</collection>
|
|
692 |
<collection name="traceservices" long-name="Trace Services" level="server">
|
|
693 |
<component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s">
|
|
694 |
<unit bldFile="os\persistentdata\traceservices\commsdebugutility\group" mrp="os\persistentdata\traceservices\commsdebugutility\group\comms-infras_commsdebugutility.mrp"/>
|
|
695 |
</component>
|
|
696 |
<component name="tracefw" long-name="Trace Framework" introduced="9.2">
|
|
697 |
<unit bldFile="os\persistentdata\traceservices\tracefw\ulogger\group" mrp="os\persistentdata\traceservices\tracefw\ulogger\group\tools_debug_trace.mrp"/>
|
|
698 |
</component>
|
|
699 |
<component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91">
|
|
700 |
<unit bldFile="os\persistentdata\traceservices\utrace\group" mrp="os\persistentdata\traceservices\utrace\group\testtools_utrace_api.mrp"/>
|
|
701 |
</component>
|
|
702 |
</collection>
|
|
703 |
<collection name="persistentstorage" long-name="Persistent Storage" level="framework">
|
|
704 |
<component name="store" long-name="Store">
|
|
705 |
<unit bldFile="os\persistentdata\persistentstorage\store\group" mrp="os\persistentdata\persistentstorage\store\group\syslibs_store.mrp"/>
|
|
706 |
</component>
|
|
707 |
<component name="dbms" long-name="DBMS">
|
|
708 |
<unit bldFile="os\persistentdata\persistentstorage\dbms\group" mrp="os\persistentdata\persistentstorage\dbms\group\syslibs_dbms.mrp"/>
|
|
709 |
</component>
|
|
710 |
<component name="centralrepository" long-name="Central Repository" introduced="7.0s">
|
|
711 |
<unit bldFile="os\persistentdata\persistentstorage\centralrepository\group" mrp="os\persistentdata\persistentstorage\centralrepository\group\syslibs_centralrepository.mrp"/>
|
|
712 |
</component>
|
|
713 |
<component name="sql" long-name="SQL" introduced="9.3">
|
|
714 |
<unit bldFile="os\persistentdata\persistentstorage\sql\GROUP" mrp="os\persistentdata\persistentstorage\sql\GROUP\syslibs_sql.mrp"/>
|
|
715 |
</component>
|
|
716 |
</collection>
|
|
717 |
</block>
|
|
718 |
<block name="devicesrv" long-name="Device Services" level="services" levels="adaptation hw-if plugin framework server app-if">
|
|
719 |
<collection name="accessoryservices" long-name="Accessory Services" level="framework">
|
|
720 |
<component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1">
|
|
721 |
<unit bldFile="os\devicesrv\accessoryservices\remotecontrolfw\group" mrp="os\devicesrv\accessoryservices\remotecontrolfw\group\bluetooth_remotecontrol.mrp"/>
|
|
722 |
</component>
|
|
723 |
<component name="reftsp" long-name="Remote Control Reference TSP" plugin="Y" introduced="9.1">
|
|
724 |
<unit bldFile="os\devicesrv\accessoryservices\reftsp\group" mrp="os\devicesrv\accessoryservices\reftsp\group\bluetooth_remotecontrol_refTSP.mrp"/>
|
|
725 |
</component>
|
|
726 |
</collection>
|
|
727 |
<collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
|
|
728 |
<component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91">
|
|
729 |
<unit bldFile="os\devicesrv\resourcemgmt\hwresourcesmgr\group" mrp="os\devicesrv\resourcemgmt\hwresourcesmgr\group\telephony_hwrm.mrp"/>
|
|
730 |
</component>
|
|
731 |
<component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0">
|
|
732 |
<unit bldFile="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group" mrp="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group\syslibs_pwrcli.mrp"/>
|
|
733 |
</component>
|
|
734 |
</collection>
|
|
735 |
<collection name="sysstatemgmt" long-name="System State Management" level="server">
|
|
736 |
<component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92">
|
|
737 |
<unit bldFile="os\devicesrv\sysstatemgmt\systemstarter\group" mrp="os\devicesrv\sysstatemgmt\systemstarter\group\app-framework_sysstart.mrp"/>
|
|
738 |
</component>
|
|
739 |
</collection>
|
|
740 |
</block>
|
|
741 |
<block name="lbs" long-name="Locating Services" level="services" levels="hw-if data-acquisition adaptation management application-interface">
|
|
742 |
<collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
|
|
743 |
<component name="defaultpositioningmodule" long-name="Default Positioning Module" plugin="Y" introduced="tb91">
|
|
744 |
<unit bldFile="os\lbs\datasourcemodules\defaultpositioningmodule\group" mrp="os\lbs\datasourcemodules\defaultpositioningmodule\group\lbs_default_positioning_module.mrp"/>
|
|
745 |
</component>
|
|
746 |
<component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" plugin="Y" introduced="tb91">
|
|
747 |
<unit bldFile="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group" mrp="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group\lbs_bt_positioning_module.mrp"/>
|
|
748 |
</component>
|
|
749 |
<component name="simulationpositioningmodule" long-name="Simulation Positioning Module" plugin="Y" introduced="tb91">
|
|
750 |
<unit bldFile="os\lbs\datasourcemodules\simulationpositioningmodule\group" mrp="os\lbs\datasourcemodules\simulationpositioningmodule\group\lbs_simulation_positioning_module.mrp"/>
|
|
751 |
</component>
|
|
752 |
<component name="agpsintegrationmodule" long-name="A-GPS Integration Module" plugin="Y" introduced="9.2">
|
|
753 |
<unit bldFile="os\lbs\datasourcemodules\agpsintegrationmodule\group" mrp="os\lbs\datasourcemodules\agpsintegrationmodule\group\lbs_datasourceplugins.mrp"/>
|
|
754 |
</component>
|
|
755 |
</collection>
|
|
756 |
<collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
|
|
757 |
<component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" plugin="Y" introduced="tb91">
|
|
758 |
<unit bldFile="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group" mrp="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group\lbs_gps_data_source_adaptation.mrp"/>
|
|
759 |
</component>
|
|
760 |
</collection>
|
|
761 |
<collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
|
|
762 |
<component name="locationserver" long-name="Location Server" introduced="9.2">
|
|
763 |
<unit bldFile="os\lbs\locationrequestmgmt\locationserver\group" mrp="os\lbs\locationrequestmgmt\locationserver\group\lbs_locationserver.mrp"/>
|
|
764 |
</component>
|
|
765 |
<component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2">
|
|
766 |
<unit bldFile="os\lbs\locationrequestmgmt\networkrequesthandler\group" mrp="os\lbs\locationrequestmgmt\networkrequesthandler\group\lbs_networkrequesthandler.mrp"/>
|
|
767 |
</component>
|
|
768 |
</collection>
|
|
769 |
<collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
|
|
770 |
<component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" class="test">
|
|
771 |
<unit mrp="os\lbs\lbstest\lbstestproduct\group\lbs_testproduct.mrp"/>
|
|
772 |
</component>
|
|
773 |
<component name="locationprotocoltest" long-name="Location Protocol Tests" plugin="Y" introduced="9.2">
|
|
774 |
<unit bldFile="os\lbs\lbstest\locationprotocoltest\group" mrp="os\lbs\lbstest\locationprotocoltest\group\lbs_networktest.mrp"/>
|
|
775 |
</component>
|
|
776 |
</collection>
|
|
777 |
<collection name="locationmgmt" long-name="Location Management" level="management">
|
|
778 |
<component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2">
|
|
779 |
<unit bldFile="os\lbs\locationmgmt\agpslocationmgr\group" mrp="os\lbs\locationmgmt\agpslocationmgr\group\lbs_agpslocationmanager.mrp"/>
|
|
780 |
</component>
|
|
781 |
<component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2">
|
|
782 |
<unit bldFile="os\lbs\locationmgmt\networklocationmgr\group" mrp="os\lbs\locationmgmt\networklocationmgr\group\lbs_networklocationmanager.mrp"/>
|
|
783 |
</component>
|
|
784 |
<component name="locationcore" long-name="Location Core" introduced="9.2">
|
|
785 |
<unit bldFile="os\lbs\locationmgmt\locationcore\group" mrp="os\lbs\locationmgmt\locationcore\group\lbs_admin.mrp"/>
|
|
786 |
</component>
|
|
787 |
<component name="networkgateway" long-name="Network Gateway" introduced="9.2">
|
|
788 |
<unit bldFile="os\lbs\locationmgmt\networkgateway\group" mrp="os\lbs\locationmgmt\networkgateway\group\lbs_networkgateway.mrp"/>
|
|
789 |
</component>
|
|
790 |
</collection>
|
|
791 |
<collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
|
|
792 |
<component name="privacyprotocolmodule" long-name="Privacy Protocol Module" plugin="Y" introduced="tb91">
|
|
793 |
<unit bldFile="os\lbs\networkprotocolmodules\privacyprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\privacyprotocolmodule\group\lbs_privacyprotocolmodule.mrp"/>
|
|
794 |
</component>
|
|
795 |
<component name="suplprotocolmodule" long-name="SUPL Protocol Module" plugin="Y" introduced="tb91" deprecated="tb91">
|
|
796 |
<unit bldFile="os\lbs\networkprotocolmodules\suplprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\suplprotocolmodule\group\lbs_suplprotocolmodule.mrp"/>
|
|
797 |
</component>
|
|
798 |
</collection>
|
|
799 |
</block>
|
|
800 |
<block name="commsfw" long-name="Communications Framework" level="services" levels="server support framework process app-if">
|
|
801 |
<collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
|
|
802 |
<component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" class="placeholder test" introduced="tb91">
|
|
803 |
<!-- PLACEHOLDER="DS.1603"
|
|
804 |
<unit mrp="os/commsfw/commsinfrastructureapitest/group/commsinfrastructuresvs.mrp"/>
|
|
805 |
-->
|
|
806 |
</component>
|
|
807 |
</collection>
|
|
808 |
<collection name="commsprocess" long-name="Comms Process" level="process">
|
|
809 |
<component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s">
|
|
810 |
<unit bldFile="os\commsfw\commsprocess\commsrootserverconfig\group" mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver.mrp"/>
|
|
811 |
</component>
|
|
812 |
<component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" class="config">
|
|
813 |
<unit mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver-config.mrp"/>
|
|
814 |
</component>
|
|
815 |
</collection>
|
|
816 |
<collection name="commsconfig" long-name="Comms Config" level="process">
|
|
817 |
<component name="commsdatabase" long-name="Comms Database">
|
|
818 |
<unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group\comms-infras_commsdat.mrp"/>
|
|
819 |
</component>
|
|
820 |
<component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1">
|
|
821 |
<unit bldFile="os\commsfw\commsconfig\commsdatabaseshim\group" mrp="os\commsfw\commsconfig\commsdatabaseshim\group\comms-infras_commdbshim.mrp"/>
|
|
822 |
</component>
|
|
823 |
</collection>
|
|
824 |
<collection name="datacommsserver" long-name="Data Comms Server" level="framework">
|
|
825 |
<component name="esockserver" long-name="ESock Server">
|
|
826 |
<unit version="2" bldFile="os\commsfw\datacommsserver\esockserver\group" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock.mrp"/>
|
|
827 |
</component>
|
|
828 |
<component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" class="config">
|
|
829 |
<unit version="2" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock-config.mrp"/>
|
|
830 |
</component>
|
|
831 |
<component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U">
|
|
832 |
<unit version="1" bldFile="os\commsfw\datacommsserver\networkinterfacemgr\group" mrp="os\commsfw\datacommsserver\networkinterfacemgr\group\comms-infras_nifman.mrp"/>
|
|
833 |
</component>
|
|
834 |
<component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1">
|
|
835 |
<unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\group" mrp="os\commsfw\datacommsserver\networkingdialogapi\group\networking_dialog.mrp"/>
|
|
836 |
</component>
|
|
837 |
<component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1">
|
|
838 |
<unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\default" mrp="os\commsfw\datacommsserver\networkingdialogapi\default\networking_dialog_default.mrp"/>
|
|
839 |
</component>
|
|
840 |
<component name="networkcontroller" long-name="Network Controller" plugin="Y" introduced="7.0s">
|
|
841 |
<unit bldFile="os\commsfw\datacommsserver\networkcontroller\group" mrp="os\commsfw\datacommsserver\networkcontroller\group\networking_netcon.mrp"/>
|
|
842 |
</component>
|
|
843 |
</collection>
|
|
844 |
<collection name="serialserver" long-name="Serial Server" level="server">
|
|
845 |
<component name="serialportcsy" long-name="Serial Port CSY" class="placeholder" plugin="Y" introduced="ER5">
|
|
846 |
<!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
|
|
847 |
</component>
|
|
848 |
<component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" class="test">
|
|
849 |
<unit bldFile="os\commsfw\serialserver\packetloopbackcsy\group" mrp="os\commsfw\serialserver\packetloopbackcsy\group\PacketLoopbackCSY.mrp"/>
|
|
850 |
</component>
|
|
851 |
<component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5">
|
|
852 |
<unit bldFile="os\commsfw\serialserver\c32serialserver\group" mrp="os\commsfw\serialserver\c32serialserver\group\ser-comms_c32.mrp"/>
|
|
853 |
</component>
|
|
854 |
<component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" class="config">
|
|
855 |
<unit bldFile="os\commsfw\serialserver\c32serialserverconfig" mrp="os\commsfw\serialserver\c32serialserverconfig\ser-comms_c32-config.mrp"/>
|
|
856 |
</component>
|
|
857 |
<component name="c32serialserverdocs" long-name="C32 Serial Server Documentation">
|
|
858 |
<unit mrp="os\commsfw\serialserver\c32serialserverdocs\ser-comms_documentation.mrp"/>
|
|
859 |
</component>
|
|
860 |
</collection>
|
|
861 |
<collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
|
|
862 |
<component name="refcpr" long-name="Reference CPR" plugin="Y" introduced="9.2">
|
|
863 |
<unit bldFile="os\commsfw\baseconnectionproviders\refcpr\group" mrp="os\commsfw\baseconnectionproviders\refcpr\group\networking_ReferenceCPR.mrp"/>
|
|
864 |
</component>
|
|
865 |
<component name="refscpr" long-name="Reference SCPR" plugin="Y" introduced="9.2">
|
|
866 |
<unit bldFile="os\commsfw\baseconnectionproviders\refscpr\group" mrp="os\commsfw\baseconnectionproviders\refscpr\group\networking_ReferenceSCPR.mrp"/>
|
|
867 |
</component>
|
|
868 |
</collection>
|
|
869 |
<collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
|
|
870 |
<component name="commfw" long-name="Comms Framework" introduced="7.0s">
|
|
871 |
<unit bldFile="os\commsfw\commsfwutils\commfw\group" mrp="os\commsfw\commsfwutils\commfw\group\comms-infras_commsfw.mrp" priority="10"/>
|
|
872 |
</component>
|
|
873 |
<component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s">
|
|
874 |
<unit bldFile="os\commsfw\commsfwutils\mbufmgr\group" mrp="os\commsfw\commsfwutils\mbufmgr\group\comms-infras_mbufmgr.mrp"/>
|
|
875 |
</component>
|
|
876 |
</collection>
|
|
877 |
<collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
|
|
878 |
<component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" class="doc">
|
|
879 |
<unit mrp="os\commsfw\commsfw_info\commsinfrastructuredocs\comms-infras_documentation.mrp"/>
|
|
880 |
</component>
|
|
881 |
</collection>
|
|
882 |
<collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
|
|
883 |
<component name="commselements" long-name="Comms Elements" introduced="8.0">
|
|
884 |
<unit bldFile="os\commsfw\commsfwsupport\commselements\group" mrp="os\commsfw\commsfwsupport\commselements\group\comms-infras_elements.mrp"/>
|
|
885 |
</component>
|
|
886 |
</collection>
|
|
887 |
<collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
|
|
888 |
<component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" class="config PC">
|
|
889 |
<unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group\comms-infras_defaultcommdb.mrp"/>
|
|
890 |
</component>
|
|
891 |
<component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" class="PC">
|
|
892 |
<unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group\comms-infras_installdefaultcommdb.mrp" priority="1010"/>
|
|
893 |
</component>
|
|
894 |
<component name="commstools" long-name="Comms Tools" introduced="tb91" class="PC">
|
|
895 |
<unit mrp="os\commsfw\commsfwtools\commstools\group\comms-infras_tools.mrp"/>
|
|
896 |
</component>
|
|
897 |
</collection>
|
|
898 |
</block>
|
|
899 |
<block name="networkingsrv" long-name="Networking Services" level="services" levels="adaptation hw-if plugin framework server app-if">
|
|
900 |
<collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
|
|
901 |
<component name="internetsockets" long-name="Internet Sockets" introduced="ER5">
|
|
902 |
<unit bldFile="os\networkingsrv\esockapiextensions\internetsockets\group" mrp="os\networkingsrv\esockapiextensions\internetsockets\group\networking_insock.mrp"/>
|
|
903 |
</component>
|
|
904 |
</collection>
|
|
905 |
<collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
|
|
906 |
<component name="dnd" long-name="DND" introduced="7.0">
|
|
907 |
<unit bldFile="os\networkingsrv\tcpiputils\dnd\group" mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd.mrp"/>
|
|
908 |
</component>
|
|
909 |
<component name="dndconfig" long-name="DND Config" introduced="7.0" class="config">
|
|
910 |
<unit mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd-config.mrp"/>
|
|
911 |
</component>
|
|
912 |
<component name="dhcp" long-name="DHCP" introduced="8.0">
|
|
913 |
<unit bldFile="os\networkingsrv\tcpiputils\dhcp\group" mrp="os\networkingsrv\tcpiputils\dhcp\group\networking_dhcp.mrp"/>
|
|
914 |
</component>
|
|
915 |
<component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" plugin="Y" introduced="tb91">
|
|
916 |
<unit bldFile="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group" mrp="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group\networking_napt.mrp"/>
|
|
917 |
</component>
|
|
918 |
</collection>
|
|
919 |
<collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
|
|
920 |
<component name="nullagt" long-name="NULL AGT" plugin="Y" introduced="7.0s">
|
|
921 |
<unit bldFile="os\networkingsrv\linklayercontrol\nullagt\group" mrp="os\networkingsrv\linklayercontrol\nullagt\group\networking_nullagt.mrp"/>
|
|
922 |
</component>
|
|
923 |
</collection>
|
|
924 |
<collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
|
|
925 |
<component name="ethernetnif" long-name="Ethernet NIF" plugin="Y">
|
|
926 |
<unit bldFile="os\networkingsrv\linklayerprotocols\ethernetnif\group" mrp="os\networkingsrv\linklayerprotocols\ethernetnif\group\networking_ether802.mrp"/>
|
|
927 |
</component>
|
|
928 |
<component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" plugin="Y" introduced="7.0">
|
|
929 |
<unit mrp="os\networkingsrv\linklayerprotocols\ethernetpacketdriver\group\networking_etherdrv_srconly.mrp"/>
|
|
930 |
</component>
|
|
931 |
<component name="pppnif" long-name="PPP NIF" plugin="Y" introduced="ER5">
|
|
932 |
<unit version="1" bldFile="os\networkingsrv\linklayerprotocols\pppnif\group" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp.mrp"/>
|
|
933 |
</component>
|
|
934 |
<component name="pppconfig" long-name="PPP Config" introduced="ER5">
|
|
935 |
<unit version="1" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp-config.mrp"/>
|
|
936 |
</component>
|
|
937 |
<component name="slipnif" long-name="SLIP NIF" plugin="Y">
|
|
938 |
<unit bldFile="os\networkingsrv\linklayerprotocols\slipnif\group" mrp="os\networkingsrv\linklayerprotocols\slipnif\group\networking_slip.mrp"/>
|
|
939 |
</component>
|
|
940 |
<component name="tunnelnif" long-name="Tunnel NIF" plugin="Y" introduced="7.0s">
|
|
941 |
<unit bldFile="os\networkingsrv\linklayerprotocols\tunnelnif\group" mrp="os\networkingsrv\linklayerprotocols\tunnelnif\group\networking_tunnelnif.mrp"/>
|
|
942 |
</component>
|
|
943 |
</collection>
|
|
944 |
<collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
|
|
945 |
<component name="packetlogger" long-name="Packet Logger" introduced="8.1" class="test">
|
|
946 |
<unit bldFile="os\networkingsrv\linklayerutils\packetlogger\group" mrp="os\networkingsrv\linklayerutils\packetlogger\group\networking_packetlogger.mrp"/>
|
|
947 |
</component>
|
|
948 |
</collection>
|
|
949 |
<collection name="networkcontrol" long-name="Network Control" level="plugin">
|
|
950 |
<component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" class="config">
|
|
951 |
<unit mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos-config.mrp"/>
|
|
952 |
</component>
|
|
953 |
<component name="qoslib" long-name="QoS Library" introduced="7.0s">
|
|
954 |
<unit bldFile="os\networkingsrv\networkcontrol\qoslib\group" mrp="os\networkingsrv\networkcontrol\qoslib\group\networking_qoslib.mrp"/>
|
|
955 |
</component>
|
|
956 |
<component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s">
|
|
957 |
<unit bldFile="os\networkingsrv\networkcontrol\pfqoslib\group" mrp="os\networkingsrv\networkcontrol\pfqoslib\group\networking_pfqoslib.mrp"/>
|
|
958 |
</component>
|
|
959 |
<component name="qosfwprt" long-name="QoS Framework PRT" plugin="Y" introduced="7.0s">
|
|
960 |
<unit bldFile="os\networkingsrv\networkcontrol\qosfwconfig\qos\group" mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos.mrp"/>
|
|
961 |
</component>
|
|
962 |
<component name="ipcpr" long-name="IP CPR" plugin="Y" introduced="8.1">
|
|
963 |
<unit bldFile="os\networkingsrv\networkcontrol\ipcpr\group" mrp="os\networkingsrv\networkcontrol\ipcpr\group\networking_ipcpr.mrp"/>
|
|
964 |
</component>
|
|
965 |
<component name="ipscpr" long-name="IP SCPR" plugin="Y" introduced="9.1">
|
|
966 |
<unit bldFile="os\networkingsrv\networkcontrol\ipscpr\group" mrp="os\networkingsrv\networkcontrol\ipscpr\group\networking_ipscpr.mrp"/>
|
|
967 |
</component>
|
|
968 |
<component name="ipcprshim" long-name="IP CPR Shim" plugin="Y" deprecated="Future">
|
|
969 |
<unit bldFile="os\networkingsrv\networkcontrol\ipcprshim\group" mrp="os\networkingsrv\networkcontrol\ipcprshim\group\networking_shimcpr.mrp"/>
|
|
970 |
</component>
|
|
971 |
</collection>
|
|
972 |
<collection name="networkprotocols" long-name="Network Protocols" level="plugin">
|
|
973 |
<component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" class="config">
|
|
974 |
<unit mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6-config.mrp"/>
|
|
975 |
</component>
|
|
976 |
<component name="ipeventnotifier" long-name="IP Event Notifier" plugin="Y" introduced="8.1">
|
|
977 |
<unit bldFile="os\networkingsrv\networkprotocols\ipeventnotifier\group" mrp="os\networkingsrv\networkprotocols\ipeventnotifier\group\networking_ipeventnotifier.mrp"/>
|
|
978 |
</component>
|
|
979 |
<component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" plugin="Y" introduced="7.0">
|
|
980 |
<unit bldFile="os\networkingsrv\networkprotocols\tcpipv4v6prt\group" mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6.mrp"/>
|
|
981 |
</component>
|
|
982 |
<component name="iphook" long-name="IP Hook" introduced="7.0">
|
|
983 |
<unit bldFile="os\networkingsrv\networkprotocols\iphook\inhook6\group" mrp="os\networkingsrv\networkprotocols\iphook\inhook6\group\networking_inhook6.mrp"/>
|
|
984 |
</component>
|
|
985 |
<component name="mobileip" long-name="Mobile IP" plugin="Y" introduced="8.1">
|
|
986 |
<unit bldFile="os\networkingsrv\networkprotocols\mobileip\group" mrp="os\networkingsrv\networkprotocols\mobileip\group\networking_mobileip.mrp"/>
|
|
987 |
</component>
|
|
988 |
</collection>
|
|
989 |
<collection name="networksecurity" long-name="Network Security" level="framework">
|
|
990 |
<component name="tls" long-name="TLS" introduced="6.0">
|
|
991 |
<unit bldFile="os\networkingsrv\networksecurity\tls\group" mrp="os\networkingsrv\networksecurity\tls\group\networking_tls.mrp"/>
|
|
992 |
</component>
|
|
993 |
<component name="tlsprovider" long-name="TLS Provider" introduced="8.1">
|
|
994 |
<unit bldFile="os\networkingsrv\networksecurity\tlsprovider\group" mrp="os\networkingsrv\networksecurity\tlsprovider\group\security_tlsprovider.mrp"/>
|
|
995 |
</component>
|
|
996 |
<component name="ipsec" long-name="IPsec" introduced="7.0">
|
|
997 |
<unit bldFile="os\networkingsrv\networksecurity\ipsec\group" mrp="os\networkingsrv\networksecurity\ipsec\group\networking_ipsec.mrp"/>
|
|
998 |
</component>
|
|
999 |
</collection>
|
|
1000 |
<collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
|
|
1001 |
<component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" class="test">
|
|
1002 |
<unit mrp="os\networkingsrv\networkingtestandutils\networkingunittest\group\networking_unittest.mrp"/>
|
|
1003 |
</component>
|
|
1004 |
<component name="networkingexamples" long-name="Networking Examples" introduced="7.0">
|
|
1005 |
<unit bldFile="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group" mrp="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group\networking_examplecode.mrp"/>
|
|
1006 |
</component>
|
|
1007 |
<component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5">
|
|
1008 |
<unit mrp="os\networkingsrv\networkingtestandutils\exampleinternetutilities\group\networking_inetutil.mrp"/>
|
|
1009 |
</component>
|
|
1010 |
<component name="ipprobe" long-name="IP Probe" plugin="Y" introduced="7.0s">
|
|
1011 |
<unit mrp="os\networkingsrv\networkingtestandutils\ipprobe\group\networking_probe.mrp"/>
|
|
1012 |
</component>
|
|
1013 |
<component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" plugin="Y">
|
|
1014 |
<unit mrp="os\networkingsrv\networkingtestandutils\ipv6to4tunnel\group\networking_6to4.mrp"/>
|
|
1015 |
</component>
|
|
1016 |
<component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92">
|
|
1017 |
<unit mrp="os\networkingsrv\networkingtestandutils\ipanalyzer\group\networking_iprotor.mrp"/>
|
|
1018 |
</component>
|
|
1019 |
<component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" class="test">
|
|
1020 |
<unit bldFile="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group" mrp="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group\networking_integrationtest.mrp"/>
|
|
1021 |
</component>
|
|
1022 |
</collection>
|
|
1023 |
<collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
|
|
1024 |
<component name="networkingrom" long-name="Networking ROM">
|
|
1025 |
<!-- production component: contains the IBY files -->
|
|
1026 |
<unit bldFile="os\networkingsrv\networkingsrv_info\networkingrom\group" mrp="os\networkingsrv\networkingsrv_info\networkingrom\group\networking_general.mrp"/>
|
|
1027 |
</component>
|
|
1028 |
<component name="networkingdocs" long-name="Networking Documentation" class="doc">
|
|
1029 |
<unit mrp="os\networkingsrv\networkingsrv_info\networkingdocs\networking_documentation.mrp"/>
|
|
1030 |
</component>
|
|
1031 |
</collection>
|
|
1032 |
<collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
|
|
1033 |
<component name="predictorcompression" long-name="Predictor Compression" plugin="Y" introduced="6.0">
|
|
1034 |
<unit bldFile="os\networkingsrv\pppcompressionplugins\predictorcompression\group" mrp="os\networkingsrv\pppcompressionplugins\predictorcompression\group\networking_predcomp.mrp"/>
|
|
1035 |
</component>
|
|
1036 |
</collection>
|
|
1037 |
</block>
|
|
1038 |
<block name="cellularsrv" long-name="Cellular Baseband Services" level="services" levels="adaptation hw-if plugin framework server app-if">
|
|
1039 |
<collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
|
|
1040 |
<component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1">
|
|
1041 |
<unit bldFile="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group" mrp="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group\networking_bca.mrp"/>
|
|
1042 |
</component>
|
|
1043 |
<component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92">
|
|
1044 |
<unit bldFile="os\cellularsrv\basebandabstraction\intersystemcomm\group" mrp="os\cellularsrv\basebandabstraction\intersystemcomm\group\networking_isc.mrp"/>
|
|
1045 |
</component>
|
|
1046 |
</collection>
|
|
1047 |
<collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
|
|
1048 |
<component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" plugin="Y" introduced="8.1">
|
|
1049 |
<unit bldFile="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group" mrp="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group\networking_c32bca.mrp"/>
|
|
1050 |
</component>
|
|
1051 |
</collection>
|
|
1052 |
<collection name="fax" long-name="Fax" level="server">
|
|
1053 |
<component name="faxclientandserver" long-name="Fax Client and Server">
|
|
1054 |
<unit bldFile="os\cellularsrv\fax\faxclientandserver\Group" mrp="os\cellularsrv\fax\faxclientandserver\Group\telephony_fax.mrp"/>
|
|
1055 |
</component>
|
|
1056 |
</collection>
|
|
1057 |
<collection name="smsprotocols" long-name="SMS Protocols" level="framework">
|
|
1058 |
<component name="smsstack" long-name="SMS Stack" plugin="Y" introduced="6.0">
|
|
1059 |
<unit bldFile="os\cellularsrv\smsprotocols\smsstack\group" mrp="os\cellularsrv\smsprotocols\smsstack\group\nbprotocols_smsstackv2.mrp"/>
|
|
1060 |
</component>
|
|
1061 |
<component name="cdmasmsstack" long-name="CDMA SMS Stack" plugin="Y" introduced="8.0">
|
|
1062 |
<unit bldFile="os\cellularsrv\smsprotocols\cdmasmsstack\group" mrp="os\cellularsrv\smsprotocols\cdmasmsstack\group\nbprotocols_cdmasmsstack.mrp"/>
|
|
1063 |
</component>
|
|
1064 |
</collection>
|
|
1065 |
<collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
|
|
1066 |
<component name="csdagt" long-name="CSD AGT" plugin="Y" introduced="6.1">
|
|
1067 |
<unit bldFile="os\cellularsrv\telephonyprotocols\csdagt\group" mrp="os\cellularsrv\telephonyprotocols\csdagt\group\networking_csdagt.mrp"/>
|
|
1068 |
</component>
|
|
1069 |
<component name="psdagt" long-name="PSD AGT" plugin="Y" introduced="7.0s">
|
|
1070 |
<unit bldFile="os\cellularsrv\telephonyprotocols\psdagt\group" mrp="os\cellularsrv\telephonyprotocols\psdagt\group\networking_psdagt.mrp"/>
|
|
1071 |
</component>
|
|
1072 |
<component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" plugin="Y" introduced="7.0s">
|
|
1073 |
<unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group\networking_guqos.mrp"/>
|
|
1074 |
</component>
|
|
1075 |
<component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" plugin="Y" introduced="7.0s">
|
|
1076 |
<unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group\networking_umtsif.mrp"/>
|
|
1077 |
</component>
|
|
1078 |
<component name="qosextnapi" long-name="QoS Extn API" introduced="9.2">
|
|
1079 |
<unit bldFile="os\cellularsrv\telephonyprotocols\qosextnapi\group" mrp="os\cellularsrv\telephonyprotocols\qosextnapi\group\networking_qosextnapi.mrp"/>
|
|
1080 |
</component>
|
|
1081 |
<component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1">
|
|
1082 |
<unit bldFile="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group" mrp="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group\networking_spud.mrp"/>
|
|
1083 |
</component>
|
|
1084 |
<component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" plugin="Y" introduced="8.1">
|
|
1085 |
<unit bldFile="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group" mrp="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group\networking_UmtsGprsSCPR.mrp"/>
|
|
1086 |
</component>
|
|
1087 |
<component name="qos3gppcpr" long-name="QoS 3GPP CPR" plugin="Y" introduced="9.2">
|
|
1088 |
<unit bldFile="os\cellularsrv\telephonyprotocols\qos3gppcpr\group" mrp="os\cellularsrv\telephonyprotocols\qos3gppcpr\group\networking_Qos3GPP.mrp"/>
|
|
1089 |
</component>
|
|
1090 |
<component name="rawipnif" long-name="Raw IP NIF" introduced="8.1">
|
|
1091 |
<unit bldFile="os\cellularsrv\telephonyprotocols\rawipnif\group" mrp="os\cellularsrv\telephonyprotocols\rawipnif\group\networking_rawipnif.mrp"/>
|
|
1092 |
</component>
|
|
1093 |
</collection>
|
|
1094 |
<collection name="telephonyserver" long-name="Telephony Server" level="server">
|
|
1095 |
<component name="etelserverandcore" long-name="ETel Server and Core">
|
|
1096 |
<unit bldFile="os\cellularsrv\telephonyserver\etelserverandcore\group" mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel.mrp"/>
|
|
1097 |
</component>
|
|
1098 |
<component name="etelconfig" long-name="ETel Config">
|
|
1099 |
<unit mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel-config.mrp"/>
|
|
1100 |
</component>
|
|
1101 |
<component name="etelmultimode" long-name="ETel Multimode" introduced="7.0">
|
|
1102 |
<unit bldFile="os\cellularsrv\telephonyserver\etelmultimode\group" mrp="os\cellularsrv\telephonyserver\etelmultimode\group\telephony_etelmm.mrp"/>
|
|
1103 |
</component>
|
|
1104 |
<component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0">
|
|
1105 |
<unit bldFile="os\cellularsrv\telephonyserver\etelpacketdata\group" mrp="os\cellularsrv\telephonyserver\etelpacketdata\group\telephony_etelpckt.mrp"/>
|
|
1106 |
</component>
|
|
1107 |
<component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1">
|
|
1108 |
<unit bldFile="os\cellularsrv\telephonyserver\etelsimtoolkit\group" mrp="os\cellularsrv\telephonyserver\etelsimtoolkit\group\telephony_etelsat.mrp"/>
|
|
1109 |
</component>
|
|
1110 |
<component name="etelcdma" long-name="ETel CDMA" introduced="7.0s">
|
|
1111 |
<unit bldFile="os\cellularsrv\telephonyserver\etelcdma\group" mrp="os\cellularsrv\telephonyserver\etelcdma\group\telephony_etelcdma.mrp"/>
|
|
1112 |
</component>
|
|
1113 |
</collection>
|
|
1114 |
<collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
|
|
1115 |
<component name="common_tsy" long-name="Common TSY" introduced="tb92">
|
|
1116 |
<unit bldFile="os\cellularsrv\telephonyserverplugins\common_tsy\group" mrp="os\cellularsrv\telephonyserverplugins\common_tsy\group\telephony_commontsy.mrp"/>
|
|
1117 |
</component>
|
|
1118 |
<component name="multimodetsy" long-name="Multimode TSY" plugin="Y">
|
|
1119 |
<unit bldFile="os\cellularsrv\telephonyserverplugins\multimodetsy\group" mrp="os\cellularsrv\telephonyserverplugins\multimodetsy\group\telephony_mmtsy.mrp"/>
|
|
1120 |
</component>
|
|
1121 |
<component name="cdmatsy" long-name="CDMA TSY" plugin="Y" introduced="7.0">
|
|
1122 |
<unit bldFile="os\cellularsrv\telephonyserverplugins\cdmatsy\group" mrp="os\cellularsrv\telephonyserverplugins\cdmatsy\group\telephony_cdmatsy.mrp"/>
|
|
1123 |
</component>
|
|
1124 |
<component name="simtsy" long-name="SIM TSY" plugin="Y" introduced="7.0" class="test">
|
|
1125 |
<unit bldFile="os\cellularsrv\telephonyserverplugins\simtsy\group" mrp="os\cellularsrv\telephonyserverplugins\simtsy\group\telephony_simtsy.mrp"/>
|
|
1126 |
</component>
|
|
1127 |
</collection>
|
|
1128 |
<collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
|
|
1129 |
<component name="dial" long-name="Dial" deprecated="9.1">
|
|
1130 |
<unit bldFile="os\cellularsrv\telephonyutils\dial\group" mrp="os\cellularsrv\telephonyutils\dial\group\telephony_dial.mrp"/>
|
|
1131 |
</component>
|
|
1132 |
<component name="telephonywatchers" long-name="Telephony Watchers" plugin="Y" introduced="6.0">
|
|
1133 |
<unit bldFile="os\cellularsrv\telephonyutils\telephonywatchers\group" mrp="os\cellularsrv\telephonyutils\telephonywatchers\group\telephony_watchers.mrp"/>
|
|
1134 |
</component>
|
|
1135 |
<component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0">
|
|
1136 |
<unit bldFile="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group" mrp="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group\telephony_etel3rdparty.mrp"/>
|
|
1137 |
</component>
|
|
1138 |
</collection>
|
|
1139 |
<collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
|
|
1140 |
<component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" class="doc">
|
|
1141 |
<unit mrp="os\cellularsrv\cellularsrv_info\telephonyconfidentialdocs\telephony_confidential.mrp"/>
|
|
1142 |
</component>
|
|
1143 |
<component name="telephonydocs" long-name="Telephony Documentation" class="doc">
|
|
1144 |
<unit mrp="os\cellularsrv\cellularsrv_info\telephonydocs\telephony_documentation.mrp"/>
|
|
1145 |
</component>
|
|
1146 |
</collection>
|
|
1147 |
<collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
|
|
1148 |
<component name="mocksy" long-name="MockSY" introduced="tb91" plugin="Y">
|
|
1149 |
<unit bldFile="os\cellularsrv\hwpluginsimulation\mocksy\group" mrp="os\cellularsrv\hwpluginsimulation\mocksy\group\telephony_tools_mocksy.mrp"/>
|
|
1150 |
</component>
|
|
1151 |
</collection>
|
|
1152 |
</block>
|
|
1153 |
<block name="shortlinksrv" long-name="Short Link Services" level="services" levels="adaptation hw-if plugin framework server app-if">
|
|
1154 |
<collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
|
|
1155 |
<component name="bluetoothsvs" long-name="Bluetooth Verification Suite" class="placeholder test" introduced="tb91">
|
|
1156 |
<!-- PLACEHOLDER="DS.1603"
|
|
1157 |
<unit mrp="os/shortlinksrv/bluetoothapitest/group/bluetoothsvs.mrp"/>
|
|
1158 |
-->
|
|
1159 |
</component>
|
|
1160 |
</collection>
|
|
1161 |
<collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
|
|
1162 |
<component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b">
|
|
1163 |
<unit bldFile="os\kernelhwsrv\kernel\eka\drivers\usbc" mrp="os\kernelhwsrv\kernel\eka\drivers\usbc\base_e32_drivers_usbcli.mrp"/>
|
|
1164 |
</component>
|
|
1165 |
</collection>
|
|
1166 |
<collection name="bluetooth" long-name="Bluetooth" level="framework">
|
|
1167 |
<component name="btstack" long-name="Bluetooth Stack" introduced="6.0">
|
|
1168 |
<unit bldFile="os\shortlinksrv\bluetooth\btstack" mrp="os\shortlinksrv\bluetooth\btstack\bluetooth_stack.mrp"/>
|
|
1169 |
</component>
|
|
1170 |
<component name="btcomm" long-name="Bluetooth CSY" plugin="Y" introduced="6.0">
|
|
1171 |
<unit bldFile="os\shortlinksrv\bluetooth\btcomm" mrp="os\shortlinksrv\bluetooth\btcomm\bluetooth_btcomm.mrp"/>
|
|
1172 |
</component>
|
|
1173 |
<component name="btsdp" long-name="Bluetooth SDP" introduced="6.1">
|
|
1174 |
<unit bldFile="os\shortlinksrv\bluetooth\btsdp" mrp="os\shortlinksrv\bluetooth\btsdp\bluetooth_sdp.mrp"/>
|
|
1175 |
</component>
|
|
1176 |
<component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1">
|
|
1177 |
<unit bldFile="os\shortlinksrv\bluetooth\btextnotifiers" mrp="os\shortlinksrv\bluetooth\btextnotifiers\bluetooth_btextnotifiers.mrp"/>
|
|
1178 |
</component>
|
|
1179 |
<component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1">
|
|
1180 |
<unit bldFile="os\shortlinksrv\bluetooth\gavdp\group" mrp="os\shortlinksrv\bluetooth\gavdp\group\bluetooth_gavdp.mrp"/>
|
|
1181 |
</component>
|
|
1182 |
<component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" class="test">
|
|
1183 |
<unit mrp="os\shortlinksrv\bluetooth\btexample\test\bluetooth_tests_examples.mrp"/>
|
|
1184 |
</component>
|
|
1185 |
<component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" class="test">
|
|
1186 |
<unit bldFile="os\shortlinksrv\bluetooth\btlogger\group" mrp="os\shortlinksrv\bluetooth\btlogger\group\bluetooth_logger.mrp"/>
|
|
1187 |
</component>
|
|
1188 |
<component name="btdocs" long-name="Bluetooth Documentation" class="doc">
|
|
1189 |
<unit mrp="os\shortlinksrv\bluetooth\btdocs\bluetooth_documentation.mrp"/>
|
|
1190 |
</component>
|
|
1191 |
</collection>
|
|
1192 |
<collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
|
|
1193 |
<component name="btmgr" long-name="Bluetooth Manager" introduced="6.0">
|
|
1194 |
<unit bldFile="os\shortlinksrv\bluetoothmgmt\btmgr" mrp="os\shortlinksrv\bluetoothmgmt\btmgr\bluetooth_manager.mrp"/>
|
|
1195 |
</component>
|
|
1196 |
<component name="btconfig" long-name="Bluetooth Config" class="config">
|
|
1197 |
<unit bldFile="os\shortlinksrv\bluetoothmgmt\btconfig" mrp="os\shortlinksrv\bluetoothmgmt\btconfig\bluetooth_config.mrp"/>
|
|
1198 |
</component>
|
|
1199 |
<component name="btrom" long-name="Bluetooth ROM" introduced="9.1">
|
|
1200 |
<unit bldFile="os\shortlinksrv\bluetoothmgmt\btrom" mrp="os\shortlinksrv\bluetoothmgmt\btrom\bluetooth_rom.mrp"/>
|
|
1201 |
</component>
|
|
1202 |
<component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0">
|
|
1203 |
<unit bldFile="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib" mrp="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib\bluetooth_user.mrp"/>
|
|
1204 |
</component>
|
|
1205 |
<component name="btcommon" long-name="Bluetooth Build Utilities">
|
|
1206 |
<unit mrp="os\shortlinksrv\bluetoothmgmt\btcommon\bluetooth_common.mrp"/>
|
|
1207 |
</component>
|
|
1208 |
</collection>
|
|
1209 |
<collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
|
|
1210 |
<component name="btpan" long-name="Bluetooth PAN Profile" plugin="Y" introduced="8.1">
|
|
1211 |
<unit bldFile="os\shortlinksrv\bluetoothcommsprofiles\btpan\group" mrp="os\shortlinksrv\bluetoothcommsprofiles\btpan\group\bluetooth_pan.mrp"/>
|
|
1212 |
</component>
|
|
1213 |
</collection>
|
|
1214 |
<collection name="bthci" long-name="Host Controller Interface" level="server">
|
|
1215 |
<component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0">
|
|
1216 |
<unit bldFile="os\shortlinksrv\bthci\bthci1" mrp="os\shortlinksrv\bthci\bthci1\bluetooth_hci.mrp"/>
|
|
1217 |
</component>
|
|
1218 |
<component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2">
|
|
1219 |
<unit bldFile="os\shortlinksrv\bthci\bthci2\group" mrp="os\shortlinksrv\bthci\bthci2\group\bluetooth_hci_v2_framework.mrp"/>
|
|
1220 |
</component>
|
|
1221 |
<component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1">
|
|
1222 |
<unit bldFile="os\shortlinksrv\bthci\hciextensioninterface" mrp="os\shortlinksrv\bthci\hciextensioninterface\bluetooth_hciproxy.mrp"/>
|
|
1223 |
</component>
|
|
1224 |
<component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" plugin="Y" introduced="9.2">
|
|
1225 |
<unit bldFile="os\shortlinksrv\bthci\hci2implementations\group" mrp="os\shortlinksrv\bthci\hci2implementations\group\bluetooth_hci_v2_implementations.mrp"/>
|
|
1226 |
</component>
|
|
1227 |
</collection>
|
|
1228 |
<collection name="usbmgmt" long-name="USB Management" level="server">
|
|
1229 |
<component name="usbmgr" long-name="USB Manager">
|
|
1230 |
<unit version="2" bldFile="os\shortlinksrv\usbmgmt\usbmgr\group" mrp="os\shortlinksrv\usbmgmt\usbmgr\group\usb_manager.mrp"/>
|
|
1231 |
</component>
|
|
1232 |
<component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" class="test">
|
|
1233 |
<unit version="2" mrp="os\shortlinksrv\usbmgmt\usbmgrtest\group\usb_test.mrp"/>
|
|
1234 |
</component>
|
|
1235 |
<component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" class="doc">
|
|
1236 |
<unit mrp="os\shortlinksrv\usbmgmt\usbclassandmgrdocs\usb_documentation.mrp"/>
|
|
1237 |
</component>
|
|
1238 |
</collection>
|
|
1239 |
<collection name="irda" long-name="IrDA" level="plugin">
|
|
1240 |
<component name="irdastack" long-name="IrDA Stack">
|
|
1241 |
<unit bldFile="os\shortlinksrv\irda\irdastack\group" mrp="os\shortlinksrv\irda\irdastack\group\infra-red_irda.mrp"/>
|
|
1242 |
</component>
|
|
1243 |
</collection>
|
|
1244 |
</block>
|
|
1245 |
<block name="mm" long-name="Multimedia" level="services" levels="adaptation hw-if device-fw devices middleware app-if">
|
|
1246 |
<collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
|
|
1247 |
<component name="mmsvs" long-name="Multimedia Verification Suite" class="placeholder test" introduced="tb91">
|
|
1248 |
<!-- PLACEHOLDER="DS.1603"
|
|
1249 |
<unit mrp="os/mm/mmapitest/group/mmsvs.mrp"/>
|
|
1250 |
-->
|
|
1251 |
</component>
|
|
1252 |
</collection>
|
|
1253 |
<collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
|
|
1254 |
<component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s">
|
|
1255 |
<unit bldFile="os\mm\imagingandcamerafws\imagingfws\group" mrp="os\mm\imagingandcamerafws\imagingfws\group\multimedia_icl.mrp"/>
|
|
1256 |
</component>
|
|
1257 |
<component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" class="test">
|
|
1258 |
<unit mrp="os\mm\imagingandcamerafws\imagingunittest\group\multimedia_unittest_icl_source.mrp"/>
|
|
1259 |
</component>
|
|
1260 |
<component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" class="test">
|
|
1261 |
<unit mrp="os\mm\imagingandcamerafws\imaginginttest\group\multimedia_inttest_icl_source.mrp"/>
|
|
1262 |
</component>
|
|
1263 |
<component name="camerafw" long-name="Camera Framework" introduced="7.0s">
|
|
1264 |
<unit bldFile="os\mm\imagingandcamerafws\camerafw\framework\group" mrp="os\mm\imagingandcamerafws\camerafw\framework\group\multimedia_ecam_framework.mrp"/>
|
|
1265 |
</component>
|
|
1266 |
<component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" class="test">
|
|
1267 |
<unit mrp="os\mm\imagingandcamerafws\cameraunittest\group\multimedia_unittest_ecam_source.mrp"/>
|
|
1268 |
</component>
|
|
1269 |
</collection>
|
|
1270 |
<collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
|
|
1271 |
<component name="imagingplugins" long-name="Imaging Plugins" plugin="Y" introduced="7.0s">
|
|
1272 |
<unit bldFile="os\mm\imagingandcamerafws\imagingfws\plugins\group" mrp="os\mm\imagingandcamerafws\imagingfws\plugins\group\multimedia_icl_plugin.mrp"/>
|
|
1273 |
</component>
|
|
1274 |
<component name="cameraplugins" long-name="Camera Plugins" plugin="Y" introduced="7.0s">
|
|
1275 |
<unit bldFile="os\mm\imagingandcamerafws\camerafw\plugins\group" mrp="os\mm\imagingandcamerafws\camerafw\plugins\group\multimedia_ecam_plugins.mrp"/>
|
|
1276 |
</component>
|
|
1277 |
<component name="3gplib" long-name="3GP Library" introduced="Future">
|
|
1278 |
<unit bldFile="os\mm\mmplugins\3gplib\group" mrp="os\mm\mmplugins\3gplib\group\multimedia_3gplibrary.mrp"/>
|
|
1279 |
</component>
|
|
1280 |
<component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" class="test">
|
|
1281 |
<unit mrp="os\mm\mmplugins\3gpunittest\group\multimedia_unittest_3gplibrary_source.mrp"/>
|
|
1282 |
</component>
|
|
1283 |
</collection>
|
|
1284 |
<collection name="mm_info" long-name="Multimedia Info" level="app-if">
|
|
1285 |
<component name="mmdocs" long-name="Multimedia Documentation">
|
|
1286 |
<unit mrp="os\mm\mm_info\mmdocs\multimedia_documentation.mrp"/>
|
|
1287 |
</component>
|
|
1288 |
</collection>
|
|
1289 |
<collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
|
|
1290 |
<component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92">
|
|
1291 |
<unit bldFile="os\mm\mmresourcemgmt\mmresctrl\group" mrp="os\mm\mmresourcemgmt\mmresctrl\group\multimedia_a3f_refmmrc.mrp"/>
|
|
1292 |
</component>
|
|
1293 |
</collection>
|
|
1294 |
<collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
|
|
1295 |
<component name="mdf" long-name="Media Device Framework" introduced="9.2">
|
|
1296 |
<unit bldFile="os\mm\mmdevicefw\mdf\group" mrp="os\mm\mmdevicefw\mdf\group\multimedia_mdf.mrp"/>
|
|
1297 |
</component>
|
|
1298 |
<component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" class="test">
|
|
1299 |
<unit mrp="os\mm\mmdevicefw\mdfunittest\group\multimedia_unittest_mdf_source.mrp"/>
|
|
1300 |
</component>
|
|
1301 |
<component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s">
|
|
1302 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group\multimedia_mmf_ASR.mrp"/>
|
|
1303 |
</component>
|
|
1304 |
</collection>
|
|
1305 |
<collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
|
|
1306 |
<component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" class="test">
|
|
1307 |
<unit mrp="os\mm\mmtestenv\mmtestfw\group\multimedia_testframework_source.mrp"/>
|
|
1308 |
</component>
|
|
1309 |
<component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" class="test">
|
|
1310 |
<unit mrp="os\mm\mmtestenv\mmtestfwunittest\group\multimedia_unittest_testframework_source.mrp"/>
|
|
1311 |
</component>
|
|
1312 |
<component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" class="test">
|
|
1313 |
<unit mrp="os\mm\mmtestenv\mmtestagent\group\multimediatestagent_source.mrp"/>
|
|
1314 |
</component>
|
|
1315 |
<component name="mmtesttools" long-name="Multimedia Test Tools">
|
|
1316 |
<unit mrp="os\mm\mmtestenv\mmtesttools\Group\multimedia_testtools_source.mrp"/>
|
|
1317 |
</component>
|
|
1318 |
</collection>
|
|
1319 |
<collection name="omxil" long-name="OpenMAX IL" level="hw-if">
|
|
1320 |
<component name="openmax" long-name="OpenMAX" introduced="tb91">
|
|
1321 |
<unit bldFile="os\mm\omxil\openmax\group" mrp="os\mm\omxil\openmax\group\multimedia_openmax.mrp"/>
|
|
1322 |
</component>
|
|
1323 |
</collection>
|
|
1324 |
<collection name="devsound" long-name="Sound Device" level="devices">
|
|
1325 |
<component name="devsoundapi" long-name="DevSound API" introduced="7.0s">
|
|
1326 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api\multimedia_mdf_devsound_api.mrp"/>
|
|
1327 |
</component>
|
|
1328 |
<component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92">
|
|
1329 |
<unit bldFile="os\mm\devsound\a3fdevsound\group" mrp="os\mm\devsound\a3fdevsound\group\multimedia_a3f_devsound.mrp"/>
|
|
1330 |
</component>
|
|
1331 |
<component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92">
|
|
1332 |
<unit bldFile="os\mm\devsound\a3facf\group" mrp="os\mm\devsound\a3facf\group\multimedia_a3f_acf.mrp"/>
|
|
1333 |
</component>
|
|
1334 |
<component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s">
|
|
1335 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport\multimedia_mdf_devsound_pluginsupport.mrp"/>
|
|
1336 |
</component>
|
|
1337 |
<component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s">
|
|
1338 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin\multimedia_mdf_devsound_refplugin.mrp"/>
|
|
1339 |
</component>
|
|
1340 |
<component name="btdevsound" long-name="Bluetooth DevSound Plugin" plugin="Y" introduced="7.0s">
|
|
1341 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group\multimedia_mdf_devsound_refbtplugin.mrp"/>
|
|
1342 |
</component>
|
|
1343 |
<component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92">
|
|
1344 |
<unit bldFile="os\mm\devsound\a3ftrace\group" mrp="os\mm\devsound\a3ftrace\group\multimedia_a3f_traces.mrp"/>
|
|
1345 |
</component>
|
|
1346 |
<component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92">
|
|
1347 |
<unit mrp="os\mm\devsound\a3fintegrationtest\group\multimedia_inttest_a3f_devsound_source.mrp"/>
|
|
1348 |
</component>
|
|
1349 |
<component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" class="test">
|
|
1350 |
<unit mrp="os\mm\devsound\a3fcharacterisationtest\group\multimedia_a3f_devsound_char.mrp"/>
|
|
1351 |
</component>
|
|
1352 |
<component name="a3fsrvstart" long-name="A3F Server Start" plugin="Y" introduced="tb92">
|
|
1353 |
<unit bldFile="os\mm\devsound\a3fsrvstart\group" mrp="os\mm\devsound\a3fsrvstart\group\multimedia_a3f_serverstart.mrp"/>
|
|
1354 |
</component>
|
|
1355 |
</collection>
|
|
1356 |
<collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
|
|
1357 |
<component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s">
|
|
1358 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev\multimedia_mdf_devsound_hwdev.mrp"/>
|
|
1359 |
</component>
|
|
1360 |
<component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92">
|
|
1361 |
<unit bldFile="os\mm\mmhais\a3facl\group" mrp="os\mm\mmhais\a3facl\group\multimedia_a3f_acl.mrp"/>
|
|
1362 |
</component>
|
|
1363 |
<component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92">
|
|
1364 |
<unit bldFile="os\mm\mmhais\a3fdevsoundcustomisation\group" mrp="os\mm\mmhais\a3fdevsoundcustomisation\group\multimedia_a3f_devsoundadaptationinfo.mrp"/>
|
|
1365 |
</component>
|
|
1366 |
<component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92">
|
|
1367 |
<unit bldFile="os\mm\mmhais\refacladapt\group" mrp="os\mm\mmhais\refacladapt\group\multimedia_a3f_refacladaptation.mrp"/>
|
|
1368 |
</component>
|
|
1369 |
<component name="videohai" long-name="Video HAI" introduced="7.0s">
|
|
1370 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group\multimedia_mdf_devvideo.mrp"/>
|
|
1371 |
</component>
|
|
1372 |
<component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92">
|
|
1373 |
<unit bldFile="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group" mrp="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group\multimedia_mobiletv_dvbh_hai.mrp"/>
|
|
1374 |
</component>
|
|
1375 |
<component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" class="test">
|
|
1376 |
<unit mrp="os\mm\mmhais\dvbhunittest\hai\dvbh\group\multimedia_unittest_dvbhhai.mrp"/>
|
|
1377 |
</component>
|
|
1378 |
</collection>
|
|
1379 |
</block>
|
|
1380 |
<block name="graphics" long-name="Graphics" level="services" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
|
|
1381 |
<collection name="graphcisapitest" long-name="Graphics API Tests" level="app-if">
|
|
1382 |
<component name="graphicssvs" long-name="Graphics Verification Suite" class="placeholder test" introduced="tb91">
|
|
1383 |
<!-- PLACEHOLDER="DS.1603"
|
|
1384 |
<unit mrp="os/graphics/graphcisapitest/group/graphicssvs.mrp"/>
|
|
1385 |
-->
|
|
1386 |
</component>
|
|
1387 |
</collection>
|
|
1388 |
<collection name="graphicstest" long-name="Graphics Test" level="app-if">
|
|
1389 |
<component name="graphicstestharness" long-name="Graphics Test Harness" class="test" introduced="8.1">
|
|
1390 |
<unit mrp="os\graphics\graphicstest\graphicstestharness\group\graphics_testharness.mrp"/>
|
|
1391 |
</component>
|
|
1392 |
<component name="uibench" long-name="UI Bench" introduced="9.2" class="test">
|
|
1393 |
<unit bldFile="os\graphics\graphicstest\uibench\group" mrp="os\graphics\graphicstest\uibench\group\graphics_ui_bench.mrp"/>
|
|
1394 |
</component>
|
|
1395 |
</collection>
|
|
1396 |
<collection name="graphics_info" long-name="Graphics Info" level="app-if">
|
|
1397 |
<component name="graphicsdocs" long-name="Graphics Documentation" class="doc">
|
|
1398 |
<unit mrp="os\graphics\graphics_info\graphicsdocs\graphics_documentation.mrp"/>
|
|
1399 |
</component>
|
|
1400 |
</collection>
|
|
1401 |
<collection name="windowing" long-name="Windowing" level="app-if">
|
|
1402 |
<component name="windowserver" long-name="Window Server">
|
|
1403 |
<unit bldFile="os\graphics\windowing\windowserver\group" mrp="os\graphics\windowing\windowserver\group\graphics_wserv.mrp"/>
|
|
1404 |
</component>
|
|
1405 |
</collection>
|
|
1406 |
<collection name="printingservices" long-name="Printing Services" level="app-if">
|
|
1407 |
<component name="printerdriversupport" long-name="Printer Driver Support">
|
|
1408 |
<unit bldFile="os\graphics\printingservices\printerdriversupport\group" mrp="os\graphics\printingservices\printerdriversupport\group\graphics_pdrstore.mrp"/>
|
|
1409 |
</component>
|
|
1410 |
<component name="printerdrivers" long-name="Printer Drivers" plugin="Y">
|
|
1411 |
<unit bldFile="os\graphics\printingservices\printerdrivers\group" mrp="os\graphics\printingservices\printerdrivers\group\graphics_printdrv.mrp"/>
|
|
1412 |
</component>
|
|
1413 |
</collection>
|
|
1414 |
<collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
|
|
1415 |
<component name="fontandbitmapserver" long-name="Font and Bitmap Server">
|
|
1416 |
<unit bldFile="os\graphics\fbs\fontandbitmapserver\group" mrp="os\graphics\fbs\fontandbitmapserver\group\graphics_fbserv.mrp"/>
|
|
1417 |
</component>
|
|
1418 |
<component name="itypefontrasteriser" long-name="iType Font Rasteriser" filter="gt" plugin="Y" introduced="tb92">
|
|
1419 |
<unit bldFile="os\graphics\fbs\itypefontrasteriser\group" mrp="os\graphics\fbs\itypefontrasteriser\group\graphics_itype.mrp"/>
|
|
1420 |
</component>
|
|
1421 |
</collection>
|
|
1422 |
<collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
|
|
1423 |
<component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0">
|
|
1424 |
<unit bldFile="os\graphics\opengles\openglesinterface\group" mrp="os\graphics\opengles\openglesinterface\group\graphics_openglesheaders.mrp"/>
|
|
1425 |
</component>
|
|
1426 |
<component name="openglesimplementation" long-name="OpenGL ES Implementation" filter="gt" introduced="8.0">
|
|
1427 |
<unit bldFile="os\graphics\opengles\openglesimplementation\group\" mrp="os\graphics\opengles\openglesimplementation\group\graphics_opengles.mrp"/>
|
|
1428 |
</component>
|
|
1429 |
<component name="openglesdisplayproperties" long-name="OpenGL ES Display Properties" introduced="8.0">
|
|
1430 |
<unit bldFile="os\graphics\opengles\openglesdisplayproperties\group" mrp="os\graphics\opengles\openglesdisplayproperties\group\graphics_openglesdisplayproperty.mrp"/>
|
|
1431 |
</component>
|
|
1432 |
</collection>
|
|
1433 |
<collection name="openvg" long-name="OpenVG" level="internal-adaptations">
|
|
1434 |
<component name="openvginterface" long-name="OpenVG Interface" introduced="tb91">
|
|
1435 |
<unit bldFile="os\graphics\openvg\openvginterface\group" mrp="os\graphics\openvg\openvginterface\group\graphics_openvgheaders.mrp"/>
|
|
1436 |
</component>
|
|
1437 |
</collection>
|
|
1438 |
<collection name="egl" long-name="EGL" level="internal-adaptations">
|
|
1439 |
<component name="eglinterface" long-name="EGL Interface" introduced="tb91">
|
|
1440 |
<unit bldFile="os\graphics\egl\eglinterface\group" mrp="os\graphics\egl\eglinterface\group\graphics_eglheaders.mrp"/>
|
|
1441 |
</component>
|
|
1442 |
<component name="eglimplementation" long-name="EGL Implementation" introduced="tb91">
|
|
1443 |
<unit bldFile="os\graphics\egl\eglimplementation\group\" mrp="os\graphics\egl\eglimplementation\group\graphics_egl.mrp"/>
|
|
1444 |
</component>
|
|
1445 |
</collection>
|
|
1446 |
<collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
|
|
1447 |
<component name="bitgdi" long-name="BitGDI">
|
|
1448 |
<unit bldFile="os\graphics\graphicsdeviceinterface\bitgdi\group" mrp="os\graphics\graphicsdeviceinterface\bitgdi\group\graphics_bitgdi.mrp"/>
|
|
1449 |
</component>
|
|
1450 |
<component name="colourpalette" long-name="Colour Palette" introduced="7.0s">
|
|
1451 |
<unit bldFile="os\graphics\graphicsdeviceinterface\colourpalette\group" mrp="os\graphics\graphicsdeviceinterface\colourpalette\group\graphics_palette.mrp"/>
|
|
1452 |
</component>
|
|
1453 |
<component name="screendriver" long-name="Screen Driver" plugin="Y" introduced="6.1">
|
|
1454 |
<unit bldFile="os\graphics\graphicsdeviceinterface\screendriver\group" mrp="os\graphics\graphicsdeviceinterface\screendriver\group\graphics_screendriver.mrp"/>
|
|
1455 |
</component>
|
|
1456 |
</collection>
|
|
1457 |
<collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
|
|
1458 |
<component name="gdi_tools" long-name="GDI Tools" class="PC">
|
|
1459 |
<unit bldFile="os\graphics\graphicstools\gdi_tools\group" mrp="os\graphics\graphicstools\gdi_tools\group\graphics_gditools.mrp"/>
|
|
1460 |
</component>
|
|
1461 |
<component name="bitmapfonttools" long-name="Bitmap Font Tools" class="PC">
|
|
1462 |
<unit bldFile="os\graphics\graphicstools\bitmapfonttools\group" mrp="os\graphics\graphicstools\bitmapfonttools\group\graphics_gdtran.mrp"/>
|
|
1463 |
</component>
|
|
1464 |
</collection>
|
|
1465 |
</block>
|
|
1466 |
<block name="textandloc" long-name="Text and Localisation" level="services" levels="device encoding fonts text">
|
|
1467 |
<collection name="charconvfw" long-name="Character Conversion FW" level="encoding">
|
|
1468 |
<component name="charconv_fw" long-name="Character Encoding and Conversion Framework">
|
|
1469 |
<unit bldFile="os\textandloc\charconvfw\charconv_fw\group" mrp="os\textandloc\charconvfw\charconv_fw\group\syslibs_charconv.mrp"/>
|
|
1470 |
</component>
|
|
1471 |
<component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" plugin="Y">
|
|
1472 |
<unit bldFile="os\textandloc\charconvfw\charconvplugins\group" mrp="os\textandloc\charconvfw\charconvplugins\group\syslibs_charconv_plugins.mrp"/>
|
|
1473 |
</component>
|
|
1474 |
</collection>
|
|
1475 |
<collection name="fontservices" long-name="Font Services" level="fonts">
|
|
1476 |
<component name="textshaperplugin" long-name="Text Shaper Plugin" plugin="Y" introduced="9.2">
|
|
1477 |
<unit bldFile="os\textandloc\fontservices\textshaperplugin\group" mrp="os\textandloc\fontservices\textshaperplugin\group\graphics_iculayoutengine.mrp"/>
|
|
1478 |
</component>
|
|
1479 |
<component name="fontstore" long-name="Font Store">
|
|
1480 |
<unit bldFile="os\textandloc\fontservices\fontstore\group" mrp="os\textandloc\fontservices\fontstore\group\graphics_fntstore.mrp"/>
|
|
1481 |
</component>
|
|
1482 |
<component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" plugin="Y">
|
|
1483 |
<unit bldFile="os\textandloc\fontservices\freetypefontrasteriser\group" mrp="os\textandloc\fontservices\freetypefontrasteriser\group\graphics_freetype.mrp"/>
|
|
1484 |
</component>
|
|
1485 |
<component name="referencefonts" long-name="Reference Fonts" introduced="6.0">
|
|
1486 |
<unit bldFile="os\textandloc\fontservices\referencefonts\group" mrp="os\textandloc\fontservices\referencefonts\group\graphics_fonts.mrp"/>
|
|
1487 |
</component>
|
|
1488 |
<component name="graphicstestfonts" long-name="Graphics Test Fonts" filter="gt" introduced="tb91">
|
|
1489 |
<unit bldFile="os\textandloc\fontservices\graphicstestfonts\group" mrp="os\textandloc\fontservices\graphicstestfonts\group\graphics_testfonts.mrp"/>
|
|
1490 |
</component>
|
|
1491 |
</collection>
|
|
1492 |
<collection name="graphicsdevif" long-name="Graphics Device Interface" level="device">
|
|
1493 |
<component name="gdi" long-name="GDI">
|
|
1494 |
<unit bldFile="os\textandloc\graphicsdevif\gdi\group" mrp="os\textandloc\graphicsdevif\gdi\group\graphics_gdi.mrp"/>
|
|
1495 |
</component>
|
|
1496 |
</collection>
|
|
1497 |
<collection name="textrendering" long-name="Text Rendering" level="text">
|
|
1498 |
<component name="numberformatting" long-name="Number Formatting" introduced="7.0s">
|
|
1499 |
<unit bldFile="os\textandloc\textrendering\numberformatting\group" mrp="os\textandloc\textrendering\numberformatting\group\app-framework_numberconversion.mrp"/>
|
|
1500 |
</component>
|
|
1501 |
<component name="texthandling" long-name="Text Handling">
|
|
1502 |
<unit bldFile="os\textandloc\textrendering\texthandling\group" mrp="os\textandloc\textrendering\texthandling\group\app-framework_etext.mrp"/>
|
|
1503 |
</component>
|
|
1504 |
<component name="textformatting" long-name="Text Formatting">
|
|
1505 |
<unit bldFile="os\textandloc\textrendering\textformatting\group" mrp="os\textandloc\textrendering\textformatting\group\app-framework_form.mrp"/>
|
|
1506 |
</component>
|
|
1507 |
<component name="word" long-name="Word" class="test">
|
|
1508 |
<unit mrp="os\textandloc\textrendering\word\group\app-framework_word.mrp"/>
|
|
1509 |
</component>
|
|
1510 |
</collection>
|
|
1511 |
</block>
|
|
1512 |
<block name="xmlsrv" long-name="XML Services" level="services" levels="plugin server framework generic specific">
|
|
1513 |
<collection name="xml" long-name="XML" level="generic">
|
|
1514 |
<component name="xmlfw" long-name="XML Framework" introduced="7.0s">
|
|
1515 |
<unit bldFile="os\xmlsrv\xml\xmlfw\group" mrp="os\xmlsrv\xml\xmlfw\group\syslibs_xml.mrp"/>
|
|
1516 |
</component>
|
|
1517 |
<component name="xmlexpatparser" long-name="XML Expat Parser" plugin="Y" introduced="7.0s">
|
|
1518 |
<unit bldFile="os\xmlsrv\xml\xmlexpatparser\group" mrp="os\xmlsrv\xml\xmlexpatparser\group\syslibs_xmlparser.mrp"/>
|
|
1519 |
</component>
|
|
1520 |
<component name="wbxmlparser" long-name="WBXML Parser" plugin="Y" introduced="7.0s">
|
|
1521 |
<unit bldFile="os\xmlsrv\xml\wbxmlparser\group" mrp="os\xmlsrv\xml\wbxmlparser\group\syslibs_wbxmlparser.mrp"/>
|
|
1522 |
</component>
|
|
1523 |
</collection>
|
|
1524 |
</block>
|
|
1525 |
<block name="deviceplatformrelease" long-name="Device Platform Release" level="services" levels="bld mid top">
|
|
1526 |
<collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
|
|
1527 |
<component name="cedarutils" long-name="Cedar Utils">
|
|
1528 |
<unit mrp="os\deviceplatformrelease\symbianosbld\cedarutils\tools_utils_cedar.mrp"/>
|
|
1529 |
</component>
|
|
1530 |
<component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt">
|
|
1531 |
<unit mrp="os\deviceplatformrelease\symbianosbld\productionbldcbrconfig\product_cbr_config.mrp"/>
|
|
1532 |
</component>
|
|
1533 |
</collection>
|
|
1534 |
<collection name="foundation_system" long-name="Foundation System" level="top">
|
|
1535 |
<component name="systemdocs" long-name="System Documentation" class="doc">
|
|
1536 |
<unit mrp="os\deviceplatformrelease\foundation_system\systemdocs\group\system.mrp"/>
|
|
1537 |
</component>
|
|
1538 |
</collection>
|
|
1539 |
</block>
|
|
1540 |
<block name="osrndtools" long-name="OS RD tools" level="services" levels="fw trace">
|
|
1541 |
<collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
|
|
1542 |
<component name="cinidata" long-name="CINI Data">
|
|
1543 |
<unit bldFile="os\osrndtools\testexecfw1\cinidata" mrp="os\osrndtools\testexecfw1\cinidata\tools_cinidata.mrp"/>
|
|
1544 |
</component>
|
|
1545 |
<component name="testexecute" long-name="Test Execute" deprecated="tb91">
|
|
1546 |
<unit bldFile="os\osrndtools\testexecfw1\testexecute\Group" mrp="os\osrndtools\testexecfw1\testexecute\Group\tools_testexecute.mrp"/>
|
|
1547 |
</component>
|
|
1548 |
</collection>
|
|
1549 |
</block>
|
|
1550 |
</layer>
|
|
1551 |
<layer name="mw" long-name="Middleware" levels="generic specific">
|
|
1552 |
<block name="appsupport" long-name="Generic Application Support" level="generic" levels="system plugin framework server generic specific">
|
|
1553 |
<collection name="filehandling" long-name="File Handling" level="server">
|
|
1554 |
<component name="fileconverterfw" long-name="File Converter Framework">
|
|
1555 |
<unit bldFile="mw\appsupport\filehandling\fileconverterfw\group" mrp="mw\appsupport\filehandling\fileconverterfw\group\app-framework_conarc.mrp"/>
|
|
1556 |
</component>
|
|
1557 |
<component name="fileconverterplugins" long-name="Other File Converter Plugins" plugin="Y" introduced="5.0" deprecated="9.3">
|
|
1558 |
<unit bldFile="mw\appsupport\filehandling\fileconverterplugins\group" mrp="mw\appsupport\filehandling\fileconverterplugins\group\app-engines_convert.mrp"/>
|
|
1559 |
</component>
|
|
1560 |
<component name="htmltorichtextconverter" long-name="HTML to RichText Converter" plugin="Y" introduced="7.0">
|
|
1561 |
<unit bldFile="mw\appsupport\filehandling\htmltorichtextconverter\group" mrp="mw\appsupport\filehandling\htmltorichtextconverter\group\app-services_chtmltocrtconv.mrp"/>
|
|
1562 |
</component>
|
|
1563 |
<component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" plugin="Y" introduced="7.0s">
|
|
1564 |
<unit bldFile="mw\appsupport\filehandling\richtexttohtmlconverter\Group" mrp="mw\appsupport\filehandling\richtexttohtmlconverter\Group\app-services_richtexttohtmlconv.mrp"/>
|
|
1565 |
</component>
|
|
1566 |
</collection>
|
|
1567 |
<collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
|
|
1568 |
<component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91">
|
|
1569 |
<unit bldFile="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group" mrp="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group\telephony_hwrmuiplugin.mrp"/>
|
|
1570 |
</component>
|
|
1571 |
</collection>
|
|
1572 |
<collection name="commonappservices" long-name="Common Application Services" level="framework">
|
|
1573 |
<component name="alarmserver" long-name="Alarm Server" introduced="7.0">
|
|
1574 |
<unit bldFile="mw\appsupport\commonappservices\alarmserver\Group" mrp="mw\appsupport\commonappservices\alarmserver\Group\app-services_alarmserver.mrp"/>
|
|
1575 |
</component>
|
|
1576 |
<component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" class="test" deprecated="tb92">
|
|
1577 |
<unit bldFile="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv" mrp="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv\app-services_testalarmsrv.mrp"/>
|
|
1578 |
</component>
|
|
1579 |
<component name="coreappstest" long-name="Core Apps Test" introduced="8.1" class="test">
|
|
1580 |
<!-- XML Previous Location: Application Services/Other Application Services/ -->
|
|
1581 |
<unit mrp="mw\appsupport\commonappservices\coreappstest\Group\app-services_CoreAppsTest.mrp"/>
|
|
1582 |
</component>
|
|
1583 |
<component name="appservicesdocs" long-name="Application Services Documentation" class="doc">
|
|
1584 |
<unit mrp="mw\appsupport\commonappservices\appservicesdocs\app-services_documentation.mrp"/>
|
|
1585 |
</component>
|
|
1586 |
<component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1">
|
|
1587 |
<unit bldFile="mw\appsupport\commonappservices\backuprestorenotification\group" mrp="mw\appsupport\commonappservices\backuprestorenotification\group\app-services_BackupRestoreNotification.mrp"/>
|
|
1588 |
</component>
|
|
1589 |
</collection>
|
|
1590 |
<collection name="tzservices" long-name="Time Zone Services" level="plugin">
|
|
1591 |
<component name="tzserver" long-name="Time Zone Server" introduced="9.1">
|
|
1592 |
<unit bldFile="mw\appsupport\tzservices\tzserver\group" mrp="mw\appsupport\tzservices\tzserver\group\app-services_tz.mrp"/>
|
|
1593 |
</component>
|
|
1594 |
<component name="tzloc" long-name="Time Zone Localization" introduced="9.1">
|
|
1595 |
<unit bldFile="mw\appsupport\tzservices\tzloc\group" mrp="mw\appsupport\tzservices\tzloc\group\app-services_timezonelocalization.mrp"/>
|
|
1596 |
</component>
|
|
1597 |
<component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" class="config">
|
|
1598 |
<unit bldFile="mw\appsupport\tzservices\tzlocrscfactory\group" mrp="mw\appsupport\tzservices\tzlocrscfactory\group\app-services_tzlocalizationrscfactory.mrp"/>
|
|
1599 |
</component>
|
|
1600 |
<component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" class="config">
|
|
1601 |
<unit bldFile="mw\appsupport\tzservices\tzdatabase\group" mrp="mw\appsupport\tzservices\tzdatabase\group\app-services_tzdb.mrp"/>
|
|
1602 |
</component>
|
|
1603 |
<component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1">
|
|
1604 |
<unit bldFile="mw\appsupport\tzservices\worldserver\group" mrp="mw\appsupport\tzservices\worldserver\group\app-services_worldserver.mrp"/>
|
|
1605 |
</component>
|
|
1606 |
<component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" class="test">
|
|
1607 |
<unit bldFile="mw\appsupport\tzservices\worldservertest\TestWorldSrv" mrp="mw\appsupport\tzservices\worldservertest\TestWorldSrv\app-services_testworldsrv.mrp"/>
|
|
1608 |
</component>
|
|
1609 |
</collection>
|
|
1610 |
<collection name="contenthandling" long-name="Content Handling" level="plugin">
|
|
1611 |
<component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0">
|
|
1612 |
<unit bldFile="mw\appsupport\contenthandling\contenthandlingfw\Group" mrp="mw\appsupport\contenthandling\contenthandlingfw\Group\content-handling.mrp"/>
|
|
1613 |
</component>
|
|
1614 |
<component name="webrecognisers" long-name="Web Recognisers" plugin="Y">
|
|
1615 |
<unit bldFile="mw\appsupport\contenthandling\webrecognisers\group" mrp="mw\appsupport\contenthandling\webrecognisers\group\application-protocols_recognisers.mrp"/>
|
|
1616 |
</component>
|
|
1617 |
<component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0">
|
|
1618 |
<unit bldFile="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group" mrp="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group\security_rta.mrp"/>
|
|
1619 |
</component>
|
|
1620 |
</collection>
|
|
1621 |
<collection name="printingsupport" long-name="Printing Support" level="generic">
|
|
1622 |
<component name="printinguisupport" long-name="Printing UI Support">
|
|
1623 |
<unit bldFile="mw\appsupport\printingsupport\printinguisupport\group" mrp="mw\appsupport\printingsupport\printinguisupport\group\app-framework_print.mrp"/>
|
|
1624 |
</component>
|
|
1625 |
</collection>
|
|
1626 |
<collection name="appfw" long-name="Application Framework" level="framework">
|
|
1627 |
<component name="apparchitecture" long-name="Application Architecture">
|
|
1628 |
<unit bldFile="mw\appsupport\appfw\apparchitecture\group" mrp="mw\appsupport\appfw\apparchitecture\group\app-framework_apparc.mrp"/>
|
|
1629 |
</component>
|
|
1630 |
<component name="viewserver" long-name="View Server" introduced="6.0">
|
|
1631 |
<unit bldFile="mw\appsupport\appfw\viewserver\group" mrp="mw\appsupport\appfw\viewserver\group\app-framework_viewsrv.mrp"/>
|
|
1632 |
</component>
|
|
1633 |
<component name="uiftestfw" long-name="UIF Test Framework" class="test" introduced="9.2">
|
|
1634 |
<unit mrp="mw\appsupport\appfw\uiftestfw\group\app-framework_testframework.mrp"/>
|
|
1635 |
</component>
|
|
1636 |
</collection>
|
|
1637 |
<collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
|
|
1638 |
<component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" class="config PC">
|
|
1639 |
<unit bldFile="mw\appsupport\tzpcside\tzcompiler\group" mrp="mw\appsupport\tzpcside\tzcompiler\group\app-services_tzcompiler.mrp"/>
|
|
1640 |
</component>
|
|
1641 |
<component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC">
|
|
1642 |
<unit bldFile="mw\appsupport\tzpcside\worlddatabasekit\group" mrp="mw\appsupport\tzpcside\worlddatabasekit\group\app-services_wlddatabasekit_cedar.mrp"/>
|
|
1643 |
</component>
|
|
1644 |
<component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" class="config PC">
|
|
1645 |
<unit bldFile="mw\appsupport\tzpcside\worldtools\group" mrp="mw\appsupport\tzpcside\worldtools\group\app-services_wldtools.mrp"/>
|
|
1646 |
</component>
|
|
1647 |
</collection>
|
|
1648 |
</block>
|
|
1649 |
<block name="netprotocols" long-name="High-level Internet Protocols" level="generic" levels="plugin framework server generic specific">
|
|
1650 |
<collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
|
|
1651 |
<component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2">
|
|
1652 |
<unit bldFile="mw\netprotocols\applayerprotocols\httptransportfw\group" mrp="mw\netprotocols\applayerprotocols\httptransportfw\group\http_transport-framework.mrp"/>
|
|
1653 |
</component>
|
|
1654 |
<component name="httpexamples" long-name="HTTP Examples" introduced="6.2">
|
|
1655 |
<unit bldFile="mw\netprotocols\applayerprotocols\httpexamples\group" mrp="mw\netprotocols\applayerprotocols\httpexamples\group\http_examples.mrp"/>
|
|
1656 |
</component>
|
|
1657 |
<component name="wappushsupport" long-name="WAP Push Support" introduced="6.2">
|
|
1658 |
<unit bldFile="mw\netprotocols\applayerprotocols\wappushsupport\Group" mrp="mw\netprotocols\applayerprotocols\wappushsupport\Group\wap-browser_wappushsupport.mrp"/>
|
|
1659 |
</component>
|
|
1660 |
<component name="wapbase" long-name="WAP Base" introduced="6.0">
|
|
1661 |
<unit bldFile="mw\netprotocols\applayerprotocols\wapbase\Group" mrp="mw\netprotocols\applayerprotocols\wapbase\Group\wap-browser_wapbase.mrp"/>
|
|
1662 |
</component>
|
|
1663 |
<component name="ftpengine" long-name="FTP Engine" introduced="6.0">
|
|
1664 |
<unit bldFile="mw\netprotocols\applayerprotocols\ftpengine\group" mrp="mw\netprotocols\applayerprotocols\ftpengine\group\networking_ftp_e.mrp"/>
|
|
1665 |
</component>
|
|
1666 |
<component name="telnetengine" long-name="Telnet Engine" introduced="6.0">
|
|
1667 |
<unit bldFile="mw\netprotocols\applayerprotocols\telnetengine\group" mrp="mw\netprotocols\applayerprotocols\telnetengine\group\networking_telnet_e.mrp"/>
|
|
1668 |
</component>
|
|
1669 |
</collection>
|
|
1670 |
<collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
|
|
1671 |
<component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91">
|
|
1672 |
<unit bldFile="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group" mrp="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group\application-protocols_ineturilist.mrp"/>
|
|
1673 |
</component>
|
|
1674 |
<component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1">
|
|
1675 |
<unit bldFile="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group" mrp="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group\application-protocols_bookmarks.mrp"/>
|
|
1676 |
</component>
|
|
1677 |
<component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" plugin="Y" introduced="6.2">
|
|
1678 |
<unit bldFile="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group\http_protocol-plugin.mrp"/>
|
|
1679 |
</component>
|
|
1680 |
<component name="httptransportplugins" long-name="HTTP Transport Plugins" plugin="Y" introduced="6.2">
|
|
1681 |
<unit bldFile="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group\http_transport-plugin.mrp"/>
|
|
1682 |
</component>
|
|
1683 |
</collection>
|
|
1684 |
<collection name="wapstack" long-name="WAP Stack" level="plugin">
|
|
1685 |
<component name="wapmessageapi" long-name="WAP Message API">
|
|
1686 |
<unit bldFile="mw\netprotocols\wapstack\wapmessageapi\group" mrp="mw\netprotocols\wapstack\wapmessageapi\group\wap-stack_wapmessage.mrp"/>
|
|
1687 |
</component>
|
|
1688 |
</collection>
|
|
1689 |
</block>
|
|
1690 |
<block name="ipappprotocols" long-name="IP App Protocols" level="generic" levels="plugin framework conn server">
|
|
1691 |
<collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
|
|
1692 |
<component name="rtp" long-name="RTP" introduced="9.0">
|
|
1693 |
<!-- Real Time Data Protocol -->
|
|
1694 |
<unit bldFile="mw\ipappprotocols\realtimenetprots\rtp\group" mrp="mw\ipappprotocols\realtimenetprots\rtp\group\mm-protocols_rtp.mrp"/>
|
|
1695 |
</component>
|
|
1696 |
<component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt">
|
|
1697 |
<unit version="2" bldFile="mw\ipappprotocols\realtimenetprots\sipfw\Group" mrp="mw\ipappprotocols\realtimenetprots\sipfw\Group\mm-protocols_SIP2_Com.mrp"/>
|
|
1698 |
</component>
|
|
1699 |
</collection>
|
|
1700 |
<collection name="sipconnproviderplugins" long-name="SIP Connection Provider Plugins" level="conn">
|
|
1701 |
<component name="sipconnprovider" long-name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt">
|
|
1702 |
<unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group\mm-protocols_SIPCPR.mrp"/>
|
|
1703 |
</component>
|
|
1704 |
<component name="sipdummyprt" long-name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt">
|
|
1705 |
<unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group\mm-protocols_SIPDummyPRT.mrp"/>
|
|
1706 |
</component>
|
|
1707 |
<component name="sipstatemachine" long-name="SIP State Machine" introduced="9.2" filter="gt">
|
|
1708 |
<unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group\mm-protocols_SipStateMachine.mrp"/>
|
|
1709 |
</component>
|
|
1710 |
<component name="sipparams" long-name="SIP Params" plugin="Y" introduced="9.2" filter="gt">
|
|
1711 |
<unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipparams\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipparams\group\mm-protocols_SIPParams.mrp"/>
|
|
1712 |
</component>
|
|
1713 |
<component name="sipsubconnprovider" long-name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt">
|
|
1714 |
<unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group\mm-protocols_SIPSCPR.mrp"/>
|
|
1715 |
</component>
|
|
1716 |
</collection>
|
|
1717 |
</block>
|
|
1718 |
<block name="messagingmw" long-name="Messaging Middleware" level="specific" levels="stack fw api">
|
|
1719 |
<collection name="messagingfw" long-name="Messaging FW" level="fw">
|
|
1720 |
<component name="scheduledsendmtm" long-name="Scheduled Send MTM" plugin="Y" introduced="6.0">
|
|
1721 |
<unit bldFile="mw\messagingmw\messagingfw\scheduledsendmtm\group" mrp="mw\messagingmw\messagingfw\scheduledsendmtm\group\messaging_schedulesend.mrp"/>
|
|
1722 |
</component>
|
|
1723 |
<component name="msgsrvnstore" long-name="Message Server and Store">
|
|
1724 |
<unit bldFile="mw\messagingmw\messagingfw\msgsrvnstore\group" mrp="mw\messagingmw\messagingfw\msgsrvnstore\group\messaging_framework.mrp"/>
|
|
1725 |
</component>
|
|
1726 |
<component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0">
|
|
1727 |
<unit bldFile="mw\messagingmw\messagingfw\biomsgfw\group" mrp="mw\messagingmw\messagingfw\biomsgfw\group\messaging_biomsg.mrp"/>
|
|
1728 |
</component>
|
|
1729 |
<component name="msgconf" long-name="Messaging Config" introduced="tb91" class="config">
|
|
1730 |
<unit bldFile="mw\messagingmw\messagingfw\msgconf\group" mrp="mw\messagingmw\messagingfw\msgconf\group\messaging_config.mrp"/>
|
|
1731 |
</component>
|
|
1732 |
<component name="watcherfw" long-name="Watcher Framework">
|
|
1733 |
<unit bldFile="mw\messagingmw\messagingfw\watcherfw\group" mrp="mw\messagingmw\messagingfw\watcherfw\group\messaging_watcher.mrp"/>
|
|
1734 |
</component>
|
|
1735 |
<component name="msgtest" long-name="Messaging Test">
|
|
1736 |
<!-- XML Previous Location: Application Services/Messaging Application Support/ -->
|
|
1737 |
<unit bldFile="mw\messagingmw\messagingfw\msgtest\group" mrp="mw\messagingmw\messagingfw\msgtest\group\messaging_test.mrp"/>
|
|
1738 |
</component>
|
|
1739 |
<component name="msgtests" long-name="Messaging Tests">
|
|
1740 |
<unit mrp="mw\messagingmw\messagingfw\msgtests\group\messaging.mrp"/>
|
|
1741 |
</component>
|
|
1742 |
<component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92">
|
|
1743 |
<unit mrp="mw\messagingmw\messagingfw\msgtestfw\group\messaging_testframework.mrp"/>
|
|
1744 |
</component>
|
|
1745 |
<component name="msgtestproduct" long-name="Messaging Test Product">
|
|
1746 |
<unit mrp="mw\messagingmw\messagingfw\msgtestproduct\group\messaging_testproduct.mrp"/>
|
|
1747 |
</component>
|
|
1748 |
<component name="biowatchers" long-name="BIO Watchers" plugin="Y" introduced="8.0">
|
|
1749 |
<unit bldFile="mw\messagingmw\messagingfw\biowatchers\Group" mrp="mw\messagingmw\messagingfw\biowatchers\Group\messaging_biomsg_biowatchers_cdma.mrp"/>
|
|
1750 |
</component>
|
|
1751 |
<component name="sendas" long-name="Send As">
|
|
1752 |
<unit bldFile="mw\messagingmw\messagingfw\sendas\group" mrp="mw\messagingmw\messagingfw\sendas\group\messaging_sendas2.mrp"/>
|
|
1753 |
</component>
|
|
1754 |
<component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0">
|
|
1755 |
<unit bldFile="mw\messagingmw\messagingfw\msgurlhandler\group" mrp="mw\messagingmw\messagingfw\msgurlhandler\group\messaging_urlhandler.mrp"/>
|
|
1756 |
</component>
|
|
1757 |
<component name="wappushfw" long-name="WAP Push Framework" introduced="6.1">
|
|
1758 |
<unit bldFile="mw\messagingmw\messagingfw\wappushfw\group" mrp="mw\messagingmw\messagingfw\wappushfw\group\wap-browser_wappush.mrp"/>
|
|
1759 |
</component>
|
|
1760 |
<component name="suplsmshandler" long-name="SUPL SMS Handler" plugin="Y" introduced="tb91">
|
|
1761 |
<unit bldFile="mw\messagingmw\messagingfw\suplsmshandler\group" mrp="mw\messagingmw\messagingfw\suplsmshandler\group\lbs_suplsmstrigger.mrp"/>
|
|
1762 |
</component>
|
|
1763 |
<component name="suplwappushhandler" long-name="SUPL WAP Push Handler" plugin="Y" introduced="tb91">
|
|
1764 |
<unit bldFile="mw\messagingmw\messagingfw\suplwappushhandler\group" mrp="mw\messagingmw\messagingfw\suplwappushhandler\group\lbs_suplwappush.mrp"/>
|
|
1765 |
</component>
|
|
1766 |
</collection>
|
|
1767 |
</block>
|
|
1768 |
<block name="remotemgmt" long-name="Remote Management" level="specific" levels="plugin framework server generic specific">
|
|
1769 |
<collection name="remotemgmttest" long-name="Remote Management Test" level="specific">
|
|
1770 |
<component name="omasyncmlintegrationtest" long-name="OMA SyncML Integration Test" introduced="7.0s" class="test">
|
|
1771 |
<unit bldFile="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group\oma_syncml_integtest.mrp"/>
|
|
1772 |
</component>
|
|
1773 |
<component name="omadevicemgmtintegrationtest" long-name="OMA Device Management Integration Test" introduced="9.1" class="test">
|
|
1774 |
<unit bldFile="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group\devprov_integtest.mrp"/>
|
|
1775 |
</component>
|
|
1776 |
</collection>
|
|
1777 |
<collection name="syncandremotemgmtfw" long-name="Sync and Remote Management Framework" level="framework">
|
|
1778 |
<component name="omasyncmldatasync" long-name="OMA SyncML Data Sync" introduced="7.0s">
|
|
1779 |
<unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group\oma_syncml_datasync.mrp"/>
|
|
1780 |
</component>
|
|
1781 |
<component name="omasyncmlcommonfw" long-name="OMA SyncML Common Framework" introduced="7.0s">
|
|
1782 |
<unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group\oma_syncml_common_framework.mrp"/>
|
|
1783 |
</component>
|
|
1784 |
<component name="omasyncmldminterface" long-name="OMA SyncML DM Interface" introduced="7.0s">
|
|
1785 |
<unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group\oma_syncml_dm_interface.mrp"/>
|
|
1786 |
</component>
|
|
1787 |
<component name="omasyncmlconfig" long-name="OMA SyncML Config" introduced="tb91">
|
|
1788 |
<unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group\oma_syncml_config.mrp"/>
|
|
1789 |
</component>
|
|
1790 |
<component name="devicemgmtfw" long-name="Device Management Framework" introduced="8.0">
|
|
1791 |
<unit bldFile="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group" mrp="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group\devprov_devman_framework.mrp"/>
|
|
1792 |
</component>
|
|
1793 |
<component name="clientprovisioningfw" long-name="Client Provisioning Framework" introduced="9.1">
|
|
1794 |
<unit bldFile="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group\devprov_clientprov_framework.mrp"/>
|
|
1795 |
</component>
|
|
1796 |
</collection>
|
|
1797 |
<collection name="syncandremotemgmtservices" long-name="Sync and Remote Management Services" level="plugin">
|
|
1798 |
<component name="datasyncadaptors" long-name="Data Sync Adaptors" plugin="Y" introduced="7.0s">
|
|
1799 |
<unit bldFile="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group\data_sync_adaptors.mrp"/>
|
|
1800 |
</component>
|
|
1801 |
<component name="devicemgmtadaptors" long-name="Device Management Adaptors" plugin="Y" introduced="9.1">
|
|
1802 |
<unit bldFile="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group" mrp="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group\devprov_devman_adapters.mrp"/>
|
|
1803 |
</component>
|
|
1804 |
<component name="clientprovisioningadaptors" long-name="Client Provisioning Adaptors" plugin="Y" introduced="9.1">
|
|
1805 |
<unit bldFile="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group\devprov_clientprov_adapters.mrp"/>
|
|
1806 |
</component>
|
|
1807 |
</collection>
|
|
1808 |
</block>
|
|
1809 |
<block name="remoteconn" long-name="Remote Connectivity" level="generic" levels="plugin framework server generic specific">
|
|
1810 |
<collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
|
|
1811 |
<component name="mrouter" long-name="m-Router" filter="gt">
|
|
1812 |
<unit bldFile="mw\remoteconn\connectivitytransports\mrouter\group" mrp="mw\remoteconn\connectivitytransports\mrouter\group\connectivity_mRouterSecure.mrp"/>
|
|
1813 |
</component>
|
|
1814 |
<component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0">
|
|
1815 |
<unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp\connectivity_legacy_plp_plpgrp.mrp"/>
|
|
1816 |
</component>
|
|
1817 |
<component name="plpvariant" long-name="PLP Variant" deprecated="9.0">
|
|
1818 |
<unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant\connectivity_legacy_plp_plpvariant.mrp"/>
|
|
1819 |
</component>
|
|
1820 |
<component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0">
|
|
1821 |
<unit bldFile="mw\remoteconn\connectivitytransports\eventbroadcast\group" mrp="mw\remoteconn\connectivitytransports\eventbroadcast\group\connectivity_legacy_brdcst.mrp"/>
|
|
1822 |
</component>
|
|
1823 |
</collection>
|
|
1824 |
<collection name="mtptransports" long-name="MTP Transports" level="plugin">
|
|
1825 |
<component name="mtpusbtransport" long-name="MTP USB Transport" plugin="Y" introduced="tb91">
|
|
1826 |
<unit bldFile="mw\remoteconn\mtptransports\mtpusbtransport\group" mrp="mw\remoteconn\mtptransports\mtpusbtransport\group\mtp_usbsic.mrp"/>
|
|
1827 |
</component>
|
|
1828 |
</collection>
|
|
1829 |
<collection name="mtpfws" long-name="MTP Frameworks" level="framework">
|
|
1830 |
<component name="mtpfw" long-name="MTP Framework" introduced="tb91">
|
|
1831 |
<unit bldFile="mw\remoteconn\mtpfws\mtpfw\group" mrp="mw\remoteconn\mtpfws\mtpfw\group\mtp_framework.mrp"/>
|
|
1832 |
</component>
|
|
1833 |
<component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" class="test">
|
|
1834 |
<unit bldFile="mw\remoteconn\mtpfws\mtpintegrationtest\group" mrp="mw\remoteconn\mtpfws\mtpintegrationtest\group\mtp_test.mrp"/>
|
|
1835 |
</component>
|
|
1836 |
</collection>
|
|
1837 |
<collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
|
|
1838 |
<component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" plugin="Y" introduced="tb91">
|
|
1839 |
<unit bldFile="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group" mrp="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group\mtp_filedp.mrp"/>
|
|
1840 |
</component>
|
|
1841 |
</collection>
|
|
1842 |
<collection name="backupandrestore" long-name="Backup and Restore" level="specific">
|
|
1843 |
<component name="backupengine" long-name="Backup Engine" introduced="9.0">
|
|
1844 |
<unit bldFile="mw\remoteconn\backupandrestore\backupengine\group" mrp="mw\remoteconn\backupandrestore\backupengine\group\connectivity_backupengine.mrp"/>
|
|
1845 |
</component>
|
|
1846 |
</collection>
|
|
1847 |
<collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
|
|
1848 |
<component name="chatscripts" long-name="Chat Scripts">
|
|
1849 |
<unit bldFile="mw\remoteconn\connectivitypcside\chatscripts\group" mrp="mw\remoteconn\connectivitypcside\chatscripts\group\testtools_chatscripts.mrp"/>
|
|
1850 |
</component>
|
|
1851 |
<component name="connectqi" long-name="ConnectQI" introduced="9.1" class="PC">
|
|
1852 |
<unit mrp="mw\remoteconn\connectivitypcside\connectqi\connectqisdk_mr3.mrp"/>
|
|
1853 |
</component>
|
|
1854 |
<component name="connectqisdk" long-name="ConnectQI SDK" introduced="9.1" class="PC">
|
|
1855 |
<unit mrp="mw\remoteconn\connectivitypcside\connectqisdk\connectqisdk_public.mrp"/>
|
|
1856 |
</component>
|
|
1857 |
</collection>
|
|
1858 |
<collection name="connectivitytest" long-name="Connectivity Tests" level="utils">
|
|
1859 |
<component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91">
|
|
1860 |
<unit bldFile="app\techview\connectivityapps\connectivityfw\group" mrp="app\techview\connectivityapps\connectivityfw\group\connectivity_framework.mrp"/>
|
|
1861 |
</component>
|
|
1862 |
<component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91">
|
|
1863 |
<unit bldFile="app\techview\connectivityapps\connectivityservices\group" mrp="app\techview\connectivityapps\connectivityservices\group\connectivity_services.mrp"/>
|
|
1864 |
</component>
|
|
1865 |
</collection>
|
|
1866 |
</block>
|
|
1867 |
<block name="shortlinkconn" long-name="Shortlink Connectivity" level="generic" levels="framework server generic specific plugin">
|
|
1868 |
<collection name="obex" long-name="OBEX" level="generic">
|
|
1869 |
<component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1">
|
|
1870 |
<unit bldFile="mw\shortlinkconn\obex\obexprotocol\group" mrp="mw\shortlinkconn\obex\obexprotocol\group\obex.mrp"/>
|
|
1871 |
</component>
|
|
1872 |
<component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2">
|
|
1873 |
<unit bldFile="mw\shortlinkconn\obex\obexextensionapi\group" mrp="mw\shortlinkconn\obex\obexextensionapi\group\obex_extensionapis.mrp"/>
|
|
1874 |
</component>
|
|
1875 |
</collection>
|
|
1876 |
<collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
|
|
1877 |
<component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1">
|
|
1878 |
<unit bldFile="mw\shortlinkconn\bluetoothappprofiles\avrcp" mrp="mw\shortlinkconn\bluetoothappprofiles\avrcp\bluetooth_avrcp.mrp"/>
|
|
1879 |
</component>
|
|
1880 |
</collection>
|
|
1881 |
</block>
|
|
1882 |
<block name="mmmw" long-name="Multimedia Middleware" level="generic" levels="plugin framework server generic specific">
|
|
1883 |
<collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
|
|
1884 |
<component name="mmfw" long-name="Multimedia Framework" introduced="7.0s">
|
|
1885 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group\multimedia_mmf.mrp"/>
|
|
1886 |
</component>
|
|
1887 |
<component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1">
|
|
1888 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmutilitylib\group" mrp="mw\mmmw\mmmiddlewarefws\mmutilitylib\group\multimedia_common.mrp"/>
|
|
1889 |
</component>
|
|
1890 |
</collection>
|
|
1891 |
<collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
|
|
1892 |
<component name="mmfwplugins" long-name="Multimedia Framework Plugins" plugin="Y" introduced="7.0s">
|
|
1893 |
<unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin\multimedia_mmf_plugin.mrp"/>
|
|
1894 |
</component>
|
|
1895 |
</collection>
|
|
1896 |
<collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
|
|
1897 |
<component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" class="test">
|
|
1898 |
<unit mrp="mw\mmmw\mmfwtest\mmfunittest\group\multimedia_unittest_mmf_source.mrp"/>
|
|
1899 |
</component>
|
|
1900 |
<component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" class="test">
|
|
1901 |
<unit mrp="mw\mmmw\mmfwtest\mmfintegrationtest\group\multimedia_inttest_mmf_source.mrp"/>
|
|
1902 |
</component>
|
|
1903 |
<component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" class="test">
|
|
1904 |
<unit bldFile="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group" mrp="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group\multimedia_mmf_char.mrp"/>
|
|
1905 |
</component>
|
|
1906 |
</collection>
|
|
1907 |
<collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
|
|
1908 |
<component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" class="test">
|
|
1909 |
<unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group\multimedia_mvs_app.mrp"/>
|
|
1910 |
</component>
|
|
1911 |
<component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91">
|
|
1912 |
<unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group\multimedia_mvs_agents.mrp"/>
|
|
1913 |
</component>
|
|
1914 |
<component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" class="test">
|
|
1915 |
<unit mrp="mw\mmmw\mmvalidationsuite\mvsintegrationtest\group\multimedia_inttest_mvs_source.mrp"/>
|
|
1916 |
</component>
|
|
1917 |
</collection>
|
|
1918 |
</block>
|
|
1919 |
<block name="inputmethods" long-name="Input Methods" level="generic" levels="plugin engine framework">
|
|
1920 |
<collection name="fep" long-name="FEP" level="engine">
|
|
1921 |
<component name="frontendprocessor" long-name="Front End Processor">
|
|
1922 |
<unit bldFile="mw\inputmethods\fep\frontendprocessor\group" mrp="mw\inputmethods\fep\frontendprocessor\group\app-framework_fepbase.mrp"/>
|
|
1923 |
</component>
|
|
1924 |
</collection>
|
|
1925 |
</block>
|
|
1926 |
<block name="classicui" long-name="Classic UI" level="generic" levels="base support server generic specific">
|
|
1927 |
<collection name="commonuisupport" long-name="Common UI Support" level="support">
|
|
1928 |
<component name="uikon" long-name="Uikon" introduced="6.0">
|
|
1929 |
<unit bldFile="mw\classicui\commonuisupport\uikon\group" mrp="mw\classicui\commonuisupport\uikon\group\app-framework_uikon.mrp"/>
|
|
1930 |
</component>
|
|
1931 |
<component name="errorresolverdata" long-name="Error Resolver Data">
|
|
1932 |
<unit bldFile="mw\classicui\commonuisupport\errorresolverdata\group" mrp="mw\classicui\commonuisupport\errorresolverdata\group\app-framework_errorresgt.mrp"/>
|
|
1933 |
</component>
|
|
1934 |
<component name="uilaf" long-name="UI Look and Feel" introduced="6.0">
|
|
1935 |
<unit bldFile="mw\classicui\commonuisupport\uilaf\GROUP" mrp="mw\classicui\commonuisupport\uilaf\GROUP\app-framework_uiklafgt.mrp"/>
|
|
1936 |
</component>
|
|
1937 |
<component name="grid" long-name="Grid">
|
|
1938 |
<unit bldFile="mw\classicui\commonuisupport\grid\group" mrp="mw\classicui\commonuisupport\grid\group\app-framework_grid.mrp"/>
|
|
1939 |
</component>
|
|
1940 |
<component name="uifwsdocs" long-name="UI Frameworks Documentation" class="doc">
|
|
1941 |
<unit mrp="mw\classicui\commonuisupport\uifwsdocs\app-framework_documentation.mrp"/>
|
|
1942 |
</component>
|
|
1943 |
</collection>
|
|
1944 |
<collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
|
|
1945 |
<component name="cone" long-name="Control Environment">
|
|
1946 |
<unit bldFile="mw\classicui\lafagnosticuifoundation\cone\group" mrp="mw\classicui\lafagnosticuifoundation\cone\group\app-framework_cone.mrp"/>
|
|
1947 |
</component>
|
|
1948 |
<component name="graphicseffects" long-name="Graphics Effects" introduced="9.2">
|
|
1949 |
<unit bldFile="mw\classicui\lafagnosticuifoundation\graphicseffects\group" mrp="mw\classicui\lafagnosticuifoundation\graphicseffects\group\app-framework_gfxtranseffect.mrp"/>
|
|
1950 |
</component>
|
|
1951 |
<component name="uigraphicsutils" long-name="UI Graphics Utilities">
|
|
1952 |
<unit bldFile="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group" mrp="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group\app-framework_egul.mrp"/>
|
|
1953 |
</component>
|
|
1954 |
<component name="clockanim" long-name="Clock" plugin="Y">
|
|
1955 |
<unit bldFile="mw\classicui\lafagnosticuifoundation\clockanim\group" mrp="mw\classicui\lafagnosticuifoundation\clockanim\group\app-framework_clock.mrp"/>
|
|
1956 |
</component>
|
|
1957 |
<component name="bmpanimation" long-name="BMP Animation" introduced="6.0">
|
|
1958 |
<unit bldFile="mw\classicui\lafagnosticuifoundation\bmpanimation\group" mrp="mw\classicui\lafagnosticuifoundation\bmpanimation\group\app-framework_bmpanim.mrp"/>
|
|
1959 |
</component>
|
|
1960 |
<component name="animation" long-name="Animation" introduced="9.1">
|
|
1961 |
<unit bldFile="mw\classicui\lafagnosticuifoundation\animation\group" mrp="mw\classicui\lafagnosticuifoundation\animation\group\app-framework_animation.mrp"/>
|
|
1962 |
</component>
|
|
1963 |
</collection>
|
|
1964 |
</block>
|
|
1965 |
<block name="appinstall" long-name="Application Installation" level="generic" levels="tool framework generic api">
|
|
1966 |
<collection name="installationservices" long-name="Installation Services" level="generic">
|
|
1967 |
<component name="swi" long-name="Secure Software Install">
|
|
1968 |
<unit bldFile="mw\appinstall\installationservices\swi\group" mrp="mw\appinstall\installationservices\swi\group\security_swi.mrp"/>
|
|
1969 |
</component>
|
|
1970 |
<component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1">
|
|
1971 |
<unit bldFile="mw\appinstall\installationservices\swidevicetools\group" mrp="mw\appinstall\installationservices\swidevicetools\group\security_switools_device.mrp"/>
|
|
1972 |
</component>
|
|
1973 |
<component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0">
|
|
1974 |
<!-- PLACEHOLDER="PDEF137052"
|
|
1975 |
<unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
|
|
1976 |
-->
|
|
1977 |
</component>
|
|
1978 |
<component name="swiconfig" long-name="Software Install Config" introduced="9.1">
|
|
1979 |
<!-- PLACEHOLDER="PDEF137052"
|
|
1980 |
<unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
|
|
1981 |
-->
|
|
1982 |
</component>
|
|
1983 |
</collection>
|
|
1984 |
<collection name="secureswitools" long-name="Secure Software Install Tools">
|
|
1985 |
<component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" class="PC">
|
|
1986 |
<unit bldFile="mw\appinstall\secureswitools\makekeys\group" mrp="mw\appinstall\secureswitools\makekeys\group\security_makekeys.mrp"/>
|
|
1987 |
</component>
|
|
1988 |
<component name="swianalysistoolkit" long-name="SWI Analysis Toolkit" class="PC">
|
|
1989 |
<unit bldFile="mw\appinstall\secureswitools\swianalysistoolkit\group" mrp="mw\appinstall\secureswitools\swianalysistoolkit\group\security_switools.mrp"/>
|
|
1990 |
</component>
|
|
1991 |
<component name="swisistools" long-name="Secure Software Install SIS Tools" class="PC">
|
|
1992 |
<unit bldFile="mw\appinstall\secureswitools\swisistools\group" mrp="mw\appinstall\secureswitools\swisistools\group\security_sistools.mrp"/>
|
|
1993 |
</component>
|
|
1994 |
<component name="openssllib" long-name="OpenSSL Library" class="PC">
|
|
1995 |
<unit mrp="mw\appinstall\secureswitools\openssllib\security_openssl.mrp"/>
|
|
1996 |
</component>
|
|
1997 |
</collection>
|
|
1998 |
</block>
|
|
1999 |
</layer>
|
|
2000 |
<layer name="app" long-name="Applications" levels="services apps">
|
|
2001 |
<block name="contacts" long-name="Contacts Apps" level="apps" span="2" levels="engine support services ui">
|
|
2002 |
<collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
|
|
2003 |
<component name="contactsmodel" long-name="Contacts Model" introduced="ER5">
|
|
2004 |
<unit version="1" bldFile="app\contacts\phonebookengines\contactsmodel\group" mrp="app\contacts\phonebookengines\contactsmodel\group\app-engines_cntmodel.mrp"/>
|
|
2005 |
</component>
|
|
2006 |
</collection>
|
|
2007 |
<collection name="pimprotocols" long-name="PIM Protocols" level="services">
|
|
2008 |
<component name="phonebooksync" long-name="Phonebook Sync" plugin="Y">
|
|
2009 |
<unit bldFile="app\contacts\pimprotocols\phonebooksync\group" mrp="app\contacts\pimprotocols\phonebooksync\group\telephony_phbksync.mrp"/>
|
|
2010 |
</component>
|
|
2011 |
<component name="pbap" long-name="Bluetooth PBAP" introduced="9.2">
|
|
2012 |
<unit bldFile="app\contacts\pimprotocols\pbap\group" mrp="app\contacts\pimprotocols\pbap\group\bluetooth_accesshost.mrp"/>
|
|
2013 |
</component>
|
|
2014 |
</collection>
|
|
2015 |
</block>
|
|
2016 |
<block name="organizer" long-name="Organizer Application Suite" level="apps" span="2" levels="support services engine ui">
|
|
2017 |
<collection name="pimappservices" long-name="PIM App Services" level="services">
|
|
2018 |
<component name="calendar" long-name="Calendar" introduced="9.2">
|
|
2019 |
<unit version="2" bldFile="app\organizer\pimappservices\calendar\group" mrp="app\organizer\pimappservices\calendar\group\app-engines_calendar.mrp"/>
|
|
2020 |
</component>
|
|
2021 |
<component name="calendarvcalplugin" long-name="Calendar vCal Plugin" plugin="Y" introduced="8.1">
|
|
2022 |
<unit version="2" bldFile="app\organizer\pimappservices\calendarvcalplugin\group" mrp="app\organizer\pimappservices\calendarvcalplugin\group\app-engines_agnversit2.mrp"/>
|
|
2023 |
</component>
|
|
2024 |
<component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" class="test">
|
|
2025 |
<unit bldFile="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv" mrp="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv\app-engines_testagendasrv.mrp"/>
|
|
2026 |
</component>
|
|
2027 |
<component name="appenginesdocs" long-name="Application Engines Documentation" class="doc">
|
|
2028 |
<unit mrp="app\organizer\pimappservices\appenginesdocs\app-engines_documentation.mrp"/>
|
|
2029 |
</component>
|
|
2030 |
</collection>
|
|
2031 |
<collection name="officeappeng" long-name="Office App Engines" level="engine">
|
|
2032 |
<component name="datamodel" long-name="Data Engine" introduced="5.0" deprecated="9.3">
|
|
2033 |
<unit bldFile="app\organizer\officeappeng\datamodel\group" mrp="app\organizer\officeappeng\datamodel\group\app-engines_damodel.mrp"/>
|
|
2034 |
</component>
|
|
2035 |
<component name="sheeteng" long-name="Sheet Engine" introduced="5.0" deprecated="9.3">
|
|
2036 |
<unit bldFile="app\organizer\officeappeng\sheeteng\group" mrp="app\organizer\officeappeng\sheeteng\group\app-engines_sheng.mrp"/>
|
|
2037 |
</component>
|
|
2038 |
<component name="charteng" long-name="Chart" introduced="5.0" deprecated="9.3" class="test">
|
|
2039 |
<unit mrp="app\organizer\officeappeng\charteng\group\app-engines_chart.mrp"/>
|
|
2040 |
</component>
|
|
2041 |
<component name="wordeng" long-name="Word Engine" introduced="5.0" deprecated="9.3">
|
|
2042 |
<unit bldFile="app\organizer\officeappeng\wordeng\group" mrp="app\organizer\officeappeng\wordeng\group\app-engines_wpeng.mrp"/>
|
|
2043 |
</component>
|
|
2044 |
</collection>
|
|
2045 |
<collection name="pimappsupport" long-name="PIM Application Support" level="support">
|
|
2046 |
<component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5">
|
|
2047 |
<unit bldFile="app\organizer\pimappsupport\vcardandvcal\group" mrp="app\organizer\pimappsupport\vcardandvcal\group\app-services_versit.mrp"/>
|
|
2048 |
</component>
|
|
2049 |
<component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1">
|
|
2050 |
<unit bldFile="app\organizer\pimappsupport\chinesecalendarconverter\group" mrp="app\organizer\pimappsupport\chinesecalendarconverter\group\app-services_calcon.mrp"/>
|
|
2051 |
</component>
|
|
2052 |
<component name="chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="tb91">
|
|
2053 |
<unit bldFile="app\organizer\pimappsupport\chinesecalendaralg\group" mrp="app\organizer\pimappsupport\chinesecalendaralg\group\app-services_chinesecalendaralgorithm.mrp"/>
|
|
2054 |
</component>
|
|
2055 |
</collection>
|
|
2056 |
</block>
|
|
2057 |
<block name="messaging" long-name="Messaging Apps" level="apps" levels="1 2">
|
|
2058 |
<collection name="mobilemessaging" long-name="Mobile Messaging" level="2">
|
|
2059 |
<component name="smsmtm" long-name="SMS MTM" plugin="Y">
|
|
2060 |
<unit bldFile="app\messaging\mobilemessaging\smsmtm\multimode\Group" mrp="app\messaging\mobilemessaging\smsmtm\multimode\Group\messaging_sms_multimode.mrp"/>
|
|
2061 |
</component>
|
|
2062 |
</collection>
|
|
2063 |
<collection name="mmsengine" long-name="MMS Engine" level="1">
|
|
2064 |
<component name="mmssettings" long-name="MMS Settings" introduced="9.2">
|
|
2065 |
<unit bldFile="app\messaging\mmsengine\mmssettings\group\" mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings.mrp"/>
|
|
2066 |
</component>
|
|
2067 |
<component name="mmsconf" long-name="MMS Configuration">
|
|
2068 |
<unit mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings-config.mrp"/>
|
|
2069 |
</component>
|
|
2070 |
</collection>
|
|
2071 |
<collection name="messagingappbase" long-name="Messaging App Base" level="2">
|
|
2072 |
<component name="smilparser" long-name="SMIL Parser" introduced="7.0s">
|
|
2073 |
<unit bldFile="app\messaging\messagingappbase\smilparser\GROUP" mrp="app\messaging\messagingappbase\smilparser\GROUP\messaging_gmxml.mrp"/>
|
|
2074 |
</component>
|
|
2075 |
<component name="obexmtms" long-name="OBEX MTMs" plugin="Y" introduced="7.0s">
|
|
2076 |
<unit bldFile="app\messaging\messagingappbase\obexmtms\Group" mrp="app\messaging\messagingappbase\obexmtms\Group\messaging_obex.mrp"/>
|
|
2077 |
</component>
|
|
2078 |
</collection>
|
|
2079 |
<collection name="email" long-name="Email" level="1">
|
|
2080 |
<component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" plugin="Y">
|
|
2081 |
<unit bldFile="app\messaging\email\pop3andsmtpmtm\group" mrp="app\messaging\email\pop3andsmtpmtm\group\messaging_email.mrp"/>
|
|
2082 |
</component>
|
|
2083 |
<component name="imap4mtm" long-name="IMAP4 MTM" plugin="Y" introduced="9.2">
|
|
2084 |
<unit bldFile="app\messaging\email\imap4mtm\group" mrp="app\messaging\email\imap4mtm\group\messaging_email_imap.mrp"/>
|
|
2085 |
</component>
|
|
2086 |
</collection>
|
|
2087 |
</block>
|
|
2088 |
<block name="helps" long-name="Help Apps" level="apps" levels="eng ui">
|
|
2089 |
<collection name="symhelp" long-name="Symbian Help" level="eng">
|
|
2090 |
<component name="cshlpcmpbackend" long-name="CSHelp Compiler Backend">
|
|
2091 |
<unit mrp="app\helps\symhelp\cshlpcmpbackend\group\tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
|
|
2092 |
</component>
|
|
2093 |
<component name="cshlpcmpfrontend" long-name="CSHelp Compiler Frontend">
|
|
2094 |
<unit bldFile="app\helps\symhelp\cshlpcmpfrontend\group" mrp="app\helps\symhelp\cshlpcmpfrontend\group\tools_sdk_eng_cshlpcmp_frontend.mrp"/>
|
|
2095 |
</component>
|
|
2096 |
<component name="cshlpcmpgui" long-name="CSHelp Compiler GUI" filter="gt">
|
|
2097 |
<unit bldFile="app\helps\symhelp\cshlpcmpgui\group" mrp="app\helps\symhelp\cshlpcmpgui\group\tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/>
|
|
2098 |
</component>
|
|
2099 |
<component name="mbmcodec" long-name="MBM Codec" filter="gt">
|
|
2100 |
<unit bldFile="app\helps\symhelp\mbmcodec\group" mrp="app\helps\symhelp\mbmcodec\group\tools_sdk_eng_mbmcodec.mrp"/>
|
|
2101 |
</component>
|
|
2102 |
<component name="helpmodel" long-name="Help" introduced="6.0">
|
|
2103 |
<unit bldFile="app\helps\symhelp\helpmodel\group" mrp="app\helps\symhelp\helpmodel\group\app-services_hlpmodel.mrp"/>
|
|
2104 |
</component>
|
|
2105 |
</collection>
|
|
2106 |
</block>
|
|
2107 |
<block name="techview" long-name="Techview" level="apps" span="2" levels="services ui utils apps1 apps2 apps3">
|
|
2108 |
<collection name="buildverification" long-name="Build Verification" level="services">
|
|
2109 |
<component name="smoketest" long-name="Smoke Test" filter="gt">
|
|
2110 |
<unit bldFile="app\techview\buildverification\smoketest\Group" mrp="app\techview\buildverification\smoketest\Group\testtools_smoketest.mrp"/>
|
|
2111 |
</component>
|
|
2112 |
</collection>
|
|
2113 |
<collection name="networkingutils" long-name="Networking Utils" level="utils">
|
|
2114 |
<component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0">
|
|
2115 |
<unit mrp="app\techview\networkingutils\ipadministrationtool\group\networking_ipadm.mrp"/>
|
|
2116 |
</component>
|
|
2117 |
<component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s">
|
|
2118 |
<unit mrp="app\techview\networkingutils\nameresolverutility\group\networking_nslookup.mrp"/>
|
|
2119 |
</component>
|
|
2120 |
</collection>
|
|
2121 |
<collection name="testapps" long-name="Test Apps" level="utils">
|
|
2122 |
<component name="rschandler" long-name="Resource Handler" deprecated="tb92">
|
|
2123 |
<unit mrp="app\techview\testapps\rschandler\TVResourceHandler\group\Testtools_ResourceHandler_gt.mrp"/>
|
|
2124 |
</component>
|
|
2125 |
</collection>
|
|
2126 |
</block>
|
|
2127 |
</layer>
|
|
2128 |
</systemModel>
|
|
2129 |
<SystemBuild schema="1.0.0">
|
|
2130 |
<option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
|
|
2131 |
<option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
|
|
2132 |
<option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
|
|
2133 |
<target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
|
|
2134 |
<target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
|
|
2135 |
<target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
|
|
2136 |
<target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
|
|
2137 |
<target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
|
|
2138 |
<target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
|
|
2139 |
<target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
|
|
2140 |
<target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
|
|
2141 |
<target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
|
|
2142 |
<target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
|
|
2143 |
<target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
|
|
2144 |
<target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
|
|
2145 |
<target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
|
|
2146 |
<!-- Aditional Targets -->
|
|
2147 |
<target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
|
|
2148 |
<target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
|
|
2149 |
<target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
|
|
2150 |
<target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
|
|
2151 |
<targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
|
|
2152 |
<targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
|
|
2153 |
<targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
|
|
2154 |
<targetList name="tools" description="tools Targets" target="TOOLS"/>
|
|
2155 |
<targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
|
|
2156 |
<targetList name="tools2" description="tools Targets" target="TOOLS2"/>
|
|
2157 |
<targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
|
|
2158 |
<targetList name="gccxml" description="tools Targets" target="GCCXML"/>
|
|
2159 |
<targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
|
|
2160 |
<!-- 9.4 configuration -->
|
|
2161 |
<!-- tb91 configuration -->
|
|
2162 |
<!-- tb91sf configuration -->
|
|
2163 |
<configuration name="GT_tb91sf" description="tb91sf GT build" filter="tb91sf,gt">
|
|
2164 |
<ref item="os"/>
|
|
2165 |
<ref item="mw"/>
|
|
2166 |
<ref item="app"/>
|
|
2167 |
<task><specialInstructions name="BootStrap1" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="setupprj.bat secure"/></task>
|
|
2168 |
<task><specialInstructions name="BootStrap2" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="bld.bat rel"/></task>
|
|
2169 |
<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
|
|
2170 |
<task><buildLayer command="abld export" unitParallel="Y"/></task>
|
|
2171 |
<task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
|
|
2172 |
<task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
|
|
2173 |
<task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
|
|
2174 |
<task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
|
|
2175 |
<task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
|
|
2176 |
<task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
|
|
2177 |
<task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
|
|
2178 |
<task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
|
|
2179 |
<task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
|
|
2180 |
<task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
|
|
2181 |
<task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
|
|
2182 |
<task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
|
|
2183 |
<task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
|
|
2184 |
<task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
|
|
2185 |
<task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
|
|
2186 |
<task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
|
|
2187 |
<task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
|
|
2188 |
<task><buildLayer command="abld -what export" unitParallel="Y"/></task>
|
|
2189 |
<task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
|
|
2190 |
<task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
|
|
2191 |
<task><buildLayer command="abld help" unitParallel="Y"/></task>
|
|
2192 |
<task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
|
|
2193 |
</configuration>
|
|
2194 |
<!-- 9.5 configuration -->
|
|
2195 |
<!-- 9.6 configuration -->
|
|
2196 |
<!-- Future configuration -->
|
|
2197 |
</SystemBuild></SystemDefinition> |