platform_foundationmodel/sysdefs/System_Definition.PDK-4.1.xml
author ShabeR@UK-SHABER
Thu, 09 Apr 2009 13:43:34 +0100
changeset 18 47a972d1b1b0
permissions -rw-r--r--
Add foundation model based project

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SystemDefinition [
 <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
 <!ATTLIST SystemDefinition
  name CDATA #REQUIRED
  schema CDATA #REQUIRED>
 <!ELEMENT systemModel (layer+)>
 <!ELEMENT layer (block* | collection*)*>
 <!ATTLIST layer
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED>
 <!ELEMENT block (subblock* | collection*)*>
 <!ATTLIST block
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED
  level NMTOKEN #IMPLIED
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED>
 <!ELEMENT subblock (collection)*>
 <!ATTLIST subblock
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED>
 <!ELEMENT collection (component)*>
 <!ATTLIST collection
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  level NMTOKEN #IMPLIED>
 <!ELEMENT component (unit)*>
 <!ATTLIST component
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  deprecated CDATA #IMPLIED
  introduced CDATA #IMPLIED
  contract CDATA #IMPLIED
  plugin (Y|N) "N"
  filter CDATA #IMPLIED
  class NMTOKENS #IMPLIED
  supports CDATA #IMPLIED>
 <!ELEMENT unit EMPTY>
 <!ATTLIST unit
  mrp CDATA #IMPLIED
  filter CDATA #IMPLIED
  bldFile CDATA #IMPLIED
  root CDATA #IMPLIED
  version NMTOKEN #IMPLIED
  prebuilt NMTOKEN #IMPLIED
  late (Y|N) #IMPLIED
  priority CDATA #IMPLIED>
 <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
 <!ATTLIST SystemBuild schema CDATA #REQUIRED>
 <!ELEMENT list (ref+)>
 <!ATTLIST list
  name ID #REQUIRED
  description CDATA #REQUIRED>
 <!ELEMENT ref EMPTY>
 <!ATTLIST ref item CDATA #REQUIRED>
 <!ELEMENT targetList EMPTY>
 <!ATTLIST targetList
  name ID #REQUIRED
  description CDATA #REQUIRED
  target IDREFS #REQUIRED>
 <!ELEMENT target EMPTY>
 <!ATTLIST target
  name ID #REQUIRED
  abldTarget CDATA #REQUIRED
  description CDATA #REQUIRED>
 <!ELEMENT option EMPTY>
 <!ATTLIST option
  name ID #REQUIRED
  abldOption CDATA #REQUIRED
  description CDATA #REQUIRED
  enable (Y | N ) #REQUIRED>
 <!ELEMENT configuration (listRef+ | ref+ | task+)*>
 <!ATTLIST configuration
  name ID #REQUIRED
  description CDATA #REQUIRED
  filter CDATA #REQUIRED>
 <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
 <!ELEMENT listRef EMPTY>
 <!ATTLIST listRef list CDATA #REQUIRED>
 <!ELEMENT buildLayer EMPTY>
 <!ATTLIST buildLayer
  command CDATA #REQUIRED
  targetList IDREFS #IMPLIED
  unitParallel (Y | N ) #REQUIRED
  targetParallel (Y | N ) "N">
 <!ELEMENT specialInstructions EMPTY>
 <!ATTLIST specialInstructions
  name CDATA #REQUIRED
  cwd CDATA #REQUIRED
  root CDATA #IMPLIED
  command CDATA #REQUIRED>
]>
<SystemDefinition name="Symbian" schema="2.0.1">
 <systemModel>
  <layer name="os" long-name="OS" levels="hw services">
   <block name="kernelhwsrv" long-name="Kernel and Hardware Services" level="hw" levels="hw-if adaptation framework test">
    <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
     <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3">
      <unit bldFile="os\kernelhwsrv\baseintegtests\baseintegrationtest\group" mrp="os\kernelhwsrv\baseintegtests\baseintegrationtest\group\base_integration_test.mrp"/>
     </component>
    </collection>
    <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
     <component name="ubootldr" long-name="Boot Loader" introduced="9.2">
      <unit mrp="os\kernelhwsrv\brdbootldr\ubootldr\base_ubootldr.mrp"/>
     </component>
    </collection>
    <collection name="unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
     <component name="uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2.mrp"/>
     </component>
     <component name="uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1">
      <unit mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2_undeliverable.mrp"/>
     </component>
     <component name="uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2\base_crashflash_unistore2.mrp"/>
     </component>
     <component name="uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1">
      <unit bldFile="os\kernelhwsrv\unistore2\uiibootsupport\nandloader\unistore2" mrp="os\kernelhwsrv\unistore2\uiibootsupport\base_nandboot_unistore2.mrp"/>
     </component>
    </collection>
    <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
     <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0">
      <unit bldFile="os\kernelhwsrv\bsptemplate\asspandvariant\template_variant" mrp="os\kernelhwsrv\bsptemplate\asspandvariant\base_template.mrp"/>
     </component>
    </collection>
    <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
     <component name="eka" long-name="Kernel Architecture" introduced="8.0">
      <unit bldFile="os\kernelhwsrv\kernel\eka" mrp="os\kernelhwsrv\kernel\eka\base_e32.mrp"/>
     </component>
    </collection>
    <collection name="kerneltest" long-name="Kernel Test" level="hw-if">
     <component name="e32test" long-name="E32 Tests" class="test">
      <unit bldFile="os\kernelhwsrv\kerneltest\e32test\group" mrp="os\kernelhwsrv\kerneltest\e32test\group\base_e32test.mrp"/>
     </component>
     <component name="sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" class="test">
      <unit bldFile="os\kernelhwsrv\kerneltest\sdiotest" mrp="os\kernelhwsrv\kerneltest\sdiotest\base_sdiotests.mrp"/>
     </component>
     <component name="e32utils" long-name="E32 Utilities">
      <unit bldFile="os\kernelhwsrv\kerneltest\e32utils\group" mrp="os\kernelhwsrv\kerneltest\e32utils\group\base_e32utils.mrp"/>
     </component>
     <component name="f32test" long-name="File Server Tests" class="test">
      <unit bldFile="os\kernelhwsrv\kerneltest\f32test\group" mrp="os\kernelhwsrv\kerneltest\f32test\group\base_f32test.mrp"/>
     </component>
    </collection>
    <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
     <component name="ethernetldd" long-name="Ethernet Drivers">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ethernet" mrp="os\kernelhwsrv\kernel\eka\drivers\ethernet\base_e32_drivers_ethernet.mrp"/>
     </component>
     <component name="audioldd" long-name="Audio Drivers" introduced="8.1b">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\esound" mrp="os\kernelhwsrv\kernel\eka\drivers\esound\base_e32_drivers_sound.mrp"/>
     </component>
     <component name="serialldd" long-name="Serial Port Drivers">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ecomm" mrp="os\kernelhwsrv\kernel\eka\drivers\ecomm\base_e32_drivers_ecomm.mrp"/>
     </component>
     <component name="legacydrivers" long-name="Legacy Drivers">
      <unit mrp="os\kernelhwsrv\kernel\eka\drivers\adc\base_e32_drivers_adc.mrp"/>
     </component>
     <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b">
      <!-- these are LDDs for storage media-->
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\locmedia" mrp="os\kernelhwsrv\kernel\eka\drivers\locmedia\base_e32_drivers_locmedia.mrp"/>
     </component>
     <component name="runmodedebugger" long-name="Run Mode Debugger">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\debug" mrp="os\kernelhwsrv\kernel\eka\drivers\debug\base_e32_drivers_debug.mrp"/>
     </component>
     <component name="btrace" long-name="Kernel Trace Tool">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\trace" mrp="os\kernelhwsrv\kernel\eka\drivers\trace\base_e32_drivers_trace.mrp"/>
     </component>
    </collection>
    <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
     <component name="sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard3c" mrp="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard3c\base_e32_sd3c.mrp"/>
     </component>
     <component name="sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard4c" mrp="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard4c\base_e32_sd4c.mrp"/>
     </component>
     <component name="mediadrivers" long-name="Media Drivers">
      <!-- these are for storage media-->
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\media" mrp="os\kernelhwsrv\kernel\eka\drivers\media\base_e32_drivers_media.mrp"/>
     </component>
     <component name="genericboardsupport" long-name="Generic Board Support">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\bsp" mrp="os\kernelhwsrv\kernel\eka\drivers\bsp\base_e32_drivers_bsp.mrp"/>
     </component>
    </collection>
    <collection name="localisation" long-name="Localisation" level="adaptation">
     <component name="localesupport" long-name="Locale Support" plugin="Y">
      <unit bldFile="os\kernelhwsrv\localisation\localesupport" mrp="os\kernelhwsrv\localisation\localesupport\mmpfiles\base_loce32.mrp"/>
     </component>
    </collection>
    <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
     <component name="euser" long-name="User Library">
      <unit bldFile="os\kernelhwsrv\kernel\eka\euser" mrp="os\kernelhwsrv\kernel\eka\euser\base_e32_euser.mrp"/>
     </component>
     <component name="compsupp" long-name="Compiler Runtime Support" filter="gt">
      <unit bldFile="os\kernelhwsrv\kernel\eka\compsupp" mrp="os\kernelhwsrv\kernel\eka\compsupp\base_e32_compsupp.mrp"/>
     </component>
     <component name="fileserver" long-name="File Server" filter="gt">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\group" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\group\base_f32.mrp"/>
     </component>
     <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" plugin="Y" introduced="9.1">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group" mrp="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group\syslibs_FATCharsetConv.mrp"/>
     </component>
     <component name="nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sftl" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sftl\base_f32_sftl.mrp"/>
     </component>
     <component name="estart" long-name="Base Starter" filter="gt">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\estart" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\estart\base_f32_estart.mrp"/>
     </component>
     <component name="domainmgr" long-name="Domain Manager" introduced="8.1b">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\domainmgr\group" mrp="os\kernelhwsrv\userlibandfileserver\domainmgr\group\base_domain.mrp"/>
     </component>
     <component name="basedocs" long-name="Base Documentation">
      <unit mrp="os\kernelhwsrv\userlibandfileserver\basedocs\base_documentation.mrp"/>
     </component>
    </collection>
    <collection name="filesystems" long-name="File Systems" level="framework">
     <component name="romfs" long-name="ROM File System" filter="gt" plugin="Y">
      <unit mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srom\base_f32_srom.mrp"/>
     </component>
     <component name="rofs" long-name="ROFS" filter="gt" plugin="Y">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\srofs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srofs\base_f32_srofs.mrp"/>
     </component>
     <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" plugin="Y">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage\base_f32_smassstorage.mrp"/>
     </component>
     <component name="fat32fs" long-name="FAT32 File System" filter="gt" plugin="Y">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32\base_f32_sfat32.mrp"/>
     </component>
     <component name="fatfs" long-name="FAT File System" filter="gt" plugin="Y">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat\base_f32_sfat.mrp"/>
     </component>
     <component name="compfs" long-name="Composite File System" filter="gt" plugin="Y">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\scomp" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\scomp\base_f32_scomp.mrp"/>
     </component>
     <component name="ntfs" long-name="NTFS" filter="gt" plugin="Y">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs\base_f32_sntfs.mrp"/>
     </component>
     <component name="iso9660fs" long-name="ISO9660 File System" filter="gt" plugin="Y" introduced="8.1b">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660\base_f32_siso9660.mrp"/>
     </component>
    </collection>
    <collection name="halservices" long-name="HAL Services" level="framework">
     <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0">
      <unit bldFile="os\kernelhwsrv\halservices\hal" mrp="os\kernelhwsrv\halservices\hal\base_hal.mrp"/>
     </component>
    </collection>
    <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
     <component name="e32wsrv" long-name="Text Window Server">
      <unit bldFile="os\kernelhwsrv\kernel\eka\ewsrv" mrp="os\kernelhwsrv\kernel\eka\ewsrv\base_e32_ewsrv.mrp"/>
     </component>
     <component name="textshell" long-name="Text Shell" filter="gt">
      <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\etshell" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\etshell\base_f32_eshell.mrp"/>
     </component>
    </collection>
    <collection name="baseapitest" long-name="Base API Tests" level="test">
     <component name="basesvs" long-name="Base Verification Suite" class="placeholder test" introduced="tb91">
      <!-- PLACEHOLDER="DS.1603"
			<unit mrp="os/kernelhwsrv/baseapitest/group/basesvs.mrp"/>
			-->
     </component>
    </collection>
   </block>
   <block name="boardsupport" long-name="Board Support" level="hw" levels="bsp test 2 3 4">
    <collection name="emulator" long-name="Emulator" level="bsp">
     <component name="emulatorbsp" long-name="Emulator BSP">
      <unit bldFile="os\boardsupport\emulator\emulatorbsp" mrp="os\boardsupport\emulator\emulatorbsp\base_wins.mrp"/>
     </component>
     <component name="unistore2emulatorsupport" long-name="UniStore2 Emulator Support" filter="gt" introduced="tb91">
      <unit bldFile="os\boardsupport\emulator\unistore2emulatorsupport" mrp="os\boardsupport\emulator\unistore2emulatorsupport\base_wins_unistore2.mrp"/>
     </component>
    </collection>
    <collection name="omaph2" long-name="OMAP H2" level="bsp">
     <component name="omaph2bsp" long-name="OMAP H2 BSP" introduced="9.0">
      <unit bldFile="os\boardsupport\omaph2\omaph2bsp\h2" mrp="os\boardsupport\omaph2\omaph2bsp\h2\base_omaph2.mrp"/>
     </component>
     <component name="omaph2unistore2" long-name="OMAP H2 UniStore2" filter="gt" introduced="9.1">
      <unit bldFile="os\boardsupport\omaph2\omaph2unistore2" mrp="os\boardsupport\omaph2\omaph2unistore2\base_h2_unistore2.mrp"/>
     </component>
     <component name="omaph2sdio" long-name="OMAP H2 SDIO" filter="gt" introduced="9.2">
      <unit bldFile="os\boardsupport\omaph2\omaph2sdio" mrp="os\boardsupport\omaph2\omaph2sdio\base_h2_sdio.mrp"/>
     </component>
    </collection>
    <collection name="omaph4" long-name="OMAP H4" level="bsp">
     <component name="omaph4bsp" long-name="OMAP H4 BSP">
      <unit bldFile="os\boardsupport\omaph4\omaph4bsp\h4" mrp="os\boardsupport\omaph4\omaph4bsp\h4\base_omaph4hrp.mrp"/>
     </component>
     <component name="h4bootloader" long-name="H4 Boot Loader" introduced="9.1">
      <unit mrp="os\boardsupport\omaph4\h4bootloader\base_omaph4hrp_bootldr.mrp" bldFile="os\boardsupport\omaph4\h4bootloader"/>
     </component>
     <component name="omaph4minienvbootloader" long-name="OMAP H4 Mini Environment Boot Loader" introduced="9.2">
      <unit mrp="os\boardsupport\omaph4\omaph4minienvbootloader\base_omaph4hrp_mebootldr.mrp" bldFile="os\boardsupport\omaph4\omaph4minienvbootloader"/>
     </component>
     <component name="omaph4unistore2" long-name="OMAP H4 Unistore2" filter="gt" introduced="9.2">
      <unit bldFile="os\boardsupport\omaph4\omaph4unistore2" mrp="os\boardsupport\omaph4\omaph4unistore2\base_omaph4hrp_unistore2.mrp"/>
     </component>
     <component name="omaph4sdio" long-name="OMAP H4 SDIO" filter="gt" introduced="9.2">
      <unit bldFile="os\boardsupport\omaph4\omaph4sdio" mrp="os\boardsupport\omaph4\omaph4sdio\base_omaph4hrp_sdio.mrp"/>
     </component>
    </collection>
    <collection name="haitest" long-name="HAI Test Suites" level="test">
     <component name="bspsvs" long-name="BSP Verification Suite" class="placeholder test" introduced="Saffron">
      <!-- PLACEHOLDER="DS.1603"
			<unit mrp="os/boardsupport/haitest/group/bspsvs.mrp"/>
			-->
     </component>
    </collection>
   </block>
   <block name="buildtools" long-name="Build Tools" level="hw" levels="bld mw fw ui">
    <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
     <component name="buildsystemtools" long-name="Build System Tools">
      <unit bldFile="os\buildtools\bldsystemtools\buildsystemtools\group" mrp="os\buildtools\bldsystemtools\buildsystemtools\group\tools_build.mrp"/>
     </component>
     <component name="gttechviewbaseline" long-name="GT Techview Baseline">
      <unit mrp="os\buildtools\packaging\additionalutils\gt_techview_baseline.mrp"/>
     </component>
     <component name="commonbldutils" long-name="Common Utils">
      <unit mrp="os\buildtools\bldsystemtools\commonbldutils\tools_utils_common.mrp"/>
     </component>
    </collection>
    <collection name="packaging" long-name="Packaging" level="ui">
     <component name="additionalutils" long-name="Additional Utils">
      <unit mrp="os\buildtools\packaging\additionalutils\additional_unknown_cedar.mrp"/>
     </component>
    </collection>
    <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
     <component name="productionbldtools" long-name="Production Build Tools" filter="gt">
      <unit mrp="os\buildtools\toolsandutils\productionbldtools\product_tools.mrp"/>
     </component>
     <component name="ctsfunctionalitycheckers" long-name="CTS Functionality Checkers">
      <unit mrp="os\buildtools\toolsandutils\ctsfunctionalitycheckers\Group\testtools_cts_functionalitycheckers.mrp"/>
     </component>
     <component name="burtestserver" long-name="BUR Test Server">
      <unit bldFile="os\buildtools\toolsandutils\burtestserver\Group" mrp="os\buildtools\toolsandutils\burtestserver\Group\testtools_burtestserver.mrp"/>
     </component>
     <component name="cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt">
      <unit bldFile="os\buildtools\toolsandutils\cbrtools\group" mrp="os\buildtools\toolsandutils\cbrtools\group\tools_cbr_tools.mrp"/>
     </component>
     <component name="prf" long-name="Product Realisation Framework">
      <unit bldFile="os\buildtools\toolsandutils\prf\group" mrp="os\buildtools\toolsandutils\prf\group\tools_cbr_prf.mrp"/>
     </component>
     <component name="cdb" long-name="Code Database">
      <unit bldFile="os\buildtools\toolsandutils\cdb\group" mrp="os\buildtools\toolsandutils\cdb\group\testtools_cdb.mrp"/>
     </component>
     <component name="e32tools" long-name="E32 Tools" class="PC" deprecated="tb91">
      <unit bldFile="os\buildtools\toolsandutils\e32tools\group" mrp="os\buildtools\toolsandutils\e32tools\group\tools_e32tools.mrp"/>
     </component>
     <component name="kitcomparator" long-name="Kit Comparator">
      <unit bldFile="os\buildtools\toolsandutils\kitcomparator\group" mrp="os\buildtools\toolsandutils\kitcomparator\group\testtools_cts_kitcomparator.mrp"/>
     </component>
     <component name="wincredistribution" long-name="WinC Redistribution">
      <unit mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_winc.mrp"/>
     </component>
     <component name="additionalredistribution" long-name="Additional Redistribution">
      <unit mrp="os\buildtools\perltoolsplat_os\redistribution\additional_tools.mrp"/>
     </component>
     <component name="testdriver" long-name="Test Driver">
      <unit bldFile="os\buildtools\toolsandutils\testdriver\Group" mrp="os\buildtools\toolsandutils\testdriver\Group\testtools_testdriver.mrp"/>
     </component>
     <component name="statapi" long-name="STAT API" filter="gt">
      <unit bldFile="os\buildtools\toolsandutils\statapi\source\statapi\console" mrp="os\buildtools\toolsandutils\statapi\group\testtools_stat_device_gt.mrp"/>
     </component>
     <component name="statsource" long-name="STAT Source" filter="gt">
      <unit mrp="os\buildtools\toolsandutils\statsource\group\testtools_stat_common_source.mrp"/>
     </component>
     <component name="statdesktop" long-name="STAT Desktop" filter="gt">
      <unit bldFile="os\buildtools\toolsandutils\statdesktop\group" mrp="os\buildtools\toolsandutils\statdesktop\group\testtools_stat_desktop.mrp"/>
     </component>
     <component name="systemmonitor" long-name="System Monitor" introduced="8.0">
      <unit bldFile="os\buildtools\toolsandutils\systemmonitor\group" mrp="os\buildtools\toolsandutils\systemmonitor\group\testtools_systemmonitor.mrp"/>
     </component>
     <component name="testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91">
      <unit bldFile="os\buildtools\toolsandutils\testtoolsdesktop\group" mrp="os\buildtools\toolsandutils\testtoolsdesktop\group\testtools_desktop.mrp"/>
     </component>
     <component name="wintunnel" long-name="Wintunnel">
      <unit mrp="os\buildtools\toolsandutils\wintunnel\group\testtools_WinTunnel_srconly.mrp"/>
     </component>
     <component name="usecasecontroller" long-name="Use Case Controller">
      <unit bldFile="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group" mrp="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group\testtools_ucc.mrp"/>
     </component>
     <component name="autotest" long-name="Autotest">
      <unit bldFile="os\buildtools\toolsandutils\autotest\group" mrp="os\buildtools\toolsandutils\autotest\group\tools_autotest.mrp"/>
     </component>
     <component name="testconfigfileparser" long-name="Test Config File Parser">
      <unit bldFile="os\buildtools\toolsandutils\testconfigfileparser\group" mrp="os\buildtools\toolsandutils\testconfigfileparser\group\tools_testconfigfileparser.mrp"/>
     </component>
     <component name="kitsetupapp" long-name="Kit Setup App" filter="gt">
      <unit mrp="os\buildtools\toolsandutils\kitsetupapp\group\tools_devkits_kitsetupapp.mrp"/>
     </component>
     <component name="navigationpages" long-name="Navigation Pages">
      <unit mrp="os\buildtools\toolsandutils\navigationpages\tools_sdk_eng_NavigationPages.mrp"/>
     </component>
     <component name="productinstaller" long-name="Product Installer" filter="gt">
      <unit bldFile="os\buildtools\toolsandutils\productinstaller\group" mrp="os\buildtools\toolsandutils\productinstaller\group\tools_custkits_productinstaller.mrp"/>
     </component>
     <component name="stlport" long-name="STL Port">
      <unit bldFile="os\buildtools\toolsandutils\stlport\group" mrp="os\buildtools\toolsandutils\stlport\group\tools_stlport.mrp"/>
     </component>
    </collection>
    <collection name="dist_os" long-name="Redistribution" level="mw">
     <component name="redistributionwinceka2" long-name="Redistribution WINC EKA2">
      <unit bldFile="os\buildtools\dist_os\redistributionwinceka2" mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_cedar.mrp"/>
     </component>
    </collection>
    <collection name="bintools_os" long-name="Binary Tools" level="fw">
     <component name="rcomp" long-name="Resource Compiler">
      <unit bldFile="os\buildtools\bintools_os\rcomp\group" mrp="os\buildtools\bintools_os\rcomp\group\tools_rcomp.mrp"/>
     </component>
     <component name="evalid" long-name="Evalid">
      <unit bldFile="os\buildtools\bintools_os\evalid" mrp="os\buildtools\bintools_os\evalid\tools_evalid.mrp"/>
     </component>
    </collection>
    <collection name="perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
     <component name="redistribution" long-name="Redistribution" filter="gt">
      <unit bldFile="os\buildtools\perltoolsplat_os\redistribution" mrp="os\buildtools\perltoolsplat_os\redistribution\tools_redistribution_common.mrp"/>
     </component>
     <component name="legacycommonperl" long-name="Legacy Common Perl Libraries">
      <unit bldFile="os\buildtools\perltoolsplat_os\legacycommonperl\group" mrp="os\buildtools\perltoolsplat_os\legacycommonperl\group\tools_sdk_eng_perllibrary.mrp"/>
     </component>
     <component name="commonperl" long-name="Common Perl Libraries">
      <unit bldFile="os\buildtools\perltoolsplat_os\commonperl\group" mrp="os\buildtools\perltoolsplat_os\commonperl\group\tools_sdk_eng_perl_shared.mrp"/>
     </component>
    </collection>
    <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
     <component name="e32toolp" long-name="E32 Perl Tools" class="PC">
      <unit mrp="os\buildtools\sbsv1_os\e32toolp\group\tools_e32toolp.mrp"/>
     </component>
     <component name="bldtools" long-name="Build Tools" filter="gt">
      <unit bldFile="os\buildtools\sbsv1_os\bldtools\group" mrp="os\buildtools\sbsv1_os\bldtools\group\tools_sdk_eng_build-tools.mrp"/>
     </component>
    </collection>
    <collection name="srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
     <component name="leavescan" long-name="Leavescan">
      <unit bldFile="os\buildtools\srcanamdw_os\leavescan\group" mrp="os\buildtools\srcanamdw_os\leavescan\group\testtools_leavescan.mrp"/>
     </component>
     <component name="programchecker" long-name="Program Checker" deprecated="tb91">
      <unit bldFile="os\buildtools\srcanamdw_os\programchecker\group" mrp="os\buildtools\srcanamdw_os\programchecker\group\testtools_programchecker.mrp"/>
     </component>
     <component name="migrationtool" long-name="Migration Tool">
      <unit bldFile="os\buildtools\srcanamdw_os\migrationtool\group" mrp="os\buildtools\srcanamdw_os\migrationtool\group\testtools_migrationtool.mrp"/>
     </component>
    </collection>
    <collection name="imgtools_os" long-name="Image Tools" level="fw">
     <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91">
      <unit bldFile="os\buildtools\imgtools_os\romkiteka2\group" mrp="os\buildtools\imgtools_os\romkiteka2\group\tools_romkit.mrp"/>
     </component>
    </collection>
    <collection name="binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
     <component name="captools" long-name="Capability Tools">
      <unit bldFile="os\buildtools\binanamdw_os\captools\group" mrp="os\buildtools\binanamdw_os\captools\group\testtools_captools.mrp"/>
     </component>
     <component name="depcheck" long-name="Dependency Checker">
      <unit bldFile="os\buildtools\binanamdw_os\depcheck" mrp="os\buildtools\binanamdw_os\depcheck\tools_depcheck.mrp"/>
     </component>
    </collection>
    <collection name="devlib" long-name="Developer Library" level="ui">
     <component name="devlibhelp" long-name="Developer Library Help">
      <unit version="9.4" bldFile="os\buildtools\devlib\devlibhelp\group\devlib94" mrp="os\buildtools\devlib\devlibhelp\group\devlib94\developerlibrary_doc_html.mrp"/>
     </component>
     <component name="devlibsrc" long-name="Developer Library Source" filter="gt">
      <unit bldFile="os\buildtools\devlib\devlibhelp\securitysupplement\doc_source" mrp="os\buildtools\devlib\devlibhelp\developerlibrary_doc_source.mrp"/>
     </component>
     <component name="devlibhtml" long-name="Developer Library HTML">
      <unit mrp="os\buildtools\devlib\devlibhelp\group\shared\developerlibrary_doc_plain_html.mrp"/>
     </component>
     <component name="toolsdocs" long-name="Tools Documentation">
      <unit mrp="os\buildtools\devlib\toolsdocs\tools_documentation.mrp"/>
     </component>
    </collection>
    <collection name="misccomponents" long-name="Misc Components" level="mw">
     <component name="runperl" long-name="Run PERL" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\runperl\group" mrp="os\buildtools\misccomponents\runperl\group\tools_sdk_eng_runperl.mrp"/>
     </component>
     <component name="assertion" long-name="Assertion" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\assertion\group" mrp="os\buildtools\misccomponents\assertion\group\tools_sdk_eng_assertion.mrp"/>
     </component>
     <component name="enum" long-name="Enum" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\enum\group" mrp="os\buildtools\misccomponents\enum\group\tools_sdk_eng_enum.mrp"/>
     </component>
     <component name="logger" long-name="Logger" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\logger\group" mrp="os\buildtools\misccomponents\logger\group\tools_sdk_eng_logger.mrp"/>
     </component>
     <component name="filesys" long-name="Filesys" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\filesys\group" mrp="os\buildtools\misccomponents\filesys\group\tools_sdk_eng_filesys.mrp"/>
     </component>
     <component name="envvar" long-name="Envvar" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\envvar\group" mrp="os\buildtools\misccomponents\envvar\group\tools_sdk_eng_envvar.mrp"/>
     </component>
     <component name="installutils" long-name="Install Utils" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\installutils\group" mrp="os\buildtools\misccomponents\installutils\group\tools_sdk_eng_installutils.mrp"/>
     </component>
     <component name="mnemonicfix" long-name="Mnemonic Fix" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\mnemonicfix\group" mrp="os\buildtools\misccomponents\mnemonicfix\group\tools_sdk_eng_mnemonicfix.mrp"/>
     </component>
     <component name="pathbrowser" long-name="Path Browser" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\pathbrowser\group" mrp="os\buildtools\misccomponents\pathbrowser\group\tools_sdk_eng_pathbrowser.mrp"/>
     </component>
     <component name="shellexec" long-name="Shell Exec" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\shellexec\group" mrp="os\buildtools\misccomponents\shellexec\group\tools_sdk_eng_shellexec.mrp"/>
     </component>
     <component name="swingworker" long-name="Swing Worker" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\swingworker\group" mrp="os\buildtools\misccomponents\swingworker\group\tools_sdk_eng_swingworker.mrp"/>
     </component>
     <component name="testcaserunner" long-name="Test Case Runner" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\testcaserunner\group" mrp="os\buildtools\misccomponents\testcaserunner\group\tools_sdk_eng_testcaserunner.mrp"/>
     </component>
     <component name="toolbarpanel" long-name="Tool Bar Panel" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\toolbarpanel\group" mrp="os\buildtools\misccomponents\toolbarpanel\group\tools_sdk_eng_toolbarpanel.mrp"/>
     </component>
     <component name="javahelp" long-name="Java Help" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\javahelp\group" mrp="os\buildtools\misccomponents\javahelp\group\tools_sdk_eng_javahelp.mrp"/>
     </component>
     <component name="langconfig" long-name="Language Config" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\langconfig\group" mrp="os\buildtools\misccomponents\langconfig\group\tools_sdk_eng_langconfig.mrp"/>
     </component>
     <component name="sdkinfo" long-name="SDK Info" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\sdkinfo\group" mrp="os\buildtools\misccomponents\sdkinfo\group\tools_sdk_eng_sdkinfo.mrp"/>
     </component>
     <component name="jade" long-name="Jade " filter="gt">
      <unit bldFile="os\buildtools\misccomponents\jade\group" mrp="os\buildtools\misccomponents\jade\group\tools_sdk_eng_jade.mrp"/>
     </component>
     <component name="sdkpackagemgr" long-name="SDK Package Manager" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\sdkpackagemgr\group" mrp="os\buildtools\misccomponents\sdkpackagemgr\group\tools_sdk_eng_sdkpkg-manager.mrp"/>
     </component>
     <component name="sdkpkgtools" long-name="SDK Package Tools" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\sdkpkgtools\group" mrp="os\buildtools\misccomponents\sdkpkgtools\group\tools_sdk_eng_sdkpkg-tools.mrp"/>
     </component>
     <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\emulatorlauncher\group" mrp="os\buildtools\misccomponents\emulatorlauncher\group\tools_sdk_eng_emulator_launcher.mrp"/>
     </component>
     <component name="pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\pkgmgrgui\group" mrp="os\buildtools\misccomponents\pkgmgrgui\group\tools_sdk_eng_pkgmgrgui.mrp"/>
     </component>
     <component name="launch" long-name="Launch" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\launch\group" mrp="os\buildtools\misccomponents\launch\group\tools_sdk_eng_launch.mrp"/>
     </component>
     <component name="toolsstubs" long-name="Devices Tools Stubs" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\toolsstubs\group" mrp="os\buildtools\misccomponents\toolsstubs\group\tools_sdk_eng_tools_stubs.mrp"/>
     </component>
     <component name="bspbuilder" long-name="BSP Builder" filter="gt">
      <unit bldFile="os\buildtools\misccomponents\bspbuilder\group" mrp="os\buildtools\misccomponents\bspbuilder\group\tools_bspbuilder.mrp"/>
     </component>
     <component name="splash" long-name="Splash Screen">
      <unit bldFile="os\buildtools\misccomponents\splash\group" mrp="os\buildtools\misccomponents\splash\group\tools_sdk_eng_splash.mrp"/>
     </component>
     <component name="sdkbuilder" long-name="SDK Building Tools">
      <unit bldFile="os\buildtools\misccomponents\sdkbuilder\group" mrp="os\buildtools\misccomponents\sdkbuilder\group\tools_sdk_eng_sdk_builder.mrp"/>
     </component>
    </collection>
    <collection name="javatoolsplat" long-name="Java Tools Platform" level="mw">
     <component name="javalib" long-name="Java Library " filter="gt">
      <unit bldFile="os\buildtools\javatoolsplat\javalib\group" mrp="os\buildtools\javatoolsplat\javalib\group\tools_sdk_eng_javalibrary.mrp"/>
     </component>
    </collection>
    <collection name="fileconv" long-name="File Converters" level="mw">
     <component name="cjpeg" long-name="CJpeg">
      <unit bldFile="os\buildtools\fileconv\cjpeg\group" mrp="os\buildtools\fileconv\cjpeg\group\tools_sdk_eng_cjpeg.mrp"/>
     </component>
     <component name="alp2csh" long-name="ALP to CSH">
      <unit bldFile="os\buildtools\fileconv\alp2csh\group" mrp="os\buildtools\fileconv\alp2csh\group\tools_sdk_eng_alp2csh.mrp"/>
     </component>
     <component name="rtf2ptml" long-name="RTF to PTML">
      <unit bldFile="os\buildtools\fileconv\rtf2ptml\group" mrp="os\buildtools\fileconv\rtf2ptml\group\tools_sdk_eng_rtf2ptml.mrp"/>
     </component>
    </collection>
   </block>   
   <block name="ossrv" long-name="Generic OS Services" level="services" levels="physical-abstraction app-libs encoding translation data-services utilities">
    <collection name="genericservices" long-name="Generic Services" level="utilities">
     <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt">
      <unit version="9.4" bldFile="os\ossrv\genericservices\s60compatibilityheaders\group94" mrp="os\ossrv\genericservices\s60compatibilityheaders\group94\tools_s60_header_compat94.mrp"/>
     </component>
     <component name="mimerecognitionfw" long-name="MIME Recognition Framework">
      <unit bldFile="os\ossrv\genericservices\mimerecognitionfw\group" mrp="os\ossrv\genericservices\mimerecognitionfw\group\app-framework_emime.mrp"/>
     </component>
     <component name="systemagent" long-name="System Agent" introduced="9.0">
      <unit bldFile="os\ossrv\genericservices\systemagent\group" mrp="os\ossrv\genericservices\systemagent\group\syslibs_sysagent2.mrp"/>
     </component>
     <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0">
      <unit bldFile="os\ossrv\genericservices\taskscheduler\group" mrp="os\ossrv\genericservices\taskscheduler\group\syslibs_schsvr.mrp"/>
     </component>
     <component name="activebackupclient" long-name="Active Backup Client">
      <unit bldFile="os\ossrv\genericservices\activebackupclient\group" mrp="os\ossrv\genericservices\activebackupclient\group\connectivity_abclient.mrp"/>
     </component>
     <component name="syslibsdocs" long-name="Syslibs Documentation" class="doc">
      <unit mrp="os\ossrv\genericservices\syslibsdocs\syslibs_documentation.mrp"/>
     </component>
     <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2">
      <unit bldFile="os\ossrv\genericservices\httputils\group" mrp="os\ossrv\genericservices\httputils\group\application-protocols_inetprotutil.mrp"/>
     </component>
    </collection>
    <collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities">
     <component name="syslibssvs" long-name="Syslibs Verfication Suite" class="placeholder test" introduced="tb91">
      <!-- PLACEHOLDER="DS.1603"
			<unit mrp="os/ossrv/syslibsapitest/group/syslibssvs.mrp"/>
			-->
     </component>
    </collection>
    <collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
     <component name="ziplib" long-name="Zip Compression Library" introduced="6.0">
      <unit bldFile="os\ossrv\compressionlibs\ziplib\group" mrp="os\ossrv\compressionlibs\ziplib\group\syslibs_ezlib.mrp"/>
     </component>
    </collection>
    <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
     <component name="cstdlib" long-name="C Standard Library" introduced="ER5">
      <unit bldFile="os\ossrv\genericopenlibs\cstdlib\group" mrp="os\ossrv\genericopenlibs\cstdlib\group\syslibs_stdlib.mrp"/>
     </component>
     <component name="openenvcore" long-name="Open Environment Core" introduced="tb91">
      <unit bldFile="os\ossrv\genericopenlibs\openenvcore\group" mrp="os\ossrv\genericopenlibs\openenvcore\group\openenv.mrp"/>
     </component>
    </collection>
    <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
     <component name="pluginfw" long-name="Plugin Framework" introduced="6.2">
      <unit version="2" bldFile="os\ossrv\lowlevellibsandfws\pluginfw\Group" mrp="os\ossrv\lowlevellibsandfws\pluginfw\Group\syslibs_ecom.mrp"/>
     </component>
     <component name="apputils" long-name="Application Utilities" introduced="ER5">
      <unit bldFile="os\ossrv\lowlevellibsandfws\apputils\group" mrp="os\ossrv\lowlevellibsandfws\apputils\group\syslibs_bafl.mrp"/>
     </component>
    </collection>
   </block>
   <block name="security" long-name="OS Security" level="services" levels="physical-abstraction plugins libraries management services utilities">
    <collection name="contentmgmt" long-name="Content Management" level="utilities">
     <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1">
      <unit bldFile="os\security\contentmgmt\contentaccessfwfordrm\group" mrp="os\security\contentmgmt\contentaccessfwfordrm\group\security_caf2.mrp"/>
     </component>
     <component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1">
      <unit bldFile="os\security\contentmgmt\cafrecogniserconfig" mrp="os\security\contentmgmt\cafrecogniserconfig\security_reccafconfig.mrp"/>
     </component>
    </collection>
    <collection name="crypto" long-name="Crypto Libraries" level="libraries">
     <component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt">
      <unit bldFile="os\security\crypto\weakcrypto\group" mrp="os\security\crypto\weakcrypto\group\security_crypto_weak.mrp"/>
     </component>
     <component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt">
      <unit bldFile="os\security\crypto\weakcrypto\strong" mrp="os\security\crypto\weakcrypto\group\security_crypto_strong.mrp"/>
     </component>
    </collection>
    <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
     <component name="securityutils" long-name="Security Utils" introduced="8.0">
      <unit bldFile="os\security\cryptomgmtlibs\securityutils\group" mrp="os\security\cryptomgmtlibs\securityutils\group\security_common.mrp"/>
     </component>
     <component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" class="test" deprecated="tb92">
      <unit mrp="os\security\cryptomgmtlibs\securitytestfw\group\security_testframework.mrp"/>
     </component>
     <component name="securitydocs" long-name="Security Documentation">
      <unit mrp="os\security\cryptomgmtlibs\securitydocs\security_documentation.mrp"/>
     </component>
     <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0">
      <unit bldFile="os\security\cryptomgmtlibs\cryptotokenfw\group" mrp="os\security\cryptomgmtlibs\cryptotokenfw\group\security_cryptotokens.mrp"/>
     </component>
    </collection>
    <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
     <component name="securityconfig" long-name="Security Config" introduced="9.1">
      <unit bldFile="os\security\securityanddataprivacytools\securityconfig\group" mrp="os\security\securityanddataprivacytools\securityconfig\group\security_config.mrp"/>
     </component>
     <component name="securitytools" long-name="Security Tools" class="PC" introduced="tb92">
      <unit bldFile="os\security\securityanddataprivacytools\securitytools\group" mrp="os\security\securityanddataprivacytools\securitytools\group\security_tools.mrp"/>
     </component>
    </collection>
    <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
     <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0">
      <unit bldFile="os\security\cryptoservices\certificateandkeymgmt\group" mrp="os\security\cryptoservices\certificateandkeymgmt\group\security_certman.mrp"/>
     </component>
     <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0">
      <unit bldFile="os\security\cryptoservices\filebasedcertificateandkeystores\group" mrp="os\security\cryptoservices\filebasedcertificateandkeystores\group\security_filetokens.mrp"/>
     </component>
     <component name="rootcertificates" long-name="Root Certificates" introduced="7.0s">
      <unit mrp="os\security\cryptoservices\rootcertificates\rootcerts.mrp"/>
     </component>
     <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0">
      <unit bldFile="os\security\cryptoservices\asnpkcs\group" mrp="os\security\cryptoservices\asnpkcs\group\security_asnpkcs.mrp"/>
     </component>
    </collection>
   </block>
   <block name="persistentdata" long-name="Persistent Data Services" level="services" levels="adaptation hw-if plugin framework server app-if">
    <collection name="featuremgmt" long-name="Feature Management" level="framework">
     <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="Future">
      <unit bldFile="os\persistentdata\featuremgmt\featureregistry\group" mrp="os\persistentdata\featuremgmt\featureregistry\group\syslibs_featreg.mrp"/>
     </component>
    </collection>
    <collection name="loggingservices" long-name="Logging Services" level="server">
     <component name="eventlogger" long-name="Event Logger" introduced="6.0">
      <unit bldFile="os\persistentdata\loggingservices\eventlogger\group" mrp="os\persistentdata\loggingservices\eventlogger\group\syslibs_logeng.mrp"/>
     </component>
     <component name="filelogger" long-name="File Logger" introduced="ER5">
      <unit bldFile="os\persistentdata\loggingservices\filelogger\group" mrp="os\persistentdata\loggingservices\filelogger\group\comms-infras_flogger.mrp"/>
     </component>
     <component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1">
      <unit bldFile="os\persistentdata\loggingservices\rfilelogger\group" mrp="os\persistentdata\loggingservices\rfilelogger\group\testtools_utilities.mrp"/>
     </component>
    </collection>
    <collection name="traceservices" long-name="Trace Services" level="server">
     <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s">
      <unit bldFile="os\persistentdata\traceservices\commsdebugutility\group" mrp="os\persistentdata\traceservices\commsdebugutility\group\comms-infras_commsdebugutility.mrp"/>
     </component>
     <component name="tracefw" long-name="Trace Framework" introduced="9.2">
      <unit bldFile="os\persistentdata\traceservices\tracefw\ulogger\group" mrp="os\persistentdata\traceservices\tracefw\ulogger\group\tools_debug_trace.mrp"/>
     </component>
     <component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91">
      <unit bldFile="os\persistentdata\traceservices\utrace\group" mrp="os\persistentdata\traceservices\utrace\group\testtools_utrace_api.mrp"/>
     </component>
    </collection>
    <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
     <component name="store" long-name="Store">
      <unit bldFile="os\persistentdata\persistentstorage\store\group" mrp="os\persistentdata\persistentstorage\store\group\syslibs_store.mrp"/>
     </component>
     <component name="dbms" long-name="DBMS">
      <unit bldFile="os\persistentdata\persistentstorage\dbms\group" mrp="os\persistentdata\persistentstorage\dbms\group\syslibs_dbms.mrp"/>
     </component>
     <component name="centralrepository" long-name="Central Repository" introduced="7.0s">
      <unit bldFile="os\persistentdata\persistentstorage\centralrepository\group" mrp="os\persistentdata\persistentstorage\centralrepository\group\syslibs_centralrepository.mrp"/>
     </component>
     <component name="sql" long-name="SQL" introduced="9.3">
      <unit bldFile="os\persistentdata\persistentstorage\sql\GROUP" mrp="os\persistentdata\persistentstorage\sql\GROUP\syslibs_sql.mrp"/>
     </component>
    </collection>
   </block>
   <block name="devicesrv" long-name="Device Services" level="services" levels="adaptation hw-if plugin framework server app-if">
    <collection name="accessoryservices" long-name="Accessory Services" level="framework">
     <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1">
      <unit bldFile="os\devicesrv\accessoryservices\remotecontrolfw\group" mrp="os\devicesrv\accessoryservices\remotecontrolfw\group\bluetooth_remotecontrol.mrp"/>
     </component>
     <component name="reftsp" long-name="Remote Control Reference TSP" plugin="Y" introduced="9.1">
      <unit bldFile="os\devicesrv\accessoryservices\reftsp\group" mrp="os\devicesrv\accessoryservices\reftsp\group\bluetooth_remotecontrol_refTSP.mrp"/>
     </component>
    </collection>
    <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
     <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91">
      <unit bldFile="os\devicesrv\resourcemgmt\hwresourcesmgr\group" mrp="os\devicesrv\resourcemgmt\hwresourcesmgr\group\telephony_hwrm.mrp"/>
     </component>
     <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0">
      <unit bldFile="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group" mrp="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group\syslibs_pwrcli.mrp"/>
     </component>
    </collection>
    <collection name="sysstatemgmt" long-name="System State Management" level="server">
     <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92">
      <unit bldFile="os\devicesrv\sysstatemgmt\systemstarter\group" mrp="os\devicesrv\sysstatemgmt\systemstarter\group\app-framework_sysstart.mrp"/>
     </component>
    </collection>
   </block>
   <block name="lbs" long-name="Locating Services" level="services" levels="hw-if data-acquisition adaptation management application-interface">
    <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
     <component name="defaultpositioningmodule" long-name="Default Positioning Module" plugin="Y" introduced="tb91">
      <unit bldFile="os\lbs\datasourcemodules\defaultpositioningmodule\group" mrp="os\lbs\datasourcemodules\defaultpositioningmodule\group\lbs_default_positioning_module.mrp"/>
     </component>
     <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" plugin="Y" introduced="tb91">
      <unit bldFile="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group" mrp="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group\lbs_bt_positioning_module.mrp"/>
     </component>
     <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" plugin="Y" introduced="tb91">
      <unit bldFile="os\lbs\datasourcemodules\simulationpositioningmodule\group" mrp="os\lbs\datasourcemodules\simulationpositioningmodule\group\lbs_simulation_positioning_module.mrp"/>
     </component>
     <component name="agpsintegrationmodule" long-name="A-GPS Integration Module" plugin="Y" introduced="9.2">
      <unit bldFile="os\lbs\datasourcemodules\agpsintegrationmodule\group" mrp="os\lbs\datasourcemodules\agpsintegrationmodule\group\lbs_datasourceplugins.mrp"/>
     </component>
    </collection>
    <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
     <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" plugin="Y" introduced="tb91">
      <unit bldFile="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group" mrp="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group\lbs_gps_data_source_adaptation.mrp"/>
     </component>
    </collection>
    <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
     <component name="locationserver" long-name="Location Server" introduced="9.2">
      <unit bldFile="os\lbs\locationrequestmgmt\locationserver\group" mrp="os\lbs\locationrequestmgmt\locationserver\group\lbs_locationserver.mrp"/>
     </component>
     <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2">
      <unit bldFile="os\lbs\locationrequestmgmt\networkrequesthandler\group" mrp="os\lbs\locationrequestmgmt\networkrequesthandler\group\lbs_networkrequesthandler.mrp"/>
     </component>
    </collection>
    <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
     <component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" class="test">
      <unit mrp="os\lbs\lbstest\lbstestproduct\group\lbs_testproduct.mrp"/>
     </component>
     <component name="locationprotocoltest" long-name="Location Protocol Tests" plugin="Y" introduced="9.2">
      <unit bldFile="os\lbs\lbstest\locationprotocoltest\group" mrp="os\lbs\lbstest\locationprotocoltest\group\lbs_networktest.mrp"/>
     </component>
    </collection>
    <collection name="locationmgmt" long-name="Location Management" level="management">
     <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2">
      <unit bldFile="os\lbs\locationmgmt\agpslocationmgr\group" mrp="os\lbs\locationmgmt\agpslocationmgr\group\lbs_agpslocationmanager.mrp"/>
     </component>
     <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2">
      <unit bldFile="os\lbs\locationmgmt\networklocationmgr\group" mrp="os\lbs\locationmgmt\networklocationmgr\group\lbs_networklocationmanager.mrp"/>
     </component>
     <component name="locationcore" long-name="Location Core" introduced="9.2">
      <unit bldFile="os\lbs\locationmgmt\locationcore\group" mrp="os\lbs\locationmgmt\locationcore\group\lbs_admin.mrp"/>
     </component>
     <component name="networkgateway" long-name="Network Gateway" introduced="9.2">
      <unit bldFile="os\lbs\locationmgmt\networkgateway\group" mrp="os\lbs\locationmgmt\networkgateway\group\lbs_networkgateway.mrp"/>
     </component>
    </collection>
    <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
     <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" plugin="Y" introduced="tb91">
      <unit bldFile="os\lbs\networkprotocolmodules\privacyprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\privacyprotocolmodule\group\lbs_privacyprotocolmodule.mrp"/>
     </component>
     <component name="suplprotocolmodule" long-name="SUPL Protocol Module" plugin="Y" introduced="tb91" deprecated="tb91">
      <unit bldFile="os\lbs\networkprotocolmodules\suplprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\suplprotocolmodule\group\lbs_suplprotocolmodule.mrp"/>
     </component>
    </collection>
   </block>
   <block name="commsfw" long-name="Communications Framework" level="services" levels="server support  framework process app-if">
    <collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
     <component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" class="placeholder test" introduced="tb91">
      <!-- PLACEHOLDER="DS.1603"
			<unit mrp="os/commsfw/commsinfrastructureapitest/group/commsinfrastructuresvs.mrp"/>
			-->
     </component>
    </collection>
    <collection name="commsprocess" long-name="Comms Process" level="process">
     <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s">
      <unit bldFile="os\commsfw\commsprocess\commsrootserverconfig\group" mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver.mrp"/>
     </component>
     <component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" class="config">
      <unit mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver-config.mrp"/>
     </component>
    </collection>
    <collection name="commsconfig" long-name="Comms Config" level="process">
     <component name="commsdatabase" long-name="Comms Database">
      <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group\comms-infras_commsdat.mrp"/>
     </component>
     <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1">
      <unit bldFile="os\commsfw\commsconfig\commsdatabaseshim\group" mrp="os\commsfw\commsconfig\commsdatabaseshim\group\comms-infras_commdbshim.mrp"/>
     </component>
    </collection>
    <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
     <component name="esockserver" long-name="ESock Server">
      <unit version="2" bldFile="os\commsfw\datacommsserver\esockserver\group" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock.mrp"/>
     </component>
     <component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" class="config">
      <unit version="2" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock-config.mrp"/>
     </component>
     <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U">
      <unit version="1" bldFile="os\commsfw\datacommsserver\networkinterfacemgr\group" mrp="os\commsfw\datacommsserver\networkinterfacemgr\group\comms-infras_nifman.mrp"/>
     </component>
     <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1">
      <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\group" mrp="os\commsfw\datacommsserver\networkingdialogapi\group\networking_dialog.mrp"/>
     </component>
     <component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1">
      <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\default" mrp="os\commsfw\datacommsserver\networkingdialogapi\default\networking_dialog_default.mrp"/>
     </component>
     <component name="networkcontroller" long-name="Network Controller" plugin="Y" introduced="7.0s">
      <unit bldFile="os\commsfw\datacommsserver\networkcontroller\group" mrp="os\commsfw\datacommsserver\networkcontroller\group\networking_netcon.mrp"/>
     </component>
    </collection>
    <collection name="serialserver" long-name="Serial Server" level="server">
     <component name="serialportcsy" long-name="Serial Port CSY" class="placeholder" plugin="Y" introduced="ER5">
      <!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
     </component>
     <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" class="test">
      <unit bldFile="os\commsfw\serialserver\packetloopbackcsy\group" mrp="os\commsfw\serialserver\packetloopbackcsy\group\PacketLoopbackCSY.mrp"/>
     </component>
     <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5">
      <unit bldFile="os\commsfw\serialserver\c32serialserver\group" mrp="os\commsfw\serialserver\c32serialserver\group\ser-comms_c32.mrp"/>
     </component>
     <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" class="config">
      <unit bldFile="os\commsfw\serialserver\c32serialserverconfig" mrp="os\commsfw\serialserver\c32serialserverconfig\ser-comms_c32-config.mrp"/>
     </component>
     <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation">
      <unit mrp="os\commsfw\serialserver\c32serialserverdocs\ser-comms_documentation.mrp"/>
     </component>
    </collection>
    <collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
     <component name="refcpr" long-name="Reference CPR" plugin="Y" introduced="9.2">
      <unit bldFile="os\commsfw\baseconnectionproviders\refcpr\group" mrp="os\commsfw\baseconnectionproviders\refcpr\group\networking_ReferenceCPR.mrp"/>
     </component>
     <component name="refscpr" long-name="Reference SCPR" plugin="Y" introduced="9.2">
      <unit bldFile="os\commsfw\baseconnectionproviders\refscpr\group" mrp="os\commsfw\baseconnectionproviders\refscpr\group\networking_ReferenceSCPR.mrp"/>
     </component>
    </collection>
    <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
     <component name="commfw" long-name="Comms Framework" introduced="7.0s">
      <unit bldFile="os\commsfw\commsfwutils\commfw\group" mrp="os\commsfw\commsfwutils\commfw\group\comms-infras_commsfw.mrp" priority="10"/>
     </component>
     <component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s">
      <unit bldFile="os\commsfw\commsfwutils\mbufmgr\group" mrp="os\commsfw\commsfwutils\mbufmgr\group\comms-infras_mbufmgr.mrp"/>
     </component>
    </collection>
    <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
     <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" class="doc">
      <unit mrp="os\commsfw\commsfw_info\commsinfrastructuredocs\comms-infras_documentation.mrp"/>
     </component>
    </collection>
    <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
     <component name="commselements" long-name="Comms Elements" introduced="8.0">
      <unit bldFile="os\commsfw\commsfwsupport\commselements\group" mrp="os\commsfw\commsfwsupport\commselements\group\comms-infras_elements.mrp"/>
     </component>
    </collection>
    <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
     <component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" class="config PC">
      <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group\comms-infras_defaultcommdb.mrp"/>
     </component>
     <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" class="PC">
      <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group\comms-infras_installdefaultcommdb.mrp" priority="1010"/>
     </component>
     <component name="commstools" long-name="Comms Tools" introduced="tb91" class="PC">
      <unit mrp="os\commsfw\commsfwtools\commstools\group\comms-infras_tools.mrp"/>
     </component>
    </collection>
   </block>
   <block name="networkingsrv" long-name="Networking Services" level="services" levels="adaptation hw-if plugin framework server app-if">
    <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
     <component name="internetsockets" long-name="Internet Sockets" introduced="ER5">
      <unit bldFile="os\networkingsrv\esockapiextensions\internetsockets\group" mrp="os\networkingsrv\esockapiextensions\internetsockets\group\networking_insock.mrp"/>
     </component>
    </collection>
    <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
     <component name="dnd" long-name="DND" introduced="7.0">
      <unit bldFile="os\networkingsrv\tcpiputils\dnd\group" mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd.mrp"/>
     </component>
     <component name="dndconfig" long-name="DND Config" introduced="7.0" class="config">
      <unit mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd-config.mrp"/>
     </component>
     <component name="dhcp" long-name="DHCP" introduced="8.0">
      <unit bldFile="os\networkingsrv\tcpiputils\dhcp\group" mrp="os\networkingsrv\tcpiputils\dhcp\group\networking_dhcp.mrp"/>
     </component>
     <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" plugin="Y" introduced="tb91">
      <unit bldFile="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group" mrp="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group\networking_napt.mrp"/>
     </component>
    </collection>
    <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
     <component name="nullagt" long-name="NULL AGT" plugin="Y" introduced="7.0s">
      <unit bldFile="os\networkingsrv\linklayercontrol\nullagt\group" mrp="os\networkingsrv\linklayercontrol\nullagt\group\networking_nullagt.mrp"/>
     </component>
    </collection>
    <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
     <component name="ethernetnif" long-name="Ethernet NIF" plugin="Y">
      <unit bldFile="os\networkingsrv\linklayerprotocols\ethernetnif\group" mrp="os\networkingsrv\linklayerprotocols\ethernetnif\group\networking_ether802.mrp"/>
     </component>
     <component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" plugin="Y" introduced="7.0">
      <unit mrp="os\networkingsrv\linklayerprotocols\ethernetpacketdriver\group\networking_etherdrv_srconly.mrp"/>
     </component>
     <component name="pppnif" long-name="PPP NIF" plugin="Y" introduced="ER5">
      <unit version="1" bldFile="os\networkingsrv\linklayerprotocols\pppnif\group" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp.mrp"/>
     </component>
     <component name="pppconfig" long-name="PPP Config" introduced="ER5">
      <unit version="1" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp-config.mrp"/>
     </component>
     <component name="slipnif" long-name="SLIP NIF" plugin="Y">
      <unit bldFile="os\networkingsrv\linklayerprotocols\slipnif\group" mrp="os\networkingsrv\linklayerprotocols\slipnif\group\networking_slip.mrp"/>
     </component>
     <component name="tunnelnif" long-name="Tunnel NIF" plugin="Y" introduced="7.0s">
      <unit bldFile="os\networkingsrv\linklayerprotocols\tunnelnif\group" mrp="os\networkingsrv\linklayerprotocols\tunnelnif\group\networking_tunnelnif.mrp"/>
     </component>
    </collection>
    <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
     <component name="packetlogger" long-name="Packet Logger" introduced="8.1" class="test">
      <unit bldFile="os\networkingsrv\linklayerutils\packetlogger\group" mrp="os\networkingsrv\linklayerutils\packetlogger\group\networking_packetlogger.mrp"/>
     </component>
    </collection>
    <collection name="networkcontrol" long-name="Network Control" level="plugin">
     <component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" class="config">
      <unit mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos-config.mrp"/>
     </component>
     <component name="qoslib" long-name="QoS Library" introduced="7.0s">
      <unit bldFile="os\networkingsrv\networkcontrol\qoslib\group" mrp="os\networkingsrv\networkcontrol\qoslib\group\networking_qoslib.mrp"/>
     </component>
     <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s">
      <unit bldFile="os\networkingsrv\networkcontrol\pfqoslib\group" mrp="os\networkingsrv\networkcontrol\pfqoslib\group\networking_pfqoslib.mrp"/>
     </component>
     <component name="qosfwprt" long-name="QoS Framework PRT" plugin="Y" introduced="7.0s">
      <unit bldFile="os\networkingsrv\networkcontrol\qosfwconfig\qos\group" mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos.mrp"/>
     </component>
     <component name="ipcpr" long-name="IP CPR" plugin="Y" introduced="8.1">
      <unit bldFile="os\networkingsrv\networkcontrol\ipcpr\group" mrp="os\networkingsrv\networkcontrol\ipcpr\group\networking_ipcpr.mrp"/>
     </component>
     <component name="ipscpr" long-name="IP SCPR" plugin="Y" introduced="9.1">
      <unit bldFile="os\networkingsrv\networkcontrol\ipscpr\group" mrp="os\networkingsrv\networkcontrol\ipscpr\group\networking_ipscpr.mrp"/>
     </component>
     <component name="ipcprshim" long-name="IP CPR Shim" plugin="Y" deprecated="Future">
      <unit bldFile="os\networkingsrv\networkcontrol\ipcprshim\group" mrp="os\networkingsrv\networkcontrol\ipcprshim\group\networking_shimcpr.mrp"/>
     </component>
    </collection>
    <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
     <component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" class="config">
      <unit mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6-config.mrp"/>
     </component>
     <component name="ipeventnotifier" long-name="IP Event Notifier" plugin="Y" introduced="8.1">
      <unit bldFile="os\networkingsrv\networkprotocols\ipeventnotifier\group" mrp="os\networkingsrv\networkprotocols\ipeventnotifier\group\networking_ipeventnotifier.mrp"/>
     </component>
     <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" plugin="Y" introduced="7.0">
      <unit bldFile="os\networkingsrv\networkprotocols\tcpipv4v6prt\group" mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6.mrp"/>
     </component>
     <component name="iphook" long-name="IP Hook" introduced="7.0">
      <unit bldFile="os\networkingsrv\networkprotocols\iphook\inhook6\group" mrp="os\networkingsrv\networkprotocols\iphook\inhook6\group\networking_inhook6.mrp"/>
     </component>
     <component name="mobileip" long-name="Mobile IP" plugin="Y" introduced="8.1">
      <unit bldFile="os\networkingsrv\networkprotocols\mobileip\group" mrp="os\networkingsrv\networkprotocols\mobileip\group\networking_mobileip.mrp"/>
     </component>
    </collection>
    <collection name="networksecurity" long-name="Network Security" level="framework">
     <component name="tls" long-name="TLS" introduced="6.0">
      <unit bldFile="os\networkingsrv\networksecurity\tls\group" mrp="os\networkingsrv\networksecurity\tls\group\networking_tls.mrp"/>
     </component>
     <component name="tlsprovider" long-name="TLS Provider" introduced="8.1">
      <unit bldFile="os\networkingsrv\networksecurity\tlsprovider\group" mrp="os\networkingsrv\networksecurity\tlsprovider\group\security_tlsprovider.mrp"/>
     </component>
     <component name="ipsec" long-name="IPsec" introduced="7.0">
      <unit bldFile="os\networkingsrv\networksecurity\ipsec\group" mrp="os\networkingsrv\networksecurity\ipsec\group\networking_ipsec.mrp"/>
     </component>
    </collection>
    <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
     <component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" class="test">
      <unit mrp="os\networkingsrv\networkingtestandutils\networkingunittest\group\networking_unittest.mrp"/>
     </component>
     <component name="networkingexamples" long-name="Networking Examples" introduced="7.0">
      <unit bldFile="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group" mrp="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group\networking_examplecode.mrp"/>
     </component>
     <component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5">
      <unit mrp="os\networkingsrv\networkingtestandutils\exampleinternetutilities\group\networking_inetutil.mrp"/>
     </component>
     <component name="ipprobe" long-name="IP Probe" plugin="Y" introduced="7.0s">
      <unit mrp="os\networkingsrv\networkingtestandutils\ipprobe\group\networking_probe.mrp"/>
     </component>
     <component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" plugin="Y">
      <unit mrp="os\networkingsrv\networkingtestandutils\ipv6to4tunnel\group\networking_6to4.mrp"/>
     </component>
     <component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92">
      <unit mrp="os\networkingsrv\networkingtestandutils\ipanalyzer\group\networking_iprotor.mrp"/>
     </component>
     <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" class="test">
      <unit bldFile="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group" mrp="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group\networking_integrationtest.mrp"/>
     </component>
    </collection>
    <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
     <component name="networkingrom" long-name="Networking ROM">
      <!--  production component: contains the IBY files -->
      <unit bldFile="os\networkingsrv\networkingsrv_info\networkingrom\group" mrp="os\networkingsrv\networkingsrv_info\networkingrom\group\networking_general.mrp"/>
     </component>
     <component name="networkingdocs" long-name="Networking Documentation" class="doc">
      <unit mrp="os\networkingsrv\networkingsrv_info\networkingdocs\networking_documentation.mrp"/>
     </component>
    </collection>
    <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
     <component name="predictorcompression" long-name="Predictor Compression" plugin="Y" introduced="6.0">
      <unit bldFile="os\networkingsrv\pppcompressionplugins\predictorcompression\group" mrp="os\networkingsrv\pppcompressionplugins\predictorcompression\group\networking_predcomp.mrp"/>
     </component>
    </collection>
   </block>
   <block name="cellularsrv" long-name="Cellular Baseband Services" level="services" levels="adaptation hw-if plugin framework server app-if">
    <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
     <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1">
      <unit bldFile="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group" mrp="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group\networking_bca.mrp"/>
     </component>
     <component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92">
      <unit bldFile="os\cellularsrv\basebandabstraction\intersystemcomm\group" mrp="os\cellularsrv\basebandabstraction\intersystemcomm\group\networking_isc.mrp"/>
     </component>
    </collection>
    <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
     <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" plugin="Y" introduced="8.1">
      <unit bldFile="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group" mrp="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group\networking_c32bca.mrp"/>
     </component>
    </collection>
    <collection name="fax" long-name="Fax" level="server">
     <component name="faxclientandserver" long-name="Fax Client and Server">
      <unit bldFile="os\cellularsrv\fax\faxclientandserver\Group" mrp="os\cellularsrv\fax\faxclientandserver\Group\telephony_fax.mrp"/>
     </component>
    </collection>
    <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
     <component name="smsstack" long-name="SMS Stack" plugin="Y" introduced="6.0">
      <unit bldFile="os\cellularsrv\smsprotocols\smsstack\group" mrp="os\cellularsrv\smsprotocols\smsstack\group\nbprotocols_smsstackv2.mrp"/>
     </component>
     <component name="cdmasmsstack" long-name="CDMA SMS Stack" plugin="Y" introduced="8.0">
      <unit bldFile="os\cellularsrv\smsprotocols\cdmasmsstack\group" mrp="os\cellularsrv\smsprotocols\cdmasmsstack\group\nbprotocols_cdmasmsstack.mrp"/>
     </component>
    </collection>
    <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
     <component name="csdagt" long-name="CSD AGT" plugin="Y" introduced="6.1">
      <unit bldFile="os\cellularsrv\telephonyprotocols\csdagt\group" mrp="os\cellularsrv\telephonyprotocols\csdagt\group\networking_csdagt.mrp"/>
     </component>
     <component name="psdagt" long-name="PSD AGT" plugin="Y" introduced="7.0s">
      <unit bldFile="os\cellularsrv\telephonyprotocols\psdagt\group" mrp="os\cellularsrv\telephonyprotocols\psdagt\group\networking_psdagt.mrp"/>
     </component>
     <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" plugin="Y" introduced="7.0s">
      <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group\networking_guqos.mrp"/>
     </component>
     <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" plugin="Y" introduced="7.0s">
      <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group\networking_umtsif.mrp"/>
     </component>
     <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2">
      <unit bldFile="os\cellularsrv\telephonyprotocols\qosextnapi\group" mrp="os\cellularsrv\telephonyprotocols\qosextnapi\group\networking_qosextnapi.mrp"/>
     </component>
     <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1">
      <unit bldFile="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group" mrp="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group\networking_spud.mrp"/>
     </component>
     <component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" plugin="Y" introduced="8.1">
      <unit bldFile="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group" mrp="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group\networking_UmtsGprsSCPR.mrp"/>
     </component>
     <component name="qos3gppcpr" long-name="QoS 3GPP CPR" plugin="Y" introduced="9.2">
      <unit bldFile="os\cellularsrv\telephonyprotocols\qos3gppcpr\group" mrp="os\cellularsrv\telephonyprotocols\qos3gppcpr\group\networking_Qos3GPP.mrp"/>
     </component>
     <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1">
      <unit bldFile="os\cellularsrv\telephonyprotocols\rawipnif\group" mrp="os\cellularsrv\telephonyprotocols\rawipnif\group\networking_rawipnif.mrp"/>
     </component>
    </collection>
    <collection name="telephonyserver" long-name="Telephony Server" level="server">
     <component name="etelserverandcore" long-name="ETel Server and Core">
      <unit bldFile="os\cellularsrv\telephonyserver\etelserverandcore\group" mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel.mrp"/>
     </component>
     <component name="etelconfig" long-name="ETel Config">
      <unit mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel-config.mrp"/>
     </component>
     <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0">
      <unit bldFile="os\cellularsrv\telephonyserver\etelmultimode\group" mrp="os\cellularsrv\telephonyserver\etelmultimode\group\telephony_etelmm.mrp"/>
     </component>
     <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0">
      <unit bldFile="os\cellularsrv\telephonyserver\etelpacketdata\group" mrp="os\cellularsrv\telephonyserver\etelpacketdata\group\telephony_etelpckt.mrp"/>
     </component>
     <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1">
      <unit bldFile="os\cellularsrv\telephonyserver\etelsimtoolkit\group" mrp="os\cellularsrv\telephonyserver\etelsimtoolkit\group\telephony_etelsat.mrp"/>
     </component>
     <component name="etelcdma" long-name="ETel CDMA" introduced="7.0s">
      <unit bldFile="os\cellularsrv\telephonyserver\etelcdma\group" mrp="os\cellularsrv\telephonyserver\etelcdma\group\telephony_etelcdma.mrp"/>
     </component>
    </collection>
    <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
     <component name="common_tsy" long-name="Common TSY" introduced="tb92">
      <unit bldFile="os\cellularsrv\telephonyserverplugins\common_tsy\group" mrp="os\cellularsrv\telephonyserverplugins\common_tsy\group\telephony_commontsy.mrp"/>
     </component>
     <component name="multimodetsy" long-name="Multimode TSY" plugin="Y">
      <unit bldFile="os\cellularsrv\telephonyserverplugins\multimodetsy\group" mrp="os\cellularsrv\telephonyserverplugins\multimodetsy\group\telephony_mmtsy.mrp"/>
     </component>
     <component name="cdmatsy" long-name="CDMA TSY" plugin="Y" introduced="7.0">
      <unit bldFile="os\cellularsrv\telephonyserverplugins\cdmatsy\group" mrp="os\cellularsrv\telephonyserverplugins\cdmatsy\group\telephony_cdmatsy.mrp"/>
     </component>
     <component name="simtsy" long-name="SIM TSY" plugin="Y" introduced="7.0" class="test">
      <unit bldFile="os\cellularsrv\telephonyserverplugins\simtsy\group" mrp="os\cellularsrv\telephonyserverplugins\simtsy\group\telephony_simtsy.mrp"/>
     </component>
    </collection>
    <collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
     <component name="dial" long-name="Dial" deprecated="9.1">
      <unit bldFile="os\cellularsrv\telephonyutils\dial\group" mrp="os\cellularsrv\telephonyutils\dial\group\telephony_dial.mrp"/>
     </component>
     <component name="telephonywatchers" long-name="Telephony Watchers" plugin="Y" introduced="6.0">
      <unit bldFile="os\cellularsrv\telephonyutils\telephonywatchers\group" mrp="os\cellularsrv\telephonyutils\telephonywatchers\group\telephony_watchers.mrp"/>
     </component>
     <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0">
      <unit bldFile="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group" mrp="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group\telephony_etel3rdparty.mrp"/>
     </component>
    </collection>
    <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
     <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" class="doc">
      <unit mrp="os\cellularsrv\cellularsrv_info\telephonyconfidentialdocs\telephony_confidential.mrp"/>
     </component>
     <component name="telephonydocs" long-name="Telephony Documentation" class="doc">
      <unit mrp="os\cellularsrv\cellularsrv_info\telephonydocs\telephony_documentation.mrp"/>
     </component>
    </collection>
    <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
     <component name="mocksy" long-name="MockSY" introduced="tb91" plugin="Y">
      <unit bldFile="os\cellularsrv\hwpluginsimulation\mocksy\group" mrp="os\cellularsrv\hwpluginsimulation\mocksy\group\telephony_tools_mocksy.mrp"/>
     </component>
    </collection>
   </block>
   <block name="shortlinksrv" long-name="Short Link Services" level="services" levels="adaptation hw-if plugin framework server app-if">
    <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
     <component name="bluetoothsvs" long-name="Bluetooth Verification Suite" class="placeholder test" introduced="tb91">
      <!-- PLACEHOLDER="DS.1603"
			<unit mrp="os/shortlinksrv/bluetoothapitest/group/bluetoothsvs.mrp"/>
			-->
     </component>
    </collection>
    <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
     <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b">
      <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\usbc" mrp="os\kernelhwsrv\kernel\eka\drivers\usbc\base_e32_drivers_usbcli.mrp"/>
     </component>
    </collection>
    <collection name="bluetooth" long-name="Bluetooth" level="framework">
     <component name="btstack" long-name="Bluetooth Stack" introduced="6.0">
      <unit bldFile="os\shortlinksrv\bluetooth\btstack" mrp="os\shortlinksrv\bluetooth\btstack\bluetooth_stack.mrp"/>
     </component>
     <component name="btcomm" long-name="Bluetooth CSY" plugin="Y" introduced="6.0">
      <unit bldFile="os\shortlinksrv\bluetooth\btcomm" mrp="os\shortlinksrv\bluetooth\btcomm\bluetooth_btcomm.mrp"/>
     </component>
     <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1">
      <unit bldFile="os\shortlinksrv\bluetooth\btsdp" mrp="os\shortlinksrv\bluetooth\btsdp\bluetooth_sdp.mrp"/>
     </component>
     <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1">
      <unit bldFile="os\shortlinksrv\bluetooth\btextnotifiers" mrp="os\shortlinksrv\bluetooth\btextnotifiers\bluetooth_btextnotifiers.mrp"/>
     </component>
     <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1">
      <unit bldFile="os\shortlinksrv\bluetooth\gavdp\group" mrp="os\shortlinksrv\bluetooth\gavdp\group\bluetooth_gavdp.mrp"/>
     </component>
     <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" class="test">
      <unit mrp="os\shortlinksrv\bluetooth\btexample\test\bluetooth_tests_examples.mrp"/>
     </component>
     <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" class="test">
      <unit bldFile="os\shortlinksrv\bluetooth\btlogger\group" mrp="os\shortlinksrv\bluetooth\btlogger\group\bluetooth_logger.mrp"/>
     </component>
     <component name="btdocs" long-name="Bluetooth Documentation" class="doc">
      <unit mrp="os\shortlinksrv\bluetooth\btdocs\bluetooth_documentation.mrp"/>
     </component>
    </collection>
    <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
     <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0">
      <unit bldFile="os\shortlinksrv\bluetoothmgmt\btmgr" mrp="os\shortlinksrv\bluetoothmgmt\btmgr\bluetooth_manager.mrp"/>
     </component>
     <component name="btconfig" long-name="Bluetooth Config" class="config">
      <unit bldFile="os\shortlinksrv\bluetoothmgmt\btconfig" mrp="os\shortlinksrv\bluetoothmgmt\btconfig\bluetooth_config.mrp"/>
     </component>
     <component name="btrom" long-name="Bluetooth ROM" introduced="9.1">
      <unit bldFile="os\shortlinksrv\bluetoothmgmt\btrom" mrp="os\shortlinksrv\bluetoothmgmt\btrom\bluetooth_rom.mrp"/>
     </component>
     <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0">
      <unit bldFile="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib" mrp="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib\bluetooth_user.mrp"/>
     </component>
     <component name="btcommon" long-name="Bluetooth Build Utilities">
      <unit mrp="os\shortlinksrv\bluetoothmgmt\btcommon\bluetooth_common.mrp"/>
     </component>
    </collection>
    <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
     <component name="btpan" long-name="Bluetooth PAN Profile" plugin="Y" introduced="8.1">
      <unit bldFile="os\shortlinksrv\bluetoothcommsprofiles\btpan\group" mrp="os\shortlinksrv\bluetoothcommsprofiles\btpan\group\bluetooth_pan.mrp"/>
     </component>
    </collection>
    <collection name="bthci" long-name="Host Controller Interface" level="server">
     <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0">
      <unit bldFile="os\shortlinksrv\bthci\bthci1" mrp="os\shortlinksrv\bthci\bthci1\bluetooth_hci.mrp"/>
     </component>
     <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2">
      <unit bldFile="os\shortlinksrv\bthci\bthci2\group" mrp="os\shortlinksrv\bthci\bthci2\group\bluetooth_hci_v2_framework.mrp"/>
     </component>
     <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1">
      <unit bldFile="os\shortlinksrv\bthci\hciextensioninterface" mrp="os\shortlinksrv\bthci\hciextensioninterface\bluetooth_hciproxy.mrp"/>
     </component>
     <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" plugin="Y" introduced="9.2">
      <unit bldFile="os\shortlinksrv\bthci\hci2implementations\group" mrp="os\shortlinksrv\bthci\hci2implementations\group\bluetooth_hci_v2_implementations.mrp"/>
     </component>
    </collection>
    <collection name="usbmgmt" long-name="USB Management" level="server">
     <component name="usbmgr" long-name="USB Manager">
      <unit version="2" bldFile="os\shortlinksrv\usbmgmt\usbmgr\group" mrp="os\shortlinksrv\usbmgmt\usbmgr\group\usb_manager.mrp"/>
     </component>
     <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" class="test">
      <unit version="2" mrp="os\shortlinksrv\usbmgmt\usbmgrtest\group\usb_test.mrp"/>
     </component>
     <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" class="doc">
      <unit mrp="os\shortlinksrv\usbmgmt\usbclassandmgrdocs\usb_documentation.mrp"/>
     </component>
    </collection>
    <collection name="irda" long-name="IrDA" level="plugin">
     <component name="irdastack" long-name="IrDA Stack">
      <unit bldFile="os\shortlinksrv\irda\irdastack\group" mrp="os\shortlinksrv\irda\irdastack\group\infra-red_irda.mrp"/>
     </component>
    </collection>
   </block>
   <block name="mm" long-name="Multimedia" level="services" levels="adaptation hw-if device-fw devices middleware app-if">
    <collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
     <component name="mmsvs" long-name="Multimedia Verification Suite" class="placeholder test" introduced="tb91">
      <!-- PLACEHOLDER="DS.1603"
				<unit mrp="os/mm/mmapitest/group/mmsvs.mrp"/>
				-->
     </component>
    </collection>
    <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
     <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s">
      <unit bldFile="os\mm\imagingandcamerafws\imagingfws\group" mrp="os\mm\imagingandcamerafws\imagingfws\group\multimedia_icl.mrp"/>
     </component>
     <component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" class="test">
      <unit mrp="os\mm\imagingandcamerafws\imagingunittest\group\multimedia_unittest_icl_source.mrp"/>
     </component>
     <component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" class="test">
      <unit mrp="os\mm\imagingandcamerafws\imaginginttest\group\multimedia_inttest_icl_source.mrp"/>
     </component>
     <component name="camerafw" long-name="Camera Framework" introduced="7.0s">
      <unit bldFile="os\mm\imagingandcamerafws\camerafw\framework\group" mrp="os\mm\imagingandcamerafws\camerafw\framework\group\multimedia_ecam_framework.mrp"/>
     </component>
     <component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" class="test">
      <unit mrp="os\mm\imagingandcamerafws\cameraunittest\group\multimedia_unittest_ecam_source.mrp"/>
     </component>
    </collection>
    <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
     <component name="imagingplugins" long-name="Imaging Plugins" plugin="Y" introduced="7.0s">
      <unit bldFile="os\mm\imagingandcamerafws\imagingfws\plugins\group" mrp="os\mm\imagingandcamerafws\imagingfws\plugins\group\multimedia_icl_plugin.mrp"/>
     </component>
     <component name="cameraplugins" long-name="Camera Plugins" plugin="Y" introduced="7.0s">
      <unit bldFile="os\mm\imagingandcamerafws\camerafw\plugins\group" mrp="os\mm\imagingandcamerafws\camerafw\plugins\group\multimedia_ecam_plugins.mrp"/>
     </component>
     <component name="3gplib" long-name="3GP Library" introduced="Future">
      <unit bldFile="os\mm\mmplugins\3gplib\group" mrp="os\mm\mmplugins\3gplib\group\multimedia_3gplibrary.mrp"/>
     </component>
     <component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" class="test">
      <unit mrp="os\mm\mmplugins\3gpunittest\group\multimedia_unittest_3gplibrary_source.mrp"/>
     </component>
    </collection>
    <collection name="mm_info" long-name="Multimedia Info" level="app-if">
     <component name="mmdocs" long-name="Multimedia Documentation">
      <unit mrp="os\mm\mm_info\mmdocs\multimedia_documentation.mrp"/>
     </component>
    </collection>
    <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
     <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92">
      <unit bldFile="os\mm\mmresourcemgmt\mmresctrl\group" mrp="os\mm\mmresourcemgmt\mmresctrl\group\multimedia_a3f_refmmrc.mrp"/>
     </component>
    </collection>
    <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
     <component name="mdf" long-name="Media Device Framework" introduced="9.2">
      <unit bldFile="os\mm\mmdevicefw\mdf\group" mrp="os\mm\mmdevicefw\mdf\group\multimedia_mdf.mrp"/>
     </component>
     <component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" class="test">
      <unit mrp="os\mm\mmdevicefw\mdfunittest\group\multimedia_unittest_mdf_source.mrp"/>
     </component>
     <component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group\multimedia_mmf_ASR.mrp"/>
     </component>
    </collection>
    <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
     <component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" class="test">
      <unit mrp="os\mm\mmtestenv\mmtestfw\group\multimedia_testframework_source.mrp"/>
     </component>
     <component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" class="test">
      <unit mrp="os\mm\mmtestenv\mmtestfwunittest\group\multimedia_unittest_testframework_source.mrp"/>
     </component>
     <component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" class="test">
      <unit mrp="os\mm\mmtestenv\mmtestagent\group\multimediatestagent_source.mrp"/>
     </component>
     <component name="mmtesttools" long-name="Multimedia Test Tools">
      <unit mrp="os\mm\mmtestenv\mmtesttools\Group\multimedia_testtools_source.mrp"/>
     </component>
    </collection>
    <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
     <component name="openmax" long-name="OpenMAX" introduced="tb91">
      <unit bldFile="os\mm\omxil\openmax\group" mrp="os\mm\omxil\openmax\group\multimedia_openmax.mrp"/>
     </component>
    </collection>
    <collection name="devsound" long-name="Sound Device" level="devices">
     <component name="devsoundapi" long-name="DevSound API" introduced="7.0s">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api\multimedia_mdf_devsound_api.mrp"/>
     </component>
     <component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92">
      <unit bldFile="os\mm\devsound\a3fdevsound\group" mrp="os\mm\devsound\a3fdevsound\group\multimedia_a3f_devsound.mrp"/>
     </component>
     <component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92">
      <unit bldFile="os\mm\devsound\a3facf\group" mrp="os\mm\devsound\a3facf\group\multimedia_a3f_acf.mrp"/>
     </component>
     <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport\multimedia_mdf_devsound_pluginsupport.mrp"/>
     </component>
     <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin\multimedia_mdf_devsound_refplugin.mrp"/>
     </component>
     <component name="btdevsound" long-name="Bluetooth DevSound Plugin" plugin="Y" introduced="7.0s">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group\multimedia_mdf_devsound_refbtplugin.mrp"/>
     </component>
     <component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92">
      <unit bldFile="os\mm\devsound\a3ftrace\group" mrp="os\mm\devsound\a3ftrace\group\multimedia_a3f_traces.mrp"/>
     </component>
     <component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92">
      <unit mrp="os\mm\devsound\a3fintegrationtest\group\multimedia_inttest_a3f_devsound_source.mrp"/>
     </component>
     <component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" class="test">
      <unit mrp="os\mm\devsound\a3fcharacterisationtest\group\multimedia_a3f_devsound_char.mrp"/>
     </component>
     <component name="a3fsrvstart" long-name="A3F Server Start" plugin="Y" introduced="tb92">
      <unit bldFile="os\mm\devsound\a3fsrvstart\group" mrp="os\mm\devsound\a3fsrvstart\group\multimedia_a3f_serverstart.mrp"/>
     </component>
    </collection>
    <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
     <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev\multimedia_mdf_devsound_hwdev.mrp"/>
     </component>
     <component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92">
      <unit bldFile="os\mm\mmhais\a3facl\group" mrp="os\mm\mmhais\a3facl\group\multimedia_a3f_acl.mrp"/>
     </component>
     <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92">
      <unit bldFile="os\mm\mmhais\a3fdevsoundcustomisation\group" mrp="os\mm\mmhais\a3fdevsoundcustomisation\group\multimedia_a3f_devsoundadaptationinfo.mrp"/>
     </component>
     <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92">
      <unit bldFile="os\mm\mmhais\refacladapt\group" mrp="os\mm\mmhais\refacladapt\group\multimedia_a3f_refacladaptation.mrp"/>
     </component>
     <component name="videohai" long-name="Video HAI" introduced="7.0s">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group\multimedia_mdf_devvideo.mrp"/>
     </component>
     <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92">
      <unit bldFile="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group" mrp="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group\multimedia_mobiletv_dvbh_hai.mrp"/>
     </component>
     <component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" class="test">
      <unit mrp="os\mm\mmhais\dvbhunittest\hai\dvbh\group\multimedia_unittest_dvbhhai.mrp"/>
     </component>
    </collection>
   </block>
   <block name="graphics" long-name="Graphics" level="services" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
    <collection name="graphcisapitest" long-name="Graphics API Tests" level="app-if">
     <component name="graphicssvs" long-name="Graphics Verification Suite" class="placeholder test" introduced="tb91">
      <!-- PLACEHOLDER="DS.1603"
			<unit mrp="os/graphics/graphcisapitest/group/graphicssvs.mrp"/>
			-->
     </component>
    </collection>
    <collection name="graphicstest" long-name="Graphics Test" level="app-if">
     <component name="graphicstestharness" long-name="Graphics Test Harness" class="test" introduced="8.1">
      <unit mrp="os\graphics\graphicstest\graphicstestharness\group\graphics_testharness.mrp"/>
     </component>
     <component name="uibench" long-name="UI Bench" introduced="9.2" class="test">
      <unit bldFile="os\graphics\graphicstest\uibench\group" mrp="os\graphics\graphicstest\uibench\group\graphics_ui_bench.mrp"/>
     </component>
    </collection>
    <collection name="graphics_info" long-name="Graphics Info" level="app-if">
     <component name="graphicsdocs" long-name="Graphics Documentation" class="doc">
      <unit mrp="os\graphics\graphics_info\graphicsdocs\graphics_documentation.mrp"/>
     </component>
    </collection>
    <collection name="windowing" long-name="Windowing" level="app-if">
     <component name="windowserver" long-name="Window Server">
      <unit bldFile="os\graphics\windowing\windowserver\group" mrp="os\graphics\windowing\windowserver\group\graphics_wserv.mrp"/>
     </component>
    </collection>
    <collection name="printingservices" long-name="Printing Services" level="app-if">
     <component name="printerdriversupport" long-name="Printer Driver Support">
      <unit bldFile="os\graphics\printingservices\printerdriversupport\group" mrp="os\graphics\printingservices\printerdriversupport\group\graphics_pdrstore.mrp"/>
     </component>
     <component name="printerdrivers" long-name="Printer Drivers" plugin="Y">
      <unit bldFile="os\graphics\printingservices\printerdrivers\group" mrp="os\graphics\printingservices\printerdrivers\group\graphics_printdrv.mrp"/>
     </component>
    </collection>
    <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
     <component name="fontandbitmapserver" long-name="Font and Bitmap Server">
      <unit bldFile="os\graphics\fbs\fontandbitmapserver\group" mrp="os\graphics\fbs\fontandbitmapserver\group\graphics_fbserv.mrp"/>
     </component>
     <component name="itypefontrasteriser" long-name="iType Font Rasteriser" filter="gt" plugin="Y" introduced="tb92">
      <unit bldFile="os\graphics\fbs\itypefontrasteriser\group" mrp="os\graphics\fbs\itypefontrasteriser\group\graphics_itype.mrp"/>
     </component>
    </collection>
    <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
     <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0">
      <unit bldFile="os\graphics\opengles\openglesinterface\group" mrp="os\graphics\opengles\openglesinterface\group\graphics_openglesheaders.mrp"/>
     </component>
     <component name="openglesimplementation" long-name="OpenGL ES Implementation" filter="gt" introduced="8.0">
      <unit bldFile="os\graphics\opengles\openglesimplementation\group\" mrp="os\graphics\opengles\openglesimplementation\group\graphics_opengles.mrp"/>
     </component>
     <component name="openglesdisplayproperties" long-name="OpenGL ES Display Properties" introduced="8.0">
      <unit bldFile="os\graphics\opengles\openglesdisplayproperties\group" mrp="os\graphics\opengles\openglesdisplayproperties\group\graphics_openglesdisplayproperty.mrp"/>
     </component>
    </collection>
    <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
     <component name="openvginterface" long-name="OpenVG Interface" introduced="tb91">
      <unit bldFile="os\graphics\openvg\openvginterface\group" mrp="os\graphics\openvg\openvginterface\group\graphics_openvgheaders.mrp"/>
     </component>
    </collection>
    <collection name="egl" long-name="EGL" level="internal-adaptations">
     <component name="eglinterface" long-name="EGL Interface" introduced="tb91">
      <unit bldFile="os\graphics\egl\eglinterface\group" mrp="os\graphics\egl\eglinterface\group\graphics_eglheaders.mrp"/>
     </component>
     <component name="eglimplementation" long-name="EGL Implementation" introduced="tb91">
      <unit bldFile="os\graphics\egl\eglimplementation\group\" mrp="os\graphics\egl\eglimplementation\group\graphics_egl.mrp"/>
     </component>
    </collection>
    <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
     <component name="bitgdi" long-name="BitGDI">
      <unit bldFile="os\graphics\graphicsdeviceinterface\bitgdi\group" mrp="os\graphics\graphicsdeviceinterface\bitgdi\group\graphics_bitgdi.mrp"/>
     </component>
     <component name="colourpalette" long-name="Colour Palette" introduced="7.0s">
      <unit bldFile="os\graphics\graphicsdeviceinterface\colourpalette\group" mrp="os\graphics\graphicsdeviceinterface\colourpalette\group\graphics_palette.mrp"/>
     </component>
     <component name="screendriver" long-name="Screen Driver" plugin="Y" introduced="6.1">
      <unit bldFile="os\graphics\graphicsdeviceinterface\screendriver\group" mrp="os\graphics\graphicsdeviceinterface\screendriver\group\graphics_screendriver.mrp"/>
     </component>
    </collection>
    <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
     <component name="gdi_tools" long-name="GDI Tools" class="PC">
      <unit bldFile="os\graphics\graphicstools\gdi_tools\group" mrp="os\graphics\graphicstools\gdi_tools\group\graphics_gditools.mrp"/>
     </component>
     <component name="bitmapfonttools" long-name="Bitmap Font Tools" class="PC">
      <unit bldFile="os\graphics\graphicstools\bitmapfonttools\group" mrp="os\graphics\graphicstools\bitmapfonttools\group\graphics_gdtran.mrp"/>
     </component>
    </collection>
   </block>
   <block name="textandloc" long-name="Text and Localisation" level="services" levels="device encoding fonts text">
    <collection name="charconvfw" long-name="Character Conversion FW" level="encoding">
     <component name="charconv_fw" long-name="Character Encoding and Conversion Framework">
      <unit bldFile="os\textandloc\charconvfw\charconv_fw\group" mrp="os\textandloc\charconvfw\charconv_fw\group\syslibs_charconv.mrp"/>
     </component>
     <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" plugin="Y">
      <unit bldFile="os\textandloc\charconvfw\charconvplugins\group" mrp="os\textandloc\charconvfw\charconvplugins\group\syslibs_charconv_plugins.mrp"/>
     </component>
    </collection>
    <collection name="fontservices" long-name="Font Services" level="fonts">
     <component name="textshaperplugin" long-name="Text Shaper Plugin" plugin="Y" introduced="9.2">
      <unit bldFile="os\textandloc\fontservices\textshaperplugin\group" mrp="os\textandloc\fontservices\textshaperplugin\group\graphics_iculayoutengine.mrp"/>
     </component>
     <component name="fontstore" long-name="Font Store">
      <unit bldFile="os\textandloc\fontservices\fontstore\group" mrp="os\textandloc\fontservices\fontstore\group\graphics_fntstore.mrp"/>
     </component>
     <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" plugin="Y">
      <unit bldFile="os\textandloc\fontservices\freetypefontrasteriser\group" mrp="os\textandloc\fontservices\freetypefontrasteriser\group\graphics_freetype.mrp"/>
     </component>
     <component name="referencefonts" long-name="Reference Fonts" introduced="6.0">
      <unit bldFile="os\textandloc\fontservices\referencefonts\group" mrp="os\textandloc\fontservices\referencefonts\group\graphics_fonts.mrp"/>
     </component>
     <component name="graphicstestfonts" long-name="Graphics Test Fonts" filter="gt" introduced="tb91">
      <unit bldFile="os\textandloc\fontservices\graphicstestfonts\group" mrp="os\textandloc\fontservices\graphicstestfonts\group\graphics_testfonts.mrp"/>
     </component>
    </collection>
    <collection name="graphicsdevif" long-name="Graphics Device Interface" level="device">
     <component name="gdi" long-name="GDI">
      <unit bldFile="os\textandloc\graphicsdevif\gdi\group" mrp="os\textandloc\graphicsdevif\gdi\group\graphics_gdi.mrp"/>
     </component>
    </collection>
    <collection name="textrendering" long-name="Text Rendering" level="text">
     <component name="numberformatting" long-name="Number Formatting" introduced="7.0s">
      <unit bldFile="os\textandloc\textrendering\numberformatting\group" mrp="os\textandloc\textrendering\numberformatting\group\app-framework_numberconversion.mrp"/>
     </component>
     <component name="texthandling" long-name="Text Handling">
      <unit bldFile="os\textandloc\textrendering\texthandling\group" mrp="os\textandloc\textrendering\texthandling\group\app-framework_etext.mrp"/>
     </component>
     <component name="textformatting" long-name="Text Formatting">
      <unit bldFile="os\textandloc\textrendering\textformatting\group" mrp="os\textandloc\textrendering\textformatting\group\app-framework_form.mrp"/>
     </component>
     <component name="word" long-name="Word" class="test">
      <unit mrp="os\textandloc\textrendering\word\group\app-framework_word.mrp"/>
     </component>
    </collection>
   </block>
   <block name="xmlsrv" long-name="XML Services" level="services" levels="plugin server framework generic specific">
    <collection name="xml" long-name="XML" level="generic">
     <component name="xmlfw" long-name="XML Framework" introduced="7.0s">
      <unit bldFile="os\xmlsrv\xml\xmlfw\group" mrp="os\xmlsrv\xml\xmlfw\group\syslibs_xml.mrp"/>
     </component>
     <component name="xmlexpatparser" long-name="XML Expat Parser" plugin="Y" introduced="7.0s">
      <unit bldFile="os\xmlsrv\xml\xmlexpatparser\group" mrp="os\xmlsrv\xml\xmlexpatparser\group\syslibs_xmlparser.mrp"/>
     </component>
     <component name="wbxmlparser" long-name="WBXML Parser" plugin="Y" introduced="7.0s">
      <unit bldFile="os\xmlsrv\xml\wbxmlparser\group" mrp="os\xmlsrv\xml\wbxmlparser\group\syslibs_wbxmlparser.mrp"/>
     </component>
    </collection>
   </block>
   <block name="deviceplatformrelease" long-name="Device Platform Release" level="services" levels="bld mid top">
    <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
     <component name="cedarutils" long-name="Cedar Utils">
      <unit mrp="os\deviceplatformrelease\symbianosbld\cedarutils\tools_utils_cedar.mrp"/>
     </component>
     <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt">
      <unit mrp="os\deviceplatformrelease\symbianosbld\productionbldcbrconfig\product_cbr_config.mrp"/>
     </component>
    </collection>
    <collection name="foundation_system" long-name="Foundation System" level="top">
     <component name="systemdocs" long-name="System Documentation" class="doc">
      <unit mrp="os\deviceplatformrelease\foundation_system\systemdocs\group\system.mrp"/>
     </component>
    </collection>
   </block>
   <block name="osrndtools" long-name="OS RD tools" level="services" levels="fw trace">
    <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
     <component name="cinidata" long-name="CINI Data">
      <unit bldFile="os\osrndtools\testexecfw1\cinidata" mrp="os\osrndtools\testexecfw1\cinidata\tools_cinidata.mrp"/>
     </component>
     <component name="testexecute" long-name="Test Execute" deprecated="tb91">
      <unit bldFile="os\osrndtools\testexecfw1\testexecute\Group" mrp="os\osrndtools\testexecfw1\testexecute\Group\tools_testexecute.mrp"/>
     </component>
    </collection>
   </block>
  </layer>
  <layer name="mw" long-name="Middleware" levels="generic specific">
   <block name="appsupport" long-name="Generic Application Support" level="generic" levels="system plugin framework server generic specific">
    <collection name="filehandling" long-name="File Handling" level="server">
     <component name="fileconverterfw" long-name="File Converter Framework">
      <unit bldFile="mw\appsupport\filehandling\fileconverterfw\group" mrp="mw\appsupport\filehandling\fileconverterfw\group\app-framework_conarc.mrp"/>
     </component>
     <component name="fileconverterplugins" long-name="Other File Converter Plugins" plugin="Y" introduced="5.0" deprecated="9.3">
      <unit bldFile="mw\appsupport\filehandling\fileconverterplugins\group" mrp="mw\appsupport\filehandling\fileconverterplugins\group\app-engines_convert.mrp"/>
     </component>
     <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" plugin="Y" introduced="7.0">
      <unit bldFile="mw\appsupport\filehandling\htmltorichtextconverter\group" mrp="mw\appsupport\filehandling\htmltorichtextconverter\group\app-services_chtmltocrtconv.mrp"/>
     </component>
     <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" plugin="Y" introduced="7.0s">
      <unit bldFile="mw\appsupport\filehandling\richtexttohtmlconverter\Group" mrp="mw\appsupport\filehandling\richtexttohtmlconverter\Group\app-services_richtexttohtmlconv.mrp"/>
     </component>
    </collection>
    <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
     <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91">
      <unit bldFile="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group" mrp="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group\telephony_hwrmuiplugin.mrp"/>
     </component>
    </collection>
    <collection name="commonappservices" long-name="Common Application Services" level="framework">
     <component name="alarmserver" long-name="Alarm Server" introduced="7.0">
      <unit bldFile="mw\appsupport\commonappservices\alarmserver\Group" mrp="mw\appsupport\commonappservices\alarmserver\Group\app-services_alarmserver.mrp"/>
     </component>
     <component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" class="test" deprecated="tb92">
      <unit bldFile="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv" mrp="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv\app-services_testalarmsrv.mrp"/>
     </component>
     <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" class="test">
      <!-- XML Previous Location: Application Services/Other Application Services/ -->
      <unit mrp="mw\appsupport\commonappservices\coreappstest\Group\app-services_CoreAppsTest.mrp"/>
     </component>
     <component name="appservicesdocs" long-name="Application Services Documentation" class="doc">
      <unit mrp="mw\appsupport\commonappservices\appservicesdocs\app-services_documentation.mrp"/>
     </component>
     <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1">
      <unit bldFile="mw\appsupport\commonappservices\backuprestorenotification\group" mrp="mw\appsupport\commonappservices\backuprestorenotification\group\app-services_BackupRestoreNotification.mrp"/>
     </component>
    </collection>
    <collection name="tzservices" long-name="Time Zone Services" level="plugin">
     <component name="tzserver" long-name="Time Zone Server" introduced="9.1">
      <unit bldFile="mw\appsupport\tzservices\tzserver\group" mrp="mw\appsupport\tzservices\tzserver\group\app-services_tz.mrp"/>
     </component>
     <component name="tzloc" long-name="Time Zone Localization" introduced="9.1">
      <unit bldFile="mw\appsupport\tzservices\tzloc\group" mrp="mw\appsupport\tzservices\tzloc\group\app-services_timezonelocalization.mrp"/>
     </component>
     <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" class="config">
      <unit bldFile="mw\appsupport\tzservices\tzlocrscfactory\group" mrp="mw\appsupport\tzservices\tzlocrscfactory\group\app-services_tzlocalizationrscfactory.mrp"/>
     </component>
     <component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" class="config">
      <unit bldFile="mw\appsupport\tzservices\tzdatabase\group" mrp="mw\appsupport\tzservices\tzdatabase\group\app-services_tzdb.mrp"/>
     </component>
     <component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1">
      <unit bldFile="mw\appsupport\tzservices\worldserver\group" mrp="mw\appsupport\tzservices\worldserver\group\app-services_worldserver.mrp"/>
     </component>
     <component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" class="test">
      <unit bldFile="mw\appsupport\tzservices\worldservertest\TestWorldSrv" mrp="mw\appsupport\tzservices\worldservertest\TestWorldSrv\app-services_testworldsrv.mrp"/>
     </component>
    </collection>
    <collection name="contenthandling" long-name="Content Handling" level="plugin">
     <component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0">
      <unit bldFile="mw\appsupport\contenthandling\contenthandlingfw\Group" mrp="mw\appsupport\contenthandling\contenthandlingfw\Group\content-handling.mrp"/>
     </component>
     <component name="webrecognisers" long-name="Web Recognisers" plugin="Y">
      <unit bldFile="mw\appsupport\contenthandling\webrecognisers\group" mrp="mw\appsupport\contenthandling\webrecognisers\group\application-protocols_recognisers.mrp"/>
     </component>
     <component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0">
      <unit bldFile="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group" mrp="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group\security_rta.mrp"/>
     </component>
    </collection>
    <collection name="printingsupport" long-name="Printing Support" level="generic">
     <component name="printinguisupport" long-name="Printing UI Support">
      <unit bldFile="mw\appsupport\printingsupport\printinguisupport\group" mrp="mw\appsupport\printingsupport\printinguisupport\group\app-framework_print.mrp"/>
     </component>
    </collection>
    <collection name="appfw" long-name="Application Framework" level="framework">
     <component name="apparchitecture" long-name="Application Architecture">
      <unit bldFile="mw\appsupport\appfw\apparchitecture\group" mrp="mw\appsupport\appfw\apparchitecture\group\app-framework_apparc.mrp"/>
     </component>
     <component name="viewserver" long-name="View Server" introduced="6.0">
      <unit bldFile="mw\appsupport\appfw\viewserver\group" mrp="mw\appsupport\appfw\viewserver\group\app-framework_viewsrv.mrp"/>
     </component>
     <component name="uiftestfw" long-name="UIF Test Framework" class="test" introduced="9.2">
      <unit mrp="mw\appsupport\appfw\uiftestfw\group\app-framework_testframework.mrp"/>
     </component>
    </collection>
    <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
     <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" class="config PC">
      <unit bldFile="mw\appsupport\tzpcside\tzcompiler\group" mrp="mw\appsupport\tzpcside\tzcompiler\group\app-services_tzcompiler.mrp"/>
     </component>
     <component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC">
      <unit bldFile="mw\appsupport\tzpcside\worlddatabasekit\group" mrp="mw\appsupport\tzpcside\worlddatabasekit\group\app-services_wlddatabasekit_cedar.mrp"/>
     </component>
     <component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" class="config PC">
      <unit bldFile="mw\appsupport\tzpcside\worldtools\group" mrp="mw\appsupport\tzpcside\worldtools\group\app-services_wldtools.mrp"/>
     </component>
    </collection>
   </block>
   <block name="netprotocols" long-name="High-level Internet Protocols" level="generic" levels="plugin framework server generic specific">
    <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
     <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2">
      <unit bldFile="mw\netprotocols\applayerprotocols\httptransportfw\group" mrp="mw\netprotocols\applayerprotocols\httptransportfw\group\http_transport-framework.mrp"/>
     </component>
     <component name="httpexamples" long-name="HTTP Examples" introduced="6.2">
      <unit bldFile="mw\netprotocols\applayerprotocols\httpexamples\group" mrp="mw\netprotocols\applayerprotocols\httpexamples\group\http_examples.mrp"/>
     </component>
     <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2">
      <unit bldFile="mw\netprotocols\applayerprotocols\wappushsupport\Group" mrp="mw\netprotocols\applayerprotocols\wappushsupport\Group\wap-browser_wappushsupport.mrp"/>
     </component>
     <component name="wapbase" long-name="WAP Base" introduced="6.0">
      <unit bldFile="mw\netprotocols\applayerprotocols\wapbase\Group" mrp="mw\netprotocols\applayerprotocols\wapbase\Group\wap-browser_wapbase.mrp"/>
     </component>
     <component name="ftpengine" long-name="FTP Engine" introduced="6.0">
      <unit bldFile="mw\netprotocols\applayerprotocols\ftpengine\group" mrp="mw\netprotocols\applayerprotocols\ftpengine\group\networking_ftp_e.mrp"/>
     </component>
     <component name="telnetengine" long-name="Telnet Engine" introduced="6.0">
      <unit bldFile="mw\netprotocols\applayerprotocols\telnetengine\group" mrp="mw\netprotocols\applayerprotocols\telnetengine\group\networking_telnet_e.mrp"/>
     </component>
    </collection>
    <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
     <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91">
      <unit bldFile="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group" mrp="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group\application-protocols_ineturilist.mrp"/>
     </component>
     <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1">
      <unit bldFile="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group" mrp="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group\application-protocols_bookmarks.mrp"/>
     </component>
     <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" plugin="Y" introduced="6.2">
      <unit bldFile="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group\http_protocol-plugin.mrp"/>
     </component>
     <component name="httptransportplugins" long-name="HTTP Transport Plugins" plugin="Y" introduced="6.2">
      <unit bldFile="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group\http_transport-plugin.mrp"/>
     </component>
    </collection>
    <collection name="wapstack" long-name="WAP Stack" level="plugin">
     <component name="wapmessageapi" long-name="WAP Message API">
      <unit bldFile="mw\netprotocols\wapstack\wapmessageapi\group" mrp="mw\netprotocols\wapstack\wapmessageapi\group\wap-stack_wapmessage.mrp"/>
     </component>
    </collection>
   </block>
   <block name="ipappprotocols" long-name="IP App Protocols" level="generic" levels="plugin framework conn server">
    <collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
     <component name="rtp" long-name="RTP" introduced="9.0">
      <!-- Real Time Data Protocol -->
      <unit bldFile="mw\ipappprotocols\realtimenetprots\rtp\group" mrp="mw\ipappprotocols\realtimenetprots\rtp\group\mm-protocols_rtp.mrp"/>
     </component>
     <component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt">
      <unit version="2" bldFile="mw\ipappprotocols\realtimenetprots\sipfw\Group" mrp="mw\ipappprotocols\realtimenetprots\sipfw\Group\mm-protocols_SIP2_Com.mrp"/>
     </component>
    </collection>
    <collection name="sipconnproviderplugins" long-name="SIP Connection Provider Plugins" level="conn">
     <component name="sipconnprovider" long-name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt">
      <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group\mm-protocols_SIPCPR.mrp"/>
     </component>
     <component name="sipdummyprt" long-name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt">
      <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group\mm-protocols_SIPDummyPRT.mrp"/>
     </component>
     <component name="sipstatemachine" long-name="SIP State Machine" introduced="9.2" filter="gt">
      <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group\mm-protocols_SipStateMachine.mrp"/>
     </component>
     <component name="sipparams" long-name="SIP Params" plugin="Y" introduced="9.2" filter="gt">
      <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipparams\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipparams\group\mm-protocols_SIPParams.mrp"/>
     </component>
     <component name="sipsubconnprovider" long-name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt">
      <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group\mm-protocols_SIPSCPR.mrp"/>
     </component>
    </collection>
   </block>
   <block name="messagingmw" long-name="Messaging Middleware" level="specific" levels="stack fw api">
    <collection name="messagingfw" long-name="Messaging FW" level="fw">
     <component name="scheduledsendmtm" long-name="Scheduled Send MTM" plugin="Y" introduced="6.0">
      <unit bldFile="mw\messagingmw\messagingfw\scheduledsendmtm\group" mrp="mw\messagingmw\messagingfw\scheduledsendmtm\group\messaging_schedulesend.mrp"/>
     </component>
     <component name="msgsrvnstore" long-name="Message Server and Store">
      <unit bldFile="mw\messagingmw\messagingfw\msgsrvnstore\group" mrp="mw\messagingmw\messagingfw\msgsrvnstore\group\messaging_framework.mrp"/>
     </component>
     <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0">
      <unit bldFile="mw\messagingmw\messagingfw\biomsgfw\group" mrp="mw\messagingmw\messagingfw\biomsgfw\group\messaging_biomsg.mrp"/>
     </component>
     <component name="msgconf" long-name="Messaging Config" introduced="tb91" class="config">
      <unit bldFile="mw\messagingmw\messagingfw\msgconf\group" mrp="mw\messagingmw\messagingfw\msgconf\group\messaging_config.mrp"/>
     </component>
     <component name="watcherfw" long-name="Watcher Framework">
      <unit bldFile="mw\messagingmw\messagingfw\watcherfw\group" mrp="mw\messagingmw\messagingfw\watcherfw\group\messaging_watcher.mrp"/>
     </component>
     <component name="msgtest" long-name="Messaging Test">
      <!-- XML Previous Location: Application Services/Messaging Application Support/ -->
      <unit bldFile="mw\messagingmw\messagingfw\msgtest\group" mrp="mw\messagingmw\messagingfw\msgtest\group\messaging_test.mrp"/>
     </component>
     <component name="msgtests" long-name="Messaging Tests">
      <unit mrp="mw\messagingmw\messagingfw\msgtests\group\messaging.mrp"/>
     </component>
     <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92">
      <unit mrp="mw\messagingmw\messagingfw\msgtestfw\group\messaging_testframework.mrp"/>
     </component>
     <component name="msgtestproduct" long-name="Messaging Test Product">
      <unit mrp="mw\messagingmw\messagingfw\msgtestproduct\group\messaging_testproduct.mrp"/>
     </component>
     <component name="biowatchers" long-name="BIO Watchers" plugin="Y" introduced="8.0">
      <unit bldFile="mw\messagingmw\messagingfw\biowatchers\Group" mrp="mw\messagingmw\messagingfw\biowatchers\Group\messaging_biomsg_biowatchers_cdma.mrp"/>
     </component>
     <component name="sendas" long-name="Send As">
      <unit bldFile="mw\messagingmw\messagingfw\sendas\group" mrp="mw\messagingmw\messagingfw\sendas\group\messaging_sendas2.mrp"/>
     </component>
     <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0">
      <unit bldFile="mw\messagingmw\messagingfw\msgurlhandler\group" mrp="mw\messagingmw\messagingfw\msgurlhandler\group\messaging_urlhandler.mrp"/>
     </component>
     <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1">
      <unit bldFile="mw\messagingmw\messagingfw\wappushfw\group" mrp="mw\messagingmw\messagingfw\wappushfw\group\wap-browser_wappush.mrp"/>
     </component>
     <component name="suplsmshandler" long-name="SUPL SMS Handler" plugin="Y" introduced="tb91">
      <unit bldFile="mw\messagingmw\messagingfw\suplsmshandler\group" mrp="mw\messagingmw\messagingfw\suplsmshandler\group\lbs_suplsmstrigger.mrp"/>
     </component>
     <component name="suplwappushhandler" long-name="SUPL WAP Push Handler" plugin="Y" introduced="tb91">
      <unit bldFile="mw\messagingmw\messagingfw\suplwappushhandler\group" mrp="mw\messagingmw\messagingfw\suplwappushhandler\group\lbs_suplwappush.mrp"/>
     </component>
    </collection>
   </block>
   <block name="remotemgmt" long-name="Remote Management" level="specific" levels="plugin framework server generic specific">
    <collection name="remotemgmttest" long-name="Remote Management Test" level="specific">
     <component name="omasyncmlintegrationtest" long-name="OMA SyncML Integration Test" introduced="7.0s" class="test">
      <unit bldFile="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group\oma_syncml_integtest.mrp"/>
     </component>
     <component name="omadevicemgmtintegrationtest" long-name="OMA Device Management Integration Test" introduced="9.1" class="test">
      <unit bldFile="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group\devprov_integtest.mrp"/>
     </component>
    </collection>
    <collection name="syncandremotemgmtfw" long-name="Sync and Remote Management Framework" level="framework">
     <component name="omasyncmldatasync" long-name="OMA SyncML Data Sync" introduced="7.0s">
      <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group\oma_syncml_datasync.mrp"/>
     </component>
     <component name="omasyncmlcommonfw" long-name="OMA SyncML Common Framework" introduced="7.0s">
      <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group\oma_syncml_common_framework.mrp"/>
     </component>
     <component name="omasyncmldminterface" long-name="OMA SyncML DM Interface" introduced="7.0s">
      <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group\oma_syncml_dm_interface.mrp"/>
     </component>
     <component name="omasyncmlconfig" long-name="OMA SyncML Config" introduced="tb91">
      <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group\oma_syncml_config.mrp"/>
     </component>
     <component name="devicemgmtfw" long-name="Device Management Framework" introduced="8.0">
      <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group" mrp="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group\devprov_devman_framework.mrp"/>
     </component>
     <component name="clientprovisioningfw" long-name="Client Provisioning Framework" introduced="9.1">
      <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group\devprov_clientprov_framework.mrp"/>
     </component>
    </collection>
    <collection name="syncandremotemgmtservices" long-name="Sync and Remote Management Services" level="plugin">
     <component name="datasyncadaptors" long-name="Data Sync Adaptors" plugin="Y" introduced="7.0s">
      <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group\data_sync_adaptors.mrp"/>
     </component>
     <component name="devicemgmtadaptors" long-name="Device Management Adaptors" plugin="Y" introduced="9.1">
      <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group" mrp="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group\devprov_devman_adapters.mrp"/>
     </component>
     <component name="clientprovisioningadaptors" long-name="Client Provisioning Adaptors" plugin="Y" introduced="9.1">
      <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group\devprov_clientprov_adapters.mrp"/>
     </component>
    </collection>
   </block>
   <block name="remoteconn" long-name="Remote Connectivity" level="generic" levels="plugin framework server generic specific">
    <collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
     <component name="mrouter" long-name="m-Router" filter="gt">
      <unit bldFile="mw\remoteconn\connectivitytransports\mrouter\group" mrp="mw\remoteconn\connectivitytransports\mrouter\group\connectivity_mRouterSecure.mrp"/>
     </component>
     <component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0">
      <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp\connectivity_legacy_plp_plpgrp.mrp"/>
     </component>
     <component name="plpvariant" long-name="PLP Variant" deprecated="9.0">
      <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant\connectivity_legacy_plp_plpvariant.mrp"/>
     </component>
     <component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0">
      <unit bldFile="mw\remoteconn\connectivitytransports\eventbroadcast\group" mrp="mw\remoteconn\connectivitytransports\eventbroadcast\group\connectivity_legacy_brdcst.mrp"/>
     </component>
    </collection>
    <collection name="mtptransports" long-name="MTP Transports" level="plugin">
     <component name="mtpusbtransport" long-name="MTP USB Transport" plugin="Y" introduced="tb91">
      <unit bldFile="mw\remoteconn\mtptransports\mtpusbtransport\group" mrp="mw\remoteconn\mtptransports\mtpusbtransport\group\mtp_usbsic.mrp"/>
     </component>
    </collection>
    <collection name="mtpfws" long-name="MTP Frameworks" level="framework">
     <component name="mtpfw" long-name="MTP Framework" introduced="tb91">
      <unit bldFile="mw\remoteconn\mtpfws\mtpfw\group" mrp="mw\remoteconn\mtpfws\mtpfw\group\mtp_framework.mrp"/>
     </component>
     <component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" class="test">
      <unit bldFile="mw\remoteconn\mtpfws\mtpintegrationtest\group" mrp="mw\remoteconn\mtpfws\mtpintegrationtest\group\mtp_test.mrp"/>
     </component>
    </collection>
    <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
     <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" plugin="Y" introduced="tb91">
      <unit bldFile="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group" mrp="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group\mtp_filedp.mrp"/>
     </component>
    </collection>
    <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
     <component name="backupengine" long-name="Backup Engine" introduced="9.0">
      <unit bldFile="mw\remoteconn\backupandrestore\backupengine\group" mrp="mw\remoteconn\backupandrestore\backupengine\group\connectivity_backupengine.mrp"/>
     </component>
    </collection>
    <collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
     <component name="chatscripts" long-name="Chat Scripts">
      <unit bldFile="mw\remoteconn\connectivitypcside\chatscripts\group" mrp="mw\remoteconn\connectivitypcside\chatscripts\group\testtools_chatscripts.mrp"/>
     </component>
     <component name="connectqi" long-name="ConnectQI" introduced="9.1" class="PC">
      <unit mrp="mw\remoteconn\connectivitypcside\connectqi\connectqisdk_mr3.mrp"/>
     </component>
     <component name="connectqisdk" long-name="ConnectQI SDK" introduced="9.1" class="PC">
      <unit mrp="mw\remoteconn\connectivitypcside\connectqisdk\connectqisdk_public.mrp"/>
     </component>
    </collection>
    <collection name="connectivitytest" long-name="Connectivity Tests" level="utils">
     <component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91">
      <unit bldFile="app\techview\connectivityapps\connectivityfw\group" mrp="app\techview\connectivityapps\connectivityfw\group\connectivity_framework.mrp"/>
     </component>
     <component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91">
      <unit bldFile="app\techview\connectivityapps\connectivityservices\group" mrp="app\techview\connectivityapps\connectivityservices\group\connectivity_services.mrp"/>
     </component>
    </collection>    
   </block>
   <block name="shortlinkconn" long-name="Shortlink Connectivity" level="generic" levels="framework server generic specific plugin">
    <collection name="obex" long-name="OBEX" level="generic">
     <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1">
      <unit bldFile="mw\shortlinkconn\obex\obexprotocol\group" mrp="mw\shortlinkconn\obex\obexprotocol\group\obex.mrp"/>
     </component>
     <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2">
      <unit bldFile="mw\shortlinkconn\obex\obexextensionapi\group" mrp="mw\shortlinkconn\obex\obexextensionapi\group\obex_extensionapis.mrp"/>
     </component>
    </collection>
    <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
     <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1">
      <unit bldFile="mw\shortlinkconn\bluetoothappprofiles\avrcp" mrp="mw\shortlinkconn\bluetoothappprofiles\avrcp\bluetooth_avrcp.mrp"/>
     </component>
    </collection>
   </block>
   <block name="mmmw" long-name="Multimedia Middleware" level="generic" levels="plugin framework server generic specific">
    <collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
     <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group\multimedia_mmf.mrp"/>
     </component>
     <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmutilitylib\group" mrp="mw\mmmw\mmmiddlewarefws\mmutilitylib\group\multimedia_common.mrp"/>
     </component>
    </collection>
    <collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
     <component name="mmfwplugins" long-name="Multimedia Framework Plugins" plugin="Y" introduced="7.0s">
      <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin\multimedia_mmf_plugin.mrp"/>
     </component>
    </collection>
    <collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
     <component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" class="test">
      <unit mrp="mw\mmmw\mmfwtest\mmfunittest\group\multimedia_unittest_mmf_source.mrp"/>
     </component>
     <component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" class="test">
      <unit mrp="mw\mmmw\mmfwtest\mmfintegrationtest\group\multimedia_inttest_mmf_source.mrp"/>
     </component>
     <component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" class="test">
      <unit bldFile="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group" mrp="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group\multimedia_mmf_char.mrp"/>
     </component>
    </collection>
    <collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
     <component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" class="test">
      <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group\multimedia_mvs_app.mrp"/>
     </component>
     <component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91">
      <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group\multimedia_mvs_agents.mrp"/>
     </component>
     <component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" class="test">
      <unit mrp="mw\mmmw\mmvalidationsuite\mvsintegrationtest\group\multimedia_inttest_mvs_source.mrp"/>
     </component>
    </collection>
   </block>
   <block name="inputmethods" long-name="Input Methods" level="generic" levels="plugin engine framework">
    <collection name="fep" long-name="FEP" level="engine">
     <component name="frontendprocessor" long-name="Front End Processor">
      <unit bldFile="mw\inputmethods\fep\frontendprocessor\group" mrp="mw\inputmethods\fep\frontendprocessor\group\app-framework_fepbase.mrp"/>
     </component>
    </collection>
   </block>
   <block name="classicui" long-name="Classic UI" level="generic" levels="base support server generic specific">
    <collection name="commonuisupport" long-name="Common UI Support" level="support">
     <component name="uikon" long-name="Uikon" introduced="6.0">
      <unit bldFile="mw\classicui\commonuisupport\uikon\group" mrp="mw\classicui\commonuisupport\uikon\group\app-framework_uikon.mrp"/>
     </component>
     <component name="errorresolverdata" long-name="Error Resolver Data">
      <unit bldFile="mw\classicui\commonuisupport\errorresolverdata\group" mrp="mw\classicui\commonuisupport\errorresolverdata\group\app-framework_errorresgt.mrp"/>
     </component>
     <component name="uilaf" long-name="UI Look and Feel" introduced="6.0">
      <unit bldFile="mw\classicui\commonuisupport\uilaf\GROUP" mrp="mw\classicui\commonuisupport\uilaf\GROUP\app-framework_uiklafgt.mrp"/>
     </component>
     <component name="grid" long-name="Grid">
      <unit bldFile="mw\classicui\commonuisupport\grid\group" mrp="mw\classicui\commonuisupport\grid\group\app-framework_grid.mrp"/>
     </component>
     <component name="uifwsdocs" long-name="UI Frameworks Documentation" class="doc">
      <unit mrp="mw\classicui\commonuisupport\uifwsdocs\app-framework_documentation.mrp"/>
     </component>
    </collection>
    <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
     <component name="cone" long-name="Control Environment">
      <unit bldFile="mw\classicui\lafagnosticuifoundation\cone\group" mrp="mw\classicui\lafagnosticuifoundation\cone\group\app-framework_cone.mrp"/>
     </component>
     <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2">
      <unit bldFile="mw\classicui\lafagnosticuifoundation\graphicseffects\group" mrp="mw\classicui\lafagnosticuifoundation\graphicseffects\group\app-framework_gfxtranseffect.mrp"/>
     </component>
     <component name="uigraphicsutils" long-name="UI Graphics Utilities">
      <unit bldFile="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group" mrp="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group\app-framework_egul.mrp"/>
     </component>
     <component name="clockanim" long-name="Clock" plugin="Y">
      <unit bldFile="mw\classicui\lafagnosticuifoundation\clockanim\group" mrp="mw\classicui\lafagnosticuifoundation\clockanim\group\app-framework_clock.mrp"/>
     </component>
     <component name="bmpanimation" long-name="BMP Animation" introduced="6.0">
      <unit bldFile="mw\classicui\lafagnosticuifoundation\bmpanimation\group" mrp="mw\classicui\lafagnosticuifoundation\bmpanimation\group\app-framework_bmpanim.mrp"/>
     </component>
     <component name="animation" long-name="Animation" introduced="9.1">
      <unit bldFile="mw\classicui\lafagnosticuifoundation\animation\group" mrp="mw\classicui\lafagnosticuifoundation\animation\group\app-framework_animation.mrp"/>
     </component>
    </collection>
   </block>
   <block name="appinstall" long-name="Application Installation" level="generic" levels="tool framework generic api">
    <collection name="installationservices" long-name="Installation Services" level="generic">
     <component name="swi" long-name="Secure Software Install">
      <unit bldFile="mw\appinstall\installationservices\swi\group" mrp="mw\appinstall\installationservices\swi\group\security_swi.mrp"/>
     </component>
     <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1">
      <unit bldFile="mw\appinstall\installationservices\swidevicetools\group" mrp="mw\appinstall\installationservices\swidevicetools\group\security_switools_device.mrp"/>
     </component>
     <component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0">
      <!-- PLACEHOLDER="PDEF137052"
			<unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
			-->
     </component>
     <component name="swiconfig" long-name="Software Install Config" introduced="9.1">
      <!-- PLACEHOLDER="PDEF137052"
			<unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
			-->
     </component>
    </collection>
    <collection name="secureswitools" long-name="Secure Software Install Tools">
     <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" class="PC">
      <unit bldFile="mw\appinstall\secureswitools\makekeys\group" mrp="mw\appinstall\secureswitools\makekeys\group\security_makekeys.mrp"/>
     </component>
     <component name="swianalysistoolkit" long-name="SWI Analysis Toolkit" class="PC">
      <unit bldFile="mw\appinstall\secureswitools\swianalysistoolkit\group" mrp="mw\appinstall\secureswitools\swianalysistoolkit\group\security_switools.mrp"/>
     </component>
     <component name="swisistools" long-name="Secure Software Install SIS Tools" class="PC">
      <unit bldFile="mw\appinstall\secureswitools\swisistools\group" mrp="mw\appinstall\secureswitools\swisistools\group\security_sistools.mrp"/>
     </component>
     <component name="openssllib" long-name="OpenSSL Library" class="PC">
      <unit mrp="mw\appinstall\secureswitools\openssllib\security_openssl.mrp"/>
     </component>
    </collection>
   </block>
  </layer>
  <layer name="app" long-name="Applications" levels="services apps">
   <block name="contacts" long-name="Contacts Apps" level="apps" span="2" levels="engine support services ui">
    <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
     <component name="contactsmodel" long-name="Contacts Model" introduced="ER5">
      <unit version="1" bldFile="app\contacts\phonebookengines\contactsmodel\group" mrp="app\contacts\phonebookengines\contactsmodel\group\app-engines_cntmodel.mrp"/>
     </component>
    </collection>
    <collection name="pimprotocols" long-name="PIM Protocols" level="services">
     <component name="phonebooksync" long-name="Phonebook Sync" plugin="Y">
      <unit bldFile="app\contacts\pimprotocols\phonebooksync\group" mrp="app\contacts\pimprotocols\phonebooksync\group\telephony_phbksync.mrp"/>
     </component>
     <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2">
      <unit bldFile="app\contacts\pimprotocols\pbap\group" mrp="app\contacts\pimprotocols\pbap\group\bluetooth_accesshost.mrp"/>
     </component>
    </collection>
   </block>
   <block name="organizer" long-name="Organizer Application Suite" level="apps" span="2" levels="support services engine ui">
    <collection name="pimappservices" long-name="PIM App Services" level="services">
     <component name="calendar" long-name="Calendar" introduced="9.2">
      <unit version="2" bldFile="app\organizer\pimappservices\calendar\group" mrp="app\organizer\pimappservices\calendar\group\app-engines_calendar.mrp"/>
     </component>
     <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" plugin="Y" introduced="8.1">
      <unit version="2" bldFile="app\organizer\pimappservices\calendarvcalplugin\group" mrp="app\organizer\pimappservices\calendarvcalplugin\group\app-engines_agnversit2.mrp"/>
     </component>
     <component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" class="test">
      <unit bldFile="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv" mrp="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv\app-engines_testagendasrv.mrp"/>
     </component>
     <component name="appenginesdocs" long-name="Application Engines Documentation" class="doc">
      <unit mrp="app\organizer\pimappservices\appenginesdocs\app-engines_documentation.mrp"/>
     </component>
    </collection>
    <collection name="officeappeng" long-name="Office App Engines" level="engine">
     <component name="datamodel" long-name="Data Engine" introduced="5.0" deprecated="9.3">
      <unit bldFile="app\organizer\officeappeng\datamodel\group" mrp="app\organizer\officeappeng\datamodel\group\app-engines_damodel.mrp"/>
     </component>
     <component name="sheeteng" long-name="Sheet Engine" introduced="5.0" deprecated="9.3">
      <unit bldFile="app\organizer\officeappeng\sheeteng\group" mrp="app\organizer\officeappeng\sheeteng\group\app-engines_sheng.mrp"/>
     </component>
     <component name="charteng" long-name="Chart" introduced="5.0" deprecated="9.3" class="test">
      <unit mrp="app\organizer\officeappeng\charteng\group\app-engines_chart.mrp"/>
     </component>
     <component name="wordeng" long-name="Word Engine" introduced="5.0" deprecated="9.3">
      <unit bldFile="app\organizer\officeappeng\wordeng\group" mrp="app\organizer\officeappeng\wordeng\group\app-engines_wpeng.mrp"/>
     </component>
    </collection>
    <collection name="pimappsupport" long-name="PIM Application Support" level="support">
     <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5">
      <unit bldFile="app\organizer\pimappsupport\vcardandvcal\group" mrp="app\organizer\pimappsupport\vcardandvcal\group\app-services_versit.mrp"/>
     </component>
     <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1">
      <unit bldFile="app\organizer\pimappsupport\chinesecalendarconverter\group" mrp="app\organizer\pimappsupport\chinesecalendarconverter\group\app-services_calcon.mrp"/>
     </component>
     <component name="chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="tb91">
      <unit bldFile="app\organizer\pimappsupport\chinesecalendaralg\group" mrp="app\organizer\pimappsupport\chinesecalendaralg\group\app-services_chinesecalendaralgorithm.mrp"/>
     </component>
    </collection>
   </block>
   <block name="messaging" long-name="Messaging Apps" level="apps" levels="1 2">
    <collection name="mobilemessaging" long-name="Mobile Messaging" level="2">
     <component name="smsmtm" long-name="SMS MTM" plugin="Y">
      <unit bldFile="app\messaging\mobilemessaging\smsmtm\multimode\Group" mrp="app\messaging\mobilemessaging\smsmtm\multimode\Group\messaging_sms_multimode.mrp"/>
     </component>
    </collection>
    <collection name="mmsengine" long-name="MMS Engine" level="1">
     <component name="mmssettings" long-name="MMS Settings" introduced="9.2">
      <unit bldFile="app\messaging\mmsengine\mmssettings\group\" mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings.mrp"/>
     </component>
     <component name="mmsconf" long-name="MMS Configuration">
      <unit mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings-config.mrp"/>
     </component>
    </collection>
    <collection name="messagingappbase" long-name="Messaging App Base" level="2">
     <component name="smilparser" long-name="SMIL Parser" introduced="7.0s">
      <unit bldFile="app\messaging\messagingappbase\smilparser\GROUP" mrp="app\messaging\messagingappbase\smilparser\GROUP\messaging_gmxml.mrp"/>
     </component>
     <component name="obexmtms" long-name="OBEX MTMs" plugin="Y" introduced="7.0s">
      <unit bldFile="app\messaging\messagingappbase\obexmtms\Group" mrp="app\messaging\messagingappbase\obexmtms\Group\messaging_obex.mrp"/>
     </component>
    </collection>
    <collection name="email" long-name="Email" level="1">
     <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" plugin="Y">
      <unit bldFile="app\messaging\email\pop3andsmtpmtm\group" mrp="app\messaging\email\pop3andsmtpmtm\group\messaging_email.mrp"/>
     </component>
     <component name="imap4mtm" long-name="IMAP4 MTM" plugin="Y" introduced="9.2">
      <unit bldFile="app\messaging\email\imap4mtm\group" mrp="app\messaging\email\imap4mtm\group\messaging_email_imap.mrp"/>
     </component>
    </collection>
   </block>
   <block name="helps" long-name="Help Apps" level="apps" levels="eng ui">
    <collection name="symhelp" long-name="Symbian Help" level="eng">
     <component name="cshlpcmpbackend" long-name="CSHelp Compiler Backend">
      <unit mrp="app\helps\symhelp\cshlpcmpbackend\group\tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
     </component>
     <component name="cshlpcmpfrontend" long-name="CSHelp Compiler Frontend">
      <unit bldFile="app\helps\symhelp\cshlpcmpfrontend\group" mrp="app\helps\symhelp\cshlpcmpfrontend\group\tools_sdk_eng_cshlpcmp_frontend.mrp"/>
     </component>
     <component name="cshlpcmpgui" long-name="CSHelp Compiler GUI" filter="gt">
      <unit bldFile="app\helps\symhelp\cshlpcmpgui\group" mrp="app\helps\symhelp\cshlpcmpgui\group\tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/>
     </component>
     <component name="mbmcodec" long-name="MBM Codec" filter="gt">
      <unit bldFile="app\helps\symhelp\mbmcodec\group" mrp="app\helps\symhelp\mbmcodec\group\tools_sdk_eng_mbmcodec.mrp"/>
     </component>
     <component name="helpmodel" long-name="Help" introduced="6.0">
      <unit bldFile="app\helps\symhelp\helpmodel\group" mrp="app\helps\symhelp\helpmodel\group\app-services_hlpmodel.mrp"/>
     </component>
    </collection>
   </block>
   <block name="techview" long-name="Techview" level="apps" span="2" levels="services ui utils apps1 apps2 apps3">
    <collection name="buildverification" long-name="Build Verification" level="services">
     <component name="smoketest" long-name="Smoke Test" filter="gt">
      <unit bldFile="app\techview\buildverification\smoketest\Group" mrp="app\techview\buildverification\smoketest\Group\testtools_smoketest.mrp"/>
     </component>
    </collection>
    <collection name="networkingutils" long-name="Networking Utils" level="utils">
     <component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0">
      <unit mrp="app\techview\networkingutils\ipadministrationtool\group\networking_ipadm.mrp"/>
     </component>
     <component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s">
      <unit mrp="app\techview\networkingutils\nameresolverutility\group\networking_nslookup.mrp"/>
     </component>
    </collection>
    <collection name="testapps" long-name="Test Apps" level="utils">
     <component name="rschandler" long-name="Resource Handler" deprecated="tb92">
      <unit mrp="app\techview\testapps\rschandler\TVResourceHandler\group\Testtools_ResourceHandler_gt.mrp"/>
     </component>
    </collection>
   </block>
  </layer>
 </systemModel>
<SystemBuild schema="1.0.0">
  <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
  <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
  <option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
  <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
  <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
  <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
  <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
  <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
  <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
  <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
  <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
  <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
  <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
  <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
  <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
  <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
  <!-- Aditional Targets -->
  <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
  <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
  <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
  <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
  <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
  <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
  <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
  <targetList name="tools" description="tools Targets" target="TOOLS"/>
  <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
  <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
  <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
  <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
  <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
  <!-- 9.4 configuration -->
    <!-- tb91 configuration -->
    <!-- tb91sf configuration -->
  <configuration name="GT_tb91sf" description="tb91sf GT build" filter="tb91sf,gt">
    <ref item="os"/>
    <ref item="mw"/>
    <ref item="app"/>
    <task><specialInstructions name="BootStrap1" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="setupprj.bat secure"/></task>
    <task><specialInstructions name="BootStrap2" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="bld.bat rel"/></task>
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task> 
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
  </configuration>
    <!-- 9.5 configuration -->
    <!-- 9.6 configuration -->
 <!-- Future configuration -->
</SystemBuild></SystemDefinition>