symbian3/split/sysdefs/system_model_os_contributed.xml
changeset 176 676cece1b361
equal deleted inserted replaced
175:72dfc50a9170 176:676cece1b361
       
     1 <?xml version="1.0"?>
       
     2 <!DOCTYPE SystemDefinition [
       
     3 <!ELEMENT SystemDefinition ( systemModel )>
       
     4 <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED
       
     7 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 <!-- System Model Section of DTD -->
       
    10 <!ELEMENT systemModel (layer+)>
       
    11 <!ELEMENT layer (block* | collection*)*>
       
    12 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    13 <!ATTLIST layer
       
    14   name CDATA #REQUIRED
       
    15   long-name CDATA #IMPLIED
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18 >
       
    19 <!ELEMENT block (subblock* | collection*)*>
       
    20  <!-- Generic OS services, Comms Services, etc -->
       
    21 <!ATTLIST block
       
    22   levels NMTOKENS #IMPLIED
       
    23   span CDATA #IMPLIED
       
    24   level NMTOKEN #IMPLIED
       
    25   name CDATA #REQUIRED
       
    26   long-name CDATA #IMPLIED
       
    27 >
       
    28 <!ELEMENT subblock (collection)*>
       
    29 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    30 <!ATTLIST subblock
       
    31   name CDATA #REQUIRED
       
    32   long-name CDATA #IMPLIED
       
    33 >
       
    34 <!ELEMENT collection (component)*>
       
    35 <!-- Screen Driver, Content Handling, etc -->
       
    36 <!ATTLIST collection
       
    37   name CDATA #REQUIRED
       
    38   long-name CDATA #IMPLIED
       
    39   level NMTOKEN #IMPLIED
       
    40 >
       
    41 <!ELEMENT component (unit)*>
       
    42 <!-- contains units or is a  package or prebuilt -->
       
    43 <!ATTLIST component
       
    44   name CDATA #REQUIRED
       
    45   long-name CDATA #IMPLIED
       
    46   deprecated CDATA #IMPLIED
       
    47   introduced CDATA #IMPLIED
       
    48   contract CDATA #IMPLIED
       
    49   plugin (Y|N) "N"
       
    50   filter CDATA #IMPLIED
       
    51   class NMTOKENS #IMPLIED
       
    52   supports CDATA #IMPLIED
       
    53   purpose ( optional | mandatory | development ) "optional"
       
    54 >
       
    55 <!ELEMENT unit EMPTY >
       
    56 <!-- must be buildable (bld.inf) -->
       
    57 <!ATTLIST unit
       
    58   mrp CDATA #IMPLIED
       
    59   filter CDATA #IMPLIED
       
    60   root CDATA #IMPLIED
       
    61   version NMTOKEN #IMPLIED
       
    62   prebuilt NMTOKEN #IMPLIED
       
    63   late (Y|N) #IMPLIED
       
    64   priority CDATA #IMPLIED
       
    65 >
       
    66 ]>
       
    67 <SystemDefinition name="Symbian" schema="2.0.1">
       
    68   <systemModel>
       
    69     <layer name="os" long-name="OS" levels="hw services">
       
    70       <block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test">
       
    71         <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
       
    72           <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development">
       
    73             <unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
       
    74           </component>
       
    75         </collection>
       
    76         <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
       
    77           <component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional">
       
    78             <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
       
    79           </component>
       
    80         </collection>
       
    81         <collection name="unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
       
    82           <component name="uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional">
       
    83             <unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
       
    84           </component>
       
    85         </collection>
       
    86         <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
       
    87           <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development">
       
    88             <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
       
    89           </component>
       
    90         </collection>
       
    91         <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
       
    92           <component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory">
       
    93             <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
       
    94           </component>
       
    95         </collection>
       
    96 		<collection name="kerneltest" long-name="Kernel Test" level="hw-if" contributed="no">
       
    97 		  <component name="e32test" long-name="E32 Tests" class="test" purpose="development" contributed="no">
       
    98 			<unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
       
    99 		  </component>
       
   100 		</collection>
       
   101         <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
       
   102           <component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional">
       
   103             <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
       
   104           </component>
       
   105           <component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional">
       
   106             <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
       
   107           </component>
       
   108           <component name="serialldd" long-name="Serial Port Drivers" purpose="optional">
       
   109             <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
       
   110           </component>
       
   111           <component name="legacydrivers" long-name="Legacy Drivers" purpose="optional">
       
   112             <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
       
   113           </component>
       
   114           <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory">
       
   115 <!-- these are LDDs for storage media-->
       
   116             <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
       
   117           </component>
       
   118           <component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory">
       
   119             <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
       
   120           </component>
       
   121           <component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory">
       
   122             <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
       
   123           </component>
       
   124         </collection>
       
   125         <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
       
   126           <component name="mediadrivers" long-name="Media Drivers" purpose="optional" contributed="no">
       
   127 			<!-- these are for storage media-->
       
   128 			<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
       
   129 		  </component>
       
   130           <component name="genericboardsupport" long-name="Generic Board Support" purpose="optional">
       
   131             <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
       
   132           </component>
       
   133         </collection>
       
   134         <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
       
   135           <component name="euser" long-name="User Library" purpose="mandatory">
       
   136             <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
       
   137           </component>
       
   138 		  <component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory" contributed="no">
       
   139 			<unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
       
   140 		  </component>
       
   141           <component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory">
       
   142             <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
       
   143           </component>
       
   144           <component name="estart" long-name="Base Starter" filter="gt" purpose="optional">
       
   145             <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
       
   146           </component>
       
   147           <component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory">
       
   148             <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
       
   149           </component>
       
   150           <component name="basedocs" long-name="Base Documentation" purpose="development">
       
   151             <unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
       
   152           </component>
       
   153         </collection>
       
   154         <collection name="filesystems" long-name="File Systems" level="framework">
       
   155           <component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y">
       
   156             <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
       
   157           </component>
       
   158           <component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y">
       
   159             <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
       
   160           </component>
       
   161           <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y">
       
   162             <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
       
   163           </component>
       
   164           <component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y">
       
   165             <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
       
   166           </component>
       
   167           <component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y">
       
   168             <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
       
   169           </component>
       
   170           <component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y">
       
   171             <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
       
   172           </component>
       
   173         </collection>
       
   174         <collection name="halservices" long-name="HAL Services" level="framework">
       
   175           <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional">
       
   176             <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
       
   177           </component>
       
   178         </collection>
       
   179         <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
       
   180           <component name="e32wsrv" long-name="Text Window Server" purpose="optional">
       
   181             <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
       
   182           </component>
       
   183           <component name="textshell" long-name="Text Shell" filter="gt" purpose="development">
       
   184             <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
       
   185           </component>
       
   186         </collection>
       
   187       </block>
       
   188       <block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 4">
       
   189         <collection name="emulator" long-name="Emulator" level="bsp">
       
   190           <component name="emulatorbsp" long-name="Emulator BSP" purpose="optional">
       
   191             <unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
       
   192           </component>
       
   193         </collection>
       
   194       </block>
       
   195       <block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
       
   196         <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
       
   197           <component name="buildsystemtools" long-name="Build System Tools" purpose="development">
       
   198             <unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
       
   199           </component>
       
   200           <component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development">
       
   201             <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
       
   202           </component>
       
   203           <component name="commonbldutils" long-name="Common Utils" purpose="development">
       
   204             <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
       
   205           </component>
       
   206         </collection>
       
   207         <collection name="packaging" long-name="Packaging" level="ui">
       
   208           <component name="additionalutils" long-name="Additional Utils" purpose="development">
       
   209             <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
       
   210           </component>
       
   211         </collection>
       
   212         <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
       
   213           <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development">
       
   214             <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
       
   215           </component>
       
   216           <component name="ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development">
       
   217             <unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
       
   218           </component>
       
   219           <component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC">
       
   220             <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
       
   221           </component>
       
   222           <component name="wincredistribution" long-name="WinC Redistribution" purpose="development">
       
   223             <unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
       
   224           </component>
       
   225           <component name="additionalredistribution" long-name="Additional Redistribution" purpose="development">
       
   226             <unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
       
   227           </component>
       
   228           <component name="statsource" long-name="STAT Source" filter="gt" purpose="development">
       
   229             <unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
       
   230           </component>
       
   231           <component name="wintunnel" long-name="Wintunnel" purpose="development">
       
   232             <unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
       
   233           </component>
       
   234           <component name="autotest" long-name="Autotest" purpose="development">
       
   235             <unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
       
   236           </component>
       
   237           <component name="kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development">
       
   238             <unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
       
   239           </component>
       
   240           <component name="navigationpages" long-name="Navigation Pages" purpose="development">
       
   241             <unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
       
   242           </component>
       
   243         </collection>
       
   244         <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
       
   245           <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC">
       
   246             <unit bldFile="os\buildtools\sbsv1_os\e32toolp\group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
       
   247           </component>
       
   248         </collection>
       
   249         <collection name="imgtools_os" long-name="Image Tools" level="fw">
       
   250           <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development">
       
   251             <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
       
   252           </component>
       
   253         </collection>
       
   254         <collection name="devlib" long-name="Developer Library" level="ui">
       
   255           <component name="Developer Library HTML">
       
   256            <unit mrp="os/buildtools/devlib/devlibhelp/group/shared/developerlibrary_doc_plain_html.mrp"/>
       
   257           </component>
       
   258           <component name="toolsdocs" long-name="Tools Documentation" purpose="development" class="doc">
       
   259             <unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
       
   260           </component>
       
   261         </collection>
       
   262         <collection name="misccomponents" long-name="Misc Components" level="mw">
       
   263           <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development">
       
   264             <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
       
   265           </component>
       
   266         </collection>
       
   267       </block>
       
   268       <block name="ossrv" level="services" long-name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
       
   269         <collection name="genericservices" long-name="Generic Services" level="utilities">
       
   270           <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="development">
       
   271             <unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp" version="9.4"/>
       
   272           </component>
       
   273           <component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory">
       
   274             <unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
       
   275           </component>
       
   276           <component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory">
       
   277             <unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
       
   278           </component>
       
   279           <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional">
       
   280             <unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
       
   281           </component>
       
   282           <component name="activebackupclient" long-name="Active Backup Client" purpose="optional">
       
   283             <unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
       
   284           </component>
       
   285           <component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc">
       
   286             <unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
       
   287           </component>
       
   288           <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional">
       
   289             <unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
       
   290           </component>
       
   291         </collection>
       
   292 		<collection name="compressionlibs" long-name="Compression Libraries" level="data-services" contributed="no">
       
   293 		  <component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="optional" contributed="no">
       
   294 			<unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib.mrp"/>
       
   295 		  </component>
       
   296 		</collection>
       
   297         <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
       
   298 		  <component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional" contributed="no">
       
   299 			<unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
       
   300 		  </component>
       
   301           <component name="openenvcore" long-name="Open Environment Core" introduced="tb91" purpose="mandatory">
       
   302             <unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
       
   303           </component>
       
   304         </collection>
       
   305         <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
       
   306           <component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory">
       
   307             <unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp" version="2"/>
       
   308           </component>
       
   309           <component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory">
       
   310             <unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
       
   311           </component>
       
   312         </collection>
       
   313       </block>
       
   314       <block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities">
       
   315         <collection name="contentmgmt" long-name="Content Management" level="utilities">
       
   316           <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory">
       
   317             <unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
       
   318           </component>
       
   319 		  <component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory" contributed="no">
       
   320 			<unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
       
   321 		  </component>
       
   322         </collection>
       
   323         <collection name="crypto" long-name="Crypto Libraries" level="libraries">
       
   324 		  <component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt" purpose="optional" contributed="no">
       
   325 			<unit bldFile="os/security/crypto/weakcrypto/group" mrp="os/security/crypto/weakcrypto/group/security_crypto_weak.mrp"/>
       
   326 		  </component>
       
   327           <component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt" purpose="optional">
       
   328             <unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
       
   329           </component>
       
   330         </collection>
       
   331         <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
       
   332           <component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional">
       
   333             <unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
       
   334           </component>
       
   335           <component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" deprecated="tb92" purpose="development">
       
   336             <unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
       
   337           </component>
       
   338           <component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc">
       
   339             <unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
       
   340           </component>
       
   341           <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional">
       
   342             <unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
       
   343           </component>
       
   344         </collection>
       
   345         <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
       
   346           <component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional">
       
   347             <unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
       
   348           </component>
       
   349           <component name="securitytools" long-name="Security Tools" introduced="tb92" purpose="optional" class="PC">
       
   350             <unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
       
   351           </component>
       
   352         </collection>
       
   353         <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
       
   354           <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional">
       
   355             <unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
       
   356           </component>
       
   357           <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional">
       
   358             <unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
       
   359           </component>
       
   360           <component name="rootcertificates" long-name="Root Certificates" introduced="7.0s" purpose="optional">
       
   361             <unit mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
       
   362           </component>
       
   363           <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional">
       
   364             <unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
       
   365           </component>
       
   366         </collection>
       
   367       </block>
       
   368       <block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if">
       
   369         <collection name="featuremgmt" long-name="Feature Management" level="framework">
       
   370           <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="tb92" purpose="mandatory">
       
   371             <unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
       
   372           </component>
       
   373         </collection>
       
   374         <collection name="loggingservices" long-name="Logging Services" level="server">
       
   375           <component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional">
       
   376             <unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
       
   377           </component>
       
   378           <component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional">
       
   379             <unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
       
   380           </component>
       
   381           <component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1" purpose="development">
       
   382             <unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
       
   383           </component>
       
   384         </collection>
       
   385         <collection name="traceservices" long-name="Trace Services" level="server">
       
   386           <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional">
       
   387             <unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
       
   388           </component>
       
   389           <component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development">
       
   390             <unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
       
   391           </component>
       
   392           <component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91" purpose="development">
       
   393             <unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
       
   394           </component>
       
   395         </collection>
       
   396         <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
       
   397           <component name="store" long-name="Store" purpose="optional">
       
   398             <unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
       
   399           </component>
       
   400           <component name="dbms" long-name="DBMS" purpose="optional">
       
   401             <unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
       
   402           </component>
       
   403           <component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory">
       
   404             <unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
       
   405           </component>
       
   406           <component name="sql" long-name="SQL" introduced="9.3" purpose="optional">
       
   407             <unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
       
   408           </component>
       
   409         </collection>
       
   410       </block>
       
   411       <block name="devicesrv" level="services" long-name="Device Services" levels="adaptation hw-if plugin framework server app-if">
       
   412         <collection name="accessoryservices" long-name="Accessory Services" level="framework">
       
   413           <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional">
       
   414             <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
       
   415           </component>
       
   416         </collection>
       
   417         <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
       
   418           <!-- <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91" purpose="optional">
       
   419             <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
       
   420           </component> -->
       
   421           <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory">
       
   422             <unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
       
   423           </component>
       
   424         </collection>
       
   425         <collection name="sysstatemgmt" long-name="System State Management" level="server">
       
   426           <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92" purpose="mandatory">
       
   427             <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
       
   428           </component>
       
   429         </collection>
       
   430       </block>
       
   431       <block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface">
       
   432         <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
       
   433           <component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
       
   434             <unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
       
   435           </component>
       
   436           <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
       
   437             <unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
       
   438           </component>
       
   439           <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="tb91" purpose="development" plugin="Y">
       
   440             <unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
       
   441           </component>
       
   442         </collection>
       
   443         <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
       
   444           <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="tb91" purpose="optional" plugin="Y">
       
   445             <unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
       
   446           </component>
       
   447         </collection>
       
   448         <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
       
   449           <component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional">
       
   450             <unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
       
   451           </component>
       
   452           <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional">
       
   453             <unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
       
   454           </component>
       
   455         </collection>
       
   456         <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
       
   457           <component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" purpose="development">
       
   458             <unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
       
   459           </component>
       
   460           <component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y">
       
   461             <unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
       
   462           </component>
       
   463         </collection>
       
   464         <collection name="locationmgmt" long-name="Location Management" level="management">
       
   465           <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional">
       
   466             <unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
       
   467           </component>
       
   468           <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional">
       
   469             <unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
       
   470           </component>
       
   471           <component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional">
       
   472             <unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
       
   473           </component>
       
   474           <component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional">
       
   475             <unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
       
   476           </component>
       
   477         </collection>
       
   478         <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
       
   479           <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="tb91" purpose="optional" plugin="Y">
       
   480             <unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
       
   481           </component>
       
   482         </collection>
       
   483       </block>
       
   484       <block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if">
       
   485         <collection name="commsprocess" long-name="Comms Process" level="process">
       
   486           <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory">
       
   487             <unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
       
   488           </component>
       
   489           <component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" purpose="mandatory" class="config">
       
   490             <unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
       
   491           </component>
       
   492         </collection>
       
   493         <collection name="commsconfig" long-name="Comms Config" level="process">
       
   494           <component name="commsdatabase" long-name="Comms Database" purpose="mandatory">
       
   495             <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
       
   496           </component>
       
   497           <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory">
       
   498             <unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
       
   499           </component>
       
   500         </collection>
       
   501         <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
       
   502           <component name="esockserver" long-name="ESock Server" purpose="mandatory">
       
   503             <unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="2"/>
       
   504           </component>
       
   505           <component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" purpose="mandatory" class="config">
       
   506             <unit mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp" version="2"/>
       
   507           </component>
       
   508           <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory">
       
   509             <unit bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp" version="1"/>
       
   510           </component>
       
   511           <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional">
       
   512             <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
       
   513           </component>
       
   514 		  <component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional" contributed="no">
       
   515 			<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
       
   516 		  </component>
       
   517           <component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y">
       
   518             <unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
       
   519           </component>
       
   520         </collection>
       
   521         <collection name="serialserver" long-name="Serial Server" level="server">
       
   522           <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development">
       
   523             <unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
       
   524           </component>
       
   525           <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory">
       
   526             <unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
       
   527           </component>
       
   528           <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config">
       
   529             <unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
       
   530           </component>
       
   531           <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc">
       
   532             <unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
       
   533           </component>
       
   534         </collection>
       
   535         <collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
       
   536           <component name="refcpr" long-name="Reference CPR" introduced="9.2" purpose="optional" plugin="Y">
       
   537             <unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
       
   538           </component>
       
   539           <component name="refscpr" long-name="Reference SCPR" introduced="9.2" purpose="optional" plugin="Y">
       
   540             <unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
       
   541           </component>
       
   542         </collection>
       
   543         <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
       
   544           <component name="commfw" long-name="Comms Framework" introduced="7.0s" purpose="mandatory">
       
   545             <unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
       
   546           </component>
       
   547           <component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s" purpose="mandatory">
       
   548             <unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
       
   549           </component>
       
   550         </collection>
       
   551         <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
       
   552           <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc">
       
   553             <unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
       
   554           </component>
       
   555         </collection>
       
   556         <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
       
   557           <component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory">
       
   558             <unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
       
   559           </component>
       
   560         </collection>
       
   561         <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
       
   562           <component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC">
       
   563             <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
       
   564           </component>
       
   565           <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC">
       
   566             <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
       
   567           </component>
       
   568           <component name="commstools" long-name="Comms Tools" introduced="tb91" purpose="development" class="PC">
       
   569             <unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
       
   570           </component>
       
   571         </collection>
       
   572       </block>
       
   573       <block name="networkingsrv" level="services" long-name="Networking Services" levels="adaptation hw-if plugin framework server app-if">
       
   574         <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
       
   575           <component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory">
       
   576             <unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
       
   577           </component>
       
   578         </collection>
       
   579         <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
       
   580           <component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory">
       
   581             <unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
       
   582           </component>
       
   583           <component name="dndconfig" long-name="DND Config" introduced="7.0" purpose="mandatory" class="config">
       
   584             <unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
       
   585           </component>
       
   586           <component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional">
       
   587             <unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
       
   588           </component>
       
   589           <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="tb91" purpose="mandatory" plugin="Y">
       
   590             <unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
       
   591           </component>
       
   592         </collection>
       
   593         <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
       
   594           <component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y">
       
   595             <unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
       
   596           </component>
       
   597         </collection>
       
   598         <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
       
   599 		  <component name="ethernetnif" long-name="Ethernet NIF" plugin="Y" purpose="optional" contributed="no">
       
   600 			<unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
       
   601 		  </component>
       
   602           <component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" introduced="7.0" purpose="optional" plugin="Y">
       
   603             <unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
       
   604           </component>
       
   605 		  <component name="pppnif" long-name="PPP NIF" plugin="Y" introduced="ER5" purpose="optional" contributed="no">
       
   606 			<unit version="1" bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp"/>
       
   607 		  </component>
       
   608           <component name="pppconfig" long-name="PPP Config" introduced="ER5" purpose="optional">
       
   609             <unit mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp" version="1"/>
       
   610           </component>
       
   611           <component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y">
       
   612             <unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
       
   613           </component>
       
   614           <component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y">
       
   615             <unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
       
   616           </component>
       
   617         </collection>
       
   618         <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
       
   619           <component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development">
       
   620             <unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
       
   621           </component>
       
   622         </collection>
       
   623         <collection name="networkcontrol" long-name="Network Control" level="plugin">
       
   624           <component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" purpose="optional" class="config">
       
   625             <unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
       
   626           </component>
       
   627           <component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional">
       
   628             <unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
       
   629           </component>
       
   630           <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional">
       
   631             <unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
       
   632           </component>
       
   633           <component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y">
       
   634             <unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
       
   635           </component>
       
   636           <component name="ipcpr" long-name="IP CPR" introduced="8.1" purpose="optional" plugin="Y">
       
   637             <unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
       
   638           </component>
       
   639           <component name="ipscpr" long-name="IP SCPR" introduced="9.1" purpose="optional" plugin="Y">
       
   640             <unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
       
   641           </component>
       
   642           <component name="ipcprshim" long-name="IP CPR Shim" deprecated="Future" purpose="optional" plugin="Y">
       
   643             <unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
       
   644           </component>
       
   645         </collection>
       
   646         <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
       
   647           <component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" purpose="mandatory" class="config">
       
   648             <unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
       
   649           </component>
       
   650           <component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y">
       
   651             <unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
       
   652           </component>
       
   653           <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y">
       
   654             <unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
       
   655           </component>
       
   656           <component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory">
       
   657             <unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
       
   658           </component>
       
   659           <component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y">
       
   660             <unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
       
   661           </component>
       
   662         </collection>
       
   663 		<collection name="networksecurity" long-name="Network Security" level="framework" contributed="no">
       
   664 		  <component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory" contributed="no">
       
   665 			<unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
       
   666 		  </component>
       
   667 		  <component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory" contributed="no">
       
   668 			<unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
       
   669 		  </component>
       
   670 		  <component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional" contributed="no">
       
   671 			<unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
       
   672 		  </component>
       
   673 		</collection>
       
   674         <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
       
   675           <component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" purpose="development">
       
   676             <unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
       
   677           </component>
       
   678           <component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development">
       
   679             <unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
       
   680           </component>
       
   681           <component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5" purpose="development">
       
   682             <unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
       
   683           </component>
       
   684           <component name="ipprobe" long-name="IP Probe" introduced="7.0s" purpose="development" plugin="Y">
       
   685             <unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
       
   686           </component>
       
   687           <component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" purpose="development" plugin="Y">
       
   688             <unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
       
   689           </component>
       
   690           <component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92" purpose="development">
       
   691             <unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
       
   692           </component>
       
   693           <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development">
       
   694             <unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
       
   695           </component>
       
   696         </collection>
       
   697         <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
       
   698           <component name="networkingrom" long-name="Networking ROM" purpose="mandatory">
       
   699 <!--  production component: contains the IBY files -->
       
   700           </component>
       
   701           <component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc">
       
   702             <unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
       
   703           </component>
       
   704         </collection>
       
   705         <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
       
   706           <component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y">
       
   707             <unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
       
   708           </component>
       
   709         </collection>
       
   710       </block>
       
   711       <block name="cellularsrv" level="services" long-name="Cellular Baseband Services" levels="adaptation hw-if plugin framework server app-if">
       
   712         <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
       
   713           <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional">
       
   714             <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
       
   715           </component>
       
   716           <component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92" purpose="optional">
       
   717             <unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
       
   718           </component>
       
   719         </collection>
       
   720         <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
       
   721           <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y">
       
   722             <unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
       
   723           </component>
       
   724         </collection>
       
   725         <collection name="fax" long-name="Fax" level="server">
       
   726           <component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional">
       
   727             <unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
       
   728           </component>
       
   729         </collection>
       
   730         <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
       
   731           <component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y">
       
   732             <unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
       
   733           </component>
       
   734         </collection>
       
   735         <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
       
   736           <component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y">
       
   737             <unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
       
   738           </component>
       
   739           <component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y">
       
   740             <unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
       
   741           </component>
       
   742           <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y">
       
   743             <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
       
   744           </component>
       
   745           <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y">
       
   746             <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
       
   747           </component>
       
   748           <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional">
       
   749             <unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
       
   750           </component>
       
   751           <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional">
       
   752             <unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
       
   753           </component>
       
   754           <component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" introduced="8.1" purpose="optional" plugin="Y">
       
   755             <unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
       
   756           </component>
       
   757           <component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y">
       
   758             <unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
       
   759           </component>
       
   760           <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y">
       
   761             <unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
       
   762           </component>
       
   763         </collection>
       
   764         <collection name="telephonyserver" long-name="Telephony Server" level="server">
       
   765           <component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory">
       
   766             <unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
       
   767           </component>
       
   768           <component name="etelconfig" long-name="ETel Config" purpose="mandatory" class="config">
       
   769             <unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
       
   770           </component>
       
   771           <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory">
       
   772             <unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
       
   773           </component>
       
   774           <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory">
       
   775             <unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
       
   776           </component>
       
   777           <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory">
       
   778             <unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
       
   779           </component>
       
   780         </collection>
       
   781         <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
       
   782           <component name="common_tsy" long-name="Common TSY" introduced="tb92" purpose="optional" plugin="Y">
       
   783             <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
       
   784           </component>
       
   785           <component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="tb91" purpose="development" plugin="Y">
       
   786             <unit mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp"/>
       
   787           </component>
       
   788           <component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y">
       
   789             <unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
       
   790           </component>
       
   791           <component name="cdmatsy" long-name="CDMA TSY" introduced="7.0" purpose="development" plugin="Y">
       
   792             <unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/>
       
   793           </component>
       
   794           <component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y">
       
   795             <unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
       
   796           </component>
       
   797         </collection>
       
   798         <collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
       
   799           <component name="dial" long-name="Dial" deprecated="9.1" purpose="optional">
       
   800             <unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
       
   801           </component>
       
   802           <component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y">
       
   803             <unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
       
   804           </component>
       
   805           <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory">
       
   806             <unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
       
   807           </component>
       
   808         </collection>
       
   809         <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
       
   810           <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc">
       
   811             <unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
       
   812           </component>
       
   813           <component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc">
       
   814             <unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
       
   815           </component>
       
   816         </collection>
       
   817         <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
       
   818           <component name="mocksy" long-name="MockSY" introduced="tb91" purpose="development" plugin="Y">
       
   819             <unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
       
   820           </component>
       
   821         </collection>
       
   822       </block>
       
   823       <block name="shortlinksrv" level="services" long-name="Short Link Services" levels="adaptation hw-if plugin framework server app-if">
       
   824         <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
       
   825           <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional">
       
   826             <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
       
   827           </component>
       
   828         </collection>
       
   829         <collection name="bluetooth" long-name="Bluetooth" level="framework">
       
   830           <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
       
   831             <unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
       
   832           </component>
       
   833           <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
       
   834             <unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
       
   835           </component>
       
   836           <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
       
   837             <unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
       
   838           </component>
       
   839           <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
       
   840             <unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
       
   841           </component>
       
   842           <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
       
   843             <unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
       
   844           </component>
       
   845           <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development">
       
   846             <unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
       
   847           </component>
       
   848           <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
       
   849             <unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
       
   850           </component>
       
   851           <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
       
   852             <unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
       
   853           </component>
       
   854         </collection>
       
   855         <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
       
   856           <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
       
   857             <unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
       
   858           </component>
       
   859           <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
       
   860             <unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
       
   861           </component>
       
   862           <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
       
   863             <unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
       
   864           </component>
       
   865           <component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional">
       
   866             <unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
       
   867           </component>
       
   868         </collection>
       
   869         <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
       
   870           <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
       
   871             <unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
       
   872           </component>
       
   873         </collection>
       
   874         <collection name="bthci" long-name="Host Controller Interface" level="server">
       
   875           <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional">
       
   876             <unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
       
   877           </component>
       
   878           <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
       
   879             <unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
       
   880           </component>
       
   881           <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
       
   882             <unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
       
   883           </component>
       
   884           <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
       
   885             <unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
       
   886           </component>
       
   887         </collection>
       
   888         <collection name="usbmgmt" long-name="USB Management" level="server">
       
   889           <component name="usbmgr" long-name="USB Manager" purpose="optional">
       
   890             <unit bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
       
   891           </component>
       
   892           <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development">
       
   893             <unit mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
       
   894           </component>
       
   895           <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc">
       
   896             <unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
       
   897           </component>
       
   898         </collection>
       
   899         <collection name="irda" long-name="IrDA" level="plugin">
       
   900           <component name="irdastack" long-name="IrDA Stack" purpose="optional">
       
   901             <unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
       
   902           </component>
       
   903         </collection>
       
   904 		</block>
       
   905       <block name="mm" level="services" long-name="Multimedia" levels="adaptation hw-if device-fw devices middleware app-if">
       
   906         <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
       
   907           <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory">
       
   908             <unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
       
   909           </component>
       
   910           <component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" purpose="development">
       
   911             <unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
       
   912           </component>
       
   913           <component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" purpose="development">
       
   914             <unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
       
   915           </component>
       
   916           <component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional">
       
   917             <unit bldFile="os/mm/imagingandcamerafws/camerafw/framework/group" mrp="os/mm/imagingandcamerafws/camerafw/framework/group/multimedia_ecam_framework.mrp"/>
       
   918           </component>
       
   919           <component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" purpose="development">
       
   920             <unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
       
   921           </component>
       
   922         </collection>
       
   923         <collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
       
   924           <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory">
       
   925 <!-- PLACEHOLDER="DEF137894" START REMOVE -->
       
   926             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmutilitylib/group" mrp="mw/mmmw/mmmiddlewarefws/mmutilitylib/group/multimedia_common.mrp"/>
       
   927           </component>
       
   928         </collection>
       
   929         <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
       
   930           <component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y">
       
   931             <unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
       
   932           </component>
       
   933           <component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y">
       
   934             <unit bldFile="os/mm/imagingandcamerafws/camerafw/plugins/group" mrp="os/mm/imagingandcamerafws/camerafw/plugins/group/multimedia_ecam_plugins.mrp"/>
       
   935 <!-- PLACEHOLDER="DEF137652" REMOVE -->
       
   936           </component>
       
   937           <component name="3gplib" long-name="3GP Library" introduced="Future" purpose="optional">
       
   938             <unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
       
   939           </component>
       
   940           <component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" purpose="development">
       
   941             <unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
       
   942           </component>
       
   943         </collection>
       
   944         <collection name="mm_info" long-name="Multimedia Info" level="app-if">
       
   945           <component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc">
       
   946             <unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
       
   947           </component>
       
   948         </collection>
       
   949         <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
       
   950           <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92" purpose="development">
       
   951             <unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
       
   952           </component>
       
   953         </collection>
       
   954         <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
       
   955           <component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" purpose="development">
       
   956             <unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
       
   957           </component>
       
   958           <component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s" purpose="mandatory">
       
   959             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
       
   960           </component>
       
   961         </collection>
       
   962         <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
       
   963           <component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" purpose="development">
       
   964             <unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
       
   965           </component>
       
   966           <component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" purpose="development">
       
   967             <unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
       
   968           </component>
       
   969           <component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" purpose="development">
       
   970             <unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
       
   971           </component>
       
   972           <component name="mmtesttools" long-name="Multimedia Test Tools" purpose="development">
       
   973             <unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
       
   974           </component>
       
   975         </collection>
       
   976         <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
       
   977           <component name="openmax" long-name="OpenMAX" introduced="tb91" purpose="optional">
       
   978             <unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
       
   979           </component>
       
   980         </collection>
       
   981         <collection name="devsound" long-name="Sound Device" level="devices">
       
   982           <component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory">
       
   983             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
       
   984           </component>
       
   985           <component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92" purpose="optional">
       
   986             <unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
       
   987           </component>
       
   988           <component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92" purpose="optional">
       
   989             <unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
       
   990           </component>
       
   991           <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional">
       
   992             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
       
   993           </component>
       
   994           <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional">
       
   995             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
       
   996           </component>
       
   997           <component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y">
       
   998             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
       
   999           </component>
       
  1000           <component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92" purpose="development">
       
  1001             <unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
       
  1002           </component>
       
  1003           <component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92" purpose="development">
       
  1004             <unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
       
  1005           </component>
       
  1006           <component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" purpose="development">
       
  1007             <unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
       
  1008           </component>
       
  1009           <component name="a3fsrvstart" long-name="A3F Server Start" introduced="tb92" purpose="optional" plugin="Y">
       
  1010             <unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
       
  1011           </component>
       
  1012         </collection>
       
  1013         <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
       
  1014           <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional">
       
  1015             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
       
  1016           </component>
       
  1017           <component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92" purpose="development">
       
  1018             <unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
       
  1019           </component>
       
  1020           <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92" purpose="optional">
       
  1021             <unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
       
  1022           </component>
       
  1023           <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92" purpose="optional">
       
  1024             <unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
       
  1025           </component>
       
  1026           <component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory">
       
  1027             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group/multimedia_mdf_devvideo.mrp"/>
       
  1028           </component>
       
  1029           <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92" purpose="optional">
       
  1030             <unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
       
  1031           </component>
       
  1032           <component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" purpose="development">
       
  1033             <unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
       
  1034           </component>
       
  1035         </collection>
       
  1036       </block>
       
  1037       <block name="graphics" level="services" long-name="Graphics" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
       
  1038         <collection name="graphicstest" long-name="Graphics Test" level="app-if">
       
  1039           <component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development">
       
  1040             <unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
       
  1041           </component>
       
  1042           <component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development">
       
  1043             <unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
       
  1044           </component>
       
  1045         </collection>
       
  1046         <collection name="graphics_info" long-name="Graphics Info" level="app-if">
       
  1047           <component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc">
       
  1048             <unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
       
  1049           </component>
       
  1050         </collection>
       
  1051         <collection name="windowing" long-name="Windowing" level="app-if">
       
  1052           <component name="windowserver" long-name="Window Server" purpose="mandatory">
       
  1053             <unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
       
  1054           </component>
       
  1055         </collection>
       
  1056         <collection name="printingservices" long-name="Printing Services" level="app-if">
       
  1057           <component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional">
       
  1058             <unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
       
  1059           </component>
       
  1060           <component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y">
       
  1061             <unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
       
  1062           </component>
       
  1063         </collection>
       
  1064         <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
       
  1065           <component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory">
       
  1066             <unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
       
  1067           </component>
       
  1068         </collection>
       
  1069         <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
       
  1070           <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional">
       
  1071             <unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
       
  1072           </component>
       
  1073         </collection>
       
  1074         <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
       
  1075           <component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional">
       
  1076             <unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
       
  1077           </component>
       
  1078         </collection>
       
  1079         <collection name="egl" long-name="EGL" level="internal-adaptations">
       
  1080           <component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional">
       
  1081             <unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
       
  1082           </component>
       
  1083         </collection>
       
  1084         <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
       
  1085           <component name="bitgdi" long-name="BitGDI" purpose="mandatory">
       
  1086             <unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
       
  1087           </component>
       
  1088           <component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional">
       
  1089             <unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
       
  1090           </component>
       
  1091           <component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y">
       
  1092             <unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
       
  1093           </component>
       
  1094         </collection>
       
  1095         <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
       
  1096           <component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC">
       
  1097             <unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
       
  1098           </component>
       
  1099         </collection>
       
  1100       </block>
       
  1101       <block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text">
       
  1102         <collection name="charconvfw" long-name="Character Conversion" level="encoding">
       
  1103           <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional">
       
  1104             <unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
       
  1105           </component>
       
  1106           <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y">
       
  1107             <unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
       
  1108           </component>
       
  1109           <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y">
       
  1110             <unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
       
  1111           </component>
       
  1112         </collection>
       
  1113         <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
       
  1114           <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y">
       
  1115             <unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
       
  1116           </component>
       
  1117           <component name="fontstore" long-name="Font Store" purpose="mandatory">
       
  1118             <unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
       
  1119           </component>
       
  1120           <component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder">
       
  1121 <!-- placeholder for text code from GDI -->
       
  1122           </component>
       
  1123           <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
       
  1124             <unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
       
  1125           </component>
       
  1126           <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
       
  1127             <unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
       
  1128           </component>
       
  1129         </collection>
       
  1130 	    <collection name="graphicsdevif" long-name="Graphics Device Interface" level="device">
       
  1131 		  <component name="gdi" long-name="GDI" purpose="mandatory" license-values="3">
       
  1132 		   <unit bldFile="os/textandloc/graphicsdevif/gdi/group" mrp="os/textandloc/graphicsdevif/gdi/group/graphics_gdi.mrp"/>
       
  1133 		  </component>
       
  1134 		</collection>
       
  1135         <collection name="textlayout" long-name="Text Layout" level="text">
       
  1136           <component name="texthandling" long-name="Text Handling" purpose="optional">
       
  1137             <unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
       
  1138           </component>
       
  1139           <component name="textformatting" long-name="Text Formatting" purpose="optional">
       
  1140             <unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
       
  1141           </component>
       
  1142           <component name="word" long-name="Word" purpose="development">
       
  1143             <unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
       
  1144           </component>
       
  1145         </collection>
       
  1146         <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
       
  1147           <component name="nearestlangutil" long-name="Nearest Language Util" introduced="tb91" purpose="mandatory" class="placeholder">
       
  1148 <!-- placeholder for split from bafl -->
       
  1149           </component>
       
  1150           <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
       
  1151             <unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
       
  1152           </component>
       
  1153         </collection>
       
  1154         <collection name="localesupport" long-name="Locale Support" level="util">
       
  1155           <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
       
  1156             <unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
       
  1157           </component>
       
  1158           <component name="initlocale" long-name="Initialise Locale" introduced="tb91" purpose="mandatory" class="placeholder">
       
  1159 <!-- placeholder for split from bafl -->
       
  1160           </component>
       
  1161         </collection>
       
  1162         <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
       
  1163           <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
       
  1164 <!-- placeholder for split from GDI Tools -->
       
  1165           </component>
       
  1166           <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
       
  1167             <unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
       
  1168           </component>
       
  1169         </collection>
       
  1170       </block>
       
  1171       <block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific">
       
  1172         <collection name="xml" long-name="XML" level="generic">
       
  1173           <component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional">
       
  1174             <unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
       
  1175           </component>
       
  1176           <component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y">
       
  1177             <unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
       
  1178           </component>
       
  1179           <component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y">
       
  1180             <unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
       
  1181           </component>
       
  1182         </collection>
       
  1183       </block>
       
  1184       <block name="deviceplatformrelease" level="services" long-name="Device Platform Release" levels="bld mid top">
       
  1185         <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
       
  1186           <component name="cedarutils" long-name="Cedar Utils" purpose="development">
       
  1187             <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
       
  1188           </component>
       
  1189           <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config">
       
  1190             <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
       
  1191           </component>
       
  1192         </collection>
       
  1193         <collection name="foundation_system" long-name="Foundation System" level="top">
       
  1194           <component name="systemdocs" long-name="System Documentation" purpose="development" class="doc">
       
  1195             <unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
       
  1196           </component>
       
  1197         </collection>
       
  1198       </block>
       
  1199       <block name="osrndtools" level="services" long-name="OS RD tools" levels="fw trace">
       
  1200         <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
       
  1201           <component name="cinidata" long-name="CINI Data" purpose="development">
       
  1202             <unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/>
       
  1203           </component>
       
  1204           <component name="testexecute" long-name="Test Execute" deprecated="tb91" purpose="development">
       
  1205             <unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
       
  1206           </component>
       
  1207         </collection>
       
  1208       </block>
       
  1209     </layer>
       
  1210     <layer name="mw" long-name="Middleware" levels="generic specific">
       
  1211       <block name="appsupport" level="generic" long-name="Generic Application Support" levels="system plugin framework server generic specific">
       
  1212         <collection name="filehandling" long-name="File Handling" level="server">
       
  1213           <component name="fileconverterfw" long-name="File Converter Framework" purpose="optional">
       
  1214             <unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
       
  1215           </component>
       
  1216           <component name="fileconverterplugins" long-name="Other File Converter Plugins" introduced="ER5" deprecated="9.3" purpose="optional" plugin="Y">
       
  1217             <unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
       
  1218           </component>
       
  1219           <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y">
       
  1220             <unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
       
  1221           </component>
       
  1222           <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y">
       
  1223             <unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
       
  1224           </component>
       
  1225         </collection>
       
  1226         <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
       
  1227           <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91" purpose="optional" plugin="Y">
       
  1228             <unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
       
  1229           </component>
       
  1230         </collection>
       
  1231         <collection name="commonappservices" long-name="Common Application Services" level="framework">
       
  1232           <component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional">
       
  1233             <unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
       
  1234           </component>
       
  1235           <component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" deprecated="tb92" purpose="development">
       
  1236             <unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
       
  1237           </component>
       
  1238           <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development">
       
  1239             <unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
       
  1240           </component>
       
  1241           <component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc">
       
  1242             <unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
       
  1243           </component>
       
  1244           <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional">
       
  1245             <unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
       
  1246           </component>
       
  1247         </collection>
       
  1248         <collection name="tzservices" long-name="Time Zone Services" level="plugin">
       
  1249           <component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional">
       
  1250             <unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
       
  1251           </component>
       
  1252           <component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional">
       
  1253             <unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
       
  1254           </component>
       
  1255           <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config">
       
  1256             <unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
       
  1257           </component>
       
  1258           <component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config">
       
  1259             <unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
       
  1260           </component>
       
  1261           <component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1" purpose="optional">
       
  1262             <unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
       
  1263           </component>
       
  1264           <component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" purpose="development">
       
  1265             <unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
       
  1266           </component>
       
  1267         </collection>
       
  1268         <collection name="contenthandling" long-name="Content Handling" level="plugin">
       
  1269           <component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0" purpose="optional">
       
  1270             <unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
       
  1271           </component>
       
  1272           <component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y">
       
  1273             <unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
       
  1274           </component>
       
  1275 		  <component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development" contributed="no">
       
  1276 			<unit bldFile="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group" mrp="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
       
  1277 		  </component>
       
  1278         </collection>
       
  1279         <collection name="printingsupport" long-name="Printing Support" level="generic">
       
  1280           <component name="printinguisupport" long-name="Printing UI Support" purpose="optional">
       
  1281             <unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
       
  1282           </component>
       
  1283         </collection>
       
  1284         <collection name="appfw" long-name="Application Framework" level="framework">
       
  1285           <component name="apparchitecture" long-name="Application Architecture" purpose="mandatory">
       
  1286             <unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
       
  1287           </component>
       
  1288           <component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory">
       
  1289             <unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
       
  1290           </component>
       
  1291           <component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development">
       
  1292             <unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
       
  1293           </component>
       
  1294         </collection>
       
  1295         <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
       
  1296           <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC">
       
  1297             <unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
       
  1298           </component>
       
  1299 		  <component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC" purpose="development" contributed="no">
       
  1300 			<unit bldFile="mw/appsupport/tzpcside/worlddatabasekit/group" mrp="mw/appsupport/tzpcside/worlddatabasekit/group/app-services_wlddatabasekit_cedar.mrp"/>
       
  1301 		  </component>
       
  1302           <component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" purpose="development" class="config PC">
       
  1303             <unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
       
  1304           </component>
       
  1305         </collection>
       
  1306       </block>
       
  1307       <block name="netprotocols" level="generic" long-name="High-level Internet Protocols" levels="plugin framework server generic specific">
       
  1308         <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
       
  1309           <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional">
       
  1310             <unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
       
  1311           </component>
       
  1312           <component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development">
       
  1313             <unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
       
  1314           </component>
       
  1315           <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional">
       
  1316             <unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
       
  1317           </component>
       
  1318           <component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional">
       
  1319             <unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
       
  1320           </component>
       
  1321           <component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional">
       
  1322             <unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
       
  1323           </component>
       
  1324           <component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional">
       
  1325             <unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
       
  1326           </component>
       
  1327         </collection>
       
  1328         <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
       
  1329           <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional">
       
  1330             <unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
       
  1331           </component>
       
  1332           <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional">
       
  1333             <unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
       
  1334           </component>
       
  1335           <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y">
       
  1336             <unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
       
  1337           </component>
       
  1338           <component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y">
       
  1339             <unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
       
  1340           </component>
       
  1341         </collection>
       
  1342       </block>
       
  1343       <block name="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin framework conn server">
       
  1344         <collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
       
  1345           <component name="rtp" long-name="RTP" introduced="9.0" purpose="optional">
       
  1346 <!-- Real Time Data Protocol -->
       
  1347             <unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
       
  1348           </component>
       
  1349           <component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt" purpose="optional">
       
  1350             <unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
       
  1351           </component>
       
  1352         </collection>
       
  1353         <collection name="sipconnproviderplugins" long-name="SIP Connection Provider Plugins" level="conn">
       
  1354 		  <component name="sipconnprovider" long-name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3">
       
  1355 			<unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group/mm-protocols_SIPCPR.mrp"/>
       
  1356 		  </component>
       
  1357 		  <component name="sipdummyprt" long-name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3">
       
  1358 		  <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group/mm-protocols_SIPDummyPRT.mrp"/>
       
  1359 		  </component>
       
  1360 		  <component name="sipstatemachine" long-name="SIP State Machine" introduced="9.2" filter="gt" purpose="optional" license-values="3">
       
  1361 		   <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group/mm-protocols_SipStateMachine.mrp"/>
       
  1362 		  </component>
       
  1363 		  <component name="sipparams" long-name="SIP Params" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3">
       
  1364 		   <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipparams/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipparams/group/mm-protocols_SIPParams.mrp"/>
       
  1365 		  </component>
       
  1366 		  <component name="sipsubconnprovider" long-name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3">
       
  1367 		   <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group/mm-protocols_SIPSCPR.mrp"/>
       
  1368 		  </component>
       
  1369         </collection>
       
  1370       </block>
       
  1371       <block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack fw api">
       
  1372         <collection name="messagingfw" long-name="Messaging FW" level="fw">
       
  1373           <component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y">
       
  1374             <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
       
  1375           </component>
       
  1376           <component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional">
       
  1377             <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
       
  1378           </component>
       
  1379 		  <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional" contributed="no">
       
  1380 			<unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
       
  1381 		  </component>
       
  1382           <component name="msgconf" long-name="Messaging Config" introduced="tb91" purpose="optional" class="config">
       
  1383             <unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
       
  1384           </component>
       
  1385           <component name="watcherfw" long-name="Watcher Framework" purpose="optional">
       
  1386             <unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
       
  1387           </component>
       
  1388           <component name="msgtest" long-name="Messaging Test" purpose="development">
       
  1389             <unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
       
  1390           </component>
       
  1391           <component name="msgtests" long-name="Messaging Tests" purpose="development">
       
  1392             <unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
       
  1393           </component>
       
  1394           <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92" purpose="development">
       
  1395             <unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
       
  1396           </component>
       
  1397           <component name="msgtestproduct" long-name="Messaging Test Product" purpose="development">
       
  1398             <unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
       
  1399           </component>
       
  1400           <component name="biowatchers" long-name="BIO Watchers" introduced="8.0" purpose="optional" plugin="Y">
       
  1401             <unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
       
  1402           </component>
       
  1403           <component name="sendas" long-name="Send As" purpose="optional">
       
  1404             <unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
       
  1405           </component>
       
  1406           <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional">
       
  1407             <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
       
  1408           </component>
       
  1409           <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional">
       
  1410             <unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
       
  1411           </component>
       
  1412         </collection>
       
  1413       </block>
       
  1414       <block name="remoteconn" level="generic" long-name="Remote Connectivity" levels="plugin framework server generic specific">
       
  1415         <collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
       
  1416 		  <component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0" purpose="optional" license-values="3">
       
  1417 		   <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp/connectivity_legacy_plp_plpgrp.mrp"/>
       
  1418 		  </component>
       
  1419 		  <component name="plpvariant" long-name="PLP Variant" deprecated="9.0" purpose="optional" license-values="3">
       
  1420 		   <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant/connectivity_legacy_plp_plpvariant.mrp"/>
       
  1421 		  </component>
       
  1422           <component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0" purpose="optional">
       
  1423             <unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
       
  1424           </component>
       
  1425         </collection>
       
  1426         <collection name="mtptransports" long-name="MTP Transports" level="plugin">
       
  1427           <component name="mtpusbtransport" long-name="MTP USB Transport" introduced="tb91" purpose="optional" plugin="Y">
       
  1428             <unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
       
  1429           </component>
       
  1430         </collection>
       
  1431 		<collection name="mtpfws" long-name="MTP Frameworks" level="framework" contributed="no">
       
  1432 		  <component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" class="test" purpose="development" contributed="no">
       
  1433 			<unit bldFile="mw/remoteconn/mtpfws/mtpintegrationtest/group" mrp="mw/remoteconn/mtpfws/mtpintegrationtest/group/mtp_test.mrp"/>
       
  1434 		  </component>
       
  1435 		</collection>
       
  1436         <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
       
  1437           <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="tb91" purpose="optional" plugin="Y">
       
  1438             <unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
       
  1439           </component>
       
  1440         </collection>
       
  1441         <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
       
  1442           <component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional">
       
  1443             <unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
       
  1444           </component>
       
  1445         </collection>
       
  1446         <collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
       
  1447           <component name="chatscripts" long-name="Chat Scripts" purpose="development">
       
  1448             <unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
       
  1449           </component>
       
  1450           <component name="connectqi" long-name="ConnectQI" introduced="9.1" purpose="optional" class="PC">
       
  1451             <unit mrp="mw/remoteconn/connectivitypcside/connectqi/connectqisdk_mr3.mrp"/>
       
  1452           </component>
       
  1453           <component name="connectqisdk" long-name="ConnectQI SDK" introduced="9.1" purpose="optional" class="PC">
       
  1454             <unit mrp="mw/remoteconn/connectivitypcside/connectqisdk/connectqisdk_public.mrp"/>
       
  1455           </component>
       
  1456         </collection>
       
  1457         <collection name="connectivitydevicefws" long-name="Connectivity Device Frameworks" level="framework">
       
  1458           <component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91" purpose="optional">
       
  1459             <unit bldFile="app/techview/connectivityapps/connectivityfw/group" mrp="app/techview/connectivityapps/connectivityfw/group/connectivity_framework.mrp"/>
       
  1460           </component>
       
  1461           <component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91" purpose="optional">
       
  1462             <unit bldFile="app/techview/connectivityapps/connectivityservices/group" mrp="app/techview/connectivityapps/connectivityservices/group/connectivity_services.mrp"/>
       
  1463           </component>
       
  1464         </collection>
       
  1465       </block>
       
  1466       <block name="shortlinkconn" level="generic" long-name="Shortlink Connectivity" levels="framework server generic specific plugin">
       
  1467         <collection name="obex" long-name="OBEX" level="generic">
       
  1468           <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional">
       
  1469             <unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
       
  1470           </component>
       
  1471           <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional">
       
  1472             <unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
       
  1473           </component>
       
  1474         </collection>
       
  1475         <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
       
  1476           <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional">
       
  1477             <unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
       
  1478           </component>
       
  1479         </collection>
       
  1480       </block>
       
  1481       <block name="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific">
       
  1482         <collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
       
  1483           <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory">
       
  1484             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
       
  1485           </component>
       
  1486         </collection>
       
  1487         <collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
       
  1488           <component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y">
       
  1489             <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
       
  1490           </component>
       
  1491         </collection>
       
  1492         <collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
       
  1493           <component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" purpose="development">
       
  1494             <unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
       
  1495           </component>
       
  1496           <component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" purpose="development">
       
  1497             <unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
       
  1498           </component>
       
  1499           <component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" purpose="development">
       
  1500             <unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
       
  1501           </component>
       
  1502         </collection>
       
  1503         <collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
       
  1504           <component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" purpose="development">
       
  1505             <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
       
  1506           </component>
       
  1507           <component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91" purpose="development">
       
  1508             <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
       
  1509           </component>
       
  1510           <component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" purpose="development">
       
  1511             <unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
       
  1512           </component>
       
  1513         </collection>
       
  1514       </block>
       
  1515       <block name="inputmethods" level="generic" long-name="Input Methods" levels="plugin engine framework">
       
  1516         <collection name="fep" long-name="FEP" level="engine">
       
  1517           <component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory">
       
  1518             <unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
       
  1519           </component>
       
  1520         </collection>
       
  1521       </block>
       
  1522       <block name="classicui" level="generic" long-name="Classic UI" levels="base support server generic specific">
       
  1523         <collection name="commonuisupport" long-name="Common UI Support" level="support">
       
  1524           <component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory">
       
  1525             <unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
       
  1526           </component>
       
  1527           <component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory">
       
  1528             <unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
       
  1529           </component>
       
  1530           <component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory">
       
  1531             <unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
       
  1532           </component>
       
  1533           <component name="grid" long-name="Grid" purpose="optional">
       
  1534             <unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
       
  1535           </component>
       
  1536           <component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc">
       
  1537             <unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
       
  1538           </component>
       
  1539         </collection>
       
  1540         <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
       
  1541           <component name="cone" long-name="Control Environment" purpose="mandatory">
       
  1542             <unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
       
  1543           </component>
       
  1544           <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional">
       
  1545             <unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
       
  1546           </component>
       
  1547           <component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory">
       
  1548             <unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
       
  1549           </component>
       
  1550           <component name="clockanim" long-name="Clock" purpose="optional" plugin="Y">
       
  1551             <unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
       
  1552           </component>
       
  1553           <component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional">
       
  1554             <unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
       
  1555           </component>
       
  1556           <component name="animation" long-name="Animation" introduced="9.1" purpose="optional">
       
  1557             <unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
       
  1558           </component>
       
  1559         </collection>
       
  1560       </block>
       
  1561       <block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api">
       
  1562         <collection name="installationservices" long-name="Installation Services" level="generic">
       
  1563           <component name="swi" long-name="Secure Software Install" purpose="optional">
       
  1564             <unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
       
  1565           </component>
       
  1566           <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
       
  1567             <unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
       
  1568           </component>
       
  1569           <component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0" purpose="development">
       
  1570             <unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
       
  1571           </component>
       
  1572           <component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
       
  1573             <unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
       
  1574           </component>
       
  1575         </collection>
       
  1576         <collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
       
  1577           <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC">
       
  1578             <unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
       
  1579           </component>
       
  1580           <component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC">
       
  1581             <unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
       
  1582           </component>
       
  1583         </collection>
       
  1584       </block>
       
  1585     </layer>
       
  1586     <layer name="app" long-name="Applications" levels="services apps">
       
  1587       <block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
       
  1588 		<collection name="phonebookengines" long-name="Phonebook Engines" level="engine" contributed="no">
       
  1589 		  <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional" contributed="no">
       
  1590 			<unit version="1" bldFile="app/contacts/phonebookengines/contactsmodel/group" mrp="app/contacts/phonebookengines/contactsmodel/group/app-engines_cntmodel.mrp"/>
       
  1591 		  </component>
       
  1592 		</collection>
       
  1593         <collection name="pimprotocols" long-name="PIM Protocols" level="services">
       
  1594 		  <component name="phonebooksync" long-name="Phonebook Sync" plugin="Y" purpose="optional" contributed="no">
       
  1595 			<unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
       
  1596 		  </component>
       
  1597           <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
       
  1598             <unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
       
  1599           </component>
       
  1600         </collection>
       
  1601       </block>
       
  1602       <block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui">
       
  1603         <collection name="pimappservices" long-name="PIM App Services" level="services">
       
  1604 		  <component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional" contributed="no">
       
  1605 			<unit version="2" bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp"/>
       
  1606 		  </component>
       
  1607           <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
       
  1608             <unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
       
  1609           </component>
       
  1610           <component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" purpose="development">
       
  1611             <unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
       
  1612           </component>
       
  1613           <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
       
  1614             <unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
       
  1615           </component>
       
  1616         </collection>
       
  1617         <collection name="officeappeng" long-name="Office App Engines" level="engine">
       
  1618 		  <component name="datamodel" long-name="Data Engine" introduced="ER5" deprecated="9.3" purpose="optional" contributed="no">
       
  1619 			<unit bldFile="app/organizer/officeappeng/datamodel/group" mrp="app/organizer/officeappeng/datamodel/group/app-engines_damodel.mrp"/>
       
  1620 		  </component>
       
  1621           <component name="sheeteng" long-name="Sheet Engine" introduced="ER5" deprecated="9.3" purpose="optional">
       
  1622             <unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
       
  1623           </component>
       
  1624           <component name="charteng" long-name="Chart" introduced="ER5" deprecated="9.3" purpose="optional">
       
  1625             <unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
       
  1626           </component>
       
  1627           <component name="wordeng" long-name="Word Engine" introduced="ER5" deprecated="9.3" purpose="optional">
       
  1628             <unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
       
  1629           </component>
       
  1630         </collection>
       
  1631         <collection name="pimappsupport" long-name="PIM Application Support" level="support">
       
  1632 		  <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional" contributed="no">
       
  1633 			<unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
       
  1634 		  </component>
       
  1635           <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
       
  1636             <unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
       
  1637           </component>
       
  1638         </collection>
       
  1639       </block>
       
  1640       <block name="messaging" level="apps" span="2" long-name="Messaging Apps" levels="mail eng base ui">
       
  1641         <collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
       
  1642           <component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y">
       
  1643             <unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
       
  1644           </component>
       
  1645         </collection>
       
  1646         <collection name="mmsengine" long-name="MMS Engine" level="eng">
       
  1647           <component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional">
       
  1648             <unit bldFile="app/messaging/mmsengine/mmssettings/group/" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
       
  1649           </component>
       
  1650           <component name="mmsconf" long-name="MMS Configuration" purpose="optional">
       
  1651             <unit mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings-config.mrp"/>
       
  1652           </component>
       
  1653         </collection>
       
  1654         <collection name="messagingappbase" long-name="Messaging App Base" level="base">
       
  1655           <component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional">
       
  1656             <unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
       
  1657           </component>
       
  1658           <component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y">
       
  1659             <unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
       
  1660           </component>
       
  1661         </collection>
       
  1662         <collection name="email" long-name="Email" level="mail">
       
  1663           <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" plugin="Y">
       
  1664             <unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
       
  1665           </component>
       
  1666           <component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" plugin="Y">
       
  1667             <unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
       
  1668           </component>
       
  1669         </collection>
       
  1670       </block>
       
  1671       <block name="helps" level="apps" span="2" long-name="Help Apps" levels="eng tools unused ui">
       
  1672         <collection name="symhelptools" long-name="Symbian Help Tools" level="tools">
       
  1673           <component name="cshlpcmpbackend" long-name="CSHelp Compiler Backend" purpose="development">
       
  1674             <unit mrp="app/helps/symhelp/cshlpcmpbackend/group/tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
       
  1675           </component>
       
  1676         </collection>
       
  1677         <collection name="symhelp" long-name="Symbian Help" level="eng">
       
  1678           <component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional">
       
  1679             <unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
       
  1680           </component>
       
  1681         </collection>
       
  1682       </block>
       
  1683       <block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3">
       
  1684         <collection name="buildverification" long-name="Build Verification" level="services">
       
  1685           <component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development">
       
  1686             <unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
       
  1687           </component>
       
  1688         </collection>
       
  1689         <collection name="installationapps" long-name="Installation Apps" level="apps2">
       
  1690           <component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC">
       
  1691             <unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
       
  1692           </component>
       
  1693         </collection>
       
  1694         <collection name="networkingutils" long-name="Networking Utils" level="utils">
       
  1695           <component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0" purpose="development">
       
  1696             <unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
       
  1697           </component>
       
  1698           <component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s" purpose="development">
       
  1699             <unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
       
  1700           </component>
       
  1701         </collection>
       
  1702         <collection name="testapps" long-name="Test Apps" level="utils">
       
  1703           <component name="rschandler" long-name="Resource Handler" deprecated="tb92" purpose="development">
       
  1704             <unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
       
  1705           </component>
       
  1706         </collection>
       
  1707       </block>
       
  1708     </layer>
       
  1709   </systemModel>
       
  1710 </SystemDefinition>