platform_foundationmodel/sysdefs/system_definition.xml
changeset 22 06458726e4ea
parent 20 bf60c880fd59
child 24 a2aee41c976e
equal deleted inserted replaced
21:e5a2572ac305 22:06458726e4ea
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition name="Foundation" schema="2.0.1">
     3  <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
       
     4  <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED>
       
     7  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block* | collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock* | collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) "N"
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED>
       
    41  <!ELEMENT unit EMPTY>
       
    42  <!ATTLIST unit
       
    43   mrp CDATA #IMPLIED
       
    44   filter CDATA #IMPLIED
       
    45   bldFile CDATA #IMPLIED
       
    46   root CDATA #IMPLIED
       
    47   version NMTOKEN #IMPLIED
       
    48   prebuilt NMTOKEN #IMPLIED
       
    49   late (Y|N) #IMPLIED
       
    50   priority CDATA #IMPLIED>
       
    51  <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
       
    52  <!ATTLIST SystemBuild schema CDATA #REQUIRED>
       
    53  <!ELEMENT list (ref+)>
       
    54  <!ATTLIST list
       
    55   name ID #REQUIRED
       
    56   description CDATA #REQUIRED>
       
    57  <!ELEMENT ref EMPTY>
       
    58  <!ATTLIST ref item CDATA #REQUIRED>
       
    59  <!ELEMENT targetList EMPTY>
       
    60  <!ATTLIST targetList
       
    61   name ID #REQUIRED
       
    62   description CDATA #REQUIRED
       
    63   target IDREFS #REQUIRED>
       
    64  <!ELEMENT target EMPTY>
       
    65  <!ATTLIST target
       
    66   name ID #REQUIRED
       
    67   abldTarget CDATA #REQUIRED
       
    68   description CDATA #REQUIRED>
       
    69  <!ELEMENT option EMPTY>
       
    70  <!ATTLIST option
       
    71   name ID #REQUIRED
       
    72   abldOption CDATA #REQUIRED
       
    73   description CDATA #REQUIRED
       
    74   enable (Y | N ) #REQUIRED>
       
    75  <!ELEMENT configuration (listRef+ | ref+ | task+)*>
       
    76  <!ATTLIST configuration
       
    77   name ID #REQUIRED
       
    78   description CDATA #REQUIRED
       
    79   filter CDATA #REQUIRED>
       
    80  <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
       
    81  <!ELEMENT listRef EMPTY>
       
    82  <!ATTLIST listRef list CDATA #REQUIRED>
       
    83  <!ELEMENT buildLayer EMPTY>
       
    84  <!ATTLIST buildLayer
       
    85   command CDATA #REQUIRED
       
    86   targetList IDREFS #IMPLIED
       
    87   unitParallel (Y | N ) #REQUIRED
       
    88   targetParallel (Y | N ) "N">
       
    89  <!ELEMENT specialInstructions EMPTY>
       
    90  <!ATTLIST specialInstructions
       
    91   name CDATA #REQUIRED
       
    92   cwd CDATA #REQUIRED
       
    93   root CDATA #IMPLIED
       
    94   command CDATA #REQUIRED>
       
    95 ]>
       
    96 <SystemDefinition name="Symbian" schema="2.0.1">
       
    97  <systemModel>
     3  <systemModel>
    98   <layer name="os" long-name="OS" levels="hw services">
     4   <layer name="os" long-name="OS" levels="hw services">
    99    <block name="kernelhwsrv" long-name="Kernel and Hardware Services" level="hw" levels="hw-if adaptation framework test">
     5    <block long-name="Kernel and Hardware Services" level="hw" name="kernelhwsrv" levels="hw-if adaptation framework test">
       
     6     <collection name="baseapitest" long-name="Base API Tests" level="test"/>
   100     <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
     7     <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
   101      <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3">
     8      <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3">
   102       <unit bldFile="os\kernelhwsrv\baseintegtests\baseintegrationtest\group" mrp="os\kernelhwsrv\baseintegtests\baseintegrationtest\group\base_integration_test.mrp"/>
     9       <unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
   103      </component>
    10      </component>
   104     </collection>
    11     </collection>
   105     <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
    12     <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
   106      <component name="ubootldr" long-name="Boot Loader" introduced="9.2">
    13      <component name="ubootldr" long-name="Boot Loader" introduced="9.2">
   107       <unit mrp="os\kernelhwsrv\brdbootldr\ubootldr\base_ubootldr.mrp"/>
    14       <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
       
    15      </component>
       
    16     </collection>
       
    17     <collection name="filesystems" long-name="File Systems" level="framework">
       
    18      <component name="compfs" long-name="Composite File System" filter="gt" plugin="Y">
       
    19       <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
       
    20      </component>
       
    21      <component name="fatfs" long-name="FAT File System" filter="gt" plugin="Y">
       
    22       <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
       
    23      </component>
       
    24      <component name="fat32fs" long-name="FAT32 File System" filter="gt" plugin="Y">
       
    25       <!-- Unit commented out by SF to match Bob's model -->
       
    26       <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/> -->
       
    27      </component>
       
    28      <component name="iso9660fs" long-name="ISO9660 File System" filter="gt" plugin="Y" introduced="8.1b">
       
    29       <!-- Unit commented out by SF to match Bob's model -->
       
    30       <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660/base_f32_siso9660.mrp"/> -->
       
    31      </component>
       
    32      <component name="ntfs" long-name="NTFS" filter="gt" plugin="Y">
       
    33       <!-- Unit commented out by SF to match Bob's model -->
       
    34       <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs/base_f32_sntfs.mrp"/> -->
       
    35      </component>
       
    36      <component name="rofs" long-name="ROFS" filter="gt" plugin="Y">
       
    37       <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
       
    38      </component>
       
    39      <component name="romfs" long-name="ROM File System" filter="gt" plugin="Y">
       
    40       <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
       
    41      </component>
       
    42      <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" plugin="Y">
       
    43       <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
   108      </component>
    44      </component>
   109     </collection>
    45     </collection>
   110     <collection name="unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
    46     <collection name="unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
       
    47      <component name="uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1">
       
    48       <!-- Unit commented out by SF to match Bob's model -->
       
    49       <!-- <unit bldFile="os/kernelhwsrv/unistore2/uiibootsupport/nandloader/unistore2" mrp="os/kernelhwsrv/unistore2/uiibootsupport/base_nandboot_unistore2.mrp"/> -->
       
    50      </component>
       
    51      <component name="uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1">
       
    52       <unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
       
    53      </component>
       
    54      <component name="uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1">
       
    55       <!-- Unit commented out by SF to match Bob's model -->
       
    56       <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2/base_crashflash_unistore2.mrp"/> -->
       
    57      </component>
   111      <component name="uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1">
    58      <component name="uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1">
   112       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2.mrp"/>
    59       <!-- Unit commented out by SF to match Bob's model -->
   113      </component>
    60       <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2.mrp"/> -->
   114      <component name="uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1">
       
   115       <unit mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2_undeliverable.mrp"/>
       
   116      </component>
       
   117      <component name="uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1">
       
   118       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2\base_crashflash_unistore2.mrp"/>
       
   119      </component>
       
   120      <component name="uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1">
       
   121       <unit bldFile="os\kernelhwsrv\unistore2\uiibootsupport\nandloader\unistore2" mrp="os\kernelhwsrv\unistore2\uiibootsupport\base_nandboot_unistore2.mrp"/>
       
   122      </component>
    61      </component>
   123     </collection>
    62     </collection>
   124     <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
    63     <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
   125      <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0">
    64      <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0">
   126       <unit bldFile="os\kernelhwsrv\bsptemplate\asspandvariant\template_variant" mrp="os\kernelhwsrv\bsptemplate\asspandvariant\base_template.mrp"/>
    65       <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
       
    66      </component>
       
    67     </collection>
       
    68     <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
       
    69      <component name="genericboardsupport" long-name="Generic Board Support">
       
    70       <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
       
    71      </component>
       
    72      <component name="mediadrivers" long-name="Media Drivers">
       
    73       <!-- these are for storage media -->
       
    74       <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
       
    75      </component>
       
    76      <component name="sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1">
       
    77       <!-- Unit commented out by SF to match Bob's model -->
       
    78       <!-- <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"/> -->
       
    79      </component>
       
    80      <component name="sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1">
       
    81       <!-- Unit commented out by SF to match Bob's model -->
       
    82       <!-- <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"/> -->
       
    83      </component>
       
    84     </collection>
       
    85     <collection name="halservices" long-name="HAL Services" level="framework">
       
    86      <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0">
       
    87       <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
   127      </component>
    88      </component>
   128     </collection>
    89     </collection>
   129     <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
    90     <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
   130      <component name="eka" long-name="Kernel Architecture" introduced="8.0">
    91      <component name="eka" long-name="Kernel Architecture" introduced="8.0">
   131       <unit bldFile="os\kernelhwsrv\kernel\eka" mrp="os\kernelhwsrv\kernel\eka\base_e32.mrp"/>
    92       <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
   132      </component>
    93      </component>
   133     </collection>
    94     </collection>
   134     <collection name="kerneltest" long-name="Kernel Test" level="hw-if">
    95     <collection name="kerneltest" long-name="Kernel Test" level="hw-if">
   135      <component name="e32test" long-name="E32 Tests" class="test">
    96      <component name="e32test" long-name="E32 Tests" class="test">
   136       <unit bldFile="os\kernelhwsrv\kerneltest\e32test\group" mrp="os\kernelhwsrv\kerneltest\e32test\group\base_e32test.mrp"/>
    97       <!-- Unit commented out by SF to match Bob's model -->
       
    98       <!-- <unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/> -->
       
    99      </component>
       
   100      <component name="e32utils" long-name="E32 Utilities">
       
   101       <!-- Unit commented out by SF to match Bob's model -->
       
   102       <!-- <unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/> -->
       
   103      </component>
       
   104      <component name="f32test" long-name="File Server Tests" class="test">
       
   105       <!-- Unit commented out by SF to match Bob's model -->
       
   106       <!-- <unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/> -->
   137      </component>
   107      </component>
   138      <component name="sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" class="test">
   108      <component name="sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" class="test">
   139       <unit bldFile="os\kernelhwsrv\kerneltest\sdiotest" mrp="os\kernelhwsrv\kerneltest\sdiotest\base_sdiotests.mrp"/>
   109       <!-- Unit commented out by SF to match Bob's model -->
   140      </component>
   110       <!-- <unit bldFile="os/kernelhwsrv/kerneltest/sdiotest" mrp="os/kernelhwsrv/kerneltest/sdiotest/base_sdiotests.mrp"/> -->
   141      <component name="e32utils" long-name="E32 Utilities">
   111      </component>
   142       <unit bldFile="os\kernelhwsrv\kerneltest\e32utils\group" mrp="os\kernelhwsrv\kerneltest\e32utils\group\base_e32utils.mrp"/>
   112     </collection>
   143      </component>
   113     <collection name="localisation" long-name="Localisation" level="adaptation">
   144      <component name="f32test" long-name="File Server Tests" class="test">
   114      <component name="localesupport" long-name="Locale Support" plugin="Y">
   145       <unit bldFile="os\kernelhwsrv\kerneltest\f32test\group" mrp="os\kernelhwsrv\kerneltest\f32test\group\base_f32test.mrp"/>
   115       <unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
   146      </component>
   116      </component>
   147     </collection>
   117     </collection>
   148     <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
   118     <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
   149      <component name="ethernetldd" long-name="Ethernet Drivers">
   119      <component name="ethernetldd" long-name="Ethernet Drivers">
   150       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ethernet" mrp="os\kernelhwsrv\kernel\eka\drivers\ethernet\base_e32_drivers_ethernet.mrp"/>
   120       <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
       
   121      </component>
       
   122      <component name="btrace" long-name="Kernel Trace Tool">
       
   123       <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
       
   124      </component>
       
   125      <component name="legacydrivers" long-name="Legacy Drivers">
       
   126       <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
       
   127      </component>
       
   128      <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b">
       
   129       <!-- these are LDDs for storage media -->
       
   130       <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
       
   131      </component>
       
   132      <component name="runmodedebugger" long-name="Run Mode Debugger">
       
   133       <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
       
   134      </component>
       
   135      <component name="serialldd" long-name="Serial Port Drivers">
       
   136       <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
   151      </component>
   137      </component>
   152      <component name="audioldd" long-name="Audio Drivers" introduced="8.1b">
   138      <component name="audioldd" long-name="Audio Drivers" introduced="8.1b">
   153       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\esound" mrp="os\kernelhwsrv\kernel\eka\drivers\esound\base_e32_drivers_sound.mrp"/>
   139       <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
   154      </component>
   140      </component>
   155      <component name="serialldd" long-name="Serial Port Drivers">
   141     </collection>
   156       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ecomm" mrp="os\kernelhwsrv\kernel\eka\drivers\ecomm\base_e32_drivers_ecomm.mrp"/>
   142     <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
   157      </component>
   143      <component name="textshell" long-name="Text Shell" filter="gt">
   158      <component name="legacydrivers" long-name="Legacy Drivers">
   144       <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
   159       <unit mrp="os\kernelhwsrv\kernel\eka\drivers\adc\base_e32_drivers_adc.mrp"/>
   145      </component>
   160      </component>
   146      <component name="e32wsrv" long-name="Text Window Server">
   161      <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b">
   147       <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
   162       <!-- these are LDDs for storage media-->
       
   163       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\locmedia" mrp="os\kernelhwsrv\kernel\eka\drivers\locmedia\base_e32_drivers_locmedia.mrp"/>
       
   164      </component>
       
   165      <component name="runmodedebugger" long-name="Run Mode Debugger">
       
   166       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\debug" mrp="os\kernelhwsrv\kernel\eka\drivers\debug\base_e32_drivers_debug.mrp"/>
       
   167      </component>
       
   168      <component name="btrace" long-name="Kernel Trace Tool">
       
   169       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\trace" mrp="os\kernelhwsrv\kernel\eka\drivers\trace\base_e32_drivers_trace.mrp"/>
       
   170      </component>
       
   171     </collection>
       
   172     <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
       
   173      <component name="sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1">
       
   174       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard3c" mrp="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard3c\base_e32_sd3c.mrp"/>
       
   175      </component>
       
   176      <component name="sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1">
       
   177       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard4c" mrp="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard4c\base_e32_sd4c.mrp"/>
       
   178      </component>
       
   179      <component name="mediadrivers" long-name="Media Drivers">
       
   180       <!-- these are for storage media-->
       
   181       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\media" mrp="os\kernelhwsrv\kernel\eka\drivers\media\base_e32_drivers_media.mrp"/>
       
   182      </component>
       
   183      <component name="genericboardsupport" long-name="Generic Board Support">
       
   184       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\bsp" mrp="os\kernelhwsrv\kernel\eka\drivers\bsp\base_e32_drivers_bsp.mrp"/>
       
   185      </component>
       
   186     </collection>
       
   187     <collection name="localisation" long-name="Localisation" level="adaptation">
       
   188      <component name="localesupport" long-name="Locale Support" plugin="Y">
       
   189       <unit bldFile="os\kernelhwsrv\localisation\localesupport" mrp="os\kernelhwsrv\localisation\localesupport\mmpfiles\base_loce32.mrp"/>
       
   190      </component>
   148      </component>
   191     </collection>
   149     </collection>
   192     <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
   150     <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
       
   151      <component name="basedocs" long-name="Base Documentation">
       
   152       <unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
       
   153      </component>
       
   154      <component name="estart" long-name="Base Starter" filter="gt">
       
   155       <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
       
   156      </component>
       
   157      <component name="compsupp" long-name="Compiler Runtime Support" filter="gt">
       
   158       <!-- Unit commented out by SF to match Bob's model -->
       
   159       <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/> -->
       
   160      </component>
       
   161      <component name="domainmgr" long-name="Domain Manager" introduced="8.1b">
       
   162       <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
       
   163      </component>
       
   164      <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" plugin="Y" introduced="9.1">
       
   165       <unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
       
   166      </component>
       
   167      <component name="fileserver" long-name="File Server" filter="gt">
       
   168       <!-- Unit commented out by SF to match Bob's model -->
       
   169       <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/> -->
       
   170      </component>
       
   171      <component name="nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1">
       
   172       <!-- Unit commented out by SF to match Bob's model -->
       
   173       <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sftl" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sftl/base_f32_sftl.mrp"/> -->
       
   174      </component>
   193      <component name="euser" long-name="User Library">
   175      <component name="euser" long-name="User Library">
   194       <unit bldFile="os\kernelhwsrv\kernel\eka\euser" mrp="os\kernelhwsrv\kernel\eka\euser\base_e32_euser.mrp"/>
   176       <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
   195      </component>
       
   196      <component name="compsupp" long-name="Compiler Runtime Support" filter="gt">
       
   197       <unit bldFile="os\kernelhwsrv\kernel\eka\compsupp" mrp="os\kernelhwsrv\kernel\eka\compsupp\base_e32_compsupp.mrp"/>
       
   198      </component>
       
   199      <component name="fileserver" long-name="File Server" filter="gt">
       
   200       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\group" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\group\base_f32.mrp"/>
       
   201      </component>
       
   202      <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" plugin="Y" introduced="9.1">
       
   203       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group" mrp="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group\syslibs_FATCharsetConv.mrp"/>
       
   204      </component>
       
   205      <component name="nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1">
       
   206       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sftl" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sftl\base_f32_sftl.mrp"/>
       
   207      </component>
       
   208      <component name="estart" long-name="Base Starter" filter="gt">
       
   209       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\estart" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\estart\base_f32_estart.mrp"/>
       
   210      </component>
       
   211      <component name="domainmgr" long-name="Domain Manager" introduced="8.1b">
       
   212       <unit bldFile="os\kernelhwsrv\userlibandfileserver\domainmgr\group" mrp="os\kernelhwsrv\userlibandfileserver\domainmgr\group\base_domain.mrp"/>
       
   213      </component>
       
   214      <component name="basedocs" long-name="Base Documentation">
       
   215       <unit mrp="os\kernelhwsrv\userlibandfileserver\basedocs\base_documentation.mrp"/>
       
   216      </component>
       
   217     </collection>
       
   218     <collection name="filesystems" long-name="File Systems" level="framework">
       
   219      <component name="romfs" long-name="ROM File System" filter="gt" plugin="Y">
       
   220       <unit mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srom\base_f32_srom.mrp"/>
       
   221      </component>
       
   222      <component name="rofs" long-name="ROFS" filter="gt" plugin="Y">
       
   223       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\srofs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srofs\base_f32_srofs.mrp"/>
       
   224      </component>
       
   225      <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" plugin="Y">
       
   226       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage\base_f32_smassstorage.mrp"/>
       
   227      </component>
       
   228      <component name="fat32fs" long-name="FAT32 File System" filter="gt" plugin="Y">
       
   229       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32\base_f32_sfat32.mrp"/>
       
   230      </component>
       
   231      <component name="fatfs" long-name="FAT File System" filter="gt" plugin="Y">
       
   232       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat\base_f32_sfat.mrp"/>
       
   233      </component>
       
   234      <component name="compfs" long-name="Composite File System" filter="gt" plugin="Y">
       
   235       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\scomp" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\scomp\base_f32_scomp.mrp"/>
       
   236      </component>
       
   237      <component name="ntfs" long-name="NTFS" filter="gt" plugin="Y">
       
   238       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs\base_f32_sntfs.mrp"/>
       
   239      </component>
       
   240      <component name="iso9660fs" long-name="ISO9660 File System" filter="gt" plugin="Y" introduced="8.1b">
       
   241       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660\base_f32_siso9660.mrp"/>
       
   242      </component>
       
   243     </collection>
       
   244     <collection name="halservices" long-name="HAL Services" level="framework">
       
   245      <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0">
       
   246       <unit bldFile="os\kernelhwsrv\halservices\hal" mrp="os\kernelhwsrv\halservices\hal\base_hal.mrp"/>
       
   247      </component>
       
   248     </collection>
       
   249     <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
       
   250      <component name="e32wsrv" long-name="Text Window Server">
       
   251       <unit bldFile="os\kernelhwsrv\kernel\eka\ewsrv" mrp="os\kernelhwsrv\kernel\eka\ewsrv\base_e32_ewsrv.mrp"/>
       
   252      </component>
       
   253      <component name="textshell" long-name="Text Shell" filter="gt">
       
   254       <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\etshell" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\etshell\base_f32_eshell.mrp"/>
       
   255      </component>
       
   256     </collection>
       
   257     <collection name="baseapitest" long-name="Base API Tests" level="test">
       
   258      <component name="basesvs" long-name="Base Verification Suite" class="placeholder test" introduced="tb91">
       
   259       <!-- PLACEHOLDER="DS.1603"
       
   260 			<unit mrp="os/kernelhwsrv/baseapitest/group/basesvs.mrp"/>
       
   261 			-->
       
   262      </component>
   177      </component>
   263     </collection>
   178     </collection>
   264    </block>
   179    </block>
   265    <block name="boardsupport" long-name="Board Support" level="hw" levels="bsp test 2 3 4">
   180    <block long-name="Board Support" level="hw" name="boardsupport" levels="bsp test 2 3 4">
   266     <collection name="emulator" long-name="Emulator" level="bsp">
   181     <collection name="emulator" long-name="Emulator" level="bsp">
   267      <component name="emulatorbsp" long-name="Emulator BSP">
   182      <component name="emulatorbsp" long-name="Emulator BSP">
   268       <unit bldFile="os\boardsupport\emulator\emulatorbsp" mrp="os\boardsupport\emulator\emulatorbsp\base_wins.mrp"/>
   183       <unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
   269      </component>
   184      </component>
   270      <component name="unistore2emulatorsupport" long-name="UniStore2 Emulator Support" filter="gt" introduced="tb91">
   185      <component name="unistore2emulatorsupport" long-name="UniStore2 Emulator Support" filter="gt" introduced="tb91">
   271       <unit bldFile="os\boardsupport\emulator\unistore2emulatorsupport" mrp="os\boardsupport\emulator\unistore2emulatorsupport\base_wins_unistore2.mrp"/>
   186       <!-- Unit commented out by SF to match Bob's model -->
   272      </component>
   187       <!-- <unit bldFile="os/boardsupport/emulator/unistore2emulatorsupport" mrp="os/boardsupport/emulator/unistore2emulatorsupport/base_wins_unistore2.mrp"/> -->
   273     </collection>
   188      </component>
       
   189     </collection>
       
   190     <collection name="haitest" long-name="HAI Test Suites" level="test"/>
       
   191     <collection name="naviengine" long-name="NaviEngine Baseport" level="bsp"/>
   274     <collection name="omaph2" long-name="OMAP H2" level="bsp">
   192     <collection name="omaph2" long-name="OMAP H2" level="bsp">
   275      <component name="omaph2bsp" long-name="OMAP H2 BSP" introduced="9.0">
   193      <component name="omaph2bsp" long-name="OMAP H2 BSP" introduced="9.0">
   276       <unit bldFile="os\boardsupport\omaph2\omaph2bsp\h2" mrp="os\boardsupport\omaph2\omaph2bsp\h2\base_omaph2.mrp"/>
   194       <!-- Unit commented out by SF to match Bob's model -->
       
   195       <!-- <unit bldFile="os/boardsupport/omaph2/omaph2bsp/h2" mrp="os/boardsupport/omaph2/omaph2bsp/h2/base_omaph2.mrp"/> -->
       
   196      </component>
       
   197      <component name="omaph2sdio" long-name="OMAP H2 SDIO" filter="gt" introduced="9.2">
       
   198       <!-- Unit commented out by SF to match Bob's model -->
       
   199       <!-- <unit bldFile="os/boardsupport/omaph2/omaph2sdio" mrp="os/boardsupport/omaph2/omaph2sdio/base_h2_sdio.mrp"/> -->
   277      </component>
   200      </component>
   278      <component name="omaph2unistore2" long-name="OMAP H2 UniStore2" filter="gt" introduced="9.1">
   201      <component name="omaph2unistore2" long-name="OMAP H2 UniStore2" filter="gt" introduced="9.1">
   279       <unit bldFile="os\boardsupport\omaph2\omaph2unistore2" mrp="os\boardsupport\omaph2\omaph2unistore2\base_h2_unistore2.mrp"/>
   202       <!-- Unit commented out by SF to match Bob's model -->
   280      </component>
   203       <!-- <unit bldFile="os/boardsupport/omaph2/omaph2unistore2" mrp="os/boardsupport/omaph2/omaph2unistore2/base_h2_unistore2.mrp"/> -->
   281      <component name="omaph2sdio" long-name="OMAP H2 SDIO" filter="gt" introduced="9.2">
       
   282       <unit bldFile="os\boardsupport\omaph2\omaph2sdio" mrp="os\boardsupport\omaph2\omaph2sdio\base_h2_sdio.mrp"/>
       
   283      </component>
   204      </component>
   284     </collection>
   205     </collection>
   285     <collection name="omaph4" long-name="OMAP H4" level="bsp">
   206     <collection name="omaph4" long-name="OMAP H4" level="bsp">
       
   207      <component name="h4bootloader" long-name="H4 Boot Loader" introduced="9.1">
       
   208       <!-- Unit commented out by SF to match Bob's model -->
       
   209       <!-- <unit mrp="os/boardsupport/omaph4/h4bootloader/base_omaph4hrp_bootldr.mrp" bldFile="os/boardsupport/omaph4/h4bootloader"/> -->
       
   210      </component>
   286      <component name="omaph4bsp" long-name="OMAP H4 BSP">
   211      <component name="omaph4bsp" long-name="OMAP H4 BSP">
   287       <unit bldFile="os\boardsupport\omaph4\omaph4bsp\h4" mrp="os\boardsupport\omaph4\omaph4bsp\h4\base_omaph4hrp.mrp"/>
   212       <!-- Unit commented out by SF to match Bob's model -->
   288      </component>
   213       <!-- <unit bldFile="os/boardsupport/omaph4/omaph4bsp/h4" mrp="os/boardsupport/omaph4/omaph4bsp/h4/base_omaph4hrp.mrp"/> -->
   289      <component name="h4bootloader" long-name="H4 Boot Loader" introduced="9.1">
       
   290       <unit mrp="os\boardsupport\omaph4\h4bootloader\base_omaph4hrp_bootldr.mrp" bldFile="os\boardsupport\omaph4\h4bootloader"/>
       
   291      </component>
   214      </component>
   292      <component name="omaph4minienvbootloader" long-name="OMAP H4 Mini Environment Boot Loader" introduced="9.2">
   215      <component name="omaph4minienvbootloader" long-name="OMAP H4 Mini Environment Boot Loader" introduced="9.2">
   293       <unit mrp="os\boardsupport\omaph4\omaph4minienvbootloader\base_omaph4hrp_mebootldr.mrp" bldFile="os\boardsupport\omaph4\omaph4minienvbootloader"/>
   216       <!-- Unit commented out by SF to match Bob's model -->
       
   217       <!-- <unit mrp="os/boardsupport/omaph4/omaph4minienvbootloader/base_omaph4hrp_mebootldr.mrp" bldFile="os/boardsupport/omaph4/omaph4minienvbootloader"/> -->
       
   218      </component>
       
   219      <component name="omaph4sdio" long-name="OMAP H4 SDIO" filter="gt" introduced="9.2">
       
   220       <!-- Unit commented out by SF to match Bob's model -->
       
   221       <!-- <unit bldFile="os/boardsupport/omaph4/omaph4sdio" mrp="os/boardsupport/omaph4/omaph4sdio/base_omaph4hrp_sdio.mrp"/> -->
   294      </component>
   222      </component>
   295      <component name="omaph4unistore2" long-name="OMAP H4 Unistore2" filter="gt" introduced="9.2">
   223      <component name="omaph4unistore2" long-name="OMAP H4 Unistore2" filter="gt" introduced="9.2">
   296       <unit bldFile="os\boardsupport\omaph4\omaph4unistore2" mrp="os\boardsupport\omaph4\omaph4unistore2\base_omaph4hrp_unistore2.mrp"/>
   224       <!-- Unit commented out by SF to match Bob's model -->
   297      </component>
   225       <!-- <unit bldFile="os/boardsupport/omaph4/omaph4unistore2" mrp="os/boardsupport/omaph4/omaph4unistore2/base_omaph4hrp_unistore2.mrp"/> -->
   298      <component name="omaph4sdio" long-name="OMAP H4 SDIO" filter="gt" introduced="9.2">
   226      </component>
   299       <unit bldFile="os\boardsupport\omaph4\omaph4sdio" mrp="os\boardsupport\omaph4\omaph4sdio\base_omaph4hrp_sdio.mrp"/>
   227     </collection>
   300      </component>
   228     <collection name="omap3variants" long-name="OMAP3 Variants" level="bsp"/>
   301     </collection>
       
   302     <collection name="haitest" long-name="HAI Test Suites" level="test">
       
   303      <component name="bspsvs" long-name="BSP Verification Suite" class="placeholder test" introduced="Saffron">
       
   304       <!-- PLACEHOLDER="DS.1603"
       
   305 			<unit mrp="os/boardsupport/haitest/group/bspsvs.mrp"/>
       
   306 			-->
       
   307      </component>
       
   308     </collection>
       
   309    </block>
   229    </block>
   310    <block name="buildtools" long-name="Build Tools" level="hw" levels="bld mw fw ui">
   230    <block long-name="Generic OS Services" level="services" name="ossrv" levels="physical-abstraction app-libs encoding translation data-services utilities">
       
   231     <collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
       
   232      <component name="ziplib" long-name="Zip Compression Library" introduced="6.0">
       
   233       <unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib.mrp"/>
       
   234      </component>
       
   235     </collection>
       
   236     <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
       
   237      <component name="cstdlib" long-name="C Standard Library" introduced="ER5">
       
   238       <unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
       
   239      </component>
       
   240      <component name="openenvcore" long-name="Open Environment Core" introduced="tb91">
       
   241       <unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
       
   242      </component>
       
   243     </collection>
       
   244     <collection name="genericservices" long-name="Generic Services" level="utilities">
       
   245      <component name="activebackupclient" long-name="Active Backup Client">
       
   246       <unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
       
   247      </component>
       
   248      <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2">
       
   249       <unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
       
   250      </component>
       
   251      <component name="mimerecognitionfw" long-name="MIME Recognition Framework">
       
   252       <unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
       
   253      </component>
       
   254      <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt">
       
   255       <unit version="9.4" bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp"/>
       
   256       <unit version="9.5" bldFile="os/ossrv/genericservices/s60compatibilityheaders/group95" mrp="os/ossrv/genericservices/s60compatibilityheaders/group95/tools_s60_header_compat95.mrp"/>
       
   257       <unit version="9.6" bldFile="os/ossrv/genericservices/s60compatibilityheaders/group96" mrp="os/ossrv/genericservices/s60compatibilityheaders/group96/tools_s60_header_compat96.mrp"/>
       
   258       <unit version="Future" bldFile="os/ossrv/genericservices/s60compatibilityheaders/groupfuture" mrp="os/ossrv/genericservices/s60compatibilityheaders/groupfuture/tools_s60_header_compatfuture.mrp"/>
       
   259      </component>
       
   260      <component name="syslibsdocs" long-name="Syslibs Documentation" class="doc">
       
   261       <unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
       
   262      </component>
       
   263      <component name="systemagent" long-name="System Agent" introduced="9.0">
       
   264       <unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
       
   265      </component>
       
   266      <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0">
       
   267       <unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
       
   268      </component>
       
   269     </collection>
       
   270     <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
       
   271      <component name="apputils" long-name="Application Utilities" introduced="ER5">
       
   272       <unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
       
   273      </component>
       
   274      <component name="pluginfw" long-name="Plugin Framework" introduced="6.2">
       
   275       <unit version="2" bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp"/>
       
   276      </component>
       
   277     </collection>
       
   278     <collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities">
       
   279      <component name="syslibssvs" long-name="SysLibs SVS" introduced="9.2"/>
       
   280     </collection>
       
   281     <collection name="glib" long-name="Glib" level="utilities">
       
   282      <component name="glibbackend" long-name="Glib Backend">
       
   283       <unit bldFile="os/ossrv/glib/glibbackend/group"/>
       
   284      </component>
       
   285      <component name="libglib" long-name="Libglib">
       
   286       <unit bldFile="os/ossrv/glib/libglib/group"/>
       
   287      </component>
       
   288      <component name="libgmodule" long-name="Libg Module">
       
   289       <unit bldFile="os/ossrv/glib/libgmodule/group"/>
       
   290      </component>
       
   291      <component name="libgobject" long-name="Libg Object">
       
   292       <unit bldFile="os/ossrv/glib/libgobject/group"/>
       
   293      </component>
       
   294      <component name="libgthread" long-name="Libg Thread">
       
   295       <unit bldFile="os/ossrv/glib/libgthread/group"/>
       
   296      </component>
       
   297      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   298      <component name="glib" long-name="glib">
       
   299       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   300       <unit bldFile="os/ossrv/glib/group"/>
       
   301      </component>
       
   302     </collection>
       
   303     <collection name="ofdbus" long-name="OF Dbus" level="utilities">
       
   304      <component name="dbus" long-name="Dbus">
       
   305       <unit bldFile="os/ossrv/ofdbus/dbus/group"/>
       
   306       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   307       <unit bldFile="os/ossrv/ossrv_pub/dbus/group"/>
       
   308      </component>
       
   309      <component name="dbus-glib" long-name="Dbus glib">
       
   310       <unit bldFile="os/ossrv/ofdbus/dbus-glib/group"/>
       
   311       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   312       <unit bldFile="os/ossrv/ossrv_pub/dbus-glib/group"/>
       
   313      </component>
       
   314      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   315      <component name="ofdbus" long-name="ofdbus">
       
   316       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   317       <unit bldFile="os/ossrv/ofdbus/group"/>
       
   318      </component>
       
   319     </collection>
       
   320     <collection name="ssl" long-name="SSL" level="data-services">
       
   321      <component name="libcrypto" long-name="Libcrypto">
       
   322       <unit bldFile="os/ossrv/ssl/libcrypto/group"/>
       
   323      </component>
       
   324      <component name="libssl" long-name="Libssl">
       
   325       <unit bldFile="os/ossrv/ssl/libssl/group"/>
       
   326      </component>
       
   327      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   328      <component name="ssl" long-name="ssl">
       
   329       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   330       <unit bldFile="os/ossrv/ssl/group"/>
       
   331      </component>
       
   332     </collection>
       
   333     <collection name="stdcpp" long-name="Stdcpp" level="translation">
       
   334      <component name="stdcpp compo" long-name="Libstdcpp">
       
   335       <unit bldFile="os/ossrv/stdcpp/stdcpp compo/group"/>
       
   336      </component>
       
   337      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   338      <component name="stdcpp" long-name="stdcpp">
       
   339       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   340       <unit bldFile="os/ossrv/stdcpp/group"/>
       
   341      </component>
       
   342     </collection>
       
   343     <collection name="stdlibs" long-name="Stdlibs" level="translation">
       
   344      <component name="libcrypt" long-name="Libcrypt">
       
   345       <unit bldFile="os/ossrv/stdlibs/libcrypt/group"/>
       
   346      </component>
       
   347      <component name="libz" long-name="Libz">
       
   348       <unit bldFile="os/ossrv/stdlibs/libz/group"/>
       
   349      </component>
       
   350      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   351      <component name="stdlibs" long-name="stdlibs">
       
   352       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   353       <unit bldFile="os/ossrv/stdlibs/group"/>
       
   354      </component>
       
   355     </collection>
       
   356     <collection name="utilitylibraries" long-name="Utility Libraries" level="encoding">
       
   357      <component name="libutils" long-name="Utility Library">
       
   358       <unit bldFile="os/ossrv/utilitylibraries/libutils/group"/>
       
   359       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   360       <unit bldFile="os/ossrv/ossrv_plat/libutils/group"/>
       
   361      </component>
       
   362     </collection>
       
   363     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
   364     <collection name="ossrv" long-name="ossrv">
       
   365      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   366      <component name="ossrv" long-name="ossrv">
       
   367       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   368       <unit bldFile="os/ossrv/group"/>
       
   369      </component>
       
   370     </collection>
       
   371     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
   372     <collection name="ossrv_pub" long-name="ossrv_pub">
       
   373      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   374      <component name="boost_apis" long-name="boost_apis">
       
   375       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   376       <unit bldFile="os/ossrv/ossrv_pub/boost_apis/group"/>
       
   377      </component>
       
   378      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   379      <component name="character_type_apis" long-name="character_type_apis">
       
   380       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   381       <unit bldFile="os/ossrv/ossrv_pub/character_type_apis/group"/>
       
   382      </component>
       
   383      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   384      <component name="compiler_specific_runtime_support" long-name="compiler_specific_runtime_support">
       
   385       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   386       <unit bldFile="os/ossrv/ossrv_pub/compiler_specific_runtime_support/group"/>
       
   387      </component>
       
   388      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   389      <component name="configuration" long-name="configuration">
       
   390       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   391       <unit bldFile="os/ossrv/ossrv_pub/configuration/group"/>
       
   392      </component>
       
   393      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   394      <component name="cpp_wrappers" long-name="cpp_wrappers">
       
   395       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   396       <unit bldFile="os/ossrv/ossrv_pub/cpp_wrappers/group"/>
       
   397      </component>
       
   398      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   399      <component name="cryptogaphy_related_api" long-name="cryptogaphy_related_api">
       
   400       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   401       <unit bldFile="os/ossrv/ossrv_pub/cryptogaphy_related_api/group"/>
       
   402      </component>
       
   403      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   404      <component name="crypto_authentication_codes_and_hash_functions_api" long-name="crypto_authentication_codes_and_hash_functions_api">
       
   405       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   406       <unit bldFile="os/ossrv/ossrv_pub/crypto_authentication_codes_and_hash_functions_api/group"/>
       
   407      </component>
       
   408      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   409      <component name="crypto_auxillary_functions_api" long-name="crypto_auxillary_functions_api">
       
   410       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   411       <unit bldFile="os/ossrv/ossrv_pub/crypto_auxillary_functions_api/group"/>
       
   412      </component>
       
   413      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   414      <component name="crypto_certificates_api" long-name="crypto_certificates_api">
       
   415       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   416       <unit bldFile="os/ossrv/ossrv_pub/crypto_certificates_api/group"/>
       
   417      </component>
       
   418      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   419      <component name="crypto_inputoutput_and_data_encoding_api" long-name="crypto_inputoutput_and_data_encoding_api">
       
   420       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   421       <unit bldFile="os/ossrv/ossrv_pub/crypto_inputoutput_and_data_encoding_api/group"/>
       
   422      </component>
       
   423      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   424      <component name="crypto_public_key_cryptography_and_key_agreement_api" long-name="crypto_public_key_cryptography_and_key_agreement_api">
       
   425       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   426       <unit bldFile="os/ossrv/ossrv_pub/crypto_public_key_cryptography_and_key_agreement_api/group"/>
       
   427      </component>
       
   428      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   429      <component name="crypto_symmetric_ciphers_api" long-name="crypto_symmetric_ciphers_api">
       
   430       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   431       <unit bldFile="os/ossrv/ossrv_pub/crypto_symmetric_ciphers_api/group"/>
       
   432      </component>
       
   433      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   434      <component name="crypto_utility_functions_api" long-name="crypto_utility_functions_api">
       
   435       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   436       <unit bldFile="os/ossrv/ossrv_pub/crypto_utility_functions_api/group"/>
       
   437      </component>
       
   438      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   439      <component name="debug" long-name="debug">
       
   440       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   441       <unit bldFile="os/ossrv/ossrv_pub/debug/group"/>
       
   442      </component>
       
   443      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   444      <component name="exceptions" long-name="exceptions">
       
   445       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   446       <unit bldFile="os/ossrv/ossrv_pub/exceptions/group"/>
       
   447      </component>
       
   448      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   449      <component name="gboxed" long-name="gboxed">
       
   450       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   451       <unit bldFile="os/ossrv/ossrv_pub/gboxed/group"/>
       
   452      </component>
       
   453      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   454      <component name="glib_arrays" long-name="glib_arrays">
       
   455       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   456       <unit bldFile="os/ossrv/ossrv_pub/glib_arrays/group"/>
       
   457      </component>
       
   458      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   459      <component name="glib_asynchronous_queues" long-name="glib_asynchronous_queues">
       
   460       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   461       <unit bldFile="os/ossrv/ossrv_pub/glib_asynchronous_queues/group"/>
       
   462      </component>
       
   463      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   464      <component name="glib_atomic_operations" long-name="glib_atomic_operations">
       
   465       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   466       <unit bldFile="os/ossrv/ossrv_pub/glib_atomic_operations/group"/>
       
   467      </component>
       
   468      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   469      <component name="glib_automatic_string_completion" long-name="glib_automatic_string_completion">
       
   470       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   471       <unit bldFile="os/ossrv/ossrv_pub/glib_automatic_string_completion/group"/>
       
   472      </component>
       
   473      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   474      <component name="glib_balanced_binary_trees" long-name="glib_balanced_binary_trees">
       
   475       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   476       <unit bldFile="os/ossrv/ossrv_pub/glib_balanced_binary_trees/group"/>
       
   477      </component>
       
   478      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   479      <component name="glib_basic_types" long-name="glib_basic_types">
       
   480       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   481       <unit bldFile="os/ossrv/ossrv_pub/glib_basic_types/group"/>
       
   482      </component>
       
   483      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   484      <component name="glib_caches" long-name="glib_caches">
       
   485       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   486       <unit bldFile="os/ossrv/ossrv_pub/glib_caches/group"/>
       
   487      </component>
       
   488      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   489      <component name="glib_character_set_conversion" long-name="glib_character_set_conversion">
       
   490       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   491       <unit bldFile="os/ossrv/ossrv_pub/glib_character_set_conversion/group"/>
       
   492      </component>
       
   493      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   494      <component name="glib_closures" long-name="glib_closures">
       
   495       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   496       <unit bldFile="os/ossrv/ossrv_pub/glib_closures/group"/>
       
   497      </component>
       
   498      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   499      <component name="glib_commandline_option_parser" long-name="glib_commandline_option_parser">
       
   500       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   501       <unit bldFile="os/ossrv/ossrv_pub/glib_commandline_option_parser/group"/>
       
   502      </component>
       
   503      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   504      <component name="glib_datasets" long-name="glib_datasets">
       
   505       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   506       <unit bldFile="os/ossrv/ossrv_pub/glib_datasets/group"/>
       
   507      </component>
       
   508      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   509      <component name="glib_date_and_time_functions" long-name="glib_date_and_time_functions">
       
   510       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   511       <unit bldFile="os/ossrv/ossrv_pub/glib_date_and_time_functions/group"/>
       
   512      </component>
       
   513      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   514      <component name="glib_doubleended_queues" long-name="glib_doubleended_queues">
       
   515       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   516       <unit bldFile="os/ossrv/ossrv_pub/glib_doubleended_queues/group"/>
       
   517      </component>
       
   518      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   519      <component name="glib_doublylinked_lists" long-name="glib_doublylinked_lists">
       
   520       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   521       <unit bldFile="os/ossrv/ossrv_pub/glib_doublylinked_lists/group"/>
       
   522      </component>
       
   523      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   524      <component name="glib_dynamic_loading_of_modules" long-name="glib_dynamic_loading_of_modules">
       
   525       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   526       <unit bldFile="os/ossrv/ossrv_pub/glib_dynamic_loading_of_modules/group"/>
       
   527      </component>
       
   528      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   529      <component name="glib_enums_and_flags" long-name="glib_enums_and_flags">
       
   530       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   531       <unit bldFile="os/ossrv/ossrv_pub/glib_enums_and_flags/group"/>
       
   532      </component>
       
   533      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   534      <component name="glib_error_reporting" long-name="glib_error_reporting">
       
   535       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   536       <unit bldFile="os/ossrv/ossrv_pub/glib_error_reporting/group"/>
       
   537      </component>
       
   538      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   539      <component name="glib_file_utilities" long-name="glib_file_utilities">
       
   540       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   541       <unit bldFile="os/ossrv/ossrv_pub/glib_file_utilities/group"/>
       
   542      </component>
       
   543      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   544      <component name="glib_generic_values" long-name="glib_generic_values">
       
   545       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   546       <unit bldFile="os/ossrv/ossrv_pub/glib_generic_values/group"/>
       
   547      </component>
       
   548      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   549      <component name="glib_globstyle_pattern_matching" long-name="glib_globstyle_pattern_matching">
       
   550       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   551       <unit bldFile="os/ossrv/ossrv_pub/glib_globstyle_pattern_matching/group"/>
       
   552      </component>
       
   553      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   554      <component name="glib_hash_tables" long-name="glib_hash_tables">
       
   555       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   556       <unit bldFile="os/ossrv/ossrv_pub/glib_hash_tables/group"/>
       
   557      </component>
       
   558      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   559      <component name="glib_hook_functions" long-name="glib_hook_functions">
       
   560       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   561       <unit bldFile="os/ossrv/ossrv_pub/glib_hook_functions/group"/>
       
   562      </component>
       
   563      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   564      <component name="glib_internationalization" long-name="glib_internationalization">
       
   565       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   566       <unit bldFile="os/ossrv/ossrv_pub/glib_internationalization/group"/>
       
   567      </component>
       
   568      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   569      <component name="glib_io_channels" long-name="glib_io_channels">
       
   570       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   571       <unit bldFile="os/ossrv/ossrv_pub/glib_io_channels/group"/>
       
   572      </component>
       
   573      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   574      <component name="glib_keyvalue_file_parser" long-name="glib_keyvalue_file_parser">
       
   575       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   576       <unit bldFile="os/ossrv/ossrv_pub/glib_keyvalue_file_parser/group"/>
       
   577      </component>
       
   578      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   579      <component name="glib_lexical_scanner" long-name="glib_lexical_scanner">
       
   580       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   581       <unit bldFile="os/ossrv/ossrv_pub/glib_lexical_scanner/group"/>
       
   582      </component>
       
   583      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   584      <component name="glib_main_event_loop" long-name="glib_main_event_loop">
       
   585       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   586       <unit bldFile="os/ossrv/ossrv_pub/glib_main_event_loop/group"/>
       
   587      </component>
       
   588      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   589      <component name="glib_memory_allocation" long-name="glib_memory_allocation">
       
   590       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   591       <unit bldFile="os/ossrv/ossrv_pub/glib_memory_allocation/group"/>
       
   592      </component>
       
   593      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   594      <component name="glib_memory_slices" long-name="glib_memory_slices">
       
   595       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   596       <unit bldFile="os/ossrv/ossrv_pub/glib_memory_slices/group"/>
       
   597      </component>
       
   598      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   599      <component name="glib_message_logging" long-name="glib_message_logging">
       
   600       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   601       <unit bldFile="os/ossrv/ossrv_pub/glib_message_logging/group"/>
       
   602      </component>
       
   603      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   604      <component name="glib_miscellaneous_utility_functions" long-name="glib_miscellaneous_utility_functions">
       
   605       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   606       <unit bldFile="os/ossrv/ossrv_pub/glib_miscellaneous_utility_functions/group"/>
       
   607      </component>
       
   608      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   609      <component name="glib_nary_trees" long-name="glib_nary_trees">
       
   610       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   611       <unit bldFile="os/ossrv/ossrv_pub/glib_nary_trees/group"/>
       
   612      </component>
       
   613      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   614      <component name="glib_parameters_and_values" long-name="glib_parameters_and_values">
       
   615       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   616       <unit bldFile="os/ossrv/ossrv_pub/glib_parameters_and_values/group"/>
       
   617      </component>
       
   618      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   619      <component name="glib_quarks" long-name="glib_quarks">
       
   620       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   621       <unit bldFile="os/ossrv/ossrv_pub/glib_quarks/group"/>
       
   622      </component>
       
   623      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   624      <component name="glib_random_numbers" long-name="glib_random_numbers">
       
   625       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   626       <unit bldFile="os/ossrv/ossrv_pub/glib_random_numbers/group"/>
       
   627      </component>
       
   628      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   629      <component name="glib_relations_and_tuples" long-name="glib_relations_and_tuples">
       
   630       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   631       <unit bldFile="os/ossrv/ossrv_pub/glib_relations_and_tuples/group"/>
       
   632      </component>
       
   633      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   634      <component name="glib_shellrelated_utilities" long-name="glib_shellrelated_utilities">
       
   635       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   636       <unit bldFile="os/ossrv/ossrv_pub/glib_shellrelated_utilities/group"/>
       
   637      </component>
       
   638      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   639      <component name="glib_signals" long-name="glib_signals">
       
   640       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   641       <unit bldFile="os/ossrv/ossrv_pub/glib_signals/group"/>
       
   642      </component>
       
   643      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   644      <component name="glib_simple_xml_subset_parser" long-name="glib_simple_xml_subset_parser">
       
   645       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   646       <unit bldFile="os/ossrv/ossrv_pub/glib_simple_xml_subset_parser/group"/>
       
   647      </component>
       
   648      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   649      <component name="glib_singlylinked_lists" long-name="glib_singlylinked_lists">
       
   650       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   651       <unit bldFile="os/ossrv/ossrv_pub/glib_singlylinked_lists/group"/>
       
   652      </component>
       
   653      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   654      <component name="glib_spawning_processes" long-name="glib_spawning_processes">
       
   655       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   656       <unit bldFile="os/ossrv/ossrv_pub/glib_spawning_processes/group"/>
       
   657      </component>
       
   658      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   659      <component name="glib_standard_macros" long-name="glib_standard_macros">
       
   660       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   661       <unit bldFile="os/ossrv/ossrv_pub/glib_standard_macros/group"/>
       
   662      </component>
       
   663      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   664      <component name="glib_strings" long-name="glib_strings">
       
   665       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   666       <unit bldFile="os/ossrv/ossrv_pub/glib_strings/group"/>
       
   667      </component>
       
   668      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   669      <component name="glib_string_utility_functions" long-name="glib_string_utility_functions">
       
   670       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   671       <unit bldFile="os/ossrv/ossrv_pub/glib_string_utility_functions/group"/>
       
   672      </component>
       
   673      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   674      <component name="glib_threads" long-name="glib_threads">
       
   675       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   676       <unit bldFile="os/ossrv/ossrv_pub/glib_threads/group"/>
       
   677      </component>
       
   678      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   679      <component name="glib_thread_pools" long-name="glib_thread_pools">
       
   680       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   681       <unit bldFile="os/ossrv/ossrv_pub/glib_thread_pools/group"/>
       
   682      </component>
       
   683      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   684      <component name="glib_timers" long-name="glib_timers">
       
   685       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   686       <unit bldFile="os/ossrv/ossrv_pub/glib_timers/group"/>
       
   687      </component>
       
   688      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   689      <component name="glib_unicode_manipulation" long-name="glib_unicode_manipulation">
       
   690       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   691       <unit bldFile="os/ossrv/ossrv_pub/glib_unicode_manipulation/group"/>
       
   692      </component>
       
   693      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   694      <component name="glib_value_arrays" long-name="glib_value_arrays">
       
   695       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   696       <unit bldFile="os/ossrv/ossrv_pub/glib_value_arrays/group"/>
       
   697      </component>
       
   698      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   699      <component name="glib_varargs_value_collection" long-name="glib_varargs_value_collection">
       
   700       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   701       <unit bldFile="os/ossrv/ossrv_pub/glib_varargs_value_collection/group"/>
       
   702      </component>
       
   703      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   704      <component name="gobject" long-name="gobject">
       
   705       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   706       <unit bldFile="os/ossrv/ossrv_pub/gobject/group"/>
       
   707      </component>
       
   708      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   709      <component name="gparamspec" long-name="gparamspec">
       
   710       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   711       <unit bldFile="os/ossrv/ossrv_pub/gparamspec/group"/>
       
   712      </component>
       
   713      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   714      <component name="ossrv_pub" long-name="ossrv_pub">
       
   715       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   716       <unit bldFile="os/ossrv/ossrv_pub/group"/>
       
   717      </component>
       
   718      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   719      <component name="gtype" long-name="gtype">
       
   720       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   721       <unit bldFile="os/ossrv/ossrv_pub/gtype/group"/>
       
   722      </component>
       
   723      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   724      <component name="gtypemodule" long-name="gtypemodule">
       
   725       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   726       <unit bldFile="os/ossrv/ossrv_pub/gtypemodule/group"/>
       
   727      </component>
       
   728      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   729      <component name="gtypeplugin" long-name="gtypeplugin">
       
   730       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   731       <unit bldFile="os/ossrv/ossrv_pub/gtypeplugin/group"/>
       
   732      </component>
       
   733      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   734      <component name="io_stream_api" long-name="io_stream_api">
       
   735       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   736       <unit bldFile="os/ossrv/ossrv_pub/io_stream_api/group"/>
       
   737      </component>
       
   738      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   739      <component name="localization_function_api" long-name="localization_function_api">
       
   740       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   741       <unit bldFile="os/ossrv/ossrv_pub/localization_function_api/group"/>
       
   742      </component>
       
   743      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   744      <component name="math_operations_api" long-name="math_operations_api">
       
   745       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   746       <unit bldFile="os/ossrv/ossrv_pub/math_operations_api/group"/>
       
   747      </component>
       
   748      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   749      <component name="memory" long-name="memory">
       
   750       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   751       <unit bldFile="os/ossrv/ossrv_pub/memory/group"/>
       
   752      </component>
       
   753      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   754      <component name="no_namespace_headers" long-name="no_namespace_headers">
       
   755       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   756       <unit bldFile="os/ossrv/ossrv_pub/no_namespace_headers/group"/>
       
   757      </component>
       
   758      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   759      <component name="openc_headers" long-name="openc_headers">
       
   760       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   761       <unit bldFile="os/ossrv/ossrv_pub/openc_headers/group"/>
       
   762      </component>
       
   763      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   764      <component name="openc_wrappers" long-name="openc_wrappers">
       
   765       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   766       <unit bldFile="os/ossrv/ossrv_pub/openc_wrappers/group"/>
       
   767      </component>
       
   768      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   769      <component name="ssl_general_api" long-name="ssl_general_api">
       
   770       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   771       <unit bldFile="os/ossrv/ossrv_pub/ssl_general_api/group"/>
       
   772      </component>
       
   773      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   774      <component name="ssl_protocol_methods_api" long-name="ssl_protocol_methods_api">
       
   775       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   776       <unit bldFile="os/ossrv/ossrv_pub/ssl_protocol_methods_api/group"/>
       
   777      </component>
       
   778      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   779      <component name="standard_compressiondecompression_api" long-name="standard_compressiondecompression_api">
       
   780       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   781       <unit bldFile="os/ossrv/ossrv_pub/standard_compressiondecompression_api/group"/>
       
   782      </component>
       
   783      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   784      <component name="stl" long-name="stl">
       
   785       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   786       <unit bldFile="os/ossrv/ossrv_pub/stl/group"/>
       
   787      </component>
       
   788      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   789      <component name="thread_api" long-name="thread_api">
       
   790       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   791       <unit bldFile="os/ossrv/ossrv_pub/thread_api/group"/>
       
   792      </component>
       
   793      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   794      <component name="typeinfo" long-name="typeinfo">
       
   795       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   796       <unit bldFile="os/ossrv/ossrv_pub/typeinfo/group"/>
       
   797      </component>
       
   798      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   799      <component name="type_attributes" long-name="type_attributes">
       
   800       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   801       <unit bldFile="os/ossrv/ossrv_pub/type_attributes/group"/>
       
   802      </component>
       
   803      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   804      <component name="utility_apis" long-name="utility_apis">
       
   805       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   806       <unit bldFile="os/ossrv/ossrv_pub/utility_apis/group"/>
       
   807      </component>
       
   808      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   809      <component name="wide_character_classapis" long-name="wide_character_classapis">
       
   810       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   811       <unit bldFile="os/ossrv/ossrv_pub/wide_character_classapis/group"/>
       
   812      </component>
       
   813     </collection>
       
   814    </block>
       
   815    <block long-name="OS Security" level="services" name="security" levels="physical-abstraction plugins libraries management services utilities">
       
   816     <collection name="authenticationservices" long-name="Authentication Services" level="utilities"/>
       
   817     <collection name="authorisation" long-name="Authorisation" level="utilities">
       
   818      <component name="userpromptservice" long-name="User Prompt Service" introduced="tb92">
       
   819       <unit bldFile="os/security/authorisation/userpromptservice/group" mrp="os/security/authorisation/userpromptservice/group/security_ups.mrp"/>
       
   820      </component>
       
   821     </collection>
       
   822     <collection name="contentmgmt" long-name="Content Management" level="utilities">
       
   823      <component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1">
       
   824       <unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
       
   825      </component>
       
   826      <component name="cafstreamingsupport" long-name="CAF Streaming Support" introduced="tb92">
       
   827       <unit bldFile="os/security/contentmgmt/cafstreamingsupport/group" mrp="os/security/contentmgmt/cafstreamingsupport/group/security_streamingcaf.mrp"/>
       
   828      </component>
       
   829      <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1">
       
   830       <unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
       
   831      </component>
       
   832     </collection>
       
   833     <collection name="crypto" long-name="Crypto Libraries" level="libraries">
       
   834      <component name="strongcryptospi" long-name="Strong Crypto SPI" filter="gt" introduced="tb92">
       
   835       <unit bldFile="os/security/crypto/weakcryptospi/strong" mrp="os/security/crypto/weakcryptospi/group/security_cryptospi_strong.mrp"/>
       
   836      </component>
       
   837      <component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt">
       
   838       <unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
       
   839      </component>
       
   840      <component name="weakcryptospi" long-name="Weak Crypto SPI" filter="gt" introduced="tb92">
       
   841       <unit bldFile="os/security/crypto/weakcryptospi/group" mrp="os/security/crypto/weakcryptospi/group/security_cryptospi_weak.mrp"/>
       
   842      </component>
       
   843      <component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt">
       
   844       <unit bldFile="os/security/crypto/weakcrypto/group" mrp="os/security/crypto/weakcrypto/group/security_crypto_weak.mrp"/>
       
   845      </component>
       
   846     </collection>
       
   847     <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
       
   848      <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0">
       
   849       <unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
       
   850      </component>
       
   851      <component name="securitycommonutils" long-name="Security Common Utils" introduced="8.0">
       
   852       <unit bldFile="os/security/cryptomgmtlibs/securitycommonutils/group" mrp="os/security/cryptomgmtlibs/securitycommonutils/group/security_commonutils.mrp"/>
       
   853      </component>
       
   854      <component name="securitydocs" long-name="Security Documentation">
       
   855       <unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
       
   856      </component>
       
   857      <component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" class="test" deprecated="tb92">
       
   858       <unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
       
   859      </component>
       
   860      <component name="securityutils" long-name="Security Utils" introduced="8.0">
       
   861       <unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
       
   862      </component>
       
   863     </collection>
       
   864     <collection name="cryptoplugins" long-name="Crypto Plugins" level="plugins">
       
   865      <component name="cryptospiplugins" long-name="Crypto SPI Plugins" filter="gt" plugin="Y" introduced="tb92">
       
   866       <unit bldFile="os/security/cryptoplugins/cryptospiplugins/group" mrp="os/security/cryptoplugins/cryptospiplugins/group/security_cryptospi_plugins.mrp"/>
       
   867      </component>
       
   868     </collection>
       
   869     <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
       
   870      <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0">
       
   871       <unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
       
   872      </component>
       
   873      <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0">
       
   874       <unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
       
   875      </component>
       
   876      <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0">
       
   877       <unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
       
   878      </component>
       
   879      <component name="rootcertificates" long-name="Root Certificates" introduced="7.0s">
       
   880       <unit mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
       
   881      </component>
       
   882     </collection>
       
   883     <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
       
   884      <component name="securityconfig" long-name="Security Config" introduced="9.1">
       
   885       <unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
       
   886      </component>
       
   887      <component name="securitytools" long-name="Security Tools" class="PC" introduced="tb92">
       
   888       <unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
       
   889      </component>
       
   890     </collection>
       
   891    </block>
       
   892    <block long-name="Persistent Data Services" level="services" name="persistentdata" levels="adaptation hw-if plugin framework server app-if">
       
   893     <collection name="databaseabstraction" long-name="Database Abstraction" level="app-if">
       
   894      <component name="dbmsemulationlib" long-name="DBMS Emulation Library" introduced="9.3">
       
   895       <!-- Unit commented out by SF to match Bob's model -->
       
   896       <!-- <unit bldFile="os/persistentdata/databaseabstraction/dbmsemulationlib/group" mrp="os/persistentdata/databaseabstraction/dbmsemulationlib/group/syslibs_dbmssql.mrp"/> -->
       
   897      </component>
       
   898     </collection>
       
   899     <collection name="loggingservices" long-name="Logging Services" level="server">
       
   900      <component name="eventlogger" long-name="Event Logger" introduced="6.0">
       
   901       <unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
       
   902      </component>
       
   903      <component name="filelogger" long-name="File Logger" introduced="ER5">
       
   904       <unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
       
   905      </component>
       
   906      <component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1">
       
   907       <unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
       
   908      </component>
       
   909     </collection>
       
   910     <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
       
   911      <component name="centralrepository" long-name="Central Repository" introduced="7.0s">
       
   912       <unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
       
   913      </component>
       
   914      <component name="dbms" long-name="DBMS">
       
   915       <unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
       
   916      </component>
       
   917      <component name="sql" long-name="SQL" introduced="9.3">
       
   918       <unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
       
   919      </component>
       
   920      <component name="store" long-name="Store">
       
   921       <unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
       
   922      </component>
       
   923     </collection>
       
   924     <collection name="traceservices" long-name="Trace Services" level="server">
       
   925      <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s">
       
   926       <unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
       
   927      </component>
       
   928      <component name="tracefw" long-name="Trace Framework" introduced="9.2">
       
   929       <unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
       
   930      </component>
       
   931      <component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91">
       
   932       <unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
       
   933      </component>
       
   934     </collection>
       
   935     <collection name="featuremgmt" long-name="Feature Management" level="framework">
       
   936      <component name="featuremgr" long-name="Feature Manager" introduced="tb92">
       
   937       <unit bldFile="os/persistentdata/featuremgmt/featuremgr/group" mrp="os/persistentdata/featuremgmt/featuremgr/group/syslibs_featmgr.mrp"/>
       
   938      </component>
       
   939      <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="Future">
       
   940       <unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
       
   941      </component>
       
   942      <component name="featuremanager" long-name="Feature Manager">
       
   943       <unit bldFile="os/persistentdata/featuremgmt/featuremanager/group"/>
       
   944       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   945       <unit bldFile="os/devicesrv/featuremgmt/featuremanager/group"/>
       
   946      </component>
       
   947      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   948      <component name="clientdll" long-name="clientdll">
       
   949       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   950       <unit bldFile="os/devicesrv/featuremgmt/featuremanager/clientdll/group"/>
       
   951      </component>
       
   952      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   953      <component name="serverexe" long-name="serverexe">
       
   954       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   955       <unit bldFile="os/devicesrv/featuremgmt/featuremanager/serverexe/group"/>
       
   956      </component>
       
   957      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   958      <component name="featuremgmt" long-name="featuremgmt">
       
   959       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   960       <unit bldFile="os/devicesrv/featuremgmt/group"/>
       
   961      </component>
       
   962     </collection>
       
   963    </block>
       
   964    <block long-name="Device Services" level="services" name="devicesrv" levels="adaptation hw-if plugin framework server app-if">
       
   965     <collection name="resourceinterfaces" long-name="Resource Interfaces" level="hw-if"/>
       
   966     <collection name="systemhealthmanagement" long-name="System Health Management" level="server"/>
       
   967     <collection name="accessoryservices" long-name="Accessory Services" level="framework">
       
   968      <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1">
       
   969       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
       
   970      </component>
       
   971      <component name="reftsp" long-name="Remote Control Reference TSP" filter="techview" plugin="Y" introduced="9.1">
       
   972       <unit bldFile="os/devicesrv/accessoryservices/reftsp/group" mrp="os/devicesrv/accessoryservices/reftsp/group/bluetooth_remotecontrol_refTSP.mrp"/>
       
   973      </component>
       
   974      <component name="accessorymonitor" long-name="Accessory Monitor">
       
   975       <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/group"/>
       
   976      </component>
       
   977      <component name="accessoryremotecontrol" long-name="Accessory Remote Control">
       
   978       <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/group"/>
       
   979      </component>
       
   980      <component name="accessoryserver" long-name="Accessory Server">
       
   981       <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/group"/>
       
   982      </component>
       
   983      <component name="headsetstatusapi" long-name="Headset Status Api">
       
   984       <unit bldFile="os/devicesrv/accessoryservices/headsetstatusapi/group"/>
       
   985      </component>
       
   986      <component name="tspclientmapper" long-name="TSP Client Mapper">
       
   987       <unit bldFile="os/devicesrv/accessoryservices/tspclientmapper/group"/>
       
   988      </component>
       
   989      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
   990      <component name="accessoryservices" long-name="accessoryservices">
       
   991       <!-- Unit added by SF via autopopulating script from S60 model -->
       
   992       <unit bldFile="os/devicesrv/accessoryservices/group"/>
       
   993      </component>
       
   994     </collection>
       
   995     <collection name="commonservices" long-name="Common Services" level="app-if">
       
   996      <component name="PlatformEnv" long-name="Platform Env">
       
   997       <unit bldFile="os/devicesrv/commonservices/PlatformEnv/group"/>
       
   998      </component>
       
   999      <component name="activitymanager" long-name="Activity Manager">
       
  1000       <unit bldFile="os/devicesrv/commonservices/activitymanager/group"/>
       
  1001      </component>
       
  1002      <component name="commonengine" long-name="Common Engine">
       
  1003       <unit bldFile="os/devicesrv/commonservices/commonengine/group"/>
       
  1004      </component>
       
  1005      <component name="commonengineresources" long-name="Common Engine Resources">
       
  1006       <unit bldFile="os/devicesrv/commonservices/commonengineresources/group"/>
       
  1007      </component>
       
  1008      <component name="sysutil" long-name="Sysutil">
       
  1009       <unit bldFile="os/devicesrv/commonservices/sysutil/group"/>
       
  1010      </component>
       
  1011      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1012      <component name="commonservices" long-name="commonservices">
       
  1013       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1014       <unit bldFile="os/devicesrv/commonservices/group"/>
       
  1015      </component>
       
  1016      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1017      <component name="disknotifyhandler" long-name="disknotifyhandler">
       
  1018       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1019       <unit bldFile="os/devicesrv/commonservices/PlatformEnv/disknotifyhandler/group"/>
       
  1020      </component>
       
  1021      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1022      <component name="platformver" long-name="platformver">
       
  1023       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1024       <unit bldFile="os/devicesrv/commonservices/PlatformEnv/platformver/group"/>
       
  1025      </component>
       
  1026      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1027      <component name="sysversioninfo" long-name="sysversioninfo">
       
  1028       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1029       <unit bldFile="os/devicesrv/commonservices/PlatformEnv/sysversioninfo/group"/>
       
  1030      </component>
       
  1031     </collection>
       
  1032     <collection name="dosservices" long-name="Dos Services" level="hw-if">
       
  1033      <component name="commondsy" long-name="Common DSY">
       
  1034       <unit bldFile="os/devicesrv/dosservices/commondsy/group"/>
       
  1035      </component>
       
  1036      <component name="dosserver" long-name="Dos Server">
       
  1037       <unit bldFile="os/devicesrv/dosservices/dosserver/group"/>
       
  1038      </component>
       
  1039      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1040      <component name="dosservices" long-name="dosservices">
       
  1041       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1042       <unit bldFile="os/devicesrv/dosservices/group"/>
       
  1043      </component>
       
  1044     </collection>
       
  1045     <collection name="hwrmhaptics" long-name="HWRM Haptics" level="plugin">
       
  1046      <component name="hapticsclient" long-name="Haptics Client">
       
  1047       <unit bldFile="os/devicesrv/hwrmhaptics/hapticsclient/group"/>
       
  1048      </component>
       
  1049      <component name="hapticslicense" long-name="Haptics License">
       
  1050       <unit bldFile="os/devicesrv/hwrmhaptics/hapticslicense/group"/>
       
  1051      </component>
       
  1052      <component name="hapticspacketizer" long-name="Haptics Packetizer">
       
  1053       <unit bldFile="os/devicesrv/hwrmhaptics/hapticspacketizer/group"/>
       
  1054      </component>
       
  1055      <component name="hapticspluginmanager" long-name="Haptics Plugin Manager">
       
  1056       <unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginmanager/group"/>
       
  1057      </component>
       
  1058      <component name="hapticspluginservice" long-name="Haptics Plugin Service">
       
  1059       <unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginservice/group"/>
       
  1060      </component>
       
  1061      <component name="hapticsserver" long-name="Haptics Server">
       
  1062       <unit bldFile="os/devicesrv/hwrmhaptics/hapticsserver/group"/>
       
  1063      </component>
       
  1064      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1065      <component name="hwrmhaptics" long-name="hwrmhaptics">
       
  1066       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1067       <unit bldFile="os/devicesrv/hwrmhaptics/group"/>
       
  1068      </component>
       
  1069      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1070      <component name="hapticseffectdatagetterfw" long-name="hapticseffectdatagetterfw">
       
  1071       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1072       <unit bldFile="os/devicesrv/hwrmhaptics/hapticseffectdatagetterfw/group"/>
       
  1073      </component>
       
  1074      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1075      <component name="hapticsivtgetterplugin" long-name="hapticsivtgetterplugin">
       
  1076       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1077       <unit bldFile="os/devicesrv/hwrmhaptics/hapticseffectdatagetterfw/plugins/hapticsivtgetterplugin/group"/>
       
  1078      </component>
       
  1079      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1080      <component name="hapticsvibepacketizerplugin" long-name="hapticsvibepacketizerplugin">
       
  1081       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1082       <unit bldFile="os/devicesrv/hwrmhaptics/hapticspacketizer/plugins/hapticsvibepacketizerplugin/group"/>
       
  1083      </component>
       
  1084     </collection>
       
  1085     <collection name="mediator" long-name="Mediator" level="app-if">
       
  1086      <component name="MediatorClient.dll=binary">
       
  1087       <unit bldFile="os/devicesrv/mediator/group"/>
       
  1088      </component>
       
  1089      <component name="MediatorPluginBase.dll=binary">
       
  1090 <!--       <unit bldFile="os/devicesrv/mediator/group"/> -->
       
  1091      </component>
       
  1092      <component name="MediatorServer.exe=binary">
       
  1093 <!--       <unit bldFile="os/devicesrv/mediator/group"/> -->
       
  1094      </component>
       
  1095      <component name="mediatorclientstub.dll=binary">
       
  1096 <!--       <unit bldFile="os/devicesrv/mediator/group"/> -->
       
  1097      </component>
       
  1098     </collection>
       
  1099     <collection name="psmservices" long-name="PSM Services" level="app-if">
       
  1100      <component name="psmserver" long-name="PSM Server">
       
  1101       <unit bldFile="os/devicesrv/psmservices/psmserver/group"/>
       
  1102      </component>
       
  1103      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1104      <component name="psmservices" long-name="psmservices">
       
  1105       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1106       <unit bldFile="os/devicesrv/psmservices/group"/>
       
  1107      </component>
       
  1108     </collection>
       
  1109     <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
       
  1110      <component name="ClientDll" long-name="Client DLL">
       
  1111       <unit bldFile="os/devicesrv/resourcemgmt/ClientDll/group"/>
       
  1112      </component>
       
  1113      <component name="CommonDll" long-name="Common DLL">
       
  1114       <unit bldFile="os/devicesrv/resourcemgmt/CommonDll/group"/>
       
  1115      </component>
       
  1116      <component name="ExtendedLightClientDll" long-name="Extended Light Client DLL">
       
  1117       <unit bldFile="os/devicesrv/resourcemgmt/ExtendedLightClientDll/group"/>
       
  1118      </component>
       
  1119      <component name="FmTxClientDll" long-name="FM TX Client DLL">
       
  1120       <unit bldFile="os/devicesrv/resourcemgmt/FmTxClientDll/group"/>
       
  1121      </component>
       
  1122      <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91">
       
  1123       <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
       
  1124      </component>
       
  1125      <component name="LightClientDll" long-name="Light Client DLL">
       
  1126       <unit bldFile="os/devicesrv/resourcemgmt/LightClientDll/group"/>
       
  1127      </component>
       
  1128      <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0">
       
  1129       <unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
       
  1130      </component>
       
  1131      <component name="ServerExe" long-name="Server Exe">
       
  1132       <unit bldFile="os/devicesrv/resourcemgmt/ServerExe/group"/>
       
  1133      </component>
       
  1134      <component name="VibraClientDll" long-name="Vibra Client DLL">
       
  1135       <unit bldFile="os/devicesrv/resourcemgmt/VibraClientDll/group"/>
       
  1136      </component>
       
  1137      <component name="hwrmfmtxwatcherplugin" long-name="HWRM FM Transmitter Watcher Plugin">
       
  1138       <unit bldFile="os/devicesrv/resourcemgmt/hwrmfmtxwatcherplugin/group"/>
       
  1139      </component>
       
  1140      <component name="hwrmtargetmodifierplugin" long-name="HWRM Target Modifier Plugin">
       
  1141       <unit bldFile="os/devicesrv/resourcemgmt/hwrmtargetmodifierplugin/group"/>
       
  1142      </component>
       
  1143      <component name="vibractrl" long-name="Vibra Control">
       
  1144       <unit bldFile="os/devicesrv/resourcemgmt/vibractrl/group"/>
       
  1145      </component>
       
  1146      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1147      <component name="resourcemgmt" long-name="resourcemgmt">
       
  1148       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1149       <unit bldFile="os/devicesrv/resourcemgmt/group"/>
       
  1150      </component>
       
  1151     </collection>
       
  1152     <collection name="sensordrivers" long-name="Sensor Drivers" level="adaptation"/>
       
  1153     <collection name="sensorservices" long-name="Sensor Services" level="framework">
       
  1154      <component name="orientationssy" long-name="Orientation SSY">
       
  1155       <unit bldFile="os/devicesrv/sensorservices/orientationssy/group"/>
       
  1156      </component>
       
  1157      <component name="sensorserver" long-name="Sensor Server">
       
  1158       <unit bldFile="os/devicesrv/sensorservices/sensorserver/group"/>
       
  1159      </component>
       
  1160      <component name="tiltcompensationssy" long-name="Tilt Compensation SSY">
       
  1161       <unit bldFile="os/devicesrv/sensorservices/tiltcompensationssy/group"/>
       
  1162      </component>
       
  1163      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1164      <component name="sensorservices" long-name="sensorservices">
       
  1165       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1166       <unit bldFile="os/devicesrv/sensorservices/group"/>
       
  1167      </component>
       
  1168      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1169      <component name="sensordatacompensator" long-name="sensordatacompensator">
       
  1170       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1171       <unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/group"/>
       
  1172      </component>
       
  1173     </collection>
       
  1174     <collection name="sysstatemgmt" long-name="System State Management" level="server">
       
  1175      <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92">
       
  1176       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
       
  1177      </component>
       
  1178      <component name="starter" long-name="Starter">
       
  1179       <unit bldFile="os/devicesrv/sysstatemgmt/starter/group"/>
       
  1180       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1181       <unit bldFile="app/commonemail/legacy/starter/group"/>
       
  1182      </component>
       
  1183      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1184      <component name="sysstatemgmt" long-name="sysstatemgmt">
       
  1185       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1186       <unit bldFile="os/devicesrv/sysstatemgmt/group"/>
       
  1187      </component>
       
  1188      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1189      <component name="strtsecnote" long-name="strtsecnote">
       
  1190       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1191       <unit bldFile="os/devicesrv/sysstatemgmt/starter/strtsecnote/group"/>
       
  1192      </component>
       
  1193      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1194      <component name="strtsecobs" long-name="strtsecobs">
       
  1195       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1196       <unit bldFile="os/devicesrv/sysstatemgmt/starter/strtsecobs/group"/>
       
  1197      </component>
       
  1198     </collection>
       
  1199     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  1200     <collection name="devicesrv" long-name="devicesrv">
       
  1201      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1202      <component name="devicesrv" long-name="devicesrv">
       
  1203       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1204       <unit bldFile="os/devicesrv/group"/>
       
  1205      </component>
       
  1206     </collection>
       
  1207     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  1208     <collection name="devicesrv_plat" long-name="devicesrv_plat">
       
  1209      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1210      <component name="accessory_api" long-name="accessory_api">
       
  1211       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1212       <unit bldFile="os/devicesrv/devicesrv_plat/accessory_api/group"/>
       
  1213      </component>
       
  1214      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1215      <component name="accessory_audio_control_api" long-name="accessory_audio_control_api">
       
  1216       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1217       <unit bldFile="os/devicesrv/devicesrv_plat/accessory_audio_control_api/group"/>
       
  1218      </component>
       
  1219      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1220      <component name="accessory_bluetooth_control_api" long-name="accessory_bluetooth_control_api">
       
  1221       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1222       <unit bldFile="os/devicesrv/devicesrv_plat/accessory_bluetooth_control_api/group"/>
       
  1223      </component>
       
  1224      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1225      <component name="accessory_control_api" long-name="accessory_control_api">
       
  1226       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1227       <unit bldFile="os/devicesrv/devicesrv_plat/accessory_control_api/group"/>
       
  1228      </component>
       
  1229      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1230      <component name="accessory_key_event_handling_api" long-name="accessory_key_event_handling_api">
       
  1231       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1232       <unit bldFile="os/devicesrv/devicesrv_plat/accessory_key_event_handling_api/group"/>
       
  1233      </component>
       
  1234      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1235      <component name="accessory_plugin_api" long-name="accessory_plugin_api">
       
  1236       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1237       <unit bldFile="os/devicesrv/devicesrv_plat/accessory_plugin_api/group"/>
       
  1238      </component>
       
  1239      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1240      <component name="accessory_policy_definitions_api" long-name="accessory_policy_definitions_api">
       
  1241       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1242       <unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_definitions_api/group"/>
       
  1243      </component>
       
  1244      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1245      <component name="accessory_policy_utility_api" long-name="accessory_policy_utility_api">
       
  1246       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1247       <unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_utility_api/group"/>
       
  1248      </component>
       
  1249      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1250      <component name="accessory_settings_api" long-name="accessory_settings_api">
       
  1251       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1252       <unit bldFile="os/devicesrv/devicesrv_plat/accessory_settings_api/group"/>
       
  1253      </component>
       
  1254      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1255      <component name="activity_manager_api" long-name="activity_manager_api">
       
  1256       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1257       <unit bldFile="os/devicesrv/devicesrv_plat/activity_manager_api/group"/>
       
  1258      </component>
       
  1259      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1260      <component name="common_content_policy_api" long-name="common_content_policy_api">
       
  1261       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1262       <unit bldFile="os/devicesrv/devicesrv_plat/common_content_policy_api/group"/>
       
  1263      </component>
       
  1264      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1265      <component name="common_dsy_plugin_api" long-name="common_dsy_plugin_api">
       
  1266       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1267       <unit bldFile="os/devicesrv/devicesrv_plat/common_dsy_plugin_api/group"/>
       
  1268      </component>
       
  1269      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1270      <component name="configuration_file_parser_api" long-name="configuration_file_parser_api">
       
  1271       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1272       <unit bldFile="os/devicesrv/devicesrv_plat/configuration_file_parser_api/group"/>
       
  1273      </component>
       
  1274      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1275      <component name="disk_and_memory_level_keys_api" long-name="disk_and_memory_level_keys_api">
       
  1276       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1277       <unit bldFile="os/devicesrv/devicesrv_plat/disk_and_memory_level_keys_api/group"/>
       
  1278      </component>
       
  1279      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1280      <component name="disk_notification_handler_api" long-name="disk_notification_handler_api">
       
  1281       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1282       <unit bldFile="os/devicesrv/devicesrv_plat/disk_notification_handler_api/group"/>
       
  1283      </component>
       
  1284      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1285      <component name="display_language_definition_api" long-name="display_language_definition_api">
       
  1286       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1287       <unit bldFile="os/devicesrv/devicesrv_plat/display_language_definition_api/group"/>
       
  1288      </component>
       
  1289      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1290      <component name="dos_extension_api" long-name="dos_extension_api">
       
  1291       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1292       <unit bldFile="os/devicesrv/devicesrv_plat/dos_extension_api/group"/>
       
  1293      </component>
       
  1294      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1295      <component name="dos_extension_plugin_api" long-name="dos_extension_plugin_api">
       
  1296       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1297       <unit bldFile="os/devicesrv/devicesrv_plat/dos_extension_plugin_api/group"/>
       
  1298      </component>
       
  1299      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1300      <component name="extended_light_api" long-name="extended_light_api">
       
  1301       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1302       <unit bldFile="os/devicesrv/devicesrv_plat/extended_light_api/group"/>
       
  1303      </component>
       
  1304      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1305      <component name="extended_startup_api" long-name="extended_startup_api">
       
  1306       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1307       <unit bldFile="os/devicesrv/devicesrv_plat/extended_startup_api/group"/>
       
  1308      </component>
       
  1309      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1310      <component name="extended_version_info_api" long-name="extended_version_info_api">
       
  1311       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1312       <unit bldFile="os/devicesrv/devicesrv_plat/extended_version_info_api/group"/>
       
  1313      </component>
       
  1314      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1315      <component name="extended_version_info_plugin_api" long-name="extended_version_info_plugin_api">
       
  1316       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1317       <unit bldFile="os/devicesrv/devicesrv_plat/extended_version_info_plugin_api/group"/>
       
  1318      </component>
       
  1319      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1320      <component name="feature_control_api" long-name="feature_control_api">
       
  1321       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1322       <unit bldFile="os/devicesrv/devicesrv_plat/feature_control_api/group"/>
       
  1323      </component>
       
  1324      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1325      <component name="feature_info_plugin_api" long-name="feature_info_plugin_api">
       
  1326       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1327       <unit bldFile="os/devicesrv/devicesrv_plat/feature_info_plugin_api/group"/>
       
  1328      </component>
       
  1329      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1330      <component name="feature_manager_api" long-name="feature_manager_api">
       
  1331       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1332       <unit bldFile="os/devicesrv/devicesrv_plat/feature_manager_api/group"/>
       
  1333      </component>
       
  1334      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1335      <component name="fm_tx_commands_api" long-name="fm_tx_commands_api">
       
  1336       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1337       <unit bldFile="os/devicesrv/devicesrv_plat/fm_tx_commands_api/group"/>
       
  1338      </component>
       
  1339      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1340      <component name="devicesrv_plat" long-name="devicesrv_plat">
       
  1341       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1342       <unit bldFile="os/devicesrv/devicesrv_plat/group"/>
       
  1343      </component>
       
  1344      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1345      <component name="haptics_effect_data_getter_plugin_api" long-name="haptics_effect_data_getter_plugin_api">
       
  1346       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1347       <unit bldFile="os/devicesrv/devicesrv_plat/haptics_effect_data_getter_plugin_api/group"/>
       
  1348      </component>
       
  1349      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1350      <component name="haptics_packetizer_plugin_api" long-name="haptics_packetizer_plugin_api">
       
  1351       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1352       <unit bldFile="os/devicesrv/devicesrv_plat/haptics_packetizer_plugin_api/group"/>
       
  1353      </component>
       
  1354      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1355      <component name="haptics_plugin_api" long-name="haptics_plugin_api">
       
  1356       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1357       <unit bldFile="os/devicesrv/devicesrv_plat/haptics_plugin_api/group"/>
       
  1358      </component>
       
  1359      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1360      <component name="headset_status_api" long-name="headset_status_api">
       
  1361       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1362       <unit bldFile="os/devicesrv/devicesrv_plat/headset_status_api/group"/>
       
  1363      </component>
       
  1364      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1365      <component name="hwrm_fmtx_api" long-name="hwrm_fmtx_api">
       
  1366       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1367       <unit bldFile="os/devicesrv/devicesrv_plat/hwrm_fmtx_api/group"/>
       
  1368      </component>
       
  1369      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1370      <component name="hwrm_fmtx_audio_policy_api" long-name="hwrm_fmtx_audio_policy_api">
       
  1371       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1372       <unit bldFile="os/devicesrv/devicesrv_plat/hwrm_fmtx_audio_policy_api/group"/>
       
  1373      </component>
       
  1374      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1375      <component name="hwrm_fmtx_settings_api" long-name="hwrm_fmtx_settings_api">
       
  1376       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1377       <unit bldFile="os/devicesrv/devicesrv_plat/hwrm_fmtx_settings_api/group"/>
       
  1378      </component>
       
  1379      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1380      <component name="hwrm_fmtx_state_api" long-name="hwrm_fmtx_state_api">
       
  1381       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1382       <unit bldFile="os/devicesrv/devicesrv_plat/hwrm_fmtx_state_api/group"/>
       
  1383      </component>
       
  1384      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1385      <component name="hw_resource_blocking_api" long-name="hw_resource_blocking_api">
       
  1386       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1387       <unit bldFile="os/devicesrv/devicesrv_plat/hw_resource_blocking_api/group"/>
       
  1388      </component>
       
  1389      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1390      <component name="hw_resource_manager_plugin_api" long-name="hw_resource_manager_plugin_api">
       
  1391       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1392       <unit bldFile="os/devicesrv/devicesrv_plat/hw_resource_manager_plugin_api/group"/>
       
  1393      </component>
       
  1394      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1395      <component name="hw_settings_api" long-name="hw_settings_api">
       
  1396       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1397       <unit bldFile="os/devicesrv/devicesrv_plat/hw_settings_api/group"/>
       
  1398      </component>
       
  1399      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1400      <component name="isc_api" long-name="isc_api">
       
  1401       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1402       <unit bldFile="os/devicesrv/devicesrv_plat/isc_api/group"/>
       
  1403      </component>
       
  1404      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1405      <component name="lights_commands_api" long-name="lights_commands_api">
       
  1406       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1407       <unit bldFile="os/devicesrv/devicesrv_plat/lights_commands_api/group"/>
       
  1408      </component>
       
  1409      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1410      <component name="light_settings_api" long-name="light_settings_api">
       
  1411       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1412       <unit bldFile="os/devicesrv/devicesrv_plat/light_settings_api/group"/>
       
  1413      </component>
       
  1414      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1415      <component name="mediator_command_initiator_api" long-name="mediator_command_initiator_api">
       
  1416       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1417       <unit bldFile="os/devicesrv/devicesrv_plat/mediator_command_initiator_api/group"/>
       
  1418      </component>
       
  1419      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1420      <component name="mediator_command_responder_api" long-name="mediator_command_responder_api">
       
  1421       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1422       <unit bldFile="os/devicesrv/devicesrv_plat/mediator_command_responder_api/group"/>
       
  1423      </component>
       
  1424      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1425      <component name="mediator_domain_definitions_api" long-name="mediator_domain_definitions_api">
       
  1426       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1427       <unit bldFile="os/devicesrv/devicesrv_plat/mediator_domain_definitions_api/group"/>
       
  1428      </component>
       
  1429      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1430      <component name="mediator_event_consumer_api" long-name="mediator_event_consumer_api">
       
  1431       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1432       <unit bldFile="os/devicesrv/devicesrv_plat/mediator_event_consumer_api/group"/>
       
  1433      </component>
       
  1434      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1435      <component name="mediator_event_provider_api" long-name="mediator_event_provider_api">
       
  1436       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1437       <unit bldFile="os/devicesrv/devicesrv_plat/mediator_event_provider_api/group"/>
       
  1438      </component>
       
  1439      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1440      <component name="mediator_notification_api" long-name="mediator_notification_api">
       
  1441       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1442       <unit bldFile="os/devicesrv/devicesrv_plat/mediator_notification_api/group"/>
       
  1443      </component>
       
  1444      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1445      <component name="mediator_plugin_api" long-name="mediator_plugin_api">
       
  1446       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1447       <unit bldFile="os/devicesrv/devicesrv_plat/mediator_plugin_api/group"/>
       
  1448      </component>
       
  1449      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1450      <component name="mediator_static_registration_api" long-name="mediator_static_registration_api">
       
  1451       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1452       <unit bldFile="os/devicesrv/devicesrv_plat/mediator_static_registration_api/group"/>
       
  1453      </component>
       
  1454      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1455      <component name="powersave_api" long-name="powersave_api">
       
  1456       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1457       <unit bldFile="os/devicesrv/devicesrv_plat/powersave_api/group"/>
       
  1458      </component>
       
  1459      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1460      <component name="powersave_definitions_api" long-name="powersave_definitions_api">
       
  1461       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1462       <unit bldFile="os/devicesrv/devicesrv_plat/powersave_definitions_api/group"/>
       
  1463      </component>
       
  1464      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1465      <component name="powersave_plugin_api" long-name="powersave_plugin_api">
       
  1466       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1467       <unit bldFile="os/devicesrv/devicesrv_plat/powersave_plugin_api/group"/>
       
  1468      </component>
       
  1469      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1470      <component name="power_state_plugin_api" long-name="power_state_plugin_api">
       
  1471       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1472       <unit bldFile="os/devicesrv/devicesrv_plat/power_state_plugin_api/group"/>
       
  1473      </component>
       
  1474      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1475      <component name="remote_control_extension_api" long-name="remote_control_extension_api">
       
  1476       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1477       <unit bldFile="os/devicesrv/devicesrv_plat/remote_control_extension_api/group"/>
       
  1478      </component>
       
  1479      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1480      <component name="sae_api" long-name="sae_api">
       
  1481       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1482       <unit bldFile="os/devicesrv/devicesrv_plat/sae_api/group"/>
       
  1483      </component>
       
  1484      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1485      <component name="security_notification_api" long-name="security_notification_api">
       
  1486       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1487       <unit bldFile="os/devicesrv/devicesrv_plat/security_notification_api/group"/>
       
  1488      </component>
       
  1489      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1490      <component name="sensor_channel_filter_api" long-name="sensor_channel_filter_api">
       
  1491       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1492       <unit bldFile="os/devicesrv/devicesrv_plat/sensor_channel_filter_api/group"/>
       
  1493      </component>
       
  1494      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1495      <component name="sensor_data_compensator_plugin_api" long-name="sensor_data_compensator_plugin_api">
       
  1496       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1497       <unit bldFile="os/devicesrv/devicesrv_plat/sensor_data_compensator_plugin_api/group"/>
       
  1498      </component>
       
  1499      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1500      <component name="sensor_extension_api" long-name="sensor_extension_api">
       
  1501       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1502       <unit bldFile="os/devicesrv/devicesrv_plat/sensor_extension_api/group"/>
       
  1503      </component>
       
  1504      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1505      <component name="sensor_plugin_api" long-name="sensor_plugin_api">
       
  1506       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1507       <unit bldFile="os/devicesrv/devicesrv_plat/sensor_plugin_api/group"/>
       
  1508      </component>
       
  1509      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1510      <component name="shared_data_api" long-name="shared_data_api">
       
  1511       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1512       <unit bldFile="os/devicesrv/devicesrv_plat/shared_data_api/group"/>
       
  1513      </component>
       
  1514      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1515      <component name="sim_utils_api" long-name="sim_utils_api">
       
  1516       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1517       <unit bldFile="os/devicesrv/devicesrv_plat/sim_utils_api/group"/>
       
  1518      </component>
       
  1519      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1520      <component name="startup_adaptation_api" long-name="startup_adaptation_api">
       
  1521       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1522       <unit bldFile="os/devicesrv/devicesrv_plat/startup_adaptation_api/group"/>
       
  1523      </component>
       
  1524      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1525      <component name="startup_reason_api" long-name="startup_reason_api">
       
  1526       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1527       <unit bldFile="os/devicesrv/devicesrv_plat/startup_reason_api/group"/>
       
  1528      </component>
       
  1529      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1530      <component name="startup_status_api" long-name="startup_status_api">
       
  1531       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1532       <unit bldFile="os/devicesrv/devicesrv_plat/startup_status_api/group"/>
       
  1533      </component>
       
  1534      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1535      <component name="string_resource_reader_api" long-name="string_resource_reader_api">
       
  1536       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1537       <unit bldFile="os/devicesrv/devicesrv_plat/string_resource_reader_api/group"/>
       
  1538      </component>
       
  1539      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1540      <component name="syslangutil_api" long-name="syslangutil_api">
       
  1541       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1542       <unit bldFile="os/devicesrv/devicesrv_plat/syslangutil_api/group"/>
       
  1543      </component>
       
  1544      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1545      <component name="system_startup_control_api" long-name="system_startup_control_api">
       
  1546       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1547       <unit bldFile="os/devicesrv/devicesrv_plat/system_startup_control_api/group"/>
       
  1548      </component>
       
  1549      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1550      <component name="system_startup_extension_plugin_api" long-name="system_startup_extension_plugin_api">
       
  1551       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1552       <unit bldFile="os/devicesrv/devicesrv_plat/system_startup_extension_plugin_api/group"/>
       
  1553      </component>
       
  1554      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1555      <component name="system_state_control_api" long-name="system_state_control_api">
       
  1556       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1557       <unit bldFile="os/devicesrv/devicesrv_plat/system_state_control_api/group"/>
       
  1558      </component>
       
  1559      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1560      <component name="target_modifier_plugin_api" long-name="target_modifier_plugin_api">
       
  1561       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1562       <unit bldFile="os/devicesrv/devicesrv_plat/target_modifier_plugin_api/group"/>
       
  1563      </component>
       
  1564      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1565      <component name="tiltcompensation_api" long-name="tiltcompensation_api">
       
  1566       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1567       <unit bldFile="os/devicesrv/devicesrv_plat/tiltcompensation_api/group"/>
       
  1568      </component>
       
  1569      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1570      <component name="tspclientmapper_api" long-name="tspclientmapper_api">
       
  1571       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1572       <unit bldFile="os/devicesrv/devicesrv_plat/tspclientmapper_api/group"/>
       
  1573      </component>
       
  1574      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1575      <component name="tv_out_config_api" long-name="tv_out_config_api">
       
  1576       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1577       <unit bldFile="os/devicesrv/devicesrv_plat/tv_out_config_api/group"/>
       
  1578      </component>
       
  1579      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1580      <component name="vibra_commands_api" long-name="vibra_commands_api">
       
  1581       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1582       <unit bldFile="os/devicesrv/devicesrv_plat/vibra_commands_api/group"/>
       
  1583      </component>
       
  1584      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1585      <component name="wakeup_alarm_api" long-name="wakeup_alarm_api">
       
  1586       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1587       <unit bldFile="os/devicesrv/devicesrv_plat/wakeup_alarm_api/group"/>
       
  1588      </component>
       
  1589     </collection>
       
  1590     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  1591     <collection name="devicesrv_pub" long-name="devicesrv_pub">
       
  1592      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1593      <component name="accessory_monitoring_api" long-name="accessory_monitoring_api">
       
  1594       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1595       <unit bldFile="os/devicesrv/devicesrv_pub/accessory_monitoring_api/group"/>
       
  1596      </component>
       
  1597      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1598      <component name="central_repository_notification_handler_api" long-name="central_repository_notification_handler_api">
       
  1599       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1600       <unit bldFile="os/devicesrv/devicesrv_pub/central_repository_notification_handler_api/group"/>
       
  1601      </component>
       
  1602      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1603      <component name="common_platform_security_definitions_api" long-name="common_platform_security_definitions_api">
       
  1604       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1605       <unit bldFile="os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group"/>
       
  1606      </component>
       
  1607      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1608      <component name="cone_resource_loader_api" long-name="cone_resource_loader_api">
       
  1609       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1610       <unit bldFile="os/devicesrv/devicesrv_pub/cone_resource_loader_api/group"/>
       
  1611      </component>
       
  1612      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1613      <component name="feature_discovery_api" long-name="feature_discovery_api">
       
  1614       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1615       <unit bldFile="os/devicesrv/devicesrv_pub/feature_discovery_api/group"/>
       
  1616      </component>
       
  1617      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1618      <component name="find_item_api" long-name="find_item_api">
       
  1619       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1620       <unit bldFile="os/devicesrv/devicesrv_pub/find_item_api/group"/>
       
  1621      </component>
       
  1622      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1623      <component name="devicesrv_pub" long-name="devicesrv_pub">
       
  1624       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1625       <unit bldFile="os/devicesrv/devicesrv_pub/group"/>
       
  1626      </component>
       
  1627      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1628      <component name="haptics_api" long-name="haptics_api">
       
  1629       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1630       <unit bldFile="os/devicesrv/devicesrv_pub/haptics_api/group"/>
       
  1631      </component>
       
  1632      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1633      <component name="hwrm_power_state_api" long-name="hwrm_power_state_api">
       
  1634       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1635       <unit bldFile="os/devicesrv/devicesrv_pub/hwrm_power_state_api/group"/>
       
  1636      </component>
       
  1637      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1638      <component name="light_api" long-name="light_api">
       
  1639       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1640       <unit bldFile="os/devicesrv/devicesrv_pub/light_api/group"/>
       
  1641      </component>
       
  1642      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1643      <component name="phone_parser_api" long-name="phone_parser_api">
       
  1644       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1645       <unit bldFile="os/devicesrv/devicesrv_pub/phone_parser_api/group"/>
       
  1646      </component>
       
  1647      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1648      <component name="platform_environment_api" long-name="platform_environment_api">
       
  1649       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1650       <unit bldFile="os/devicesrv/devicesrv_pub/platform_environment_api/group"/>
       
  1651      </component>
       
  1652      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1653      <component name="platform_path_definitions_api" long-name="platform_path_definitions_api">
       
  1654       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1655       <unit bldFile="os/devicesrv/devicesrv_pub/platform_path_definitions_api/group"/>
       
  1656      </component>
       
  1657      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1658      <component name="sensor_channel_api" long-name="sensor_channel_api">
       
  1659       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1660       <unit bldFile="os/devicesrv/devicesrv_pub/sensor_channel_api/group"/>
       
  1661      </component>
       
  1662      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1663      <component name="sensor_data_compensator_api" long-name="sensor_data_compensator_api">
       
  1664       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1665       <unit bldFile="os/devicesrv/devicesrv_pub/sensor_data_compensator_api/group"/>
       
  1666      </component>
       
  1667      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1668      <component name="sensor_definitions_api" long-name="sensor_definitions_api">
       
  1669       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1670       <unit bldFile="os/devicesrv/devicesrv_pub/sensor_definitions_api/group"/>
       
  1671      </component>
       
  1672      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1673      <component name="string_loader_api" long-name="string_loader_api">
       
  1674       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1675       <unit bldFile="os/devicesrv/devicesrv_pub/string_loader_api/group"/>
       
  1676      </component>
       
  1677      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1678      <component name="sysutil_api" long-name="sysutil_api">
       
  1679       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1680       <unit bldFile="os/devicesrv/devicesrv_pub/sysutil_api/group"/>
       
  1681      </component>
       
  1682      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1683      <component name="text_resolver_api" long-name="text_resolver_api">
       
  1684       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1685       <unit bldFile="os/devicesrv/devicesrv_pub/text_resolver_api/group"/>
       
  1686      </component>
       
  1687      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1688      <component name="version_info_api" long-name="version_info_api">
       
  1689       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1690       <unit bldFile="os/devicesrv/devicesrv_pub/version_info_api/group"/>
       
  1691      </component>
       
  1692      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1693      <component name="vibra_api" long-name="vibra_api">
       
  1694       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1695       <unit bldFile="os/devicesrv/devicesrv_pub/vibra_api/group"/>
       
  1696      </component>
       
  1697      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1698      <component name="vibra_settings_api" long-name="vibra_settings_api">
       
  1699       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1700       <unit bldFile="os/devicesrv/devicesrv_pub/vibra_settings_api/group"/>
       
  1701      </component>
       
  1702     </collection>
       
  1703    </block>
       
  1704    <block long-name="Locating Services" level="services" name="lbs" levels="hw-if data-acquisition adaptation management application-interface">
       
  1705     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  1706     <collection name="lbs" long-name="lbs">
       
  1707      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1708      <component name="lbs" long-name="lbs">
       
  1709       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1710       <unit bldFile="os/lbs/group"/>
       
  1711      </component>
       
  1712     </collection>
       
  1713     <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
       
  1714      <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" plugin="Y" introduced="tb91">
       
  1715       <unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
       
  1716      </component>
       
  1717     </collection>
       
  1718     <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
       
  1719      <component name="agpsintegrationmodule" long-name="A-GPS Integration Module" plugin="Y" introduced="9.2">
       
  1720       <!-- Unit commented out by SF to match Bob's model -->
       
  1721       <!-- <unit bldFile="os/lbs/datasourcemodules/agpsintegrationmodule/group" mrp="os/lbs/datasourcemodules/agpsintegrationmodule/group/lbs_datasourceplugins.mrp"/> -->
       
  1722      </component>
       
  1723      <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" plugin="Y" introduced="tb91">
       
  1724       <unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
       
  1725      </component>
       
  1726      <component name="defaultpositioningmodule" long-name="Default Positioning Module" plugin="Y" introduced="tb91">
       
  1727       <unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
       
  1728      </component>
       
  1729      <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" plugin="Y" introduced="tb91">
       
  1730       <unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
       
  1731      </component>
       
  1732      <component name="locationbtgpspsy" long-name="BT GPS PSY">
       
  1733       <unit bldFile="os/lbs/datasourcemodules/locationbtgpspsy/group"/>
       
  1734      </component>
       
  1735      <component name="locationnpppsy" long-name="Location NPP PSY">
       
  1736       <unit bldFile="os/lbs/datasourcemodules/locationnpppsy/group"/>
       
  1737       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1738       <unit bldFile="mw/locationsrv/genericpositioningplugins/locationnpppsy/group"/>
       
  1739      </component>
       
  1740      <component name="locationsuplpsy" long-name="Location SUPL PSY">
       
  1741       <unit bldFile="os/lbs/datasourcemodules/locationsuplpsy/group"/>
       
  1742       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1743       <unit bldFile="mw/locationsrv/genericpositioningplugins/locationsuplpsy/group"/>
       
  1744      </component>
       
  1745     </collection>
       
  1746     <collection name="locationmgmt" long-name="Location Management" level="management">
       
  1747      <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2">
       
  1748       <unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
       
  1749      </component>
       
  1750      <component name="locationcore" long-name="Location Core" introduced="9.2">
       
  1751       <unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
       
  1752      </component>
       
  1753      <component name="networkgateway" long-name="Network Gateway" introduced="9.2">
       
  1754       <unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
       
  1755      </component>
       
  1756      <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2">
       
  1757       <unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
       
  1758      </component>
       
  1759     </collection>
       
  1760     <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
       
  1761      <component name="locationserver" long-name="Location Server" introduced="9.2">
       
  1762       <unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
       
  1763      </component>
       
  1764      <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2">
       
  1765       <!-- Unit commented out by SF to match Bob's model -->
       
  1766       <!-- <unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/> -->
       
  1767      </component>
       
  1768     </collection>
       
  1769     <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
       
  1770      <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" plugin="Y" introduced="tb91">
       
  1771       <unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
       
  1772      </component>
       
  1773      <component name="suplprotocolmodule" long-name="SUPL Protocol Module" plugin="Y" introduced="tb91" deprecated="tb91">
       
  1774       <!-- Unit commented out by SF to match Bob's model -->
       
  1775       <!-- <unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/> -->
       
  1776      </component>
       
  1777     </collection>
       
  1778     <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
       
  1779      <component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" class="test">
       
  1780       <unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
       
  1781      </component>
       
  1782      <component name="locationprotocoltest" long-name="Location Protocol Tests" plugin="Y" introduced="9.2">
       
  1783       <unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
       
  1784      </component>
       
  1785     </collection>
       
  1786    </block>
       
  1787    <block long-name="Communications Framework" level="services" name="commsfw" levels="server support  framework process app-if">
       
  1788     <collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
       
  1789      <component name="refcpr" long-name="Reference CPR" plugin="Y" introduced="9.2">
       
  1790       <unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
       
  1791      </component>
       
  1792      <component name="refscpr" long-name="Reference SCPR" plugin="Y" introduced="9.2">
       
  1793       <unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
       
  1794      </component>
       
  1795     </collection>
       
  1796     <collection name="commsconfig" long-name="Comms Config" level="process">
       
  1797      <component name="commsdatabase" long-name="Comms Database">
       
  1798       <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
       
  1799      </component>
       
  1800      <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1">
       
  1801       <unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
       
  1802      </component>
       
  1803      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1804      <component name="cscgsplugin" long-name="cscgsplugin">
       
  1805       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1806       <unit bldFile="app/iptelephony/commsconfig/cscgsplugin/group"/>
       
  1807      </component>
       
  1808      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  1809      <component name="commsconfig" long-name="commsconfig">
       
  1810       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  1811       <unit bldFile="app/iptelephony/commsconfig/group"/>
       
  1812      </component>
       
  1813     </collection>
       
  1814     <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
       
  1815      <component name="commfw" long-name="Comms Framework" introduced="7.0s">
       
  1816       <unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
       
  1817      </component>
       
  1818      <component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s">
       
  1819       <unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
       
  1820      </component>
       
  1821     </collection>
       
  1822     <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
       
  1823      <component name="commstools" long-name="Comms Tools" introduced="tb91" class="PC">
       
  1824       <unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
       
  1825      </component>
       
  1826      <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" class="PC">
       
  1827       <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
       
  1828      </component>
       
  1829      <component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" class="config PC">
       
  1830       <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
       
  1831      </component>
       
  1832     </collection>
       
  1833     <collection name="commsprocess" long-name="Comms Process" level="process">
       
  1834      <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s">
       
  1835       <unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
       
  1836      </component>
       
  1837      <component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" class="config">
       
  1838       <unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
       
  1839      </component>
       
  1840     </collection>
       
  1841     <collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
       
  1842      <component name="commsinfrastructuresvs" long-name="Comms-Infras SVS" introduced="9.2" class="test"/>
       
  1843     </collection>
       
  1844     <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
       
  1845      <component name="esockserver" long-name="ESock Server">
       
  1846       <unit version="2" bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp"/>
       
  1847       <unit version="3" bldFile="os/unref/orphan/comgen/comms-infras/esock/group" mrp="os/unref/orphan/comgen/comms-infras/esock/group/comms-infras_esock.mrp"/>
       
  1848      </component>
       
  1849      <component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" class="config">
       
  1850       <unit version="2" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp"/>
       
  1851       <unit version="3" mrp="os/unref/orphan/comgen/comms-infras/esock/group/comms-infras_esock-config.mrp"/>
       
  1852      </component>
       
  1853      <component name="networkcontroller" long-name="Network Controller" plugin="Y" introduced="7.0s">
       
  1854       <!-- Unit commented out by SF to match Bob's model -->
       
  1855       <!-- <unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/> -->
       
  1856      </component>
       
  1857      <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U">
       
  1858       <unit version="1" bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp"/>
       
  1859       <unit version="2" bldFile="os/unref/orphan/comgen/comms-infras/nifman/group" mrp="os/unref/orphan/comgen/comms-infras/nifman/group/comms-infras_nifman.mrp"/>
       
  1860      </component>
       
  1861      <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1">
       
  1862       <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
       
  1863      </component>
       
  1864      <component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1">
       
  1865       <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
       
  1866      </component>
       
  1867     </collection>
       
  1868     <collection name="serialserver" long-name="Serial Server" level="server">
       
  1869      <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5">
       
  1870       <unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
       
  1871      </component>
       
  1872      <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" class="config">
       
  1873       <unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
       
  1874      </component>
       
  1875      <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation">
       
  1876       <unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
       
  1877      </component>
       
  1878      <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" class="test">
       
  1879       <unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
       
  1880      </component>
       
  1881      <component name="serialportcsy" long-name="Serial Port CSY" class="placeholder" plugin="Y" introduced="ER5">
       
  1882       <!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
       
  1883      </component>
       
  1884     </collection>
       
  1885     <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
       
  1886      <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" class="doc">
       
  1887       <unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
       
  1888      </component>
       
  1889     </collection>
       
  1890     <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
       
  1891      <component name="commselements" long-name="Comms Elements" introduced="8.0">
       
  1892       <unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
       
  1893      </component>
       
  1894     </collection>
       
  1895    </block>
       
  1896    <block long-name="Networking Services" level="services" name="networkingsrv" levels="adaptation hw-if plugin framework server app-if">
       
  1897     <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
       
  1898      <component name="internetsockets" long-name="Internet Sockets" introduced="ER5">
       
  1899       <unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
       
  1900      </component>
       
  1901     </collection>
       
  1902     <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
       
  1903      <component name="nullagt" long-name="NULL AGT" plugin="Y" introduced="7.0s">
       
  1904       <!-- Unit commented out by SF to match Bob's model -->
       
  1905       <!-- <unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/> -->
       
  1906      </component>
       
  1907     </collection>
       
  1908     <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
       
  1909      <component name="ethernetnif" long-name="Ethernet NIF" plugin="Y">
       
  1910       <!-- Unit commented out by SF to match Bob's model -->
       
  1911       <!-- <unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/> -->
       
  1912      </component>
       
  1913      <component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" plugin="Y" introduced="7.0">
       
  1914       <unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
       
  1915      </component>
       
  1916      <component name="pppconfig" long-name="PPP Config" introduced="ER5">
       
  1917       <unit version="1" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp"/>
       
  1918       <unit version="2" mrp="os/unref/orphan/comgen/networking/ppp/group/networking_ppp-config.mrp"/>
       
  1919      </component>
       
  1920      <component name="pppnif" long-name="PPP NIF" plugin="Y" introduced="ER5">
       
  1921       <unit version="1" bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp"/>
       
  1922       <unit version="2" bldFile="os/unref/orphan/comgen/networking/ppp/group" mrp="os/unref/orphan/comgen/networking/ppp/group/networking_ppp.mrp"/>
       
  1923      </component>
       
  1924      <component name="slipnif" long-name="SLIP NIF" plugin="Y">
       
  1925       <unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
       
  1926      </component>
       
  1927      <component name="tunnelnif" long-name="Tunnel NIF" plugin="Y" introduced="7.0s">
       
  1928       <unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
       
  1929      </component>
       
  1930     </collection>
       
  1931     <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
       
  1932      <component name="packetlogger" long-name="Packet Logger" introduced="8.1" class="test">
       
  1933       <unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
       
  1934      </component>
       
  1935     </collection>
       
  1936     <collection name="networkcontrol" long-name="Network Control" level="plugin">
       
  1937      <component name="ipcpr" long-name="IP CPR" plugin="Y" introduced="8.1">
       
  1938       <unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
       
  1939      </component>
       
  1940      <component name="ipcprshim" long-name="IP CPR Shim" plugin="Y" deprecated="Future">
       
  1941       <unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
       
  1942      </component>
       
  1943      <component name="ipnetworklayer" long-name="IP Network Layer" plugin="Y" introduced="tb92">
       
  1944       <unit bldFile="os/networkingsrv/networkcontrol/ipnetworklayer/group" mrp="os/networkingsrv/networkcontrol/ipnetworklayer/group/networking_ipproto.mrp"/>
       
  1945      </component>
       
  1946      <component name="ipscpr" long-name="IP SCPR" plugin="Y" introduced="9.1">
       
  1947       <unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
       
  1948      </component>
       
  1949      <component name="iptransportlayer" long-name="IP Transport Layer" plugin="Y">
       
  1950       <unit bldFile="os/networkingsrv/networkcontrol/iptransportlayer/group" mrp="os/networkingsrv/networkcontrol/iptransportlayer/group/networking_iptransport.mrp"/>
       
  1951      </component>
       
  1952      <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s">
       
  1953       <unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
       
  1954      </component>
       
  1955      <component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" class="config">
       
  1956       <unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
       
  1957      </component>
       
  1958      <component name="qosfwprt" long-name="QoS Framework PRT" plugin="Y" introduced="7.0s">
       
  1959       <!-- Unit commented out by SF to match Bob's model -->
       
  1960       <!-- <unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/> -->
       
  1961      </component>
       
  1962      <component name="qosipscpr" long-name="QoS IP SCPR" plugin="Y">
       
  1963       <unit bldFile="os/networkingsrv/networkcontrol/qosipscpr/group" mrp="os/networkingsrv/networkcontrol/qosipscpr/group/networking_qosipscpr.mrp"/>
       
  1964      </component>
       
  1965      <component name="qoslib" long-name="QoS Library" introduced="7.0s">
       
  1966       <unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
       
  1967      </component>
       
  1968     </collection>
       
  1969     <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
       
  1970      <component name="ipeventnotifier" long-name="IP Event Notifier" plugin="Y" introduced="8.1">
       
  1971       <!-- Unit commented out by SF to match Bob's model -->
       
  1972       <!-- <unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/> -->
       
  1973      </component>
       
  1974      <component name="iphook" long-name="IP Hook" introduced="7.0">
       
  1975       <unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
       
  1976      </component>
       
  1977      <component name="mobileip" long-name="Mobile IP" plugin="Y" introduced="8.1">
       
  1978       <unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
       
  1979      </component>
       
  1980      <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" plugin="Y" introduced="7.0">
       
  1981       <!-- Unit commented out by SF to match Bob's model -->
       
  1982       <!-- <unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/> -->
       
  1983      </component>
       
  1984      <component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" class="config">
       
  1985       <unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
       
  1986      </component>
       
  1987     </collection>
       
  1988     <collection name="networksecurity" long-name="Network Security" level="framework">
       
  1989      <component name="ipsec" long-name="IPsec" introduced="7.0">
       
  1990       <!-- Unit commented out by SF to match Bob's model -->
       
  1991       <!-- <unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/> -->
       
  1992      </component>
       
  1993      <component name="tls" long-name="TLS" introduced="6.0">
       
  1994       <!-- Unit commented out by SF to match Bob's model -->
       
  1995       <!-- <unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/> -->
       
  1996      </component>
       
  1997      <component name="tlsprovider" long-name="TLS Provider" introduced="8.1">
       
  1998       <!-- Unit commented out by SF to match Bob's model -->
       
  1999       <!-- <unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/> -->
       
  2000      </component>
       
  2001     </collection>
       
  2002     <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
       
  2003      <component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5">
       
  2004       <unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
       
  2005      </component>
       
  2006      <component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92">
       
  2007       <unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
       
  2008      </component>
       
  2009      <component name="ipprobe" long-name="IP Probe" plugin="Y" introduced="7.0s">
       
  2010       <unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
       
  2011      </component>
       
  2012      <component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" plugin="Y">
       
  2013       <unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
       
  2014      </component>
       
  2015      <component name="networkingexamples" long-name="Networking Examples" introduced="7.0">
       
  2016       <!-- Unit commented out by SF to match Bob's model -->
       
  2017       <!-- <unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/> -->
       
  2018      </component>
       
  2019      <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" class="test">
       
  2020       <!-- Unit commented out by SF to match Bob's model -->
       
  2021       <!-- <unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/> -->
       
  2022      </component>
       
  2023      <component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" class="test">
       
  2024       <unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
       
  2025      </component>
       
  2026     </collection>
       
  2027     <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
       
  2028      <component name="predictorcompression" long-name="Predictor Compression" plugin="Y" introduced="6.0">
       
  2029       <unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
       
  2030      </component>
       
  2031     </collection>
       
  2032     <collection name="commsdb" long-name="Comms DB" level="server">
       
  2033      <component name="s60_commsdb" long-name="S60 Commsdb">
       
  2034       <unit bldFile="os/networkingsrv/commsdb/s60_commsdb/group"/>
       
  2035      </component>
       
  2036      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2037      <component name="commsdb" long-name="commsdb">
       
  2038       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2039       <unit bldFile="os/networkingsrv/commsdb/group"/>
       
  2040      </component>
       
  2041     </collection>
       
  2042     <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
       
  2043      <component name="networkingdocs" long-name="Networking Documentation" class="doc">
       
  2044       <unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
       
  2045      </component>
       
  2046      <component name="networkingrom" long-name="Networking ROM">
       
  2047       <!--  production component: contains the IBY files -->
       
  2048       <unit bldFile="os/networkingsrv/networkingsrv_info/networkingrom/group" mrp="os/networkingsrv/networkingsrv_info/networkingrom/group/networking_general.mrp"/>
       
  2049      </component>
       
  2050     </collection>
       
  2051     <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
       
  2052      <component name="dhcp" long-name="DHCP" introduced="8.0">
       
  2053       <!-- Unit commented out by SF to match Bob's model -->
       
  2054       <!-- <unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/> -->
       
  2055      </component>
       
  2056      <component name="dnd" long-name="DND" introduced="7.0">
       
  2057       <!-- Unit commented out by SF to match Bob's model -->
       
  2058       <!-- <unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/> -->
       
  2059      </component>
       
  2060      <component name="dndconfig" long-name="DND Config" introduced="7.0" class="config">
       
  2061       <unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
       
  2062      </component>
       
  2063      <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" plugin="Y" introduced="tb91">
       
  2064       <!-- Unit commented out by SF to match Bob's model -->
       
  2065       <!-- <unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/> -->
       
  2066      </component>
       
  2067     </collection>
       
  2068     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  2069     <collection name="networkingsrv" long-name="networkingsrv">
       
  2070      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2071      <component name="networkingsrv" long-name="networkingsrv">
       
  2072       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2073       <unit bldFile="os/networkingsrv/group"/>
       
  2074      </component>
       
  2075     </collection>
       
  2076    </block>
       
  2077    <block long-name="WLAN" level="services" name="wlan" levels="hw 1 mid 3 tools test">
       
  2078     <collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
       
  2079      <component name="wlanagent" long-name="WLAN Agent">
       
  2080       <unit bldFile="os/wlan/wlan_bearer/wlanagent/group"/>
       
  2081      </component>
       
  2082      <component name="wlandbif_cd" long-name="WLAN CommsDat interface">
       
  2083       <unit bldFile="os/wlan/wlan_bearer/wlandbif_cd/group"/>
       
  2084      </component>
       
  2085      <component name="wlanengine" long-name="WLAN Engine">
       
  2086       <unit bldFile="os/wlan/wlan_bearer/wlanengine/group"/>
       
  2087      </component>
       
  2088      <component name="wlanldd" long-name="WLAN LDD">
       
  2089       <unit bldFile="os/wlan/wlan_bearer/wlanldd/group"/>
       
  2090      </component>
       
  2091      <component name="wlannwif" long-name="WLAN Network Interface">
       
  2092       <unit bldFile="os/wlan/wlan_bearer/wlannwif/group"/>
       
  2093      </component>
       
  2094      <component name="wlanpsmplugin" long-name="WLAN PSM Plugin">
       
  2095       <unit bldFile="os/wlan/wlan_bearer/wlanpsmplugin/group"/>
       
  2096      </component>
       
  2097      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2098      <component name="wlan_bearer" long-name="wlan_bearer">
       
  2099       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2100       <unit bldFile="os/wlan/wlan_bearer/group"/>
       
  2101      </component>
       
  2102      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2103      <component name="wlanengine_symbian_3.1" long-name="wlanengine_symbian_3.1">
       
  2104       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2105       <unit bldFile="os/wlan/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group"/>
       
  2106       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2107       <unit bldFile="os/wlan/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group/wpx"/>
       
  2108      </component>
       
  2109      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2110      <component name="wlanldd_symbian" long-name="wlanldd_symbian">
       
  2111       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2112       <unit bldFile="os/wlan/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group"/>
       
  2113      </component>
       
  2114     </collection>
       
  2115     <collection name="wlantools" long-name="WLAN Tools" level="tools">
       
  2116      <component name="dut" long-name="Dut">
       
  2117       <unit bldFile="os/wlan/wlantools/dut/group"/>
       
  2118      </component>
       
  2119      <component name="ping" long-name="Ping">
       
  2120       <unit bldFile="os/wlan/wlantools/ping/group"/>
       
  2121      </component>
       
  2122      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2123      <component name="wlantools" long-name="wlantools">
       
  2124       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2125       <unit bldFile="os/wlan/wlantools/group"/>
       
  2126      </component>
       
  2127     </collection>
       
  2128     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  2129     <collection name="wlan" long-name="wlan">
       
  2130      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2131      <component name="wlan" long-name="wlan">
       
  2132       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2133       <unit bldFile="os/wlan/group"/>
       
  2134      </component>
       
  2135     </collection>
       
  2136     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  2137     <collection name="wlan_plat" long-name="wlan_plat">
       
  2138      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2139      <component name="wlan_plat" long-name="wlan_plat">
       
  2140       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2141       <unit bldFile="os/wlan/wlan_plat/group"/>
       
  2142      </component>
       
  2143      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2144      <component name="wlan_agent_hotspot_plugin_api" long-name="wlan_agent_hotspot_plugin_api">
       
  2145       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2146       <unit bldFile="os/wlan/wlan_plat/wlan_agent_hotspot_plugin_api/group"/>
       
  2147      </component>
       
  2148      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2149      <component name="wlan_control_api" long-name="wlan_control_api">
       
  2150       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2151       <unit bldFile="os/wlan/wlan_plat/wlan_control_api/group"/>
       
  2152      </component>
       
  2153      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2154      <component name="wlan_dbif_api" long-name="wlan_dbif_api">
       
  2155       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2156       <unit bldFile="os/wlan/wlan_plat/wlan_dbif_api/group"/>
       
  2157      </component>
       
  2158      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2159      <component name="wlan_device_settings_api" long-name="wlan_device_settings_api">
       
  2160       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2161       <unit bldFile="os/wlan/wlan_plat/wlan_device_settings_api/group"/>
       
  2162      </component>
       
  2163      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2164      <component name="wlan_eapol_plugin_api" long-name="wlan_eapol_plugin_api">
       
  2165       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2166       <unit bldFile="os/wlan/wlan_plat/wlan_eapol_plugin_api/group"/>
       
  2167      </component>
       
  2168      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2169      <component name="wlan_generic_plugin_api" long-name="wlan_generic_plugin_api">
       
  2170       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2171       <unit bldFile="os/wlan/wlan_plat/wlan_generic_plugin_api/group"/>
       
  2172      </component>
       
  2173      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2174      <component name="wlan_hal_api" long-name="wlan_hal_api">
       
  2175       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2176       <unit bldFile="os/wlan/wlan_plat/wlan_hal_api/group"/>
       
  2177      </component>
       
  2178      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2179      <component name="wlan_hpa_api" long-name="wlan_hpa_api">
       
  2180       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2181       <unit bldFile="os/wlan/wlan_plat/wlan_hpa_api/group"/>
       
  2182      </component>
       
  2183      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2184      <component name="wlan_hw_initialization_data_api" long-name="wlan_hw_initialization_data_api">
       
  2185       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2186       <unit bldFile="os/wlan/wlan_plat/wlan_hw_initialization_data_api/group"/>
       
  2187      </component>
       
  2188      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2189      <component name="wlan_info_api" long-name="wlan_info_api">
       
  2190       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2191       <unit bldFile="os/wlan/wlan_plat/wlan_info_api/group"/>
       
  2192      </component>
       
  2193      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2194      <component name="wlan_management_api" long-name="wlan_management_api">
       
  2195       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2196       <unit bldFile="os/wlan/wlan_plat/wlan_management_api/group"/>
       
  2197      </component>
       
  2198      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2199      <component name="wlan_osa_api" long-name="wlan_osa_api">
       
  2200       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2201       <unit bldFile="os/wlan/wlan_plat/wlan_osa_api/group"/>
       
  2202      </component>
       
  2203      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2204      <component name="wlan_power_save_plugin_api" long-name="wlan_power_save_plugin_api">
       
  2205       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2206       <unit bldFile="os/wlan/wlan_plat/wlan_power_save_plugin_api/group"/>
       
  2207      </component>
       
  2208      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2209      <component name="wlan_spia_api" long-name="wlan_spia_api">
       
  2210       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2211       <unit bldFile="os/wlan/wlan_plat/wlan_spia_api/group"/>
       
  2212      </component>
       
  2213     </collection>
       
  2214     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  2215     <collection name="wlan_pub" long-name="wlan_pub">
       
  2216      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2217      <component name="wlan_pub" long-name="wlan_pub">
       
  2218       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2219       <unit bldFile="os/wlan/wlan_pub/group"/>
       
  2220      </component>
       
  2221      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2222      <component name="wlan_sdk_info_api" long-name="wlan_sdk_info_api">
       
  2223       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2224       <unit bldFile="os/wlan/wlan_pub/wlan_sdk_info_api/group"/>
       
  2225      </component>
       
  2226     </collection>
       
  2227    </block>
       
  2228    <block long-name="Cellular Baseband Services" level="services" name="cellularsrv" levels="adaptation hw-if plugin framework server app-if">
       
  2229     <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
       
  2230      <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" plugin="Y" introduced="8.1">
       
  2231       <unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
       
  2232      </component>
       
  2233      <component name="basebandchanneladaptorforisc" long-name="Baseband Channel Adaptor for ISC" plugin="Y">
       
  2234       <unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforisc/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforisc/group/networking_bcatoisc.mrp"/>
       
  2235      </component>
       
  2236     </collection>
       
  2237     <collection name="fax" long-name="Fax" level="server">
       
  2238      <component name="faxclientandserver" long-name="Fax Client and Server">
       
  2239       <!-- Unit commented out by SF to match Bob's model -->
       
  2240       <!-- <unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/> -->
       
  2241      </component>
       
  2242     </collection>
       
  2243     <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
       
  2244      <component name="mocksy" long-name="MockSY" introduced="tb91" plugin="Y">
       
  2245       <unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
       
  2246      </component>
       
  2247     </collection>
       
  2248     <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
       
  2249      <component name="cdmasmsstack" long-name="CDMA SMS Stack" plugin="Y" introduced="8.0">
       
  2250       <!-- Unit commented out by SF to match Bob's model -->
       
  2251       <!-- <unit bldFile="os/cellularsrv/smsprotocols/cdmasmsstack/group" mrp="os/cellularsrv/smsprotocols/cdmasmsstack/group/nbprotocols_cdmasmsstack.mrp"/> -->
       
  2252      </component>
       
  2253      <component name="smsstack" long-name="SMS Stack" plugin="Y" introduced="6.0">
       
  2254       <!-- Unit commented out by SF to match Bob's model -->
       
  2255       <!-- <unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/> -->
       
  2256      </component>
       
  2257     </collection>
       
  2258     <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
       
  2259      <component name="csdagt" long-name="CSD AGT" plugin="Y" introduced="6.1">
       
  2260       <!-- Unit commented out by SF to match Bob's model -->
       
  2261       <!-- <unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/> -->
       
  2262      </component>
       
  2263      <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" plugin="Y" introduced="7.0s">
       
  2264       <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
       
  2265      </component>
       
  2266      <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" plugin="Y" introduced="7.0s">
       
  2267       <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
       
  2268      </component>
       
  2269      <component name="pdplayer" long-name="PDP Layer" plugin="Y" introduced="tb92">
       
  2270       <unit bldFile="os/cellularsrv/telephonyprotocols/pdplayer/group" mrp="os/cellularsrv/telephonyprotocols/pdplayer/group/networking_pdp.mrp"/>
       
  2271      </component>
       
  2272      <component name="psdagt" long-name="PSD AGT" plugin="Y" introduced="7.0s">
       
  2273       <!-- Unit commented out by SF to match Bob's model -->
       
  2274       <!-- <unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/> -->
       
  2275      </component>
       
  2276      <component name="qos3gppcpr" long-name="QoS 3GPP CPR" plugin="Y" introduced="9.2">
       
  2277       <unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
       
  2278      </component>
       
  2279      <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2">
       
  2280       <unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
       
  2281      </component>
       
  2282      <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1">
       
  2283       <unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
       
  2284      </component>
       
  2285      <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1">
       
  2286       <!-- Unit commented out by SF to match Bob's model -->
       
  2287       <!-- <unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/> -->
       
  2288      </component>
       
  2289      <component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" plugin="Y" introduced="8.1">
       
  2290       <unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
       
  2291      </component>
       
  2292     </collection>
       
  2293     <collection name="telephonyreferenceplat" long-name="Telephony Reference Platform" level="plugin"/>
       
  2294     <collection name="telephonyserver" long-name="Telephony Server" level="server">
       
  2295      <component name="etelcdma" long-name="ETel CDMA" introduced="7.0s">
       
  2296       <!-- Unit commented out by SF to match Bob's model -->
       
  2297       <!-- <unit bldFile="os/cellularsrv/telephonyserver/etelcdma/group" mrp="os/cellularsrv/telephonyserver/etelcdma/group/telephony_etelcdma.mrp"/> -->
       
  2298      </component>
       
  2299      <component name="etelconfig" long-name="ETel Config">
       
  2300       <unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
       
  2301      </component>
       
  2302      <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0">
       
  2303       <!-- Unit commented out by SF to match Bob's model -->
       
  2304       <!-- <unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/> -->
       
  2305      </component>
       
  2306      <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0">
       
  2307       <unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
       
  2308      </component>
       
  2309      <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1">
       
  2310       <!-- Unit commented out by SF to match Bob's model -->
       
  2311       <!-- <unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/> -->
       
  2312      </component>
       
  2313      <component name="etelserverandcore" long-name="ETel Server and Core">
       
  2314       <!-- Unit commented out by SF to match Bob's model -->
       
  2315       <!-- <unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/> -->
       
  2316      </component>
       
  2317     </collection>
       
  2318     <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
       
  2319      <component name="cdmatsy" long-name="CDMA TSY" plugin="Y" introduced="7.0">
       
  2320       <!-- Unit commented out by SF to match Bob's model -->
       
  2321       <!-- <unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/> -->
       
  2322      </component>
       
  2323      <component name="common_tsy" long-name="Common TSY" introduced="tb92">
       
  2324       <!-- Unit commented out by SF to match Bob's model -->
       
  2325       <!-- <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/> -->
       
  2326      </component>
       
  2327      <component name="multimodetsy" long-name="Multimode TSY" plugin="Y">
       
  2328       <!-- Unit commented out by SF to match Bob's model -->
       
  2329       <!-- <unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/> -->
       
  2330      </component>
       
  2331      <component name="simtsy" long-name="SIM TSY" plugin="Y" introduced="7.0" class="test">
       
  2332       <!-- Unit commented out by SF to match Bob's model -->
       
  2333       <!-- <unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/> -->
       
  2334      </component>
       
  2335     </collection>
       
  2336     <collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
       
  2337      <component name="dial" long-name="Dial" deprecated="9.1">
       
  2338       <!-- Unit commented out by SF to match Bob's model -->
       
  2339       <!-- <unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/> -->
       
  2340      </component>
       
  2341      <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0">
       
  2342       <!-- Unit commented out by SF to match Bob's model -->
       
  2343       <!-- <unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/> -->
       
  2344      </component>
       
  2345      <component name="telephonywatchers" long-name="Telephony Watchers" plugin="Y" introduced="6.0">
       
  2346       <!-- Unit commented out by SF to match Bob's model -->
       
  2347       <!-- <unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/> -->
       
  2348      </component>
       
  2349     </collection>
       
  2350     <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
       
  2351      <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1">
       
  2352       <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
       
  2353      </component>
       
  2354      <component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92">
       
  2355       <unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
       
  2356      </component>
       
  2357      <component name="isc_if" long-name="ISC Interface">
       
  2358       <unit bldFile="os/cellularsrv/basebandabstraction/isc_if/group"/>
       
  2359      </component>
       
  2360      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2361      <component name="basebandabstraction" long-name="basebandabstraction">
       
  2362       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2363       <unit bldFile="os/cellularsrv/basebandabstraction/group"/>
       
  2364      </component>
       
  2365     </collection>
       
  2366     <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
       
  2367      <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" class="doc">
       
  2368       <unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
       
  2369      </component>
       
  2370      <component name="telephonydocs" long-name="Telephony Documentation" class="doc">
       
  2371       <unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
       
  2372      </component>
       
  2373     </collection>
       
  2374     <collection name="commonnetworkinterface" long-name="Common Network Interface" level="hw-if">
       
  2375      <component name="gennif" long-name="Generic NIF">
       
  2376       <unit bldFile="os/cellularsrv/commonnetworkinterface/gennif/group"/>
       
  2377      </component>
       
  2378      <component name="gprsumtsagent" long-name="GPRS UMTS Agent">
       
  2379       <unit bldFile="os/cellularsrv/commonnetworkinterface/gprsumtsagent/group"/>
       
  2380      </component>
       
  2381      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2382      <component name="commonnetworkinterface" long-name="commonnetworkinterface">
       
  2383       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2384       <unit bldFile="os/cellularsrv/commonnetworkinterface/group"/>
       
  2385      </component>
       
  2386     </collection>
       
  2387     <collection name="commontsy" long-name="Common TSY" level="hw-if">
       
  2388      <component name="ctsy" long-name="CTSY">
       
  2389       <unit bldFile="os/cellularsrv/commontsy/ctsy/group"/>
       
  2390      </component>
       
  2391      <component name="customapi" long-name="Custom API">
       
  2392       <unit bldFile="os/cellularsrv/commontsy/customapi/group"/>
       
  2393      </component>
       
  2394      <component name="phonetsy" long-name="Phone TSY">
       
  2395       <unit bldFile="os/cellularsrv/commontsy/phonetsy/group"/>
       
  2396      </component>
       
  2397      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2398      <component name="commontsy" long-name="commontsy">
       
  2399       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2400       <unit bldFile="os/cellularsrv/commontsy/group"/>
       
  2401      </component>
       
  2402     </collection>
       
  2403     <collection name="dataporttesttool" long-name="Dataport Test Tool" level="plugin">
       
  2404      <component name="DPS_Test_client" long-name="DPS Test Client">
       
  2405       <unit bldFile="os/cellularsrv/dataporttesttool/DPS_Test_client/group"/>
       
  2406      </component>
       
  2407      <component name="dps_test.dll=binary">
       
  2408       <unit bldFile="os/cellularsrv/dataporttesttool/group"/>
       
  2409      </component>
       
  2410     </collection>
       
  2411     <collection name="stif_tsy_test_tool" long-name="STIF TSY Test Tool" level="app-if">
       
  2412      <component name="CAP">
       
  2413       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/CAP/group"/>
       
  2414      </component>
       
  2415      <component name="CC">
       
  2416       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/CC/group"/>
       
  2417      </component>
       
  2418      <component name="Core">
       
  2419       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/Core/group"/>
       
  2420      </component>
       
  2421      <component name="Eminfo" long-name="EM Info">
       
  2422       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/Eminfo/group"/>
       
  2423      </component>
       
  2424      <component name="NWE">
       
  2425       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/NWE/group"/>
       
  2426      </component>
       
  2427      <component name="Notify">
       
  2428       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/Notify/group"/>
       
  2429      </component>
       
  2430      <component name="SEC">
       
  2431       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/SEC/group"/>
       
  2432      </component>
       
  2433      <component name="SIM">
       
  2434       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/SIM/group"/>
       
  2435      </component>
       
  2436      <component name="SMS">
       
  2437       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/SMS/group"/>
       
  2438      </component>
       
  2439      <component name="SupplementaryService" long-name="Supplementary Service">
       
  2440       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/SupplementaryService/group"/>
       
  2441      </component>
       
  2442      <component name="USSD">
       
  2443       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/USSD/group"/>
       
  2444      </component>
       
  2445      <component name="Voice">
       
  2446       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/Voice/group"/>
       
  2447      </component>
       
  2448      <component name="VoiceCore" long-name="Voice Core">
       
  2449       <unit bldFile="os/cellularsrv/stif_tsy_test_tool/VoiceCore/group"/>
       
  2450      </component>
       
  2451     </collection>
       
  2452     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  2453     <collection name="cellularsrv" long-name="cellularsrv">
       
  2454      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2455      <component name="cellularsrv" long-name="cellularsrv">
       
  2456       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2457       <unit bldFile="os/cellularsrv/group"/>
       
  2458      </component>
       
  2459     </collection>
       
  2460     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  2461     <collection name="cellularsrv_plat" long-name="cellularsrv_plat">
       
  2462      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2463      <component name="common_tsy_plugin_api" long-name="common_tsy_plugin_api">
       
  2464       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2465       <unit bldFile="os/cellularsrv/cellularsrv_plat/common_tsy_plugin_api/group"/>
       
  2466      </component>
       
  2467      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2468      <component name="common_tsy_service_api" long-name="common_tsy_service_api">
       
  2469       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2470       <unit bldFile="os/cellularsrv/cellularsrv_plat/common_tsy_service_api/group"/>
       
  2471      </component>
       
  2472      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2473      <component name="cellularsrv_plat" long-name="cellularsrv_plat">
       
  2474       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2475       <unit bldFile="os/cellularsrv/cellularsrv_plat/group"/>
       
  2476      </component>
       
  2477      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2478      <component name="licenseetsy_lib" long-name="licenseetsy_lib">
       
  2479       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2480       <unit bldFile="os/cellularsrv/cellularsrv_plat/licenseetsy_lib/group"/>
       
  2481      </component>
       
  2482      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2483      <component name="multimode_etel_custom_api" long-name="multimode_etel_custom_api">
       
  2484       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2485       <unit bldFile="os/cellularsrv/cellularsrv_plat/multimode_etel_custom_api/group"/>
       
  2486      </component>
       
  2487      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2488      <component name="primary_pdp_context_qos_parameter_setting_api" long-name="primary_pdp_context_qos_parameter_setting_api">
       
  2489       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2490       <unit bldFile="os/cellularsrv/cellularsrv_plat/primary_pdp_context_qos_parameter_setting_api/group"/>
       
  2491      </component>
       
  2492      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2493      <component name="tsy_names" long-name="tsy_names">
       
  2494       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2495       <unit bldFile="os/cellularsrv/cellularsrv_plat/tsy_names/group"/>
       
  2496      </component>
       
  2497     </collection>
       
  2498     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  2499     <collection name="tsytesttool" long-name="tsytesttool">
       
  2500      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2501      <component name="tsytesttool" long-name="tsytesttool">
       
  2502       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2503       <unit bldFile="os/cellularsrv/tsytesttool/group"/>
       
  2504      </component>
       
  2505     </collection>
       
  2506    </block>
       
  2507    <block long-name="Short Link Services" level="services" name="shortlinksrv" levels="adaptation hw-if plugin framework server app-if">
       
  2508     <collection name="bluetooth" long-name="Bluetooth" level="framework">
       
  2509      <component name="btcomm" long-name="Bluetooth CSY" plugin="Y" introduced="6.0">
       
  2510       <unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
       
  2511      </component>
       
  2512      <component name="btdocs" long-name="Bluetooth Documentation" class="doc">
       
  2513       <unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
       
  2514      </component>
       
  2515      <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" class="test">
       
  2516       <unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
       
  2517      </component>
       
  2518      <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1">
       
  2519       <unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
       
  2520      </component>
       
  2521      <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" class="test">
       
  2522       <unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
       
  2523      </component>
       
  2524      <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1">
       
  2525       <unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
       
  2526      </component>
       
  2527      <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1">
       
  2528       <unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
       
  2529      </component>
       
  2530      <component name="btstack" long-name="Bluetooth Stack" introduced="6.0">
       
  2531       <unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
       
  2532      </component>
       
  2533     </collection>
       
  2534     <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
       
  2535      <component name="bluetoothsvs" long-name="Bluetooth SVS" introduced="9.2" class="test"/>
       
  2536     </collection>
       
  2537     <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
       
  2538      <component name="btpan" long-name="Bluetooth PAN Profile" plugin="Y" introduced="8.1">
       
  2539       <unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
       
  2540      </component>
       
  2541     </collection>
       
  2542     <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
       
  2543      <component name="btcommon" long-name="Bluetooth Build Utilities">
       
  2544       <unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
       
  2545      </component>
       
  2546      <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0">
       
  2547       <unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
       
  2548      </component>
       
  2549      <component name="btconfig" long-name="Bluetooth Config" class="config">
       
  2550       <unit bldFile="os/shortlinksrv/bluetoothmgmt/btconfig" mrp="os/shortlinksrv/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
       
  2551      </component>
       
  2552      <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0">
       
  2553       <unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
       
  2554      </component>
       
  2555      <component name="btrom" long-name="Bluetooth ROM" introduced="9.1">
       
  2556       <unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
       
  2557      </component>
       
  2558     </collection>
       
  2559     <collection name="bthci" long-name="Host Controller Interface" level="server">
       
  2560      <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" plugin="Y" introduced="9.2">
       
  2561       <unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
       
  2562      </component>
       
  2563      <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1">
       
  2564       <unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
       
  2565      </component>
       
  2566      <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0">
       
  2567       <unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
       
  2568      </component>
       
  2569      <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2">
       
  2570       <unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
       
  2571      </component>
       
  2572     </collection>
       
  2573     <collection name="irda" long-name="IrDA" level="plugin">
       
  2574      <component name="irdaconfig" long-name="IrDA Config" introduced="6.0" class="config">
       
  2575       <!-- Unit commented out by SF to match Bob's model -->
       
  2576       <!-- <unit bldFile="os/shortlinksrv/irda/irdaconfig" mrp="os/shortlinksrv/irda/irdaconfig/infra-red_config.mrp"/> -->
       
  2577      </component>
       
  2578      <component name="irdadocs" long-name="IrDA Documentation" class="doc">
       
  2579       <unit mrp="os/shortlinksrv/irda/irdadocs/infra-red_documentation.mrp"/>
       
  2580      </component>
       
  2581      <component name="irdastack" long-name="IrDA Stack">
       
  2582       <unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
       
  2583      </component>
       
  2584      <component name="irdatest" long-name="IrDA Test" introduced="9.2" class="test">
       
  2585       <unit mrp="os/shortlinksrv/irda/irdatest/group/infra-red_irda_test.mrp"/>
       
  2586      </component>
       
  2587     </collection>
       
  2588     <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
       
  2589      <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b">
       
  2590       <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
       
  2591      </component>
       
  2592     </collection>
       
  2593     <collection name="usbmgmt" long-name="USB Management" level="server">
       
  2594      <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" class="doc">
       
  2595       <unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
       
  2596      </component>
       
  2597      <component name="usbmgr" long-name="USB Manager">
       
  2598       <unit version="1" bldFile="os/unref/orphan/comgen/ser-comms/usb/group" mrp="os/unref/orphan/comgen/ser-comms/usb/group/ser-comms_usb.mrp"/>
       
  2599       <unit version="2" bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp"/>
       
  2600      </component>
       
  2601      <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" class="test">
       
  2602       <unit version="1" mrp="os/unref/orphan/comgen/ser-comms/usb_test/group/ser-comms_usb_test.mrp"/>
       
  2603       <unit version="2" mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp"/>
       
  2604      </component>
       
  2605     </collection>
       
  2606     <collection name="usbbsptemplate" long-name="USB BSP Template" level="adaptation"/>
       
  2607     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  2608     <collection name="shortlinksrv" long-name="shortlinksrv">
       
  2609      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2610      <component name="shortlinksrv" long-name="shortlinksrv">
       
  2611       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2612       <unit bldFile="os/shortlinksrv/group"/>
       
  2613      </component>
       
  2614     </collection>
       
  2615     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  2616     <collection name="shortlinksrv_plat" long-name="shortlinksrv_plat">
       
  2617      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2618      <component name="bluetooth_audio_adaptation_api" long-name="bluetooth_audio_adaptation_api">
       
  2619       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2620       <unit bldFile="os/shortlinksrv/shortlinksrv_plat/bluetooth_audio_adaptation_api/group"/>
       
  2621      </component>
       
  2622      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2623      <component name="bluetooth_power_management_api" long-name="bluetooth_power_management_api">
       
  2624       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2625       <unit bldFile="os/shortlinksrv/shortlinksrv_plat/bluetooth_power_management_api/group"/>
       
  2626      </component>
       
  2627      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2628      <component name="shortlinksrv_plat" long-name="shortlinksrv_plat">
       
  2629       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2630       <unit bldFile="os/shortlinksrv/shortlinksrv_plat/group"/>
       
  2631      </component>
       
  2632     </collection>
       
  2633    </block>
       
  2634    <block long-name="Multimedia" level="services" name="mm" levels="adaptation hw-if device-fw devices middleware app-if">
       
  2635     <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
       
  2636      <component name="camerafw" long-name="Camera Framework" introduced="7.0s">
       
  2637       <unit bldFile="os/mm/imagingandcamerafws/camerafw/framework/group" mrp="os/mm/imagingandcamerafws/camerafw/framework/group/multimedia_ecam_framework.mrp"/>
       
  2638      </component>
       
  2639      <component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" class="test">
       
  2640       <unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
       
  2641      </component>
       
  2642      <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s">
       
  2643       <unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
       
  2644      </component>
       
  2645      <component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" class="test">
       
  2646       <unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
       
  2647      </component>
       
  2648      <component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" class="test">
       
  2649       <unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
       
  2650      </component>
       
  2651     </collection>
       
  2652     <collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
       
  2653      <component name="mmsvs" long-name="Multimedia SVS" introduced="8.1"/>
       
  2654     </collection>
       
  2655     <collection name="mmdataplane" long-name="Multimedia Data Plane Adaptation" level="hw-if"/>
       
  2656     <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
       
  2657      <component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" class="test">
       
  2658       <unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
       
  2659      </component>
       
  2660      <component name="mdf" long-name="Media Device Framework" introduced="9.2">
       
  2661       <!-- Unit commented out by SF to match Bob's model -->
       
  2662       <!-- <unit bldFile="os/mm/mmdevicefw/mdf/group" mrp="os/mm/mmdevicefw/mdf/group/multimedia_mdf.mrp"/> -->
       
  2663       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2664       <unit bldFile="mw/helix/helix_ren/src/datatype/mp4/audio/mdf"/>
       
  2665      </component>
       
  2666      <component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s">
       
  2667       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
       
  2668      </component>
       
  2669     </collection>
       
  2670     <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
       
  2671      <component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92">
       
  2672       <unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
       
  2673      </component>
       
  2674      <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92">
       
  2675       <unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
       
  2676      </component>
       
  2677      <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s">
       
  2678       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
       
  2679      </component>
       
  2680      <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92">
       
  2681       <unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
       
  2682      </component>
       
  2683      <component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" class="test">
       
  2684       <unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
       
  2685      </component>
       
  2686      <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92">
       
  2687       <unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
       
  2688      </component>
       
  2689      <component name="videohai" long-name="Video HAI" introduced="7.0s">
       
  2690       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group/multimedia_mdf_devvideo.mrp"/>
       
  2691      </component>
       
  2692     </collection>
       
  2693     <collection name="mmhostprocess" long-name="Multimedia Host Process" level="devices"/>
       
  2694     <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
       
  2695      <component name="3gplib" long-name="3GP Library" introduced="Future">
       
  2696       <unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
       
  2697      </component>
       
  2698      <component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" class="test">
       
  2699       <unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
       
  2700      </component>
       
  2701      <component name="cameraplugins" long-name="Camera Plugins" plugin="Y" introduced="7.0s">
       
  2702       <unit bldFile="os/mm/imagingandcamerafws/camerafw/plugins/group" mrp="os/mm/imagingandcamerafws/camerafw/plugins/group/multimedia_ecam_plugins.mrp"/>
       
  2703      </component>
       
  2704      <component name="imagingplugins" long-name="Imaging Plugins" plugin="Y" introduced="7.0s">
       
  2705       <unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
       
  2706      </component>
       
  2707     </collection>
       
  2708     <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
       
  2709      <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92">
       
  2710       <unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
       
  2711      </component>
       
  2712     </collection>
       
  2713     <collection name="mmswadaptation" long-name="Multimedia Software Adaptation" level="adaptation"/>
       
  2714     <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
       
  2715      <component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" class="test">
       
  2716       <unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
       
  2717      </component>
       
  2718      <component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" class="test">
       
  2719       <unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
       
  2720      </component>
       
  2721      <component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" class="test">
       
  2722       <unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
       
  2723      </component>
       
  2724      <component name="mmtesttools" long-name="Multimedia Test Tools">
       
  2725       <unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
       
  2726      </component>
       
  2727     </collection>
       
  2728     <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
       
  2729      <component name="openmax" long-name="OpenMAX" introduced="tb91">
       
  2730       <unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
       
  2731      </component>
       
  2732     </collection>
       
  2733     <collection name="devsound" long-name="Sound Device" level="devices">
       
  2734      <component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92">
       
  2735       <unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
       
  2736      </component>
       
  2737      <component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" class="test">
       
  2738       <unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
       
  2739      </component>
       
  2740      <component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92">
       
  2741       <unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
       
  2742      </component>
       
  2743      <component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92">
       
  2744       <unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
       
  2745      </component>
       
  2746      <component name="a3fsrvstart" long-name="A3F Server Start" plugin="Y" introduced="tb92">
       
  2747       <unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
       
  2748      </component>
       
  2749      <component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92">
       
  2750       <unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
       
  2751      </component>
       
  2752      <component name="btdevsound" long-name="Bluetooth DevSound Plugin" plugin="Y" introduced="7.0s">
       
  2753       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
       
  2754      </component>
       
  2755      <component name="devsoundapi" long-name="DevSound API" introduced="7.0s">
       
  2756       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
       
  2757      </component>
       
  2758      <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s">
       
  2759       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
       
  2760      </component>
       
  2761      <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s">
       
  2762       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
       
  2763      </component>
       
  2764     </collection>
       
  2765     <collection name="codecs" long-name="Codecs" level="middleware">
       
  2766      <component name="audio" long-name="Audio">
       
  2767       <unit bldFile="os/mm/codecs/audio/group"/>
       
  2768       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2769       <unit bldFile="mw/helix/helix_ren/src/datatype/tools/dtdriver/decoder/audio"/>
       
  2770       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2771       <unit bldFile="os/mm/audio/group"/>
       
  2772      </component>
       
  2773      <component name="codecs_dom" long-name="Codecs DOM">
       
  2774       <unit bldFile="os/mm/codecs/codecs_dom/group"/>
       
  2775      </component>
       
  2776      <component name="video" long-name="Video">
       
  2777       <unit bldFile="os/mm/codecs/video/group"/>
       
  2778       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2779       <unit bldFile="mw/helix/helix_ren/src/datatype/tools/dtdriver/decoder/video"/>
       
  2780       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2781       <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/plugins/video/group"/>
       
  2782       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2783       <unit bldFile="os/mm/video/group"/>
       
  2784      </component>
       
  2785     </collection>
       
  2786     <collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw">
       
  2787      <component name="addeddevsoundcontrol" long-name="Added DevSound Control">
       
  2788       <unit bldFile="os/mm/devsoundextensions/addeddevsoundcontrol/group"/>
       
  2789      </component>
       
  2790      <component name="audiorouting" long-name="Audio Routing">
       
  2791       <unit bldFile="os/mm/devsoundextensions/audiorouting/group"/>
       
  2792      </component>
       
  2793      <component name="ciextnfactoryplugins" long-name="CI Extension Factory Plugins">
       
  2794       <unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/group"/>
       
  2795      </component>
       
  2796      <component name="drmaudioplayer" long-name="DRM Audio Player">
       
  2797       <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/group"/>
       
  2798      </component>
       
  2799      <component name="effects" long-name="Effects">
       
  2800       <unit bldFile="os/mm/devsoundextensions/effects/group"/>
       
  2801      </component>
       
  2802      <component name="effectspresets" long-name="Effects Presets">
       
  2803       <unit bldFile="os/mm/devsoundextensions/effectspresets/group"/>
       
  2804      </component>
       
  2805      <component name="globalaudiosettings" long-name="Global Audio Settings">
       
  2806       <unit bldFile="os/mm/devsoundextensions/globalaudiosettings/group"/>
       
  2807      </component>
       
  2808      <component name="mmextfw" long-name="MM Ext Framework">
       
  2809       <unit bldFile="os/mm/devsoundextensions/mmextfw/group"/>
       
  2810      </component>
       
  2811      <component name="mmfcustominterfaces" long-name="MMF Custom Interfaces">
       
  2812       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/group"/>
       
  2813      </component>
       
  2814      <component name="mmfdevsoundserverplatsec" long-name="MMF DevSound Server PlatSec">
       
  2815       <unit bldFile="os/mm/devsoundextensions/mmfdevsoundserverplatsec/group"/>
       
  2816      </component>
       
  2817      <component name="restrictedaudiooutput" long-name="Restricted Audio Output">
       
  2818       <unit bldFile="os/mm/devsoundextensions/restrictedaudiooutput/group"/>
       
  2819      </component>
       
  2820      <component name="telephonyaudiorouting" long-name="Telephony Audio Routing">
       
  2821       <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/group"/>
       
  2822      </component>
       
  2823      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2824      <component name="AddedDevSoundControlMsgHdlr" long-name="AddedDevSoundControlMsgHdlr">
       
  2825       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2826       <unit bldFile="os/mm/devsoundextensions/addeddevsoundcontrol/AddedDevSoundControlMsgHdlr/Group"/>
       
  2827      </component>
       
  2828      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2829      <component name="AddedDevSoundControlProxy" long-name="AddedDevSoundControlProxy">
       
  2830       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2831       <unit bldFile="os/mm/devsoundextensions/addeddevsoundcontrol/AddedDevSoundControlProxy/Group"/>
       
  2832      </component>
       
  2833      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2834      <component name="AudioInputBase" long-name="AudioInputBase">
       
  2835       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2836       <unit bldFile="os/mm/devsoundextensions/audiorouting/Input/AudioInputBase/group"/>
       
  2837      </component>
       
  2838      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2839      <component name="AudioInputMessageHandler" long-name="AudioInputMessageHandler">
       
  2840       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2841       <unit bldFile="os/mm/devsoundextensions/audiorouting/Input/AudioInputMessageHandler/Group"/>
       
  2842      </component>
       
  2843      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2844      <component name="AudioInputProxy" long-name="AudioInputProxy">
       
  2845       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2846       <unit bldFile="os/mm/devsoundextensions/audiorouting/Input/AudioInputProxy/Group"/>
       
  2847      </component>
       
  2848      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2849      <component name="Input" long-name="Input">
       
  2850       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2851       <unit bldFile="os/mm/devsoundextensions/audiorouting/Input/Group"/>
       
  2852      </component>
       
  2853      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2854      <component name="AudioOutputBase" long-name="AudioOutputBase">
       
  2855       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2856       <unit bldFile="os/mm/devsoundextensions/audiorouting/Output/AudioOutputBase/group"/>
       
  2857      </component>
       
  2858      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2859      <component name="AudioOutputMessageHandler" long-name="AudioOutputMessageHandler">
       
  2860       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2861       <unit bldFile="os/mm/devsoundextensions/audiorouting/Output/AudioOutputMessageHandler/Group"/>
       
  2862      </component>
       
  2863      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2864      <component name="AudioOutputProxy" long-name="AudioOutputProxy">
       
  2865       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2866       <unit bldFile="os/mm/devsoundextensions/audiorouting/Output/AudioOutputProxy/Group"/>
       
  2867      </component>
       
  2868      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2869      <component name="Output" long-name="Output">
       
  2870       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2871       <unit bldFile="os/mm/devsoundextensions/audiorouting/Output/Group"/>
       
  2872      </component>
       
  2873      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2874      <component name="ciextnclientplugin" long-name="ciextnclientplugin">
       
  2875       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2876       <unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/ciextnclientplugin/group"/>
       
  2877      </component>
       
  2878      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2879      <component name="ciextnserverplugin" long-name="ciextnserverplugin">
       
  2880       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2881       <unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/ciextnserverplugin/group"/>
       
  2882      </component>
       
  2883      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2884      <component name="ciplatformfactoryplugin" long-name="ciplatformfactoryplugin">
       
  2885       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2886       <unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/ciplatformfactoryplugin/group"/>
       
  2887      </component>
       
  2888      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2889      <component name="ciplatformmsghndlrplugin" long-name="ciplatformmsghndlrplugin">
       
  2890       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2891       <unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/ciplatformmsghndlrplugin/group"/>
       
  2892      </component>
       
  2893      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2894      <component name="DRMPlayServer" long-name="DRMPlayServer">
       
  2895       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2896       <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/DRMPlayServer/group"/>
       
  2897      </component>
       
  2898      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2899      <component name="DRMPlayUtility" long-name="DRMPlayUtility">
       
  2900       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2901       <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/DRMPlayUtility/group"/>
       
  2902      </component>
       
  2903      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2904      <component name="AudioEqualizerEffect" long-name="AudioEqualizerEffect">
       
  2905       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2906       <unit bldFile="os/mm/devsoundextensions/effects/AudioEqualizer/AudioEqualizerEffect/Group"/>
       
  2907      </component>
       
  2908      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2909      <component name="AudioEqualizerMessageHandler" long-name="AudioEqualizerMessageHandler">
       
  2910       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2911       <unit bldFile="os/mm/devsoundextensions/effects/AudioEqualizer/AudioEqualizerMessageHandler/Group"/>
       
  2912      </component>
       
  2913      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2914      <component name="AudioEqualizerProxy" long-name="AudioEqualizerProxy">
       
  2915       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2916       <unit bldFile="os/mm/devsoundextensions/effects/AudioEqualizer/AudioEqualizerProxy/Group"/>
       
  2917      </component>
       
  2918      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2919      <component name="BassBoostEffect" long-name="BassBoostEffect">
       
  2920       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2921       <unit bldFile="os/mm/devsoundextensions/effects/BassBoost/BassBoostEffect/Group"/>
       
  2922      </component>
       
  2923      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2924      <component name="BassBoostMessageHandler" long-name="BassBoostMessageHandler">
       
  2925       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2926       <unit bldFile="os/mm/devsoundextensions/effects/BassBoost/BassBoostMessageHandler/Group"/>
       
  2927      </component>
       
  2928      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2929      <component name="BassBoostProxy" long-name="BassBoostProxy">
       
  2930       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2931       <unit bldFile="os/mm/devsoundextensions/effects/BassBoost/BassBoostProxy/Group"/>
       
  2932      </component>
       
  2933      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2934      <component name="DistanceAttenuationEffect" long-name="DistanceAttenuationEffect">
       
  2935       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2936       <unit bldFile="os/mm/devsoundextensions/effects/DistAtten/DistanceAttenuationEffect/Group"/>
       
  2937      </component>
       
  2938      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2939      <component name="DistanceAttenuationMessageHandler" long-name="DistanceAttenuationMessageHandler">
       
  2940       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2941       <unit bldFile="os/mm/devsoundextensions/effects/DistAtten/DistanceAttenuationMessageHandler/Group"/>
       
  2942      </component>
       
  2943      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2944      <component name="DistanceAttenuationProxy" long-name="DistanceAttenuationProxy">
       
  2945       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2946       <unit bldFile="os/mm/devsoundextensions/effects/DistAtten/DistanceAttenuationProxy/Group"/>
       
  2947      </component>
       
  2948      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2949      <component name="DopplerBase" long-name="DopplerBase">
       
  2950       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2951       <unit bldFile="os/mm/devsoundextensions/effects/DopplerBase/Group"/>
       
  2952      </component>
       
  2953      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2954      <component name="EffectBase" long-name="EffectBase">
       
  2955       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2956       <unit bldFile="os/mm/devsoundextensions/effects/EffectBase/Group"/>
       
  2957      </component>
       
  2958      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2959      <component name="EffectTest" long-name="EffectTest">
       
  2960       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2961       <unit bldFile="os/mm/devsoundextensions/effects/EffectTest"/>
       
  2962      </component>
       
  2963      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2964      <component name="EnvironmentalReverbEffect" long-name="EnvironmentalReverbEffect">
       
  2965       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2966       <unit bldFile="os/mm/devsoundextensions/effects/EnvReverb/EnvironmentalReverbEffect/Group"/>
       
  2967      </component>
       
  2968      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2969      <component name="EnvironmentalReverbMessageHandler" long-name="EnvironmentalReverbMessageHandler">
       
  2970       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2971       <unit bldFile="os/mm/devsoundextensions/effects/EnvReverb/EnvironmentalReverbMessageHandler/Group"/>
       
  2972      </component>
       
  2973      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2974      <component name="EnvironmentalReverbProxy" long-name="EnvironmentalReverbProxy">
       
  2975       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2976       <unit bldFile="os/mm/devsoundextensions/effects/EnvReverb/EnvironmentalReverbProxy/Group"/>
       
  2977      </component>
       
  2978      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2979      <component name="ListenerDopplerEffect" long-name="ListenerDopplerEffect">
       
  2980       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2981       <unit bldFile="os/mm/devsoundextensions/effects/ListDoppler/ListenerDopplerEffect/Group"/>
       
  2982      </component>
       
  2983      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2984      <component name="ListenerDopplerMessageHandler" long-name="ListenerDopplerMessageHandler">
       
  2985       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2986       <unit bldFile="os/mm/devsoundextensions/effects/ListDoppler/ListenerDopplerMessageHandler/Group"/>
       
  2987      </component>
       
  2988      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2989      <component name="ListenerDopplerProxy" long-name="ListenerDopplerProxy">
       
  2990       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2991       <unit bldFile="os/mm/devsoundextensions/effects/ListDoppler/ListenerDopplerProxy/Group"/>
       
  2992      </component>
       
  2993      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2994      <component name="ListenerLocationEffect" long-name="ListenerLocationEffect">
       
  2995       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  2996       <unit bldFile="os/mm/devsoundextensions/effects/ListLocation/ListenerLocationEffect/Group"/>
       
  2997      </component>
       
  2998      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  2999      <component name="ListenerLocationMessageHandler" long-name="ListenerLocationMessageHandler">
       
  3000       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3001       <unit bldFile="os/mm/devsoundextensions/effects/ListLocation/ListenerLocationMessageHandler/Group"/>
       
  3002      </component>
       
  3003      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3004      <component name="ListenerLocationProxy" long-name="ListenerLocationProxy">
       
  3005       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3006       <unit bldFile="os/mm/devsoundextensions/effects/ListLocation/ListenerLocationProxy/Group"/>
       
  3007      </component>
       
  3008      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3009      <component name="ListenerOrientationEffect" long-name="ListenerOrientationEffect">
       
  3010       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3011       <unit bldFile="os/mm/devsoundextensions/effects/ListOrient/ListenerOrientationEffect/Group"/>
       
  3012      </component>
       
  3013      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3014      <component name="ListenerOrientationMessageHandler" long-name="ListenerOrientationMessageHandler">
       
  3015       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3016       <unit bldFile="os/mm/devsoundextensions/effects/ListOrient/ListenerOrientationMessageHandler/Group"/>
       
  3017      </component>
       
  3018      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3019      <component name="ListenerOrientationProxy" long-name="ListenerOrientationProxy">
       
  3020       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3021       <unit bldFile="os/mm/devsoundextensions/effects/ListOrient/ListenerOrientationProxy/Group"/>
       
  3022      </component>
       
  3023      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3024      <component name="LocationBase" long-name="LocationBase">
       
  3025       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3026       <unit bldFile="os/mm/devsoundextensions/effects/LocationBase/Group"/>
       
  3027      </component>
       
  3028      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3029      <component name="LoudnessEffect" long-name="LoudnessEffect">
       
  3030       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3031       <unit bldFile="os/mm/devsoundextensions/effects/Loudness/LoudnessEffect/Group"/>
       
  3032      </component>
       
  3033      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3034      <component name="LoudnessMessageHandler" long-name="LoudnessMessageHandler">
       
  3035       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3036       <unit bldFile="os/mm/devsoundextensions/effects/Loudness/LoudnessMessageHandler/Group"/>
       
  3037      </component>
       
  3038      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3039      <component name="LoudnessProxy" long-name="LoudnessProxy">
       
  3040       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3041       <unit bldFile="os/mm/devsoundextensions/effects/Loudness/LoudnessProxy/Group"/>
       
  3042      </component>
       
  3043      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3044      <component name="OrientationBase" long-name="OrientationBase">
       
  3045       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3046       <unit bldFile="os/mm/devsoundextensions/effects/OrientationBase/Group"/>
       
  3047      </component>
       
  3048      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3049      <component name="RoomLevelEffect" long-name="RoomLevelEffect">
       
  3050       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3051       <unit bldFile="os/mm/devsoundextensions/effects/RoomLevel/RoomLevelEffect/Group"/>
       
  3052      </component>
       
  3053      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3054      <component name="RoomLevelMessageHandler" long-name="RoomLevelMessageHandler">
       
  3055       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3056       <unit bldFile="os/mm/devsoundextensions/effects/RoomLevel/RoomLevelMessageHandler/Group"/>
       
  3057      </component>
       
  3058      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3059      <component name="RoomLevelProxy" long-name="RoomLevelProxy">
       
  3060       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3061       <unit bldFile="os/mm/devsoundextensions/effects/RoomLevel/RoomLevelProxy/Group"/>
       
  3062      </component>
       
  3063      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3064      <component name="SourceDopplerEffect" long-name="SourceDopplerEffect">
       
  3065       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3066       <unit bldFile="os/mm/devsoundextensions/effects/SrcDoppler/SourceDopplerEffect/Group"/>
       
  3067      </component>
       
  3068      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3069      <component name="SourceDopplerMessageHandler" long-name="SourceDopplerMessageHandler">
       
  3070       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3071       <unit bldFile="os/mm/devsoundextensions/effects/SrcDoppler/SourceDopplerMessageHandler/Group"/>
       
  3072      </component>
       
  3073      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3074      <component name="SourceDopplerProxy" long-name="SourceDopplerProxy">
       
  3075       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3076       <unit bldFile="os/mm/devsoundextensions/effects/SrcDoppler/SourceDopplerProxy/Group"/>
       
  3077      </component>
       
  3078      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3079      <component name="SourceLocationEffect" long-name="SourceLocationEffect">
       
  3080       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3081       <unit bldFile="os/mm/devsoundextensions/effects/SrcLocation/SourceLocationEffect/Group"/>
       
  3082      </component>
       
  3083      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3084      <component name="SourceLocationMessageHandler" long-name="SourceLocationMessageHandler">
       
  3085       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3086       <unit bldFile="os/mm/devsoundextensions/effects/SrcLocation/SourceLocationMessageHandler/Group"/>
       
  3087      </component>
       
  3088      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3089      <component name="SourceLocationProxy" long-name="SourceLocationProxy">
       
  3090       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3091       <unit bldFile="os/mm/devsoundextensions/effects/SrcLocation/SourceLocationProxy/Group"/>
       
  3092      </component>
       
  3093      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3094      <component name="SourceOrientationEffect" long-name="SourceOrientationEffect">
       
  3095       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3096       <unit bldFile="os/mm/devsoundextensions/effects/SrcOrientation/SourceOrientationEffect/Group"/>
       
  3097      </component>
       
  3098      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3099      <component name="SourceOrientationMessageHandler" long-name="SourceOrientationMessageHandler">
       
  3100       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3101       <unit bldFile="os/mm/devsoundextensions/effects/SrcOrientation/SourceOrientationMessageHandler/Group"/>
       
  3102      </component>
       
  3103      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3104      <component name="SourceOrientationProxy" long-name="SourceOrientationProxy">
       
  3105       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3106       <unit bldFile="os/mm/devsoundextensions/effects/SrcOrientation/SourceOrientationProxy/Group"/>
       
  3107      </component>
       
  3108      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3109      <component name="StereoWideningEffect" long-name="StereoWideningEffect">
       
  3110       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3111       <unit bldFile="os/mm/devsoundextensions/effects/StereoWidening/StereoWideningEffect/Group"/>
       
  3112      </component>
       
  3113      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3114      <component name="StereoWideningMessageHandler" long-name="StereoWideningMessageHandler">
       
  3115       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3116       <unit bldFile="os/mm/devsoundextensions/effects/StereoWidening/StereoWideningMessageHandler/Group"/>
       
  3117      </component>
       
  3118      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3119      <component name="StereoWideningProxy" long-name="StereoWideningProxy">
       
  3120       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3121       <unit bldFile="os/mm/devsoundextensions/effects/StereoWidening/StereoWideningProxy/Group"/>
       
  3122      </component>
       
  3123      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3124      <component name="AudioEqualizerUtility" long-name="AudioEqualizerUtility">
       
  3125       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3126       <unit bldFile="os/mm/devsoundextensions/effectspresets/AudioEqualizerUtility/group"/>
       
  3127      </component>
       
  3128      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3129      <component name="EnvironmentalReverbUtility" long-name="EnvironmentalReverbUtility">
       
  3130       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3131       <unit bldFile="os/mm/devsoundextensions/effectspresets/EnvironmentalReverbUtility/group"/>
       
  3132      </component>
       
  3133      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3134      <component name="StereoWideningUtility" long-name="StereoWideningUtility">
       
  3135       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3136       <unit bldFile="os/mm/devsoundextensions/effectspresets/StereoWideningUtility/group"/>
       
  3137      </component>
       
  3138      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3139      <component name="devsoundextensions" long-name="devsoundextensions">
       
  3140       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3141       <unit bldFile="os/mm/devsoundextensions/group"/>
       
  3142      </component>
       
  3143      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3144      <component name="customcommandutility" long-name="customcommandutility">
       
  3145       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3146       <unit bldFile="os/mm/devsoundextensions/mmextfw/customcommandutility/Group"/>
       
  3147      </component>
       
  3148      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3149      <component name="CustomInterfaceBuilder" long-name="CustomInterfaceBuilder">
       
  3150       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3151       <unit bldFile="os/mm/devsoundextensions/mmextfw/custominterfaceutility/CustomInterfaceBuilder/Group"/>
       
  3152      </component>
       
  3153      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3154      <component name="CustomInterfaceUtility" long-name="CustomInterfaceUtility">
       
  3155       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3156       <unit bldFile="os/mm/devsoundextensions/mmextfw/custominterfaceutility/CustomInterfaceUtility/Group"/>
       
  3157      </component>
       
  3158      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3159      <component name="custominterfaceutility" long-name="custominterfaceutility">
       
  3160       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3161       <unit bldFile="os/mm/devsoundextensions/mmextfw/custominterfaceutility/Group"/>
       
  3162      </component>
       
  3163      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3164      <component name="AacDecoderConfig" long-name="AacDecoderConfig">
       
  3165       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3166       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/AacDecoderConfig/AacDecoderConfig/group"/>
       
  3167       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3168       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/AacDecoderConfig/Group"/>
       
  3169      </component>
       
  3170      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3171      <component name="AacDecoderConfigMsgHdlr" long-name="AacDecoderConfigMsgHdlr">
       
  3172       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3173       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/AacDecoderConfig/AacDecoderConfigMsgHdlr/Group"/>
       
  3174      </component>
       
  3175      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3176      <component name="AacDecoderConfigProxy" long-name="AacDecoderConfigProxy">
       
  3177       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3178       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/AacDecoderConfig/AacDecoderConfigProxy/Group"/>
       
  3179      </component>
       
  3180      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3181      <component name="AudioVibraControl" long-name="AudioVibraControl">
       
  3182       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3183       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/AudioVibraControl/AudioVibraControl/group"/>
       
  3184       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3185       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/AudioVibraControl/Group"/>
       
  3186      </component>
       
  3187      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3188      <component name="AudioVibraControlMsgHdlr" long-name="AudioVibraControlMsgHdlr">
       
  3189       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3190       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/AudioVibraControl/AudioVibraControlMsgHdlr/Group"/>
       
  3191      </component>
       
  3192      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3193      <component name="AudioVibraControlProxy" long-name="AudioVibraControlProxy">
       
  3194       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3195       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/AudioVibraControl/AudioVibraControlProxy/Group"/>
       
  3196      </component>
       
  3197      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3198      <component name="EAacPlusDecoderIntfc" long-name="EAacPlusDecoderIntfc">
       
  3199       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3200       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/EAacPlusDecoderIntfc/EAacPlusDecoderIntfc/Group"/>
       
  3201       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3202       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/EAacPlusDecoderIntfc/Group"/>
       
  3203      </component>
       
  3204      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3205      <component name="EAacPlusDecoderIntfcMsgHdlr" long-name="EAacPlusDecoderIntfcMsgHdlr">
       
  3206       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3207       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/EAacPlusDecoderIntfc/EAacPlusDecoderIntfcMsgHdlr/Group"/>
       
  3208      </component>
       
  3209      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3210      <component name="EAacPlusDecoderIntfcProxy" long-name="EAacPlusDecoderIntfcProxy">
       
  3211       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3212       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/EAacPlusDecoderIntfc/EAacPlusDecoderIntfcProxy/Group"/>
       
  3213      </component>
       
  3214      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3215      <component name="ErrorConcealmentIntfc" long-name="ErrorConcealmentIntfc">
       
  3216       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3217       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/ErrConcealmentIntfc/ErrorConcealmentIntfc/group"/>
       
  3218      </component>
       
  3219      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3220      <component name="ErrorConcealmentIntfcMsgHdlr" long-name="ErrorConcealmentIntfcMsgHdlr">
       
  3221       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3222       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/ErrConcealmentIntfc/ErrorConcealmentIntfcMsgHdlr/Group"/>
       
  3223      </component>
       
  3224      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3225      <component name="ErrorConcealmentIntfcProxy" long-name="ErrorConcealmentIntfcProxy">
       
  3226       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3227       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/ErrConcealmentIntfc/ErrorConcealmentIntfcProxy/Group"/>
       
  3228      </component>
       
  3229      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3230      <component name="ErrConcealmentIntfc" long-name="ErrConcealmentIntfc">
       
  3231       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3232       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/ErrConcealmentIntfc/Group"/>
       
  3233      </component>
       
  3234      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3235      <component name="G711DecoderIntfc" long-name="G711DecoderIntfc">
       
  3236       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3237       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G711DecoderIntfc/G711DecoderIntfc/group"/>
       
  3238       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3239       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G711DecoderIntfc/Group"/>
       
  3240      </component>
       
  3241      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3242      <component name="G711DecoderIntfcMsgHdlr" long-name="G711DecoderIntfcMsgHdlr">
       
  3243       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3244       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G711DecoderIntfc/G711DecoderIntfcMsgHdlr/Group"/>
       
  3245      </component>
       
  3246      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3247      <component name="G711DecoderIntfcProxy" long-name="G711DecoderIntfcProxy">
       
  3248       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3249       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G711DecoderIntfc/G711DecoderIntfcProxy/Group"/>
       
  3250      </component>
       
  3251      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3252      <component name="G711EncoderIntfc" long-name="G711EncoderIntfc">
       
  3253       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3254       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G711EncoderIntfc/G711EncoderIntfc/group"/>
       
  3255       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3256       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G711EncoderIntfc/Group"/>
       
  3257      </component>
       
  3258      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3259      <component name="G711EncoderIntfcMsgHdlr" long-name="G711EncoderIntfcMsgHdlr">
       
  3260       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3261       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G711EncoderIntfc/G711EncoderIntfcMsgHdlr/Group"/>
       
  3262      </component>
       
  3263      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3264      <component name="G711EncoderIntfcProxy" long-name="G711EncoderIntfcProxy">
       
  3265       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3266       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G711EncoderIntfc/G711EncoderIntfcProxy/Group"/>
       
  3267      </component>
       
  3268      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3269      <component name="G729DecoderIntfc" long-name="G729DecoderIntfc">
       
  3270       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3271       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G729DecoderIntfc/G729DecoderIntfc/group"/>
       
  3272       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3273       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G729DecoderIntfc/Group"/>
       
  3274      </component>
       
  3275      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3276      <component name="G729DecoderIntfcMsgHdlr" long-name="G729DecoderIntfcMsgHdlr">
       
  3277       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3278       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G729DecoderIntfc/G729DecoderIntfcMsgHdlr/Group"/>
       
  3279      </component>
       
  3280      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3281      <component name="G729DecoderIntfcProxy" long-name="G729DecoderIntfcProxy">
       
  3282       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3283       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G729DecoderIntfc/G729DecoderIntfcProxy/Group"/>
       
  3284      </component>
       
  3285      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3286      <component name="G729EncoderIntfc" long-name="G729EncoderIntfc">
       
  3287       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3288       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G729EncoderIntfc/G729EncoderIntfc/group"/>
       
  3289       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3290       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G729EncoderIntfc/Group"/>
       
  3291      </component>
       
  3292      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3293      <component name="G729EncoderIntfcMsgHdlr" long-name="G729EncoderIntfcMsgHdlr">
       
  3294       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3295       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G729EncoderIntfc/G729EncoderIntfcMsgHdlr/Group"/>
       
  3296      </component>
       
  3297      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3298      <component name="G729EncoderIntfcProxy" long-name="G729EncoderIntfcProxy">
       
  3299       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3300       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/G729EncoderIntfc/G729EncoderIntfcProxy/Group"/>
       
  3301      </component>
       
  3302      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3303      <component name="IlbcDecoderIntfc" long-name="IlbcDecoderIntfc">
       
  3304       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3305       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/IlbcDecoderIntfc/Group"/>
       
  3306       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3307       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/IlbcDecoderIntfc/IlbcDecoderIntfc/group"/>
       
  3308      </component>
       
  3309      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3310      <component name="IlbcDecoderIntfcMsgHdlr" long-name="IlbcDecoderIntfcMsgHdlr">
       
  3311       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3312       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/IlbcDecoderIntfc/IlbcDecoderIntfcMsgHdlr/Group"/>
       
  3313      </component>
       
  3314      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3315      <component name="IlbcDecoderIntfcProxy" long-name="IlbcDecoderIntfcProxy">
       
  3316       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3317       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/IlbcDecoderIntfc/IlbcDecoderIntfcProxy/Group"/>
       
  3318      </component>
       
  3319      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3320      <component name="IlbcEncoderIntfc" long-name="IlbcEncoderIntfc">
       
  3321       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3322       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/IlbcEncoderIntfc/Group"/>
       
  3323       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3324       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/IlbcEncoderIntfc/IlbcEncoderIntfc/group"/>
       
  3325      </component>
       
  3326      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3327      <component name="IlbcEncoderIntfcMsgHdlr" long-name="IlbcEncoderIntfcMsgHdlr">
       
  3328       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3329       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/IlbcEncoderIntfc/IlbcEncoderIntfcMsgHdlr/Group"/>
       
  3330      </component>
       
  3331      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3332      <component name="IlbcEncoderIntfcProxy" long-name="IlbcEncoderIntfcProxy">
       
  3333       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3334       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/IlbcEncoderIntfc/IlbcEncoderIntfcProxy/Group"/>
       
  3335      </component>
       
  3336      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3337      <component name="Ra8DecoderIntfc" long-name="Ra8DecoderIntfc">
       
  3338       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3339       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/Ra8DecoderIntfc/Group"/>
       
  3340       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3341       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/Ra8DecoderIntfc/Ra8DecoderIntfc/Group"/>
       
  3342      </component>
       
  3343      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3344      <component name="Ra8DecoderIntfcMsgHdlr" long-name="Ra8DecoderIntfcMsgHdlr">
       
  3345       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3346       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/Ra8DecoderIntfc/Ra8DecoderIntfcMsgHdlr/Group"/>
       
  3347      </component>
       
  3348      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3349      <component name="Ra8DecoderIntfcProxy" long-name="Ra8DecoderIntfcProxy">
       
  3350       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3351       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/Ra8DecoderIntfc/Ra8DecoderIntfcProxy/Group"/>
       
  3352      </component>
       
  3353      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3354      <component name="SbcEncoderIntfc" long-name="SbcEncoderIntfc">
       
  3355       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3356       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/Group"/>
       
  3357       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3358       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfc/Group"/>
       
  3359      </component>
       
  3360      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3361      <component name="SbcEncoderIntfcMsgHdlr" long-name="SbcEncoderIntfcMsgHdlr">
       
  3362       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3363       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfcMsgHdlr/Group"/>
       
  3364      </component>
       
  3365      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3366      <component name="SbcEncoderIntfcProxy" long-name="SbcEncoderIntfcProxy">
       
  3367       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3368       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfcProxy/Group"/>
       
  3369      </component>
       
  3370      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3371      <component name="SpeechEncoderConfig" long-name="SpeechEncoderConfig">
       
  3372       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3373       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/SpeechEncoderConfig/Group"/>
       
  3374       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3375       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/SpeechEncoderConfig/SpeechEncoderConfig/group"/>
       
  3376      </component>
       
  3377      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3378      <component name="SpeechEncoderConfigMsgHdlr" long-name="SpeechEncoderConfigMsgHdlr">
       
  3379       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3380       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/SpeechEncoderConfig/SpeechEncoderConfigMsgHdlr/Group"/>
       
  3381      </component>
       
  3382      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3383      <component name="SpeechEncoderConfigProxy" long-name="SpeechEncoderConfigProxy">
       
  3384       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3385       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/SpeechEncoderConfig/SpeechEncoderConfigProxy/Group"/>
       
  3386      </component>
       
  3387      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3388      <component name="WmaDecoderIntfc" long-name="WmaDecoderIntfc">
       
  3389       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3390       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/WmaDecoderIntfc/Group"/>
       
  3391       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3392       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/WmaDecoderIntfc/WmaDecoderIntfc/Group"/>
       
  3393      </component>
       
  3394      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3395      <component name="WmaDecoderIntfcMsgHdlr" long-name="WmaDecoderIntfcMsgHdlr">
       
  3396       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3397       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/WmaDecoderIntfc/WmaDecoderIntfcMsgHdlr/Group"/>
       
  3398      </component>
       
  3399      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3400      <component name="WmaDecoderIntfcProxy" long-name="WmaDecoderIntfcProxy">
       
  3401       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3402       <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/WmaDecoderIntfc/WmaDecoderIntfcProxy/Group"/>
       
  3403      </component>
       
  3404      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3405      <component name="mmfdevsoundadaptation" long-name="mmfdevsoundadaptation">
       
  3406       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3407       <unit bldFile="os/mm/devsoundextensions/mmfdevsoundserverplatsec/mmfdevsoundadaptation/group"/>
       
  3408      </component>
       
  3409      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3410      <component name="RestrictedAudioOutputBase" long-name="RestrictedAudioOutputBase">
       
  3411       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3412       <unit bldFile="os/mm/devsoundextensions/restrictedaudiooutput/RestrictedAudioOutputBase/group"/>
       
  3413      </component>
       
  3414      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3415      <component name="RestrictedAudioOutputMessageHandler" long-name="RestrictedAudioOutputMessageHandler">
       
  3416       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3417       <unit bldFile="os/mm/devsoundextensions/restrictedaudiooutput/RestrictedAudioOutputMessageHandler/Group"/>
       
  3418      </component>
       
  3419      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3420      <component name="RestrictedAudioOutputProxy" long-name="RestrictedAudioOutputProxy">
       
  3421       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3422       <unit bldFile="os/mm/devsoundextensions/restrictedaudiooutput/RestrictedAudioOutputProxy/Group"/>
       
  3423      </component>
       
  3424      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3425      <component name="Server" long-name="Server">
       
  3426       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3427       <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/Server/Group"/>
       
  3428      </component>
       
  3429      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3430      <component name="Session" long-name="Session">
       
  3431       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3432       <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/Session/Group"/>
       
  3433      </component>
       
  3434      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3435      <component name="TelephonyAudioRoutingBase" long-name="TelephonyAudioRoutingBase">
       
  3436       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3437       <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingBase/group"/>
       
  3438      </component>
       
  3439      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3440      <component name="TelephonyAudioRoutingManager" long-name="TelephonyAudioRoutingManager">
       
  3441       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3442       <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/group"/>
       
  3443      </component>
       
  3444     </collection>
       
  3445     <collection name="mdfdevvideoextensions" long-name="MDF devvideo Extensions" level="device-fw">
       
  3446      <component name="arm_mdf_postprocessor" long-name="ARM MDF Postprocessor">
       
  3447       <unit bldFile="os/mm/mdfdevvideoextensions/arm_mdf_postprocessor/group"/>
       
  3448      </component>
       
  3449      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3450      <component name="MdfPostProcDevice" long-name="MdfPostProcDevice">
       
  3451       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3452       <unit bldFile="os/mm/mdfdevvideoextensions/arm_mdf_postprocessor/PostProcessor/MdfPostProcDevice/group"/>
       
  3453      </component>
       
  3454      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3455      <component name="MdfPostProcProxy" long-name="MdfPostProcProxy">
       
  3456       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3457       <unit bldFile="os/mm/mdfdevvideoextensions/arm_mdf_postprocessor/PostProcessor/MdfPostProcProxy/group"/>
       
  3458      </component>
       
  3459      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3460      <component name="PostProcessing" long-name="PostProcessing">
       
  3461       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3462       <unit bldFile="os/mm/mdfdevvideoextensions/arm_mdf_postprocessor/PostProcessor/PostProcessing/group"/>
       
  3463      </component>
       
  3464      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3465      <component name="mdfdevvideoextensions" long-name="mdfdevvideoextensions">
       
  3466       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3467       <unit bldFile="os/mm/mdfdevvideoextensions/group"/>
       
  3468      </component>
       
  3469     </collection>
       
  3470     <collection name="mm_info" long-name="Multimedia Info" level="app-if">
       
  3471      <component name="mmdocs" long-name="Multimedia Documentation">
       
  3472       <unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
       
  3473      </component>
       
  3474     </collection>
       
  3475     <collection name="videoadaptationextensions" long-name="Video Adaptation Extensions" level="adaptation">
       
  3476      <component name="postingsurface" long-name="Posting Surface">
       
  3477       <unit bldFile="os/mm/videoadaptationextensions/postingsurface/group"/>
       
  3478      </component>
       
  3479      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3480      <component name="videoadaptationextensions" long-name="videoadaptationextensions">
       
  3481       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3482       <unit bldFile="os/mm/videoadaptationextensions/group"/>
       
  3483      </component>
       
  3484     </collection>
       
  3485     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  3486     <collection name="mm" long-name="mm">
       
  3487      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3488      <component name="mm" long-name="mm">
       
  3489       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3490       <unit bldFile="os/mm/group"/>
       
  3491      </component>
       
  3492     </collection>
       
  3493     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  3494     <collection name="audio" long-name="audio">
       
  3495      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3496      <component name="AacEncoderPlugin" long-name="AacEncoderPlugin">
       
  3497       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3498       <unit bldFile="os/mm/audio/ARM_CMMF_codecs/AacEncoderPlugin/Group"/>
       
  3499      </component>
       
  3500      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3501      <component name="AmrNbCodecPlugin" long-name="AmrNbCodecPlugin">
       
  3502       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3503       <unit bldFile="os/mm/audio/ARM_CMMF_codecs/AmrNbCodecPlugin/Group"/>
       
  3504      </component>
       
  3505      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3506      <component name="AmrWbCodecPlugin" long-name="AmrWbCodecPlugin">
       
  3507       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3508       <unit bldFile="os/mm/audio/ARM_CMMF_codecs/AmrWbCodecPlugin/Group"/>
       
  3509      </component>
       
  3510      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3511      <component name="EAacPlusCodecPlugin" long-name="EAacPlusCodecPlugin">
       
  3512       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3513       <unit bldFile="os/mm/audio/ARM_CMMF_codecs/EAacPlusCodecPlugin/Group"/>
       
  3514      </component>
       
  3515      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3516      <component name="EAacPlusUtil" long-name="EAacPlusUtil">
       
  3517       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3518       <unit bldFile="os/mm/audio/ARM_CMMF_codecs/EAacPlusUtil/group"/>
       
  3519      </component>
       
  3520      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3521      <component name="FrameTable" long-name="FrameTable">
       
  3522       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3523       <unit bldFile="os/mm/audio/ARM_CMMF_codecs/FrameTable/Group"/>
       
  3524      </component>
       
  3525      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3526      <component name="ARM_CMMF_codecs" long-name="ARM_CMMF_codecs">
       
  3527       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3528       <unit bldFile="os/mm/audio/ARM_CMMF_codecs/group"/>
       
  3529      </component>
       
  3530      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3531      <component name="MP3CodecPlugin" long-name="MP3CodecPlugin">
       
  3532       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3533       <unit bldFile="os/mm/audio/ARM_CMMF_codecs/MP3CodecPlugin/Group"/>
       
  3534      </component>
       
  3535      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3536      <component name="WMADecoderPlugin" long-name="WMADecoderPlugin">
       
  3537       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3538       <unit bldFile="os/mm/audio/ARM_CMMF_codecs/WMADecoderPlugin/Group"/>
       
  3539      </component>
       
  3540     </collection>
       
  3541     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  3542     <collection name="mm_plat" long-name="mm_plat">
       
  3543      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3544      <component name="aac_decoder_config_api" long-name="aac_decoder_config_api">
       
  3545       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3546       <unit bldFile="os/mm/mm_plat/aac_decoder_config_api/group"/>
       
  3547      </component>
       
  3548      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3549      <component name="aac_decoder_config_msg_hdlr_api" long-name="aac_decoder_config_msg_hdlr_api">
       
  3550       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3551       <unit bldFile="os/mm/mm_plat/aac_decoder_config_msg_hdlr_api/group"/>
       
  3552      </component>
       
  3553      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3554      <component name="aac_decoder_config_proxy_api" long-name="aac_decoder_config_proxy_api">
       
  3555       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3556       <unit bldFile="os/mm/mm_plat/aac_decoder_config_proxy_api/group"/>
       
  3557      </component>
       
  3558      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3559      <component name="added_devsound_control_api" long-name="added_devsound_control_api">
       
  3560       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3561       <unit bldFile="os/mm/mm_plat/added_devsound_control_api/group"/>
       
  3562      </component>
       
  3563      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3564      <component name="added_devsound_control_msg_hdlr_api" long-name="added_devsound_control_msg_hdlr_api">
       
  3565       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3566       <unit bldFile="os/mm/mm_plat/added_devsound_control_msg_hdlr_api/group"/>
       
  3567      </component>
       
  3568      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3569      <component name="added_devsound_control_proxy_api" long-name="added_devsound_control_proxy_api">
       
  3570       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3571       <unit bldFile="os/mm/mm_plat/added_devsound_control_proxy_api/group"/>
       
  3572      </component>
       
  3573      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3574      <component name="audio_effects_msg_hdlr_api" long-name="audio_effects_msg_hdlr_api">
       
  3575       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3576       <unit bldFile="os/mm/mm_plat/audio_effects_msg_hdlr_api/group"/>
       
  3577      </component>
       
  3578      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3579      <component name="audio_effects_proxy_api" long-name="audio_effects_proxy_api">
       
  3580       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3581       <unit bldFile="os/mm/mm_plat/audio_effects_proxy_api/group"/>
       
  3582      </component>
       
  3583      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3584      <component name="audio_policy_header_api" long-name="audio_policy_header_api">
       
  3585       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3586       <unit bldFile="os/mm/mm_plat/audio_policy_header_api/group"/>
       
  3587      </component>
       
  3588      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3589      <component name="audio_routing_api" long-name="audio_routing_api">
       
  3590       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3591       <unit bldFile="os/mm/mm_plat/audio_routing_api/group"/>
       
  3592      </component>
       
  3593      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3594      <component name="audio_routing_msg_hdlr_api" long-name="audio_routing_msg_hdlr_api">
       
  3595       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3596       <unit bldFile="os/mm/mm_plat/audio_routing_msg_hdlr_api/group"/>
       
  3597      </component>
       
  3598      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3599      <component name="audio_routing_proxy_api" long-name="audio_routing_proxy_api">
       
  3600       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3601       <unit bldFile="os/mm/mm_plat/audio_routing_proxy_api/group"/>
       
  3602      </component>
       
  3603      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3604      <component name="audio_server_factory_api" long-name="audio_server_factory_api">
       
  3605       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3606       <unit bldFile="os/mm/mm_plat/audio_server_factory_api/group"/>
       
  3607      </component>
       
  3608      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3609      <component name="audio_vibra_control_api" long-name="audio_vibra_control_api">
       
  3610       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3611       <unit bldFile="os/mm/mm_plat/audio_vibra_control_api/group"/>
       
  3612      </component>
       
  3613      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3614      <component name="audio_vibra_control_msg_hdlr_api" long-name="audio_vibra_control_msg_hdlr_api">
       
  3615       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3616       <unit bldFile="os/mm/mm_plat/audio_vibra_control_msg_hdlr_api/group"/>
       
  3617      </component>
       
  3618      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3619      <component name="audio_vibra_control_proxy_api" long-name="audio_vibra_control_proxy_api">
       
  3620       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3621       <unit bldFile="os/mm/mm_plat/audio_vibra_control_proxy_api/group"/>
       
  3622      </component>
       
  3623      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3624      <component name="audio_visualization_api" long-name="audio_visualization_api">
       
  3625       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3626       <unit bldFile="os/mm/mm_plat/audio_visualization_api/group"/>
       
  3627      </component>
       
  3628      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3629      <component name="custom_interface_builder_api" long-name="custom_interface_builder_api">
       
  3630       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3631       <unit bldFile="os/mm/mm_plat/custom_interface_builder_api/group"/>
       
  3632      </component>
       
  3633      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3634      <component name="custom_interface_message_handler_factory_api" long-name="custom_interface_message_handler_factory_api">
       
  3635       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3636       <unit bldFile="os/mm/mm_plat/custom_interface_message_handler_factory_api/group"/>
       
  3637      </component>
       
  3638      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3639      <component name="custom_interface_proxy_factory_api" long-name="custom_interface_proxy_factory_api">
       
  3640       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3641       <unit bldFile="os/mm/mm_plat/custom_interface_proxy_factory_api/group"/>
       
  3642      </component>
       
  3643      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3644      <component name="custom_interface_utility_api" long-name="custom_interface_utility_api">
       
  3645       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3646       <unit bldFile="os/mm/mm_plat/custom_interface_utility_api/group"/>
       
  3647      </component>
       
  3648      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3649      <component name="devsound_adaptation_api" long-name="devsound_adaptation_api">
       
  3650       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3651       <unit bldFile="os/mm/mm_plat/devsound_adaptation_api/group"/>
       
  3652      </component>
       
  3653      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3654      <component name="display_posting_api" long-name="display_posting_api">
       
  3655       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3656       <unit bldFile="os/mm/mm_plat/display_posting_api/group"/>
       
  3657      </component>
       
  3658      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3659      <component name="eaacplusutil_api" long-name="eaacplusutil_api">
       
  3660       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3661       <unit bldFile="os/mm/mm_plat/eaacplusutil_api/group"/>
       
  3662      </component>
       
  3663      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3664      <component name="eaac_plus_decoder_interface_api" long-name="eaac_plus_decoder_interface_api">
       
  3665       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3666       <unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_api/group"/>
       
  3667      </component>
       
  3668      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3669      <component name="eaac_plus_decoder_interface_msg_hdlr_api" long-name="eaac_plus_decoder_interface_msg_hdlr_api">
       
  3670       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3671       <unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_msg_hdlr_api/group"/>
       
  3672      </component>
       
  3673      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3674      <component name="eaac_plus_decoder_interface_proxy_api" long-name="eaac_plus_decoder_interface_proxy_api">
       
  3675       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3676       <unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_proxy_api/group"/>
       
  3677      </component>
       
  3678      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3679      <component name="error_concealment_interface_api" long-name="error_concealment_interface_api">
       
  3680       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3681       <unit bldFile="os/mm/mm_plat/error_concealment_interface_api/group"/>
       
  3682      </component>
       
  3683      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3684      <component name="error_concealment_interface_msg_hdlr_api" long-name="error_concealment_interface_msg_hdlr_api">
       
  3685       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3686       <unit bldFile="os/mm/mm_plat/error_concealment_interface_msg_hdlr_api/group"/>
       
  3687      </component>
       
  3688      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3689      <component name="error_concealment_interface_proxy_api" long-name="error_concealment_interface_proxy_api">
       
  3690       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3691       <unit bldFile="os/mm/mm_plat/error_concealment_interface_proxy_api/group"/>
       
  3692      </component>
       
  3693      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3694      <component name="fm_radio_adaptation_api" long-name="fm_radio_adaptation_api">
       
  3695       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3696       <unit bldFile="os/mm/mm_plat/fm_radio_adaptation_api/group"/>
       
  3697      </component>
       
  3698      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3699      <component name="frametable_api" long-name="frametable_api">
       
  3700       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3701       <unit bldFile="os/mm/mm_plat/frametable_api/group"/>
       
  3702      </component>
       
  3703      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3704      <component name="g711_decoder_interface_api" long-name="g711_decoder_interface_api">
       
  3705       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3706       <unit bldFile="os/mm/mm_plat/g711_decoder_interface_api/group"/>
       
  3707      </component>
       
  3708      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3709      <component name="g711_decoder_interface_msg_hdlr_api" long-name="g711_decoder_interface_msg_hdlr_api">
       
  3710       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3711       <unit bldFile="os/mm/mm_plat/g711_decoder_interface_msg_hdlr_api/group"/>
       
  3712      </component>
       
  3713      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3714      <component name="g711_decoder_interface_proxy_api" long-name="g711_decoder_interface_proxy_api">
       
  3715       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3716       <unit bldFile="os/mm/mm_plat/g711_decoder_interface_proxy_api/group"/>
       
  3717      </component>
       
  3718      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3719      <component name="g711_encoder_interface_api" long-name="g711_encoder_interface_api">
       
  3720       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3721       <unit bldFile="os/mm/mm_plat/g711_encoder_interface_api/group"/>
       
  3722      </component>
       
  3723      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3724      <component name="g711_encoder_interface_msg_hdlr_api" long-name="g711_encoder_interface_msg_hdlr_api">
       
  3725       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3726       <unit bldFile="os/mm/mm_plat/g711_encoder_interface_msg_hdlr_api/group"/>
       
  3727      </component>
       
  3728      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3729      <component name="g711_encoder_interface_proxy_api" long-name="g711_encoder_interface_proxy_api">
       
  3730       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3731       <unit bldFile="os/mm/mm_plat/g711_encoder_interface_proxy_api/group"/>
       
  3732      </component>
       
  3733      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3734      <component name="g729_decoder_interface_api" long-name="g729_decoder_interface_api">
       
  3735       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3736       <unit bldFile="os/mm/mm_plat/g729_decoder_interface_api/group"/>
       
  3737      </component>
       
  3738      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3739      <component name="g729_decoder_interface_msg_hdlr_api" long-name="g729_decoder_interface_msg_hdlr_api">
       
  3740       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3741       <unit bldFile="os/mm/mm_plat/g729_decoder_interface_msg_hdlr_api/group"/>
       
  3742      </component>
       
  3743      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3744      <component name="g729_decoder_interface_proxy_api" long-name="g729_decoder_interface_proxy_api">
       
  3745       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3746       <unit bldFile="os/mm/mm_plat/g729_decoder_interface_proxy_api/group"/>
       
  3747      </component>
       
  3748      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3749      <component name="g729_encoder_interface_api" long-name="g729_encoder_interface_api">
       
  3750       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3751       <unit bldFile="os/mm/mm_plat/g729_encoder_interface_api/group"/>
       
  3752      </component>
       
  3753      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3754      <component name="g729_encoder_interface_msg_hdlr_api" long-name="g729_encoder_interface_msg_hdlr_api">
       
  3755       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3756       <unit bldFile="os/mm/mm_plat/g729_encoder_interface_msg_hdlr_api/group"/>
       
  3757      </component>
       
  3758      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3759      <component name="g729_encoder_interface_proxy_api" long-name="g729_encoder_interface_proxy_api">
       
  3760       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3761       <unit bldFile="os/mm/mm_plat/g729_encoder_interface_proxy_api/group"/>
       
  3762      </component>
       
  3763      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3764      <component name="global_audio_settings_api" long-name="global_audio_settings_api">
       
  3765       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3766       <unit bldFile="os/mm/mm_plat/global_audio_settings_api/group"/>
       
  3767      </component>
       
  3768      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3769      <component name="global_audio_settings_definition_api" long-name="global_audio_settings_definition_api">
       
  3770       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3771       <unit bldFile="os/mm/mm_plat/global_audio_settings_definition_api/group"/>
       
  3772      </component>
       
  3773      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3774      <component name="mm_plat" long-name="mm_plat">
       
  3775       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3776       <unit bldFile="os/mm/mm_plat/group"/>
       
  3777      </component>
       
  3778      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3779      <component name="ilbc_decoder_interface_api" long-name="ilbc_decoder_interface_api">
       
  3780       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3781       <unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_api/group"/>
       
  3782      </component>
       
  3783      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3784      <component name="ilbc_decoder_interface_msg_hdlr_api" long-name="ilbc_decoder_interface_msg_hdlr_api">
       
  3785       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3786       <unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_msg_hdlr_api/group"/>
       
  3787      </component>
       
  3788      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3789      <component name="ilbc_decoder_interface_proxy_api" long-name="ilbc_decoder_interface_proxy_api">
       
  3790       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3791       <unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_proxy_api/group"/>
       
  3792      </component>
       
  3793      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3794      <component name="ilbc_encoder_interface_api" long-name="ilbc_encoder_interface_api">
       
  3795       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3796       <unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_api/group"/>
       
  3797      </component>
       
  3798      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3799      <component name="ilbc_encoder_interface_msg_hdlr_api" long-name="ilbc_encoder_interface_msg_hdlr_api">
       
  3800       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3801       <unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_msg_hdlr_api/group"/>
       
  3802      </component>
       
  3803      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3804      <component name="ilbc_encoder_interface_proxy_api" long-name="ilbc_encoder_interface_proxy_api">
       
  3805       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3806       <unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_proxy_api/group"/>
       
  3807      </component>
       
  3808      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3809      <component name="mdf_plugin_uids" long-name="mdf_plugin_uids">
       
  3810       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3811       <unit bldFile="os/mm/mm_plat/mdf_plugin_uids/group"/>
       
  3812      </component>
       
  3813      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3814      <component name="multimedia_fourcc_definitions_api" long-name="multimedia_fourcc_definitions_api">
       
  3815       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3816       <unit bldFile="os/mm/mm_plat/multimedia_fourcc_definitions_api/group"/>
       
  3817      </component>
       
  3818      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3819      <component name="nokia_audio_policy_header_api" long-name="nokia_audio_policy_header_api">
       
  3820       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3821       <unit bldFile="os/mm/mm_plat/nokia_audio_policy_header_api/group"/>
       
  3822      </component>
       
  3823      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3824      <component name="nokia_multimedia_fourcc_definitions_api" long-name="nokia_multimedia_fourcc_definitions_api">
       
  3825       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3826       <unit bldFile="os/mm/mm_plat/nokia_multimedia_fourcc_definitions_api/group"/>
       
  3827      </component>
       
  3828      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3829      <component name="ra8_decoder_interface_api" long-name="ra8_decoder_interface_api">
       
  3830       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3831       <unit bldFile="os/mm/mm_plat/ra8_decoder_interface_api/group"/>
       
  3832      </component>
       
  3833      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3834      <component name="ra8_decoder_interface_msg_hdlr_api" long-name="ra8_decoder_interface_msg_hdlr_api">
       
  3835       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3836       <unit bldFile="os/mm/mm_plat/ra8_decoder_interface_msg_hdlr_api/group"/>
       
  3837      </component>
       
  3838      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3839      <component name="ra8_decoder_interface_proxy_api" long-name="ra8_decoder_interface_proxy_api">
       
  3840       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3841       <unit bldFile="os/mm/mm_plat/ra8_decoder_interface_proxy_api/group"/>
       
  3842      </component>
       
  3843      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3844      <component name="rds_adaptation_api" long-name="rds_adaptation_api">
       
  3845       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3846       <unit bldFile="os/mm/mm_plat/rds_adaptation_api/group"/>
       
  3847      </component>
       
  3848      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3849      <component name="restricted_audio_output_api" long-name="restricted_audio_output_api">
       
  3850       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3851       <unit bldFile="os/mm/mm_plat/restricted_audio_output_api/group"/>
       
  3852      </component>
       
  3853      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3854      <component name="restricted_audio_output_msg_hdlr_api" long-name="restricted_audio_output_msg_hdlr_api">
       
  3855       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3856       <unit bldFile="os/mm/mm_plat/restricted_audio_output_msg_hdlr_api/group"/>
       
  3857      </component>
       
  3858      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3859      <component name="restricted_audio_output_proxy_api" long-name="restricted_audio_output_proxy_api">
       
  3860       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3861       <unit bldFile="os/mm/mm_plat/restricted_audio_output_proxy_api/group"/>
       
  3862      </component>
       
  3863      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3864      <component name="sbc_encoder_interface_api" long-name="sbc_encoder_interface_api">
       
  3865       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3866       <unit bldFile="os/mm/mm_plat/sbc_encoder_interface_api/group"/>
       
  3867      </component>
       
  3868      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3869      <component name="sbc_encoder_interface_msg_hdlr_api" long-name="sbc_encoder_interface_msg_hdlr_api">
       
  3870       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3871       <unit bldFile="os/mm/mm_plat/sbc_encoder_interface_msg_hdlr_api/group"/>
       
  3872      </component>
       
  3873      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3874      <component name="sbc_encoder_interface_proxy_api" long-name="sbc_encoder_interface_proxy_api">
       
  3875       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3876       <unit bldFile="os/mm/mm_plat/sbc_encoder_interface_proxy_api/group"/>
       
  3877      </component>
       
  3878      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3879      <component name="secure_output_mdf_custom_interface" long-name="secure_output_mdf_custom_interface">
       
  3880       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3881       <unit bldFile="os/mm/mm_plat/secure_output_mdf_custom_interface/group"/>
       
  3882      </component>
       
  3883      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3884      <component name="speech_encoder_config_api" long-name="speech_encoder_config_api">
       
  3885       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3886       <unit bldFile="os/mm/mm_plat/speech_encoder_config_api/group"/>
       
  3887      </component>
       
  3888      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3889      <component name="speech_encoder_config_msg_hdlr_api" long-name="speech_encoder_config_msg_hdlr_api">
       
  3890       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3891       <unit bldFile="os/mm/mm_plat/speech_encoder_config_msg_hdlr_api/group"/>
       
  3892      </component>
       
  3893      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3894      <component name="speech_encoder_config_proxy_api" long-name="speech_encoder_config_proxy_api">
       
  3895       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3896       <unit bldFile="os/mm/mm_plat/speech_encoder_config_proxy_api/group"/>
       
  3897      </component>
       
  3898      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3899      <component name="telephony_audio_routing_client_api" long-name="telephony_audio_routing_client_api">
       
  3900       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3901       <unit bldFile="os/mm/mm_plat/telephony_audio_routing_client_api/group"/>
       
  3902      </component>
       
  3903      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3904      <component name="telephony_audio_routing_manager_api" long-name="telephony_audio_routing_manager_api">
       
  3905       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3906       <unit bldFile="os/mm/mm_plat/telephony_audio_routing_manager_api/group"/>
       
  3907      </component>
       
  3908      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3909      <component name="video_buffer_management_mdf_custom_interface" long-name="video_buffer_management_mdf_custom_interface">
       
  3910       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3911       <unit bldFile="os/mm/mm_plat/video_buffer_management_mdf_custom_interface/group"/>
       
  3912      </component>
       
  3913      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3914      <component name="video_decoder_rotation_mdf_custom_interface" long-name="video_decoder_rotation_mdf_custom_interface">
       
  3915       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3916       <unit bldFile="os/mm/mm_plat/video_decoder_rotation_mdf_custom_interface/group"/>
       
  3917      </component>
       
  3918      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3919      <component name="video_decoder_scaling_mdf_custom_interface" long-name="video_decoder_scaling_mdf_custom_interface">
       
  3920       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3921       <unit bldFile="os/mm/mm_plat/video_decoder_scaling_mdf_custom_interface/group"/>
       
  3922      </component>
       
  3923      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3924      <component name="video_window_control_custom_interface" long-name="video_window_control_custom_interface">
       
  3925       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3926       <unit bldFile="os/mm/mm_plat/video_window_control_custom_interface/group"/>
       
  3927      </component>
       
  3928      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3929      <component name="wma_decoder_interface_api" long-name="wma_decoder_interface_api">
       
  3930       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3931       <unit bldFile="os/mm/mm_plat/wma_decoder_interface_api/group"/>
       
  3932      </component>
       
  3933      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3934      <component name="wma_decoder_interface_msg_hdlr_api" long-name="wma_decoder_interface_msg_hdlr_api">
       
  3935       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3936       <unit bldFile="os/mm/mm_plat/wma_decoder_interface_msg_hdlr_api/group"/>
       
  3937      </component>
       
  3938      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3939      <component name="wma_decoder_interface_proxy_api" long-name="wma_decoder_interface_proxy_api">
       
  3940       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3941       <unit bldFile="os/mm/mm_plat/wma_decoder_interface_proxy_api/group"/>
       
  3942      </component>
       
  3943     </collection>
       
  3944     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  3945     <collection name="mm_pub" long-name="mm_pub">
       
  3946      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3947      <component name="audio_effects_api" long-name="audio_effects_api">
       
  3948       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3949       <unit bldFile="os/mm/mm_pub/audio_effects_api/group"/>
       
  3950      </component>
       
  3951      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3952      <component name="audio_effects_presets_api" long-name="audio_effects_presets_api">
       
  3953       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3954       <unit bldFile="os/mm/mm_pub/audio_effects_presets_api/group"/>
       
  3955      </component>
       
  3956      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3957      <component name="drm_audio_player_api" long-name="drm_audio_player_api">
       
  3958       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3959       <unit bldFile="os/mm/mm_pub/drm_audio_player_api/group"/>
       
  3960      </component>
       
  3961      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3962      <component name="mm_pub" long-name="mm_pub">
       
  3963       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3964       <unit bldFile="os/mm/mm_pub/group"/>
       
  3965      </component>
       
  3966      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3967      <component name="multimedia_extension_interfaces_api" long-name="multimedia_extension_interfaces_api">
       
  3968       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3969       <unit bldFile="os/mm/mm_pub/multimedia_extension_interfaces_api/group"/>
       
  3970      </component>
       
  3971     </collection>
       
  3972     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  3973     <collection name="video" long-name="video">
       
  3974      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3975      <component name="ARM_MDF_Decoders" long-name="ARM_MDF_Decoders">
       
  3976       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3977       <unit bldFile="os/mm/video/ARM_MDF_Decoders/group"/>
       
  3978      </component>
       
  3979      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3980      <component name="H264Dec" long-name="H264Dec">
       
  3981       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3982       <unit bldFile="os/mm/video/ARM_MDF_Decoders/H264Dec/group"/>
       
  3983      </component>
       
  3984      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3985      <component name="DecHwDevice" long-name="DecHwDevice">
       
  3986       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3987       <unit bldFile="os/mm/video/ARM_MDF_Decoders/MPEG4H263Dec/DecHwDevice/group"/>
       
  3988      </component>
       
  3989      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3990      <component name="Mp4H263ComboCodec" long-name="Mp4H263ComboCodec">
       
  3991       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3992       <unit bldFile="os/mm/video/ARM_MDF_Decoders/MPEG4H263Dec/Mp4H263ComboCodec/group"/>
       
  3993      </component>
       
  3994      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  3995      <component name="Mp4H263Decoder" long-name="Mp4H263Decoder">
       
  3996       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  3997       <unit bldFile="os/mm/video/ARM_MDF_Decoders/MPEG4H263Dec/Mp4H263Decoder/group"/>
       
  3998      </component>
       
  3999      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4000      <component name="BufferProcessor" long-name="BufferProcessor">
       
  4001       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4002       <unit bldFile="os/mm/video/ARM_MDF_Decoders/Utilities/BufferProcessor/group"/>
       
  4003      </component>
       
  4004      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4005      <component name="StateMachine" long-name="StateMachine">
       
  4006       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4007       <unit bldFile="os/mm/video/ARM_MDF_Decoders/Utilities/StateMachine/group"/>
       
  4008      </component>
       
  4009      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4010      <component name="VC1Dec" long-name="VC1Dec">
       
  4011       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4012       <unit bldFile="os/mm/video/ARM_MDF_Decoders/VC1Dec/group"/>
       
  4013      </component>
       
  4014      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4015      <component name="VC1Codec" long-name="VC1Codec">
       
  4016       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4017       <unit bldFile="os/mm/video/ARM_MDF_Decoders/VC1Dec/VC1Codec/group"/>
       
  4018      </component>
       
  4019      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4020      <component name="VC1Decoder" long-name="VC1Decoder">
       
  4021       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4022       <unit bldFile="os/mm/video/ARM_MDF_Decoders/VC1Dec/VC1Decoder/group"/>
       
  4023      </component>
       
  4024      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4025      <component name="VC1HwDevice" long-name="VC1HwDevice">
       
  4026       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4027       <unit bldFile="os/mm/video/ARM_MDF_Decoders/VC1Dec/VC1HwDevice/group"/>
       
  4028      </component>
       
  4029     </collection>
       
  4030    </block>
       
  4031    <block long-name="Imaging Extensions" level="services" name="imagingext" levels="adaptation hw-if plugin framework server app-if">
       
  4032     <collection name="imageadaptationextensions" long-name="Image Adaptation Extensions" level="app-if">
       
  4033      <component name="IclExtJpegApi" long-name="ICL Ext JPEG API">
       
  4034       <unit bldFile="os/imagingext/imageadaptationextensions/IclExtJpegApi/group"/>
       
  4035      </component>
       
  4036      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4037      <component name="imageadaptationextensions" long-name="imageadaptationextensions">
       
  4038       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4039       <unit bldFile="os/imagingext/imageadaptationextensions/group"/>
       
  4040      </component>
       
  4041     </collection>
       
  4042     <collection name="imagingmodules" long-name="Imaging Modules" level="hw-if">
       
  4043      <component name="ExifLib" long-name="Exif Lib">
       
  4044       <unit bldFile="os/imagingext/imagingmodules/ExifLib/group"/>
       
  4045      </component>
       
  4046      <component name="JP2KCodec" long-name="JP2K Codec">
       
  4047       <unit bldFile="os/imagingext/imagingmodules/JP2KCodec/group"/>
       
  4048      </component>
       
  4049      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4050      <component name="imagingmodules" long-name="imagingmodules">
       
  4051       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4052       <unit bldFile="os/imagingext/imagingmodules/group"/>
       
  4053      </component>
       
  4054      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4055      <component name="H264AVCVideoEncARM" long-name="H264AVCVideoEncARM">
       
  4056       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4057       <unit bldFile="os/imagingext/imagingmodules/H264AVCVideoEncARM/group"/>
       
  4058      </component>
       
  4059      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4060      <component name="Build" long-name="Build">
       
  4061       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4062       <unit bldFile="os/imagingext/imagingmodules/VideoEncPluginARM/Build"/>
       
  4063      </component>
       
  4064      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4065      <component name="H263EHWDevARM" long-name="H263EHWDevARM">
       
  4066       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4067       <unit bldFile="os/imagingext/imagingmodules/VideoEncPluginARM/H263EHWDevARM/Group"/>
       
  4068      </component>
       
  4069     </collection>
       
  4070     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4071     <collection name="imagingext" long-name="imagingext">
       
  4072      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4073      <component name="imagingext" long-name="imagingext">
       
  4074       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4075       <unit bldFile="os/imagingext/group"/>
       
  4076      </component>
       
  4077     </collection>
       
  4078     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4079     <collection name="imagingext_plat" long-name="imagingext_plat">
       
  4080      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4081      <component name="ecam_face_tracking_custom_api" long-name="ecam_face_tracking_custom_api">
       
  4082       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4083       <unit bldFile="os/imagingext/imagingext_plat/ecam_face_tracking_custom_api/group"/>
       
  4084      </component>
       
  4085      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4086      <component name="ecam_orientation_custom_api" long-name="ecam_orientation_custom_api">
       
  4087       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4088       <unit bldFile="os/imagingext/imagingext_plat/ecam_orientation_custom_api/group"/>
       
  4089      </component>
       
  4090      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4091      <component name="ecam_ui_orientation_override_custom_api" long-name="ecam_ui_orientation_override_custom_api">
       
  4092       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4093       <unit bldFile="os/imagingext/imagingext_plat/ecam_ui_orientation_override_custom_api/group"/>
       
  4094      </component>
       
  4095      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4096      <component name="extended_icl_jpeg_api" long-name="extended_icl_jpeg_api">
       
  4097       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4098       <unit bldFile="os/imagingext/imagingext_plat/extended_icl_jpeg_api/group"/>
       
  4099      </component>
       
  4100      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4101      <component name="imagingext_plat" long-name="imagingext_plat">
       
  4102       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4103       <unit bldFile="os/imagingext/imagingext_plat/group"/>
       
  4104      </component>
       
  4105      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4106      <component name="h324_annex_k_custom_api" long-name="h324_annex_k_custom_api">
       
  4107       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4108       <unit bldFile="os/imagingext/imagingext_plat/h324_annex_k_custom_api/group"/>
       
  4109      </component>
       
  4110      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4111      <component name="jpeg2000_icl_plugin_api" long-name="jpeg2000_icl_plugin_api">
       
  4112       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4113       <unit bldFile="os/imagingext/imagingext_plat/jpeg2000_icl_plugin_api/group"/>
       
  4114      </component>
       
  4115     </collection>
       
  4116     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4117     <collection name="imagingext_pub" long-name="imagingext_pub">
       
  4118      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4119      <component name="exif_api" long-name="exif_api">
       
  4120       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4121       <unit bldFile="os/imagingext/imagingext_pub/exif_api/group"/>
       
  4122      </component>
       
  4123      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4124      <component name="imagingext_pub" long-name="imagingext_pub">
       
  4125       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4126       <unit bldFile="os/imagingext/imagingext_pub/group"/>
       
  4127      </component>
       
  4128     </collection>
       
  4129    </block>
       
  4130    <block long-name="Graphics" level="services" name="graphics" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
       
  4131     <collection name="egl" long-name="EGL" level="internal-adaptations">
       
  4132      <component name="eglimplementation" long-name="EGL Implementation" introduced="tb91">
       
  4133       <!-- Unit commented out by SF to match Bob's model -->
       
  4134       <!-- <unit bldFile="os/graphics/egl/eglimplementation/group/" mrp="os/graphics/egl/eglimplementation/group/graphics_egl.mrp"/> -->
       
  4135      </component>
       
  4136      <component name="eglinterface" long-name="EGL Interface" introduced="tb91">
       
  4137       <unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
       
  4138      </component>
       
  4139     </collection>
       
  4140     <collection name="graphcisapitest" long-name="Graphics API Tests" level="app-if">
       
  4141      <component name="graphicssvs" long-name="Graphics SVS" introduced="9.2"/>
       
  4142     </collection>
       
  4143     <collection name="graphicscomposition" long-name="Graphics Composition" level="engines">
       
  4144      <component name="compositionengineadaptation" long-name="Composition Engine Adaptation" introduced="tb92">
       
  4145       <unit bldFile="os/graphics/graphicscomposition/compositionengineadaptation/group" mrp="os/graphics/graphicscomposition/compositionengineadaptation/group/graphics_compositionbackend.mrp"/>
       
  4146      </component>
       
  4147      <component name="graphicscompositionengine" long-name="Graphics Composition Engine" introduced="tb92">
       
  4148       <unit bldFile="os/graphics/graphicscomposition/graphicscompositionengine/group" mrp="os/graphics/graphicscomposition/graphicscompositionengine/group/graphics_gce.mrp"/>
       
  4149      </component>
       
  4150      <component name="surfaceupdate" long-name="Surface Update" introduced="tb92">
       
  4151       <unit bldFile="os/graphics/graphicscomposition/surfaceupdate/group" mrp="os/graphics/graphicscomposition/surfaceupdate/group/graphics_surfaceupdate.mrp"/>
       
  4152      </component>
       
  4153     </collection>
       
  4154     <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
       
  4155      <component name="bitgdi" long-name="BitGDI">
       
  4156       <unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
       
  4157      </component>
       
  4158      <component name="colourpalette" long-name="Colour Palette" introduced="7.0s">
       
  4159       <unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
       
  4160      </component>
       
  4161      <component name="screendriver" long-name="Screen Driver" plugin="Y" introduced="6.1">
       
  4162       <unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
       
  4163      </component>
       
  4164     </collection>
       
  4165     <collection name="graphicshwdrivers" long-name="Graphics Hardware Drivers" level="adaptation">
       
  4166      <component name="surfacemgr" long-name="Surface Manager" introduced="tb92">
       
  4167       <unit bldFile="os/graphics/graphicshwdrivers/surfacemgr/group" mrp="os/graphics/graphicshwdrivers/surfacemgr/group/graphics_surfacemanager.mrp"/>
       
  4168      </component>
       
  4169     </collection>
       
  4170     <collection name="graphicsresourceservices" long-name="Graphics Resource Services" level="engines"/>
       
  4171     <collection name="graphicstest" long-name="Graphics Test" level="app-if">
       
  4172      <component name="graphicstestharness" long-name="Graphics Test Harness" class="test" introduced="8.1">
       
  4173       <unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
       
  4174      </component>
       
  4175      <component name="uibench" long-name="UI Bench" introduced="9.2" class="test">
       
  4176       <unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
       
  4177      </component>
       
  4178     </collection>
       
  4179     <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
       
  4180      <component name="bitmapfonttools" long-name="Bitmap Font Tools" class="PC">
       
  4181       <unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
       
  4182      </component>
       
  4183      <component name="gdi_tools" long-name="GDI Tools" class="PC">
       
  4184       <unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
       
  4185      </component>
       
  4186     </collection>
       
  4187     <collection name="graphicsutils" long-name="Graphics Utils" level="engines">
       
  4188      <component name="commongraphicsheaders" long-name="Common Graphics Headers" introduced="tb92">
       
  4189       <unit bldFile="os/graphics/graphicsutils/commongraphicsheaders/group" mrp="os/graphics/graphicsutils/commongraphicsheaders/group/graphics_commonheader.mrp"/>
       
  4190      </component>
       
  4191     </collection>
       
  4192     <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
       
  4193      <component name="openglesimplementation" long-name="OpenGL ES Implementation" filter="gt" introduced="8.0">
       
  4194       <!-- Unit commented out by SF to match Bob's model -->
       
  4195       <!-- <unit bldFile="os/graphics/opengles/openglesimplementation/group/" mrp="os/graphics/opengles/openglesimplementation/group/graphics_opengles.mrp"/> -->
       
  4196      </component>
       
  4197      <component name="openglesdisplayproperties" long-name="OpenGL ES Display Properties" introduced="8.0">
       
  4198       <!-- Unit commented out by SF to match Bob's model -->
       
  4199       <!-- <unit bldFile="os/graphics/opengles/openglesdisplayproperties/group" mrp="os/graphics/opengles/openglesdisplayproperties/group/graphics_openglesdisplayproperty.mrp"/> -->
       
  4200      </component>
       
  4201      <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0">
       
  4202       <unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
       
  4203      </component>
       
  4204     </collection>
       
  4205     <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
       
  4206      <component name="openvgimplementation" long-name="OpenVG Implementation" introduced="tb91">
       
  4207       <unit bldFile="os/graphics/openvg/openvgimplementation/group/" mrp="os/graphics/openvg/openvgimplementation/group/graphics_openvg.mrp"/>
       
  4208      </component>
       
  4209      <component name="openvginterface" long-name="OpenVG Interface" introduced="tb91">
       
  4210       <unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
       
  4211      </component>
       
  4212     </collection>
       
  4213     <collection name="printingservices" long-name="Printing Services" level="app-if">
       
  4214      <component name="printerdriversupport" long-name="Printer Driver Support">
       
  4215       <unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
       
  4216      </component>
       
  4217      <component name="printerdrivers" long-name="Printer Drivers" plugin="Y">
       
  4218       <unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
       
  4219      </component>
       
  4220     </collection>
       
  4221     <collection name="windowing" long-name="Windowing" level="app-if">
       
  4222      <component name="windowserver" long-name="Window Server">
       
  4223       <!-- Unit commented out by SF to match Bob's model -->
       
  4224       <!-- <unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/> -->
       
  4225      </component>
       
  4226     </collection>
       
  4227     <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
       
  4228      <component name="fontandbitmapserver" long-name="Font and Bitmap Server">
       
  4229       <unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
       
  4230      </component>
       
  4231      <component name="itypefontrasteriser" long-name="iType Font Rasteriser" filter="gt" plugin="Y" introduced="tb92">
       
  4232       <!-- Unit commented out by SF to match Bob's model -->
       
  4233       <!-- <unit bldFile="os/graphics/fbs/itypefontrasteriser/group" mrp="os/graphics/fbs/itypefontrasteriser/group/graphics_itype.mrp"/> -->
       
  4234      </component>
       
  4235     </collection>
       
  4236     <collection name="graphics_info" long-name="Graphics Info" level="app-if">
       
  4237      <component name="graphicsdocs" long-name="Graphics Documentation" class="doc">
       
  4238       <unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
       
  4239      </component>
       
  4240     </collection>
       
  4241     <collection name="graphicsaccelaration" long-name="Graphics Accelaration" level="adaptation">
       
  4242      <component name="2D_OpenVG_1_0" long-name="2D Open VG 1.0">
       
  4243       <unit bldFile="os/graphics/graphicsaccelaration/2D_OpenVG_1_0/group"/>
       
  4244      </component>
       
  4245      <component name="3d_opengl_es_1_1" long-name="3d OpenGL ES 1.1">
       
  4246       <unit bldFile="os/graphics/graphicsaccelaration/3d_opengl_es_1_1/group"/>
       
  4247      </component>
       
  4248      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4249      <component name="graphicsaccelaration" long-name="graphicsaccelaration">
       
  4250       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4251       <unit bldFile="os/graphics/graphicsaccelaration/group"/>
       
  4252      </component>
       
  4253     </collection>
       
  4254     <collection name="m3g" long-name="M3G" level="internal-adaptations">
       
  4255      <component name="m3gapi">
       
  4256       <unit bldFile="os/graphics/m3g/m3gapi/group"/>
       
  4257      </component>
       
  4258      <component name="m3gcore11">
       
  4259       <unit bldFile="os/graphics/m3g/m3gcore11/group"/>
       
  4260      </component>
       
  4261      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4262      <component name="m3g" long-name="m3g">
       
  4263       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4264       <unit bldFile="os/graphics/m3g/group"/>
       
  4265      </component>
       
  4266     </collection>
       
  4267     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4268     <collection name="graphics" long-name="graphics">
       
  4269      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4270      <component name="graphics" long-name="graphics">
       
  4271       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4272       <unit bldFile="os/graphics/group"/>
       
  4273      </component>
       
  4274     </collection>
       
  4275     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4276     <collection name="graphics_plat" long-name="graphics_plat">
       
  4277      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4278      <component name="graphics_plat" long-name="graphics_plat">
       
  4279       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4280       <unit bldFile="os/graphics/graphics_plat/group"/>
       
  4281      </component>
       
  4282      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4283      <component name="m3g_core_api" long-name="m3g_core_api">
       
  4284       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4285       <unit bldFile="os/graphics/graphics_plat/m3g_core_api/group"/>
       
  4286      </component>
       
  4287      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4288      <component name="openvg_binding_api" long-name="openvg_binding_api">
       
  4289       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4290       <unit bldFile="os/graphics/graphics_plat/openvg_binding_api/group"/>
       
  4291      </component>
       
  4292     </collection>
       
  4293     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4294     <collection name="graphics_pub" long-name="graphics_pub">
       
  4295      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4296      <component name="graphics_pub" long-name="graphics_pub">
       
  4297       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4298       <unit bldFile="os/graphics/graphics_pub/group"/>
       
  4299      </component>
       
  4300      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4301      <component name="openvg_api" long-name="openvg_api">
       
  4302       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4303       <unit bldFile="os/graphics/graphics_pub/openvg_api/group"/>
       
  4304      </component>
       
  4305     </collection>
       
  4306    </block>
       
  4307    <block long-name="Text and Localisation" level="services" name="textandloc" levels="device encoding fonts text">
       
  4308     <collection name="charconvfw" long-name="Character Conversion FW" level="encoding">
       
  4309      <component name="AknJapaneseReading" long-name="Akn Japanese Reading">
       
  4310       <unit bldFile="os/textandloc/charconvfw/AknJapaneseReading/group"/>
       
  4311      </component>
       
  4312      <component name="charconv_fw" long-name="Character Encoding and Conversion Framework">
       
  4313       <!-- Unit commented out by SF to match Bob's model -->
       
  4314       <!-- <unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/> -->
       
  4315      </component>
       
  4316      <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" plugin="Y">
       
  4317       <unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
       
  4318      </component>
       
  4319      <component name="CommonAdapter" long-name="Common Adapter">
       
  4320       <unit bldFile="os/textandloc/charconvfw/CommonAdapter/group"/>
       
  4321       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4322       <unit bldFile="mw/classicui/CommonAdapter/group"/>
       
  4323      </component>
       
  4324      <component name="Findutil" long-name="Find Util">
       
  4325       <unit bldFile="os/textandloc/charconvfw/Findutil/group"/>
       
  4326      </component>
       
  4327      <component name="JPLangUtil" long-name="JP Lang Util">
       
  4328       <unit bldFile="os/textandloc/charconvfw/JPLangUtil/group"/>
       
  4329      </component>
       
  4330      <component name="Localizer" long-name="Localizer">
       
  4331       <unit bldFile="os/textandloc/charconvfw/Localizer/group"/>
       
  4332      </component>
       
  4333      <component name="SortUtil" long-name="Sort Util">
       
  4334       <unit bldFile="os/textandloc/charconvfw/SortUtil/group"/>
       
  4335      </component>
       
  4336      <component name="charconv" long-name="Charconv">
       
  4337       <unit bldFile="os/textandloc/charconvfw/charconv/group"/>
       
  4338      </component>
       
  4339      <component name="charconvplugin" long-name="Charconv Plugin">
       
  4340       <unit bldFile="os/textandloc/charconvfw/charconvplugin/group"/>
       
  4341      </component>
       
  4342      <component name="gamerecognizer" long-name="Game Recognizer">
       
  4343       <unit bldFile="os/textandloc/charconvfw/gamerecognizer/group"/>
       
  4344      </component>
       
  4345      <component name="inlinetext" long-name="Inline Text">
       
  4346       <unit bldFile="os/textandloc/charconvfw/inlinetext/group"/>
       
  4347      </component>
       
  4348      <component name="numbergrouping" long-name="Number Grouping">
       
  4349       <unit bldFile="os/textandloc/charconvfw/numbergrouping/group"/>
       
  4350      </component>
       
  4351      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4352      <component name="ongoing" long-name="ongoing">
       
  4353       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4354       <unit bldFile="os/textandloc/charconvfw/Charconv/ongoing/Group"/>
       
  4355      </component>
       
  4356      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4357      <component name="charconvfw" long-name="charconvfw">
       
  4358       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4359       <unit bldFile="os/textandloc/charconvfw/group"/>
       
  4360      </component>
       
  4361     </collection>
       
  4362     <collection name="fontservices" long-name="Font Services" level="fonts">
       
  4363      <component name="fontstore" long-name="Font Store">
       
  4364       <unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
       
  4365      </component>
       
  4366      <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" plugin="Y">
       
  4367       <unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
       
  4368      </component>
       
  4369      <component name="graphicstestfonts" long-name="Graphics Test Fonts" introduced="tb91">
       
  4370       <unit bldFile="os/textandloc/fontservices/graphicstestfonts/group" mrp="os/textandloc/fontservices/graphicstestfonts/group/graphics_testfonts.mrp"/>
       
  4371      </component>
       
  4372      <component name="referencefonts" long-name="Reference Fonts" introduced="6.0">
       
  4373       <!-- Unit commented out by SF to match Bob's model -->
       
  4374       <!-- <unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/> -->
       
  4375      </component>
       
  4376      <component name="textshaperplugin" long-name="Text Shaper Plugin" plugin="Y" introduced="9.2">
       
  4377       <unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
       
  4378      </component>
       
  4379     </collection>
       
  4380     <collection name="graphicsdevif" long-name="Graphics Device Interface" level="device">
       
  4381      <component name="gdi" long-name="GDI">
       
  4382       <unit bldFile="os/textandloc/graphicsdevif/gdi/group" mrp="os/textandloc/graphicsdevif/gdi/group/graphics_gdi.mrp"/>
       
  4383      </component>
       
  4384     </collection>
       
  4385     <collection name="textrendering" long-name="Text Rendering" level="text">
       
  4386      <component name="numberformatting" long-name="Number Formatting" introduced="7.0s">
       
  4387       <unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
       
  4388      </component>
       
  4389      <component name="textformatting" long-name="Text Formatting">
       
  4390       <unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
       
  4391      </component>
       
  4392      <component name="texthandling" long-name="Text Handling">
       
  4393       <unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
       
  4394      </component>
       
  4395      <component name="word" long-name="Word" class="test">
       
  4396       <unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
       
  4397      </component>
       
  4398     </collection>
       
  4399     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4400     <collection name="textandloc" long-name="textandloc">
       
  4401      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4402      <component name="textandloc" long-name="textandloc">
       
  4403       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4404       <unit bldFile="os/textandloc/group"/>
       
  4405      </component>
       
  4406     </collection>
       
  4407     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4408     <collection name="textandloc_plat" long-name="textandloc_plat">
       
  4409      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4410      <component name="character_conversion_nonpublic_api" long-name="character_conversion_nonpublic_api">
       
  4411       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4412       <unit bldFile="os/textandloc/textandloc_plat/character_conversion_nonpublic_api/group"/>
       
  4413      </component>
       
  4414      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4415      <component name="findutil_api" long-name="findutil_api">
       
  4416       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4417       <unit bldFile="os/textandloc/textandloc_plat/findutil_api/group"/>
       
  4418      </component>
       
  4419      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4420      <component name="textandloc_plat" long-name="textandloc_plat">
       
  4421       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4422       <unit bldFile="os/textandloc/textandloc_plat/group"/>
       
  4423      </component>
       
  4424      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4425      <component name="japanese_language_utilities_api" long-name="japanese_language_utilities_api">
       
  4426       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4427       <unit bldFile="os/textandloc/textandloc_plat/japanese_language_utilities_api/group"/>
       
  4428      </component>
       
  4429      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4430      <component name="sortutil_api" long-name="sortutil_api">
       
  4431       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4432       <unit bldFile="os/textandloc/textandloc_plat/sortutil_api/group"/>
       
  4433      </component>
       
  4434     </collection>
       
  4435     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4436     <collection name="textandloc_pub" long-name="textandloc_pub">
       
  4437      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4438      <component name="character_conversion_api" long-name="character_conversion_api">
       
  4439       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4440       <unit bldFile="os/textandloc/textandloc_pub/character_conversion_api/group"/>
       
  4441      </component>
       
  4442      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4443      <component name="character_conversion_plugin_provider_api" long-name="character_conversion_plugin_provider_api">
       
  4444       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4445       <unit bldFile="os/textandloc/textandloc_pub/character_conversion_plugin_provider_api/group"/>
       
  4446      </component>
       
  4447      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4448      <component name="directory_localizer_api" long-name="directory_localizer_api">
       
  4449       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4450       <unit bldFile="os/textandloc/textandloc_pub/directory_localizer_api/group"/>
       
  4451      </component>
       
  4452      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4453      <component name="textandloc_pub" long-name="textandloc_pub">
       
  4454       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4455       <unit bldFile="os/textandloc/textandloc_pub/group"/>
       
  4456      </component>
       
  4457     </collection>
       
  4458    </block>
       
  4459    <block long-name="Build Tools" level="hw" name="buildtools" levels="bld mw fw ui">
   311     <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
  4460     <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
   312      <component name="buildsystemtools" long-name="Build System Tools">
  4461      <component name="buildsystemtools" long-name="Build System Tools">
   313       <unit bldFile="os\buildtools\bldsystemtools\buildsystemtools\group" mrp="os\buildtools\bldsystemtools\buildsystemtools\group\tools_build.mrp"/>
  4462       <unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
       
  4463      </component>
       
  4464      <component name="commonbldutils" long-name="Common Utils">
       
  4465       <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
   314      </component>
  4466      </component>
   315      <component name="gttechviewbaseline" long-name="GT Techview Baseline">
  4467      <component name="gttechviewbaseline" long-name="GT Techview Baseline">
   316       <unit mrp="os\buildtools\packaging\additionalutils\gt_techview_baseline.mrp"/>
  4468       <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
   317      </component>
  4469       <!-- DEF087736 This is needed for generating export tables but shouldn't appear otherwise it is included in techview and gt -->
   318      <component name="commonbldutils" long-name="Common Utils">
  4470      </component>
   319       <unit mrp="os\buildtools\bldsystemtools\commonbldutils\tools_utils_common.mrp"/>
  4471     </collection>
       
  4472     <collection name="devlib" long-name="Developer Library" level="ui">
       
  4473      <component name="devlibhtml" long-name="Developer Library HTML">
       
  4474       <unit mrp="os/buildtools/devlib/devlibhelp/group/shared/developerlibrary_doc_plain_html.mrp"/>
       
  4475      </component>
       
  4476      <component name="devlibhelp" long-name="Developer Library Help">
       
  4477       <unit version="9.4" bldFile="os/buildtools/devlib/devlibhelp/group/devlib94" mrp="os/buildtools/devlib/devlibhelp/group/devlib94/developerlibrary_doc_html.mrp"/>
       
  4478       <unit version="9.5" bldFile="os/buildtools/devlib/devlibhelp/group/devlib95" mrp="os/buildtools/devlib/devlibhelp/group/devlib95/developerlibrary_doc_html.mrp"/>
       
  4479      </component>
       
  4480      <component name="devlibsrc" long-name="Developer Library Source" filter="gt">
       
  4481       <!-- Unit commented out by SF to match Bob's model -->
       
  4482       <!-- <unit bldFile="os/buildtools/devlib/devlibhelp/securitysupplement/doc_source" mrp="os/buildtools/devlib/devlibhelp/developerlibrary_doc_source.mrp"/> -->
       
  4483      </component>
       
  4484      <component name="toolsdocs" long-name="Tools Documentation">
       
  4485       <unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
       
  4486      </component>
       
  4487     </collection>
       
  4488     <collection name="fileconv" long-name="File Converters" level="mw">
       
  4489      <component name="alp2csh" long-name="ALP to CSH">
       
  4490       <unit bldFile="os/buildtools/fileconv/alp2csh/group" mrp="os/buildtools/fileconv/alp2csh/group/tools_sdk_eng_alp2csh.mrp"/>
       
  4491      </component>
       
  4492      <component name="cjpeg" long-name="CJpeg">
       
  4493       <unit bldFile="os/buildtools/fileconv/cjpeg/group" mrp="os/buildtools/fileconv/cjpeg/group/tools_sdk_eng_cjpeg.mrp"/>
       
  4494      </component>
       
  4495      <component name="rtf2ptml" long-name="RTF to PTML">
       
  4496       <unit bldFile="os/buildtools/fileconv/rtf2ptml/group" mrp="os/buildtools/fileconv/rtf2ptml/group/tools_sdk_eng_rtf2ptml.mrp"/>
       
  4497      </component>
       
  4498     </collection>
       
  4499     <collection name="javatoolsplat" long-name="Java Tools Platform" level="mw">
       
  4500      <component name="javalib" long-name="Java Library " filter="gt">
       
  4501       <unit bldFile="os/buildtools/javatoolsplat/javalib/group" mrp="os/buildtools/javatoolsplat/javalib/group/tools_sdk_eng_javalibrary.mrp"/>
       
  4502      </component>
       
  4503     </collection>
       
  4504     <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
       
  4505      <component name="autotest" long-name="Autotest">
       
  4506       <unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
       
  4507      </component>
       
  4508      <component name="additionalredistribution" long-name="Additional Redistribution">
       
  4509       <unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
       
  4510      </component>
       
  4511      <component name="burtestserver" long-name="BUR Test Server">
       
  4512       <!-- Unit commented out by SF to match Bob's model -->
       
  4513       <!-- <unit bldFile="os/buildtools/toolsandutils/burtestserver/Group" mrp="os/buildtools/toolsandutils/burtestserver/Group/testtools_burtestserver.mrp"/> -->
       
  4514      </component>
       
  4515      <component name="prf" long-name="Product Realisation Framework">
       
  4516       <!-- Unit commented out by SF to match Bob's model -->
       
  4517       <!-- <unit bldFile="os/buildtools/toolsandutils/prf/group" mrp="os/buildtools/toolsandutils/prf/group/tools_cbr_prf.mrp"/> -->
       
  4518      </component>
       
  4519      <component name="cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt">
       
  4520       <!-- Unit commented out by SF to match Bob's model -->
       
  4521       <!-- <unit bldFile="os/buildtools/toolsandutils/cbrtools/group" mrp="os/buildtools/toolsandutils/cbrtools/group/tools_cbr_tools.mrp"/> -->
       
  4522      </component>
       
  4523      <component name="cdb" long-name="Code Database">
       
  4524       <!-- Unit commented out by SF to match Bob's model -->
       
  4525       <!-- <unit bldFile="os/buildtools/toolsandutils/cdb/group" mrp="os/buildtools/toolsandutils/cdb/group/testtools_cdb.mrp"/> -->
       
  4526      </component>
       
  4527      <component name="ctsfunctionalitycheckers" long-name="CTS Functionality Checkers">
       
  4528       <unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
       
  4529      </component>
       
  4530      <component name="e32tools" long-name="E32 Tools" class="PC" deprecated="tb91">
       
  4531       <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
       
  4532      </component>
       
  4533      <component name="kitcomparator" long-name="Kit Comparator">
       
  4534       <!-- Unit commented out by SF to match Bob's model -->
       
  4535       <!-- <unit bldFile="os/buildtools/toolsandutils/kitcomparator/group" mrp="os/buildtools/toolsandutils/kitcomparator/group/testtools_cts_kitcomparator.mrp"/> -->
       
  4536      </component>
       
  4537      <component name="kitsetupapp" long-name="Kit Setup App" filter="gt">
       
  4538       <unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
       
  4539      </component>
       
  4540      <component name="navigationpages" long-name="Navigation Pages">
       
  4541       <unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
       
  4542      </component>
       
  4543      <component name="productinstaller" long-name="Product Installer" filter="gt">
       
  4544       <!-- Unit commented out by SF to match Bob's model -->
       
  4545       <!-- <unit bldFile="os/buildtools/toolsandutils/productinstaller/group" mrp="os/buildtools/toolsandutils/productinstaller/group/tools_custkits_productinstaller.mrp"/> -->
       
  4546      </component>
       
  4547      <component name="productionbldtools" long-name="Production Build Tools" filter="gt">
       
  4548       <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
       
  4549      </component>
       
  4550      <component name="statdesktop" long-name="STAT Desktop" filter="gt">
       
  4551       <!-- Unit commented out by SF to match Bob's model -->
       
  4552       <!-- <unit bldFile="os/buildtools/toolsandutils/statdesktop/group" mrp="os/buildtools/toolsandutils/statdesktop/group/testtools_stat_desktop.mrp"/> -->
       
  4553      </component>
       
  4554      <component name="stlport" long-name="STL Port">
       
  4555       <!-- Unit commented out by SF to match Bob's model -->
       
  4556       <!-- <unit bldFile="os/buildtools/toolsandutils/stlport/group" mrp="os/buildtools/toolsandutils/stlport/group/tools_stlport.mrp"/> -->
       
  4557      </component>
       
  4558      <component name="systemmonitor" long-name="System Monitor" introduced="8.0">
       
  4559       <!-- Unit commented out by SF to match Bob's model -->
       
  4560       <!-- <unit bldFile="os/buildtools/toolsandutils/systemmonitor/group" mrp="os/buildtools/toolsandutils/systemmonitor/group/testtools_systemmonitor.mrp"/> -->
       
  4561      </component>
       
  4562      <component name="statapi" long-name="STAT API" filter="gt">
       
  4563       <unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/console" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_gt.mrp"/>
       
  4564      </component>
       
  4565      <component name="statsource" long-name="STAT Source" filter="gt">
       
  4566       <unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
       
  4567      </component>
       
  4568      <component name="testconfigfileparser" long-name="Test Config File Parser">
       
  4569       <!-- Unit commented out by SF to match Bob's model -->
       
  4570       <!-- <unit bldFile="os/buildtools/toolsandutils/testconfigfileparser/group" mrp="os/buildtools/toolsandutils/testconfigfileparser/group/tools_testconfigfileparser.mrp"/> -->
       
  4571      </component>
       
  4572      <component name="testdriver" long-name="Test Driver">
       
  4573       <!-- Unit commented out by SF to match Bob's model -->
       
  4574       <!-- <unit bldFile="os/buildtools/toolsandutils/testdriver/Group" mrp="os/buildtools/toolsandutils/testdriver/Group/testtools_testdriver.mrp"/> -->
       
  4575      </component>
       
  4576      <component name="testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91">
       
  4577       <!-- Unit commented out by SF to match Bob's model -->
       
  4578       <!-- <unit bldFile="os/buildtools/toolsandutils/testtoolsdesktop/group" mrp="os/buildtools/toolsandutils/testtoolsdesktop/group/testtools_desktop.mrp"/> -->
       
  4579      </component>
       
  4580      <component name="usecasecontroller" long-name="Use Case Controller">
       
  4581       <!-- Unit commented out by SF to match Bob's model -->
       
  4582       <!-- <unit bldFile="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group" mrp="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group/testtools_ucc.mrp"/> -->
       
  4583      </component>
       
  4584      <component name="wincredistribution" long-name="WinC Redistribution">
       
  4585       <unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
       
  4586      </component>
       
  4587      <component name="wintunnel" long-name="Wintunnel">
       
  4588       <unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
       
  4589      </component>
       
  4590     </collection>
       
  4591     <collection name="binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
       
  4592      <component name="captools" long-name="Capability Tools">
       
  4593       <unit bldFile="os/buildtools/binanamdw_os/captools/group" mrp="os/buildtools/binanamdw_os/captools/group/testtools_captools.mrp"/>
       
  4594      </component>
       
  4595      <component name="depcheck" long-name="Dependency Checker">
       
  4596       <unit bldFile="os/buildtools/binanamdw_os/depcheck" mrp="os/buildtools/binanamdw_os/depcheck/tools_depcheck.mrp"/>
       
  4597      </component>
       
  4598     </collection>
       
  4599     <collection name="bintools_os" long-name="Binary Tools" level="fw">
       
  4600      <component name="evalid" long-name="Evalid">
       
  4601       <unit bldFile="os/buildtools/bintools_os/evalid" mrp="os/buildtools/bintools_os/evalid/tools_evalid.mrp"/>
       
  4602      </component>
       
  4603      <component name="rcomp" long-name="Resource Compiler">
       
  4604       <unit bldFile="os/buildtools/bintools_os/rcomp/group" mrp="os/buildtools/bintools_os/rcomp/group/tools_rcomp.mrp"/>
       
  4605      </component>
       
  4606     </collection>
       
  4607     <collection name="dist_os" long-name="Redistribution" level="mw">
       
  4608      <component name="redistributionwinceka2" long-name="Redistribution WINC EKA2">
       
  4609       <unit bldFile="os/buildtools/dist_os/redistributionwinceka2" mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_cedar.mrp"/>
       
  4610      </component>
       
  4611     </collection>
       
  4612     <collection name="imgtools_os" long-name="Image Tools" level="fw">
       
  4613      <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91">
       
  4614       <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
       
  4615      </component>
       
  4616     </collection>
       
  4617     <collection name="misccomponents" long-name="Misc Components" level="mw">
       
  4618      <component name="assertion" long-name="Assertion" filter="gt">
       
  4619       <!-- Unit commented out by SF to match Bob's model -->
       
  4620       <!-- <unit bldFile="os/buildtools/misccomponents/assertion/group" mrp="os/buildtools/misccomponents/assertion/group/tools_sdk_eng_assertion.mrp"/> -->
       
  4621      </component>
       
  4622      <component name="bspbuilder" long-name="BSP Builder" filter="gt">
       
  4623       <!-- Unit commented out by SF to match Bob's model -->
       
  4624       <!-- <unit bldFile="os/buildtools/misccomponents/bspbuilder/group" mrp="os/buildtools/misccomponents/bspbuilder/group/tools_bspbuilder.mrp"/> -->
       
  4625      </component>
       
  4626      <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt">
       
  4627       <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
       
  4628      </component>
       
  4629      <component name="enum" long-name="Enum" filter="gt">
       
  4630       <!-- Unit commented out by SF to match Bob's model -->
       
  4631       <!-- <unit bldFile="os/buildtools/misccomponents/enum/group" mrp="os/buildtools/misccomponents/enum/group/tools_sdk_eng_enum.mrp"/> -->
       
  4632      </component>
       
  4633      <component name="envvar" long-name="Envvar" filter="gt">
       
  4634       <!-- Unit commented out by SF to match Bob's model -->
       
  4635       <!-- <unit bldFile="os/buildtools/misccomponents/envvar/group" mrp="os/buildtools/misccomponents/envvar/group/tools_sdk_eng_envvar.mrp"/> -->
       
  4636      </component>
       
  4637      <component name="filesys" long-name="Filesys" filter="gt">
       
  4638       <!-- Unit commented out by SF to match Bob's model -->
       
  4639       <!-- <unit bldFile="os/buildtools/misccomponents/filesys/group" mrp="os/buildtools/misccomponents/filesys/group/tools_sdk_eng_filesys.mrp"/> -->
       
  4640      </component>
       
  4641      <component name="installutils" long-name="Install Utils" filter="gt">
       
  4642       <!-- Unit commented out by SF to match Bob's model -->
       
  4643       <!-- <unit bldFile="os/buildtools/misccomponents/installutils/group" mrp="os/buildtools/misccomponents/installutils/group/tools_sdk_eng_installutils.mrp"/> -->
       
  4644      </component>
       
  4645      <component name="jade" long-name="Jade " filter="gt">
       
  4646       <!-- Unit commented out by SF to match Bob's model -->
       
  4647       <!-- <unit bldFile="os/buildtools/misccomponents/jade/group" mrp="os/buildtools/misccomponents/jade/group/tools_sdk_eng_jade.mrp"/> -->
       
  4648      </component>
       
  4649      <component name="javahelp" long-name="Java Help" filter="gt">
       
  4650       <!-- Unit commented out by SF to match Bob's model -->
       
  4651       <!-- <unit bldFile="os/buildtools/misccomponents/javahelp/group" mrp="os/buildtools/misccomponents/javahelp/group/tools_sdk_eng_javahelp.mrp"/> -->
       
  4652      </component>
       
  4653      <component name="langconfig" long-name="Language Config" filter="gt">
       
  4654       <!-- Unit commented out by SF to match Bob's model -->
       
  4655       <!-- <unit bldFile="os/buildtools/misccomponents/langconfig/group" mrp="os/buildtools/misccomponents/langconfig/group/tools_sdk_eng_langconfig.mrp"/> -->
       
  4656      </component>
       
  4657      <component name="launch" long-name="Launch" filter="gt">
       
  4658       <!-- Unit commented out by SF to match Bob's model -->
       
  4659       <!-- <unit bldFile="os/buildtools/misccomponents/launch/group" mrp="os/buildtools/misccomponents/launch/group/tools_sdk_eng_launch.mrp"/> -->
       
  4660      </component>
       
  4661      <component name="logger" long-name="Logger" filter="gt">
       
  4662       <!-- Unit commented out by SF to match Bob's model -->
       
  4663       <!-- <unit bldFile="os/buildtools/misccomponents/logger/group" mrp="os/buildtools/misccomponents/logger/group/tools_sdk_eng_logger.mrp"/> -->
       
  4664      </component>
       
  4665      <component name="mnemonicfix" long-name="Mnemonic Fix" filter="gt">
       
  4666       <!-- Unit commented out by SF to match Bob's model -->
       
  4667       <!-- <unit bldFile="os/buildtools/misccomponents/mnemonicfix/group" mrp="os/buildtools/misccomponents/mnemonicfix/group/tools_sdk_eng_mnemonicfix.mrp"/> -->
       
  4668      </component>
       
  4669      <component name="pathbrowser" long-name="Path Browser" filter="gt">
       
  4670       <!-- Unit commented out by SF to match Bob's model -->
       
  4671       <!-- <unit bldFile="os/buildtools/misccomponents/pathbrowser/group" mrp="os/buildtools/misccomponents/pathbrowser/group/tools_sdk_eng_pathbrowser.mrp"/> -->
       
  4672      </component>
       
  4673      <component name="pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt">
       
  4674       <!-- Unit commented out by SF to match Bob's model -->
       
  4675       <!-- <unit bldFile="os/buildtools/misccomponents/pkgmgrgui/group" mrp="os/buildtools/misccomponents/pkgmgrgui/group/tools_sdk_eng_pkgmgrgui.mrp"/> -->
       
  4676      </component>
       
  4677      <component name="runperl" long-name="Run PERL" filter="gt">
       
  4678       <!-- Unit commented out by SF to match Bob's model -->
       
  4679       <!-- <unit bldFile="os/buildtools/misccomponents/runperl/group" mrp="os/buildtools/misccomponents/runperl/group/tools_sdk_eng_runperl.mrp"/> -->
       
  4680      </component>
       
  4681      <component name="sdkbuilder" long-name="SDK Building Tools">
       
  4682       <!-- Unit commented out by SF to match Bob's model -->
       
  4683       <!-- <unit bldFile="os/buildtools/misccomponents/sdkbuilder/group" mrp="os/buildtools/misccomponents/sdkbuilder/group/tools_sdk_eng_sdk_builder.mrp"/> -->
       
  4684      </component>
       
  4685      <component name="sdkpackagemgr" long-name="SDK Package Manager" filter="gt">
       
  4686       <!-- Unit commented out by SF to match Bob's model -->
       
  4687       <!-- <unit bldFile="os/buildtools/misccomponents/sdkpackagemgr/group" mrp="os/buildtools/misccomponents/sdkpackagemgr/group/tools_sdk_eng_sdkpkg-manager.mrp"/> -->
       
  4688      </component>
       
  4689      <component name="sdkinfo" long-name="SDK Info" filter="gt">
       
  4690       <!-- Unit commented out by SF to match Bob's model -->
       
  4691       <!-- <unit bldFile="os/buildtools/misccomponents/sdkinfo/group" mrp="os/buildtools/misccomponents/sdkinfo/group/tools_sdk_eng_sdkinfo.mrp"/> -->
       
  4692      </component>
       
  4693      <component name="sdkpkgtools" long-name="SDK Package Tools" filter="gt">
       
  4694       <!-- Unit commented out by SF to match Bob's model -->
       
  4695       <!-- <unit bldFile="os/buildtools/misccomponents/sdkpkgtools/group" mrp="os/buildtools/misccomponents/sdkpkgtools/group/tools_sdk_eng_sdkpkg-tools.mrp"/> -->
       
  4696      </component>
       
  4697      <component name="shellexec" long-name="Shell Exec" filter="gt">
       
  4698       <!-- Unit commented out by SF to match Bob's model -->
       
  4699       <!-- <unit bldFile="os/buildtools/misccomponents/shellexec/group" mrp="os/buildtools/misccomponents/shellexec/group/tools_sdk_eng_shellexec.mrp"/> -->
       
  4700      </component>
       
  4701      <component name="splash" long-name="Splash Screen">
       
  4702       <!-- Unit commented out by SF to match Bob's model -->
       
  4703       <!-- <unit bldFile="os/buildtools/misccomponents/splash/group" mrp="os/buildtools/misccomponents/splash/group/tools_sdk_eng_splash.mrp"/> -->
       
  4704      </component>
       
  4705      <component name="swingworker" long-name="Swing Worker" filter="gt">
       
  4706       <!-- Unit commented out by SF to match Bob's model -->
       
  4707       <!-- <unit bldFile="os/buildtools/misccomponents/swingworker/group" mrp="os/buildtools/misccomponents/swingworker/group/tools_sdk_eng_swingworker.mrp"/> -->
       
  4708      </component>
       
  4709      <component name="testcaserunner" long-name="Test Case Runner" filter="gt">
       
  4710       <!-- Unit commented out by SF to match Bob's model -->
       
  4711       <!-- <unit bldFile="os/buildtools/misccomponents/testcaserunner/group" mrp="os/buildtools/misccomponents/testcaserunner/group/tools_sdk_eng_testcaserunner.mrp"/> -->
       
  4712      </component>
       
  4713      <component name="toolbarpanel" long-name="Tool Bar Panel" filter="gt">
       
  4714       <!-- Unit commented out by SF to match Bob's model -->
       
  4715       <!-- <unit bldFile="os/buildtools/misccomponents/toolbarpanel/group" mrp="os/buildtools/misccomponents/toolbarpanel/group/tools_sdk_eng_toolbarpanel.mrp"/> -->
       
  4716      </component>
       
  4717      <component name="toolsstubs" long-name="Devices Tools Stubs" filter="gt">
       
  4718       <!-- Unit commented out by SF to match Bob's model -->
       
  4719       <!-- <unit bldFile="os/buildtools/misccomponents/toolsstubs/group" mrp="os/buildtools/misccomponents/toolsstubs/group/tools_sdk_eng_tools_stubs.mrp"/> -->
   320      </component>
  4720      </component>
   321     </collection>
  4721     </collection>
   322     <collection name="packaging" long-name="Packaging" level="ui">
  4722     <collection name="packaging" long-name="Packaging" level="ui">
   323      <component name="additionalutils" long-name="Additional Utils">
  4723      <component name="additionalutils" long-name="Additional Utils">
   324       <unit mrp="os\buildtools\packaging\additionalutils\additional_unknown_cedar.mrp"/>
  4724       <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
   325      </component>
  4725      </component>
   326     </collection>
  4726      <component name="dummy" long-name="Dummy">
   327     <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
  4727       <unit bldFile="os/buildtools/packaging/dummy" mrp="os/buildtools/packaging/dummy/additional_dummy.mrp"/>
   328      <component name="productionbldtools" long-name="Production Build Tools" filter="gt">
       
   329       <unit mrp="os\buildtools\toolsandutils\productionbldtools\product_tools.mrp"/>
       
   330      </component>
       
   331      <component name="ctsfunctionalitycheckers" long-name="CTS Functionality Checkers">
       
   332       <unit mrp="os\buildtools\toolsandutils\ctsfunctionalitycheckers\Group\testtools_cts_functionalitycheckers.mrp"/>
       
   333      </component>
       
   334      <component name="burtestserver" long-name="BUR Test Server">
       
   335       <unit bldFile="os\buildtools\toolsandutils\burtestserver\Group" mrp="os\buildtools\toolsandutils\burtestserver\Group\testtools_burtestserver.mrp"/>
       
   336      </component>
       
   337      <component name="cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt">
       
   338       <unit bldFile="os\buildtools\toolsandutils\cbrtools\group" mrp="os\buildtools\toolsandutils\cbrtools\group\tools_cbr_tools.mrp"/>
       
   339      </component>
       
   340      <component name="prf" long-name="Product Realisation Framework">
       
   341       <unit bldFile="os\buildtools\toolsandutils\prf\group" mrp="os\buildtools\toolsandutils\prf\group\tools_cbr_prf.mrp"/>
       
   342      </component>
       
   343      <component name="cdb" long-name="Code Database">
       
   344       <unit bldFile="os\buildtools\toolsandutils\cdb\group" mrp="os\buildtools\toolsandutils\cdb\group\testtools_cdb.mrp"/>
       
   345      </component>
       
   346      <component name="e32tools" long-name="E32 Tools" class="PC" deprecated="tb91">
       
   347       <unit bldFile="os\buildtools\toolsandutils\e32tools\group" mrp="os\buildtools\toolsandutils\e32tools\group\tools_e32tools.mrp"/>
       
   348      </component>
       
   349      <component name="kitcomparator" long-name="Kit Comparator">
       
   350       <unit bldFile="os\buildtools\toolsandutils\kitcomparator\group" mrp="os\buildtools\toolsandutils\kitcomparator\group\testtools_cts_kitcomparator.mrp"/>
       
   351      </component>
       
   352      <component name="wincredistribution" long-name="WinC Redistribution">
       
   353       <unit mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_winc.mrp"/>
       
   354      </component>
       
   355      <component name="additionalredistribution" long-name="Additional Redistribution">
       
   356       <unit mrp="os\buildtools\perltoolsplat_os\redistribution\additional_tools.mrp"/>
       
   357      </component>
       
   358      <component name="testdriver" long-name="Test Driver">
       
   359       <unit bldFile="os\buildtools\toolsandutils\testdriver\Group" mrp="os\buildtools\toolsandutils\testdriver\Group\testtools_testdriver.mrp"/>
       
   360      </component>
       
   361      <component name="statapi" long-name="STAT API" filter="gt">
       
   362       <unit bldFile="os\buildtools\toolsandutils\statapi\source\statapi\console" mrp="os\buildtools\toolsandutils\statapi\group\testtools_stat_device_gt.mrp"/>
       
   363      </component>
       
   364      <component name="statsource" long-name="STAT Source" filter="gt">
       
   365       <unit mrp="os\buildtools\toolsandutils\statsource\group\testtools_stat_common_source.mrp"/>
       
   366      </component>
       
   367      <component name="statdesktop" long-name="STAT Desktop" filter="gt">
       
   368       <unit bldFile="os\buildtools\toolsandutils\statdesktop\group" mrp="os\buildtools\toolsandutils\statdesktop\group\testtools_stat_desktop.mrp"/>
       
   369      </component>
       
   370      <component name="systemmonitor" long-name="System Monitor" introduced="8.0">
       
   371       <unit bldFile="os\buildtools\toolsandutils\systemmonitor\group" mrp="os\buildtools\toolsandutils\systemmonitor\group\testtools_systemmonitor.mrp"/>
       
   372      </component>
       
   373      <component name="testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91">
       
   374       <unit bldFile="os\buildtools\toolsandutils\testtoolsdesktop\group" mrp="os\buildtools\toolsandutils\testtoolsdesktop\group\testtools_desktop.mrp"/>
       
   375      </component>
       
   376      <component name="wintunnel" long-name="Wintunnel">
       
   377       <unit mrp="os\buildtools\toolsandutils\wintunnel\group\testtools_WinTunnel_srconly.mrp"/>
       
   378      </component>
       
   379      <component name="usecasecontroller" long-name="Use Case Controller">
       
   380       <unit bldFile="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group" mrp="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group\testtools_ucc.mrp"/>
       
   381      </component>
       
   382      <component name="autotest" long-name="Autotest">
       
   383       <unit bldFile="os\buildtools\toolsandutils\autotest\group" mrp="os\buildtools\toolsandutils\autotest\group\tools_autotest.mrp"/>
       
   384      </component>
       
   385      <component name="testconfigfileparser" long-name="Test Config File Parser">
       
   386       <unit bldFile="os\buildtools\toolsandutils\testconfigfileparser\group" mrp="os\buildtools\toolsandutils\testconfigfileparser\group\tools_testconfigfileparser.mrp"/>
       
   387      </component>
       
   388      <component name="kitsetupapp" long-name="Kit Setup App" filter="gt">
       
   389       <unit mrp="os\buildtools\toolsandutils\kitsetupapp\group\tools_devkits_kitsetupapp.mrp"/>
       
   390      </component>
       
   391      <component name="navigationpages" long-name="Navigation Pages">
       
   392       <unit mrp="os\buildtools\toolsandutils\navigationpages\tools_sdk_eng_NavigationPages.mrp"/>
       
   393      </component>
       
   394      <component name="productinstaller" long-name="Product Installer" filter="gt">
       
   395       <unit bldFile="os\buildtools\toolsandutils\productinstaller\group" mrp="os\buildtools\toolsandutils\productinstaller\group\tools_custkits_productinstaller.mrp"/>
       
   396      </component>
       
   397      <component name="stlport" long-name="STL Port">
       
   398       <unit bldFile="os\buildtools\toolsandutils\stlport\group" mrp="os\buildtools\toolsandutils\stlport\group\tools_stlport.mrp"/>
       
   399      </component>
       
   400     </collection>
       
   401     <collection name="dist_os" long-name="Redistribution" level="mw">
       
   402      <component name="redistributionwinceka2" long-name="Redistribution WINC EKA2">
       
   403       <unit bldFile="os\buildtools\dist_os\redistributionwinceka2" mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_cedar.mrp"/>
       
   404      </component>
       
   405     </collection>
       
   406     <collection name="bintools_os" long-name="Binary Tools" level="fw">
       
   407      <component name="rcomp" long-name="Resource Compiler">
       
   408       <unit bldFile="os\buildtools\bintools_os\rcomp\group" mrp="os\buildtools\bintools_os\rcomp\group\tools_rcomp.mrp"/>
       
   409      </component>
       
   410      <component name="evalid" long-name="Evalid">
       
   411       <unit bldFile="os\buildtools\bintools_os\evalid" mrp="os\buildtools\bintools_os\evalid\tools_evalid.mrp"/>
       
   412      </component>
  4728      </component>
   413     </collection>
  4729     </collection>
   414     <collection name="perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
  4730     <collection name="perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
       
  4731      <component name="legacycommonperl" long-name="Legacy Common Perl Libraries">
       
  4732       <unit bldFile="os/buildtools/perltoolsplat_os/legacycommonperl/group" mrp="os/buildtools/perltoolsplat_os/legacycommonperl/group/tools_sdk_eng_perllibrary.mrp"/>
       
  4733      </component>
       
  4734      <component name="commonperl" long-name="Common Perl Libraries">
       
  4735       <unit bldFile="os/buildtools/perltoolsplat_os/commonperl/group" mrp="os/buildtools/perltoolsplat_os/commonperl/group/tools_sdk_eng_perl_shared.mrp"/>
       
  4736      </component>
   415      <component name="redistribution" long-name="Redistribution" filter="gt">
  4737      <component name="redistribution" long-name="Redistribution" filter="gt">
   416       <unit bldFile="os\buildtools\perltoolsplat_os\redistribution" mrp="os\buildtools\perltoolsplat_os\redistribution\tools_redistribution_common.mrp"/>
  4738       <unit bldFile="os/buildtools/perltoolsplat_os/redistribution" mrp="os/buildtools/perltoolsplat_os/redistribution/tools_redistribution_common.mrp"/>
   417      </component>
       
   418      <component name="legacycommonperl" long-name="Legacy Common Perl Libraries">
       
   419       <unit bldFile="os\buildtools\perltoolsplat_os\legacycommonperl\group" mrp="os\buildtools\perltoolsplat_os\legacycommonperl\group\tools_sdk_eng_perllibrary.mrp"/>
       
   420      </component>
       
   421      <component name="commonperl" long-name="Common Perl Libraries">
       
   422       <unit bldFile="os\buildtools\perltoolsplat_os\commonperl\group" mrp="os\buildtools\perltoolsplat_os\commonperl\group\tools_sdk_eng_perl_shared.mrp"/>
       
   423      </component>
  4739      </component>
   424     </collection>
  4740     </collection>
   425     <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
  4741     <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
       
  4742      <component name="bldtools" long-name="Build Tools" filter="gt">
       
  4743       <unit bldFile="os/buildtools/sbsv1_os/bldtools/group" mrp="os/buildtools/sbsv1_os/bldtools/group/tools_sdk_eng_build-tools.mrp"/>
       
  4744      </component>
   426      <component name="e32toolp" long-name="E32 Perl Tools" class="PC">
  4745      <component name="e32toolp" long-name="E32 Perl Tools" class="PC">
   427       <unit mrp="os\buildtools\sbsv1_os\e32toolp\group\tools_e32toolp.mrp"/>
  4746       <unit mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
   428      </component>
       
   429      <component name="bldtools" long-name="Build Tools" filter="gt">
       
   430       <unit bldFile="os\buildtools\sbsv1_os\bldtools\group" mrp="os\buildtools\sbsv1_os\bldtools\group\tools_sdk_eng_build-tools.mrp"/>
       
   431      </component>
  4747      </component>
   432     </collection>
  4748     </collection>
   433     <collection name="srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
  4749     <collection name="srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
   434      <component name="leavescan" long-name="Leavescan">
  4750      <component name="leavescan" long-name="Leavescan">
   435       <unit bldFile="os\buildtools\srcanamdw_os\leavescan\group" mrp="os\buildtools\srcanamdw_os\leavescan\group\testtools_leavescan.mrp"/>
  4751       <unit bldFile="os/buildtools/srcanamdw_os/leavescan/group" mrp="os/buildtools/srcanamdw_os/leavescan/group/testtools_leavescan.mrp"/>
       
  4752      </component>
       
  4753      <component name="migrationtool" long-name="Migration Tool">
       
  4754       <unit bldFile="os/buildtools/srcanamdw_os/migrationtool/group" mrp="os/buildtools/srcanamdw_os/migrationtool/group/testtools_migrationtool.mrp"/>
   436      </component>
  4755      </component>
   437      <component name="programchecker" long-name="Program Checker" deprecated="tb91">
  4756      <component name="programchecker" long-name="Program Checker" deprecated="tb91">
   438       <unit bldFile="os\buildtools\srcanamdw_os\programchecker\group" mrp="os\buildtools\srcanamdw_os\programchecker\group\testtools_programchecker.mrp"/>
  4757       <unit bldFile="os/buildtools/srcanamdw_os/programchecker/group" mrp="os/buildtools/srcanamdw_os/programchecker/group/testtools_programchecker.mrp"/>
   439      </component>
       
   440      <component name="migrationtool" long-name="Migration Tool">
       
   441       <unit bldFile="os\buildtools\srcanamdw_os\migrationtool\group" mrp="os\buildtools\srcanamdw_os\migrationtool\group\testtools_migrationtool.mrp"/>
       
   442      </component>
       
   443     </collection>
       
   444     <collection name="imgtools_os" long-name="Image Tools" level="fw">
       
   445      <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91">
       
   446       <unit bldFile="os\buildtools\imgtools_os\romkiteka2\group" mrp="os\buildtools\imgtools_os\romkiteka2\group\tools_romkit.mrp"/>
       
   447      </component>
       
   448     </collection>
       
   449     <collection name="binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
       
   450      <component name="captools" long-name="Capability Tools">
       
   451       <unit bldFile="os\buildtools\binanamdw_os\captools\group" mrp="os\buildtools\binanamdw_os\captools\group\testtools_captools.mrp"/>
       
   452      </component>
       
   453      <component name="depcheck" long-name="Dependency Checker">
       
   454       <unit bldFile="os\buildtools\binanamdw_os\depcheck" mrp="os\buildtools\binanamdw_os\depcheck\tools_depcheck.mrp"/>
       
   455      </component>
       
   456     </collection>
       
   457     <collection name="devlib" long-name="Developer Library" level="ui">
       
   458      <component name="devlibhelp" long-name="Developer Library Help">
       
   459       <unit version="9.4" bldFile="os\buildtools\devlib\devlibhelp\group\devlib94" mrp="os\buildtools\devlib\devlibhelp\group\devlib94\developerlibrary_doc_html.mrp"/>
       
   460      </component>
       
   461      <component name="devlibsrc" long-name="Developer Library Source" filter="gt">
       
   462       <unit bldFile="os\buildtools\devlib\devlibhelp\securitysupplement\doc_source" mrp="os\buildtools\devlib\devlibhelp\developerlibrary_doc_source.mrp"/>
       
   463      </component>
       
   464      <component name="devlibhtml" long-name="Developer Library HTML">
       
   465       <unit mrp="os\buildtools\devlib\devlibhelp\group\shared\developerlibrary_doc_plain_html.mrp"/>
       
   466      </component>
       
   467      <component name="toolsdocs" long-name="Tools Documentation">
       
   468       <unit mrp="os\buildtools\devlib\toolsdocs\tools_documentation.mrp"/>
       
   469      </component>
       
   470     </collection>
       
   471     <collection name="misccomponents" long-name="Misc Components" level="mw">
       
   472      <component name="runperl" long-name="Run PERL" filter="gt">
       
   473       <unit bldFile="os\buildtools\misccomponents\runperl\group" mrp="os\buildtools\misccomponents\runperl\group\tools_sdk_eng_runperl.mrp"/>
       
   474      </component>
       
   475      <component name="assertion" long-name="Assertion" filter="gt">
       
   476       <unit bldFile="os\buildtools\misccomponents\assertion\group" mrp="os\buildtools\misccomponents\assertion\group\tools_sdk_eng_assertion.mrp"/>
       
   477      </component>
       
   478      <component name="enum" long-name="Enum" filter="gt">
       
   479       <unit bldFile="os\buildtools\misccomponents\enum\group" mrp="os\buildtools\misccomponents\enum\group\tools_sdk_eng_enum.mrp"/>
       
   480      </component>
       
   481      <component name="logger" long-name="Logger" filter="gt">
       
   482       <unit bldFile="os\buildtools\misccomponents\logger\group" mrp="os\buildtools\misccomponents\logger\group\tools_sdk_eng_logger.mrp"/>
       
   483      </component>
       
   484      <component name="filesys" long-name="Filesys" filter="gt">
       
   485       <unit bldFile="os\buildtools\misccomponents\filesys\group" mrp="os\buildtools\misccomponents\filesys\group\tools_sdk_eng_filesys.mrp"/>
       
   486      </component>
       
   487      <component name="envvar" long-name="Envvar" filter="gt">
       
   488       <unit bldFile="os\buildtools\misccomponents\envvar\group" mrp="os\buildtools\misccomponents\envvar\group\tools_sdk_eng_envvar.mrp"/>
       
   489      </component>
       
   490      <component name="installutils" long-name="Install Utils" filter="gt">
       
   491       <unit bldFile="os\buildtools\misccomponents\installutils\group" mrp="os\buildtools\misccomponents\installutils\group\tools_sdk_eng_installutils.mrp"/>
       
   492      </component>
       
   493      <component name="mnemonicfix" long-name="Mnemonic Fix" filter="gt">
       
   494       <unit bldFile="os\buildtools\misccomponents\mnemonicfix\group" mrp="os\buildtools\misccomponents\mnemonicfix\group\tools_sdk_eng_mnemonicfix.mrp"/>
       
   495      </component>
       
   496      <component name="pathbrowser" long-name="Path Browser" filter="gt">
       
   497       <unit bldFile="os\buildtools\misccomponents\pathbrowser\group" mrp="os\buildtools\misccomponents\pathbrowser\group\tools_sdk_eng_pathbrowser.mrp"/>
       
   498      </component>
       
   499      <component name="shellexec" long-name="Shell Exec" filter="gt">
       
   500       <unit bldFile="os\buildtools\misccomponents\shellexec\group" mrp="os\buildtools\misccomponents\shellexec\group\tools_sdk_eng_shellexec.mrp"/>
       
   501      </component>
       
   502      <component name="swingworker" long-name="Swing Worker" filter="gt">
       
   503       <unit bldFile="os\buildtools\misccomponents\swingworker\group" mrp="os\buildtools\misccomponents\swingworker\group\tools_sdk_eng_swingworker.mrp"/>
       
   504      </component>
       
   505      <component name="testcaserunner" long-name="Test Case Runner" filter="gt">
       
   506       <unit bldFile="os\buildtools\misccomponents\testcaserunner\group" mrp="os\buildtools\misccomponents\testcaserunner\group\tools_sdk_eng_testcaserunner.mrp"/>
       
   507      </component>
       
   508      <component name="toolbarpanel" long-name="Tool Bar Panel" filter="gt">
       
   509       <unit bldFile="os\buildtools\misccomponents\toolbarpanel\group" mrp="os\buildtools\misccomponents\toolbarpanel\group\tools_sdk_eng_toolbarpanel.mrp"/>
       
   510      </component>
       
   511      <component name="javahelp" long-name="Java Help" filter="gt">
       
   512       <unit bldFile="os\buildtools\misccomponents\javahelp\group" mrp="os\buildtools\misccomponents\javahelp\group\tools_sdk_eng_javahelp.mrp"/>
       
   513      </component>
       
   514      <component name="langconfig" long-name="Language Config" filter="gt">
       
   515       <unit bldFile="os\buildtools\misccomponents\langconfig\group" mrp="os\buildtools\misccomponents\langconfig\group\tools_sdk_eng_langconfig.mrp"/>
       
   516      </component>
       
   517      <component name="sdkinfo" long-name="SDK Info" filter="gt">
       
   518       <unit bldFile="os\buildtools\misccomponents\sdkinfo\group" mrp="os\buildtools\misccomponents\sdkinfo\group\tools_sdk_eng_sdkinfo.mrp"/>
       
   519      </component>
       
   520      <component name="jade" long-name="Jade " filter="gt">
       
   521       <unit bldFile="os\buildtools\misccomponents\jade\group" mrp="os\buildtools\misccomponents\jade\group\tools_sdk_eng_jade.mrp"/>
       
   522      </component>
       
   523      <component name="sdkpackagemgr" long-name="SDK Package Manager" filter="gt">
       
   524       <unit bldFile="os\buildtools\misccomponents\sdkpackagemgr\group" mrp="os\buildtools\misccomponents\sdkpackagemgr\group\tools_sdk_eng_sdkpkg-manager.mrp"/>
       
   525      </component>
       
   526      <component name="sdkpkgtools" long-name="SDK Package Tools" filter="gt">
       
   527       <unit bldFile="os\buildtools\misccomponents\sdkpkgtools\group" mrp="os\buildtools\misccomponents\sdkpkgtools\group\tools_sdk_eng_sdkpkg-tools.mrp"/>
       
   528      </component>
       
   529      <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt">
       
   530       <unit bldFile="os\buildtools\misccomponents\emulatorlauncher\group" mrp="os\buildtools\misccomponents\emulatorlauncher\group\tools_sdk_eng_emulator_launcher.mrp"/>
       
   531      </component>
       
   532      <component name="pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt">
       
   533       <unit bldFile="os\buildtools\misccomponents\pkgmgrgui\group" mrp="os\buildtools\misccomponents\pkgmgrgui\group\tools_sdk_eng_pkgmgrgui.mrp"/>
       
   534      </component>
       
   535      <component name="launch" long-name="Launch" filter="gt">
       
   536       <unit bldFile="os\buildtools\misccomponents\launch\group" mrp="os\buildtools\misccomponents\launch\group\tools_sdk_eng_launch.mrp"/>
       
   537      </component>
       
   538      <component name="toolsstubs" long-name="Devices Tools Stubs" filter="gt">
       
   539       <unit bldFile="os\buildtools\misccomponents\toolsstubs\group" mrp="os\buildtools\misccomponents\toolsstubs\group\tools_sdk_eng_tools_stubs.mrp"/>
       
   540      </component>
       
   541      <component name="bspbuilder" long-name="BSP Builder" filter="gt">
       
   542       <unit bldFile="os\buildtools\misccomponents\bspbuilder\group" mrp="os\buildtools\misccomponents\bspbuilder\group\tools_bspbuilder.mrp"/>
       
   543      </component>
       
   544      <component name="splash" long-name="Splash Screen">
       
   545       <unit bldFile="os\buildtools\misccomponents\splash\group" mrp="os\buildtools\misccomponents\splash\group\tools_sdk_eng_splash.mrp"/>
       
   546      </component>
       
   547      <component name="sdkbuilder" long-name="SDK Building Tools">
       
   548       <unit bldFile="os\buildtools\misccomponents\sdkbuilder\group" mrp="os\buildtools\misccomponents\sdkbuilder\group\tools_sdk_eng_sdk_builder.mrp"/>
       
   549      </component>
       
   550     </collection>
       
   551     <collection name="javatoolsplat" long-name="Java Tools Platform" level="mw">
       
   552      <component name="javalib" long-name="Java Library " filter="gt">
       
   553       <unit bldFile="os\buildtools\javatoolsplat\javalib\group" mrp="os\buildtools\javatoolsplat\javalib\group\tools_sdk_eng_javalibrary.mrp"/>
       
   554      </component>
       
   555     </collection>
       
   556     <collection name="fileconv" long-name="File Converters" level="mw">
       
   557      <component name="cjpeg" long-name="CJpeg">
       
   558       <unit bldFile="os\buildtools\fileconv\cjpeg\group" mrp="os\buildtools\fileconv\cjpeg\group\tools_sdk_eng_cjpeg.mrp"/>
       
   559      </component>
       
   560      <component name="alp2csh" long-name="ALP to CSH">
       
   561       <unit bldFile="os\buildtools\fileconv\alp2csh\group" mrp="os\buildtools\fileconv\alp2csh\group\tools_sdk_eng_alp2csh.mrp"/>
       
   562      </component>
       
   563      <component name="rtf2ptml" long-name="RTF to PTML">
       
   564       <unit bldFile="os\buildtools\fileconv\rtf2ptml\group" mrp="os\buildtools\fileconv\rtf2ptml\group\tools_sdk_eng_rtf2ptml.mrp"/>
       
   565      </component>
       
   566     </collection>
       
   567    </block>   
       
   568    <block name="ossrv" long-name="Generic OS Services" level="services" levels="physical-abstraction app-libs encoding translation data-services utilities">
       
   569     <collection name="genericservices" long-name="Generic Services" level="utilities">
       
   570      <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt">
       
   571       <unit version="9.4" bldFile="os\ossrv\genericservices\s60compatibilityheaders\group94" mrp="os\ossrv\genericservices\s60compatibilityheaders\group94\tools_s60_header_compat94.mrp"/>
       
   572      </component>
       
   573      <component name="mimerecognitionfw" long-name="MIME Recognition Framework">
       
   574       <unit bldFile="os\ossrv\genericservices\mimerecognitionfw\group" mrp="os\ossrv\genericservices\mimerecognitionfw\group\app-framework_emime.mrp"/>
       
   575      </component>
       
   576      <component name="systemagent" long-name="System Agent" introduced="9.0">
       
   577       <unit bldFile="os\ossrv\genericservices\systemagent\group" mrp="os\ossrv\genericservices\systemagent\group\syslibs_sysagent2.mrp"/>
       
   578      </component>
       
   579      <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0">
       
   580       <unit bldFile="os\ossrv\genericservices\taskscheduler\group" mrp="os\ossrv\genericservices\taskscheduler\group\syslibs_schsvr.mrp"/>
       
   581      </component>
       
   582      <component name="activebackupclient" long-name="Active Backup Client">
       
   583       <unit bldFile="os\ossrv\genericservices\activebackupclient\group" mrp="os\ossrv\genericservices\activebackupclient\group\connectivity_abclient.mrp"/>
       
   584      </component>
       
   585      <component name="syslibsdocs" long-name="Syslibs Documentation" class="doc">
       
   586       <unit mrp="os\ossrv\genericservices\syslibsdocs\syslibs_documentation.mrp"/>
       
   587      </component>
       
   588      <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2">
       
   589       <unit bldFile="os\ossrv\genericservices\httputils\group" mrp="os\ossrv\genericservices\httputils\group\application-protocols_inetprotutil.mrp"/>
       
   590      </component>
       
   591     </collection>
       
   592     <collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities">
       
   593      <component name="syslibssvs" long-name="Syslibs Verfication Suite" class="placeholder test" introduced="tb91">
       
   594       <!-- PLACEHOLDER="DS.1603"
       
   595 			<unit mrp="os/ossrv/syslibsapitest/group/syslibssvs.mrp"/>
       
   596 			-->
       
   597      </component>
       
   598     </collection>
       
   599     <collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
       
   600      <component name="ziplib" long-name="Zip Compression Library" introduced="6.0">
       
   601       <unit bldFile="os\ossrv\compressionlibs\ziplib\group" mrp="os\ossrv\compressionlibs\ziplib\group\syslibs_ezlib.mrp"/>
       
   602      </component>
       
   603     </collection>
       
   604     <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
       
   605      <component name="cstdlib" long-name="C Standard Library" introduced="ER5">
       
   606       <unit bldFile="os\ossrv\genericopenlibs\cstdlib\group" mrp="os\ossrv\genericopenlibs\cstdlib\group\syslibs_stdlib.mrp"/>
       
   607      </component>
       
   608      <component name="openenvcore" long-name="Open Environment Core" introduced="tb91">
       
   609       <unit bldFile="os\ossrv\genericopenlibs\openenvcore\group" mrp="os\ossrv\genericopenlibs\openenvcore\group\openenv.mrp"/>
       
   610      </component>
       
   611     </collection>
       
   612     <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
       
   613      <component name="pluginfw" long-name="Plugin Framework" introduced="6.2">
       
   614       <unit version="2" bldFile="os\ossrv\lowlevellibsandfws\pluginfw\Group" mrp="os\ossrv\lowlevellibsandfws\pluginfw\Group\syslibs_ecom.mrp"/>
       
   615      </component>
       
   616      <component name="apputils" long-name="Application Utilities" introduced="ER5">
       
   617       <unit bldFile="os\ossrv\lowlevellibsandfws\apputils\group" mrp="os\ossrv\lowlevellibsandfws\apputils\group\syslibs_bafl.mrp"/>
       
   618      </component>
  4758      </component>
   619     </collection>
  4759     </collection>
   620    </block>
  4760    </block>
   621    <block name="security" long-name="OS Security" level="services" levels="physical-abstraction plugins libraries management services utilities">
  4761    <block long-name="XML Services" level="services" name="xmlsrv" levels="plugin server framework generic specific">
   622     <collection name="contentmgmt" long-name="Content Management" level="utilities">
  4762     <collection name="xml" long-name="XML" level="generic">
   623      <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1">
  4763      <component name="wbxmlparser" long-name="WBXML Parser" plugin="Y" introduced="7.0s">
   624       <unit bldFile="os\security\contentmgmt\contentaccessfwfordrm\group" mrp="os\security\contentmgmt\contentaccessfwfordrm\group\security_caf2.mrp"/>
  4764       <unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
   625      </component>
  4765      </component>
   626      <component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1">
  4766      <component name="xmlexpatparser" long-name="XML Expat Parser" plugin="Y" introduced="7.0s">
   627       <unit bldFile="os\security\contentmgmt\cafrecogniserconfig" mrp="os\security\contentmgmt\cafrecogniserconfig\security_reccafconfig.mrp"/>
  4767       <unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
   628      </component>
  4768      </component>
   629     </collection>
  4769      <component name="xmlfw" long-name="XML Framework" introduced="7.0s">
   630     <collection name="crypto" long-name="Crypto Libraries" level="libraries">
  4770       <unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
   631      <component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt">
  4771      </component>
   632       <unit bldFile="os\security\crypto\weakcrypto\group" mrp="os\security\crypto\weakcrypto\group\security_crypto_weak.mrp"/>
  4772     </collection>
   633      </component>
  4773     <collection name="xmlengine" long-name="XML Engine" level="server">
   634      <component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt">
  4774      <component name="domxpathwrapper" long-name="DOM XPath Wrapper">
   635       <unit bldFile="os\security\crypto\weakcrypto\strong" mrp="os\security\crypto\weakcrypto\group\security_crypto_strong.mrp"/>
  4775       <unit bldFile="os/xmlsrv/xmlengine/domxpathwrapper/group"/>
   636      </component>
  4776      </component>
   637     </collection>
  4777      <component name="libxml2" long-name="Libxml2">
   638     <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
  4778       <unit bldFile="os/xmlsrv/xmlengine/libxml2/group"/>
   639      <component name="securityutils" long-name="Security Utils" introduced="8.0">
  4779      </component>
   640       <unit bldFile="os\security\cryptomgmtlibs\securityutils\group" mrp="os\security\cryptomgmtlibs\securityutils\group\security_common.mrp"/>
  4780      <component name="xmlenginesaxplugin" long-name="XML Engine SAX Plugin">
   641      </component>
  4781       <unit bldFile="os/xmlsrv/xmlengine/xmlenginesaxplugin/group"/>
   642      <component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" class="test" deprecated="tb92">
  4782      </component>
   643       <unit mrp="os\security\cryptomgmtlibs\securitytestfw\group\security_testframework.mrp"/>
  4783      <component name="xmlengineserializer" long-name="XML Engines Erializer">
   644      </component>
  4784       <unit bldFile="os/xmlsrv/xmlengine/xmlengineserializer/group"/>
   645      <component name="securitydocs" long-name="Security Documentation">
  4785      </component>
   646       <unit mrp="os\security\cryptomgmtlibs\securitydocs\security_documentation.mrp"/>
  4786      <component name="xmlengineutils" long-name="XML Engine Utils">
   647      </component>
  4787       <unit bldFile="os/xmlsrv/xmlengine/xmlengineutils/group"/>
   648      <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0">
  4788      </component>
   649       <unit bldFile="os\security\cryptomgmtlibs\cryptotokenfw\group" mrp="os\security\cryptomgmtlibs\cryptotokenfw\group\security_cryptotokens.mrp"/>
  4789      <!-- Following Component added by SF via autopopulating script from S60 model -->
   650      </component>
  4790      <component name="xmlengine" long-name="xmlengine">
   651     </collection>
  4791       <!-- Unit added by SF via autopopulating script from S60 model -->
   652     <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
  4792       <unit bldFile="os/xmlsrv/xmlengine/group"/>
   653      <component name="securityconfig" long-name="Security Config" introduced="9.1">
  4793      </component>
   654       <unit bldFile="os\security\securityanddataprivacytools\securityconfig\group" mrp="os\security\securityanddataprivacytools\securityconfig\group\security_config.mrp"/>
  4794     </collection>
   655      </component>
  4795     <collection name="xmlsecurityengine" long-name="XML Security Engine" level="framework">
   656      <component name="securitytools" long-name="Security Tools" class="PC" introduced="tb92">
  4796      <component name="xmlsec" long-name="XML Security">
   657       <unit bldFile="os\security\securityanddataprivacytools\securitytools\group" mrp="os\security\securityanddataprivacytools\securitytools\group\security_tools.mrp"/>
  4797       <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsec/group"/>
   658      </component>
  4798      </component>
   659     </collection>
  4799      <component name="xmlseccertman" long-name="XML Security Certman">
   660     <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
  4800       <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccertman/group"/>
   661      <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0">
  4801      </component>
   662       <unit bldFile="os\security\cryptoservices\certificateandkeymgmt\group" mrp="os\security\cryptoservices\certificateandkeymgmt\group\security_certman.mrp"/>
  4802      <component name="xmlseccrypto" long-name="XML Security Crypto">
   663      </component>
  4803       <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccrypto/group"/>
   664      <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0">
  4804      </component>
   665       <unit bldFile="os\security\cryptoservices\filebasedcertificateandkeystores\group" mrp="os\security\cryptoservices\filebasedcertificateandkeystores\group\security_filetokens.mrp"/>
  4805      <component name="xmlsecwrapper" long-name="XML Security Wrapper">
   666      </component>
  4806       <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsecwrapper/group"/>
   667      <component name="rootcertificates" long-name="Root Certificates" introduced="7.0s">
  4807      </component>
   668       <unit mrp="os\security\cryptoservices\rootcertificates\rootcerts.mrp"/>
  4808      <!-- Following Component added by SF via autopopulating script from S60 model -->
   669      </component>
  4809      <component name="xmlsecurityengine" long-name="xmlsecurityengine">
   670      <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0">
  4810       <!-- Unit added by SF via autopopulating script from S60 model -->
   671       <unit bldFile="os\security\cryptoservices\asnpkcs\group" mrp="os\security\cryptoservices\asnpkcs\group\security_asnpkcs.mrp"/>
  4811       <unit bldFile="os/xmlsrv/xmlsecurityengine/group"/>
       
  4812      </component>
       
  4813     </collection>
       
  4814     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4815     <collection name="xmlsrv" long-name="xmlsrv">
       
  4816      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4817      <component name="xmlsrv" long-name="xmlsrv">
       
  4818       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4819       <unit bldFile="os/xmlsrv/group"/>
       
  4820      </component>
       
  4821     </collection>
       
  4822     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4823     <collection name="xmlsrv_plat" long-name="xmlsrv_plat">
       
  4824      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4825      <component name="xmlsrv_plat" long-name="xmlsrv_plat">
       
  4826       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4827       <unit bldFile="os/xmlsrv/xmlsrv_plat/group"/>
       
  4828      </component>
       
  4829      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4830      <component name="libxml2_canonical_xml_api" long-name="libxml2_canonical_xml_api">
       
  4831       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4832       <unit bldFile="os/xmlsrv/xmlsrv_plat/libxml2_canonical_xml_api/group"/>
       
  4833      </component>
       
  4834      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4835      <component name="libxml2_parser_api" long-name="libxml2_parser_api">
       
  4836       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4837       <unit bldFile="os/xmlsrv/xmlsrv_plat/libxml2_parser_api/group"/>
       
  4838      </component>
       
  4839      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4840      <component name="libxml2_utils_api" long-name="libxml2_utils_api">
       
  4841       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4842       <unit bldFile="os/xmlsrv/xmlsrv_plat/libxml2_utils_api/group"/>
       
  4843      </component>
       
  4844      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4845      <component name="libxml2_xml_linking_api" long-name="libxml2_xml_linking_api">
       
  4846       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4847       <unit bldFile="os/xmlsrv/xmlsrv_plat/libxml2_xml_linking_api/group"/>
       
  4848      </component>
       
  4849      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4850      <component name="libxml2_xml_pointer_api" long-name="libxml2_xml_pointer_api">
       
  4851       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4852       <unit bldFile="os/xmlsrv/xmlsrv_plat/libxml2_xml_pointer_api/group"/>
       
  4853      </component>
       
  4854      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4855      <component name="libxml2_xml_schemas_api" long-name="libxml2_xml_schemas_api">
       
  4856       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4857       <unit bldFile="os/xmlsrv/xmlsrv_plat/libxml2_xml_schemas_api/group"/>
       
  4858      </component>
       
  4859      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4860      <component name="libxml2_xpath_api" long-name="libxml2_xpath_api">
       
  4861       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4862       <unit bldFile="os/xmlsrv/xmlsrv_plat/libxml2_xpath_api/group"/>
       
  4863      </component>
       
  4864      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4865      <component name="xml_encryption_api" long-name="xml_encryption_api">
       
  4866       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4867       <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_encryption_api/group"/>
       
  4868      </component>
       
  4869      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4870      <component name="xml_engine_deserializer_api" long-name="xml_engine_deserializer_api">
       
  4871       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4872       <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_deserializer_api/group"/>
       
  4873      </component>
       
  4874      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4875      <component name="xml_engine_serializer_api" long-name="xml_engine_serializer_api">
       
  4876       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4877       <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_serializer_api/group"/>
       
  4878      </component>
       
  4879      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4880      <component name="xml_engine_utils_api" long-name="xml_engine_utils_api">
       
  4881       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4882       <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_utils_api/group"/>
       
  4883      </component>
       
  4884      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4885      <component name="xml_engine_xpath_api" long-name="xml_engine_xpath_api">
       
  4886       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4887       <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_xpath_api/group"/>
       
  4888      </component>
       
  4889      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4890      <component name="xml_security_engine_utils_api" long-name="xml_security_engine_utils_api">
       
  4891       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4892       <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_security_engine_utils_api/group"/>
       
  4893      </component>
       
  4894      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4895      <component name="xml_signature_api" long-name="xml_signature_api">
       
  4896       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4897       <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_signature_api/group"/>
       
  4898      </component>
       
  4899     </collection>
       
  4900     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  4901     <collection name="xmlsrv_pub" long-name="xmlsrv_pub">
       
  4902      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4903      <component name="xmlsrv_pub" long-name="xmlsrv_pub">
       
  4904       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4905       <unit bldFile="os/xmlsrv/xmlsrv_pub/group"/>
       
  4906      </component>
       
  4907      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4908      <component name="xml_engine_dom_api" long-name="xml_engine_dom_api">
       
  4909       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4910       <unit bldFile="os/xmlsrv/xmlsrv_pub/xml_engine_dom_api/group"/>
   672      </component>
  4911      </component>
   673     </collection>
  4912     </collection>
   674    </block>
  4913    </block>
   675    <block name="persistentdata" long-name="Persistent Data Services" level="services" levels="adaptation hw-if plugin framework server app-if">
  4914    <block long-name="Device Platform Release" level="services" name="deviceplatformrelease" levels="bld mid top">
   676     <collection name="featuremgmt" long-name="Feature Management" level="framework">
  4915     <collection name="S60Extras" long-name="S60 Extras" level="mid">
   677      <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="Future">
  4916      <component name="S60Extras compo" long-name="S60 Extras Component">
   678       <unit bldFile="os\persistentdata\featuremgmt\featureregistry\group" mrp="os\persistentdata\featuremgmt\featureregistry\group\syslibs_featreg.mrp"/>
  4917       <unit bldFile="os/deviceplatformrelease/S60Extras/S60Extras compo/group"/>
   679      </component>
  4918      </component>
   680     </collection>
  4919      <!-- Following Component added by SF via autopopulating script from S60 model -->
   681     <collection name="loggingservices" long-name="Logging Services" level="server">
  4920      <component name="S60Extras" long-name="S60Extras">
   682      <component name="eventlogger" long-name="Event Logger" introduced="6.0">
  4921       <!-- Unit added by SF via autopopulating script from S60 model -->
   683       <unit bldFile="os\persistentdata\loggingservices\eventlogger\group" mrp="os\persistentdata\loggingservices\eventlogger\group\syslibs_logeng.mrp"/>
  4922       <unit bldFile="os/deviceplatformrelease/S60Extras/group"/>
   684      </component>
  4923      </component>
   685      <component name="filelogger" long-name="File Logger" introduced="ER5">
  4924     </collection>
   686       <unit bldFile="os\persistentdata\loggingservices\filelogger\group" mrp="os\persistentdata\loggingservices\filelogger\group\comms-infras_flogger.mrp"/>
  4925     <collection name="S60Helps" long-name="S60 Helps" level="mid">
   687      </component>
  4926      <component name="S60Helps compo" long-name="S60 Helps Component">
   688      <component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1">
  4927       <unit bldFile="os/deviceplatformrelease/S60Helps/S60Helps compo/group"/>
   689       <unit bldFile="os\persistentdata\loggingservices\rfilelogger\group" mrp="os\persistentdata\loggingservices\rfilelogger\group\testtools_utilities.mrp"/>
  4928      </component>
   690      </component>
  4929      <!-- Following Component added by SF via autopopulating script from S60 model -->
   691     </collection>
  4930      <component name="S60Helps" long-name="S60Helps">
   692     <collection name="traceservices" long-name="Trace Services" level="server">
  4931       <!-- Unit added by SF via autopopulating script from S60 model -->
   693      <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s">
  4932       <unit bldFile="os/deviceplatformrelease/S60Helps/Group"/>
   694       <unit bldFile="os\persistentdata\traceservices\commsdebugutility\group" mrp="os\persistentdata\traceservices\commsdebugutility\group\comms-infras_commsdebugutility.mrp"/>
  4933      </component>
   695      </component>
  4934     </collection>
   696      <component name="tracefw" long-name="Trace Framework" introduced="9.2">
  4935     <collection name="S60LocFiles" long-name="S60 Loc Files" level="mid">
   697       <unit bldFile="os\persistentdata\traceservices\tracefw\ulogger\group" mrp="os\persistentdata\traceservices\tracefw\ulogger\group\tools_debug_trace.mrp"/>
  4936      <component name="S60LocFiles compo" long-name="S60 Loc Files Component">
   698      </component>
  4937       <unit bldFile="os/deviceplatformrelease/S60LocFiles/S60LocFiles compo/group"/>
   699      <component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91">
  4938      </component>
   700       <unit bldFile="os\persistentdata\traceservices\utrace\group" mrp="os\persistentdata\traceservices\utrace\group\testtools_utrace_api.mrp"/>
  4939      <!-- Following Component added by SF via autopopulating script from S60 model -->
   701      </component>
  4940      <component name="S60LocFiles" long-name="S60LocFiles">
   702     </collection>
  4941       <!-- Unit added by SF via autopopulating script from S60 model -->
   703     <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
  4942       <unit bldFile="os/deviceplatformrelease/S60LocFiles/group"/>
   704      <component name="store" long-name="Store">
  4943      </component>
   705       <unit bldFile="os\persistentdata\persistentstorage\store\group" mrp="os\persistentdata\persistentstorage\store\group\syslibs_store.mrp"/>
  4944     </collection>
   706      </component>
  4945     <collection name="Version" long-name="Version" level="top">
   707      <component name="dbms" long-name="DBMS">
  4946      <component name="Version compo" long-name="Version Component">
   708       <unit bldFile="os\persistentdata\persistentstorage\dbms\group" mrp="os\persistentdata\persistentstorage\dbms\group\syslibs_dbms.mrp"/>
  4947       <unit bldFile="os/deviceplatformrelease/Version/Version compo/group"/>
   709      </component>
  4948      </component>
   710      <component name="centralrepository" long-name="Central Repository" introduced="7.0s">
  4949      <!-- Following Component added by SF via autopopulating script from S60 model -->
   711       <unit bldFile="os\persistentdata\persistentstorage\centralrepository\group" mrp="os\persistentdata\persistentstorage\centralrepository\group\syslibs_centralrepository.mrp"/>
  4950      <component name="Version" long-name="Version">
   712      </component>
  4951       <!-- Unit added by SF via autopopulating script from S60 model -->
   713      <component name="sql" long-name="SQL" introduced="9.3">
  4952       <unit bldFile="os/deviceplatformrelease/Version/group"/>
   714       <unit bldFile="os\persistentdata\persistentstorage\sql\GROUP" mrp="os\persistentdata\persistentstorage\sql\GROUP\syslibs_sql.mrp"/>
  4953      </component>
   715      </component>
  4954     </collection>
   716     </collection>
  4955     <collection name="foundation_system" long-name="Foundation System" level="top">
   717    </block>
  4956      <component name="systemdocs" long-name="System Documentation" class="doc">
   718    <block name="devicesrv" long-name="Device Services" level="services" levels="adaptation hw-if plugin framework server app-if">
  4957       <unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
   719     <collection name="accessoryservices" long-name="Accessory Services" level="framework">
  4958      </component>
   720      <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1">
  4959     </collection>
   721       <unit bldFile="os\devicesrv\accessoryservices\remotecontrolfw\group" mrp="os\devicesrv\accessoryservices\remotecontrolfw\group\bluetooth_remotecontrol.mrp"/>
       
   722      </component>
       
   723      <component name="reftsp" long-name="Remote Control Reference TSP" plugin="Y" introduced="9.1">
       
   724       <unit bldFile="os\devicesrv\accessoryservices\reftsp\group" mrp="os\devicesrv\accessoryservices\reftsp\group\bluetooth_remotecontrol_refTSP.mrp"/>
       
   725      </component>
       
   726     </collection>
       
   727     <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
       
   728      <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91">
       
   729       <unit bldFile="os\devicesrv\resourcemgmt\hwresourcesmgr\group" mrp="os\devicesrv\resourcemgmt\hwresourcesmgr\group\telephony_hwrm.mrp"/>
       
   730      </component>
       
   731      <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0">
       
   732       <unit bldFile="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group" mrp="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group\syslibs_pwrcli.mrp"/>
       
   733      </component>
       
   734     </collection>
       
   735     <collection name="sysstatemgmt" long-name="System State Management" level="server">
       
   736      <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92">
       
   737       <unit bldFile="os\devicesrv\sysstatemgmt\systemstarter\group" mrp="os\devicesrv\sysstatemgmt\systemstarter\group\app-framework_sysstart.mrp"/>
       
   738      </component>
       
   739     </collection>
       
   740    </block>
       
   741    <block name="lbs" long-name="Locating Services" level="services" levels="hw-if data-acquisition adaptation management application-interface">
       
   742     <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
       
   743      <component name="defaultpositioningmodule" long-name="Default Positioning Module" plugin="Y" introduced="tb91">
       
   744       <unit bldFile="os\lbs\datasourcemodules\defaultpositioningmodule\group" mrp="os\lbs\datasourcemodules\defaultpositioningmodule\group\lbs_default_positioning_module.mrp"/>
       
   745      </component>
       
   746      <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" plugin="Y" introduced="tb91">
       
   747       <unit bldFile="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group" mrp="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group\lbs_bt_positioning_module.mrp"/>
       
   748      </component>
       
   749      <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" plugin="Y" introduced="tb91">
       
   750       <unit bldFile="os\lbs\datasourcemodules\simulationpositioningmodule\group" mrp="os\lbs\datasourcemodules\simulationpositioningmodule\group\lbs_simulation_positioning_module.mrp"/>
       
   751      </component>
       
   752      <component name="agpsintegrationmodule" long-name="A-GPS Integration Module" plugin="Y" introduced="9.2">
       
   753       <unit bldFile="os\lbs\datasourcemodules\agpsintegrationmodule\group" mrp="os\lbs\datasourcemodules\agpsintegrationmodule\group\lbs_datasourceplugins.mrp"/>
       
   754      </component>
       
   755     </collection>
       
   756     <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
       
   757      <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" plugin="Y" introduced="tb91">
       
   758       <unit bldFile="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group" mrp="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group\lbs_gps_data_source_adaptation.mrp"/>
       
   759      </component>
       
   760     </collection>
       
   761     <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
       
   762      <component name="locationserver" long-name="Location Server" introduced="9.2">
       
   763       <unit bldFile="os\lbs\locationrequestmgmt\locationserver\group" mrp="os\lbs\locationrequestmgmt\locationserver\group\lbs_locationserver.mrp"/>
       
   764      </component>
       
   765      <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2">
       
   766       <unit bldFile="os\lbs\locationrequestmgmt\networkrequesthandler\group" mrp="os\lbs\locationrequestmgmt\networkrequesthandler\group\lbs_networkrequesthandler.mrp"/>
       
   767      </component>
       
   768     </collection>
       
   769     <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
       
   770      <component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" class="test">
       
   771       <unit mrp="os\lbs\lbstest\lbstestproduct\group\lbs_testproduct.mrp"/>
       
   772      </component>
       
   773      <component name="locationprotocoltest" long-name="Location Protocol Tests" plugin="Y" introduced="9.2">
       
   774       <unit bldFile="os\lbs\lbstest\locationprotocoltest\group" mrp="os\lbs\lbstest\locationprotocoltest\group\lbs_networktest.mrp"/>
       
   775      </component>
       
   776     </collection>
       
   777     <collection name="locationmgmt" long-name="Location Management" level="management">
       
   778      <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2">
       
   779       <unit bldFile="os\lbs\locationmgmt\agpslocationmgr\group" mrp="os\lbs\locationmgmt\agpslocationmgr\group\lbs_agpslocationmanager.mrp"/>
       
   780      </component>
       
   781      <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2">
       
   782       <unit bldFile="os\lbs\locationmgmt\networklocationmgr\group" mrp="os\lbs\locationmgmt\networklocationmgr\group\lbs_networklocationmanager.mrp"/>
       
   783      </component>
       
   784      <component name="locationcore" long-name="Location Core" introduced="9.2">
       
   785       <unit bldFile="os\lbs\locationmgmt\locationcore\group" mrp="os\lbs\locationmgmt\locationcore\group\lbs_admin.mrp"/>
       
   786      </component>
       
   787      <component name="networkgateway" long-name="Network Gateway" introduced="9.2">
       
   788       <unit bldFile="os\lbs\locationmgmt\networkgateway\group" mrp="os\lbs\locationmgmt\networkgateway\group\lbs_networkgateway.mrp"/>
       
   789      </component>
       
   790     </collection>
       
   791     <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
       
   792      <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" plugin="Y" introduced="tb91">
       
   793       <unit bldFile="os\lbs\networkprotocolmodules\privacyprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\privacyprotocolmodule\group\lbs_privacyprotocolmodule.mrp"/>
       
   794      </component>
       
   795      <component name="suplprotocolmodule" long-name="SUPL Protocol Module" plugin="Y" introduced="tb91" deprecated="tb91">
       
   796       <unit bldFile="os\lbs\networkprotocolmodules\suplprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\suplprotocolmodule\group\lbs_suplprotocolmodule.mrp"/>
       
   797      </component>
       
   798     </collection>
       
   799    </block>
       
   800    <block name="commsfw" long-name="Communications Framework" level="services" levels="server support  framework process app-if">
       
   801     <collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
       
   802      <component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" class="placeholder test" introduced="tb91">
       
   803       <!-- PLACEHOLDER="DS.1603"
       
   804 			<unit mrp="os/commsfw/commsinfrastructureapitest/group/commsinfrastructuresvs.mrp"/>
       
   805 			-->
       
   806      </component>
       
   807     </collection>
       
   808     <collection name="commsprocess" long-name="Comms Process" level="process">
       
   809      <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s">
       
   810       <unit bldFile="os\commsfw\commsprocess\commsrootserverconfig\group" mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver.mrp"/>
       
   811      </component>
       
   812      <component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" class="config">
       
   813       <unit mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver-config.mrp"/>
       
   814      </component>
       
   815     </collection>
       
   816     <collection name="commsconfig" long-name="Comms Config" level="process">
       
   817      <component name="commsdatabase" long-name="Comms Database">
       
   818       <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group\comms-infras_commsdat.mrp"/>
       
   819      </component>
       
   820      <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1">
       
   821       <unit bldFile="os\commsfw\commsconfig\commsdatabaseshim\group" mrp="os\commsfw\commsconfig\commsdatabaseshim\group\comms-infras_commdbshim.mrp"/>
       
   822      </component>
       
   823     </collection>
       
   824     <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
       
   825      <component name="esockserver" long-name="ESock Server">
       
   826       <unit version="2" bldFile="os\commsfw\datacommsserver\esockserver\group" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock.mrp"/>
       
   827      </component>
       
   828      <component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" class="config">
       
   829       <unit version="2" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock-config.mrp"/>
       
   830      </component>
       
   831      <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U">
       
   832       <unit version="1" bldFile="os\commsfw\datacommsserver\networkinterfacemgr\group" mrp="os\commsfw\datacommsserver\networkinterfacemgr\group\comms-infras_nifman.mrp"/>
       
   833      </component>
       
   834      <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1">
       
   835       <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\group" mrp="os\commsfw\datacommsserver\networkingdialogapi\group\networking_dialog.mrp"/>
       
   836      </component>
       
   837      <component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1">
       
   838       <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\default" mrp="os\commsfw\datacommsserver\networkingdialogapi\default\networking_dialog_default.mrp"/>
       
   839      </component>
       
   840      <component name="networkcontroller" long-name="Network Controller" plugin="Y" introduced="7.0s">
       
   841       <unit bldFile="os\commsfw\datacommsserver\networkcontroller\group" mrp="os\commsfw\datacommsserver\networkcontroller\group\networking_netcon.mrp"/>
       
   842      </component>
       
   843     </collection>
       
   844     <collection name="serialserver" long-name="Serial Server" level="server">
       
   845      <component name="serialportcsy" long-name="Serial Port CSY" class="placeholder" plugin="Y" introduced="ER5">
       
   846       <!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
       
   847      </component>
       
   848      <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" class="test">
       
   849       <unit bldFile="os\commsfw\serialserver\packetloopbackcsy\group" mrp="os\commsfw\serialserver\packetloopbackcsy\group\PacketLoopbackCSY.mrp"/>
       
   850      </component>
       
   851      <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5">
       
   852       <unit bldFile="os\commsfw\serialserver\c32serialserver\group" mrp="os\commsfw\serialserver\c32serialserver\group\ser-comms_c32.mrp"/>
       
   853      </component>
       
   854      <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" class="config">
       
   855       <unit bldFile="os\commsfw\serialserver\c32serialserverconfig" mrp="os\commsfw\serialserver\c32serialserverconfig\ser-comms_c32-config.mrp"/>
       
   856      </component>
       
   857      <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation">
       
   858       <unit mrp="os\commsfw\serialserver\c32serialserverdocs\ser-comms_documentation.mrp"/>
       
   859      </component>
       
   860     </collection>
       
   861     <collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
       
   862      <component name="refcpr" long-name="Reference CPR" plugin="Y" introduced="9.2">
       
   863       <unit bldFile="os\commsfw\baseconnectionproviders\refcpr\group" mrp="os\commsfw\baseconnectionproviders\refcpr\group\networking_ReferenceCPR.mrp"/>
       
   864      </component>
       
   865      <component name="refscpr" long-name="Reference SCPR" plugin="Y" introduced="9.2">
       
   866       <unit bldFile="os\commsfw\baseconnectionproviders\refscpr\group" mrp="os\commsfw\baseconnectionproviders\refscpr\group\networking_ReferenceSCPR.mrp"/>
       
   867      </component>
       
   868     </collection>
       
   869     <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
       
   870      <component name="commfw" long-name="Comms Framework" introduced="7.0s">
       
   871       <unit bldFile="os\commsfw\commsfwutils\commfw\group" mrp="os\commsfw\commsfwutils\commfw\group\comms-infras_commsfw.mrp" priority="10"/>
       
   872      </component>
       
   873      <component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s">
       
   874       <unit bldFile="os\commsfw\commsfwutils\mbufmgr\group" mrp="os\commsfw\commsfwutils\mbufmgr\group\comms-infras_mbufmgr.mrp"/>
       
   875      </component>
       
   876     </collection>
       
   877     <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
       
   878      <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" class="doc">
       
   879       <unit mrp="os\commsfw\commsfw_info\commsinfrastructuredocs\comms-infras_documentation.mrp"/>
       
   880      </component>
       
   881     </collection>
       
   882     <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
       
   883      <component name="commselements" long-name="Comms Elements" introduced="8.0">
       
   884       <unit bldFile="os\commsfw\commsfwsupport\commselements\group" mrp="os\commsfw\commsfwsupport\commselements\group\comms-infras_elements.mrp"/>
       
   885      </component>
       
   886     </collection>
       
   887     <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
       
   888      <component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" class="config PC">
       
   889       <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group\comms-infras_defaultcommdb.mrp"/>
       
   890      </component>
       
   891      <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" class="PC">
       
   892       <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group\comms-infras_installdefaultcommdb.mrp" priority="1010"/>
       
   893      </component>
       
   894      <component name="commstools" long-name="Comms Tools" introduced="tb91" class="PC">
       
   895       <unit mrp="os\commsfw\commsfwtools\commstools\group\comms-infras_tools.mrp"/>
       
   896      </component>
       
   897     </collection>
       
   898    </block>
       
   899    <block name="networkingsrv" long-name="Networking Services" level="services" levels="adaptation hw-if plugin framework server app-if">
       
   900     <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
       
   901      <component name="internetsockets" long-name="Internet Sockets" introduced="ER5">
       
   902       <unit bldFile="os\networkingsrv\esockapiextensions\internetsockets\group" mrp="os\networkingsrv\esockapiextensions\internetsockets\group\networking_insock.mrp"/>
       
   903      </component>
       
   904     </collection>
       
   905     <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
       
   906      <component name="dnd" long-name="DND" introduced="7.0">
       
   907       <unit bldFile="os\networkingsrv\tcpiputils\dnd\group" mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd.mrp"/>
       
   908      </component>
       
   909      <component name="dndconfig" long-name="DND Config" introduced="7.0" class="config">
       
   910       <unit mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd-config.mrp"/>
       
   911      </component>
       
   912      <component name="dhcp" long-name="DHCP" introduced="8.0">
       
   913       <unit bldFile="os\networkingsrv\tcpiputils\dhcp\group" mrp="os\networkingsrv\tcpiputils\dhcp\group\networking_dhcp.mrp"/>
       
   914      </component>
       
   915      <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" plugin="Y" introduced="tb91">
       
   916       <unit bldFile="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group" mrp="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group\networking_napt.mrp"/>
       
   917      </component>
       
   918     </collection>
       
   919     <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
       
   920      <component name="nullagt" long-name="NULL AGT" plugin="Y" introduced="7.0s">
       
   921       <unit bldFile="os\networkingsrv\linklayercontrol\nullagt\group" mrp="os\networkingsrv\linklayercontrol\nullagt\group\networking_nullagt.mrp"/>
       
   922      </component>
       
   923     </collection>
       
   924     <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
       
   925      <component name="ethernetnif" long-name="Ethernet NIF" plugin="Y">
       
   926       <unit bldFile="os\networkingsrv\linklayerprotocols\ethernetnif\group" mrp="os\networkingsrv\linklayerprotocols\ethernetnif\group\networking_ether802.mrp"/>
       
   927      </component>
       
   928      <component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" plugin="Y" introduced="7.0">
       
   929       <unit mrp="os\networkingsrv\linklayerprotocols\ethernetpacketdriver\group\networking_etherdrv_srconly.mrp"/>
       
   930      </component>
       
   931      <component name="pppnif" long-name="PPP NIF" plugin="Y" introduced="ER5">
       
   932       <unit version="1" bldFile="os\networkingsrv\linklayerprotocols\pppnif\group" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp.mrp"/>
       
   933      </component>
       
   934      <component name="pppconfig" long-name="PPP Config" introduced="ER5">
       
   935       <unit version="1" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp-config.mrp"/>
       
   936      </component>
       
   937      <component name="slipnif" long-name="SLIP NIF" plugin="Y">
       
   938       <unit bldFile="os\networkingsrv\linklayerprotocols\slipnif\group" mrp="os\networkingsrv\linklayerprotocols\slipnif\group\networking_slip.mrp"/>
       
   939      </component>
       
   940      <component name="tunnelnif" long-name="Tunnel NIF" plugin="Y" introduced="7.0s">
       
   941       <unit bldFile="os\networkingsrv\linklayerprotocols\tunnelnif\group" mrp="os\networkingsrv\linklayerprotocols\tunnelnif\group\networking_tunnelnif.mrp"/>
       
   942      </component>
       
   943     </collection>
       
   944     <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
       
   945      <component name="packetlogger" long-name="Packet Logger" introduced="8.1" class="test">
       
   946       <unit bldFile="os\networkingsrv\linklayerutils\packetlogger\group" mrp="os\networkingsrv\linklayerutils\packetlogger\group\networking_packetlogger.mrp"/>
       
   947      </component>
       
   948     </collection>
       
   949     <collection name="networkcontrol" long-name="Network Control" level="plugin">
       
   950      <component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" class="config">
       
   951       <unit mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos-config.mrp"/>
       
   952      </component>
       
   953      <component name="qoslib" long-name="QoS Library" introduced="7.0s">
       
   954       <unit bldFile="os\networkingsrv\networkcontrol\qoslib\group" mrp="os\networkingsrv\networkcontrol\qoslib\group\networking_qoslib.mrp"/>
       
   955      </component>
       
   956      <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s">
       
   957       <unit bldFile="os\networkingsrv\networkcontrol\pfqoslib\group" mrp="os\networkingsrv\networkcontrol\pfqoslib\group\networking_pfqoslib.mrp"/>
       
   958      </component>
       
   959      <component name="qosfwprt" long-name="QoS Framework PRT" plugin="Y" introduced="7.0s">
       
   960       <unit bldFile="os\networkingsrv\networkcontrol\qosfwconfig\qos\group" mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos.mrp"/>
       
   961      </component>
       
   962      <component name="ipcpr" long-name="IP CPR" plugin="Y" introduced="8.1">
       
   963       <unit bldFile="os\networkingsrv\networkcontrol\ipcpr\group" mrp="os\networkingsrv\networkcontrol\ipcpr\group\networking_ipcpr.mrp"/>
       
   964      </component>
       
   965      <component name="ipscpr" long-name="IP SCPR" plugin="Y" introduced="9.1">
       
   966       <unit bldFile="os\networkingsrv\networkcontrol\ipscpr\group" mrp="os\networkingsrv\networkcontrol\ipscpr\group\networking_ipscpr.mrp"/>
       
   967      </component>
       
   968      <component name="ipcprshim" long-name="IP CPR Shim" plugin="Y" deprecated="Future">
       
   969       <unit bldFile="os\networkingsrv\networkcontrol\ipcprshim\group" mrp="os\networkingsrv\networkcontrol\ipcprshim\group\networking_shimcpr.mrp"/>
       
   970      </component>
       
   971     </collection>
       
   972     <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
       
   973      <component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" class="config">
       
   974       <unit mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6-config.mrp"/>
       
   975      </component>
       
   976      <component name="ipeventnotifier" long-name="IP Event Notifier" plugin="Y" introduced="8.1">
       
   977       <unit bldFile="os\networkingsrv\networkprotocols\ipeventnotifier\group" mrp="os\networkingsrv\networkprotocols\ipeventnotifier\group\networking_ipeventnotifier.mrp"/>
       
   978      </component>
       
   979      <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" plugin="Y" introduced="7.0">
       
   980       <unit bldFile="os\networkingsrv\networkprotocols\tcpipv4v6prt\group" mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6.mrp"/>
       
   981      </component>
       
   982      <component name="iphook" long-name="IP Hook" introduced="7.0">
       
   983       <unit bldFile="os\networkingsrv\networkprotocols\iphook\inhook6\group" mrp="os\networkingsrv\networkprotocols\iphook\inhook6\group\networking_inhook6.mrp"/>
       
   984      </component>
       
   985      <component name="mobileip" long-name="Mobile IP" plugin="Y" introduced="8.1">
       
   986       <unit bldFile="os\networkingsrv\networkprotocols\mobileip\group" mrp="os\networkingsrv\networkprotocols\mobileip\group\networking_mobileip.mrp"/>
       
   987      </component>
       
   988     </collection>
       
   989     <collection name="networksecurity" long-name="Network Security" level="framework">
       
   990      <component name="tls" long-name="TLS" introduced="6.0">
       
   991       <unit bldFile="os\networkingsrv\networksecurity\tls\group" mrp="os\networkingsrv\networksecurity\tls\group\networking_tls.mrp"/>
       
   992      </component>
       
   993      <component name="tlsprovider" long-name="TLS Provider" introduced="8.1">
       
   994       <unit bldFile="os\networkingsrv\networksecurity\tlsprovider\group" mrp="os\networkingsrv\networksecurity\tlsprovider\group\security_tlsprovider.mrp"/>
       
   995      </component>
       
   996      <component name="ipsec" long-name="IPsec" introduced="7.0">
       
   997       <unit bldFile="os\networkingsrv\networksecurity\ipsec\group" mrp="os\networkingsrv\networksecurity\ipsec\group\networking_ipsec.mrp"/>
       
   998      </component>
       
   999     </collection>
       
  1000     <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
       
  1001      <component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" class="test">
       
  1002       <unit mrp="os\networkingsrv\networkingtestandutils\networkingunittest\group\networking_unittest.mrp"/>
       
  1003      </component>
       
  1004      <component name="networkingexamples" long-name="Networking Examples" introduced="7.0">
       
  1005       <unit bldFile="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group" mrp="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group\networking_examplecode.mrp"/>
       
  1006      </component>
       
  1007      <component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5">
       
  1008       <unit mrp="os\networkingsrv\networkingtestandutils\exampleinternetutilities\group\networking_inetutil.mrp"/>
       
  1009      </component>
       
  1010      <component name="ipprobe" long-name="IP Probe" plugin="Y" introduced="7.0s">
       
  1011       <unit mrp="os\networkingsrv\networkingtestandutils\ipprobe\group\networking_probe.mrp"/>
       
  1012      </component>
       
  1013      <component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" plugin="Y">
       
  1014       <unit mrp="os\networkingsrv\networkingtestandutils\ipv6to4tunnel\group\networking_6to4.mrp"/>
       
  1015      </component>
       
  1016      <component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92">
       
  1017       <unit mrp="os\networkingsrv\networkingtestandutils\ipanalyzer\group\networking_iprotor.mrp"/>
       
  1018      </component>
       
  1019      <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" class="test">
       
  1020       <unit bldFile="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group" mrp="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group\networking_integrationtest.mrp"/>
       
  1021      </component>
       
  1022     </collection>
       
  1023     <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
       
  1024      <component name="networkingrom" long-name="Networking ROM">
       
  1025       <!--  production component: contains the IBY files -->
       
  1026       <unit bldFile="os\networkingsrv\networkingsrv_info\networkingrom\group" mrp="os\networkingsrv\networkingsrv_info\networkingrom\group\networking_general.mrp"/>
       
  1027      </component>
       
  1028      <component name="networkingdocs" long-name="Networking Documentation" class="doc">
       
  1029       <unit mrp="os\networkingsrv\networkingsrv_info\networkingdocs\networking_documentation.mrp"/>
       
  1030      </component>
       
  1031     </collection>
       
  1032     <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
       
  1033      <component name="predictorcompression" long-name="Predictor Compression" plugin="Y" introduced="6.0">
       
  1034       <unit bldFile="os\networkingsrv\pppcompressionplugins\predictorcompression\group" mrp="os\networkingsrv\pppcompressionplugins\predictorcompression\group\networking_predcomp.mrp"/>
       
  1035      </component>
       
  1036     </collection>
       
  1037    </block>
       
  1038    <block name="cellularsrv" long-name="Cellular Baseband Services" level="services" levels="adaptation hw-if plugin framework server app-if">
       
  1039     <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
       
  1040      <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1">
       
  1041       <unit bldFile="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group" mrp="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group\networking_bca.mrp"/>
       
  1042      </component>
       
  1043      <component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92">
       
  1044       <unit bldFile="os\cellularsrv\basebandabstraction\intersystemcomm\group" mrp="os\cellularsrv\basebandabstraction\intersystemcomm\group\networking_isc.mrp"/>
       
  1045      </component>
       
  1046     </collection>
       
  1047     <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
       
  1048      <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" plugin="Y" introduced="8.1">
       
  1049       <unit bldFile="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group" mrp="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group\networking_c32bca.mrp"/>
       
  1050      </component>
       
  1051     </collection>
       
  1052     <collection name="fax" long-name="Fax" level="server">
       
  1053      <component name="faxclientandserver" long-name="Fax Client and Server">
       
  1054       <unit bldFile="os\cellularsrv\fax\faxclientandserver\Group" mrp="os\cellularsrv\fax\faxclientandserver\Group\telephony_fax.mrp"/>
       
  1055      </component>
       
  1056     </collection>
       
  1057     <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
       
  1058      <component name="smsstack" long-name="SMS Stack" plugin="Y" introduced="6.0">
       
  1059       <unit bldFile="os\cellularsrv\smsprotocols\smsstack\group" mrp="os\cellularsrv\smsprotocols\smsstack\group\nbprotocols_smsstackv2.mrp"/>
       
  1060      </component>
       
  1061      <component name="cdmasmsstack" long-name="CDMA SMS Stack" plugin="Y" introduced="8.0">
       
  1062       <unit bldFile="os\cellularsrv\smsprotocols\cdmasmsstack\group" mrp="os\cellularsrv\smsprotocols\cdmasmsstack\group\nbprotocols_cdmasmsstack.mrp"/>
       
  1063      </component>
       
  1064     </collection>
       
  1065     <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
       
  1066      <component name="csdagt" long-name="CSD AGT" plugin="Y" introduced="6.1">
       
  1067       <unit bldFile="os\cellularsrv\telephonyprotocols\csdagt\group" mrp="os\cellularsrv\telephonyprotocols\csdagt\group\networking_csdagt.mrp"/>
       
  1068      </component>
       
  1069      <component name="psdagt" long-name="PSD AGT" plugin="Y" introduced="7.0s">
       
  1070       <unit bldFile="os\cellularsrv\telephonyprotocols\psdagt\group" mrp="os\cellularsrv\telephonyprotocols\psdagt\group\networking_psdagt.mrp"/>
       
  1071      </component>
       
  1072      <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" plugin="Y" introduced="7.0s">
       
  1073       <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group\networking_guqos.mrp"/>
       
  1074      </component>
       
  1075      <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" plugin="Y" introduced="7.0s">
       
  1076       <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group\networking_umtsif.mrp"/>
       
  1077      </component>
       
  1078      <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2">
       
  1079       <unit bldFile="os\cellularsrv\telephonyprotocols\qosextnapi\group" mrp="os\cellularsrv\telephonyprotocols\qosextnapi\group\networking_qosextnapi.mrp"/>
       
  1080      </component>
       
  1081      <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1">
       
  1082       <unit bldFile="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group" mrp="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group\networking_spud.mrp"/>
       
  1083      </component>
       
  1084      <component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" plugin="Y" introduced="8.1">
       
  1085       <unit bldFile="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group" mrp="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group\networking_UmtsGprsSCPR.mrp"/>
       
  1086      </component>
       
  1087      <component name="qos3gppcpr" long-name="QoS 3GPP CPR" plugin="Y" introduced="9.2">
       
  1088       <unit bldFile="os\cellularsrv\telephonyprotocols\qos3gppcpr\group" mrp="os\cellularsrv\telephonyprotocols\qos3gppcpr\group\networking_Qos3GPP.mrp"/>
       
  1089      </component>
       
  1090      <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1">
       
  1091       <unit bldFile="os\cellularsrv\telephonyprotocols\rawipnif\group" mrp="os\cellularsrv\telephonyprotocols\rawipnif\group\networking_rawipnif.mrp"/>
       
  1092      </component>
       
  1093     </collection>
       
  1094     <collection name="telephonyserver" long-name="Telephony Server" level="server">
       
  1095      <component name="etelserverandcore" long-name="ETel Server and Core">
       
  1096       <unit bldFile="os\cellularsrv\telephonyserver\etelserverandcore\group" mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel.mrp"/>
       
  1097      </component>
       
  1098      <component name="etelconfig" long-name="ETel Config">
       
  1099       <unit mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel-config.mrp"/>
       
  1100      </component>
       
  1101      <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0">
       
  1102       <unit bldFile="os\cellularsrv\telephonyserver\etelmultimode\group" mrp="os\cellularsrv\telephonyserver\etelmultimode\group\telephony_etelmm.mrp"/>
       
  1103      </component>
       
  1104      <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0">
       
  1105       <unit bldFile="os\cellularsrv\telephonyserver\etelpacketdata\group" mrp="os\cellularsrv\telephonyserver\etelpacketdata\group\telephony_etelpckt.mrp"/>
       
  1106      </component>
       
  1107      <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1">
       
  1108       <unit bldFile="os\cellularsrv\telephonyserver\etelsimtoolkit\group" mrp="os\cellularsrv\telephonyserver\etelsimtoolkit\group\telephony_etelsat.mrp"/>
       
  1109      </component>
       
  1110      <component name="etelcdma" long-name="ETel CDMA" introduced="7.0s">
       
  1111       <unit bldFile="os\cellularsrv\telephonyserver\etelcdma\group" mrp="os\cellularsrv\telephonyserver\etelcdma\group\telephony_etelcdma.mrp"/>
       
  1112      </component>
       
  1113     </collection>
       
  1114     <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
       
  1115      <component name="common_tsy" long-name="Common TSY" introduced="tb92">
       
  1116       <unit bldFile="os\cellularsrv\telephonyserverplugins\common_tsy\group" mrp="os\cellularsrv\telephonyserverplugins\common_tsy\group\telephony_commontsy.mrp"/>
       
  1117      </component>
       
  1118      <component name="multimodetsy" long-name="Multimode TSY" plugin="Y">
       
  1119       <unit bldFile="os\cellularsrv\telephonyserverplugins\multimodetsy\group" mrp="os\cellularsrv\telephonyserverplugins\multimodetsy\group\telephony_mmtsy.mrp"/>
       
  1120      </component>
       
  1121      <component name="cdmatsy" long-name="CDMA TSY" plugin="Y" introduced="7.0">
       
  1122       <unit bldFile="os\cellularsrv\telephonyserverplugins\cdmatsy\group" mrp="os\cellularsrv\telephonyserverplugins\cdmatsy\group\telephony_cdmatsy.mrp"/>
       
  1123      </component>
       
  1124      <component name="simtsy" long-name="SIM TSY" plugin="Y" introduced="7.0" class="test">
       
  1125       <unit bldFile="os\cellularsrv\telephonyserverplugins\simtsy\group" mrp="os\cellularsrv\telephonyserverplugins\simtsy\group\telephony_simtsy.mrp"/>
       
  1126      </component>
       
  1127     </collection>
       
  1128     <collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
       
  1129      <component name="dial" long-name="Dial" deprecated="9.1">
       
  1130       <unit bldFile="os\cellularsrv\telephonyutils\dial\group" mrp="os\cellularsrv\telephonyutils\dial\group\telephony_dial.mrp"/>
       
  1131      </component>
       
  1132      <component name="telephonywatchers" long-name="Telephony Watchers" plugin="Y" introduced="6.0">
       
  1133       <unit bldFile="os\cellularsrv\telephonyutils\telephonywatchers\group" mrp="os\cellularsrv\telephonyutils\telephonywatchers\group\telephony_watchers.mrp"/>
       
  1134      </component>
       
  1135      <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0">
       
  1136       <unit bldFile="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group" mrp="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group\telephony_etel3rdparty.mrp"/>
       
  1137      </component>
       
  1138     </collection>
       
  1139     <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
       
  1140      <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" class="doc">
       
  1141       <unit mrp="os\cellularsrv\cellularsrv_info\telephonyconfidentialdocs\telephony_confidential.mrp"/>
       
  1142      </component>
       
  1143      <component name="telephonydocs" long-name="Telephony Documentation" class="doc">
       
  1144       <unit mrp="os\cellularsrv\cellularsrv_info\telephonydocs\telephony_documentation.mrp"/>
       
  1145      </component>
       
  1146     </collection>
       
  1147     <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
       
  1148      <component name="mocksy" long-name="MockSY" introduced="tb91" plugin="Y">
       
  1149       <unit bldFile="os\cellularsrv\hwpluginsimulation\mocksy\group" mrp="os\cellularsrv\hwpluginsimulation\mocksy\group\telephony_tools_mocksy.mrp"/>
       
  1150      </component>
       
  1151     </collection>
       
  1152    </block>
       
  1153    <block name="shortlinksrv" long-name="Short Link Services" level="services" levels="adaptation hw-if plugin framework server app-if">
       
  1154     <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
       
  1155      <component name="bluetoothsvs" long-name="Bluetooth Verification Suite" class="placeholder test" introduced="tb91">
       
  1156       <!-- PLACEHOLDER="DS.1603"
       
  1157 			<unit mrp="os/shortlinksrv/bluetoothapitest/group/bluetoothsvs.mrp"/>
       
  1158 			-->
       
  1159      </component>
       
  1160     </collection>
       
  1161     <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
       
  1162      <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b">
       
  1163       <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\usbc" mrp="os\kernelhwsrv\kernel\eka\drivers\usbc\base_e32_drivers_usbcli.mrp"/>
       
  1164      </component>
       
  1165     </collection>
       
  1166     <collection name="bluetooth" long-name="Bluetooth" level="framework">
       
  1167      <component name="btstack" long-name="Bluetooth Stack" introduced="6.0">
       
  1168       <unit bldFile="os\shortlinksrv\bluetooth\btstack" mrp="os\shortlinksrv\bluetooth\btstack\bluetooth_stack.mrp"/>
       
  1169      </component>
       
  1170      <component name="btcomm" long-name="Bluetooth CSY" plugin="Y" introduced="6.0">
       
  1171       <unit bldFile="os\shortlinksrv\bluetooth\btcomm" mrp="os\shortlinksrv\bluetooth\btcomm\bluetooth_btcomm.mrp"/>
       
  1172      </component>
       
  1173      <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1">
       
  1174       <unit bldFile="os\shortlinksrv\bluetooth\btsdp" mrp="os\shortlinksrv\bluetooth\btsdp\bluetooth_sdp.mrp"/>
       
  1175      </component>
       
  1176      <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1">
       
  1177       <unit bldFile="os\shortlinksrv\bluetooth\btextnotifiers" mrp="os\shortlinksrv\bluetooth\btextnotifiers\bluetooth_btextnotifiers.mrp"/>
       
  1178      </component>
       
  1179      <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1">
       
  1180       <unit bldFile="os\shortlinksrv\bluetooth\gavdp\group" mrp="os\shortlinksrv\bluetooth\gavdp\group\bluetooth_gavdp.mrp"/>
       
  1181      </component>
       
  1182      <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" class="test">
       
  1183       <unit mrp="os\shortlinksrv\bluetooth\btexample\test\bluetooth_tests_examples.mrp"/>
       
  1184      </component>
       
  1185      <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" class="test">
       
  1186       <unit bldFile="os\shortlinksrv\bluetooth\btlogger\group" mrp="os\shortlinksrv\bluetooth\btlogger\group\bluetooth_logger.mrp"/>
       
  1187      </component>
       
  1188      <component name="btdocs" long-name="Bluetooth Documentation" class="doc">
       
  1189       <unit mrp="os\shortlinksrv\bluetooth\btdocs\bluetooth_documentation.mrp"/>
       
  1190      </component>
       
  1191     </collection>
       
  1192     <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
       
  1193      <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0">
       
  1194       <unit bldFile="os\shortlinksrv\bluetoothmgmt\btmgr" mrp="os\shortlinksrv\bluetoothmgmt\btmgr\bluetooth_manager.mrp"/>
       
  1195      </component>
       
  1196      <component name="btconfig" long-name="Bluetooth Config" class="config">
       
  1197       <unit bldFile="os\shortlinksrv\bluetoothmgmt\btconfig" mrp="os\shortlinksrv\bluetoothmgmt\btconfig\bluetooth_config.mrp"/>
       
  1198      </component>
       
  1199      <component name="btrom" long-name="Bluetooth ROM" introduced="9.1">
       
  1200       <unit bldFile="os\shortlinksrv\bluetoothmgmt\btrom" mrp="os\shortlinksrv\bluetoothmgmt\btrom\bluetooth_rom.mrp"/>
       
  1201      </component>
       
  1202      <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0">
       
  1203       <unit bldFile="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib" mrp="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib\bluetooth_user.mrp"/>
       
  1204      </component>
       
  1205      <component name="btcommon" long-name="Bluetooth Build Utilities">
       
  1206       <unit mrp="os\shortlinksrv\bluetoothmgmt\btcommon\bluetooth_common.mrp"/>
       
  1207      </component>
       
  1208     </collection>
       
  1209     <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
       
  1210      <component name="btpan" long-name="Bluetooth PAN Profile" plugin="Y" introduced="8.1">
       
  1211       <unit bldFile="os\shortlinksrv\bluetoothcommsprofiles\btpan\group" mrp="os\shortlinksrv\bluetoothcommsprofiles\btpan\group\bluetooth_pan.mrp"/>
       
  1212      </component>
       
  1213     </collection>
       
  1214     <collection name="bthci" long-name="Host Controller Interface" level="server">
       
  1215      <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0">
       
  1216       <unit bldFile="os\shortlinksrv\bthci\bthci1" mrp="os\shortlinksrv\bthci\bthci1\bluetooth_hci.mrp"/>
       
  1217      </component>
       
  1218      <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2">
       
  1219       <unit bldFile="os\shortlinksrv\bthci\bthci2\group" mrp="os\shortlinksrv\bthci\bthci2\group\bluetooth_hci_v2_framework.mrp"/>
       
  1220      </component>
       
  1221      <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1">
       
  1222       <unit bldFile="os\shortlinksrv\bthci\hciextensioninterface" mrp="os\shortlinksrv\bthci\hciextensioninterface\bluetooth_hciproxy.mrp"/>
       
  1223      </component>
       
  1224      <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" plugin="Y" introduced="9.2">
       
  1225       <unit bldFile="os\shortlinksrv\bthci\hci2implementations\group" mrp="os\shortlinksrv\bthci\hci2implementations\group\bluetooth_hci_v2_implementations.mrp"/>
       
  1226      </component>
       
  1227     </collection>
       
  1228     <collection name="usbmgmt" long-name="USB Management" level="server">
       
  1229      <component name="usbmgr" long-name="USB Manager">
       
  1230       <unit version="2" bldFile="os\shortlinksrv\usbmgmt\usbmgr\group" mrp="os\shortlinksrv\usbmgmt\usbmgr\group\usb_manager.mrp"/>
       
  1231      </component>
       
  1232      <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" class="test">
       
  1233       <unit version="2" mrp="os\shortlinksrv\usbmgmt\usbmgrtest\group\usb_test.mrp"/>
       
  1234      </component>
       
  1235      <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" class="doc">
       
  1236       <unit mrp="os\shortlinksrv\usbmgmt\usbclassandmgrdocs\usb_documentation.mrp"/>
       
  1237      </component>
       
  1238     </collection>
       
  1239     <collection name="irda" long-name="IrDA" level="plugin">
       
  1240      <component name="irdastack" long-name="IrDA Stack">
       
  1241       <unit bldFile="os\shortlinksrv\irda\irdastack\group" mrp="os\shortlinksrv\irda\irdastack\group\infra-red_irda.mrp"/>
       
  1242      </component>
       
  1243     </collection>
       
  1244    </block>
       
  1245    <block name="mm" long-name="Multimedia" level="services" levels="adaptation hw-if device-fw devices middleware app-if">
       
  1246     <collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
       
  1247      <component name="mmsvs" long-name="Multimedia Verification Suite" class="placeholder test" introduced="tb91">
       
  1248       <!-- PLACEHOLDER="DS.1603"
       
  1249 				<unit mrp="os/mm/mmapitest/group/mmsvs.mrp"/>
       
  1250 				-->
       
  1251      </component>
       
  1252     </collection>
       
  1253     <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
       
  1254      <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s">
       
  1255       <unit bldFile="os\mm\imagingandcamerafws\imagingfws\group" mrp="os\mm\imagingandcamerafws\imagingfws\group\multimedia_icl.mrp"/>
       
  1256      </component>
       
  1257      <component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" class="test">
       
  1258       <unit mrp="os\mm\imagingandcamerafws\imagingunittest\group\multimedia_unittest_icl_source.mrp"/>
       
  1259      </component>
       
  1260      <component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" class="test">
       
  1261       <unit mrp="os\mm\imagingandcamerafws\imaginginttest\group\multimedia_inttest_icl_source.mrp"/>
       
  1262      </component>
       
  1263      <component name="camerafw" long-name="Camera Framework" introduced="7.0s">
       
  1264       <unit bldFile="os\mm\imagingandcamerafws\camerafw\framework\group" mrp="os\mm\imagingandcamerafws\camerafw\framework\group\multimedia_ecam_framework.mrp"/>
       
  1265      </component>
       
  1266      <component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" class="test">
       
  1267       <unit mrp="os\mm\imagingandcamerafws\cameraunittest\group\multimedia_unittest_ecam_source.mrp"/>
       
  1268      </component>
       
  1269     </collection>
       
  1270     <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
       
  1271      <component name="imagingplugins" long-name="Imaging Plugins" plugin="Y" introduced="7.0s">
       
  1272       <unit bldFile="os\mm\imagingandcamerafws\imagingfws\plugins\group" mrp="os\mm\imagingandcamerafws\imagingfws\plugins\group\multimedia_icl_plugin.mrp"/>
       
  1273      </component>
       
  1274      <component name="cameraplugins" long-name="Camera Plugins" plugin="Y" introduced="7.0s">
       
  1275       <unit bldFile="os\mm\imagingandcamerafws\camerafw\plugins\group" mrp="os\mm\imagingandcamerafws\camerafw\plugins\group\multimedia_ecam_plugins.mrp"/>
       
  1276      </component>
       
  1277      <component name="3gplib" long-name="3GP Library" introduced="Future">
       
  1278       <unit bldFile="os\mm\mmplugins\3gplib\group" mrp="os\mm\mmplugins\3gplib\group\multimedia_3gplibrary.mrp"/>
       
  1279      </component>
       
  1280      <component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" class="test">
       
  1281       <unit mrp="os\mm\mmplugins\3gpunittest\group\multimedia_unittest_3gplibrary_source.mrp"/>
       
  1282      </component>
       
  1283     </collection>
       
  1284     <collection name="mm_info" long-name="Multimedia Info" level="app-if">
       
  1285      <component name="mmdocs" long-name="Multimedia Documentation">
       
  1286       <unit mrp="os\mm\mm_info\mmdocs\multimedia_documentation.mrp"/>
       
  1287      </component>
       
  1288     </collection>
       
  1289     <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
       
  1290      <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92">
       
  1291       <unit bldFile="os\mm\mmresourcemgmt\mmresctrl\group" mrp="os\mm\mmresourcemgmt\mmresctrl\group\multimedia_a3f_refmmrc.mrp"/>
       
  1292      </component>
       
  1293     </collection>
       
  1294     <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
       
  1295      <component name="mdf" long-name="Media Device Framework" introduced="9.2">
       
  1296       <unit bldFile="os\mm\mmdevicefw\mdf\group" mrp="os\mm\mmdevicefw\mdf\group\multimedia_mdf.mrp"/>
       
  1297      </component>
       
  1298      <component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" class="test">
       
  1299       <unit mrp="os\mm\mmdevicefw\mdfunittest\group\multimedia_unittest_mdf_source.mrp"/>
       
  1300      </component>
       
  1301      <component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s">
       
  1302       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group\multimedia_mmf_ASR.mrp"/>
       
  1303      </component>
       
  1304     </collection>
       
  1305     <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
       
  1306      <component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" class="test">
       
  1307       <unit mrp="os\mm\mmtestenv\mmtestfw\group\multimedia_testframework_source.mrp"/>
       
  1308      </component>
       
  1309      <component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" class="test">
       
  1310       <unit mrp="os\mm\mmtestenv\mmtestfwunittest\group\multimedia_unittest_testframework_source.mrp"/>
       
  1311      </component>
       
  1312      <component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" class="test">
       
  1313       <unit mrp="os\mm\mmtestenv\mmtestagent\group\multimediatestagent_source.mrp"/>
       
  1314      </component>
       
  1315      <component name="mmtesttools" long-name="Multimedia Test Tools">
       
  1316       <unit mrp="os\mm\mmtestenv\mmtesttools\Group\multimedia_testtools_source.mrp"/>
       
  1317      </component>
       
  1318     </collection>
       
  1319     <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
       
  1320      <component name="openmax" long-name="OpenMAX" introduced="tb91">
       
  1321       <unit bldFile="os\mm\omxil\openmax\group" mrp="os\mm\omxil\openmax\group\multimedia_openmax.mrp"/>
       
  1322      </component>
       
  1323     </collection>
       
  1324     <collection name="devsound" long-name="Sound Device" level="devices">
       
  1325      <component name="devsoundapi" long-name="DevSound API" introduced="7.0s">
       
  1326       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api\multimedia_mdf_devsound_api.mrp"/>
       
  1327      </component>
       
  1328      <component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92">
       
  1329       <unit bldFile="os\mm\devsound\a3fdevsound\group" mrp="os\mm\devsound\a3fdevsound\group\multimedia_a3f_devsound.mrp"/>
       
  1330      </component>
       
  1331      <component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92">
       
  1332       <unit bldFile="os\mm\devsound\a3facf\group" mrp="os\mm\devsound\a3facf\group\multimedia_a3f_acf.mrp"/>
       
  1333      </component>
       
  1334      <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s">
       
  1335       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport\multimedia_mdf_devsound_pluginsupport.mrp"/>
       
  1336      </component>
       
  1337      <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s">
       
  1338       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin\multimedia_mdf_devsound_refplugin.mrp"/>
       
  1339      </component>
       
  1340      <component name="btdevsound" long-name="Bluetooth DevSound Plugin" plugin="Y" introduced="7.0s">
       
  1341       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group\multimedia_mdf_devsound_refbtplugin.mrp"/>
       
  1342      </component>
       
  1343      <component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92">
       
  1344       <unit bldFile="os\mm\devsound\a3ftrace\group" mrp="os\mm\devsound\a3ftrace\group\multimedia_a3f_traces.mrp"/>
       
  1345      </component>
       
  1346      <component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92">
       
  1347       <unit mrp="os\mm\devsound\a3fintegrationtest\group\multimedia_inttest_a3f_devsound_source.mrp"/>
       
  1348      </component>
       
  1349      <component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" class="test">
       
  1350       <unit mrp="os\mm\devsound\a3fcharacterisationtest\group\multimedia_a3f_devsound_char.mrp"/>
       
  1351      </component>
       
  1352      <component name="a3fsrvstart" long-name="A3F Server Start" plugin="Y" introduced="tb92">
       
  1353       <unit bldFile="os\mm\devsound\a3fsrvstart\group" mrp="os\mm\devsound\a3fsrvstart\group\multimedia_a3f_serverstart.mrp"/>
       
  1354      </component>
       
  1355     </collection>
       
  1356     <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
       
  1357      <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s">
       
  1358       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev\multimedia_mdf_devsound_hwdev.mrp"/>
       
  1359      </component>
       
  1360      <component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92">
       
  1361       <unit bldFile="os\mm\mmhais\a3facl\group" mrp="os\mm\mmhais\a3facl\group\multimedia_a3f_acl.mrp"/>
       
  1362      </component>
       
  1363      <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92">
       
  1364       <unit bldFile="os\mm\mmhais\a3fdevsoundcustomisation\group" mrp="os\mm\mmhais\a3fdevsoundcustomisation\group\multimedia_a3f_devsoundadaptationinfo.mrp"/>
       
  1365      </component>
       
  1366      <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92">
       
  1367       <unit bldFile="os\mm\mmhais\refacladapt\group" mrp="os\mm\mmhais\refacladapt\group\multimedia_a3f_refacladaptation.mrp"/>
       
  1368      </component>
       
  1369      <component name="videohai" long-name="Video HAI" introduced="7.0s">
       
  1370       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group\multimedia_mdf_devvideo.mrp"/>
       
  1371      </component>
       
  1372      <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92">
       
  1373       <unit bldFile="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group" mrp="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group\multimedia_mobiletv_dvbh_hai.mrp"/>
       
  1374      </component>
       
  1375      <component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" class="test">
       
  1376       <unit mrp="os\mm\mmhais\dvbhunittest\hai\dvbh\group\multimedia_unittest_dvbhhai.mrp"/>
       
  1377      </component>
       
  1378     </collection>
       
  1379    </block>
       
  1380    <block name="graphics" long-name="Graphics" level="services" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
       
  1381     <collection name="graphcisapitest" long-name="Graphics API Tests" level="app-if">
       
  1382      <component name="graphicssvs" long-name="Graphics Verification Suite" class="placeholder test" introduced="tb91">
       
  1383       <!-- PLACEHOLDER="DS.1603"
       
  1384 			<unit mrp="os/graphics/graphcisapitest/group/graphicssvs.mrp"/>
       
  1385 			-->
       
  1386      </component>
       
  1387     </collection>
       
  1388     <collection name="graphicstest" long-name="Graphics Test" level="app-if">
       
  1389      <component name="graphicstestharness" long-name="Graphics Test Harness" class="test" introduced="8.1">
       
  1390       <unit mrp="os\graphics\graphicstest\graphicstestharness\group\graphics_testharness.mrp"/>
       
  1391      </component>
       
  1392      <component name="uibench" long-name="UI Bench" introduced="9.2" class="test">
       
  1393       <unit bldFile="os\graphics\graphicstest\uibench\group" mrp="os\graphics\graphicstest\uibench\group\graphics_ui_bench.mrp"/>
       
  1394      </component>
       
  1395     </collection>
       
  1396     <collection name="graphics_info" long-name="Graphics Info" level="app-if">
       
  1397      <component name="graphicsdocs" long-name="Graphics Documentation" class="doc">
       
  1398       <unit mrp="os\graphics\graphics_info\graphicsdocs\graphics_documentation.mrp"/>
       
  1399      </component>
       
  1400     </collection>
       
  1401     <collection name="windowing" long-name="Windowing" level="app-if">
       
  1402      <component name="windowserver" long-name="Window Server">
       
  1403       <unit bldFile="os\graphics\windowing\windowserver\group" mrp="os\graphics\windowing\windowserver\group\graphics_wserv.mrp"/>
       
  1404      </component>
       
  1405     </collection>
       
  1406     <collection name="printingservices" long-name="Printing Services" level="app-if">
       
  1407      <component name="printerdriversupport" long-name="Printer Driver Support">
       
  1408       <unit bldFile="os\graphics\printingservices\printerdriversupport\group" mrp="os\graphics\printingservices\printerdriversupport\group\graphics_pdrstore.mrp"/>
       
  1409      </component>
       
  1410      <component name="printerdrivers" long-name="Printer Drivers" plugin="Y">
       
  1411       <unit bldFile="os\graphics\printingservices\printerdrivers\group" mrp="os\graphics\printingservices\printerdrivers\group\graphics_printdrv.mrp"/>
       
  1412      </component>
       
  1413     </collection>
       
  1414     <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
       
  1415      <component name="fontandbitmapserver" long-name="Font and Bitmap Server">
       
  1416       <unit bldFile="os\graphics\fbs\fontandbitmapserver\group" mrp="os\graphics\fbs\fontandbitmapserver\group\graphics_fbserv.mrp"/>
       
  1417      </component>
       
  1418      <component name="itypefontrasteriser" long-name="iType Font Rasteriser" filter="gt" plugin="Y" introduced="tb92">
       
  1419       <unit bldFile="os\graphics\fbs\itypefontrasteriser\group" mrp="os\graphics\fbs\itypefontrasteriser\group\graphics_itype.mrp"/>
       
  1420      </component>
       
  1421     </collection>
       
  1422     <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
       
  1423      <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0">
       
  1424       <unit bldFile="os\graphics\opengles\openglesinterface\group" mrp="os\graphics\opengles\openglesinterface\group\graphics_openglesheaders.mrp"/>
       
  1425      </component>
       
  1426      <component name="openglesimplementation" long-name="OpenGL ES Implementation" filter="gt" introduced="8.0">
       
  1427       <unit bldFile="os\graphics\opengles\openglesimplementation\group\" mrp="os\graphics\opengles\openglesimplementation\group\graphics_opengles.mrp"/>
       
  1428      </component>
       
  1429      <component name="openglesdisplayproperties" long-name="OpenGL ES Display Properties" introduced="8.0">
       
  1430       <unit bldFile="os\graphics\opengles\openglesdisplayproperties\group" mrp="os\graphics\opengles\openglesdisplayproperties\group\graphics_openglesdisplayproperty.mrp"/>
       
  1431      </component>
       
  1432     </collection>
       
  1433     <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
       
  1434      <component name="openvginterface" long-name="OpenVG Interface" introduced="tb91">
       
  1435       <unit bldFile="os\graphics\openvg\openvginterface\group" mrp="os\graphics\openvg\openvginterface\group\graphics_openvgheaders.mrp"/>
       
  1436      </component>
       
  1437     </collection>
       
  1438     <collection name="egl" long-name="EGL" level="internal-adaptations">
       
  1439      <component name="eglinterface" long-name="EGL Interface" introduced="tb91">
       
  1440       <unit bldFile="os\graphics\egl\eglinterface\group" mrp="os\graphics\egl\eglinterface\group\graphics_eglheaders.mrp"/>
       
  1441      </component>
       
  1442      <component name="eglimplementation" long-name="EGL Implementation" introduced="tb91">
       
  1443       <unit bldFile="os\graphics\egl\eglimplementation\group\" mrp="os\graphics\egl\eglimplementation\group\graphics_egl.mrp"/>
       
  1444      </component>
       
  1445     </collection>
       
  1446     <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
       
  1447      <component name="bitgdi" long-name="BitGDI">
       
  1448       <unit bldFile="os\graphics\graphicsdeviceinterface\bitgdi\group" mrp="os\graphics\graphicsdeviceinterface\bitgdi\group\graphics_bitgdi.mrp"/>
       
  1449      </component>
       
  1450      <component name="colourpalette" long-name="Colour Palette" introduced="7.0s">
       
  1451       <unit bldFile="os\graphics\graphicsdeviceinterface\colourpalette\group" mrp="os\graphics\graphicsdeviceinterface\colourpalette\group\graphics_palette.mrp"/>
       
  1452      </component>
       
  1453      <component name="screendriver" long-name="Screen Driver" plugin="Y" introduced="6.1">
       
  1454       <unit bldFile="os\graphics\graphicsdeviceinterface\screendriver\group" mrp="os\graphics\graphicsdeviceinterface\screendriver\group\graphics_screendriver.mrp"/>
       
  1455      </component>
       
  1456     </collection>
       
  1457     <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
       
  1458      <component name="gdi_tools" long-name="GDI Tools" class="PC">
       
  1459       <unit bldFile="os\graphics\graphicstools\gdi_tools\group" mrp="os\graphics\graphicstools\gdi_tools\group\graphics_gditools.mrp"/>
       
  1460      </component>
       
  1461      <component name="bitmapfonttools" long-name="Bitmap Font Tools" class="PC">
       
  1462       <unit bldFile="os\graphics\graphicstools\bitmapfonttools\group" mrp="os\graphics\graphicstools\bitmapfonttools\group\graphics_gdtran.mrp"/>
       
  1463      </component>
       
  1464     </collection>
       
  1465    </block>
       
  1466    <block name="textandloc" long-name="Text and Localisation" level="services" levels="device encoding fonts text">
       
  1467     <collection name="charconvfw" long-name="Character Conversion FW" level="encoding">
       
  1468      <component name="charconv_fw" long-name="Character Encoding and Conversion Framework">
       
  1469       <unit bldFile="os\textandloc\charconvfw\charconv_fw\group" mrp="os\textandloc\charconvfw\charconv_fw\group\syslibs_charconv.mrp"/>
       
  1470      </component>
       
  1471      <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" plugin="Y">
       
  1472       <unit bldFile="os\textandloc\charconvfw\charconvplugins\group" mrp="os\textandloc\charconvfw\charconvplugins\group\syslibs_charconv_plugins.mrp"/>
       
  1473      </component>
       
  1474     </collection>
       
  1475     <collection name="fontservices" long-name="Font Services" level="fonts">
       
  1476      <component name="textshaperplugin" long-name="Text Shaper Plugin" plugin="Y" introduced="9.2">
       
  1477       <unit bldFile="os\textandloc\fontservices\textshaperplugin\group" mrp="os\textandloc\fontservices\textshaperplugin\group\graphics_iculayoutengine.mrp"/>
       
  1478      </component>
       
  1479      <component name="fontstore" long-name="Font Store">
       
  1480       <unit bldFile="os\textandloc\fontservices\fontstore\group" mrp="os\textandloc\fontservices\fontstore\group\graphics_fntstore.mrp"/>
       
  1481      </component>
       
  1482      <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" plugin="Y">
       
  1483       <unit bldFile="os\textandloc\fontservices\freetypefontrasteriser\group" mrp="os\textandloc\fontservices\freetypefontrasteriser\group\graphics_freetype.mrp"/>
       
  1484      </component>
       
  1485      <component name="referencefonts" long-name="Reference Fonts" introduced="6.0">
       
  1486       <unit bldFile="os\textandloc\fontservices\referencefonts\group" mrp="os\textandloc\fontservices\referencefonts\group\graphics_fonts.mrp"/>
       
  1487      </component>
       
  1488      <component name="graphicstestfonts" long-name="Graphics Test Fonts" filter="gt" introduced="tb91">
       
  1489       <unit bldFile="os\textandloc\fontservices\graphicstestfonts\group" mrp="os\textandloc\fontservices\graphicstestfonts\group\graphics_testfonts.mrp"/>
       
  1490      </component>
       
  1491     </collection>
       
  1492     <collection name="graphicsdevif" long-name="Graphics Device Interface" level="device">
       
  1493      <component name="gdi" long-name="GDI">
       
  1494       <unit bldFile="os\textandloc\graphicsdevif\gdi\group" mrp="os\textandloc\graphicsdevif\gdi\group\graphics_gdi.mrp"/>
       
  1495      </component>
       
  1496     </collection>
       
  1497     <collection name="textrendering" long-name="Text Rendering" level="text">
       
  1498      <component name="numberformatting" long-name="Number Formatting" introduced="7.0s">
       
  1499       <unit bldFile="os\textandloc\textrendering\numberformatting\group" mrp="os\textandloc\textrendering\numberformatting\group\app-framework_numberconversion.mrp"/>
       
  1500      </component>
       
  1501      <component name="texthandling" long-name="Text Handling">
       
  1502       <unit bldFile="os\textandloc\textrendering\texthandling\group" mrp="os\textandloc\textrendering\texthandling\group\app-framework_etext.mrp"/>
       
  1503      </component>
       
  1504      <component name="textformatting" long-name="Text Formatting">
       
  1505       <unit bldFile="os\textandloc\textrendering\textformatting\group" mrp="os\textandloc\textrendering\textformatting\group\app-framework_form.mrp"/>
       
  1506      </component>
       
  1507      <component name="word" long-name="Word" class="test">
       
  1508       <unit mrp="os\textandloc\textrendering\word\group\app-framework_word.mrp"/>
       
  1509      </component>
       
  1510     </collection>
       
  1511    </block>
       
  1512    <block name="xmlsrv" long-name="XML Services" level="services" levels="plugin server framework generic specific">
       
  1513     <collection name="xml" long-name="XML" level="generic">
       
  1514      <component name="xmlfw" long-name="XML Framework" introduced="7.0s">
       
  1515       <unit bldFile="os\xmlsrv\xml\xmlfw\group" mrp="os\xmlsrv\xml\xmlfw\group\syslibs_xml.mrp"/>
       
  1516      </component>
       
  1517      <component name="xmlexpatparser" long-name="XML Expat Parser" plugin="Y" introduced="7.0s">
       
  1518       <unit bldFile="os\xmlsrv\xml\xmlexpatparser\group" mrp="os\xmlsrv\xml\xmlexpatparser\group\syslibs_xmlparser.mrp"/>
       
  1519      </component>
       
  1520      <component name="wbxmlparser" long-name="WBXML Parser" plugin="Y" introduced="7.0s">
       
  1521       <unit bldFile="os\xmlsrv\xml\wbxmlparser\group" mrp="os\xmlsrv\xml\wbxmlparser\group\syslibs_wbxmlparser.mrp"/>
       
  1522      </component>
       
  1523     </collection>
       
  1524    </block>
       
  1525    <block name="deviceplatformrelease" long-name="Device Platform Release" level="services" levels="bld mid top">
       
  1526     <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
  4960     <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
  1527      <component name="cedarutils" long-name="Cedar Utils">
  4961      <component name="cedarutils" long-name="Cedar Utils">
  1528       <unit mrp="os\deviceplatformrelease\symbianosbld\cedarutils\tools_utils_cedar.mrp"/>
  4962       <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
  1529      </component>
  4963      </component>
  1530      <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt">
  4964      <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt">
  1531       <unit mrp="os\deviceplatformrelease\symbianosbld\productionbldcbrconfig\product_cbr_config.mrp"/>
  4965       <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
  1532      </component>
  4966      </component>
  1533     </collection>
  4967     </collection>
  1534     <collection name="foundation_system" long-name="Foundation System" level="top">
  4968     <!-- Following Collection added by SF via autopopulating script from S60 model -->
  1535      <component name="systemdocs" long-name="System Documentation" class="doc">
  4969     <collection name="sf_config" long-name="sf_config">
  1536       <unit mrp="os\deviceplatformrelease\foundation_system\systemdocs\group\system.mrp"/>
  4970      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4971      <component name="apac" long-name="apac">
       
  4972       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4973       <unit bldFile="os/deviceplatformrelease/sf_config/config/apac/group"/>
       
  4974      </component>
       
  4975      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4976      <component name="config" long-name="config">
       
  4977       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4978       <unit bldFile="os/deviceplatformrelease/sf_config/config/group"/>
       
  4979      </component>
       
  4980      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4981      <component name="japan" long-name="japan">
       
  4982       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4983       <unit bldFile="os/deviceplatformrelease/sf_config/config/japan/group"/>
       
  4984      </component>
       
  4985      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  4986      <component name="western" long-name="western">
       
  4987       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  4988       <unit bldFile="os/deviceplatformrelease/sf_config/config/western/group"/>
  1537      </component>
  4989      </component>
  1538     </collection>
  4990     </collection>
  1539    </block>
  4991    </block>
  1540    <block name="osrndtools" long-name="OS RD tools" level="services" levels="fw trace">
  4992    <block long-name="OS RD tools" level="services" name="osrndtools" levels="fw trace">
       
  4993     <collection name="opensystemtrace" long-name="Open System Trace" level="trace">
       
  4994      <component name="tracecompiler" long-name="Trace Compiler">
       
  4995       <unit bldFile="os/osrndtools/opensystemtrace/tracecompiler/group"/>
       
  4996      </component>
       
  4997     </collection>
       
  4998     <collection name="stif" long-name="STIF" level="fw">
       
  4999      <component name="ATSInterface" long-name="ATS Interface">
       
  5000       <unit bldFile="os/osrndtools/stif/ATSInterface/group"/>
       
  5001       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5002       <unit bldFile="ostools/osrndtools/stif/ATSInterface/group"/>
       
  5003      </component>
       
  5004      <component name="ATSLogger" long-name="ATS Logger">
       
  5005       <unit bldFile="os/osrndtools/stif/ATSLogger/group"/>
       
  5006       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5007       <unit bldFile="ostools/osrndtools/stif/ATSLogger/group"/>
       
  5008      </component>
       
  5009      <component name="ConsoleUI" long-name="Console UI">
       
  5010       <unit bldFile="os/osrndtools/stif/ConsoleUI/group"/>
       
  5011       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5012       <unit bldFile="ostools/osrndtools/stif/ConsoleUI/group"/>
       
  5013      </component>
       
  5014      <component name="DemoModule" long-name="Demo Module">
       
  5015       <unit bldFile="os/osrndtools/stif/DemoModule/group"/>
       
  5016       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5017       <unit bldFile="ostools/osrndtools/stif/DemoModule/group"/>
       
  5018      </component>
       
  5019      <component name="SUEvent" long-name="SU Event">
       
  5020       <unit bldFile="os/osrndtools/stif/SUEvent/group"/>
       
  5021       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5022       <unit bldFile="ostools/osrndtools/stif/SUEvent/group"/>
       
  5023      </component>
       
  5024      <component name="StifKernelTestClassBase" long-name="STIF Kernel Test Class Base">
       
  5025       <unit bldFile="os/osrndtools/stif/StifKernelTestClassBase/group"/>
       
  5026       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5027       <unit bldFile="ostools/osrndtools/stif/StifKernelTestClassBase/group"/>
       
  5028      </component>
       
  5029      <component name="StifTFwIf" long-name="STIF TFwIf">
       
  5030       <unit bldFile="os/osrndtools/stif/StifTFwIf/group"/>
       
  5031       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5032       <unit bldFile="ostools/osrndtools/stif/StifTFwIf/group"/>
       
  5033      </component>
       
  5034      <component name="TestCombiner" long-name="Test Combiner">
       
  5035       <unit bldFile="os/osrndtools/stif/TestCombiner/group"/>
       
  5036       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5037       <unit bldFile="ostools/osrndtools/stif/TestCombiner/group"/>
       
  5038      </component>
       
  5039      <component name="TestEngine" long-name="Test Engine">
       
  5040       <unit bldFile="os/osrndtools/stif/TestEngine/group"/>
       
  5041       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5042       <unit bldFile="ostools/osrndtools/stif/TestEngine/group"/>
       
  5043      </component>
       
  5044      <component name="TestInterface" long-name="Test Interface">
       
  5045       <unit bldFile="os/osrndtools/stif/TestInterface/group"/>
       
  5046       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5047       <unit bldFile="ostools/osrndtools/stif/TestInterface/group"/>
       
  5048      </component>
       
  5049      <component name="TestModuleTemplates" long-name="Test Module Templates">
       
  5050       <unit bldFile="os/osrndtools/stif/TestModuleTemplates/group"/>
       
  5051      </component>
       
  5052      <component name="TestScripter" long-name="Test Scripter">
       
  5053       <unit bldFile="os/osrndtools/stif/TestScripter/group"/>
       
  5054       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5055       <unit bldFile="ostools/osrndtools/stif/TestScripter/group"/>
       
  5056      </component>
       
  5057      <component name="TestServer" long-name="Test Server">
       
  5058       <unit bldFile="os/osrndtools/stif/TestServer/group"/>
       
  5059       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5060       <unit bldFile="ostools/osrndtools/stif/TestServer/group"/>
       
  5061      </component>
       
  5062      <component name="TestServerStarter" long-name="Test Server Starter">
       
  5063       <unit bldFile="os/osrndtools/stif/TestServerStarter/group"/>
       
  5064       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5065       <unit bldFile="ostools/osrndtools/stif/TestServerStarter/group"/>
       
  5066      </component>
       
  5067      <component name="examples" long-name="Examples">
       
  5068       <unit bldFile="os/osrndtools/stif/examples/group"/>
       
  5069      </component>
       
  5070      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5071      <component name="StifHWResetStub" long-name="StifHWResetStub">
       
  5072       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5073       <unit bldFile="ostools/osrndtools/stif/examples/StifHWResetStub/group"/>
       
  5074      </component>
       
  5075      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5076      <component name="STIFTestMeasurementStub" long-name="STIFTestMeasurementStub">
       
  5077       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5078       <unit bldFile="ostools/osrndtools/stif/examples/STIFTestMeasurementStub/group"/>
       
  5079      </component>
       
  5080      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5081      <component name="stif" long-name="stif">
       
  5082       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5083       <unit bldFile="ostools/osrndtools/stif/group"/>
       
  5084      </component>
       
  5085      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5086      <component name="CapsModifierXXX" long-name="CapsModifierXXX">
       
  5087       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5088       <unit bldFile="ostools/osrndtools/stif/TestModuleTemplates/CapsModifierXXX/group"/>
       
  5089      </component>
       
  5090      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5091      <component name="HardCodedTestModuleXXX" long-name="HardCodedTestModuleXXX">
       
  5092       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5093       <unit bldFile="ostools/osrndtools/stif/TestModuleTemplates/HardCodedTestModuleXXX/group"/>
       
  5094      </component>
       
  5095      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5096      <component name="STIFUnitXXX" long-name="STIFUnitXXX">
       
  5097       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5098       <unit bldFile="ostools/osrndtools/stif/TestModuleTemplates/STIFUnitXXX/group"/>
       
  5099      </component>
       
  5100      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5101      <component name="TemplateKernelScriptXXX" long-name="TemplateKernelScriptXXX">
       
  5102       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5103       <unit bldFile="ostools/osrndtools/stif/TestModuleTemplates/TemplateKernelScriptXXX/group"/>
       
  5104      </component>
       
  5105      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5106      <component name="TemplateScriptXXX" long-name="TemplateScriptXXX">
       
  5107       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5108       <unit bldFile="ostools/osrndtools/stif/TestModuleTemplates/TemplateScriptXXX/group"/>
       
  5109      </component>
       
  5110      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5111      <component name="TestModuleXXX" long-name="TestModuleXXX">
       
  5112       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5113       <unit bldFile="ostools/osrndtools/stif/TestModuleTemplates/TestModuleXXX/group"/>
       
  5114      </component>
       
  5115     </collection>
  1541     <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
  5116     <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
  1542      <component name="cinidata" long-name="CINI Data">
  5117      <component name="cinidata" long-name="CINI Data">
  1543       <unit bldFile="os\osrndtools\testexecfw1\cinidata" mrp="os\osrndtools\testexecfw1\cinidata\tools_cinidata.mrp"/>
  5118       <unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/>
  1544      </component>
  5119      </component>
  1545      <component name="testexecute" long-name="Test Execute" deprecated="tb91">
  5120      <component name="testexecute" long-name="Test Execute" deprecated="tb91">
  1546       <unit bldFile="os\osrndtools\testexecfw1\testexecute\Group" mrp="os\osrndtools\testexecfw1\testexecute\Group\tools_testexecute.mrp"/>
  5121       <unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
       
  5122      </component>
       
  5123     </collection>
       
  5124     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  5125     <collection name="osrndtools" long-name="osrndtools">
       
  5126      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5127      <component name="osrndtools" long-name="osrndtools">
       
  5128       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5129       <unit bldFile="ostools/osrndtools/group"/>
       
  5130      </component>
       
  5131     </collection>
       
  5132     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  5133     <collection name="hti" long-name="hti">
       
  5134      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5135      <component name="hti" long-name="hti">
       
  5136       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5137       <unit bldFile="ostools/osrndtools/hti/group"/>
       
  5138      </component>
       
  5139      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5140      <component name="HtiAutoStart" long-name="HtiAutoStart">
       
  5141       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5142       <unit bldFile="ostools/osrndtools/hti/HtiAutoStart/group"/>
       
  5143      </component>
       
  5144      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5145      <component name="HtiCfg" long-name="HtiCfg">
       
  5146       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5147       <unit bldFile="ostools/osrndtools/hti/HtiCfg/group"/>
       
  5148      </component>
       
  5149      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5150      <component name="HtiBtCommPlugin" long-name="HtiBtCommPlugin">
       
  5151       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5152       <unit bldFile="ostools/osrndtools/hti/HtiCommPlugins/HtiBtCommPlugin/group"/>
       
  5153       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5154       <unit bldFile="tools/rndtools/htiui/HtiCommPlugins/HtiBtCommPlugin/group"/>
       
  5155      </component>
       
  5156      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5157      <component name="HtiIPCommPlugin" long-name="HtiIPCommPlugin">
       
  5158       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5159       <unit bldFile="ostools/osrndtools/hti/HtiCommPlugins/HtiIPCommPlugin/group"/>
       
  5160      </component>
       
  5161      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5162      <component name="HtiSerialCommPlugin" long-name="HtiSerialCommPlugin">
       
  5163       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5164       <unit bldFile="ostools/osrndtools/hti/HtiCommPlugins/HtiSerialCommPlugin/group"/>
       
  5165      </component>
       
  5166      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5167      <component name="HtiUsbSerialCommPlugin" long-name="HtiUsbSerialCommPlugin">
       
  5168       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5169       <unit bldFile="ostools/osrndtools/hti/HtiCommPlugins/HtiUsbSerialCommPlugin/group"/>
       
  5170      </component>
       
  5171      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5172      <component name="HtiFileHlp" long-name="HtiFileHlp">
       
  5173       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5174       <unit bldFile="ostools/osrndtools/hti/HtiFileHlp/group"/>
       
  5175      </component>
       
  5176      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5177      <component name="HtiFramework" long-name="HtiFramework">
       
  5178       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5179       <unit bldFile="ostools/osrndtools/hti/HtiFramework/group"/>
       
  5180      </component>
       
  5181      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5182      <component name="HtiAppServicePlugin" long-name="HtiAppServicePlugin">
       
  5183       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5184       <unit bldFile="ostools/osrndtools/hti/HtiServicePlugins/HtiAppServicePlugin/group"/>
       
  5185       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5186       <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
       
  5187      </component>
       
  5188      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5189      <component name="HtiEchoServicePlugin" long-name="HtiEchoServicePlugin">
       
  5190       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5191       <unit bldFile="ostools/osrndtools/hti/HtiServicePlugins/HtiEchoServicePlugin/group"/>
       
  5192      </component>
       
  5193      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5194      <component name="HtiFtpServicePlugin" long-name="HtiFtpServicePlugin">
       
  5195       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5196       <unit bldFile="ostools/osrndtools/hti/HtiServicePlugins/HtiFtpServicePlugin/group"/>
       
  5197      </component>
       
  5198      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5199      <component name="HtiIpProxyServicePlugin" long-name="HtiIpProxyServicePlugin">
       
  5200       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5201       <unit bldFile="ostools/osrndtools/hti/HtiServicePlugins/HtiIpProxyServicePlugin/group"/>
       
  5202      </component>
       
  5203      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5204      <component name="HtiStifTfServicePlugin" long-name="HtiStifTfServicePlugin">
       
  5205       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5206       <unit bldFile="ostools/osrndtools/hti/HtiServicePlugins/HtiStifTfServicePlugin/group"/>
       
  5207      </component>
       
  5208      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5209      <component name="HtiWatchDog" long-name="HtiWatchDog">
       
  5210       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5211       <unit bldFile="ostools/osrndtools/hti/HtiWatchDog/group"/>
       
  5212      </component>
       
  5213     </collection>
       
  5214     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  5215     <collection name="memspy" long-name="memspy">
       
  5216      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5217      <component name="CommandLine" long-name="CommandLine">
       
  5218       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5219       <unit bldFile="ostools/osrndtools/memspy/CommandLine/group"/>
       
  5220      </component>
       
  5221      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5222      <component name="Console" long-name="Console">
       
  5223       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5224       <unit bldFile="ostools/osrndtools/memspy/Console/group"/>
       
  5225      </component>
       
  5226      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5227      <component name="Driver" long-name="Driver">
       
  5228       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5229       <unit bldFile="ostools/osrndtools/memspy/Driver/group"/>
       
  5230      </component>
       
  5231      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5232      <component name="Engine" long-name="Engine">
       
  5233       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5234       <unit bldFile="ostools/osrndtools/memspy/Engine/group"/>
       
  5235      </component>
       
  5236      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5237      <component name="memspy" long-name="memspy">
       
  5238       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5239       <unit bldFile="ostools/osrndtools/memspy/group"/>
       
  5240      </component>
       
  5241     </collection>
       
  5242     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  5243     <collection name="osrndtools_plat" long-name="osrndtools_plat">
       
  5244      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5245      <component name="osrndtools_plat" long-name="osrndtools_plat">
       
  5246       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5247       <unit bldFile="ostools/osrndtools/osrndtools_plat/group"/>
       
  5248      </component>
       
  5249      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5250      <component name="hti_api" long-name="hti_api">
       
  5251       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5252       <unit bldFile="ostools/osrndtools/osrndtools_plat/hti_api/group"/>
       
  5253      </component>
       
  5254      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5255      <component name="memspy_api" long-name="memspy_api">
       
  5256       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5257       <unit bldFile="ostools/osrndtools/osrndtools_plat/memspy_api/group"/>
       
  5258      </component>
       
  5259      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5260      <component name="open_system_trace_api" long-name="open_system_trace_api">
       
  5261       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5262       <unit bldFile="ostools/osrndtools/osrndtools_plat/open_system_trace_api/group"/>
       
  5263      </component>
       
  5264      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5265      <component name="stif_api" long-name="stif_api">
       
  5266       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5267       <unit bldFile="ostools/osrndtools/osrndtools_plat/stif_api/group"/>
       
  5268      </component>
       
  5269     </collection>
       
  5270    </block>
       
  5271    <block long-name="Software Config Tools" level="services" name="swconfigtools">
       
  5272     <collection name="gid_pc_tool" long-name="GID PC Tool">
       
  5273      <component name="DBImporter" long-name="DB Importer">
       
  5274       <unit bldFile="os/swconfigtools/gid_pc_tool/DBImporter/group"/>
       
  5275      </component>
       
  5276      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5277      <component name="gid_pc_tool" long-name="gid_pc_tool">
       
  5278       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5279       <unit bldFile="tools/swconfigtools/gid_pc_tool/group"/>
       
  5280      </component>
       
  5281     </collection>
       
  5282     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  5283     <collection name="swconfigtools" long-name="swconfigtools">
       
  5284      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5285      <component name="swconfigtools" long-name="swconfigtools">
       
  5286       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5287       <unit bldFile="tools/swconfigtools/group"/>
  1547      </component>
  5288      </component>
  1548     </collection>
  5289     </collection>
  1549    </block>
  5290    </block>
  1550   </layer>
  5291   </layer>
  1551   <layer name="mw" long-name="Middleware" levels="generic specific">
  5292   <layer name="mw" long-name="Middleware" levels="generic specific">
  1552    <block name="appsupport" long-name="Generic Application Support" level="generic" levels="system plugin framework server generic specific">
  5293    <block long-name="Generic Application Support" level="generic" name="appsupport" levels="system plugin framework server generic specific">
       
  5294     <collection name="appfw" long-name="Application Framework" level="framework">
       
  5295      <component name="apparchitecture" long-name="Application Architecture">
       
  5296       <unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
       
  5297      </component>
       
  5298      <component name="uiftestfw" long-name="UIF Test Framework" class="test" introduced="9.2">
       
  5299       <unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
       
  5300      </component>
       
  5301      <component name="viewserver" long-name="View Server" introduced="6.0">
       
  5302       <unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
       
  5303      </component>
       
  5304     </collection>
       
  5305     <collection name="applaunchservices" long-name="Application Launch Services" level="generic"/>
       
  5306     <collection name="commonappservices" long-name="Common Application Services" level="framework">
       
  5307      <component name="alarmserver" long-name="Alarm Server" introduced="7.0">
       
  5308       <unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
       
  5309      </component>
       
  5310      <component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" class="test" deprecated="tb92">
       
  5311       <unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
       
  5312      </component>
       
  5313      <component name="appservicesdocs" long-name="Application Services Documentation" class="doc">
       
  5314       <unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
       
  5315      </component>
       
  5316      <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1">
       
  5317       <unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
       
  5318      </component>
       
  5319      <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" class="test">
       
  5320       <!-- XML Previous Location: Application Services/Other Application Services/ -->
       
  5321       <unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
       
  5322      </component>
       
  5323     </collection>
       
  5324     <collection name="contenthandling" long-name="Content Handling" level="plugin">
       
  5325      <component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0">
       
  5326       <unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
       
  5327      </component>
       
  5328      <component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0">
       
  5329       <unit bldFile="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group" mrp="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
       
  5330      </component>
       
  5331      <component name="webrecognisers" long-name="Web Recognisers" plugin="Y">
       
  5332       <unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
       
  5333      </component>
       
  5334     </collection>
  1553     <collection name="filehandling" long-name="File Handling" level="server">
  5335     <collection name="filehandling" long-name="File Handling" level="server">
  1554      <component name="fileconverterfw" long-name="File Converter Framework">
  5336      <component name="fileconverterfw" long-name="File Converter Framework">
  1555       <unit bldFile="mw\appsupport\filehandling\fileconverterfw\group" mrp="mw\appsupport\filehandling\fileconverterfw\group\app-framework_conarc.mrp"/>
  5337       <unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
       
  5338      </component>
       
  5339      <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" plugin="Y" introduced="7.0">
       
  5340       <unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
  1556      </component>
  5341      </component>
  1557      <component name="fileconverterplugins" long-name="Other File Converter Plugins" plugin="Y" introduced="5.0" deprecated="9.3">
  5342      <component name="fileconverterplugins" long-name="Other File Converter Plugins" plugin="Y" introduced="5.0" deprecated="9.3">
  1558       <unit bldFile="mw\appsupport\filehandling\fileconverterplugins\group" mrp="mw\appsupport\filehandling\fileconverterplugins\group\app-engines_convert.mrp"/>
  5343       <unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
  1559      </component>
       
  1560      <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" plugin="Y" introduced="7.0">
       
  1561       <unit bldFile="mw\appsupport\filehandling\htmltorichtextconverter\group" mrp="mw\appsupport\filehandling\htmltorichtextconverter\group\app-services_chtmltocrtconv.mrp"/>
       
  1562      </component>
  5344      </component>
  1563      <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" plugin="Y" introduced="7.0s">
  5345      <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" plugin="Y" introduced="7.0s">
  1564       <unit bldFile="mw\appsupport\filehandling\richtexttohtmlconverter\Group" mrp="mw\appsupport\filehandling\richtexttohtmlconverter\Group\app-services_richtexttohtmlconv.mrp"/>
  5346       <unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
  1565      </component>
  5347      </component>
  1566     </collection>
  5348     </collection>
  1567     <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
  5349     <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
  1568      <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91">
  5350      <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91">
  1569       <unit bldFile="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group" mrp="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group\telephony_hwrmuiplugin.mrp"/>
  5351       <unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
  1570      </component>
  5352      </component>
  1571     </collection>
  5353     </collection>
  1572     <collection name="commonappservices" long-name="Common Application Services" level="framework">
  5354     <collection name="openenvutils" long-name="Open Environment Utilities" level="specific">
  1573      <component name="alarmserver" long-name="Alarm Server" introduced="7.0">
  5355      <component name="commandshell" long-name="Command Shell" introduced="tb92">
  1574       <unit bldFile="mw\appsupport\commonappservices\alarmserver\Group" mrp="mw\appsupport\commonappservices\alarmserver\Group\app-services_alarmserver.mrp"/>
  5356       <unit bldFile="mw/appsupport/openenvutils/commandshell/group" mrp="mw/appsupport/openenvutils/commandshell/group/oetools_zsh.mrp"/>
  1575      </component>
  5357      </component>
  1576      <component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" class="test" deprecated="tb92">
  5358      <component name="telnetserver" long-name="Telnet Server" introduced="tb92">
  1577       <unit bldFile="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv" mrp="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv\app-services_testalarmsrv.mrp"/>
  5359       <unit bldFile="mw/appsupport/openenvutils/telnetserver/group" mrp="mw/appsupport/openenvutils/telnetserver/group/oetools_telnetd.mrp"/>
  1578      </component>
       
  1579      <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" class="test">
       
  1580       <!-- XML Previous Location: Application Services/Other Application Services/ -->
       
  1581       <unit mrp="mw\appsupport\commonappservices\coreappstest\Group\app-services_CoreAppsTest.mrp"/>
       
  1582      </component>
       
  1583      <component name="appservicesdocs" long-name="Application Services Documentation" class="doc">
       
  1584       <unit mrp="mw\appsupport\commonappservices\appservicesdocs\app-services_documentation.mrp"/>
       
  1585      </component>
       
  1586      <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1">
       
  1587       <unit bldFile="mw\appsupport\commonappservices\backuprestorenotification\group" mrp="mw\appsupport\commonappservices\backuprestorenotification\group\app-services_BackupRestoreNotification.mrp"/>
       
  1588      </component>
       
  1589     </collection>
       
  1590     <collection name="tzservices" long-name="Time Zone Services" level="plugin">
       
  1591      <component name="tzserver" long-name="Time Zone Server" introduced="9.1">
       
  1592       <unit bldFile="mw\appsupport\tzservices\tzserver\group" mrp="mw\appsupport\tzservices\tzserver\group\app-services_tz.mrp"/>
       
  1593      </component>
       
  1594      <component name="tzloc" long-name="Time Zone Localization" introduced="9.1">
       
  1595       <unit bldFile="mw\appsupport\tzservices\tzloc\group" mrp="mw\appsupport\tzservices\tzloc\group\app-services_timezonelocalization.mrp"/>
       
  1596      </component>
       
  1597      <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" class="config">
       
  1598       <unit bldFile="mw\appsupport\tzservices\tzlocrscfactory\group" mrp="mw\appsupport\tzservices\tzlocrscfactory\group\app-services_tzlocalizationrscfactory.mrp"/>
       
  1599      </component>
       
  1600      <component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" class="config">
       
  1601       <unit bldFile="mw\appsupport\tzservices\tzdatabase\group" mrp="mw\appsupport\tzservices\tzdatabase\group\app-services_tzdb.mrp"/>
       
  1602      </component>
       
  1603      <component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1">
       
  1604       <unit bldFile="mw\appsupport\tzservices\worldserver\group" mrp="mw\appsupport\tzservices\worldserver\group\app-services_worldserver.mrp"/>
       
  1605      </component>
       
  1606      <component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" class="test">
       
  1607       <unit bldFile="mw\appsupport\tzservices\worldservertest\TestWorldSrv" mrp="mw\appsupport\tzservices\worldservertest\TestWorldSrv\app-services_testworldsrv.mrp"/>
       
  1608      </component>
       
  1609     </collection>
       
  1610     <collection name="contenthandling" long-name="Content Handling" level="plugin">
       
  1611      <component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0">
       
  1612       <unit bldFile="mw\appsupport\contenthandling\contenthandlingfw\Group" mrp="mw\appsupport\contenthandling\contenthandlingfw\Group\content-handling.mrp"/>
       
  1613      </component>
       
  1614      <component name="webrecognisers" long-name="Web Recognisers" plugin="Y">
       
  1615       <unit bldFile="mw\appsupport\contenthandling\webrecognisers\group" mrp="mw\appsupport\contenthandling\webrecognisers\group\application-protocols_recognisers.mrp"/>
       
  1616      </component>
       
  1617      <component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0">
       
  1618       <unit bldFile="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group" mrp="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group\security_rta.mrp"/>
       
  1619      </component>
  5360      </component>
  1620     </collection>
  5361     </collection>
  1621     <collection name="printingsupport" long-name="Printing Support" level="generic">
  5362     <collection name="printingsupport" long-name="Printing Support" level="generic">
  1622      <component name="printinguisupport" long-name="Printing UI Support">
  5363      <component name="printinguisupport" long-name="Printing UI Support">
  1623       <unit bldFile="mw\appsupport\printingsupport\printinguisupport\group" mrp="mw\appsupport\printingsupport\printinguisupport\group\app-framework_print.mrp"/>
  5364       <unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
  1624      </component>
  5365      </component>
  1625     </collection>
  5366     </collection>
  1626     <collection name="appfw" long-name="Application Framework" level="framework">
  5367     <collection name="sensorsupport" long-name="Sensor Support" level="generic"/>
  1627      <component name="apparchitecture" long-name="Application Architecture">
       
  1628       <unit bldFile="mw\appsupport\appfw\apparchitecture\group" mrp="mw\appsupport\appfw\apparchitecture\group\app-framework_apparc.mrp"/>
       
  1629      </component>
       
  1630      <component name="viewserver" long-name="View Server" introduced="6.0">
       
  1631       <unit bldFile="mw\appsupport\appfw\viewserver\group" mrp="mw\appsupport\appfw\viewserver\group\app-framework_viewsrv.mrp"/>
       
  1632      </component>
       
  1633      <component name="uiftestfw" long-name="UIF Test Framework" class="test" introduced="9.2">
       
  1634       <unit mrp="mw\appsupport\appfw\uiftestfw\group\app-framework_testframework.mrp"/>
       
  1635      </component>
       
  1636     </collection>
       
  1637     <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
  5368     <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
  1638      <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" class="config PC">
  5369      <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" class="config PC">
  1639       <unit bldFile="mw\appsupport\tzpcside\tzcompiler\group" mrp="mw\appsupport\tzpcside\tzcompiler\group\app-services_tzcompiler.mrp"/>
  5370       <unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
  1640      </component>
  5371      </component>
  1641      <component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC">
  5372      <component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC">
  1642       <unit bldFile="mw\appsupport\tzpcside\worlddatabasekit\group" mrp="mw\appsupport\tzpcside\worlddatabasekit\group\app-services_wlddatabasekit_cedar.mrp"/>
  5373       <!-- Unit commented out by SF to match Bob's model -->
       
  5374       <!-- <unit bldFile="mw/appsupport/tzpcside/worlddatabasekit/group" mrp="mw/appsupport/tzpcside/worlddatabasekit/group/app-services_wlddatabasekit_cedar.mrp"/> -->
  1643      </component>
  5375      </component>
  1644      <component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" class="config PC">
  5376      <component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" class="config PC">
  1645       <unit bldFile="mw\appsupport\tzpcside\worldtools\group" mrp="mw\appsupport\tzpcside\worldtools\group\app-services_wldtools.mrp"/>
  5377       <unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
       
  5378      </component>
       
  5379     </collection>
       
  5380     <collection name="tzservices" long-name="Time Zone Services" level="plugin">
       
  5381      <component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" class="config">
       
  5382       <unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
       
  5383      </component>
       
  5384      <component name="tzloc" long-name="Time Zone Localization" introduced="9.1">
       
  5385       <unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
       
  5386      </component>
       
  5387      <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" class="config">
       
  5388       <unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
       
  5389      </component>
       
  5390      <component name="tzserver" long-name="Time Zone Server" introduced="9.1">
       
  5391       <unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
       
  5392      </component>
       
  5393      <component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1">
       
  5394       <unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
       
  5395      </component>
       
  5396      <component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" class="test">
       
  5397       <unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
       
  5398      </component>
       
  5399     </collection>
       
  5400     <collection name="contextframework" long-name="Context Framework" level="framework">
       
  5401      <component name="cfw" long-name="Context Framework">
       
  5402       <unit bldFile="mw/appsupport/contextframework/cfw/group"/>
       
  5403      </component>
       
  5404      <component name="cfwplugins" long-name="Context Framework Plugins">
       
  5405       <unit bldFile="mw/appsupport/contextframework/cfwplugins/group"/>
       
  5406      </component>
       
  5407      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5408      <component name="ApplicationStateSourcePlugIn" long-name="ApplicationStateSourcePlugIn">
       
  5409       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5410       <unit bldFile="mw/appsupport/contextframework/cfwplugins/ApplicationStateSourcePlugIn/group"/>
       
  5411      </component>
       
  5412      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5413      <component name="CallStateSourcePlugIn" long-name="CallStateSourcePlugIn">
       
  5414       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5415       <unit bldFile="mw/appsupport/contextframework/cfwplugins/CallStateSourcePlugIn/group"/>
       
  5416      </component>
       
  5417      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5418      <component name="cenrepsourceplugin" long-name="cenrepsourceplugin">
       
  5419       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5420       <unit bldFile="mw/appsupport/contextframework/cfwplugins/cenrepsourceplugin/group"/>
       
  5421      </component>
       
  5422      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5423      <component name="displaysourceplugin" long-name="displaysourceplugin">
       
  5424       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5425       <unit bldFile="mw/appsupport/contextframework/cfwplugins/displaysourceplugin/group"/>
       
  5426      </component>
       
  5427      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5428      <component name="orientationactionplugin" long-name="orientationactionplugin">
       
  5429       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5430       <unit bldFile="mw/appsupport/contextframework/cfwplugins/orientationactionplugin/group"/>
       
  5431      </component>
       
  5432      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5433      <component name="PSStateSourcePlugIn" long-name="PSStateSourcePlugIn">
       
  5434       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5435       <unit bldFile="mw/appsupport/contextframework/cfwplugins/PSStateSourcePlugIn/group"/>
       
  5436      </component>
       
  5437      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5438      <component name="sensorsourceplugin" long-name="sensorsourceplugin">
       
  5439       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5440       <unit bldFile="mw/appsupport/contextframework/cfwplugins/sensorsourceplugin/group"/>
       
  5441      </component>
       
  5442      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5443      <component name="vibraactionplugin" long-name="vibraactionplugin">
       
  5444       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5445       <unit bldFile="mw/appsupport/contextframework/cfwplugins/vibraactionplugin/group"/>
       
  5446      </component>
       
  5447      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5448      <component name="contextframework" long-name="contextframework">
       
  5449       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5450       <unit bldFile="mw/appsupport/contextframework/group"/>
       
  5451      </component>
       
  5452     </collection>
       
  5453     <collection name="coreapplicationuis" long-name="Core Application UIs" level="server">
       
  5454      <component name="DbRecovery" long-name="Db Recovery">
       
  5455       <unit bldFile="mw/appsupport/coreapplicationuis/DbRecovery/group"/>
       
  5456      </component>
       
  5457      <component name="GSServer" long-name="GS Server">
       
  5458       <unit bldFile="mw/appsupport/coreapplicationuis/GSServer/group"/>
       
  5459      </component>
       
  5460      <component name="GSServerEngine" long-name="GS Server Engine">
       
  5461       <unit bldFile="mw/appsupport/coreapplicationuis/GSServerEngine/group"/>
       
  5462      </component>
       
  5463      <component name="NspsWsPlugin" long-name="Nsps WS Plugin">
       
  5464       <unit bldFile="mw/appsupport/coreapplicationuis/NspsWsPlugin/group"/>
       
  5465      </component>
       
  5466      <component name="Rfs" long-name="RFS">
       
  5467       <unit bldFile="mw/appsupport/coreapplicationuis/Rfs/group"/>
       
  5468      </component>
       
  5469      <component name="SysAp" long-name="Sys Ap">
       
  5470       <unit bldFile="mw/appsupport/coreapplicationuis/SysAp/group"/>
       
  5471      </component>
       
  5472      <component name="VariatedSettings" long-name="Variated Settings">
       
  5473       <unit bldFile="mw/appsupport/coreapplicationuis/VariatedSettings/group"/>
       
  5474      </component>
       
  5475      <component name="accfwuinotifier" long-name="ACC Framework UI Notifier">
       
  5476       <unit bldFile="mw/appsupport/coreapplicationuis/accfwuinotifier/group"/>
       
  5477      </component>
       
  5478      <component name="advancedtspcontroller" long-name="Advanced TSP Controller">
       
  5479       <unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/group"/>
       
  5480      </component>
       
  5481      <component name="gsserverenginestub" long-name="GS Server Engine Stub">
       
  5482       <unit bldFile="mw/appsupport/coreapplicationuis/gsserverenginestub/group"/>
       
  5483      </component>
       
  5484      <component name="kefmapper" long-name="Key Event Framework Mapper">
       
  5485       <unit bldFile="mw/appsupport/coreapplicationuis/kefmapper/group"/>
       
  5486      </component>
       
  5487      <component name="powersaveutilities" long-name="Power Save Utilities">
       
  5488       <unit bldFile="mw/appsupport/coreapplicationuis/powersaveutilities/group"/>
       
  5489      </component>
       
  5490      <component name="rfsplugins" long-name="Rfs Plugins">
       
  5491       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/group"/>
       
  5492      </component>
       
  5493      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5494      <component name="coreapplicationuis" long-name="coreapplicationuis">
       
  5495       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5496       <unit bldFile="mw/appsupport/coreapplicationuis/group"/>
       
  5497      </component>
       
  5498      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5499      <component name="GSRFSPlugin" long-name="GSRFSPlugin">
       
  5500       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5501       <unit bldFile="mw/appsupport/coreapplicationuis/Rfs/Plugins/GSRFSPlugin/group"/>
       
  5502      </component>
       
  5503      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5504      <component name="AIRFSPlugin" long-name="AIRFSPlugin">
       
  5505       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5506       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/AIRFSPlugin/group"/>
       
  5507      </component>
       
  5508      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5509      <component name="CertRFSPlugin" long-name="CertRFSPlugin">
       
  5510       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5511       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/CertRFSPlugin/group"/>
       
  5512      </component>
       
  5513      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5514      <component name="ClockRFSPlugin" long-name="ClockRFSPlugin">
       
  5515       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5516       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/ClockRFSPlugin/group"/>
       
  5517      </component>
       
  5518      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5519      <component name="DatastoreRFSPlugin" long-name="DatastoreRFSPlugin">
       
  5520       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5521       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/DatastoreRFSPlugin/group"/>
       
  5522      </component>
       
  5523      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5524      <component name="DefaultFolderRFSPlugin" long-name="DefaultFolderRFSPlugin">
       
  5525       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5526       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/DefaultFolderRFSPlugin/group"/>
       
  5527      </component>
       
  5528      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5529      <component name="DisplayContrastPlugin" long-name="DisplayContrastPlugin">
       
  5530       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5531       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/DisplayContrastPlugin/group"/>
       
  5532      </component>
       
  5533      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5534      <component name="FavouritesRFSPlugin" long-name="FavouritesRFSPlugin">
       
  5535       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5536       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/FavouritesRFSPlugin/group"/>
       
  5537      </component>
       
  5538      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5539      <component name="FormatterRFSPlugin" long-name="FormatterRFSPlugin">
       
  5540       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5541       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/FormatterRFSPlugin/group"/>
       
  5542      </component>
       
  5543      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5544      <component name="NitzRFSPlugin" long-name="NitzRFSPlugin">
       
  5545       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5546       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/NitzRFSPlugin/group"/>
       
  5547      </component>
       
  5548      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5549      <component name="SIPRFSPlugin" long-name="SIPRFSPlugin">
       
  5550       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5551       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/SIPRFSPlugin/group"/>
       
  5552      </component>
       
  5553      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5554      <component name="StarterRFSPlugin" long-name="StarterRFSPlugin">
       
  5555       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5556       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/StarterRFSPlugin/group"/>
       
  5557      </component>
       
  5558      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5559      <component name="SyncMLRFSPlugin" long-name="SyncMLRFSPlugin">
       
  5560       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5561       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/SyncMLRFSPlugin/group"/>
       
  5562      </component>
       
  5563      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5564      <component name="TelephonyRFSPlugin" long-name="TelephonyRFSPlugin">
       
  5565       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5566       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/TelephonyRFSPlugin/group"/>
       
  5567      </component>
       
  5568      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5569      <component name="UnitconverterRFSPlugin" long-name="UnitconverterRFSPlugin">
       
  5570       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5571       <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/UnitconverterRFSPlugin/group"/>
       
  5572      </component>
       
  5573      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5574      <component name="sensordatacompensatorplugin" long-name="sensordatacompensatorplugin">
       
  5575       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5576       <unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/group"/>
       
  5577      </component>
       
  5578     </collection>
       
  5579     <collection name="flashliteapi_3_0" long-name="Flashlite API 3.0" level="specific">
       
  5580      <component name="flashliteapi_3_0_compo" long-name="Flashlite API 3.0 Component">
       
  5581       <unit bldFile="mw/appsupport/flashliteapi_3_0/flashliteapi_3_0_compo/group"/>
       
  5582      </component>
       
  5583      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5584      <component name="flashliteapi_3_0" long-name="flashliteapi_3_0">
       
  5585       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5586       <unit bldFile="mw/appsupport/flashliteapi_3_0/group"/>
       
  5587      </component>
       
  5588     </collection>
       
  5589     <collection name="gssettingsuis" long-name="GS Settings UIs" level="specific">
       
  5590      <component name="Gs" long-name="GS">
       
  5591       <unit bldFile="mw/appsupport/gssettingsuis/Gs/group"/>
       
  5592      </component>
       
  5593      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5594      <component name="gssettingsuis" long-name="gssettingsuis">
       
  5595       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5596       <unit bldFile="mw/appsupport/gssettingsuis/group"/>
       
  5597      </component>
       
  5598      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5599      <component name="GSAdminPlugin" long-name="GSAdminPlugin">
       
  5600       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5601       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSAdminPlugin"/>
       
  5602      </component>
       
  5603      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5604      <component name="GSApplication" long-name="GSApplication">
       
  5605       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5606       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSApplication"/>
       
  5607      </component>
       
  5608      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5609      <component name="GSAppsPlugin" long-name="GSAppsPlugin">
       
  5610       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5611       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSAppsPlugin"/>
       
  5612      </component>
       
  5613      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5614      <component name="GSAutoKeyguardPlugin" long-name="GSAutoKeyguardPlugin">
       
  5615       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5616       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSAutoKeyguardPlugin"/>
       
  5617      </component>
       
  5618      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5619      <component name="GSBackgroundImage" long-name="GSBackgroundImage">
       
  5620       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5621       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSBackgroundImage"/>
       
  5622      </component>
       
  5623      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5624      <component name="GSCallBarringPlugin" long-name="GSCallBarringPlugin">
       
  5625       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5626       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSCallBarringPlugin"/>
       
  5627      </component>
       
  5628      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5629      <component name="GSCallDivertPlugin" long-name="GSCallDivertPlugin">
       
  5630       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5631       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSCallDivertPlugin"/>
       
  5632      </component>
       
  5633      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5634      <component name="GSCallPlugin" long-name="GSCallPlugin">
       
  5635       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5636       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSCallPlugin"/>
       
  5637      </component>
       
  5638      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5639      <component name="GSConPlugin" long-name="GSConPlugin">
       
  5640       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5641       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSConPlugin"/>
       
  5642      </component>
       
  5643      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5644      <component name="GSDataCallPlugin" long-name="GSDataCallPlugin">
       
  5645       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5646       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSDataCallPlugin"/>
       
  5647      </component>
       
  5648      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5649      <component name="GSDeviceManagementPlugin" long-name="GSDeviceManagementPlugin">
       
  5650       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5651       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSDeviceManagementPlugin"/>
       
  5652      </component>
       
  5653      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5654      <component name="GSDiagnosticsPlugin" long-name="GSDiagnosticsPlugin">
       
  5655       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5656       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSDiagnosticsPlugin"/>
       
  5657      </component>
       
  5658      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5659      <component name="GSDisplayPlugin" long-name="GSDisplayPlugin">
       
  5660       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5661       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSDisplayPlugin"/>
       
  5662      </component>
       
  5663      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5664      <component name="GSFramework" long-name="GSFramework">
       
  5665       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5666       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSFramework"/>
       
  5667      </component>
       
  5668      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5669      <component name="GSGenPlugin" long-name="GSGenPlugin">
       
  5670       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5671       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSGenPlugin"/>
       
  5672      </component>
       
  5673      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5674      <component name="GSIndicatorPlugin" long-name="GSIndicatorPlugin">
       
  5675       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5676       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSIndicatorPlugin/group"/>
       
  5677      </component>
       
  5678      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5679      <component name="GSInstallationsPlugin" long-name="GSInstallationsPlugin">
       
  5680       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5681       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSInstallationsPlugin"/>
       
  5682      </component>
       
  5683      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5684      <component name="gslauncher" long-name="gslauncher">
       
  5685       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5686       <unit bldFile="mw/appsupport/gssettingsuis/Gs/gslauncher/group"/>
       
  5687      </component>
       
  5688      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5689      <component name="GSListBox" long-name="GSListBox">
       
  5690       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5691       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSListBox"/>
       
  5692      </component>
       
  5693      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5694      <component name="GSNetworkPlugin" long-name="GSNetworkPlugin">
       
  5695       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5696       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSNetworkPlugin"/>
       
  5697      </component>
       
  5698      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5699      <component name="GSOpticalJoystickPlugin" long-name="GSOpticalJoystickPlugin">
       
  5700       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5701       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSOpticalJoystickPlugin"/>
       
  5702      </component>
       
  5703      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5704      <component name="GSPDataAccessPointPlugin" long-name="GSPDataAccessPointPlugin">
       
  5705       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5706       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSPDataAccessPointPlugin"/>
       
  5707      </component>
       
  5708      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5709      <component name="GSPDataConnectionPlugin" long-name="GSPDataConnectionPlugin">
       
  5710       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5711       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSPDataConnectionPlugin"/>
       
  5712      </component>
       
  5713      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5714      <component name="GSPDataHSDPAPlugin" long-name="GSPDataHSDPAPlugin">
       
  5715       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5716       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSPDataHSDPAPlugin"/>
       
  5717      </component>
       
  5718      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5719      <component name="GSPDataPlugin" long-name="GSPDataPlugin">
       
  5720       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5721       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSPDataPlugin"/>
       
  5722      </component>
       
  5723      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5724      <component name="GSPowerSavingQueryPlugin" long-name="GSPowerSavingQueryPlugin">
       
  5725       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5726       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSPowerSavingQueryPlugin"/>
       
  5727      </component>
       
  5728      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5729      <component name="GSPrslnPlugin" long-name="GSPrslnPlugin">
       
  5730       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5731       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSPrslnPlugin"/>
       
  5732      </component>
       
  5733      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5734      <component name="GSSecurityPlugin" long-name="GSSecurityPlugin">
       
  5735       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5736       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSSecurityPlugin"/>
       
  5737      </component>
       
  5738      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5739      <component name="GSSynchronisationPlugin" long-name="GSSynchronisationPlugin">
       
  5740       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5741       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSSynchronisationPlugin"/>
       
  5742      </component>
       
  5743      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5744      <component name="GSTelPlugin" long-name="GSTelPlugin">
       
  5745       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5746       <unit bldFile="mw/appsupport/gssettingsuis/Gs/GSTelPlugin"/>
       
  5747      </component>
       
  5748     </collection>
       
  5749     <collection name="mediakeys" long-name="Media Keys" level="plugin">
       
  5750      <component name="KeyPublisherPlugin" long-name="Key Publisher Plugin">
       
  5751       <unit bldFile="mw/appsupport/mediakeys/KeyPublisherPlugin/group"/>
       
  5752      </component>
       
  5753      <component name="MMKeyBearer" long-name="MM Key Bearer">
       
  5754       <unit bldFile="mw/appsupport/mediakeys/MMKeyBearer/group"/>
       
  5755      </component>
       
  5756      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5757      <component name="mediakeys" long-name="mediakeys">
       
  5758       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5759       <unit bldFile="mw/appsupport/mediakeys/group"/>
       
  5760      </component>
       
  5761     </collection>
       
  5762     <collection name="profilesservices" long-name="Profiles Services" level="server">
       
  5763      <component name="FileList" long-name="File List">
       
  5764       <unit bldFile="mw/appsupport/profilesservices/FileList/group"/>
       
  5765      </component>
       
  5766      <component name="MediaFileList" long-name="Media File List">
       
  5767       <unit bldFile="mw/appsupport/profilesservices/MediaFileList/group"/>
       
  5768      </component>
       
  5769      <component name="ProfileEngine" long-name="Profile Engine">
       
  5770       <unit bldFile="mw/appsupport/profilesservices/ProfileEngine/group"/>
       
  5771      </component>
       
  5772      <component name="RingingTone3DPlugin" long-name="Ringing Tone 3D Plugin">
       
  5773       <unit bldFile="mw/appsupport/profilesservices/RingingTone3DPlugin/group"/>
       
  5774      </component>
       
  5775      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5776      <component name="profilesservices" long-name="profilesservices">
       
  5777       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5778       <unit bldFile="mw/appsupport/profilesservices/group"/>
       
  5779      </component>
       
  5780     </collection>
       
  5781     <collection name="startupservices" long-name="Startup Services" level="system">
       
  5782      <component name="SplashScreen" long-name="Splash Screen">
       
  5783       <unit bldFile="mw/appsupport/startupservices/SplashScreen/group"/>
       
  5784      </component>
       
  5785      <component name="Startup">
       
  5786       <unit bldFile="mw/appsupport/startupservices/Startup/group"/>
       
  5787      </component>
       
  5788      <component name="startupanimation" long-name="Startup Animation">
       
  5789       <unit bldFile="mw/appsupport/startupservices/startupanimation/group"/>
       
  5790      </component>
       
  5791      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5792      <component name="startupservices" long-name="startupservices">
       
  5793       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5794       <unit bldFile="mw/appsupport/startupservices/group"/>
       
  5795      </component>
       
  5796      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5797      <component name="MediatorPlugin" long-name="MediatorPlugin">
       
  5798       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5799       <unit bldFile="mw/appsupport/startupservices/Startup/MediatorPlugin/group"/>
       
  5800      </component>
       
  5801      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5802      <component name="startupsyncplugin" long-name="startupsyncplugin">
       
  5803       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5804       <unit bldFile="mw/appsupport/startupservices/Startup/startupsyncplugin/group"/>
       
  5805      </component>
       
  5806      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5807      <component name="systemerrorplugin" long-name="systemerrorplugin">
       
  5808       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5809       <unit bldFile="mw/appsupport/startupservices/Startup/systemerrorplugin/group"/>
       
  5810      </component>
       
  5811     </collection>
       
  5812     <collection name="sysresmonitoring" long-name="System Resource Monitoring" level="system">
       
  5813      <component name="oodmonitor" long-name="OOD Monitor">
       
  5814       <unit bldFile="mw/appsupport/sysresmonitoring/oodmonitor/group"/>
       
  5815      </component>
       
  5816      <component name="oommonitor" long-name="OOM Monitor">
       
  5817       <unit bldFile="mw/appsupport/sysresmonitoring/oommonitor/group"/>
       
  5818      </component>
       
  5819      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5820      <component name="sysresmonitoring" long-name="sysresmonitoring">
       
  5821       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5822       <unit bldFile="mw/appsupport/sysresmonitoring/group"/>
       
  5823      </component>
       
  5824     </collection>
       
  5825     <collection name="systemsettings" long-name="System Settings" level="system">
       
  5826      <component name="GSAccessoryPlugin" long-name="GS Accessory Plugin">
       
  5827       <unit bldFile="mw/appsupport/systemsettings/GSAccessoryPlugin/group"/>
       
  5828      </component>
       
  5829      <component name="gssensorplugin" long-name="GS Sensor Plugin">
       
  5830       <unit bldFile="mw/appsupport/systemsettings/gssensorplugin/group"/>
       
  5831      </component>
       
  5832      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5833      <component name="systemsettings" long-name="systemsettings">
       
  5834       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5835       <unit bldFile="mw/appsupport/systemsettings/group"/>
       
  5836      </component>
       
  5837     </collection>
       
  5838     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  5839     <collection name="appsupport" long-name="appsupport">
       
  5840      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5841      <component name="appsupport" long-name="appsupport">
       
  5842       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5843       <unit bldFile="mw/appsupport/group"/>
       
  5844      </component>
       
  5845     </collection>
       
  5846     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  5847     <collection name="appsupport_plat" long-name="appsupport_plat">
       
  5848      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5849      <component name="action_plugin_api" long-name="action_plugin_api">
       
  5850       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5851       <unit bldFile="mw/appsupport/appsupport_plat/action_plugin_api/group"/>
       
  5852      </component>
       
  5853      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5854      <component name="application_orientation_api" long-name="application_orientation_api">
       
  5855       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5856       <unit bldFile="mw/appsupport/appsupport_plat/application_orientation_api/group"/>
       
  5857      </component>
       
  5858      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5859      <component name="context_access_api" long-name="context_access_api">
       
  5860       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5861       <unit bldFile="mw/appsupport/appsupport_plat/context_access_api/group"/>
       
  5862      </component>
       
  5863      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5864      <component name="context_framework_client_api" long-name="context_framework_client_api">
       
  5865       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5866       <unit bldFile="mw/appsupport/appsupport_plat/context_framework_client_api/group"/>
       
  5867      </component>
       
  5868      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5869      <component name="context_framework_listener_api" long-name="context_framework_listener_api">
       
  5870       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5871       <unit bldFile="mw/appsupport/appsupport_plat/context_framework_listener_api/group"/>
       
  5872      </component>
       
  5873      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5874      <component name="context_framework_services_api" long-name="context_framework_services_api">
       
  5875       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5876       <unit bldFile="mw/appsupport/appsupport_plat/context_framework_services_api/group"/>
       
  5877      </component>
       
  5878      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5879      <component name="context_framework_version_api" long-name="context_framework_version_api">
       
  5880       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5881       <unit bldFile="mw/appsupport/appsupport_plat/context_framework_version_api/group"/>
       
  5882      </component>
       
  5883      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5884      <component name="context_source_plugin_api" long-name="context_source_plugin_api">
       
  5885       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5886       <unit bldFile="mw/appsupport/appsupport_plat/context_source_plugin_api/group"/>
       
  5887      </component>
       
  5888      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5889      <component name="context_source_settings_manager_api" long-name="context_source_settings_manager_api">
       
  5890       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5891       <unit bldFile="mw/appsupport/appsupport_plat/context_source_settings_manager_api/group"/>
       
  5892      </component>
       
  5893      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5894      <component name="context_subscription_api" long-name="context_subscription_api">
       
  5895       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5896       <unit bldFile="mw/appsupport/appsupport_plat/context_subscription_api/group"/>
       
  5897      </component>
       
  5898      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5899      <component name="filelist_api" long-name="filelist_api">
       
  5900       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5901       <unit bldFile="mw/appsupport/appsupport_plat/filelist_api/group"/>
       
  5902      </component>
       
  5903      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5904      <component name="flash_mmi_service_interface_custom_api" long-name="flash_mmi_service_interface_custom_api">
       
  5905       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5906       <unit bldFile="mw/appsupport/appsupport_plat/flash_mmi_service_interface_custom_api/group"/>
       
  5907      </component>
       
  5908      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5909      <component name="flash_netscape_plugin_command_api" long-name="flash_netscape_plugin_command_api">
       
  5910       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5911       <unit bldFile="mw/appsupport/appsupport_plat/flash_netscape_plugin_command_api/group"/>
       
  5912      </component>
       
  5913      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5914      <component name="appsupport_plat" long-name="appsupport_plat">
       
  5915       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5916       <unit bldFile="mw/appsupport/appsupport_plat/group"/>
       
  5917      </component>
       
  5918      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5919      <component name="key_event_framework_api" long-name="key_event_framework_api">
       
  5920       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5921       <unit bldFile="mw/appsupport/appsupport_plat/key_event_framework_api/group"/>
       
  5922      </component>
       
  5923      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5924      <component name="key_event_framework_mapper_api" long-name="key_event_framework_mapper_api">
       
  5925       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5926       <unit bldFile="mw/appsupport/appsupport_plat/key_event_framework_mapper_api/group"/>
       
  5927      </component>
       
  5928      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5929      <component name="media_keys_definition_api" long-name="media_keys_definition_api">
       
  5930       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5931       <unit bldFile="mw/appsupport/appsupport_plat/media_keys_definition_api/group"/>
       
  5932      </component>
       
  5933      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5934      <component name="ood_threshold_api" long-name="ood_threshold_api">
       
  5935       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5936       <unit bldFile="mw/appsupport/appsupport_plat/ood_threshold_api/group"/>
       
  5937      </component>
       
  5938      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5939      <component name="oom_monitor_api" long-name="oom_monitor_api">
       
  5940       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5941       <unit bldFile="mw/appsupport/appsupport_plat/oom_monitor_api/group"/>
       
  5942      </component>
       
  5943      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5944      <component name="oom_monitor_plugin_api" long-name="oom_monitor_plugin_api">
       
  5945       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5946       <unit bldFile="mw/appsupport/appsupport_plat/oom_monitor_plugin_api/group"/>
       
  5947      </component>
       
  5948      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5949      <component name="operation_provider_api" long-name="operation_provider_api">
       
  5950       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5951       <unit bldFile="mw/appsupport/appsupport_plat/operation_provider_api/group"/>
       
  5952      </component>
       
  5953      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5954      <component name="phonecmdhandler_api" long-name="phonecmdhandler_api">
       
  5955       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5956       <unit bldFile="mw/appsupport/appsupport_plat/phonecmdhandler_api/group"/>
       
  5957      </component>
       
  5958      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5959      <component name="profiles_engine_api" long-name="profiles_engine_api">
       
  5960       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5961       <unit bldFile="mw/appsupport/appsupport_plat/profiles_engine_api/group"/>
       
  5962      </component>
       
  5963      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5964      <component name="profiles_mediafilelist_api" long-name="profiles_mediafilelist_api">
       
  5965       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5966       <unit bldFile="mw/appsupport/appsupport_plat/profiles_mediafilelist_api/group"/>
       
  5967      </component>
       
  5968      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5969      <component name="restore_factory_settings_api" long-name="restore_factory_settings_api">
       
  5970       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5971       <unit bldFile="mw/appsupport/appsupport_plat/restore_factory_settings_api/group"/>
       
  5972      </component>
       
  5973      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5974      <component name="restore_factory_settings_plugin_api" long-name="restore_factory_settings_plugin_api">
       
  5975       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5976       <unit bldFile="mw/appsupport/appsupport_plat/restore_factory_settings_plugin_api/group"/>
       
  5977      </component>
       
  5978      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5979      <component name="secondary_display_accfw_api" long-name="secondary_display_accfw_api">
       
  5980       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5981       <unit bldFile="mw/appsupport/appsupport_plat/secondary_display_accfw_api/group"/>
       
  5982      </component>
       
  5983      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5984      <component name="secondary_display_startup_api" long-name="secondary_display_startup_api">
       
  5985       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5986       <unit bldFile="mw/appsupport/appsupport_plat/secondary_display_startup_api/group"/>
       
  5987      </component>
       
  5988      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5989      <component name="secondary_display_sysap_api" long-name="secondary_display_sysap_api">
       
  5990       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5991       <unit bldFile="mw/appsupport/appsupport_plat/secondary_display_sysap_api/group"/>
       
  5992      </component>
       
  5993      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5994      <component name="secondary_display_system_state_api" long-name="secondary_display_system_state_api">
       
  5995       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  5996       <unit bldFile="mw/appsupport/appsupport_plat/secondary_display_system_state_api/group"/>
       
  5997      </component>
       
  5998      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  5999      <component name="sensor_user_setting_api" long-name="sensor_user_setting_api">
       
  6000       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6001       <unit bldFile="mw/appsupport/appsupport_plat/sensor_user_setting_api/group"/>
       
  6002      </component>
       
  6003      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6004      <component name="settings_backgroundimage_api" long-name="settings_backgroundimage_api">
       
  6005       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6006       <unit bldFile="mw/appsupport/appsupport_plat/settings_backgroundimage_api/group"/>
       
  6007      </component>
       
  6008      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6009      <component name="settings_framework_api" long-name="settings_framework_api">
       
  6010       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6011       <unit bldFile="mw/appsupport/appsupport_plat/settings_framework_api/group"/>
       
  6012      </component>
       
  6013      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6014      <component name="settings_launch_api" long-name="settings_launch_api">
       
  6015       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6016       <unit bldFile="mw/appsupport/appsupport_plat/settings_launch_api/group"/>
       
  6017      </component>
       
  6018      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6019      <component name="settings_listbox_api" long-name="settings_listbox_api">
       
  6020       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6021       <unit bldFile="mw/appsupport/appsupport_plat/settings_listbox_api/group"/>
       
  6022      </component>
       
  6023      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6024      <component name="settings_plugin_api" long-name="settings_plugin_api">
       
  6025       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6026       <unit bldFile="mw/appsupport/appsupport_plat/settings_plugin_api/group"/>
       
  6027      </component>
       
  6028      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6029      <component name="settings_uis_cenrep_collection_api" long-name="settings_uis_cenrep_collection_api">
       
  6030       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6031       <unit bldFile="mw/appsupport/appsupport_plat/settings_uis_cenrep_collection_api/group"/>
       
  6032      </component>
       
  6033      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6034      <component name="startup_configuration_api" long-name="startup_configuration_api">
       
  6035       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6036       <unit bldFile="mw/appsupport/appsupport_plat/startup_configuration_api/group"/>
       
  6037      </component>
       
  6038      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6039      <component name="system_application_key_handler_plugin_api" long-name="system_application_key_handler_plugin_api">
       
  6040       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6041       <unit bldFile="mw/appsupport/appsupport_plat/system_application_key_handler_plugin_api/group"/>
       
  6042      </component>
       
  6043      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6044      <component name="system_application_light_control_plugin_api" long-name="system_application_light_control_plugin_api">
       
  6045       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6046       <unit bldFile="mw/appsupport/appsupport_plat/system_application_light_control_plugin_api/group"/>
       
  6047      </component>
       
  6048      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6049      <component name="system_application_notification_api" long-name="system_application_notification_api">
       
  6050       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6051       <unit bldFile="mw/appsupport/appsupport_plat/system_application_notification_api/group"/>
       
  6052      </component>
       
  6053      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6054      <component name="system_application_plugin_callback_api" long-name="system_application_plugin_callback_api">
       
  6055       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6056       <unit bldFile="mw/appsupport/appsupport_plat/system_application_plugin_callback_api/group"/>
       
  6057      </component>
       
  6058     </collection>
       
  6059     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  6060     <collection name="appsupport_pub" long-name="appsupport_pub">
       
  6061      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6062      <component name="flash_viewer_framework_api" long-name="flash_viewer_framework_api">
       
  6063       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6064       <unit bldFile="mw/appsupport/appsupport_pub/flash_viewer_framework_api/group"/>
       
  6065      </component>
       
  6066      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6067      <component name="appsupport_pub" long-name="appsupport_pub">
       
  6068       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6069       <unit bldFile="mw/appsupport/appsupport_pub/group"/>
       
  6070      </component>
       
  6071      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6072      <component name="network_status_api" long-name="network_status_api">
       
  6073       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6074       <unit bldFile="mw/appsupport/appsupport_pub/network_status_api/group"/>
       
  6075      </component>
       
  6076      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6077      <component name="profiles_engine_active_profile_settings_api" long-name="profiles_engine_active_profile_settings_api">
       
  6078       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6079       <unit bldFile="mw/appsupport/appsupport_pub/profiles_engine_active_profile_settings_api/group"/>
       
  6080      </component>
       
  6081      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6082      <component name="profiles_engine_wrapper_api" long-name="profiles_engine_wrapper_api">
       
  6083       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6084       <unit bldFile="mw/appsupport/appsupport_pub/profiles_engine_wrapper_api/group"/>
  1646      </component>
  6085      </component>
  1647     </collection>
  6086     </collection>
  1648    </block>
  6087    </block>
  1649    <block name="netprotocols" long-name="High-level Internet Protocols" level="generic" levels="plugin framework server generic specific">
  6088    <block long-name="Security Services" level="generic" name="securitysrv" levels="plugin framework server generic specific">
       
  6089     <collection name="boottimeintegritycheck" long-name="Boot Time Integrity Check" level="plugin">
       
  6090      <component name="IntegrityCheck.exe=binary">
       
  6091       <unit bldFile="mw/securitysrv/boottimeintegritycheck/group"/>
       
  6092      </component>
       
  6093      <component name="IntegrityCheckClient.dll=binary">
       
  6094 <!--       <unit bldFile="mw/securitysrv/boottimeintegritycheck/group"/> -->
       
  6095      </component>
       
  6096      <component name="IntegrityCheckServer.exe=binary">
       
  6097 <!--       <unit bldFile="mw/securitysrv/boottimeintegritycheck/group"/> -->
       
  6098      </component>
       
  6099      <component name="TrkDummy" long-name="Trk Dummy">
       
  6100       <unit bldFile="mw/securitysrv/boottimeintegritycheck/TrkDummy/group"/>
       
  6101      </component>
       
  6102     </collection>
       
  6103     <collection name="cms" long-name="Certificate Management Services" level="generic">
       
  6104      <component name="CMS.Dll=binary" long-name="CMS">
       
  6105       <unit bldFile="mw/securitysrv/cms/group"/>
       
  6106      </component>
       
  6107     </collection>
       
  6108     <collection name="gba" long-name="Generic Boot Architecture" level="specific">
       
  6109      <component name="bootstrap" long-name="Bootstrap">
       
  6110       <unit bldFile="mw/securitysrv/gba/bootstrap/group"/>
       
  6111      </component>
       
  6112      <component name="gbaapi" long-name="GBA API">
       
  6113       <unit bldFile="mw/securitysrv/gba/gbaapi/group"/>
       
  6114      </component>
       
  6115      <component name="gbafilter" long-name="GBA Filter">
       
  6116       <unit bldFile="mw/securitysrv/gba/gbafilter/group"/>
       
  6117      </component>
       
  6118      <component name="gbaserver" long-name="GBA Server">
       
  6119       <unit bldFile="mw/securitysrv/gba/gbaserver/group"/>
       
  6120      </component>
       
  6121      <component name="uicc" long-name="Uicc">
       
  6122       <unit bldFile="mw/securitysrv/gba/uicc/group"/>
       
  6123      </component>
       
  6124      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6125      <component name="gba" long-name="gba">
       
  6126       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6127       <unit bldFile="mw/securitysrv/gba/group"/>
       
  6128      </component>
       
  6129     </collection>
       
  6130     <collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
       
  6131      <component name="CTSecurityDialogs" long-name="CT Security Dialogs">
       
  6132       <unit bldFile="mw/securitysrv/pkiutilities/CTSecurityDialogs/group"/>
       
  6133      </component>
       
  6134      <component name="CertSaver" long-name="Cert Saver">
       
  6135       <unit bldFile="mw/securitysrv/pkiutilities/CertSaver/group"/>
       
  6136      </component>
       
  6137      <component name="Certificates">
       
  6138       <unit bldFile="mw/securitysrv/pkiutilities/Certificates/group"/>
       
  6139      </component>
       
  6140      <component name="CertmanUi" long-name="Certman UI">
       
  6141       <unit bldFile="mw/securitysrv/pkiutilities/CertmanUi/group"/>
       
  6142      </component>
       
  6143      <component name="DeviceToken" long-name="Device Token">
       
  6144       <unit bldFile="mw/securitysrv/pkiutilities/DeviceToken/group"/>
       
  6145      </component>
       
  6146      <component name="PKCS12">
       
  6147       <unit bldFile="mw/securitysrv/pkiutilities/PKCS12/group"/>
       
  6148      </component>
       
  6149      <component name="SecModUI" long-name="Sec Mod UI">
       
  6150       <unit bldFile="mw/securitysrv/pkiutilities/SecModUI/group"/>
       
  6151      </component>
       
  6152      <component name="x509certnameparser" long-name="X509cert Name Parser">
       
  6153       <unit bldFile="mw/securitysrv/pkiutilities/x509certnameparser/group"/>
       
  6154      </component>
       
  6155      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6156      <component name="Certificates_OEM" long-name="Certificates_OEM">
       
  6157       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6158       <unit bldFile="mw/securitysrv/pkiutilities/Certificates_OEM/group"/>
       
  6159      </component>
       
  6160      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6161      <component name="pkiutilities" long-name="pkiutilities">
       
  6162       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6163       <unit bldFile="mw/securitysrv/pkiutilities/group"/>
       
  6164      </component>
       
  6165     </collection>
       
  6166     <collection name="remotelock" long-name="Remote Lock" level="server">
       
  6167      <component name="RemoteLockEngine" long-name="Remote Lock Engine">
       
  6168       <unit bldFile="mw/securitysrv/remotelock/RemoteLockEngine/group"/>
       
  6169      </component>
       
  6170      <component name="RemotelockSettings" long-name="Remote Lock Settings">
       
  6171       <unit bldFile="mw/securitysrv/remotelock/RemotelockSettings/group"/>
       
  6172      </component>
       
  6173      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6174      <component name="remotelock" long-name="remotelock">
       
  6175       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6176       <unit bldFile="mw/securitysrv/remotelock/Group"/>
       
  6177      </component>
       
  6178     </collection>
       
  6179     <collection name="securitydialogs" long-name="Security Dialogs" level="specific">
       
  6180      <component name="Autolock">
       
  6181       <unit bldFile="mw/securitysrv/securitydialogs/Autolock/group"/>
       
  6182      </component>
       
  6183      <component name="SecUi" long-name="Sec UI">
       
  6184       <unit bldFile="mw/securitysrv/securitydialogs/SecUi/group"/>
       
  6185      </component>
       
  6186      <component name="Securitynotifier" long-name="Security Notifier">
       
  6187       <unit bldFile="mw/securitysrv/securitydialogs/Securitynotifier/group"/>
       
  6188      </component>
       
  6189      <component name="Securityobserver" long-name="Security Observer">
       
  6190       <unit bldFile="mw/securitysrv/securitydialogs/Securityobserver/group"/>
       
  6191      </component>
       
  6192      <component name="keylockpolicyapi" long-name="Keylock Policy Api">
       
  6193       <unit bldFile="mw/securitysrv/securitydialogs/keylockpolicyapi/group"/>
       
  6194      </component>
       
  6195      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6196      <component name="securitydialogs" long-name="securitydialogs">
       
  6197       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6198       <unit bldFile="mw/securitysrv/securitydialogs/group"/>
       
  6199      </component>
       
  6200     </collection>
       
  6201     <collection name="wim" long-name="WIM" level="framework">
       
  6202      <component name="Scard" long-name="S Card">
       
  6203       <unit bldFile="mw/securitysrv/wim/Scard/group"/>
       
  6204      </component>
       
  6205      <component name="SwimReader" long-name="Swim Reader">
       
  6206       <unit bldFile="mw/securitysrv/wim/SwimReader/group"/>
       
  6207      </component>
       
  6208      <component name="WimClient" long-name="WIM Client">
       
  6209       <unit bldFile="mw/securitysrv/wim/WimClient/group"/>
       
  6210      </component>
       
  6211      <component name="WimPlugin" long-name="WIM Plugin">
       
  6212       <unit bldFile="mw/securitysrv/wim/WimPlugin/group"/>
       
  6213      </component>
       
  6214      <component name="WimServer" long-name="WIM Server">
       
  6215       <unit bldFile="mw/securitysrv/wim/WimServer/group"/>
       
  6216      </component>
       
  6217      <component name="WimUtil" long-name="WIM Util">
       
  6218       <unit bldFile="mw/securitysrv/wim/WimUtil/group"/>
       
  6219      </component>
       
  6220      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6221      <component name="wim" long-name="wim">
       
  6222       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6223       <unit bldFile="mw/securitysrv/wim/Group"/>
       
  6224      </component>
       
  6225     </collection>
       
  6226     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  6227     <collection name="securitysrv" long-name="securitysrv">
       
  6228      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6229      <component name="securitysrv" long-name="securitysrv">
       
  6230       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6231       <unit bldFile="mw/securitysrv/group"/>
       
  6232      </component>
       
  6233     </collection>
       
  6234     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  6235     <collection name="secsrv_plat" long-name="secsrv_plat">
       
  6236      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6237      <component name="cms_api" long-name="cms_api">
       
  6238       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6239       <unit bldFile="mw/securitysrv/secsrv_plat/cms_api/group"/>
       
  6240      </component>
       
  6241      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6242      <component name="devicelock_access_api" long-name="devicelock_access_api">
       
  6243       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6244       <unit bldFile="mw/securitysrv/secsrv_plat/devicelock_access_api/group"/>
       
  6245      </component>
       
  6246      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6247      <component name="device_key_store_encryption_plugin_api" long-name="device_key_store_encryption_plugin_api">
       
  6248       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6249       <unit bldFile="mw/securitysrv/secsrv_plat/device_key_store_encryption_plugin_api/group"/>
       
  6250      </component>
       
  6251      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6252      <component name="gba_api" long-name="gba_api">
       
  6253       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6254       <unit bldFile="mw/securitysrv/secsrv_plat/gba_api/group"/>
       
  6255      </component>
       
  6256      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6257      <component name="secsrv_plat" long-name="secsrv_plat">
       
  6258       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6259       <unit bldFile="mw/securitysrv/secsrv_plat/group"/>
       
  6260      </component>
       
  6261      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6262      <component name="java_utils_api" long-name="java_utils_api">
       
  6263       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6264       <unit bldFile="mw/securitysrv/secsrv_plat/java_utils_api/group"/>
       
  6265      </component>
       
  6266      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6267      <component name="keyguard_access_api" long-name="keyguard_access_api">
       
  6268       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6269       <unit bldFile="mw/securitysrv/secsrv_plat/keyguard_access_api/group"/>
       
  6270      </component>
       
  6271      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6272      <component name="keyguard_configuration_api" long-name="keyguard_configuration_api">
       
  6273       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6274       <unit bldFile="mw/securitysrv/secsrv_plat/keyguard_configuration_api/group"/>
       
  6275      </component>
       
  6276      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6277      <component name="keylock_policy_api" long-name="keylock_policy_api">
       
  6278       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6279       <unit bldFile="mw/securitysrv/secsrv_plat/keylock_policy_api/group"/>
       
  6280      </component>
       
  6281      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6282      <component name="lockapp_server_api" long-name="lockapp_server_api">
       
  6283       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6284       <unit bldFile="mw/securitysrv/secsrv_plat/lockapp_server_api/group"/>
       
  6285      </component>
       
  6286      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6287      <component name="pkcs12_parser_api" long-name="pkcs12_parser_api">
       
  6288       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6289       <unit bldFile="mw/securitysrv/secsrv_plat/pkcs12_parser_api/group"/>
       
  6290      </component>
       
  6291      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6292      <component name="pkidialog_api" long-name="pkidialog_api">
       
  6293       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6294       <unit bldFile="mw/securitysrv/secsrv_plat/pkidialog_api/group"/>
       
  6295      </component>
       
  6296      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6297      <component name="provisioning_api" long-name="provisioning_api">
       
  6298       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6299       <unit bldFile="mw/securitysrv/secsrv_plat/provisioning_api/group"/>
       
  6300      </component>
       
  6301      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6302      <component name="remote_lock_api" long-name="remote_lock_api">
       
  6303       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6304       <unit bldFile="mw/securitysrv/secsrv_plat/remote_lock_api/group"/>
       
  6305      </component>
       
  6306      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6307      <component name="security_code_ui_api" long-name="security_code_ui_api">
       
  6308       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6309       <unit bldFile="mw/securitysrv/secsrv_plat/security_code_ui_api/group"/>
       
  6310      </component>
       
  6311      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6312      <component name="wim_cert_api" long-name="wim_cert_api">
       
  6313       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6314       <unit bldFile="mw/securitysrv/secsrv_plat/wim_cert_api/group"/>
       
  6315      </component>
       
  6316      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6317      <component name="x509certnameparser_api" long-name="x509certnameparser_api">
       
  6318       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6319       <unit bldFile="mw/securitysrv/secsrv_plat/x509certnameparser_api/group"/>
       
  6320      </component>
       
  6321     </collection>
       
  6322    </block>
       
  6323    <block long-name="DRM" level="generic" name="drm" levels="plugin framework server generic specific">
       
  6324     <collection name="commondrm" long-name="Common DRM" level="generic">
       
  6325      <component name="drmencryptor" long-name="DRM Encryptor">
       
  6326       <unit bldFile="mw/drm/commondrm/drmencryptor/group"/>
       
  6327      </component>
       
  6328      <component name="drmrightsmanagerui" long-name="DRM Rights Manager UI">
       
  6329       <unit bldFile="mw/drm/commondrm/drmrightsmanagerui/group"/>
       
  6330      </component>
       
  6331      <component name="drmserviceapiwrapper" long-name="DRM Service API Wrapper">
       
  6332       <unit bldFile="mw/drm/commondrm/drmserviceapiwrapper/group"/>
       
  6333      </component>
       
  6334      <component name="drmsettingsplugin" long-name="DRM Settings Plugin">
       
  6335       <unit bldFile="mw/drm/commondrm/drmsettingsplugin/group"/>
       
  6336      </component>
       
  6337      <component name="drmutility" long-name="DRM Utility">
       
  6338       <unit bldFile="mw/drm/commondrm/drmutility/group"/>
       
  6339       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6340       <unit bldFile="app/photos/photosgallery/viewframework/drmutility/group"/>
       
  6341      </component>
       
  6342      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6343      <component name="commondrm" long-name="commondrm">
       
  6344       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6345       <unit bldFile="mw/drm/commondrm/group"/>
       
  6346      </component>
       
  6347     </collection>
       
  6348     <collection name="omadrm" long-name="OMA DRM" level="server">
       
  6349      <component name="drmengine" long-name="DRM Engine">
       
  6350       <unit bldFile="mw/drm/omadrm/drmengine/group"/>
       
  6351      </component>
       
  6352      <component name="drmhelper" long-name="DRM Helper">
       
  6353       <unit bldFile="mw/drm/omadrm/drmhelper/group"/>
       
  6354      </component>
       
  6355      <component name="drmlicensemanager" long-name="Drm License Manager">
       
  6356       <unit bldFile="mw/drm/omadrm/drmlicensemanager/group"/>
       
  6357      </component>
       
  6358      <component name="drmplugins" long-name="DRM Plugins">
       
  6359       <unit bldFile="mw/drm/omadrm/drmplugins/group"/>
       
  6360      </component>
       
  6361      <component name="drmroapwbxmlparser" long-name="DRM ROAP WBXML Parser">
       
  6362       <unit bldFile="mw/drm/omadrm/drmroapwbxmlparser/group"/>
       
  6363      </component>
       
  6364      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6365      <component name="drmhelperserver" long-name="drmhelperserver">
       
  6366       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6367       <unit bldFile="mw/drm/omadrm/drmhelper/drmhelperserver/group"/>
       
  6368      </component>
       
  6369      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6370      <component name="drmfilter" long-name="drmfilter">
       
  6371       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6372       <unit bldFile="mw/drm/omadrm/drmplugins/drmfilter/group"/>
       
  6373      </component>
       
  6374      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6375      <component name="drmrecognizer" long-name="drmrecognizer">
       
  6376       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6377       <unit bldFile="mw/drm/omadrm/drmplugins/drmrecognizer/group"/>
       
  6378      </component>
       
  6379      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6380      <component name="drmrohandler" long-name="drmrohandler">
       
  6381       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6382       <unit bldFile="mw/drm/omadrm/drmplugins/drmrohandler/group"/>
       
  6383      </component>
       
  6384      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6385      <component name="drmromtm" long-name="drmromtm">
       
  6386       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6387       <unit bldFile="mw/drm/omadrm/drmplugins/drmromtm/group"/>
       
  6388      </component>
       
  6389      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6390      <component name="omadrm" long-name="omadrm">
       
  6391       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6392       <unit bldFile="mw/drm/omadrm/group"/>
       
  6393      </component>
       
  6394     </collection>
       
  6395     <collection name="wmdrm" long-name="WM DRM" level="framework">
       
  6396      <component name="camese" long-name="Camese">
       
  6397       <unit bldFile="mw/drm/wmdrm/camese/group"/>
       
  6398      </component>
       
  6399      <component name="wmdrmengine" long-name="WM DRM Engine">
       
  6400       <unit bldFile="mw/drm/wmdrm/wmdrmengine/group"/>
       
  6401      </component>
       
  6402      <component name="wmdrmplugins" long-name="WM DRM Plugins">
       
  6403       <unit bldFile="mw/drm/wmdrm/wmdrmplugins/group"/>
       
  6404      </component>
       
  6405      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6406      <component name="cameseutility" long-name="cameseutility">
       
  6407       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6408       <unit bldFile="mw/drm/wmdrm/camese/cameseutility/group"/>
       
  6409      </component>
       
  6410      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6411      <component name="cameseutility_dist" long-name="cameseutility_dist">
       
  6412       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6413       <unit bldFile="mw/drm/wmdrm/camese/cameseutility_dist/group"/>
       
  6414      </component>
       
  6415      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6416      <component name="httpfiltercamese" long-name="httpfiltercamese">
       
  6417       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6418       <unit bldFile="mw/drm/wmdrm/camese/httpfiltercamese/group"/>
       
  6419      </component>
       
  6420      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6421      <component name="wmdrmdla" long-name="wmdrmdla">
       
  6422       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6423       <unit bldFile="mw/drm/wmdrm/camese/wmdrmdla/group"/>
       
  6424      </component>
       
  6425      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6426      <component name="wmdrmdlaapp" long-name="wmdrmdlaapp">
       
  6427       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6428       <unit bldFile="mw/drm/wmdrm/camese/wmdrmdlaapp/group"/>
       
  6429      </component>
       
  6430      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6431      <component name="wmdrmdladefaulthttpplugin" long-name="wmdrmdladefaulthttpplugin">
       
  6432       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6433       <unit bldFile="mw/drm/wmdrm/camese/wmdrmdladefaulthttpplugin/group"/>
       
  6434      </component>
       
  6435      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6436      <component name="wmdrmdladefaultuiplugin" long-name="wmdrmdladefaultuiplugin">
       
  6437       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6438       <unit bldFile="mw/drm/wmdrm/camese/wmdrmdladefaultuiplugin/group"/>
       
  6439      </component>
       
  6440      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6441      <component name="wmdrmdlautils" long-name="wmdrmdlautils">
       
  6442       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6443       <unit bldFile="mw/drm/wmdrm/camese/wmdrmdlautils/group"/>
       
  6444      </component>
       
  6445      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6446      <component name="wmdrmdlawrapper" long-name="wmdrmdlawrapper">
       
  6447       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6448       <unit bldFile="mw/drm/wmdrm/camese/wmdrmdlawrapper/group"/>
       
  6449      </component>
       
  6450      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6451      <component name="wmdrmdla_dist" long-name="wmdrmdla_dist">
       
  6452       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6453       <unit bldFile="mw/drm/wmdrm/camese/wmdrmdla_dist/group"/>
       
  6454      </component>
       
  6455      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6456      <component name="wmdrm" long-name="wmdrm">
       
  6457       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6458       <unit bldFile="mw/drm/wmdrm/group"/>
       
  6459      </component>
       
  6460      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6461      <component name="wmdrmagent" long-name="wmdrmagent">
       
  6462       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6463       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmagent/group"/>
       
  6464      </component>
       
  6465      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6466      <component name="wmdrmagent_dist" long-name="wmdrmagent_dist">
       
  6467       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6468       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmagent_dist/group"/>
       
  6469      </component>
       
  6470      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6471      <component name="client" long-name="client">
       
  6472       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6473       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmfileserver/client/group"/>
       
  6474       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6475       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmpkserver/client/group"/>
       
  6476       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6477       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmserver/client/group"/>
       
  6478       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6479       <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/client/group"/>
       
  6480       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6481       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/client/group"/>
       
  6482       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6483       <unit bldFile="mw/shortlinkconn/localconnectivityservice/dun/client/group"/>
       
  6484       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6485       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/engine/client/group"/>
       
  6486      </component>
       
  6487      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6488      <component name="server" long-name="server">
       
  6489       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6490       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmfileserver/server/group"/>
       
  6491       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6492       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmpkserver/server/group"/>
       
  6493       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6494       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmserver/server/group"/>
       
  6495       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6496       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/server/group"/>
       
  6497       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6498       <unit bldFile="mw/mmappfw/mmappcomponents/harvester/server/group"/>
       
  6499       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6500       <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/server/group"/>
       
  6501       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6502       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/server/group"/>
       
  6503       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6504       <unit bldFile="mw/shortlinkconn/localconnectivityservice/dun/server/group"/>
       
  6505       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6506       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/engine/server/group"/>
       
  6507      </component>
       
  6508      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6509      <component name="clientwrapper" long-name="clientwrapper">
       
  6510       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6511       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmpkserver/clientwrapper/group"/>
       
  6512       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6513       <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmserver/clientwrapper/group"/>
       
  6514      </component>
       
  6515      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6516      <component name="helix" long-name="helix">
       
  6517       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6518       <unit bldFile="mw/drm/wmdrm/wmdrmplugins/helix"/>
       
  6519       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6520       <unit bldFile="mw/helix/group"/>
       
  6521      </component>
       
  6522      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6523      <component name="mtp_dist" long-name="mtp_dist">
       
  6524       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6525       <unit bldFile="mw/drm/wmdrm/wmdrmplugins/mtp_dist/group"/>
       
  6526      </component>
       
  6527      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6528      <component name="wmdrmota" long-name="wmdrmota">
       
  6529       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6530       <unit bldFile="mw/drm/wmdrm/wmdrmplugins/wmdrmota/group"/>
       
  6531      </component>
       
  6532     </collection>
       
  6533     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  6534     <collection name="drm" long-name="drm">
       
  6535      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6536      <component name="drm" long-name="drm">
       
  6537       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6538       <unit bldFile="mw/drm/group"/>
       
  6539      </component>
       
  6540     </collection>
       
  6541     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  6542     <collection name="drm_plat" long-name="drm_plat">
       
  6543      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6544      <component name="camese_framework_api" long-name="camese_framework_api">
       
  6545       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6546       <unit bldFile="mw/drm/drm_plat/camese_framework_api/group"/>
       
  6547      </component>
       
  6548      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6549      <component name="camese_utility_api" long-name="camese_utility_api">
       
  6550       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6551       <unit bldFile="mw/drm/drm_plat/camese_utility_api/group"/>
       
  6552      </component>
       
  6553      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6554      <component name="dcf_repository_api" long-name="dcf_repository_api">
       
  6555       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6556       <unit bldFile="mw/drm/drm_plat/dcf_repository_api/group"/>
       
  6557      </component>
       
  6558      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6559      <component name="drm_agents_api" long-name="drm_agents_api">
       
  6560       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6561       <unit bldFile="mw/drm/drm_plat/drm_agents_api/group"/>
       
  6562      </component>
       
  6563      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6564      <component name="drm_common_api" long-name="drm_common_api">
       
  6565       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6566       <unit bldFile="mw/drm/drm_plat/drm_common_api/group"/>
       
  6567      </component>
       
  6568      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6569      <component name="drm_legacy_api" long-name="drm_legacy_api">
       
  6570       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6571       <unit bldFile="mw/drm/drm_plat/drm_legacy_api/group"/>
       
  6572      </component>
       
  6573      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6574      <component name="drm_license_manager_api" long-name="drm_license_manager_api">
       
  6575       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6576       <unit bldFile="mw/drm/drm_plat/drm_license_manager_api/group"/>
       
  6577      </component>
       
  6578      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6579      <component name="drm_rights_api" long-name="drm_rights_api">
       
  6580       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6581       <unit bldFile="mw/drm/drm_plat/drm_rights_api/group"/>
       
  6582      </component>
       
  6583      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6584      <component name="drm_secondary_display_api" long-name="drm_secondary_display_api">
       
  6585       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6586       <unit bldFile="mw/drm/drm_plat/drm_secondary_display_api/group"/>
       
  6587      </component>
       
  6588      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6589      <component name="drm_service_api" long-name="drm_service_api">
       
  6590       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6591       <unit bldFile="mw/drm/drm_plat/drm_service_api/group"/>
       
  6592      </component>
       
  6593      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6594      <component name="drm_utility_api" long-name="drm_utility_api">
       
  6595       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6596       <unit bldFile="mw/drm/drm_plat/drm_utility_api/group"/>
       
  6597      </component>
       
  6598      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6599      <component name="drm_plat" long-name="drm_plat">
       
  6600       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6601       <unit bldFile="mw/drm/drm_plat/group"/>
       
  6602      </component>
       
  6603      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6604      <component name="roap_api" long-name="roap_api">
       
  6605       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6606       <unit bldFile="mw/drm/drm_plat/roap_api/group"/>
       
  6607      </component>
       
  6608      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6609      <component name="wmdrm_core_api" long-name="wmdrm_core_api">
       
  6610       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6611       <unit bldFile="mw/drm/drm_plat/wmdrm_core_api/group"/>
       
  6612      </component>
       
  6613     </collection>
       
  6614     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  6615     <collection name="drm_pub" long-name="drm_pub">
       
  6616      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6617      <component name="drm_helper_api" long-name="drm_helper_api">
       
  6618       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6619       <unit bldFile="mw/drm/drm_pub/drm_helper_api/group"/>
       
  6620      </component>
       
  6621      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6622      <component name="drm_license_checker_api" long-name="drm_license_checker_api">
       
  6623       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6624       <unit bldFile="mw/drm/drm_pub/drm_license_checker_api/group"/>
       
  6625      </component>
       
  6626      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6627      <component name="drm_pub" long-name="drm_pub">
       
  6628       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6629       <unit bldFile="mw/drm/drm_pub/group"/>
       
  6630      </component>
       
  6631      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6632      <component name="oma_drm_caf_agent_api" long-name="oma_drm_caf_agent_api">
       
  6633       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6634       <unit bldFile="mw/drm/drm_pub/oma_drm_caf_agent_api/group"/>
       
  6635      </component>
       
  6636     </collection>
       
  6637    </block>
       
  6638    <block long-name="Access Security" level="generic" name="accesssec" levels="plugin framework server generic specific">
       
  6639     <collection name="eapol" long-name="EAPOL" level="framework">
       
  6640      <component name="eapol_framework" long-name="EAPOL Framework">
       
  6641       <unit bldFile="mw/accesssec/eapol/eapol_framework/group"/>
       
  6642      </component>
       
  6643      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6644      <component name="eapol_symbian" long-name="eapol_symbian">
       
  6645       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6646       <unit bldFile="mw/accesssec/eapol/eapol_framework/eapol_symbian/group"/>
       
  6647       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6648       <unit bldFile="mw/accesssec/eapol/eapol_framework/eapol_symbian/group/wpxeap"/>
       
  6649       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6650       <unit bldFile="mw/accesssec/eapol/eapol_framework/eapol_symbian/group/wpxeapol"/>
       
  6651      </component>
       
  6652      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6653      <component name="wapi_symbian" long-name="wapi_symbian">
       
  6654       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6655       <unit bldFile="mw/accesssec/eapol/eapol_framework/wapi_symbian/group"/>
       
  6656      </component>
       
  6657      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6658      <component name="eapol" long-name="eapol">
       
  6659       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6660       <unit bldFile="mw/accesssec/eapol/group"/>
       
  6661      </component>
       
  6662     </collection>
       
  6663     <collection name="wlansecuritysettings" long-name="WLAN Security Settings" level="specific">
       
  6664      <component name="wapisecuritysettingsui" long-name="WAPI Security Settings UI">
       
  6665       <unit bldFile="mw/accesssec/wlansecuritysettings/wapisecuritysettingsui/group"/>
       
  6666      </component>
       
  6667      <component name="wepsecuritysettingsui" long-name="WEP Security Eettings UI">
       
  6668       <unit bldFile="mw/accesssec/wlansecuritysettings/wepsecuritysettingsui/group"/>
       
  6669      </component>
       
  6670      <component name="wifiprotectedsetup" long-name="WIFI Protected Setup">
       
  6671       <unit bldFile="mw/accesssec/wlansecuritysettings/wifiprotectedsetup/group"/>
       
  6672      </component>
       
  6673      <component name="wlaneapsettingsui" long-name="WLAN EAP Settings UI">
       
  6674       <unit bldFile="mw/accesssec/wlansecuritysettings/wlaneapsettingsui/group"/>
       
  6675       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6676       <unit bldFile="mw/accesssec/wlansecuritysettings/wlaneapsettingsui/group/wpx"/>
       
  6677      </component>
       
  6678      <component name="wpasecuritysettingsui" long-name="WPA Security Settings UI">
       
  6679       <unit bldFile="mw/accesssec/wlansecuritysettings/wpasecuritysettingsui/group"/>
       
  6680      </component>
       
  6681      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6682      <component name="wlansecuritysettings" long-name="wlansecuritysettings">
       
  6683       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6684       <unit bldFile="mw/accesssec/wlansecuritysettings/group"/>
       
  6685      </component>
       
  6686      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6687      <component name="stub" long-name="stub">
       
  6688       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6689       <unit bldFile="mw/accesssec/wlansecuritysettings/wapisecuritysettingsui/stub/group"/>
       
  6690      </component>
       
  6691     </collection>
       
  6692     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  6693     <collection name="accesssec" long-name="accesssec">
       
  6694      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6695      <component name="accesssec" long-name="accesssec">
       
  6696       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6697       <unit bldFile="mw/accesssec/group"/>
       
  6698      </component>
       
  6699     </collection>
       
  6700     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  6701     <collection name="accesssec_plat" long-name="accesssec_plat">
       
  6702      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6703      <component name="eapaka_db_api" long-name="eapaka_db_api">
       
  6704       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6705       <unit bldFile="mw/accesssec/accesssec_plat/eapaka_db_api/group"/>
       
  6706      </component>
       
  6707      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6708      <component name="eapgtc_db_api" long-name="eapgtc_db_api">
       
  6709       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6710       <unit bldFile="mw/accesssec/accesssec_plat/eapgtc_db_api/group"/>
       
  6711      </component>
       
  6712      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6713      <component name="eapleap_db_api" long-name="eapleap_db_api">
       
  6714       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6715       <unit bldFile="mw/accesssec/accesssec_plat/eapleap_db_api/group"/>
       
  6716      </component>
       
  6717      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6718      <component name="eapmschapv2_db_api" long-name="eapmschapv2_db_api">
       
  6719       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6720       <unit bldFile="mw/accesssec/accesssec_plat/eapmschapv2_db_api/group"/>
       
  6721      </component>
       
  6722      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6723      <component name="eapsim_db_api" long-name="eapsim_db_api">
       
  6724       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6725       <unit bldFile="mw/accesssec/accesssec_plat/eapsim_db_api/group"/>
       
  6726      </component>
       
  6727      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6728      <component name="eaptlspeap_db_api" long-name="eaptlspeap_db_api">
       
  6729       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6730       <unit bldFile="mw/accesssec/accesssec_plat/eaptlspeap_db_api/group"/>
       
  6731      </component>
       
  6732      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6733      <component name="eap_type_api" long-name="eap_type_api">
       
  6734       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6735       <unit bldFile="mw/accesssec/accesssec_plat/eap_type_api/group"/>
       
  6736      </component>
       
  6737      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6738      <component name="eap_vpn_api" long-name="eap_vpn_api">
       
  6739       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6740       <unit bldFile="mw/accesssec/accesssec_plat/eap_vpn_api/group"/>
       
  6741      </component>
       
  6742      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6743      <component name="accesssec_plat" long-name="accesssec_plat">
       
  6744       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6745       <unit bldFile="mw/accesssec/accesssec_plat/group"/>
       
  6746      </component>
       
  6747      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6748      <component name="wapi_db_api" long-name="wapi_db_api">
       
  6749       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6750       <unit bldFile="mw/accesssec/accesssec_plat/wapi_db_api/group"/>
       
  6751      </component>
       
  6752      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6753      <component name="wapi_security_settings_ui_api" long-name="wapi_security_settings_ui_api">
       
  6754       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6755       <unit bldFile="mw/accesssec/accesssec_plat/wapi_security_settings_ui_api/group"/>
       
  6756      </component>
       
  6757      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6758      <component name="wep_security_settings_ui_api" long-name="wep_security_settings_ui_api">
       
  6759       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6760       <unit bldFile="mw/accesssec/accesssec_plat/wep_security_settings_ui_api/group"/>
       
  6761      </component>
       
  6762      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6763      <component name="wi-fi_protected_setup_ui_api" long-name="wi-fi_protected_setup_ui_api">
       
  6764       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6765       <unit bldFile="mw/accesssec/accesssec_plat/wi-fi_protected_setup_ui_api/group"/>
       
  6766      </component>
       
  6767      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6768      <component name="wlan_eap_settings_ui_api" long-name="wlan_eap_settings_ui_api">
       
  6769       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6770       <unit bldFile="mw/accesssec/accesssec_plat/wlan_eap_settings_ui_api/group"/>
       
  6771      </component>
       
  6772      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6773      <component name="wpa_security_settings_ui_api" long-name="wpa_security_settings_ui_api">
       
  6774       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6775       <unit bldFile="mw/accesssec/accesssec_plat/wpa_security_settings_ui_api/group"/>
       
  6776      </component>
       
  6777     </collection>
       
  6778    </block>
       
  6779    <block long-name="Location Services" level="specific" name="locationsrv" levels="plugins fw interface">
       
  6780     <collection name="landmarks" long-name="Landmarks" level="fw">
       
  6781      <component name="locationlandmarks" long-name="Location Landmarks">
       
  6782       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/group"/>
       
  6783      </component>
       
  6784      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6785      <component name="landmarks" long-name="landmarks">
       
  6786       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6787       <unit bldFile="mw/locationsrv/landmarks/group"/>
       
  6788      </component>
       
  6789      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6790      <component name="clientlib" long-name="clientlib">
       
  6791       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6792       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/clientlib/group"/>
       
  6793      </component>
       
  6794      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6795      <component name="converter" long-name="converter">
       
  6796       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6797       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/converter/group"/>
       
  6798      </component>
       
  6799      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6800      <component name="dbmanclientlib" long-name="dbmanclientlib">
       
  6801       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6802       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/dbmanclientlib/group"/>
       
  6803      </component>
       
  6804      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6805      <component name="dbmanprov" long-name="dbmanprov">
       
  6806       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6807       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/dbmanprov/group"/>
       
  6808      </component>
       
  6809      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6810      <component name="dbreg" long-name="dbreg">
       
  6811       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6812       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/dbreg/group"/>
       
  6813      </component>
       
  6814      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6815      <component name="internalservices" long-name="internalservices">
       
  6816       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6817       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/internalservices/group"/>
       
  6818      </component>
       
  6819      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6820      <component name="localaccess" long-name="localaccess">
       
  6821       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6822       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/localaccess/group"/>
       
  6823      </component>
       
  6824      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6825      <component name="localaccessprov" long-name="localaccessprov">
       
  6826       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6827       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/localaccessprov/group"/>
       
  6828      </component>
       
  6829      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6830      <component name="localdbmanprov" long-name="localdbmanprov">
       
  6831       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6832       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/localdbmanprov/group"/>
       
  6833      </component>
       
  6834      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6835      <component name="localsearchprov" long-name="localsearchprov">
       
  6836       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6837       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/localsearchprov/group"/>
       
  6838      </component>
       
  6839      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6840      <component name="multidbsearch" long-name="multidbsearch">
       
  6841       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6842       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/multidbsearch/group"/>
       
  6843      </component>
       
  6844      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6845      <component name="recognizer" long-name="recognizer">
       
  6846       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6847       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/recognizer/group"/>
       
  6848      </component>
       
  6849      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6850      <component name="searchclientlib" long-name="searchclientlib">
       
  6851       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6852       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/searchclientlib/group"/>
       
  6853      </component>
       
  6854      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6855      <component name="serverclientlib" long-name="serverclientlib">
       
  6856       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6857       <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/serverclientlib/group"/>
       
  6858      </component>
       
  6859     </collection>
       
  6860     <collection name="locationmapnavfw" long-name="Location Map Nav Framework" level="fw">
       
  6861      <component name="aiwprovider" long-name="Application Inter-Working Provider">
       
  6862       <unit bldFile="mw/locationsrv/locationmapnavfw/aiwprovider/group"/>
       
  6863      </component>
       
  6864      <component name="library" long-name="Library">
       
  6865       <unit bldFile="mw/locationsrv/locationmapnavfw/library/group"/>
       
  6866      </component>
       
  6867      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6868      <component name="locationmapnavfw" long-name="locationmapnavfw">
       
  6869       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6870       <unit bldFile="mw/locationsrv/locationmapnavfw/group"/>
       
  6871      </component>
       
  6872     </collection>
       
  6873     <collection name="locationsystemui" long-name="Location System UI" level="interface">
       
  6874      <component name="locationsysui" long-name="Location Sys UI">
       
  6875       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/group"/>
       
  6876      </component>
       
  6877      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6878      <component name="locationsystemui" long-name="locationsystemui">
       
  6879       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6880       <unit bldFile="mw/locationsrv/locationsystemui/group"/>
       
  6881      </component>
       
  6882      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6883      <component name="lc" long-name="lc">
       
  6884       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6885       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/lc/group"/>
       
  6886      </component>
       
  6887      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6888      <component name="lcapp" long-name="lcapp">
       
  6889       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6890       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/lc/lcapp/group"/>
       
  6891      </component>
       
  6892      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6893      <component name="lcserver" long-name="lcserver">
       
  6894       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6895       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/lc/lcserver/group"/>
       
  6896      </component>
       
  6897      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6898      <component name="lcservice" long-name="lcservice">
       
  6899       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6900       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/lc/lcservice/group"/>
       
  6901      </component>
       
  6902      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6903      <component name="lcutils" long-name="lcutils">
       
  6904       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6905       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/lc/lcutils/group"/>
       
  6906      </component>
       
  6907      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6908      <component name="locblidsatelliteinfo" long-name="locblidsatelliteinfo">
       
  6909       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6910       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locblidsatelliteinfo/group"/>
       
  6911      </component>
       
  6912      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6913      <component name="locbtnotifier" long-name="locbtnotifier">
       
  6914       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6915       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locbtnotifier/group"/>
       
  6916      </component>
       
  6917      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6918      <component name="locgpsindicatorplugin" long-name="locgpsindicatorplugin">
       
  6919       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6920       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locgpsindicatorplugin/group"/>
       
  6921      </component>
       
  6922      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6923      <component name="locnotprefplugin" long-name="locnotprefplugin">
       
  6924       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6925       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locnotprefplugin/group"/>
       
  6926      </component>
       
  6927      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6928      <component name="locpossettingsapp" long-name="locpossettingsapp">
       
  6929       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6930       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locpossettingsapp/group"/>
       
  6931      </component>
       
  6932      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6933      <component name="locpsysettings" long-name="locpsysettings">
       
  6934       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6935       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locpsysettings/group"/>
       
  6936      </component>
       
  6937      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6938      <component name="locpsysettingseng" long-name="locpsysettingseng">
       
  6939       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6940       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locpsysettings/locpsysettingseng/group"/>
       
  6941      </component>
       
  6942      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6943      <component name="locpsysettingsui" long-name="locpsysettingsui">
       
  6944       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6945       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locpsysettings/locpsysettingsui/group"/>
       
  6946      </component>
       
  6947      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6948      <component name="locsettingsuiservice" long-name="locsettingsuiservice">
       
  6949       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6950       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locsettingsuiservice/group"/>
       
  6951      </component>
       
  6952      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6953      <component name="locsettingsuiclient" long-name="locsettingsuiclient">
       
  6954       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6955       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locsettingsuiservice/locsettingsuiclient/group"/>
       
  6956      </component>
       
  6957      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6958      <component name="locsettingsuiserver" long-name="locsettingsuiserver">
       
  6959       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6960       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locsettingsuiservice/locsettingsuiserver/group"/>
       
  6961      </component>
       
  6962      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6963      <component name="locsuplsettingsui" long-name="locsuplsettingsui">
       
  6964       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6965       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locsuplsettingsui/group"/>
       
  6966      </component>
       
  6967      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6968      <component name="locsysuiengine" long-name="locsysuiengine">
       
  6969       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6970       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locsysuiengine/group"/>
       
  6971      </component>
       
  6972      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6973      <component name="locsysuiview" long-name="locsysuiview">
       
  6974       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6975       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locsysuiview/group"/>
       
  6976      </component>
       
  6977      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6978      <component name="locutils" long-name="locutils">
       
  6979       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6980       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locutils/group"/>
       
  6981      </component>
       
  6982      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  6983      <component name="locverifier" long-name="locverifier">
       
  6984       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  6985       <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/locverifier/group"/>
       
  6986      </component>
       
  6987     </collection>
       
  6988     <collection name="locationtriggering" long-name="Location Triggering" level="interface">
       
  6989      <component name="lbtmgmtui" long-name="LBT Management UI">
       
  6990       <unit bldFile="mw/locationsrv/locationtriggering/lbtmgmtui/group"/>
       
  6991      </component>
       
  6992      <component name="ltcellidmovementdetector" long-name="Cell ID Movement Detector">
       
  6993       <unit bldFile="mw/locationsrv/locationtriggering/ltcellidmovementdetector/group"/>
       
  6994      </component>
       
  6995      <component name="ltclientlib" long-name="LT Client Lib">
       
  6996       <unit bldFile="mw/locationsrv/locationtriggering/ltclientlib/group"/>
       
  6997      </component>
       
  6998      <component name="ltcontainer" long-name="LT Container">
       
  6999       <unit bldFile="mw/locationsrv/locationtriggering/ltcontainer/group"/>
       
  7000      </component>
       
  7001      <component name="ltlogger" long-name="LT Logger">
       
  7002       <unit bldFile="mw/locationsrv/locationtriggering/ltlogger/group"/>
       
  7003      </component>
       
  7004      <component name="ltmanagementlib" long-name="LT Management Library">
       
  7005       <unit bldFile="mw/locationsrv/locationtriggering/ltmanagementlib/group"/>
       
  7006      </component>
       
  7007      <component name="ltmovementdetectionpluginapi" long-name="Movement Detection Plugin API">
       
  7008       <unit bldFile="mw/locationsrv/locationtriggering/ltmovementdetectionpluginapi/group"/>
       
  7009      </component>
       
  7010      <component name="ltserver" long-name="LT Server">
       
  7011       <unit bldFile="mw/locationsrv/locationtriggering/ltserver/group"/>
       
  7012      </component>
       
  7013      <component name="ltstrategyengine" long-name="LT Strategy Engine">
       
  7014       <unit bldFile="mw/locationsrv/locationtriggering/ltstrategyengine/group"/>
       
  7015      </component>
       
  7016      <component name="ltstrategypluginapi" long-name="LT Strategy Plugin API">
       
  7017       <unit bldFile="mw/locationsrv/locationtriggering/ltstrategypluginapi/group"/>
       
  7018      </component>
       
  7019      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7020      <component name="locationtriggering" long-name="locationtriggering">
       
  7021       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7022       <unit bldFile="mw/locationsrv/locationtriggering/group"/>
       
  7023      </component>
       
  7024      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7025      <component name="ltservercore" long-name="ltservercore">
       
  7026       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7027       <unit bldFile="mw/locationsrv/locationtriggering/ltserver/ltservercore/group"/>
       
  7028      </component>
       
  7029      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7030      <component name="ltserverlogic" long-name="ltserverlogic">
       
  7031       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7032       <unit bldFile="mw/locationsrv/locationtriggering/ltserver/ltserverlogic/group"/>
       
  7033      </component>
       
  7034      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7035      <component name="ltserverlogicbase" long-name="ltserverlogicbase">
       
  7036       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7037       <unit bldFile="mw/locationsrv/locationtriggering/ltserver/ltserverlogicbase/group"/>
       
  7038      </component>
       
  7039     </collection>
       
  7040     <collection name="supl" long-name="SUPL" level="plugins">
       
  7041      <component name="locationomasuplpostester" long-name="Location OMA SUPL Pos Tester">
       
  7042       <unit bldFile="mw/locationsrv/supl/locationomasuplpostester/group"/>
       
  7043      </component>
       
  7044      <component name="locationomasuplprotocolhandler" long-name="Location OMA SUPL Protocol Handler">
       
  7045       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/group"/>
       
  7046      </component>
       
  7047      <component name="locationsuplfw" long-name="Location SUPL Framework">
       
  7048       <unit bldFile="mw/locationsrv/supl/locationsuplfw/group"/>
       
  7049      </component>
       
  7050      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7051      <component name="supl" long-name="supl">
       
  7052       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7053       <unit bldFile="mw/locationsrv/supl/group"/>
       
  7054      </component>
       
  7055      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7056      <component name="epos_comasuplpostestermodulecfg" long-name="epos_comasuplpostestermodulecfg">
       
  7057       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7058       <unit bldFile="mw/locationsrv/supl/locationomasuplpostester/epos_comasuplpostestermodulecfg/group"/>
       
  7059      </component>
       
  7060      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7061      <component name="epos_comasuplpostestermodulecfg_exe" long-name="epos_comasuplpostestermodulecfg_exe">
       
  7062       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7063       <unit bldFile="mw/locationsrv/supl/locationomasuplpostester/epos_comasuplpostestermodulecfg_exe/group"/>
       
  7064      </component>
       
  7065      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7066      <component name="asnconverterpluginapi" long-name="asnconverterpluginapi">
       
  7067       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7068       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/asnconverterpluginapi/group"/>
       
  7069      </component>
       
  7070      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7071      <component name="asnpluginimplementation" long-name="asnpluginimplementation">
       
  7072       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7073       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/asnpluginimplementation/group"/>
       
  7074      </component>
       
  7075      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7076      <component name="ecom" long-name="ecom">
       
  7077       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7078       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/notifier/ecom/group"/>
       
  7079      </component>
       
  7080      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7081      <component name="notifier" long-name="notifier">
       
  7082       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7083       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/notifier/group"/>
       
  7084       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7085       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/notifier/notifier/group"/>
       
  7086      </component>
       
  7087      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7088      <component name="posmsgpluginapi" long-name="posmsgpluginapi">
       
  7089       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7090       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/posmsgpluginapi/group"/>
       
  7091      </component>
       
  7092      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7093      <component name="protocolhandler" long-name="protocolhandler">
       
  7094       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7095       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/protocolhandler/group"/>
       
  7096      </component>
       
  7097      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7098      <component name="provisioninghandler" long-name="provisioninghandler">
       
  7099       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7100       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/provisioninghandler/group"/>
       
  7101      </component>
       
  7102      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7103      <component name="supllistener" long-name="supllistener">
       
  7104       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7105       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/supllistener/group"/>
       
  7106      </component>
       
  7107      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7108      <component name="syncmlprovhandler" long-name="syncmlprovhandler">
       
  7109       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7110       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/syncmlprovhandler/group"/>
       
  7111      </component>
       
  7112      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7113      <component name="waplistener" long-name="waplistener">
       
  7114       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7115       <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/waplistener/group"/>
       
  7116      </component>
       
  7117      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7118      <component name="configparamapi" long-name="configparamapi">
       
  7119       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7120       <unit bldFile="mw/locationsrv/supl/locationsuplfw/configparamapi/group"/>
       
  7121      </component>
       
  7122      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7123      <component name="gateway" long-name="gateway">
       
  7124       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7125       <unit bldFile="mw/locationsrv/supl/locationsuplfw/gateway/group"/>
       
  7126      </component>
       
  7127      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7128      <component name="nwinitiationapi" long-name="nwinitiationapi">
       
  7129       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7130       <unit bldFile="mw/locationsrv/supl/locationsuplfw/nwinitiationapi/group"/>
       
  7131      </component>
       
  7132      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7133      <component name="protocolhandlerapi" long-name="protocolhandlerapi">
       
  7134       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7135       <unit bldFile="mw/locationsrv/supl/locationsuplfw/protocolhandlerapi/group"/>
       
  7136      </component>
       
  7137      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7138      <component name="settingsapi" long-name="settingsapi">
       
  7139       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7140       <unit bldFile="mw/locationsrv/supl/locationsuplfw/settingsapi/group"/>
       
  7141      </component>
       
  7142      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7143      <component name="terminalinitiationapi" long-name="terminalinitiationapi">
       
  7144       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7145       <unit bldFile="mw/locationsrv/supl/locationsuplfw/terminalinitiationapi/group"/>
       
  7146      </component>
       
  7147      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7148      <component name="utilities" long-name="utilities">
       
  7149       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7150       <unit bldFile="mw/locationsrv/supl/locationsuplfw/utilities/group"/>
       
  7151      </component>
       
  7152     </collection>
       
  7153     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7154     <collection name="locationsrv" long-name="locationsrv">
       
  7155      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7156      <component name="locationsrv" long-name="locationsrv">
       
  7157       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7158       <unit bldFile="mw/locationsrv/group"/>
       
  7159      </component>
       
  7160     </collection>
       
  7161     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7162     <collection name="genericpositioningplugins" long-name="genericpositioningplugins">
       
  7163      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7164      <component name="genericpositioningplugins" long-name="genericpositioningplugins">
       
  7165       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7166       <unit bldFile="mw/locationsrv/genericpositioningplugins/group"/>
       
  7167      </component>
       
  7168     </collection>
       
  7169     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7170     <collection name="locsrv_plat" long-name="locsrv_plat">
       
  7171      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7172      <component name="geocoding_api" long-name="geocoding_api">
       
  7173       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7174       <unit bldFile="mw/locationsrv/locsrv_plat/geocoding_api/group"/>
       
  7175      </component>
       
  7176      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7177      <component name="locsrv_plat" long-name="locsrv_plat">
       
  7178       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7179       <unit bldFile="mw/locationsrv/locsrv_plat/group"/>
       
  7180      </component>
       
  7181      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7182      <component name="landmarks_category_definition_api" long-name="landmarks_category_definition_api">
       
  7183       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7184       <unit bldFile="mw/locationsrv/locsrv_plat/landmarks_category_definition_api/group"/>
       
  7185      </component>
       
  7186      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7187      <component name="location_centre_api" long-name="location_centre_api">
       
  7188       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7189       <unit bldFile="mw/locationsrv/locsrv_plat/location_centre_api/group"/>
       
  7190      </component>
       
  7191      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7192      <component name="location_notation_preferences_settings_api" long-name="location_notation_preferences_settings_api">
       
  7193       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7194       <unit bldFile="mw/locationsrv/locsrv_plat/location_notation_preferences_settings_api/group"/>
       
  7195      </component>
       
  7196      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7197      <component name="location_settings_launch_api" long-name="location_settings_launch_api">
       
  7198       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7199       <unit bldFile="mw/locationsrv/locsrv_plat/location_settings_launch_api/group"/>
       
  7200      </component>
       
  7201      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7202      <component name="location_triggering_extension_api" long-name="location_triggering_extension_api">
       
  7203       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7204       <unit bldFile="mw/locationsrv/locsrv_plat/location_triggering_extension_api/group"/>
       
  7205      </component>
       
  7206      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7207      <component name="location_triggering_management_api" long-name="location_triggering_management_api">
       
  7208       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7209       <unit bldFile="mw/locationsrv/locsrv_plat/location_triggering_management_api/group"/>
       
  7210      </component>
       
  7211      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7212      <component name="location_triggering_status_information_api" long-name="location_triggering_status_information_api">
       
  7213       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7214       <unit bldFile="mw/locationsrv/locsrv_plat/location_triggering_status_information_api/group"/>
       
  7215      </component>
       
  7216      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7217      <component name="map_and_navigation_aiw_api" long-name="map_and_navigation_aiw_api">
       
  7218       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7219       <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_aiw_api/group"/>
       
  7220      </component>
       
  7221      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7222      <component name="map_and_navigation_api" long-name="map_and_navigation_api">
       
  7223       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7224       <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_api/group"/>
       
  7225      </component>
       
  7226      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7227      <component name="map_and_navigation_provider_api" long-name="map_and_navigation_provider_api">
       
  7228       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7229       <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_provider_api/group"/>
       
  7230      </component>
       
  7231      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7232      <component name="map_and_navigation_provider_discovery_api" long-name="map_and_navigation_provider_discovery_api">
       
  7233       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7234       <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_provider_discovery_api/group"/>
       
  7235      </component>
       
  7236      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7237      <component name="map_image_api" long-name="map_image_api">
       
  7238       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7239       <unit bldFile="mw/locationsrv/locsrv_plat/map_image_api/group"/>
       
  7240      </component>
       
  7241      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7242      <component name="map_image_conversion_plugin_api" long-name="map_image_conversion_plugin_api">
       
  7243       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7244       <unit bldFile="mw/locationsrv/locsrv_plat/map_image_conversion_plugin_api/group"/>
       
  7245      </component>
       
  7246      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7247      <component name="np_proxy_configuration_api" long-name="np_proxy_configuration_api">
       
  7248       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7249       <unit bldFile="mw/locationsrv/locsrv_plat/np_proxy_configuration_api/group"/>
       
  7250      </component>
       
  7251      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7252      <component name="oma_supl_asn_codec_api" long-name="oma_supl_asn_codec_api">
       
  7253       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7254       <unit bldFile="mw/locationsrv/locsrv_plat/oma_supl_asn_codec_api/group"/>
       
  7255      </component>
       
  7256      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7257      <component name="oma_supl_configuration_parameter_api" long-name="oma_supl_configuration_parameter_api">
       
  7258       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7259       <unit bldFile="mw/locationsrv/locsrv_plat/oma_supl_configuration_parameter_api/group"/>
       
  7260      </component>
       
  7261      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7262      <component name="privacy_notifiers_secondary_display_api" long-name="privacy_notifiers_secondary_display_api">
       
  7263       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7264       <unit bldFile="mw/locationsrv/locsrv_plat/privacy_notifiers_secondary_display_api/group"/>
       
  7265      </component>
       
  7266      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7267      <component name="psy_configuration_ui_plugin_api" long-name="psy_configuration_ui_plugin_api">
       
  7268       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7269       <unit bldFile="mw/locationsrv/locsrv_plat/psy_configuration_ui_plugin_api/group"/>
       
  7270      </component>
       
  7271      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7272      <component name="supl_network_initiation_api" long-name="supl_network_initiation_api">
       
  7273       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7274       <unit bldFile="mw/locationsrv/locsrv_plat/supl_network_initiation_api/group"/>
       
  7275      </component>
       
  7276      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7277      <component name="supl_pos_message_plugin_api" long-name="supl_pos_message_plugin_api">
       
  7278       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7279       <unit bldFile="mw/locationsrv/locsrv_plat/supl_pos_message_plugin_api/group"/>
       
  7280      </component>
       
  7281      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7282      <component name="supl_query_secondary_display_api" long-name="supl_query_secondary_display_api">
       
  7283       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7284       <unit bldFile="mw/locationsrv/locsrv_plat/supl_query_secondary_display_api/group"/>
       
  7285      </component>
       
  7286      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7287      <component name="supl_settings_api" long-name="supl_settings_api">
       
  7288       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7289       <unit bldFile="mw/locationsrv/locsrv_plat/supl_settings_api/group"/>
       
  7290      </component>
       
  7291      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7292      <component name="supl_settings_notifier_secondary_display_api" long-name="supl_settings_notifier_secondary_display_api">
       
  7293       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7294       <unit bldFile="mw/locationsrv/locsrv_plat/supl_settings_notifier_secondary_display_api/group"/>
       
  7295      </component>
       
  7296      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7297      <component name="supl_terminal_initiation_api" long-name="supl_terminal_initiation_api">
       
  7298       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7299       <unit bldFile="mw/locationsrv/locsrv_plat/supl_terminal_initiation_api/group"/>
       
  7300      </component>
       
  7301     </collection>
       
  7302     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7303     <collection name="locsrv_pub" long-name="locsrv_pub">
       
  7304      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7305      <component name="blid_application_satellite_info_api" long-name="blid_application_satellite_info_api">
       
  7306       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7307       <unit bldFile="mw/locationsrv/locsrv_pub/blid_application_satellite_info_api/group"/>
       
  7308      </component>
       
  7309      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7310      <component name="locsrv_pub" long-name="locsrv_pub">
       
  7311       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7312       <unit bldFile="mw/locationsrv/locsrv_pub/group"/>
       
  7313      </component>
       
  7314      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7315      <component name="landmarks_api" long-name="landmarks_api">
       
  7316       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7317       <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_api/group"/>
       
  7318      </component>
       
  7319      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7320      <component name="landmarks_database_management_api" long-name="landmarks_database_management_api">
       
  7321       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7322       <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_database_management_api/group"/>
       
  7323      </component>
       
  7324      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7325      <component name="landmarks_search_api" long-name="landmarks_search_api">
       
  7326       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7327       <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_search_api/group"/>
       
  7328      </component>
       
  7329      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7330      <component name="location_centre_registration_api" long-name="location_centre_registration_api">
       
  7331       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7332       <unit bldFile="mw/locationsrv/locsrv_pub/location_centre_registration_api/group"/>
       
  7333      </component>
       
  7334      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7335      <component name="location_triggering_api" long-name="location_triggering_api">
       
  7336       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7337       <unit bldFile="mw/locationsrv/locsrv_pub/location_triggering_api/group"/>
       
  7338      </component>
       
  7339     </collection>
       
  7340    </block>
       
  7341    <block long-name="IP Connectivity Management" level="generic" name="ipconnmgmt" levels="plugin framework server generic utils">
       
  7342     <collection name="accesspointcontrol" long-name="Access Point Control" level="plugin">
       
  7343      <component name="apcontrollistplugin" long-name="Access Point Control List Plugin">
       
  7344       <unit bldFile="mw/ipconnmgmt/accesspointcontrol/apcontrollistplugin/group"/>
       
  7345      </component>
       
  7346     </collection>
       
  7347     <collection name="alwayson_net_plugin" long-name="Always On Net Plugin" level="server">
       
  7348      <component name="pdpcontextmanager2" long-name="PDP Context Manager 2">
       
  7349       <unit bldFile="mw/ipconnmgmt/alwayson_net_plugin/pdpcontextmanager2/group"/>
       
  7350      </component>
       
  7351      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7352      <component name="alwayson_net_plugin" long-name="alwayson_net_plugin">
       
  7353       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7354       <unit bldFile="mw/ipconnmgmt/alwayson_net_plugin/group"/>
       
  7355      </component>
       
  7356     </collection>
       
  7357     <collection name="apengine" long-name="Application Engine" level="framework">
       
  7358      <component name="apeng" long-name="Access Point Engine">
       
  7359       <unit bldFile="mw/ipconnmgmt/apengine/apeng/group"/>
       
  7360      </component>
       
  7361      <component name="apsettingshandlerui" long-name="Access Point Settings Handler UI">
       
  7362       <unit bldFile="mw/ipconnmgmt/apengine/apsettingshandlerui/group"/>
       
  7363      </component>
       
  7364      <component name="apsettingsplugin" long-name="Access Point Settings Plugin">
       
  7365       <unit bldFile="mw/ipconnmgmt/apengine/apsettingsplugin/group"/>
       
  7366      </component>
       
  7367      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7368      <component name="apengine" long-name="apengine">
       
  7369       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7370       <unit bldFile="mw/ipconnmgmt/apengine/group"/>
       
  7371      </component>
       
  7372     </collection>
       
  7373     <collection name="bearermanagement" long-name="Bearer Management" level="framework">
       
  7374      <component name="bearermanager" long-name="Bearer Manager">
       
  7375       <unit bldFile="mw/ipconnmgmt/bearermanagement/bearermanager/group"/>
       
  7376      </component>
       
  7377      <component name="mpm" long-name="MPM">
       
  7378       <unit bldFile="mw/ipconnmgmt/bearermanagement/mpm/group"/>
       
  7379      </component>
       
  7380      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7381      <component name="bearermanagement" long-name="bearermanagement">
       
  7382       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7383       <unit bldFile="mw/ipconnmgmt/bearermanagement/group"/>
       
  7384      </component>
       
  7385     </collection>
       
  7386     <collection name="cmmanager" long-name="CM Manager" level="framework">
       
  7387      <component name="cmmgr" long-name="CM Manager">
       
  7388       <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/group"/>
       
  7389      </component>
       
  7390      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7391      <component name="database" long-name="database">
       
  7392       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7393       <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/database/group"/>
       
  7394      </component>
       
  7395      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7396      <component name="Framework" long-name="Framework">
       
  7397       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7398       <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/Framework/Group"/>
       
  7399      </component>
       
  7400      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7401      <component name="cmpluginembdestination" long-name="cmpluginembdestination">
       
  7402       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7403       <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/Plugins/cmpluginembdestination/group"/>
       
  7404      </component>
       
  7405      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7406      <component name="cmpluginlan" long-name="cmpluginlan">
       
  7407       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7408       <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/Plugins/cmpluginlan/group"/>
       
  7409      </component>
       
  7410      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7411      <component name="cmpluginpacketdata" long-name="cmpluginpacketdata">
       
  7412       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7413       <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/Plugins/cmpluginpacketdata/group"/>
       
  7414      </component>
       
  7415      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7416      <component name="cmpluginvpn" long-name="cmpluginvpn">
       
  7417       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7418       <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/Plugins/cmpluginvpn/group"/>
       
  7419      </component>
       
  7420      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7421      <component name="cmpluginwlan" long-name="cmpluginwlan">
       
  7422       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7423       <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/Plugins/cmpluginwlan/group"/>
       
  7424      </component>
       
  7425      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7426      <component name="Plugins" long-name="Plugins">
       
  7427       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7428       <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/Plugins/Group"/>
       
  7429      </component>
       
  7430     </collection>
       
  7431     <collection name="connectionmonitoring" long-name="Connection Monitoring" level="server">
       
  7432      <component name="connectionmonitorplugin" long-name="Connection Monitor Plugin">
       
  7433       <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorplugin/group"/>
       
  7434      </component>
       
  7435      <component name="connectionmonitorui" long-name="Connection Monitor UI">
       
  7436       <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorui/group"/>
       
  7437      </component>
       
  7438      <component name="connmon" long-name="Connection Monitor">
       
  7439       <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/group"/>
       
  7440      </component>
       
  7441      <component name="connmonext" long-name="Connection Monitor Ext">
       
  7442       <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmonext/group"/>
       
  7443      </component>
       
  7444      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7445      <component name="connectionmonitor" long-name="connectionmonitor">
       
  7446       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7447       <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/connectionmonitor/group"/>
       
  7448      </component>
       
  7449      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7450      <component name="dataconnectionlogger" long-name="dataconnectionlogger">
       
  7451       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7452       <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/dataconnectionlogger/group"/>
       
  7453      </component>
       
  7454      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7455      <component name="connectionmonitoring" long-name="connectionmonitoring">
       
  7456       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7457       <unit bldFile="mw/ipconnmgmt/connectionmonitoring/group"/>
       
  7458      </component>
       
  7459     </collection>
       
  7460     <collection name="connectionutilities" long-name="Connection Utilities" level="utils">
       
  7461      <component name="connectiondialogs" long-name="ConnectionDialogs">
       
  7462       <unit bldFile="mw/ipconnmgmt/connectionutilities/connectiondialogs/group"/>
       
  7463      </component>
       
  7464     </collection>
       
  7465     <collection name="dbcreator" long-name="DB Creator" level="utils">
       
  7466      <component name="commsdatcreator" long-name="Comms Database Creator">
       
  7467       <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreator/group"/>
       
  7468      </component>
       
  7469      <component name="commsdatcreatorrfsplugin" long-name="Comms Database Creator RFS Pluginr">
       
  7470       <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreatorrfsplugin/group"/>
       
  7471      </component>
       
  7472      <component name="commsdatstartup" long-name="Comms Database Startup">
       
  7473       <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatstartup/group"/>
       
  7474      </component>
       
  7475      <component name="dbcreatorexe" long-name="DB Creator">
       
  7476       <unit bldFile="mw/ipconnmgmt/dbcreator/dbcreatorexe/group"/>
       
  7477      </component>
       
  7478      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7479      <component name="dbcreator" long-name="dbcreator">
       
  7480       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7481       <unit bldFile="mw/ipconnmgmt/dbcreator/group"/>
       
  7482      </component>
       
  7483     </collection>
       
  7484     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7485     <collection name="ipconnmgmt" long-name="ipconnmgmt">
       
  7486      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7487      <component name="ipconnmgmt" long-name="ipconnmgmt">
       
  7488       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7489       <unit bldFile="mw/ipconnmgmt/group"/>
       
  7490      </component>
       
  7491     </collection>
       
  7492     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7493     <collection name="ipcm_plat" long-name="ipcm_plat">
       
  7494      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7495      <component name="access_point_engine_misc_api" long-name="access_point_engine_misc_api">
       
  7496       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7497       <unit bldFile="mw/ipconnmgmt/ipcm_plat/access_point_engine_misc_api/group"/>
       
  7498      </component>
       
  7499      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7500      <component name="bearer_settings_plugin_api" long-name="bearer_settings_plugin_api">
       
  7501       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7502       <unit bldFile="mw/ipconnmgmt/ipcm_plat/bearer_settings_plugin_api/group"/>
       
  7503      </component>
       
  7504      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7505      <component name="commsdat_wlan_api" long-name="commsdat_wlan_api">
       
  7506       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7507       <unit bldFile="mw/ipconnmgmt/ipcm_plat/commsdat_wlan_api/group"/>
       
  7508      </component>
       
  7509      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7510      <component name="connection_monitor_extension_api" long-name="connection_monitor_extension_api">
       
  7511       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7512       <unit bldFile="mw/ipconnmgmt/ipcm_plat/connection_monitor_extension_api/group"/>
       
  7513      </component>
       
  7514      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7515      <component name="connection_ui_utilities_api" long-name="connection_ui_utilities_api">
       
  7516       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7517       <unit bldFile="mw/ipconnmgmt/ipcm_plat/connection_ui_utilities_api/group"/>
       
  7518      </component>
       
  7519      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7520      <component name="disconnect_dialog_api" long-name="disconnect_dialog_api">
       
  7521       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7522       <unit bldFile="mw/ipconnmgmt/ipcm_plat/disconnect_dialog_api/group"/>
       
  7523      </component>
       
  7524      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7525      <component name="disconnect_dialog_disable_api" long-name="disconnect_dialog_disable_api">
       
  7526       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7527       <unit bldFile="mw/ipconnmgmt/ipcm_plat/disconnect_dialog_disable_api/group"/>
       
  7528      </component>
       
  7529      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7530      <component name="extended_connection_settings_api" long-name="extended_connection_settings_api">
       
  7531       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7532       <unit bldFile="mw/ipconnmgmt/ipcm_plat/extended_connection_settings_api/group"/>
       
  7533      </component>
       
  7534      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7535      <component name="ipcm_plat" long-name="ipcm_plat">
       
  7536       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7537       <unit bldFile="mw/ipconnmgmt/ipcm_plat/group"/>
       
  7538      </component>
       
  7539      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7540      <component name="mpm_connect_screen_api" long-name="mpm_connect_screen_api">
       
  7541       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7542       <unit bldFile="mw/ipconnmgmt/ipcm_plat/mpm_connect_screen_api/group"/>
       
  7543      </component>
       
  7544      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7545      <component name="mpm_default_connection_api" long-name="mpm_default_connection_api">
       
  7546       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7547       <unit bldFile="mw/ipconnmgmt/ipcm_plat/mpm_default_connection_api/group"/>
       
  7548      </component>
       
  7549      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7550      <component name="pdpcontextmanager2_reset_factory_settings_api" long-name="pdpcontextmanager2_reset_factory_settings_api">
       
  7551       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7552       <unit bldFile="mw/ipconnmgmt/ipcm_plat/pdpcontextmanager2_reset_factory_settings_api/group"/>
       
  7553      </component>
       
  7554      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7555      <component name="pdpcontextmanager2_settings_api" long-name="pdpcontextmanager2_settings_api">
       
  7556       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7557       <unit bldFile="mw/ipconnmgmt/ipcm_plat/pdpcontextmanager2_settings_api/group"/>
       
  7558      </component>
       
  7559     </collection>
       
  7560     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7561     <collection name="ipcm_pub" long-name="ipcm_pub">
       
  7562      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7563      <component name="access_point_engine_api" long-name="access_point_engine_api">
       
  7564       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7565       <unit bldFile="mw/ipconnmgmt/ipcm_pub/access_point_engine_api/group"/>
       
  7566      </component>
       
  7567      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7568      <component name="access_point_settings_handler_api" long-name="access_point_settings_handler_api">
       
  7569       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7570       <unit bldFile="mw/ipconnmgmt/ipcm_pub/access_point_settings_handler_api/group"/>
       
  7571      </component>
       
  7572      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7573      <component name="agent_dialog_api" long-name="agent_dialog_api">
       
  7574       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7575       <unit bldFile="mw/ipconnmgmt/ipcm_pub/agent_dialog_api/group"/>
       
  7576      </component>
       
  7577      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7578      <component name="connection_monitor_server_api" long-name="connection_monitor_server_api">
       
  7579       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7580       <unit bldFile="mw/ipconnmgmt/ipcm_pub/connection_monitor_server_api/group"/>
       
  7581      </component>
       
  7582      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7583      <component name="connection_settings_api" long-name="connection_settings_api">
       
  7584       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7585       <unit bldFile="mw/ipconnmgmt/ipcm_pub/connection_settings_api/group"/>
       
  7586      </component>
       
  7587      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7588      <component name="connection_settings_ui_api" long-name="connection_settings_ui_api">
       
  7589       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7590       <unit bldFile="mw/ipconnmgmt/ipcm_pub/connection_settings_ui_api/group"/>
       
  7591      </component>
       
  7592      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7593      <component name="data_connection_log_counters_api" long-name="data_connection_log_counters_api">
       
  7594       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7595       <unit bldFile="mw/ipconnmgmt/ipcm_pub/data_connection_log_counters_api/group"/>
       
  7596      </component>
       
  7597      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7598      <component name="ipcm_pub" long-name="ipcm_pub">
       
  7599       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7600       <unit bldFile="mw/ipconnmgmt/ipcm_pub/group"/>
       
  7601      </component>
       
  7602     </collection>
       
  7603    </block>
       
  7604    <block long-name="High-level Internet Protocols" level="generic" name="netprotocols" levels="plugin framework server generic specific">
       
  7605     <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
       
  7606      <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1">
       
  7607       <unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
       
  7608      </component>
       
  7609      <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" plugin="Y" introduced="6.2">
       
  7610       <unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
       
  7611      </component>
       
  7612      <component name="httptransportplugins" long-name="HTTP Transport Plugins" plugin="Y" introduced="6.2">
       
  7613       <unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
       
  7614      </component>
       
  7615      <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91">
       
  7616       <unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
       
  7617      </component>
       
  7618     </collection>
  1650     <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
  7619     <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
       
  7620      <component name="ftpengine" long-name="FTP Engine" introduced="6.0">
       
  7621       <unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
       
  7622      </component>
       
  7623      <component name="httpexamples" long-name="HTTP Examples" introduced="6.2">
       
  7624       <unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
       
  7625      </component>
  1651      <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2">
  7626      <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2">
  1652       <unit bldFile="mw\netprotocols\applayerprotocols\httptransportfw\group" mrp="mw\netprotocols\applayerprotocols\httptransportfw\group\http_transport-framework.mrp"/>
  7627       <unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
  1653      </component>
  7628      </component>
  1654      <component name="httpexamples" long-name="HTTP Examples" introduced="6.2">
  7629      <component name="telnetengine" long-name="Telnet Engine" introduced="6.0">
  1655       <unit bldFile="mw\netprotocols\applayerprotocols\httpexamples\group" mrp="mw\netprotocols\applayerprotocols\httpexamples\group\http_examples.mrp"/>
  7630       <unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
       
  7631      </component>
       
  7632      <component name="wapbase" long-name="WAP Base" introduced="6.0">
       
  7633       <unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
  1656      </component>
  7634      </component>
  1657      <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2">
  7635      <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2">
  1658       <unit bldFile="mw\netprotocols\applayerprotocols\wappushsupport\Group" mrp="mw\netprotocols\applayerprotocols\wappushsupport\Group\wap-browser_wappushsupport.mrp"/>
  7636       <unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
  1659      </component>
       
  1660      <component name="wapbase" long-name="WAP Base" introduced="6.0">
       
  1661       <unit bldFile="mw\netprotocols\applayerprotocols\wapbase\Group" mrp="mw\netprotocols\applayerprotocols\wapbase\Group\wap-browser_wapbase.mrp"/>
       
  1662      </component>
       
  1663      <component name="ftpengine" long-name="FTP Engine" introduced="6.0">
       
  1664       <unit bldFile="mw\netprotocols\applayerprotocols\ftpengine\group" mrp="mw\netprotocols\applayerprotocols\ftpengine\group\networking_ftp_e.mrp"/>
       
  1665      </component>
       
  1666      <component name="telnetengine" long-name="Telnet Engine" introduced="6.0">
       
  1667       <unit bldFile="mw\netprotocols\applayerprotocols\telnetengine\group" mrp="mw\netprotocols\applayerprotocols\telnetengine\group\networking_telnet_e.mrp"/>
       
  1668      </component>
       
  1669     </collection>
       
  1670     <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
       
  1671      <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91">
       
  1672       <unit bldFile="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group" mrp="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group\application-protocols_ineturilist.mrp"/>
       
  1673      </component>
       
  1674      <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1">
       
  1675       <unit bldFile="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group" mrp="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group\application-protocols_bookmarks.mrp"/>
       
  1676      </component>
       
  1677      <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" plugin="Y" introduced="6.2">
       
  1678       <unit bldFile="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group\http_protocol-plugin.mrp"/>
       
  1679      </component>
       
  1680      <component name="httptransportplugins" long-name="HTTP Transport Plugins" plugin="Y" introduced="6.2">
       
  1681       <unit bldFile="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group\http_transport-plugin.mrp"/>
       
  1682      </component>
  7637      </component>
  1683     </collection>
  7638     </collection>
  1684     <collection name="wapstack" long-name="WAP Stack" level="plugin">
  7639     <collection name="wapstack" long-name="WAP Stack" level="plugin">
  1685      <component name="wapmessageapi" long-name="WAP Message API">
  7640      <component name="wapmessageapi" long-name="WAP Message API">
  1686       <unit bldFile="mw\netprotocols\wapstack\wapmessageapi\group" mrp="mw\netprotocols\wapstack\wapmessageapi\group\wap-stack_wapmessage.mrp"/>
  7641       <!-- Unit commented out by SF to match Bob's model -->
       
  7642       <!-- <unit bldFile="mw/netprotocols/wapstack/wapmessageapi/group" mrp="mw/netprotocols/wapstack/wapmessageapi/group/wap-stack_wapmessage.mrp"/> -->
       
  7643      </component>
       
  7644     </collection>
       
  7645     <collection name="httpfilters" long-name="HTTP Filters" level="plugin">
       
  7646      <component name="Cookie">
       
  7647       <unit bldFile="mw/netprotocols/httpfilters/Cookie/group"/>
       
  7648      </component>
       
  7649      <component name="HttpFilterAcceptHeader" long-name="HTTP Filter Accept Header">
       
  7650       <unit bldFile="mw/netprotocols/httpfilters/HttpFilterAcceptHeader/group"/>
       
  7651      </component>
       
  7652      <component name="HttpFilterAuthentication" long-name="HTTP Filter Authentication">
       
  7653       <unit bldFile="mw/netprotocols/httpfilters/HttpFilterAuthentication/group"/>
       
  7654      </component>
       
  7655      <component name="HttpFilterCommon" long-name="HTTP Filter Common">
       
  7656       <unit bldFile="mw/netprotocols/httpfilters/HttpFilterCommon/group"/>
       
  7657      </component>
       
  7658      <component name="HttpFilterConnHandler" long-name="HTTP Filter Conn Handler">
       
  7659       <unit bldFile="mw/netprotocols/httpfilters/HttpFilterConnHandler/group"/>
       
  7660      </component>
       
  7661      <component name="HttpFilterIop" long-name="HTTP Filter Iop">
       
  7662       <unit bldFile="mw/netprotocols/httpfilters/HttpFilterIop/group"/>
       
  7663      </component>
       
  7664      <component name="HttpFilterProxy" long-name="HTTP Filter Proxy">
       
  7665       <unit bldFile="mw/netprotocols/httpfilters/HttpFilterProxy/group"/>
       
  7666      </component>
       
  7667      <component name="deflatefilter" long-name="Deflate Filter">
       
  7668       <unit bldFile="mw/netprotocols/httpfilters/deflatefilter/group"/>
       
  7669      </component>
       
  7670      <component name="uaproffilter" long-name="UAProf Filter">
       
  7671       <unit bldFile="mw/netprotocols/httpfilters/uaproffilter/group"/>
       
  7672      </component>
       
  7673      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7674      <component name="httpfilters" long-name="httpfilters">
       
  7675       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7676       <unit bldFile="mw/netprotocols/httpfilters/group"/>
       
  7677      </component>
       
  7678     </collection>
       
  7679     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7680     <collection name="netprotocols" long-name="netprotocols">
       
  7681      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7682      <component name="netprotocols" long-name="netprotocols">
       
  7683       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7684       <unit bldFile="mw/netprotocols/group"/>
       
  7685      </component>
       
  7686     </collection>
       
  7687     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7688     <collection name="netprotocols_plat" long-name="netprotocols_plat">
       
  7689      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7690      <component name="cookie_manager_api" long-name="cookie_manager_api">
       
  7691       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7692       <unit bldFile="mw/netprotocols/netprotocols_plat/cookie_manager_api/group"/>
       
  7693      </component>
       
  7694      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7695      <component name="netprotocols_plat" long-name="netprotocols_plat">
       
  7696       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7697       <unit bldFile="mw/netprotocols/netprotocols_plat/group"/>
       
  7698      </component>
       
  7699      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7700      <component name="http_cache_mgr_api" long-name="http_cache_mgr_api">
       
  7701       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7702       <unit bldFile="mw/netprotocols/netprotocols_plat/http_cache_mgr_api/group"/>
       
  7703      </component>
       
  7704      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7705      <component name="http_filters_api" long-name="http_filters_api">
       
  7706       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7707       <unit bldFile="mw/netprotocols/netprotocols_plat/http_filters_api/group"/>
  1687      </component>
  7708      </component>
  1688     </collection>
  7709     </collection>
  1689    </block>
  7710    </block>
  1690    <block name="ipappprotocols" long-name="IP App Protocols" level="generic" levels="plugin framework conn server">
  7711    <block long-name="IP App Protocols" level="generic" name="ipappprotocols" levels="plugin framework server generic specific">
       
  7712     <collection name="sipconnproviderplugins" long-name="SIP Connection Provider Plugins" level="conn">
       
  7713      <component name="sipconnectionplugins" long-name="SIP Connection Plugins" plugin="Y" introduced="tb92" filter="gt">
       
  7714       <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipconnectionplugins/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipconnectionplugins/group/mm-protocols_sipproviders.mrp"/>
       
  7715      </component>
       
  7716      <component name="sipconnprovider" long-name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt">
       
  7717       <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group/mm-protocols_SIPCPR.mrp"/>
       
  7718      </component>
       
  7719      <component name="sipdummyprt" long-name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt">
       
  7720       <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group/mm-protocols_SIPDummyPRT.mrp"/>
       
  7721      </component>
       
  7722      <component name="sipparams" long-name="SIP Params" plugin="Y" introduced="9.2" filter="gt">
       
  7723       <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipparams/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipparams/group/mm-protocols_SIPParams.mrp"/>
       
  7724      </component>
       
  7725      <component name="sipstatemachine" long-name="SIP State Machine" introduced="9.2" filter="gt">
       
  7726       <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group/mm-protocols_SipStateMachine.mrp"/>
       
  7727      </component>
       
  7728      <component name="sipsubconnprovider" long-name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt">
       
  7729       <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group/mm-protocols_SIPSCPR.mrp"/>
       
  7730      </component>
       
  7731     </collection>
  1691     <collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
  7732     <collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
  1692      <component name="rtp" long-name="RTP" introduced="9.0">
  7733      <component name="rtp" long-name="RTP" introduced="9.0">
  1693       <!-- Real Time Data Protocol -->
  7734       <!-- Real Time Data Protocol -->
  1694       <unit bldFile="mw\ipappprotocols\realtimenetprots\rtp\group" mrp="mw\ipappprotocols\realtimenetprots\rtp\group\mm-protocols_rtp.mrp"/>
  7735       <unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
       
  7736       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7737       <unit bldFile="mw/helix/helix_ren/src/protocol/transport/rtp"/>
       
  7738       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7739       <unit bldFile="mw/ipappprotocols/rtp/group"/>
  1695      </component>
  7740      </component>
  1696      <component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt">
  7741      <component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt">
  1697       <unit version="2" bldFile="mw\ipappprotocols\realtimenetprots\sipfw\Group" mrp="mw\ipappprotocols\realtimenetprots\sipfw\Group\mm-protocols_SIP2_Com.mrp"/>
  7742       <unit version="2" bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp"/>
  1698      </component>
  7743      </component>
  1699     </collection>
  7744     </collection>
  1700     <collection name="sipconnproviderplugins" long-name="SIP Connection Provider Plugins" level="conn">
  7745     <collection name="rtp" long-name="RTP" level="server">
  1701      <component name="sipconnprovider" long-name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt">
  7746      <component name="rtpstack" long-name="RTP Stack">
  1702       <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group\mm-protocols_SIPCPR.mrp"/>
  7747       <unit bldFile="mw/ipappprotocols/rtp/rtpstack/group"/>
  1703      </component>
  7748      </component>
  1704      <component name="sipdummyprt" long-name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt">
  7749      <component name="srtpstack" long-name="SRTP Stack">
  1705       <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group\mm-protocols_SIPDummyPRT.mrp"/>
  7750       <unit bldFile="mw/ipappprotocols/rtp/srtpstack/group"/>
  1706      </component>
  7751      </component>
  1707      <component name="sipstatemachine" long-name="SIP State Machine" introduced="9.2" filter="gt">
  7752     </collection>
  1708       <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group\mm-protocols_SipStateMachine.mrp"/>
  7753     <collection name="sipplugins" long-name="SIP Plugins" level="plugin">
  1709      </component>
  7754      <component name="sippdevmgmtsipadapter" long-name="Device Management SIP Adapter">
  1710      <component name="sipparams" long-name="SIP Params" plugin="Y" introduced="9.2" filter="gt">
  7755       <unit bldFile="mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/group"/>
  1711       <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipparams\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipparams\group\mm-protocols_SIPParams.mrp"/>
  7756      </component>
  1712      </component>
  7757      <component name="sippsipadapter" long-name="SIP Adapter">
  1713      <component name="sipsubconnprovider" long-name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt">
  7758       <unit bldFile="mw/ipappprotocols/sipplugins/sippsipadapter/group"/>
  1714       <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group\mm-protocols_SIPSCPR.mrp"/>
  7759      </component>
       
  7760      <component name="sippsipsettingsui" long-name="SIP Settings UI">
       
  7761       <unit bldFile="mw/ipappprotocols/sipplugins/sippsipsettingsui/group"/>
       
  7762      </component>
       
  7763      <component name="sippsystemstatemonitor" long-name="SIP System State Monitor">
       
  7764       <unit bldFile="mw/ipappprotocols/sipplugins/sippsystemstatemonitor/group"/>
       
  7765      </component>
       
  7766      <component name="sippwlanplugin" long-name="SIP WLAN Plugin">
       
  7767       <unit bldFile="mw/ipappprotocols/sipplugins/sippwlanplugin/group"/>
       
  7768      </component>
       
  7769      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7770      <component name="sipplugins" long-name="sipplugins">
       
  7771       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7772       <unit bldFile="mw/ipappprotocols/sipplugins/group"/>
       
  7773      </component>
       
  7774     </collection>
       
  7775     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7776     <collection name="ipappprotocols" long-name="ipappprotocols">
       
  7777      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7778      <component name="ipappprotocols" long-name="ipappprotocols">
       
  7779       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7780       <unit bldFile="mw/ipappprotocols/group"/>
       
  7781      </component>
       
  7782     </collection>
       
  7783     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7784     <collection name="ipappprotocols_plat" long-name="ipappprotocols_plat">
       
  7785      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7786      <component name="ipappprotocols_plat" long-name="ipappprotocols_plat">
       
  7787       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7788       <unit bldFile="mw/ipappprotocols/ipappprotocols_plat/group"/>
       
  7789      </component>
       
  7790      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7791      <component name="rtprtcp_api" long-name="rtprtcp_api">
       
  7792       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7793       <unit bldFile="mw/ipappprotocols/ipappprotocols_plat/rtprtcp_api/group"/>
       
  7794      </component>
       
  7795      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7796      <component name="srtp_api" long-name="srtp_api">
       
  7797       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7798       <unit bldFile="mw/ipappprotocols/ipappprotocols_plat/srtp_api/group"/>
  1715      </component>
  7799      </component>
  1716     </collection>
  7800     </collection>
  1717    </block>
  7801    </block>
  1718    <block name="messagingmw" long-name="Messaging Middleware" level="specific" levels="stack fw api">
  7802    <block long-name="Wireless Access" level="specific" name="wirelessacc" levels="framework generic ui">
       
  7803     <collection name="connectscreen" long-name="Connect Screen" level="ui">
       
  7804      <component name="connectscreen compo" long-name="Connect Screen Component">
       
  7805       <unit bldFile="mw/wirelessacc/connectscreen/connectscreen compo/group"/>
       
  7806      </component>
       
  7807     </collection>
       
  7808     <collection name="hotspotfw" long-name="Hotspot Framework" level="framework">
       
  7809      <component name="HotSpotServer.exe=binary" long-name="HotSpot Server EXE">
       
  7810       <unit bldFile="mw/wirelessacc/hotspotfw/group"/>
       
  7811      </component>
       
  7812      <component name="NetCfgExtnHotSpot.dll=binary" long-name="Net Config Extension HotSpot">
       
  7813 <!--       <unit bldFile="mw/wirelessacc/hotspotfw/group"/> -->
       
  7814      </component>
       
  7815      <component name="hotspotclient.dll=binary" long-name="HotSpot Client">
       
  7816 <!--       <unit bldFile="mw/wirelessacc/hotspotfw/group"/> -->
       
  7817      </component>
       
  7818      <component name="hsbrowser" long-name="HotSpot Browser">
       
  7819       <unit bldFile="mw/wirelessacc/hotspotfw/hsbrowser/group"/>
       
  7820      </component>
       
  7821      <component name="hspluginforagent" long-name="HotSpot Plugin For Agent">
       
  7822       <unit bldFile="mw/wirelessacc/hotspotfw/hspluginforagent/group"/>
       
  7823      </component>
       
  7824      <component name="hsserver" long-name="HotSpot Server">
       
  7825       <unit bldFile="mw/wirelessacc/hotspotfw/hsserver/group"/>
       
  7826      </component>
       
  7827      <component name="hssmgmtimpl.dll=binary" long-name="HotSpot Management Imlpementation">
       
  7828 <!--       <unit bldFile="mw/wirelessacc/hotspotfw/group"/> -->
       
  7829      </component>
       
  7830      <component name="hssscanlist.lib=binary" long-name="HotSpot Scan List">
       
  7831 <!--       <unit bldFile="mw/wirelessacc/hotspotfw/group"/> -->
       
  7832      </component>
       
  7833      <component name="ictsdialogs" long-name="ICTS Dialogs">
       
  7834       <unit bldFile="mw/wirelessacc/hotspotfw/ictsdialogs/group"/>
       
  7835      </component>
       
  7836      <component name="internetconnectivitytestservice" long-name="Internet Connectivity Test Service">
       
  7837       <unit bldFile="mw/wirelessacc/hotspotfw/internetconnectivitytestservice/group"/>
       
  7838      </component>
       
  7839     </collection>
       
  7840     <collection name="wlanutilities" long-name="WLAN Utilities" level="generic">
       
  7841      <component name="wlanindicatorplugin" long-name="WLAN Indicator Plugin">
       
  7842       <unit bldFile="mw/wirelessacc/wlanutilities/wlanindicatorplugin/group"/>
       
  7843      </component>
       
  7844      <component name="wlanplugin" long-name="WLAN Plugin">
       
  7845       <unit bldFile="mw/wirelessacc/wlanutilities/wlanplugin/group"/>
       
  7846      </component>
       
  7847      <component name="wlansettingsui" long-name="WLAN Settings UI">
       
  7848       <unit bldFile="mw/wirelessacc/wlanutilities/wlansettingsui/group"/>
       
  7849      </component>
       
  7850      <component name="wlansniffer" long-name="WLAN Sniffer">
       
  7851       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/group"/>
       
  7852      </component>
       
  7853      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7854      <component name="wlanutilities" long-name="wlanutilities">
       
  7855       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7856       <unit bldFile="mw/wirelessacc/wlanutilities/group"/>
       
  7857      </component>
       
  7858      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7859      <component name="aihelper" long-name="aihelper">
       
  7860       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7861       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/aihelper/group"/>
       
  7862      </component>
       
  7863      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7864      <component name="aiplugin" long-name="aiplugin">
       
  7865       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7866       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/aiplugin/group"/>
       
  7867      </component>
       
  7868      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7869      <component name="apwizard" long-name="apwizard">
       
  7870       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7871       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/apwizard/group"/>
       
  7872      </component>
       
  7873      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7874      <component name="mainapplication" long-name="mainapplication">
       
  7875       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7876       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/mainapplication/group"/>
       
  7877      </component>
       
  7878      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7879      <component name="model" long-name="model">
       
  7880       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7881       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/model/group"/>
       
  7882      </component>
       
  7883      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7884      <component name="widget" long-name="widget">
       
  7885       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7886       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/widget/group"/>
       
  7887      </component>
       
  7888      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7889      <component name="wlaninfo" long-name="wlaninfo">
       
  7890       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7891       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/wlaninfo/group"/>
       
  7892      </component>
       
  7893      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7894      <component name="wlaninfosorting" long-name="wlaninfosorting">
       
  7895       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7896       <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/wlaninfosorting/group"/>
       
  7897      </component>
       
  7898     </collection>
       
  7899     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7900     <collection name="wirelessacc" long-name="wirelessacc">
       
  7901      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7902      <component name="wirelessacc" long-name="wirelessacc">
       
  7903       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7904       <unit bldFile="mw/wirelessacc/group"/>
       
  7905      </component>
       
  7906     </collection>
       
  7907     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  7908     <collection name="hsfw_plat" long-name="hsfw_plat">
       
  7909      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7910      <component name="hsfw_plat" long-name="hsfw_plat">
       
  7911       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7912       <unit bldFile="mw/wirelessacc/hsfw_plat/group"/>
       
  7913      </component>
       
  7914      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7915      <component name="hotspot_framework_client_api" long-name="hotspot_framework_client_api">
       
  7916       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7917       <unit bldFile="mw/wirelessacc/hsfw_plat/hotspot_framework_client_api/group"/>
       
  7918      </component>
       
  7919      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7920      <component name="hotspot_framework_client_plugin_api" long-name="hotspot_framework_client_plugin_api">
       
  7921       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7922       <unit bldFile="mw/wirelessacc/hsfw_plat/hotspot_framework_client_plugin_api/group"/>
       
  7923      </component>
       
  7924      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7925      <component name="internet_connectivity_test_service_api" long-name="internet_connectivity_test_service_api">
       
  7926       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7927       <unit bldFile="mw/wirelessacc/hsfw_plat/internet_connectivity_test_service_api/group"/>
       
  7928      </component>
       
  7929      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7930      <component name="internet_connectivity_test_service_settings_api" long-name="internet_connectivity_test_service_settings_api">
       
  7931       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7932       <unit bldFile="mw/wirelessacc/hsfw_plat/internet_connectivity_test_service_settings_api/group"/>
       
  7933      </component>
       
  7934     </collection>
       
  7935    </block>
       
  7936    <block long-name="VPN Client" level="specific" name="vpnclient" levels="engine ui api">
       
  7937     <collection name="vpnapiimpl" long-name="VPN API Implementation" level="api">
       
  7938      <component name="vpnapi.dll=binary" long-name="VPN API">
       
  7939       <unit bldFile="mw/vpnclient/vpnapiimpl/group"/>
       
  7940      </component>
       
  7941     </collection>
       
  7942     <collection name="vpnclient_sis" long-name="VPN Client Sis" level="api">
       
  7943      <component name="vpnclient_sis compo" long-name="VPN Client SIS Component">
       
  7944       <unit bldFile="mw/vpnclient/vpnclient_sis/vpnclient_sis compo/group"/>
       
  7945      </component>
       
  7946      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  7947      <component name="vpnclient_sis" long-name="vpnclient_sis">
       
  7948       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  7949       <unit bldFile="mw/vpnclient/vpnclient_sis/group"/>
       
  7950      </component>
       
  7951     </collection>
       
  7952     <collection name="vpnengine" long-name="VPN Engine" level="engine">
       
  7953      <component name="acuagent" long-name="ACU Agent">
       
  7954       <unit bldFile="mw/vpnclient/vpnengine/acuagent/group"/>
       
  7955      </component>
       
  7956      <component name="acuagentcrypto" long-name="ACU Agent Crypto">
       
  7957       <unit bldFile="mw/vpnclient/vpnengine/acuagentcrypto/group"/>
       
  7958      </component>
       
  7959      <component name="acuagentmessage" long-name="ACU Agent Message">
       
  7960       <unit bldFile="mw/vpnclient/vpnengine/acuagentmessage/group"/>
       
  7961      </component>
       
  7962      <component name="acuagenttransport" long-name="ACU Agent Transport">
       
  7963       <unit bldFile="mw/vpnclient/vpnengine/acuagenttransport/group"/>
       
  7964      </component>
       
  7965      <component name="acuins" long-name="ACU INS">
       
  7966       <unit bldFile="mw/vpnclient/vpnengine/acuins/group"/>
       
  7967      </component>
       
  7968      <component name="acupluginlib" long-name="ACU Plugin Lib">
       
  7969       <unit bldFile="mw/vpnclient/vpnengine/acupluginlib/group"/>
       
  7970      </component>
       
  7971      <component name="dmadengine" long-name="DM Adapter Engine">
       
  7972       <unit bldFile="mw/vpnclient/vpnengine/dmadengine/group"/>
       
  7973      </component>
       
  7974      <component name="dmadipsecvpn" long-name="DM Adapter IPsec VPN">
       
  7975       <unit bldFile="mw/vpnclient/vpnengine/dmadipsecvpn/group"/>
       
  7976      </component>
       
  7977      <component name="dmadpki" long-name="DM Adapter PKI">
       
  7978       <unit bldFile="mw/vpnclient/vpnengine/dmadpki/group"/>
       
  7979      </component>
       
  7980      <component name="eventmediator" long-name="Event Mediator">
       
  7981       <unit bldFile="mw/vpnclient/vpnengine/eventmediator/group"/>
       
  7982      </component>
       
  7983      <component name="eventmediatorapi" long-name="Event Mediator API">
       
  7984       <unit bldFile="mw/vpnclient/vpnengine/eventmediatorapi/group"/>
       
  7985      </component>
       
  7986      <component name="eventviewer" long-name="Event Viewer">
       
  7987       <unit bldFile="mw/vpnclient/vpnengine/eventviewer/group"/>
       
  7988      </component>
       
  7989      <component name="ikecert" long-name="Ike Cert">
       
  7990       <unit bldFile="mw/vpnclient/vpnengine/ikecert/group"/>
       
  7991      </component>
       
  7992      <component name="ikepolparser" long-name="IKE Policy Parser">
       
  7993       <unit bldFile="mw/vpnclient/vpnengine/ikepolparser/group"/>
       
  7994      </component>
       
  7995      <component name="ikesocketplugin" long-name="IKE Socket Plugin">
       
  7996       <unit bldFile="mw/vpnclient/vpnengine/ikesocketplugin/group"/>
       
  7997      </component>
       
  7998      <component name="ikev1lib" long-name="Ikev1 Library">
       
  7999       <unit bldFile="mw/vpnclient/vpnengine/ikev1lib/group"/>
       
  8000      </component>
       
  8001      <component name="ikev2lib" long-name="Ikev2 Library">
       
  8002       <unit bldFile="mw/vpnclient/vpnengine/ikev2lib/group"/>
       
  8003      </component>
       
  8004      <component name="ipsecacuplugin" long-name="IPseca Cu Plugin">
       
  8005       <unit bldFile="mw/vpnclient/vpnengine/ipsecacuplugin/group"/>
       
  8006      </component>
       
  8007      <component name="kmdapi" long-name="KMD API">
       
  8008       <unit bldFile="mw/vpnclient/vpnengine/kmdapi/group"/>
       
  8009      </component>
       
  8010      <component name="kmdserver" long-name="Kmd Server">
       
  8011       <unit bldFile="mw/vpnclient/vpnengine/kmdserver/group"/>
       
  8012      </component>
       
  8013      <component name="pkiservice" long-name="PKI Service">
       
  8014       <unit bldFile="mw/vpnclient/vpnengine/pkiservice/group"/>
       
  8015      </component>
       
  8016      <component name="pkiserviceapi" long-name="PKI Service API">
       
  8017       <unit bldFile="mw/vpnclient/vpnengine/pkiserviceapi/group"/>
       
  8018      </component>
       
  8019      <component name="sit" long-name="Sit">
       
  8020       <unit bldFile="mw/vpnclient/vpnengine/sit/group"/>
       
  8021      </component>
       
  8022      <component name="utlbase64" long-name="UTL Base64">
       
  8023       <unit bldFile="mw/vpnclient/vpnengine/utlbase64/group"/>
       
  8024      </component>
       
  8025      <component name="utlcrypto" long-name="UTL Crypto">
       
  8026       <unit bldFile="mw/vpnclient/vpnengine/utlcrypto/group"/>
       
  8027      </component>
       
  8028      <component name="utlpkcs10" long-name="UTL PKCS10">
       
  8029       <unit bldFile="mw/vpnclient/vpnengine/utlpkcs10/group"/>
       
  8030      </component>
       
  8031      <component name="utlpkcs12" long-name="UTL PKCS12">
       
  8032       <unit bldFile="mw/vpnclient/vpnengine/utlpkcs12/group"/>
       
  8033      </component>
       
  8034      <component name="utlxml" long-name="UTL XML">
       
  8035       <unit bldFile="mw/vpnclient/vpnengine/utlxml/group"/>
       
  8036      </component>
       
  8037      <component name="vpnawapi" long-name="VPN AW API">
       
  8038       <unit bldFile="mw/vpnclient/vpnengine/vpnawapi/group"/>
       
  8039      </component>
       
  8040      <component name="vpncleaner" long-name="VPN Cleaner">
       
  8041       <unit bldFile="mw/vpnclient/vpnengine/vpncleaner/group"/>
       
  8042      </component>
       
  8043      <component name="vpnconnagt" long-name="VPN Connagt">
       
  8044       <unit bldFile="mw/vpnclient/vpnengine/vpnconnagt/group"/>
       
  8045      </component>
       
  8046      <component name="vpnextapi" long-name="VPN Ext. API">
       
  8047       <unit bldFile="mw/vpnclient/vpnengine/vpnextapi/group"/>
       
  8048      </component>
       
  8049      <component name="vpnins" long-name="VPN Ins">
       
  8050       <unit bldFile="mw/vpnclient/vpnengine/vpnins/group"/>
       
  8051      </component>
       
  8052      <component name="vpnipsecpolparser" long-name="VPN Ipsecpolparser">
       
  8053       <unit bldFile="mw/vpnclient/vpnengine/vpnipsecpolparser/group"/>
       
  8054      </component>
       
  8055      <component name="vpnmanager" long-name="VPN Manager">
       
  8056       <unit bldFile="mw/vpnclient/vpnengine/vpnmanager/group"/>
       
  8057      </component>
       
  8058      <component name="vpnnif" long-name="VPN NIF">
       
  8059       <unit bldFile="mw/vpnclient/vpnengine/vpnnif/group"/>
       
  8060      </component>
       
  8061      <component name="vpnpfkey" long-name="VPN Pf Key">
       
  8062       <unit bldFile="mw/vpnclient/vpnengine/vpnpfkey/group"/>
       
  8063      </component>
       
  8064      <component name="vpntcwrapper" long-name="VP NTC Wrapper">
       
  8065       <unit bldFile="mw/vpnclient/vpnengine/vpntcwrapper/group"/>
       
  8066      </component>
       
  8067      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8068      <component name="ikeutils" long-name="ikeutils">
       
  8069       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8070       <unit bldFile="mw/vpnclient/vpnengine/ikeutils/group"/>
       
  8071      </component>
       
  8072     </collection>
       
  8073     <collection name="vpnui" long-name="VPN UI" level="ui">
       
  8074      <component name="vpndialogmanager" long-name="VPN Dialog Manager">
       
  8075       <unit bldFile="mw/vpnclient/vpnui/vpndialogmanager/group"/>
       
  8076      </component>
       
  8077      <component name="vpnecomnotifier" long-name="VPN ECOM Notifier">
       
  8078       <unit bldFile="mw/vpnclient/vpnui/vpnecomnotifier/group"/>
       
  8079      </component>
       
  8080      <component name="vpnmanagementui" long-name="VPN Management UI">
       
  8081       <unit bldFile="mw/vpnclient/vpnui/vpnmanagementui/group"/>
       
  8082      </component>
       
  8083      <component name="vpnpolicyrecognizer" long-name="VPN Policy Recognizer">
       
  8084       <unit bldFile="mw/vpnclient/vpnui/vpnpolicyrecognizer/group"/>
       
  8085      </component>
       
  8086      <component name="vpnpolins" long-name="VPN Policy Ins">
       
  8087       <unit bldFile="mw/vpnclient/vpnui/vpnpolins/group"/>
       
  8088      </component>
       
  8089     </collection>
       
  8090     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8091     <collection name="vpnclient" long-name="vpnclient">
       
  8092      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8093      <component name="vpnclient" long-name="vpnclient">
       
  8094       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8095       <unit bldFile="mw/vpnclient/group"/>
       
  8096      </component>
       
  8097     </collection>
       
  8098     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8099     <collection name="vpnc_plat" long-name="vpnc_plat">
       
  8100      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8101      <component name="vpnapi" long-name="vpnapi">
       
  8102       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8103       <unit bldFile="mw/vpnclient/vpnc_plat/vpnapi/group"/>
       
  8104      </component>
       
  8105     </collection>
       
  8106    </block>
       
  8107    <block long-name="IP App Services" level="specific" name="ipappsrv" levels="framework  generic server  conn plugin">
       
  8108     <collection name="multimediacommscontroller" long-name="Multimedia Comms Controller" level="specific">
       
  8109      <component name="mmccamrpayloadformat" long-name="AMR Payload Format">
       
  8110       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccamrpayloadformat/group"/>
       
  8111      </component>
       
  8112      <component name="mmccanypayloadformat" long-name="ANY Payload Format">
       
  8113       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanypayloadformat/group"/>
       
  8114      </component>
       
  8115      <component name="mmccanysourcesink" long-name="Anysource Sink">
       
  8116       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanysourcesink/group"/>
       
  8117      </component>
       
  8118      <component name="mmccavcpayloadformat" long-name="AVC Payload Format">
       
  8119       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccavcpayloadformat/group"/>
       
  8120      </component>
       
  8121      <component name="mmcccontroller" long-name="MMCC Controller">
       
  8122       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcccontroller/group"/>
       
  8123      </component>
       
  8124      <component name="mmccdtmfpayloadformat" long-name="DTMF Payload Format">
       
  8125       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccdtmfpayloadformat/group"/>
       
  8126      </component>
       
  8127      <component name="mmccfilesourcesink" long-name="MMCC File Source Sink">
       
  8128       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccfilesourcesink/group"/>
       
  8129      </component>
       
  8130      <component name="mmccg711payloadformat" long-name="G711 Payload Format">
       
  8131       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg711payloadformat/group"/>
       
  8132      </component>
       
  8133      <component name="mmccg729payloadformat" long-name="G729 Payload Format">
       
  8134       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg729payloadformat/group"/>
       
  8135      </component>
       
  8136      <component name="mmcch263payloadformat" long-name="H263 Payload Format">
       
  8137       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcch263payloadformat/group"/>
       
  8138      </component>
       
  8139      <component name="mmccilbcpayloadformat" long-name="ILBC Payload Format">
       
  8140       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccilbcpayloadformat/group"/>
       
  8141      </component>
       
  8142      <component name="mmccinterface" long-name="MMCC Interface">
       
  8143       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccinterface/group"/>
       
  8144      </component>
       
  8145      <component name="mmccjitterbuffer" long-name="Jitter Buffer">
       
  8146       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccjitterbuffer/group"/>
       
  8147      </component>
       
  8148      <component name="mmccmultiplexer" long-name="MMCC Multiplexer">
       
  8149       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccmultiplexer/group"/>
       
  8150      </component>
       
  8151      <component name="mmccqoscontroller" long-name="QoS Controller">
       
  8152       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccqoscontroller/group"/>
       
  8153      </component>
       
  8154      <component name="mmccredpayloadformat" long-name="RED Payload Format">
       
  8155       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccredpayloadformat/group"/>
       
  8156      </component>
       
  8157      <component name="mmccrtpsourcesink" long-name="RTP Source Sink">
       
  8158       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccrtpsourcesink/group"/>
       
  8159      </component>
       
  8160      <component name="mmccsubcontroller" long-name="MMCC Subcontroller">
       
  8161       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccsubcontroller/group"/>
       
  8162      </component>
       
  8163      <component name="mmccvideosourcesink" long-name="Video Source Sink">
       
  8164       <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccvideosourcesink/group"/>
       
  8165      </component>
       
  8166      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8167      <component name="multimediacommscontroller" long-name="multimediacommscontroller">
       
  8168       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8169       <unit bldFile="mw/ipappsrv/multimediacommscontroller/group"/>
       
  8170      </component>
       
  8171     </collection>
       
  8172     <collection name="multimediacommsengine" long-name="Multimedia Comms Engine" level="generic">
       
  8173      <component name="mmcecli" long-name="MMCE Client">
       
  8174       <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcecli/group"/>
       
  8175      </component>
       
  8176      <component name="mmcefloorctrlengine" long-name="MMCE Foor Control Engine">
       
  8177       <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlengine/group"/>
       
  8178      </component>
       
  8179      <component name="mmcefloorctrlplugin" long-name="MMCE Foor Control Plugin">
       
  8180       <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlplugin/group"/>
       
  8181      </component>
       
  8182      <component name="mmcesrv" long-name="MMCE Server">
       
  8183       <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/group"/>
       
  8184      </component>
       
  8185      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8186      <component name="multimediacommsengine" long-name="multimediacommsengine">
       
  8187       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8188       <unit bldFile="mw/ipappsrv/multimediacommsengine/group"/>
       
  8189      </component>
       
  8190     </collection>
       
  8191     <collection name="natfw" long-name="NAT Framework" level="framework">
       
  8192      <component name="natfwclient" long-name="NAT Framework Client">
       
  8193       <unit bldFile="mw/ipappsrv/natfw/natfwclient/group"/>
       
  8194      </component>
       
  8195      <component name="natfwconnectionmultiplexer" long-name="NAT Framework Connection Multiplexer">
       
  8196       <unit bldFile="mw/ipappsrv/natfw/natfwconnectionmultiplexer/group"/>
       
  8197      </component>
       
  8198      <component name="natfwicecandidatehandler" long-name="NAT Framework Ice Candidate Handler">
       
  8199       <unit bldFile="mw/ipappsrv/natfw/natfwicecandidatehandler/group"/>
       
  8200      </component>
       
  8201      <component name="natfwsettings" long-name="NAT Framework Settings">
       
  8202       <unit bldFile="mw/ipappsrv/natfw/natfwsettings/group"/>
       
  8203      </component>
       
  8204      <component name="natfwsocketmediaconnwrapper" long-name="Socket Media Connection Wrapper">
       
  8205       <unit bldFile="mw/ipappsrv/natfw/natfwsocketmediaconnwrapper/group"/>
       
  8206      </component>
       
  8207      <component name="natfwstunplugin" long-name="NAT Framework STUN Plugin">
       
  8208       <unit bldFile="mw/ipappsrv/natfw/natfwstunplugin/group"/>
       
  8209      </component>
       
  8210      <component name="natfwstunserver" long-name="NAT Framework Stun Server">
       
  8211       <unit bldFile="mw/ipappsrv/natfw/natfwstunserver/group"/>
       
  8212      </component>
       
  8213      <component name="natfwstunturnclient" long-name="NAT Framework Stun Turn Client">
       
  8214       <unit bldFile="mw/ipappsrv/natfw/natfwstunturnclient/group"/>
       
  8215      </component>
       
  8216      <component name="natfwturnplugin" long-name="NAT Framework TURN Plugin">
       
  8217       <unit bldFile="mw/ipappsrv/natfw/natfwturnplugin/group"/>
       
  8218      </component>
       
  8219      <component name="natfwunsaf_protocols" long-name="NAT Framework Unsaf Protocols">
       
  8220       <unit bldFile="mw/ipappsrv/natfw/natfwunsaf_protocols/group"/>
       
  8221      </component>
       
  8222      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8223      <component name="natfw" long-name="natfw">
       
  8224       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8225       <unit bldFile="mw/ipappsrv/natfw/group"/>
       
  8226      </component>
       
  8227     </collection>
       
  8228     <collection name="natplugins" long-name="NAT Plugins" level="plugin">
       
  8229      <component name="natpcliprovisioningnatfwadapter" long-name="Client Provisioning NAT Framework Traversal Adapter">
       
  8230       <unit bldFile="mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/group"/>
       
  8231      </component>
       
  8232      <component name="natpdevmgmtnatfwadapter" long-name="Device Management NAT Framework Traversal Adapter">
       
  8233       <unit bldFile="mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/group"/>
       
  8234      </component>
       
  8235      <component name="natpnatfwsdpprovider" long-name="NAT Framework SDP Provider">
       
  8236       <unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/group"/>
       
  8237      </component>
       
  8238      <component name="natptraversalcontroller" long-name="NAT Traversal Controller">
       
  8239       <unit bldFile="mw/ipappsrv/natplugins/natptraversalcontroller/group"/>
       
  8240      </component>
       
  8241      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8242      <component name="natplugins" long-name="natplugins">
       
  8243       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8244       <unit bldFile="mw/ipappsrv/natplugins/group"/>
       
  8245      </component>
       
  8246     </collection>
       
  8247     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8248     <collection name="ipappsrv" long-name="ipappsrv">
       
  8249      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8250      <component name="ipappsrv" long-name="ipappsrv">
       
  8251       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8252       <unit bldFile="mw/ipappsrv/group"/>
       
  8253      </component>
       
  8254     </collection>
       
  8255     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8256     <collection name="ipappsrv_plat" long-name="ipappsrv_plat">
       
  8257      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8258      <component name="comms_event_api" long-name="comms_event_api">
       
  8259       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8260       <unit bldFile="mw/ipappsrv/ipappsrv_plat/comms_event_api/group"/>
       
  8261      </component>
       
  8262      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8263      <component name="floor_control_api" long-name="floor_control_api">
       
  8264       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8265       <unit bldFile="mw/ipappsrv/ipappsrv_plat/floor_control_api/group"/>
       
  8266      </component>
       
  8267      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8268      <component name="ipappsrv_plat" long-name="ipappsrv_plat">
       
  8269       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8270       <unit bldFile="mw/ipappsrv/ipappsrv_plat/group"/>
       
  8271      </component>
       
  8272      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8273      <component name="media_control_api" long-name="media_control_api">
       
  8274       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8275       <unit bldFile="mw/ipappsrv/ipappsrv_plat/media_control_api/group"/>
       
  8276      </component>
       
  8277      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8278      <component name="multimedia_comms_api" long-name="multimedia_comms_api">
       
  8279       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8280       <unit bldFile="mw/ipappsrv/ipappsrv_plat/multimedia_comms_api/group"/>
       
  8281      </component>
       
  8282      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8283      <component name="nat_settings_api" long-name="nat_settings_api">
       
  8284       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8285       <unit bldFile="mw/ipappsrv/ipappsrv_plat/nat_settings_api/group"/>
       
  8286      </component>
       
  8287      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8288      <component name="transcoder_api" long-name="transcoder_api">
       
  8289       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8290       <unit bldFile="mw/ipappsrv/ipappsrv_plat/transcoder_api/group"/>
       
  8291      </component>
       
  8292     </collection>
       
  8293    </block>
       
  8294    <block long-name="Telephony and SIM Services" level="specific" name="phonesrv" levels="plugin framework server generic specific">
       
  8295     <collection name="cbs" long-name="Cellular Baseband Services" level="plugin">
       
  8296      <component name="CbsServer" long-name="CBS Server">
       
  8297       <unit bldFile="mw/phonesrv/cbs/CbsServer/group"/>
       
  8298      </component>
       
  8299      <component name="cbsui" long-name="CBS UI">
       
  8300       <unit bldFile="mw/phonesrv/cbs/cbsui/group"/>
       
  8301      </component>
       
  8302      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8303      <component name="cbs" long-name="cbs">
       
  8304       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8305       <unit bldFile="mw/phonesrv/cbs/group"/>
       
  8306      </component>
       
  8307     </collection>
       
  8308     <collection name="cellular" long-name="Cellular" level="specific">
       
  8309      <component name="PsetNotesUi" long-name="Pset Notes UI">
       
  8310       <unit bldFile="mw/phonesrv/cellular/PsetNotesUi/group"/>
       
  8311      </component>
       
  8312      <component name="SSSettings" long-name="SS Settings">
       
  8313       <unit bldFile="mw/phonesrv/cellular/SSSettings/group"/>
       
  8314      </component>
       
  8315      <component name="ServiceRequest" long-name="Service Request">
       
  8316       <unit bldFile="mw/phonesrv/cellular/ServiceRequest/group"/>
       
  8317      </component>
       
  8318      <component name="telephonysettings" long-name="Telephony Settings">
       
  8319       <unit bldFile="mw/phonesrv/cellular/telephonysettings/group"/>
       
  8320      </component>
       
  8321      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8322      <component name="cellular" long-name="cellular">
       
  8323       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8324       <unit bldFile="mw/phonesrv/cellular/group"/>
       
  8325      </component>
       
  8326     </collection>
       
  8327     <collection name="convergedcallengine" long-name="Converged Call Engine" level="framework">
       
  8328      <component name="callprovider" long-name="Call Provider">
       
  8329       <unit bldFile="mw/phonesrv/convergedcallengine/callprovider/group"/>
       
  8330      </component>
       
  8331      <component name="cce" long-name="CCE">
       
  8332       <unit bldFile="mw/phonesrv/convergedcallengine/cce/group"/>
       
  8333      </component>
       
  8334      <component name="cenrepdatabase" long-name="Cenrep Database">
       
  8335       <unit bldFile="mw/phonesrv/convergedcallengine/cenrepdatabase/group"/>
       
  8336      </component>
       
  8337      <component name="csplugin" long-name="CS Plugin">
       
  8338       <unit bldFile="mw/phonesrv/convergedcallengine/csplugin/group"/>
       
  8339      </component>
       
  8340      <component name="serviceselector" long-name="Service Selector">
       
  8341       <unit bldFile="mw/phonesrv/convergedcallengine/serviceselector/group"/>
       
  8342      </component>
       
  8343      <component name="spsettings" long-name="SP Settings">
       
  8344       <unit bldFile="mw/phonesrv/convergedcallengine/spsettings/group"/>
       
  8345      </component>
       
  8346      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8347      <component name="ccp" long-name="ccp">
       
  8348       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8349       <unit bldFile="mw/phonesrv/convergedcallengine/cce/ccp/group"/>
       
  8350      </component>
       
  8351      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8352      <component name="ccpremoteproxybody" long-name="ccpremoteproxybody">
       
  8353       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8354       <unit bldFile="mw/phonesrv/convergedcallengine/cce/ccpremoteproxybody/group"/>
       
  8355      </component>
       
  8356      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8357      <component name="icm" long-name="icm">
       
  8358       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8359       <unit bldFile="mw/phonesrv/convergedcallengine/cce/icm/group"/>
       
  8360      </component>
       
  8361      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8362      <component name="convergedcallengine" long-name="convergedcallengine">
       
  8363       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8364       <unit bldFile="mw/phonesrv/convergedcallengine/group"/>
       
  8365      </component>
       
  8366     </collection>
       
  8367     <collection name="networkhandling" long-name="Network Handling" level="plugin">
       
  8368      <component name="networkhandlingengine" long-name="Network Handling Engine">
       
  8369       <unit bldFile="mw/phonesrv/networkhandling/networkhandlingengine/group"/>
       
  8370      </component>
       
  8371      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8372      <component name="networkhandling" long-name="networkhandling">
       
  8373       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8374       <unit bldFile="mw/phonesrv/networkhandling/group"/>
       
  8375      </component>
       
  8376     </collection>
       
  8377     <collection name="phoneclientserver" long-name="Phone Client/Server" level="server">
       
  8378      <component name="CallUI" long-name="Call UI">
       
  8379       <unit bldFile="mw/phonesrv/phoneclientserver/CallUI/group"/>
       
  8380      </component>
       
  8381      <component name="EnPolicy" long-name="En Policy">
       
  8382       <unit bldFile="mw/phonesrv/phoneclientserver/EnPolicy/group"/>
       
  8383      </component>
       
  8384      <component name="aiwdialdata" long-name="AIW Dial Data">
       
  8385       <unit bldFile="mw/phonesrv/phoneclientserver/aiwdialdata/group"/>
       
  8386      </component>
       
  8387      <component name="dialutils" long-name="Dial Utils">
       
  8388       <unit bldFile="mw/phonesrv/phoneclientserver/dialutils/group"/>
       
  8389      </component>
       
  8390      <component name="phoneclient" long-name="Phone Client">
       
  8391       <unit bldFile="mw/phonesrv/phoneclientserver/phoneclient/group"/>
       
  8392      </component>
       
  8393      <component name="phoneserver" long-name="Phones Erver">
       
  8394       <unit bldFile="mw/phonesrv/phoneclientserver/phoneserver/group"/>
       
  8395      </component>
       
  8396      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8397      <component name="phoneclientserver" long-name="phoneclientserver">
       
  8398       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8399       <unit bldFile="mw/phonesrv/phoneclientserver/group"/>
       
  8400      </component>
       
  8401     </collection>
       
  8402     <collection name="phonecmdhandler" long-name="Phone Command Handler" level="generic">
       
  8403      <component name="phonecmdhnlr" long-name="Phone Command Handler">
       
  8404       <unit bldFile="mw/phonesrv/phonecmdhandler/phonecmdhnlr/group"/>
       
  8405      </component>
       
  8406      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8407      <component name="phonecmdhandler" long-name="phonecmdhandler">
       
  8408       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8409       <unit bldFile="mw/phonesrv/phonecmdhandler/group"/>
       
  8410      </component>
       
  8411     </collection>
       
  8412     <collection name="satengine" long-name="Sat Engine" level="generic">
       
  8413      <component name="SatServer" long-name="Sat Server">
       
  8414       <unit bldFile="mw/phonesrv/satengine/SatServer/group"/>
       
  8415       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8416       <unit bldFile="mw/phonesrv/satengine/SatServer/SatServer/group"/>
       
  8417      </component>
       
  8418      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8419      <component name="satengine" long-name="satengine">
       
  8420       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8421       <unit bldFile="mw/phonesrv/satengine/group"/>
       
  8422      </component>
       
  8423      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8424      <component name="CallControlCmd" long-name="CallControlCmd">
       
  8425       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8426       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/CallControlCmd/group"/>
       
  8427      </component>
       
  8428      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8429      <component name="CloseChannelCmd" long-name="CloseChannelCmd">
       
  8430       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8431       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/CloseChannelCmd/group"/>
       
  8432      </component>
       
  8433      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8434      <component name="DisplayTextCmd" long-name="DisplayTextCmd">
       
  8435       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8436       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/DisplayTextCmd/group"/>
       
  8437      </component>
       
  8438      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8439      <component name="GetChannelStatusCmd" long-name="GetChannelStatusCmd">
       
  8440       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8441       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/GetChannelStatusCmd/group"/>
       
  8442      </component>
       
  8443      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8444      <component name="GetInkeyCmd" long-name="GetInkeyCmd">
       
  8445       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8446       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/GetInkeyCmd/group"/>
       
  8447      </component>
       
  8448      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8449      <component name="GetInputCmd" long-name="GetInputCmd">
       
  8450       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8451       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/GetInputCmd/group"/>
       
  8452      </component>
       
  8453      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8454      <component name="LanguageNotificationCmd" long-name="LanguageNotificationCmd">
       
  8455       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8456       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/LanguageNotificationCmd/group"/>
       
  8457      </component>
       
  8458      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8459      <component name="LaunchBrowserCmd" long-name="LaunchBrowserCmd">
       
  8460       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8461       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/LaunchBrowserCmd/group"/>
       
  8462      </component>
       
  8463      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8464      <component name="MoSmControlCmd" long-name="MoSmControlCmd">
       
  8465       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8466       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/MoSmControlCmd/group"/>
       
  8467      </component>
       
  8468      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8469      <component name="OpenChannelCmd" long-name="OpenChannelCmd">
       
  8470       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8471       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/OpenChannelCmd/group"/>
       
  8472      </component>
       
  8473      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8474      <component name="PlayToneCmd" long-name="PlayToneCmd">
       
  8475       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8476       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/PlayToneCmd/group"/>
       
  8477      </component>
       
  8478      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8479      <component name="ProvideLocalInfoCmd" long-name="ProvideLocalInfoCmd">
       
  8480       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8481       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/ProvideLocalInfoCmd/group"/>
       
  8482      </component>
       
  8483      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8484      <component name="ReceiveDataCmd" long-name="ReceiveDataCmd">
       
  8485       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8486       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/ReceiveDataCmd/group"/>
       
  8487      </component>
       
  8488      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8489      <component name="RefreshCmd" long-name="RefreshCmd">
       
  8490       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8491       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/RefreshCmd/group"/>
       
  8492      </component>
       
  8493      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8494      <component name="RefreshRequiredCmd" long-name="RefreshRequiredCmd">
       
  8495       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8496       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/RefreshRequiredCmd/group"/>
       
  8497      </component>
       
  8498      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8499      <component name="SelectItemCmd" long-name="SelectItemCmd">
       
  8500       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8501       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SelectItemCmd/group"/>
       
  8502      </component>
       
  8503      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8504      <component name="SendDataCmd" long-name="SendDataCmd">
       
  8505       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8506       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SendDataCmd/group"/>
       
  8507      </component>
       
  8508      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8509      <component name="SendDtmfCmd" long-name="SendDtmfCmd">
       
  8510       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8511       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SendDtmfCmd/group"/>
       
  8512      </component>
       
  8513      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8514      <component name="SendSmCmd" long-name="SendSmCmd">
       
  8515       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8516       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SendSmCmd/group"/>
       
  8517      </component>
       
  8518      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8519      <component name="SendSSCmd" long-name="SendSSCmd">
       
  8520       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8521       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SendSSCmd/group"/>
       
  8522      </component>
       
  8523      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8524      <component name="SendUSSDCmd" long-name="SendUSSDCmd">
       
  8525       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8526       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SendUSSDCmd/group"/>
       
  8527      </component>
       
  8528      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8529      <component name="SetUpCallCmd" long-name="SetUpCallCmd">
       
  8530       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8531       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SetUpCallCmd/group"/>
       
  8532      </component>
       
  8533      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8534      <component name="SetUpEventListCmd" long-name="SetUpEventListCmd">
       
  8535       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8536       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SetUpEventListCmd/group"/>
       
  8537      </component>
       
  8538      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8539      <component name="SetUpIdleModeTextCmd" long-name="SetUpIdleModeTextCmd">
       
  8540       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8541       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SetUpIdleModeTextCmd/group"/>
       
  8542      </component>
       
  8543      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8544      <component name="SetUpMenuCmd" long-name="SetUpMenuCmd">
       
  8545       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8546       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SetUpMenuCmd/group"/>
       
  8547      </component>
       
  8548      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8549      <component name="SimSessionEndCmd" long-name="SimSessionEndCmd">
       
  8550       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8551       <unit bldFile="mw/phonesrv/satengine/SatServer/Commands/SimSessionEndCmd/group"/>
       
  8552      </component>
       
  8553      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8554      <component name="Engine" long-name="Engine">
       
  8555       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8556       <unit bldFile="mw/phonesrv/satengine/SatServer/Engine/group"/>
       
  8557      </component>
       
  8558      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8559      <component name="EventMonitors" long-name="EventMonitors">
       
  8560       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8561       <unit bldFile="mw/phonesrv/satengine/SatServer/EventMonitors/group"/>
       
  8562      </component>
       
  8563      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8564      <component name="SatClient" long-name="SatClient">
       
  8565       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8566       <unit bldFile="mw/phonesrv/satengine/SatServer/SatClient/group"/>
       
  8567      </component>
       
  8568      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8569      <component name="SatInternalClient" long-name="SatInternalClient">
       
  8570       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8571       <unit bldFile="mw/phonesrv/satengine/SatServer/SatInternalClient/group"/>
       
  8572      </component>
       
  8573      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8574      <component name="SystemState" long-name="SystemState">
       
  8575       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8576       <unit bldFile="mw/phonesrv/satengine/SatServer/SystemState/group"/>
       
  8577      </component>
       
  8578     </collection>
       
  8579     <collection name="satui" long-name="Sat UI" level="specific">
       
  8580      <component name="satapp" long-name="Sat App">
       
  8581       <unit bldFile="mw/phonesrv/satui/satapp/group"/>
       
  8582      </component>
       
  8583      <component name="satplugin" long-name="Sat Plugin">
       
  8584       <unit bldFile="mw/phonesrv/satui/satplugin/group"/>
       
  8585      </component>
       
  8586      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8587      <component name="satui" long-name="satui">
       
  8588       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8589       <unit bldFile="mw/phonesrv/satui/group"/>
       
  8590      </component>
       
  8591     </collection>
       
  8592     <collection name="telutils" long-name="Utilities" level="generic">
       
  8593      <component name="phoneparser" long-name="Phone Parser">
       
  8594       <unit bldFile="mw/phonesrv/telutils/phoneparser/group"/>
       
  8595      </component>
       
  8596      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8597      <component name="telutils" long-name="telutils">
       
  8598       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8599       <unit bldFile="mw/phonesrv/telutils/group"/>
       
  8600      </component>
       
  8601      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8602      <component name="telephonyservice" long-name="telephonyservice">
       
  8603       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8604       <unit bldFile="mw/phonesrv/telutils/telephonyservice/group"/>
       
  8605      </component>
       
  8606     </collection>
       
  8607     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8608     <collection name="phonesrv" long-name="phonesrv">
       
  8609      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8610      <component name="phonesrv" long-name="phonesrv">
       
  8611       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8612       <unit bldFile="mw/phonesrv/group"/>
       
  8613      </component>
       
  8614     </collection>
       
  8615     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8616     <collection name="engines" long-name="engines">
       
  8617      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8618      <component name="engines" long-name="engines">
       
  8619       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8620       <unit bldFile="mw/phonesrv/engines/group"/>
       
  8621      </component>
       
  8622      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8623      <component name="vmbxengine" long-name="vmbxengine">
       
  8624       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8625       <unit bldFile="mw/phonesrv/engines/vmbxengine/group"/>
       
  8626      </component>
       
  8627     </collection>
       
  8628     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8629     <collection name="phonesrv_plat" long-name="phonesrv_plat">
       
  8630      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8631      <component name="aiw_dial_data_consumer_api" long-name="aiw_dial_data_consumer_api">
       
  8632       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8633       <unit bldFile="mw/phonesrv/phonesrv_plat/aiw_dial_data_consumer_api/group"/>
       
  8634      </component>
       
  8635      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8636      <component name="callui_reconnect_query_api" long-name="callui_reconnect_query_api">
       
  8637       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8638       <unit bldFile="mw/phonesrv/phonesrv_plat/callui_reconnect_query_api/group"/>
       
  8639      </component>
       
  8640      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8641      <component name="call_information_api" long-name="call_information_api">
       
  8642       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8643       <unit bldFile="mw/phonesrv/phonesrv_plat/call_information_api/group"/>
       
  8644      </component>
       
  8645      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8646      <component name="call_information_mediator_api" long-name="call_information_mediator_api">
       
  8647       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8648       <unit bldFile="mw/phonesrv/phonesrv_plat/call_information_mediator_api/group"/>
       
  8649      </component>
       
  8650      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8651      <component name="cbs_mcn_client_api" long-name="cbs_mcn_client_api">
       
  8652       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8653       <unit bldFile="mw/phonesrv/phonesrv_plat/cbs_mcn_client_api/group"/>
       
  8654      </component>
       
  8655      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8656      <component name="cbs_message_api" long-name="cbs_message_api">
       
  8657       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8658       <unit bldFile="mw/phonesrv/phonesrv_plat/cbs_message_api/group"/>
       
  8659      </component>
       
  8660      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8661      <component name="cenrep_database_api" long-name="cenrep_database_api">
       
  8662       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8663       <unit bldFile="mw/phonesrv/phonesrv_plat/cenrep_database_api/group"/>
       
  8664      </component>
       
  8665      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8666      <component name="converged_call_engine_api" long-name="converged_call_engine_api">
       
  8667       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8668       <unit bldFile="mw/phonesrv/phonesrv_plat/converged_call_engine_api/group"/>
       
  8669      </component>
       
  8670      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8671      <component name="converged_call_provider_api" long-name="converged_call_provider_api">
       
  8672       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8673       <unit bldFile="mw/phonesrv/phonesrv_plat/converged_call_provider_api/group"/>
       
  8674      </component>
       
  8675      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8676      <component name="default_emergency_numbers_api" long-name="default_emergency_numbers_api">
       
  8677       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8678       <unit bldFile="mw/phonesrv/phonesrv_plat/default_emergency_numbers_api/group"/>
       
  8679      </component>
       
  8680      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8681      <component name="dial_utils_api" long-name="dial_utils_api">
       
  8682       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8683       <unit bldFile="mw/phonesrv/phonesrv_plat/dial_utils_api/group"/>
       
  8684      </component>
       
  8685      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8686      <component name="phonesrv_plat" long-name="phonesrv_plat">
       
  8687       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8688       <unit bldFile="mw/phonesrv/phonesrv_plat/group"/>
       
  8689      </component>
       
  8690      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8691      <component name="incoming_call_monitor_api" long-name="incoming_call_monitor_api">
       
  8692       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8693       <unit bldFile="mw/phonesrv/phonesrv_plat/incoming_call_monitor_api/group"/>
       
  8694      </component>
       
  8695      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8696      <component name="network_handling_engine_api" long-name="network_handling_engine_api">
       
  8697       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8698       <unit bldFile="mw/phonesrv/phonesrv_plat/network_handling_engine_api/group"/>
       
  8699      </component>
       
  8700      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8701      <component name="phone_client_api" long-name="phone_client_api">
       
  8702       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8703       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_api/group"/>
       
  8704      </component>
       
  8705      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8706      <component name="phone_client_command_handler_api" long-name="phone_client_command_handler_api">
       
  8707       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8708       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_command_handler_api/group"/>
       
  8709      </component>
       
  8710      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8711      <component name="phone_client_emergency_call_api" long-name="phone_client_emergency_call_api">
       
  8712       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8713       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_emergency_call_api/group"/>
       
  8714      </component>
       
  8715      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8716      <component name="phone_client_image_handler_api" long-name="phone_client_image_handler_api">
       
  8717       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8718       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_image_handler_api/group"/>
       
  8719      </component>
       
  8720      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8721      <component name="phone_client_messenger_api" long-name="phone_client_messenger_api">
       
  8722       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8723       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_messenger_api/group"/>
       
  8724      </component>
       
  8725      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8726      <component name="phone_client_notify_api" long-name="phone_client_notify_api">
       
  8727       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8728       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_notify_api/group"/>
       
  8729      </component>
       
  8730      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8731      <component name="phone_client_server_information_api" long-name="phone_client_server_information_api">
       
  8732       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8733       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_server_information_api/group"/>
       
  8734      </component>
       
  8735      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8736      <component name="phone_client_ussd_api" long-name="phone_client_ussd_api">
       
  8737       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8738       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_ussd_api/group"/>
       
  8739      </component>
       
  8740      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8741      <component name="phone_client_ussd_internal_api" long-name="phone_client_ussd_internal_api">
       
  8742       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8743       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_ussd_internal_api/group"/>
       
  8744      </component>
       
  8745      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8746      <component name="phone_client_utility_api" long-name="phone_client_utility_api">
       
  8747       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8748       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_utility_api/group"/>
       
  8749      </component>
       
  8750      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8751      <component name="phone_settings_api" long-name="phone_settings_api">
       
  8752       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8753       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_api/group"/>
       
  8754      </component>
       
  8755      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8756      <component name="phone_settings_notes_ui_api" long-name="phone_settings_notes_ui_api">
       
  8757       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8758       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_notes_ui_api/group"/>
       
  8759      </component>
       
  8760      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8761      <component name="phone_settings_observer_api" long-name="phone_settings_observer_api">
       
  8762       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8763       <unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_observer_api/group"/>
       
  8764      </component>
       
  8765      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8766      <component name="sat_client_api" long-name="sat_client_api">
       
  8767       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8768       <unit bldFile="mw/phonesrv/phonesrv_plat/sat_client_api/group"/>
       
  8769      </component>
       
  8770      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8771      <component name="sat_configuration_api" long-name="sat_configuration_api">
       
  8772       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8773       <unit bldFile="mw/phonesrv/phonesrv_plat/sat_configuration_api/group"/>
       
  8774      </component>
       
  8775      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8776      <component name="sat_refresh_api" long-name="sat_refresh_api">
       
  8777       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8778       <unit bldFile="mw/phonesrv/phonesrv_plat/sat_refresh_api/group"/>
       
  8779      </component>
       
  8780      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8781      <component name="sat_service_api" long-name="sat_service_api">
       
  8782       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8783       <unit bldFile="mw/phonesrv/phonesrv_plat/sat_service_api/group"/>
       
  8784      </component>
       
  8785      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8786      <component name="secondary_display_sat_api" long-name="secondary_display_sat_api">
       
  8787       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8788       <unit bldFile="mw/phonesrv/phonesrv_plat/secondary_display_sat_api/group"/>
       
  8789      </component>
       
  8790      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8791      <component name="service_provider_settings_api" long-name="service_provider_settings_api">
       
  8792       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8793       <unit bldFile="mw/phonesrv/phonesrv_plat/service_provider_settings_api/group"/>
       
  8794      </component>
       
  8795      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8796      <component name="ss_settings_api" long-name="ss_settings_api">
       
  8797       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8798       <unit bldFile="mw/phonesrv/phonesrv_plat/ss_settings_api/group"/>
       
  8799      </component>
       
  8800      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8801      <component name="string_parser_api" long-name="string_parser_api">
       
  8802       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8803       <unit bldFile="mw/phonesrv/phonesrv_plat/string_parser_api/group"/>
       
  8804      </component>
       
  8805      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8806      <component name="telephony_network_information_api" long-name="telephony_network_information_api">
       
  8807       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8808       <unit bldFile="mw/phonesrv/phonesrv_plat/telephony_network_information_api/group"/>
       
  8809      </component>
       
  8810      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8811      <component name="voice_mailbox_number_api" long-name="voice_mailbox_number_api">
       
  8812       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8813       <unit bldFile="mw/phonesrv/phonesrv_plat/voice_mailbox_number_api/group"/>
       
  8814      </component>
       
  8815      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8816      <component name="voice_mailbox_settings_api" long-name="voice_mailbox_settings_api">
       
  8817       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8818       <unit bldFile="mw/phonesrv/phonesrv_plat/voice_mailbox_settings_api/group"/>
       
  8819      </component>
       
  8820     </collection>
       
  8821     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8822     <collection name="phonesrv_pub" long-name="phonesrv_pub">
       
  8823      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8824      <component name="phonesrv_pub" long-name="phonesrv_pub">
       
  8825       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8826       <unit bldFile="mw/phonesrv/phonesrv_pub/group"/>
       
  8827      </component>
       
  8828     </collection>
       
  8829    </block>
       
  8830    <block long-name="Messaging Middleware" level="specific" name="messagingmw" levels="stack fw api">
  1719     <collection name="messagingfw" long-name="Messaging FW" level="fw">
  8831     <collection name="messagingfw" long-name="Messaging FW" level="fw">
  1720      <component name="scheduledsendmtm" long-name="Scheduled Send MTM" plugin="Y" introduced="6.0">
  8832      <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0">
  1721       <unit bldFile="mw\messagingmw\messagingfw\scheduledsendmtm\group" mrp="mw\messagingmw\messagingfw\scheduledsendmtm\group\messaging_schedulesend.mrp"/>
  8833       <!-- Unit commented out by SF to match Bob's model -->
       
  8834       <!-- <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/> -->
       
  8835      </component>
       
  8836      <component name="biowatchers" long-name="BIO Watchers" plugin="Y" introduced="8.0">
       
  8837       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
  1722      </component>
  8838      </component>
  1723      <component name="msgsrvnstore" long-name="Message Server and Store">
  8839      <component name="msgsrvnstore" long-name="Message Server and Store">
  1724       <unit bldFile="mw\messagingmw\messagingfw\msgsrvnstore\group" mrp="mw\messagingmw\messagingfw\msgsrvnstore\group\messaging_framework.mrp"/>
  8840       <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
  1725      </component>
  8841      </component>
  1726      <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0">
  8842      <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0">
  1727       <unit bldFile="mw\messagingmw\messagingfw\biomsgfw\group" mrp="mw\messagingmw\messagingfw\biomsgfw\group\messaging_biomsg.mrp"/>
  8843       <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
  1728      </component>
  8844      </component>
  1729      <component name="msgconf" long-name="Messaging Config" introduced="tb91" class="config">
  8845      <component name="msgconf" long-name="Messaging Config" introduced="tb91" class="config">
  1730       <unit bldFile="mw\messagingmw\messagingfw\msgconf\group" mrp="mw\messagingmw\messagingfw\msgconf\group\messaging_config.mrp"/>
  8846       <unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
  1731      </component>
       
  1732      <component name="watcherfw" long-name="Watcher Framework">
       
  1733       <unit bldFile="mw\messagingmw\messagingfw\watcherfw\group" mrp="mw\messagingmw\messagingfw\watcherfw\group\messaging_watcher.mrp"/>
       
  1734      </component>
  8847      </component>
  1735      <component name="msgtest" long-name="Messaging Test">
  8848      <component name="msgtest" long-name="Messaging Test">
  1736       <!-- XML Previous Location: Application Services/Messaging Application Support/ -->
  8849       <!-- XML Previous Location: Application Services/Messaging Application Support/ -->
  1737       <unit bldFile="mw\messagingmw\messagingfw\msgtest\group" mrp="mw\messagingmw\messagingfw\msgtest\group\messaging_test.mrp"/>
  8850       <unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
       
  8851      </component>
       
  8852      <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92">
       
  8853       <unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
       
  8854      </component>
       
  8855      <component name="msgtestproduct" long-name="Messaging Test Product">
       
  8856       <unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
  1738      </component>
  8857      </component>
  1739      <component name="msgtests" long-name="Messaging Tests">
  8858      <component name="msgtests" long-name="Messaging Tests">
  1740       <unit mrp="mw\messagingmw\messagingfw\msgtests\group\messaging.mrp"/>
  8859       <unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
  1741      </component>
  8860      </component>
  1742      <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92">
  8861      <component name="suplsmshandler" long-name="SUPL SMS Handler" plugin="Y" introduced="tb92">
  1743       <unit mrp="mw\messagingmw\messagingfw\msgtestfw\group\messaging_testframework.mrp"/>
  8862       <unit bldFile="mw/messagingmw/messagingfw/suplsmshandler/group" mrp="mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/>
  1744      </component>
  8863      </component>
  1745      <component name="msgtestproduct" long-name="Messaging Test Product">
  8864      <component name="suplwappushhandler" long-name="SUPL WAP Push Handler" plugin="Y" introduced="tb92">
  1746       <unit mrp="mw\messagingmw\messagingfw\msgtestproduct\group\messaging_testproduct.mrp"/>
  8865       <unit bldFile="mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/>
  1747      </component>
  8866      </component>
  1748      <component name="biowatchers" long-name="BIO Watchers" plugin="Y" introduced="8.0">
  8867      <component name="scheduledsendmtm" long-name="Scheduled Send MTM" plugin="Y" introduced="6.0">
  1749       <unit bldFile="mw\messagingmw\messagingfw\biowatchers\Group" mrp="mw\messagingmw\messagingfw\biowatchers\Group\messaging_biomsg_biowatchers_cdma.mrp"/>
  8868       <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
  1750      </component>
  8869      </component>
  1751      <component name="sendas" long-name="Send As">
  8870      <component name="sendas" long-name="Send As">
  1752       <unit bldFile="mw\messagingmw\messagingfw\sendas\group" mrp="mw\messagingmw\messagingfw\sendas\group\messaging_sendas2.mrp"/>
  8871       <unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
  1753      </component>
       
  1754      <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0">
       
  1755       <unit bldFile="mw\messagingmw\messagingfw\msgurlhandler\group" mrp="mw\messagingmw\messagingfw\msgurlhandler\group\messaging_urlhandler.mrp"/>
       
  1756      </component>
  8872      </component>
  1757      <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1">
  8873      <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1">
  1758       <unit bldFile="mw\messagingmw\messagingfw\wappushfw\group" mrp="mw\messagingmw\messagingfw\wappushfw\group\wap-browser_wappush.mrp"/>
  8874       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
  1759      </component>
  8875      </component>
  1760      <component name="suplsmshandler" long-name="SUPL SMS Handler" plugin="Y" introduced="tb91">
  8876      <component name="watcherfw" long-name="Watcher Framework">
  1761       <unit bldFile="mw\messagingmw\messagingfw\suplsmshandler\group" mrp="mw\messagingmw\messagingfw\suplsmshandler\group\lbs_suplsmstrigger.mrp"/>
  8877       <unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
  1762      </component>
  8878      </component>
  1763      <component name="suplwappushhandler" long-name="SUPL WAP Push Handler" plugin="Y" introduced="tb91">
  8879      <component name="alwaysonline" long-name="Always Online">
  1764       <unit bldFile="mw\messagingmw\messagingfw\suplwappushhandler\group" mrp="mw\messagingmw\messagingfw\suplwappushhandler\group\lbs_suplwappush.mrp"/>
  8880       <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/group"/>
       
  8881      </component>
       
  8882      <component name="msgcommonutils" long-name="Messaging Common Utils">
       
  8883       <unit bldFile="mw/messagingmw/messagingfw/msgcommonutils/group"/>
       
  8884      </component>
       
  8885      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8886      <component name="AlwaysOnlineManager" long-name="AlwaysOnlineManager">
       
  8887       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8888       <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/AlwaysOnlineManager/group"/>
       
  8889      </component>
       
  8890      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8891      <component name="AlwaysOnlineStarterApp" long-name="AlwaysOnlineStarterApp">
       
  8892       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8893       <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/AlwaysOnlineStarterApp/group"/>
       
  8894      </component>
       
  8895      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8896      <component name="messagingfw" long-name="messagingfw">
       
  8897       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8898       <unit bldFile="mw/messagingmw/messagingfw/group"/>
       
  8899      </component>
       
  8900      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8901      <component name="datautils" long-name="datautils">
       
  8902       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8903       <unit bldFile="mw/messagingmw/messagingfw/senduiservices/datautils/group"/>
       
  8904      </component>
       
  8905      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8906      <component name="senduiservices" long-name="senduiservices">
       
  8907       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8908       <unit bldFile="mw/messagingmw/messagingfw/senduiservices/group"/>
       
  8909      </component>
       
  8910      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8911      <component name="launcher" long-name="launcher">
       
  8912       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8913       <unit bldFile="mw/messagingmw/messagingfw/senduiservices/launcher/group"/>
       
  8914       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8915       <unit bldFile="tools/rndtools/launcher/group"/>
       
  8916      </component>
       
  8917      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8918      <component name="serviceresolver" long-name="serviceresolver">
       
  8919       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8920       <unit bldFile="mw/messagingmw/messagingfw/senduiservices/serviceresolver/group"/>
       
  8921      </component>
       
  8922      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8923      <component name="watcher" long-name="watcher">
       
  8924       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8925       <unit bldFile="mw/messagingmw/messagingfw/senduiservices/watcher/group"/>
       
  8926      </component>
       
  8927     </collection>
       
  8928     <collection name="msgbranched" long-name="Messaging Branched" level="fw">
       
  8929      <component name="msgbranched.lib=binary">
       
  8930       <unit bldFile="mw/messagingmw/msgbranched/group"/>
       
  8931      </component>
       
  8932     </collection>
       
  8933     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8934     <collection name="messagingmw" long-name="messagingmw">
       
  8935      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8936      <component name="messagingmw" long-name="messagingmw">
       
  8937       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8938       <unit bldFile="mw/messagingmw/group"/>
       
  8939      </component>
       
  8940     </collection>
       
  8941     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8942     <collection name="msgfw_plat" long-name="msgfw_plat">
       
  8943      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8944      <component name="always_online_client_api" long-name="always_online_client_api">
       
  8945       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8946       <unit bldFile="mw/messagingmw/msgfw_plat/always_online_client_api/group"/>
       
  8947      </component>
       
  8948      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8949      <component name="always_online_plugin_api" long-name="always_online_plugin_api">
       
  8950       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8951       <unit bldFile="mw/messagingmw/msgfw_plat/always_online_plugin_api/group"/>
       
  8952      </component>
       
  8953      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8954      <component name="msgfw_plat" long-name="msgfw_plat">
       
  8955       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8956       <unit bldFile="mw/messagingmw/msgfw_plat/group"/>
       
  8957      </component>
       
  8958      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8959      <component name="msg_common_utils_api" long-name="msg_common_utils_api">
       
  8960       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8961       <unit bldFile="mw/messagingmw/msgfw_plat/msg_common_utils_api/group"/>
       
  8962      </component>
       
  8963      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8964      <component name="send_ui_datautils_api" long-name="send_ui_datautils_api">
       
  8965       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8966       <unit bldFile="mw/messagingmw/msgfw_plat/send_ui_datautils_api/group"/>
       
  8967      </component>
       
  8968      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8969      <component name="send_ui_plugin_api" long-name="send_ui_plugin_api">
       
  8970       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8971       <unit bldFile="mw/messagingmw/msgfw_plat/send_ui_plugin_api/group"/>
       
  8972      </component>
       
  8973     </collection>
       
  8974     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  8975     <collection name="msgfw_pub" long-name="msgfw_pub">
       
  8976      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8977      <component name="msgfw_pub" long-name="msgfw_pub">
       
  8978       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8979       <unit bldFile="mw/messagingmw/msgfw_pub/group"/>
       
  8980      </component>
       
  8981      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  8982      <component name="send_ui_api" long-name="send_ui_api">
       
  8983       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8984       <unit bldFile="mw/messagingmw/msgfw_pub/send_ui_api/group"/>
  1765      </component>
  8985      </component>
  1766     </collection>
  8986     </collection>
  1767    </block>
  8987    </block>
  1768    <block name="remotemgmt" long-name="Remote Management" level="specific" levels="plugin framework server generic specific">
  8988    <block long-name="Instant Messaging and Presence Services" level="specific" name="imsrv" levels="plugin framework server generic specific">
       
  8989     <collection name="brandingserver" long-name="Branding Server" level="specific">
       
  8990      <component name="bsclient.dll=binary" long-name="BS Client">
       
  8991       <unit bldFile="mw/imsrv/brandingserver/group"/>
       
  8992      </component>
       
  8993      <component name="bsserver.exe=binary" long-name="BS Server">
       
  8994 <!--       <unit bldFile="mw/imsrv/brandingserver/group"/> -->
       
  8995      </component>
       
  8996      <component name="tools" long-name="Tools">
       
  8997       <unit bldFile="mw/imsrv/brandingserver/tools/group"/>
       
  8998       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  8999       <unit bldFile="mw/appinstall/iaupdate/IAD/tools/group"/>
       
  9000       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9001       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsmanager/tools"/>
       
  9002      </component>
       
  9003      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9004      <component name="bsimport" long-name="bsimport">
       
  9005       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9006       <unit bldFile="mw/imsrv/brandingserver/tools/bsimport/group"/>
       
  9007      </component>
       
  9008     </collection>
       
  9009     <collection name="imservices" long-name="IM Services" level="generic">
       
  9010      <component name="imfeatureplugin" long-name="IM Feature Plugin">
       
  9011       <unit bldFile="mw/imsrv/imservices/imfeatureplugin/group"/>
       
  9012      </component>
       
  9013      <component name="instantmessagingcache" long-name="Instant Messaging Cache">
       
  9014       <unit bldFile="mw/imsrv/imservices/instantmessagingcache/group"/>
       
  9015      </component>
       
  9016      <component name="searchfeatureplugin" long-name="Search Feature Plugin">
       
  9017       <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/group"/>
       
  9018      </component>
       
  9019      <component name="xmppsettingsapi" long-name="XMPP Setting Sapi">
       
  9020       <unit bldFile="mw/imsrv/imservices/xmppsettingsapi/group"/>
       
  9021      </component>
       
  9022      <component name="xmppsettingsfetcher" long-name="XMPP Settingsfetcher">
       
  9023       <unit bldFile="mw/imsrv/imservices/xmppsettingsfetcher/group"/>
       
  9024      </component>
       
  9025      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9026      <component name="imservices" long-name="imservices">
       
  9027       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9028       <unit bldFile="mw/imsrv/imservices/group"/>
       
  9029      </component>
       
  9030      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9031      <component name="srcimdatamodel" long-name="srcimdatamodel">
       
  9032       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9033       <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimdatamodel/group"/>
       
  9034      </component>
       
  9035      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9036      <component name="srcimfrontend" long-name="srcimfrontend">
       
  9037       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9038       <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimfrontend/group"/>
       
  9039      </component>
       
  9040      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9041      <component name="srcimoperations" long-name="srcimoperations">
       
  9042       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9043       <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimoperations/group"/>
       
  9044      </component>
       
  9045      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9046      <component name="srcimprocessor" long-name="srcimprocessor">
       
  9047       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9048       <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimprocessor/group"/>
       
  9049      </component>
       
  9050      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9051      <component name="dataconvlib" long-name="dataconvlib">
       
  9052       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9053       <unit bldFile="mw/imsrv/imservices/ossprotocoladaptation/dataconvlib/group"/>
       
  9054      </component>
       
  9055      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9056      <component name="ossprotocoladaptation" long-name="ossprotocoladaptation">
       
  9057       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9058       <unit bldFile="mw/imsrv/imservices/ossprotocoladaptation/group"/>
       
  9059      </component>
       
  9060      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9061      <component name="srcsearchdatamodel" long-name="srcsearchdatamodel">
       
  9062       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9063       <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchdatamodel/group"/>
       
  9064      </component>
       
  9065      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9066      <component name="srcsearchfrontend" long-name="srcsearchfrontend">
       
  9067       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9068       <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchfrontend/group"/>
       
  9069      </component>
       
  9070      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9071      <component name="srcsearchoperations" long-name="srcsearchoperations">
       
  9072       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9073       <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchoperations/group"/>
       
  9074      </component>
       
  9075      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9076      <component name="srcsearchprocessor" long-name="srcsearchprocessor">
       
  9077       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9078       <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchprocessor/group"/>
       
  9079      </component>
       
  9080     </collection>
       
  9081     <collection name="ximpfw" long-name="XIMP Framework" level="framework">
       
  9082      <component name="core" long-name="Core">
       
  9083       <unit bldFile="mw/imsrv/ximpfw/core/group"/>
       
  9084       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9085       <unit bldFile="mw/helix/helix_ren/src/client/core"/>
       
  9086      </component>
       
  9087      <component name="presence" long-name="Presence">
       
  9088       <unit bldFile="mw/imsrv/ximpfw/presence/group"/>
       
  9089      </component>
       
  9090      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9091      <component name="ximpfw" long-name="ximpfw">
       
  9092       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9093       <unit bldFile="mw/imsrv/ximpfw/group"/>
       
  9094      </component>
       
  9095     </collection>
       
  9096     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9097     <collection name="imsrv" long-name="imsrv">
       
  9098      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9099      <component name="imsrv" long-name="imsrv">
       
  9100       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9101       <unit bldFile="mw/imsrv/group"/>
       
  9102      </component>
       
  9103     </collection>
       
  9104     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9105     <collection name="imsrv_plat" long-name="imsrv_plat">
       
  9106      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9107      <component name="imsrv_plat" long-name="imsrv_plat">
       
  9108       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9109       <unit bldFile="mw/imsrv/imsrv_plat/group"/>
       
  9110      </component>
       
  9111      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9112      <component name="im_cache_client_api" long-name="im_cache_client_api">
       
  9113       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9114       <unit bldFile="mw/imsrv/imsrv_plat/im_cache_client_api/group"/>
       
  9115      </component>
       
  9116      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9117      <component name="presence_avabilitytext" long-name="presence_avabilitytext">
       
  9118       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9119       <unit bldFile="mw/imsrv/imsrv_plat/presence_avabilitytext/group"/>
       
  9120      </component>
       
  9121      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9122      <component name="ximp_core_base_api" long-name="ximp_core_base_api">
       
  9123       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9124       <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_base_api/group"/>
       
  9125      </component>
       
  9126      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9127      <component name="ximp_core_data_model_api" long-name="ximp_core_data_model_api">
       
  9128       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9129       <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_data_model_api/group"/>
       
  9130      </component>
       
  9131      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9132      <component name="ximp_core_feature_plugin_api" long-name="ximp_core_feature_plugin_api">
       
  9133       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9134       <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/group"/>
       
  9135      </component>
       
  9136      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9137      <component name="ximp_core_management_api" long-name="ximp_core_management_api">
       
  9138       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9139       <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_management_api/group"/>
       
  9140      </component>
       
  9141      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9142      <component name="ximp_core_protocol_plugin_api" long-name="ximp_core_protocol_plugin_api">
       
  9143       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9144       <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_protocol_plugin_api/group"/>
       
  9145      </component>
       
  9146      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9147      <component name="ximp_core_protocol_plugin_host_api" long-name="ximp_core_protocol_plugin_host_api">
       
  9148       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9149       <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_protocol_plugin_host_api/group"/>
       
  9150      </component>
       
  9151      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9152      <component name="ximp_im_base_api" long-name="ximp_im_base_api">
       
  9153       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9154       <unit bldFile="mw/imsrv/imsrv_plat/ximp_im_base_api/group"/>
       
  9155      </component>
       
  9156      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9157      <component name="ximp_im_data_model_api" long-name="ximp_im_data_model_api">
       
  9158       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9159       <unit bldFile="mw/imsrv/imsrv_plat/ximp_im_data_model_api/group"/>
       
  9160      </component>
       
  9161      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9162      <component name="ximp_im_management_api" long-name="ximp_im_management_api">
       
  9163       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9164       <unit bldFile="mw/imsrv/imsrv_plat/ximp_im_management_api/group"/>
       
  9165      </component>
       
  9166      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9167      <component name="ximp_im_protocol_plugin_api" long-name="ximp_im_protocol_plugin_api">
       
  9168       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9169       <unit bldFile="mw/imsrv/imsrv_plat/ximp_im_protocol_plugin_api/group"/>
       
  9170      </component>
       
  9171      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9172      <component name="ximp_im_protocol_plugin_host_api" long-name="ximp_im_protocol_plugin_host_api">
       
  9173       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9174       <unit bldFile="mw/imsrv/imsrv_plat/ximp_im_protocol_plugin_host_api/group"/>
       
  9175      </component>
       
  9176      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9177      <component name="ximp_presence_base_api" long-name="ximp_presence_base_api">
       
  9178       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9179       <unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_base_api/group"/>
       
  9180      </component>
       
  9181      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9182      <component name="ximp_presence_cache_api" long-name="ximp_presence_cache_api">
       
  9183       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9184       <unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_cache_api/group"/>
       
  9185      </component>
       
  9186      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9187      <component name="ximp_presence_data_model_api" long-name="ximp_presence_data_model_api">
       
  9188       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9189       <unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_data_model_api/group"/>
       
  9190      </component>
       
  9191      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9192      <component name="ximp_presence_management_api" long-name="ximp_presence_management_api">
       
  9193       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9194       <unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_management_api/group"/>
       
  9195      </component>
       
  9196      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9197      <component name="ximp_presence_protocol_plugin_api" long-name="ximp_presence_protocol_plugin_api">
       
  9198       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9199       <unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_protocol_plugin_api/group"/>
       
  9200      </component>
       
  9201      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9202      <component name="ximp_presence_protocol_plugin_host_api" long-name="ximp_presence_protocol_plugin_host_api">
       
  9203       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9204       <unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_protocol_plugin_host_api/group"/>
       
  9205      </component>
       
  9206      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9207      <component name="ximp_search_base_api" long-name="ximp_search_base_api">
       
  9208       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9209       <unit bldFile="mw/imsrv/imsrv_plat/ximp_search_base_api/group"/>
       
  9210      </component>
       
  9211      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9212      <component name="ximp_search_data_model_api" long-name="ximp_search_data_model_api">
       
  9213       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9214       <unit bldFile="mw/imsrv/imsrv_plat/ximp_search_data_model_api/group"/>
       
  9215      </component>
       
  9216      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9217      <component name="ximp_search_management_api" long-name="ximp_search_management_api">
       
  9218       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9219       <unit bldFile="mw/imsrv/imsrv_plat/ximp_search_management_api/group"/>
       
  9220      </component>
       
  9221      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9222      <component name="ximp_search_protocol_plugin_api" long-name="ximp_search_protocol_plugin_api">
       
  9223       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9224       <unit bldFile="mw/imsrv/imsrv_plat/ximp_search_protocol_plugin_api/group"/>
       
  9225      </component>
       
  9226      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9227      <component name="ximp_search_protocol_plugin_host_api" long-name="ximp_search_protocol_plugin_host_api">
       
  9228       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9229       <unit bldFile="mw/imsrv/imsrv_plat/ximp_search_protocol_plugin_host_api/group"/>
       
  9230      </component>
       
  9231      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9232      <component name="xmpp_settings_api" long-name="xmpp_settings_api">
       
  9233       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9234       <unit bldFile="mw/imsrv/imsrv_plat/xmpp_settings_api/group"/>
       
  9235      </component>
       
  9236     </collection>
       
  9237    </block>
       
  9238    <block long-name="Legacy Presence Services" level="specific" name="legacypresence" levels="engine fw ui">
       
  9239     <collection name="msgconnmanager" long-name="Messaging Connection Manager" level="fw">
       
  9240      <component name="msgconnmanager.dll=binary">
       
  9241       <unit bldFile="mw/legacypresence/msgconnmanager/group"/>
       
  9242      </component>
       
  9243     </collection>
       
  9244     <collection name="presencefwsimpleadpt" long-name="Presence Framework SIMPLE Adaptor" level="fw">
       
  9245      <component name="simpleplugin.dll=binary">
       
  9246       <unit bldFile="mw/legacypresence/presencefwsimpleadpt/group"/>
       
  9247      </component>
       
  9248     </collection>
       
  9249     <collection name="presencesettingsui" long-name="Presence Settings UI" level="ui">
       
  9250      <component name="psuigsplugin.dll=binary">
       
  9251       <unit bldFile="mw/legacypresence/presencesettingsui/group"/>
       
  9252      </component>
       
  9253     </collection>
       
  9254     <collection name="simpleengine" long-name="SIMPLE Engine" level="engine">
       
  9255      <component name="engine" long-name="Engine">
       
  9256       <unit bldFile="mw/legacypresence/simpleengine/engine/group"/>
       
  9257       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9258       <unit bldFile="app/commonemail/emailcontacts/remotecontactlookup/engine/group"/>
       
  9259       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9260       <unit bldFile="app/location/basiclocationinfodisplay/blid/engine/group"/>
       
  9261       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9262       <unit bldFile="app/messaging/messagingappbase/smilengine/engine/group"/>
       
  9263       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9264       <unit bldFile="app/photos/photosgallery/slideshow/engine/group"/>
       
  9265       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9266       <unit bldFile="mw/appinstall/iaupdate/IAD/engine/group"/>
       
  9267       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9268       <unit bldFile="mw/helix/helix_ren/src/datatype/tools/dtdriver/engine"/>
       
  9269       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9270       <unit bldFile="mw/helix/helix_ren/src/datatype/tools/metadataeng/engine"/>
       
  9271      </component>
       
  9272      <component name="presencedm" long-name="Presence DM">
       
  9273       <unit bldFile="mw/legacypresence/simpleengine/presencedm/group"/>
       
  9274      </component>
       
  9275      <component name="presenceprovisioning" long-name="Presence Provisioning">
       
  9276       <unit bldFile="mw/legacypresence/simpleengine/presenceprovisioning/group"/>
       
  9277      </component>
       
  9278      <component name="presencesettingsapi" long-name="Presence Settings API">
       
  9279       <unit bldFile="mw/legacypresence/simpleengine/presencesettingsapi/group"/>
       
  9280      </component>
       
  9281      <component name="siputils" long-name="SIP Utils">
       
  9282       <unit bldFile="mw/legacypresence/simpleengine/siputils/group"/>
       
  9283      </component>
       
  9284      <component name="xdmrlspres" long-name="XDM Rlspres">
       
  9285       <unit bldFile="mw/legacypresence/simpleengine/xdmrlspres/group"/>
       
  9286      </component>
       
  9287      <component name="xmlutils" long-name="XML Utils">
       
  9288       <unit bldFile="mw/legacypresence/simpleengine/xmlutils/group"/>
       
  9289      </component>
       
  9290      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9291      <component name="simpleengine" long-name="simpleengine">
       
  9292       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9293       <unit bldFile="mw/legacypresence/simpleengine/group"/>
       
  9294      </component>
       
  9295     </collection>
       
  9296     <collection name="xdmengine" long-name="XDM Engine" level="engine">
       
  9297      <component name="XdmDeviceManagement" long-name="XDM Device Management">
       
  9298       <unit bldFile="mw/legacypresence/xdmengine/XdmDeviceManagement/group"/>
       
  9299      </component>
       
  9300      <component name="XdmEngine.dll=binary" long-name="XDM Engine">
       
  9301       <unit bldFile="mw/legacypresence/xdmengine/group"/>
       
  9302      </component>
       
  9303      <component name="XdmProvisioning" long-name="XDM Provisioning">
       
  9304       <unit bldFile="mw/legacypresence/xdmengine/XdmProvisioning/group"/>
       
  9305      </component>
       
  9306      <component name="XdmSettingsApi" long-name="XDM Settings Api">
       
  9307       <unit bldFile="mw/legacypresence/xdmengine/XdmSettingsApi/group"/>
       
  9308      </component>
       
  9309     </collection>
       
  9310     <collection name="xdmprotocols" long-name="XDM Protocols" level="fw">
       
  9311      <component name="LocalProtocol" long-name="Local Protocol">
       
  9312       <unit bldFile="mw/legacypresence/xdmprotocols/LocalProtocol/group"/>
       
  9313      </component>
       
  9314      <component name="XcapProtocol" long-name="Xcap Protocol">
       
  9315       <unit bldFile="mw/legacypresence/xdmprotocols/XcapProtocol/group"/>
       
  9316      </component>
       
  9317      <component name="XdmXmlParser" long-name="XDM XML Parser">
       
  9318       <unit bldFile="mw/legacypresence/xdmprotocols/XdmXmlParser/group"/>
       
  9319      </component>
       
  9320      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9321      <component name="xdmprotocols" long-name="xdmprotocols">
       
  9322       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9323       <unit bldFile="mw/legacypresence/xdmprotocols/group"/>
       
  9324      </component>
       
  9325      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9326      <component name="LocalOperations" long-name="LocalOperations">
       
  9327       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9328       <unit bldFile="mw/legacypresence/xdmprotocols/LocalProtocol/LocalOperations/group"/>
       
  9329      </component>
       
  9330      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9331      <component name="XcapAppUsage" long-name="XcapAppUsage">
       
  9332       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9333       <unit bldFile="mw/legacypresence/xdmprotocols/XcapProtocol/XcapAppUsage/group"/>
       
  9334      </component>
       
  9335      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9336      <component name="Client" long-name="Client">
       
  9337       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9338       <unit bldFile="mw/legacypresence/xdmprotocols/XcapProtocol/XcapCache/Client/group"/>
       
  9339       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9340       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Client/group"/>
       
  9341      </component>
       
  9342      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9343      <component name="Server" long-name="Server">
       
  9344       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9345       <unit bldFile="mw/legacypresence/xdmprotocols/XcapProtocol/XcapCache/Server/group"/>
       
  9346       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9347       <unit bldFile="mw/mmmw/radioutility/radioserver/Server/Group"/>
       
  9348      </component>
       
  9349      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9350      <component name="XcapHttpTransport" long-name="XcapHttpTransport">
       
  9351       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9352       <unit bldFile="mw/legacypresence/xdmprotocols/XcapProtocol/XcapHttpTransport/group"/>
       
  9353      </component>
       
  9354      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9355      <component name="XcapOperations" long-name="XcapOperations">
       
  9356       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9357       <unit bldFile="mw/legacypresence/xdmprotocols/XcapProtocol/XcapOperations/group"/>
       
  9358      </component>
       
  9359      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9360      <component name="XcapUtils" long-name="XcapUtils">
       
  9361       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9362       <unit bldFile="mw/legacypresence/xdmprotocols/XcapProtocol/XcapUtils/group"/>
       
  9363      </component>
       
  9364     </collection>
       
  9365     <collection name="xdmsettingsui" long-name="XDM Settings UI" level="ui">
       
  9366      <component name="GSXDMPlugin.dll=binary">
       
  9367       <unit bldFile="mw/legacypresence/xdmsettingsui/group"/>
       
  9368      </component>
       
  9369     </collection>
       
  9370     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9371     <collection name="legacypresence" long-name="legacypresence">
       
  9372      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9373      <component name="legacypresence" long-name="legacypresence">
       
  9374       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9375       <unit bldFile="mw/legacypresence/group"/>
       
  9376      </component>
       
  9377     </collection>
       
  9378     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9379     <collection name="pressrv_plat" long-name="pressrv_plat">
       
  9380      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9381      <component name="authorization_api" long-name="authorization_api">
       
  9382       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9383       <unit bldFile="mw/legacypresence/pressrv_plat/authorization_api/group"/>
       
  9384      </component>
       
  9385      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9386      <component name="pressrv_plat" long-name="pressrv_plat">
       
  9387       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9388       <unit bldFile="mw/legacypresence/pressrv_plat/group"/>
       
  9389      </component>
       
  9390      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9391      <component name="messaging_connection_manager_api" long-name="messaging_connection_manager_api">
       
  9392       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9393       <unit bldFile="mw/legacypresence/pressrv_plat/messaging_connection_manager_api/group"/>
       
  9394      </component>
       
  9395      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9396      <component name="presence_list_api" long-name="presence_list_api">
       
  9397       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9398       <unit bldFile="mw/legacypresence/pressrv_plat/presence_list_api/group"/>
       
  9399      </component>
       
  9400      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9401      <component name="publisher_api" long-name="publisher_api">
       
  9402       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9403       <unit bldFile="mw/legacypresence/pressrv_plat/publisher_api/group"/>
       
  9404      </component>
       
  9405      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9406      <component name="registration_api" long-name="registration_api">
       
  9407       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9408       <unit bldFile="mw/legacypresence/pressrv_plat/registration_api/group"/>
       
  9409      </component>
       
  9410      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9411      <component name="simple_documents_api" long-name="simple_documents_api">
       
  9412       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9413       <unit bldFile="mw/legacypresence/pressrv_plat/simple_documents_api/group"/>
       
  9414      </component>
       
  9415      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9416      <component name="simple_settings_api" long-name="simple_settings_api">
       
  9417       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9418       <unit bldFile="mw/legacypresence/pressrv_plat/simple_settings_api/group"/>
       
  9419      </component>
       
  9420      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9421      <component name="watcher_api" long-name="watcher_api">
       
  9422       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9423       <unit bldFile="mw/legacypresence/pressrv_plat/watcher_api/group"/>
       
  9424      </component>
       
  9425      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9426      <component name="watcher_info_api" long-name="watcher_info_api">
       
  9427       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9428       <unit bldFile="mw/legacypresence/pressrv_plat/watcher_info_api/group"/>
       
  9429      </component>
       
  9430      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9431      <component name="xdm_api" long-name="xdm_api">
       
  9432       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9433       <unit bldFile="mw/legacypresence/pressrv_plat/xdm_api/group"/>
       
  9434      </component>
       
  9435      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9436      <component name="xdm_protocol_plugin_api" long-name="xdm_protocol_plugin_api">
       
  9437       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9438       <unit bldFile="mw/legacypresence/pressrv_plat/xdm_protocol_plugin_api/group"/>
       
  9439      </component>
       
  9440      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9441      <component name="xdm_settings_api" long-name="xdm_settings_api">
       
  9442       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9443       <unit bldFile="mw/legacypresence/pressrv_plat/xdm_settings_api/group"/>
       
  9444      </component>
       
  9445     </collection>
       
  9446     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9447     <collection name="simpledatamodeladapter" long-name="simpledatamodeladapter">
       
  9448      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9449      <component name="simpledatamodeladapter" long-name="simpledatamodeladapter">
       
  9450       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9451       <unit bldFile="mw/legacypresence/simpledatamodeladapter/group"/>
       
  9452      </component>
       
  9453     </collection>
       
  9454    </block>
       
  9455    <block long-name="Open Services" level="specific" name="opensrv" levels="empty 1">
       
  9456     <collection name="loudmouth" long-name="Loudmouth" level="1">
       
  9457      <component name="loudmouth.DLL=binary">
       
  9458       <unit bldFile="mw/opensrv/loudmouth/group"/>
       
  9459      </component>
       
  9460     </collection>
       
  9461     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9462     <collection name="opensrv" long-name="opensrv">
       
  9463      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9464      <component name="opensrv" long-name="opensrv">
       
  9465       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9466       <unit bldFile="mw/opensrv/group"/>
       
  9467      </component>
       
  9468     </collection>
       
  9469     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9470     <collection name="isolationserver" long-name="isolationserver">
       
  9471      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9472      <component name="isolationserver" long-name="isolationserver">
       
  9473       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9474       <unit bldFile="mw/opensrv/isolationserver/group"/>
       
  9475      </component>
       
  9476      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9477      <component name="isoserver" long-name="isoserver">
       
  9478       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9479       <unit bldFile="mw/opensrv/isolationserver/isoserver/group"/>
       
  9480      </component>
       
  9481      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9482      <component name="messagequeue" long-name="messagequeue">
       
  9483       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9484       <unit bldFile="mw/opensrv/isolationserver/messagequeue/group"/>
       
  9485      </component>
       
  9486     </collection>
       
  9487     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9488     <collection name="libtelepathy" long-name="libtelepathy">
       
  9489      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9490      <component name="libtelepathy" long-name="libtelepathy">
       
  9491       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9492       <unit bldFile="mw/opensrv/libtelepathy/group"/>
       
  9493      </component>
       
  9494     </collection>
       
  9495     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9496     <collection name="opensrv_plat" long-name="opensrv_plat">
       
  9497      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9498      <component name="opensrv_plat" long-name="opensrv_plat">
       
  9499       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9500       <unit bldFile="mw/opensrv/opensrv_plat/group"/>
       
  9501      </component>
       
  9502      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9503      <component name="messagequeue_api" long-name="messagequeue_api">
       
  9504       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9505       <unit bldFile="mw/opensrv/opensrv_plat/messagequeue_api/group"/>
       
  9506      </component>
       
  9507     </collection>
       
  9508     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9509     <collection name="telepathygabble" long-name="telepathygabble">
       
  9510      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9511      <component name="telepathygabble" long-name="telepathygabble">
       
  9512       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9513       <unit bldFile="mw/opensrv/telepathygabble/group"/>
       
  9514      </component>
       
  9515     </collection>
       
  9516    </block>
       
  9517    <block long-name="Remote Management" level="specific" name="remotemgmt" levels="plugin framework server generic specific">
  1769     <collection name="remotemgmttest" long-name="Remote Management Test" level="specific">
  9518     <collection name="remotemgmttest" long-name="Remote Management Test" level="specific">
       
  9519      <component name="omadevicemgmtintegrationtest" long-name="OMA Device Management Integration Test" introduced="9.1" class="test">
       
  9520       <unit bldFile="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group/devprov_integtest.mrp"/>
       
  9521      </component>
  1770      <component name="omasyncmlintegrationtest" long-name="OMA SyncML Integration Test" introduced="7.0s" class="test">
  9522      <component name="omasyncmlintegrationtest" long-name="OMA SyncML Integration Test" introduced="7.0s" class="test">
  1771       <unit bldFile="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group\oma_syncml_integtest.mrp"/>
  9523       <!-- Unit commented out by SF to match Bob's model -->
  1772      </component>
  9524       <!-- <unit bldFile="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group/oma_syncml_integtest.mrp"/> -->
  1773      <component name="omadevicemgmtintegrationtest" long-name="OMA Device Management Integration Test" introduced="9.1" class="test">
       
  1774       <unit bldFile="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group\devprov_integtest.mrp"/>
       
  1775      </component>
  9525      </component>
  1776     </collection>
  9526     </collection>
  1777     <collection name="syncandremotemgmtfw" long-name="Sync and Remote Management Framework" level="framework">
  9527     <collection name="syncandremotemgmtfw" long-name="Sync and Remote Management Framework" level="framework">
       
  9528      <component name="clientprovisioningfw" long-name="Client Provisioning Framework" introduced="9.1">
       
  9529       <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group/devprov_clientprov_framework.mrp"/>
       
  9530      </component>
       
  9531      <component name="devicemgmtfw" long-name="Device Management Framework" introduced="8.0">
       
  9532       <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group" mrp="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group/devprov_devman_framework.mrp"/>
       
  9533      </component>
       
  9534      <component name="omasyncmlcommonfw" long-name="OMA SyncML Common Framework" introduced="7.0s">
       
  9535       <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group/oma_syncml_common_framework.mrp"/>
       
  9536      </component>
       
  9537      <component name="omasyncmlconfig" long-name="OMA SyncML Config" introduced="tb91">
       
  9538       <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group/oma_syncml_config.mrp"/>
       
  9539      </component>
       
  9540      <component name="omasyncmldminterface" long-name="OMA SyncML DM Interface" introduced="7.0s">
       
  9541       <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group/oma_syncml_dm_interface.mrp"/>
       
  9542      </component>
  1778      <component name="omasyncmldatasync" long-name="OMA SyncML Data Sync" introduced="7.0s">
  9543      <component name="omasyncmldatasync" long-name="OMA SyncML Data Sync" introduced="7.0s">
  1779       <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group\oma_syncml_datasync.mrp"/>
  9544       <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group/oma_syncml_datasync.mrp"/>
  1780      </component>
       
  1781      <component name="omasyncmlcommonfw" long-name="OMA SyncML Common Framework" introduced="7.0s">
       
  1782       <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group\oma_syncml_common_framework.mrp"/>
       
  1783      </component>
       
  1784      <component name="omasyncmldminterface" long-name="OMA SyncML DM Interface" introduced="7.0s">
       
  1785       <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group\oma_syncml_dm_interface.mrp"/>
       
  1786      </component>
       
  1787      <component name="omasyncmlconfig" long-name="OMA SyncML Config" introduced="tb91">
       
  1788       <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group\oma_syncml_config.mrp"/>
       
  1789      </component>
       
  1790      <component name="devicemgmtfw" long-name="Device Management Framework" introduced="8.0">
       
  1791       <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group" mrp="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group\devprov_devman_framework.mrp"/>
       
  1792      </component>
       
  1793      <component name="clientprovisioningfw" long-name="Client Provisioning Framework" introduced="9.1">
       
  1794       <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group\devprov_clientprov_framework.mrp"/>
       
  1795      </component>
  9545      </component>
  1796     </collection>
  9546     </collection>
  1797     <collection name="syncandremotemgmtservices" long-name="Sync and Remote Management Services" level="plugin">
  9547     <collection name="syncandremotemgmtservices" long-name="Sync and Remote Management Services" level="plugin">
       
  9548      <component name="clientprovisioningadaptors" long-name="Client Provisioning Adaptors" plugin="Y" introduced="9.1">
       
  9549       <unit bldFile="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group/devprov_clientprov_adapters.mrp"/>
       
  9550      </component>
  1798      <component name="datasyncadaptors" long-name="Data Sync Adaptors" plugin="Y" introduced="7.0s">
  9551      <component name="datasyncadaptors" long-name="Data Sync Adaptors" plugin="Y" introduced="7.0s">
  1799       <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group\data_sync_adaptors.mrp"/>
  9552       <unit bldFile="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group/data_sync_adaptors.mrp"/>
  1800      </component>
  9553      </component>
  1801      <component name="devicemgmtadaptors" long-name="Device Management Adaptors" plugin="Y" introduced="9.1">
  9554      <component name="devicemgmtadaptors" long-name="Device Management Adaptors" plugin="Y" introduced="9.1">
  1802       <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group" mrp="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group\devprov_devman_adapters.mrp"/>
  9555       <unit bldFile="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group" mrp="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group/devprov_devman_adapters.mrp"/>
  1803      </component>
  9556      </component>
  1804      <component name="clientprovisioningadaptors" long-name="Client Provisioning Adaptors" plugin="Y" introduced="9.1">
  9557     </collection>
  1805       <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group\devprov_clientprov_adapters.mrp"/>
  9558     <collection name="ahle" long-name="Adaptive History List" level="generic">
       
  9559      <component name="ahleclient" long-name="Adaptive History List Client">
       
  9560       <unit bldFile="mw/remotemgmt/ahle/ahleclient/group"/>
       
  9561      </component>
       
  9562      <component name="ahleserver" long-name="Adaptive History List Server">
       
  9563       <unit bldFile="mw/remotemgmt/ahle/ahleserver/group"/>
       
  9564      </component>
       
  9565      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9566      <component name="ahle" long-name="ahle">
       
  9567       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9568       <unit bldFile="mw/remotemgmt/ahle/group"/>
       
  9569      </component>
       
  9570     </collection>
       
  9571     <collection name="devicediagnosticsfw" long-name="Device Diagnostics Framework" level="framework">
       
  9572      <component name="diagframework" long-name="Diagnostics Framework">
       
  9573       <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagframework/group"/>
       
  9574      </component>
       
  9575      <component name="diagpluginbase" long-name="Diagnostics Plugin Base">
       
  9576       <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagpluginbase/group"/>
       
  9577      </component>
       
  9578      <component name="diagresultsdb" long-name="Diagnostics Results DB">
       
  9579       <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/group"/>
       
  9580      </component>
       
  9581      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9582      <component name="devicediagnosticsfw" long-name="devicediagnosticsfw">
       
  9583       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9584       <unit bldFile="mw/remotemgmt/devicediagnosticsfw/group"/>
       
  9585      </component>
       
  9586     </collection>
       
  9587     <collection name="omaprovisioning" long-name="OMA Provisioning" level="specific">
       
  9588      <component name="pnputil">
       
  9589       <unit bldFile="mw/remotemgmt/omaprovisioning/pnputil/group"/>
       
  9590      </component>
       
  9591      <component name="provisioning" long-name="provisioning">
       
  9592       <unit bldFile="mw/remotemgmt/omaprovisioning/provisioning/group"/>
       
  9593      </component>
       
  9594      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9595      <component name="omaprovisioning" long-name="omaprovisioning">
       
  9596       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9597       <unit bldFile="mw/remotemgmt/omaprovisioning/group"/>
       
  9598      </component>
       
  9599     </collection>
       
  9600     <collection name="policymanagement" long-name="Policy Management" level="generic">
       
  9601      <component name="tarmpolicymng" long-name="Tarm Policy Mng">
       
  9602       <unit bldFile="mw/remotemgmt/policymanagement/tarmpolicymng/group"/>
       
  9603      </component>
       
  9604      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9605      <component name="policymanagement" long-name="policymanagement">
       
  9606       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9607       <unit bldFile="mw/remotemgmt/policymanagement/group"/>
       
  9608      </component>
       
  9609      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9610      <component name="dmutilserver" long-name="dmutilserver">
       
  9611       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9612       <unit bldFile="mw/remotemgmt/policymanagement/tarmpolicymng/dmutilserver/group"/>
       
  9613      </component>
       
  9614      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9615      <component name="pmdmadapter" long-name="pmdmadapter">
       
  9616       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9617       <unit bldFile="mw/remotemgmt/policymanagement/tarmpolicymng/pmdmadapter/group"/>
       
  9618      </component>
       
  9619      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9620      <component name="policyengine" long-name="policyengine">
       
  9621       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9622       <unit bldFile="mw/remotemgmt/policymanagement/tarmpolicymng/policyengine/group"/>
       
  9623      </component>
       
  9624     </collection>
       
  9625     <collection name="syncmlfw" long-name="SyncML Framework" level="server">
       
  9626      <component name="common" long-name="Common">
       
  9627       <unit bldFile="mw/remotemgmt/syncmlfw/common/group"/>
       
  9628       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9629       <unit bldFile="app/java/javalegacy/j2me/products/common"/>
       
  9630       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9631       <unit bldFile="app/photos/photosgallery/common/group"/>
       
  9632       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9633       <unit bldFile="mw/dlnasrv/upnpharvester/cdssync/common"/>
       
  9634       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9635       <unit bldFile="mw/helix/helix_ren/src/clientapps/symbianMmf/common"/>
       
  9636       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9637       <unit bldFile="mw/helix/helix_ren/src/datatype/amr/common"/>
       
  9638       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9639       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/audio/common"/>
       
  9640       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9641       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/video/format/common"/>
       
  9642       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9643       <unit bldFile="mw/helix/helix_ren/src/datatype/mp3/common"/>
       
  9644       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9645       <unit bldFile="mw/helix/helix_ren/src/datatype/mp4/common"/>
       
  9646       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9647       <unit bldFile="mw/helix/helix_ren/src/datatype/rm/audio/codec/common"/>
       
  9648       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9649       <unit bldFile="mw/helix/helix_ren/src/datatype/rm/common"/>
       
  9650       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9651       <unit bldFile="mw/helix/helix_ren/src/datatype/tools/dtdriver/common"/>
       
  9652       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9653       <unit bldFile="mw/helix/helix_ren/src/datatype/tools/dtdriver/decoder/common"/>
       
  9654       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9655       <unit bldFile="mw/helix/helix_ren/src/datatype/wm/common"/>
       
  9656       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9657       <unit bldFile="mw/mmappfw/mpx/commonframework/common/group"/>
       
  9658      </component>
       
  9659      <component name="dm" long-name="DM">
       
  9660       <unit bldFile="mw/remotemgmt/syncmlfw/dm/group"/>
       
  9661       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9662       <unit bldFile="mw/remotemgmt/syncmlfw/dm/bld"/>
       
  9663      </component>
       
  9664      <component name="ds" long-name="DS">
       
  9665       <unit bldFile="mw/remotemgmt/syncmlfw/ds/group"/>
       
  9666      </component>
       
  9667      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9668      <component name="alerthandler" long-name="alerthandler">
       
  9669       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9670       <unit bldFile="mw/remotemgmt/syncmlfw/common/alerthandler/bld"/>
       
  9671       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9672       <unit bldFile="mw/remotemgmt/syncmlfw/ds/alerthandler/bld"/>
       
  9673      </component>
       
  9674      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9675      <component name="alertqueue" long-name="alertqueue">
       
  9676       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9677       <unit bldFile="mw/remotemgmt/syncmlfw/common/alertqueue/bld"/>
       
  9678      </component>
       
  9679      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9680      <component name="debug" long-name="debug">
       
  9681       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9682       <unit bldFile="mw/remotemgmt/syncmlfw/common/debug/bld"/>
       
  9683      </component>
       
  9684      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9685      <component name="historylog" long-name="historylog">
       
  9686       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9687       <unit bldFile="mw/remotemgmt/syncmlfw/common/historylog/bld"/>
       
  9688      </component>
       
  9689      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9690      <component name="http" long-name="http">
       
  9691       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9692       <unit bldFile="mw/remotemgmt/syncmlfw/common/http/bld"/>
       
  9693      </component>
       
  9694      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9695      <component name="inc" long-name="inc">
       
  9696       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9697       <unit bldFile="mw/remotemgmt/syncmlfw/common/inc"/>
       
  9698       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9699       <unit bldFile="mw/remotemgmt/syncmlfw/common/notifiers/inc"/>
       
  9700       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9701       <unit bldFile="mw/remotemgmt/syncmlfw/ds/inc"/>
       
  9702       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9703       <unit bldFile="mw/uiaccelerator/inc/group"/>
       
  9704      </component>
       
  9705      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9706      <component name="modifiedheaders" long-name="modifiedheaders">
       
  9707       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9708       <unit bldFile="mw/remotemgmt/syncmlfw/common/inc/modifiedheaders"/>
       
  9709      </component>
       
  9710      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9711      <component name="policy" long-name="policy">
       
  9712       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9713       <unit bldFile="mw/remotemgmt/syncmlfw/common/inc/policy"/>
       
  9714      </component>
       
  9715      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9716      <component name="symbianheaders" long-name="symbianheaders">
       
  9717       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9718       <unit bldFile="mw/remotemgmt/syncmlfw/common/inc/symbianheaders"/>
       
  9719      </component>
       
  9720      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9721      <component name="obexclient" long-name="obexclient">
       
  9722       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9723       <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexclient/bld"/>
       
  9724      </component>
       
  9725      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9726      <component name="obexcommserver" long-name="obexcommserver">
       
  9727       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9728       <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexcommserver/bld"/>
       
  9729      </component>
       
  9730      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9731      <component name="obexdmplugin" long-name="obexdmplugin">
       
  9732       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9733       <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexdmplugin/bld"/>
       
  9734      </component>
       
  9735      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9736      <component name="obexdsplugin" long-name="obexdsplugin">
       
  9737       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9738       <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexdsplugin/bld"/>
       
  9739      </component>
       
  9740      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9741      <component name="obexserverbinding" long-name="obexserverbinding">
       
  9742       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9743       <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexserverbinding/bld"/>
       
  9744      </component>
       
  9745      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9746      <component name="sosserver" long-name="sosserver">
       
  9747       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9748       <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver/bld"/>
       
  9749      </component>
       
  9750      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9751      <component name="sosserver_clientapi" long-name="sosserver_clientapi">
       
  9752       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9753       <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver_clientapi/bld"/>
       
  9754      </component>
       
  9755      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9756      <component name="sosserver_privateapi" long-name="sosserver_privateapi">
       
  9757       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9758       <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver_privateapi/bld"/>
       
  9759      </component>
       
  9760      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9761      <component name="sosserver_transporthandler" long-name="sosserver_transporthandler">
       
  9762       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9763       <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver_transporthandler/bld"/>
       
  9764      </component>
       
  9765      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9766      <component name="syncagent" long-name="syncagent">
       
  9767       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9768       <unit bldFile="mw/remotemgmt/syncmlfw/common/syncagent/bld"/>
       
  9769       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9770       <unit bldFile="mw/remotemgmt/syncmlfw/dm/syncagent/bld"/>
       
  9771       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9772       <unit bldFile="mw/remotemgmt/syncmlfw/ds/syncagent/bld"/>
       
  9773      </component>
       
  9774      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9775      <component name="transport" long-name="transport">
       
  9776       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9777       <unit bldFile="mw/remotemgmt/syncmlfw/common/transport/bld"/>
       
  9778      </component>
       
  9779      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9780      <component name="wbxml" long-name="wbxml">
       
  9781       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9782       <unit bldFile="mw/remotemgmt/syncmlfw/common/wbxml/bld"/>
       
  9783      </component>
       
  9784      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9785      <component name="xml" long-name="xml">
       
  9786       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9787       <unit bldFile="mw/remotemgmt/syncmlfw/common/xml/bld"/>
       
  9788      </component>
       
  9789      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9790      <component name="callbackServer" long-name="callbackServer">
       
  9791       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9792       <unit bldFile="mw/remotemgmt/syncmlfw/dm/callbackServer/bld"/>
       
  9793      </component>
       
  9794      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9795      <component name="dmutils" long-name="dmutils">
       
  9796       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9797       <unit bldFile="mw/remotemgmt/syncmlfw/dm/dmutils/bld"/>
       
  9798      </component>
       
  9799      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9800      <component name="dmhostserverbase" long-name="dmhostserverbase">
       
  9801       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9802       <unit bldFile="mw/remotemgmt/syncmlfw/dm/hostserver/dmhostserverbase/bld"/>
       
  9803      </component>
       
  9804      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9805      <component name="dmhostservers" long-name="dmhostservers">
       
  9806       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9807       <unit bldFile="mw/remotemgmt/syncmlfw/dm/hostserver/dmhostservers/bld"/>
       
  9808      </component>
       
  9809      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9810      <component name="provisioningadapter" long-name="provisioningadapter">
       
  9811       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9812       <unit bldFile="mw/remotemgmt/syncmlfw/dm/provisioningadapter/bld"/>
       
  9813       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9814       <unit bldFile="mw/remotemgmt/syncmlfw/ds/provisioningadapter/bld"/>
       
  9815      </component>
       
  9816      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9817      <component name="settings" long-name="settings">
       
  9818       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9819       <unit bldFile="mw/remotemgmt/syncmlfw/dm/settings/bld"/>
       
  9820       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9821       <unit bldFile="mw/remotemgmt/syncmlfw/ds/settings/bld"/>
       
  9822      </component>
       
  9823      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9824      <component name="treedbclient" long-name="treedbclient">
       
  9825       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9826       <unit bldFile="mw/remotemgmt/syncmlfw/dm/treedbclient/bld"/>
       
  9827      </component>
       
  9828      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9829      <component name="treedbhandler" long-name="treedbhandler">
       
  9830       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9831       <unit bldFile="mw/remotemgmt/syncmlfw/dm/treedbhandler/bld"/>
       
  9832      </component>
       
  9833      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9834      <component name="treemodule" long-name="treemodule">
       
  9835       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9836       <unit bldFile="mw/remotemgmt/syncmlfw/dm/treemodule/bld"/>
       
  9837      </component>
       
  9838      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9839      <component name="wappushalert" long-name="wappushalert">
       
  9840       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9841       <unit bldFile="mw/remotemgmt/syncmlfw/dm/wappushalert/bld"/>
       
  9842       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9843       <unit bldFile="mw/remotemgmt/syncmlfw/ds/wappushalert/bld"/>
       
  9844      </component>
       
  9845      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9846      <component name="adapterlog" long-name="adapterlog">
       
  9847       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9848       <unit bldFile="mw/remotemgmt/syncmlfw/ds/adapterlog/bld"/>
       
  9849      </component>
       
  9850      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9851      <component name="dataproviderbase" long-name="dataproviderbase">
       
  9852       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9853       <unit bldFile="mw/remotemgmt/syncmlfw/ds/adapters/dataproviderbase/bld"/>
       
  9854      </component>
       
  9855      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9856      <component name="agentlog" long-name="agentlog">
       
  9857       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9858       <unit bldFile="mw/remotemgmt/syncmlfw/ds/agentlog/bld"/>
       
  9859      </component>
       
  9860      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9861      <component name="changefinder" long-name="changefinder">
       
  9862       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9863       <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/changefinder/bld"/>
       
  9864      </component>
       
  9865      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9866      <component name="dbcaps" long-name="dbcaps">
       
  9867       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9868       <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/dbcaps/bld"/>
       
  9869      </component>
       
  9870      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9871      <component name="filter" long-name="filter">
       
  9872       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9873       <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/filter/bld"/>
       
  9874      </component>
       
  9875      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9876      <component name="filterutils" long-name="filterutils">
       
  9877       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9878       <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/filterutils/bld"/>
       
  9879      </component>
       
  9880      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9881      <component name="ProfileUtil" long-name="ProfileUtil">
       
  9882       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9883       <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/ProfileUtil/bld"/>
       
  9884      </component>
       
  9885      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9886      <component name="testprofileutil" long-name="testprofileutil">
       
  9887       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9888       <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/ProfileUtil/testprofileutil/group"/>
       
  9889      </component>
       
  9890      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9891      <component name="storeformat" long-name="storeformat">
       
  9892       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9893       <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/storeformat/bld"/>
       
  9894      </component>
       
  9895      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9896      <component name="dshostclient" long-name="dshostclient">
       
  9897       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9898       <unit bldFile="mw/remotemgmt/syncmlfw/ds/hostserver/dshostclient/bld"/>
       
  9899      </component>
       
  9900      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9901      <component name="dshostserverbase" long-name="dshostserverbase">
       
  9902       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9903       <unit bldFile="mw/remotemgmt/syncmlfw/ds/hostserver/dshostserverbase/bld"/>
       
  9904      </component>
       
  9905      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9906      <component name="dshostservers" long-name="dshostservers">
       
  9907       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9908       <unit bldFile="mw/remotemgmt/syncmlfw/ds/hostserver/dshostservers/bld"/>
       
  9909      </component>
       
  9910      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9911      <component name="netmon" long-name="netmon">
       
  9912       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9913       <unit bldFile="mw/remotemgmt/syncmlfw/ds/netmon/bld"/>
       
  9914      </component>
       
  9915      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9916      <component name="ota" long-name="ota">
       
  9917       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9918       <unit bldFile="mw/remotemgmt/syncmlfw/ds/ota/bld"/>
       
  9919      </component>
       
  9920      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9921      <component name="syncmlfw" long-name="syncmlfw">
       
  9922       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9923       <unit bldFile="mw/remotemgmt/syncmlfw/group"/>
       
  9924      </component>
       
  9925      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9926      <component name="syncmlnotifier" long-name="syncmlnotifier">
       
  9927       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9928       <unit bldFile="mw/remotemgmt/syncmlfw/syncmlnotifier/group"/>
       
  9929      </component>
       
  9930      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9931      <component name="syncservice" long-name="syncservice">
       
  9932       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9933       <unit bldFile="mw/remotemgmt/syncmlfw/syncservice/group"/>
       
  9934      </component>
       
  9935     </collection>
       
  9936     <collection name="terminalsecurity" long-name="Terminal Security" level="specific">
       
  9937      <component name="tarmterminalcontrol" long-name="Tarm Terminal Control">
       
  9938       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/group"/>
       
  9939      </component>
       
  9940      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9941      <component name="terminalsecurity" long-name="terminalsecurity">
       
  9942       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9943       <unit bldFile="mw/remotemgmt/terminalsecurity/group"/>
       
  9944      </component>
       
  9945      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9946      <component name="SCPClient" long-name="SCPClient">
       
  9947       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9948       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/SCP/SCPClient/group"/>
       
  9949      </component>
       
  9950      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9951      <component name="SCPHistoryPlugin" long-name="SCPHistoryPlugin">
       
  9952       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9953       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/SCP/SCPHistoryPlugin/group"/>
       
  9954      </component>
       
  9955      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9956      <component name="SCPPatternPlugin" long-name="SCPPatternPlugin">
       
  9957       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9958       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/SCP/SCPPatternPlugin/group"/>
       
  9959      </component>
       
  9960      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9961      <component name="SCPServer" long-name="SCPServer">
       
  9962       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9963       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/SCP/SCPServer/group"/>
       
  9964      </component>
       
  9965      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9966      <component name="SCPTest" long-name="SCPTest">
       
  9967       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9968       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/SCP/SCPTest/group"/>
       
  9969      </component>
       
  9970      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9971      <component name="SCPTimestampPlugin" long-name="SCPTimestampPlugin">
       
  9972       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9973       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/SCP/SCPTimestampPlugin/group"/>
       
  9974      </component>
       
  9975      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9976      <component name="tcadapter" long-name="tcadapter">
       
  9977       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9978       <unit bldFile="mw/remotemgmt/terminalsecurity/tarmterminalcontrol/tcadapter/bld"/>
       
  9979      </component>
       
  9980     </collection>
       
  9981     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9982     <collection name="remotemgmt" long-name="remotemgmt">
       
  9983      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9984      <component name="remotemgmt" long-name="remotemgmt">
       
  9985       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9986       <unit bldFile="mw/remotemgmt/group"/>
       
  9987      </component>
       
  9988     </collection>
       
  9989     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
  9990     <collection name="fotaapplication" long-name="fotaapplication">
       
  9991      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9992      <component name="fmsclient" long-name="fmsclient">
       
  9993       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9994       <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fmsclient/group"/>
       
  9995      </component>
       
  9996      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
  9997      <component name="fmserver" long-name="fmserver">
       
  9998       <!-- Unit added by SF via autopopulating script from S60 model -->
       
  9999       <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fmserver/group"/>
       
 10000      </component>
       
 10001      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10002      <component name="FotaRfsPlugin" long-name="FotaRfsPlugin">
       
 10003       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10004       <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/FotaRfsPlugin/group"/>
       
 10005      </component>
       
 10006      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10007      <component name="fotastartupextplg" long-name="fotastartupextplg">
       
 10008       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10009       <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fotastartupextplg/group"/>
       
 10010      </component>
       
 10011      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10012      <component name="fotaserver" long-name="fotaserver">
       
 10013       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10014       <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/group"/>
       
 10015      </component>
       
 10016      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10017      <component name="fotaapplication" long-name="fotaapplication">
       
 10018       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10019       <unit bldFile="mw/remotemgmt/fotaapplication/group"/>
       
 10020      </component>
       
 10021     </collection>
       
 10022     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 10023     <collection name="remotemgmt_plat" long-name="remotemgmt_plat">
       
 10024      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10025      <component name="adaptive_history_list_api" long-name="adaptive_history_list_api">
       
 10026       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10027       <unit bldFile="mw/remotemgmt/remotemgmt_plat/adaptive_history_list_api/group"/>
       
 10028      </component>
       
 10029      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10030      <component name="adaptive_history_list_session_api" long-name="adaptive_history_list_session_api">
       
 10031       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10032       <unit bldFile="mw/remotemgmt/remotemgmt_plat/adaptive_history_list_session_api/group"/>
       
 10033      </component>
       
 10034      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10035      <component name="common_agent_util_and_definitions_api" long-name="common_agent_util_and_definitions_api">
       
 10036       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10037       <unit bldFile="mw/remotemgmt/remotemgmt_plat/common_agent_util_and_definitions_api/group"/>
       
 10038      </component>
       
 10039      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10040      <component name="data_synchronization_notification_api" long-name="data_synchronization_notification_api">
       
 10041       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10042       <unit bldFile="mw/remotemgmt/remotemgmt_plat/data_synchronization_notification_api/group"/>
       
 10043      </component>
       
 10044      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10045      <component name="data_synchronization_plugin_api" long-name="data_synchronization_plugin_api">
       
 10046       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10047       <unit bldFile="mw/remotemgmt/remotemgmt_plat/data_synchronization_plugin_api/group"/>
       
 10048      </component>
       
 10049      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10050      <component name="device_management_parameter_api" long-name="device_management_parameter_api">
       
 10051       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10052       <unit bldFile="mw/remotemgmt/remotemgmt_plat/device_management_parameter_api/group"/>
       
 10053      </component>
       
 10054      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10055      <component name="device_management_plugin_api" long-name="device_management_plugin_api">
       
 10056       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10057       <unit bldFile="mw/remotemgmt/remotemgmt_plat/device_management_plugin_api/group"/>
       
 10058      </component>
       
 10059      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10060      <component name="diagnostics_framework_api" long-name="diagnostics_framework_api">
       
 10061       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10062       <unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_framework_api/group"/>
       
 10063      </component>
       
 10064      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10065      <component name="diagnostics_plugin_api" long-name="diagnostics_plugin_api">
       
 10066       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10067       <unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_plugin_api/group"/>
       
 10068      </component>
       
 10069      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10070      <component name="diagnostics_plugin_pool_api" long-name="diagnostics_plugin_pool_api">
       
 10071       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10072       <unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_plugin_pool_api/group"/>
       
 10073      </component>
       
 10074      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10075      <component name="diagnostics_plugin_utility_api" long-name="diagnostics_plugin_utility_api">
       
 10076       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10077       <unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_plugin_utility_api/group"/>
       
 10078      </component>
       
 10079      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10080      <component name="diagnostics_results_api" long-name="diagnostics_results_api">
       
 10081       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10082       <unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_results_api/group"/>
       
 10083      </component>
       
 10084      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10085      <component name="dm_constant_definitions_api" long-name="dm_constant_definitions_api">
       
 10086       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10087       <unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_constant_definitions_api/group"/>
       
 10088      </component>
       
 10089      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10090      <component name="dm_tree_apis" long-name="dm_tree_apis">
       
 10091       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10092       <unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_tree_apis/group"/>
       
 10093      </component>
       
 10094      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10095      <component name="dm_utils_api" long-name="dm_utils_api">
       
 10096       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10097       <unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_utils_api/group"/>
       
 10098      </component>
       
 10099      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10100      <component name="ds_constant_definitions_api" long-name="ds_constant_definitions_api">
       
 10101       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10102       <unit bldFile="mw/remotemgmt/remotemgmt_plat/ds_constant_definitions_api/group"/>
       
 10103      </component>
       
 10104      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10105      <component name="fota_engine_api" long-name="fota_engine_api">
       
 10106       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10107       <unit bldFile="mw/remotemgmt/remotemgmt_plat/fota_engine_api/group"/>
       
 10108      </component>
       
 10109      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10110      <component name="remotemgmt_plat" long-name="remotemgmt_plat">
       
 10111       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10112       <unit bldFile="mw/remotemgmt/remotemgmt_plat/group"/>
       
 10113      </component>
       
 10114      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10115      <component name="obex_client_session_api" long-name="obex_client_session_api">
       
 10116       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10117       <unit bldFile="mw/remotemgmt/remotemgmt_plat/obex_client_session_api/group"/>
       
 10118      </component>
       
 10119      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10120      <component name="oma_ds_extensions_api" long-name="oma_ds_extensions_api">
       
 10121       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10122       <unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_ds_extensions_api/group"/>
       
 10123      </component>
       
 10124      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10125      <component name="oma_provisioning_adapter_api" long-name="oma_provisioning_adapter_api">
       
 10126       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10127       <unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_provisioning_adapter_api/group"/>
       
 10128      </component>
       
 10129      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10130      <component name="oma_provisioning_engine_api" long-name="oma_provisioning_engine_api">
       
 10131       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10132       <unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_provisioning_engine_api/group"/>
       
 10133      </component>
       
 10134      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10135      <component name="pnpms_utils_api" long-name="pnpms_utils_api">
       
 10136       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10137       <unit bldFile="mw/remotemgmt/remotemgmt_plat/pnpms_utils_api/group"/>
       
 10138      </component>
       
 10139      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10140      <component name="policy_management_certificate_api" long-name="policy_management_certificate_api">
       
 10141       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10142       <unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_certificate_api/group"/>
       
 10143      </component>
       
 10144      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10145      <component name="policy_management_request_api" long-name="policy_management_request_api">
       
 10146       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10147       <unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_request_api/group"/>
       
 10148      </component>
       
 10149      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10150      <component name="scp_server_api" long-name="scp_server_api">
       
 10151       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10152       <unit bldFile="mw/remotemgmt/remotemgmt_plat/scp_server_api/group"/>
       
 10153      </component>
       
 10154      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10155      <component name="setting_enforcement_info_api" long-name="setting_enforcement_info_api">
       
 10156       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10157       <unit bldFile="mw/remotemgmt/remotemgmt_plat/setting_enforcement_info_api/group"/>
       
 10158      </component>
       
 10159      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10160      <component name="syncml_alert_api" long-name="syncml_alert_api">
       
 10161       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10162       <unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_alert_api/group"/>
       
 10163      </component>
       
 10164      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10165      <component name="syncml_client_api" long-name="syncml_client_api">
       
 10166       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10167       <unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_client_api/group"/>
       
 10168      </component>
       
 10169      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10170      <component name="syncml_notifier_api" long-name="syncml_notifier_api">
       
 10171       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10172       <unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_notifier_api/group"/>
       
 10173      </component>
       
 10174      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10175      <component name="syncml_notifier_roaming_api" long-name="syncml_notifier_roaming_api">
       
 10176       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10177       <unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_notifier_roaming_api/group"/>
       
 10178      </component>
       
 10179      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10180      <component name="sync_alert_handler_api" long-name="sync_alert_handler_api">
       
 10181       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10182       <unit bldFile="mw/remotemgmt/remotemgmt_plat/sync_alert_handler_api/group"/>
       
 10183      </component>
       
 10184      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10185      <component name="sync_service_api" long-name="sync_service_api">
       
 10186       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10187       <unit bldFile="mw/remotemgmt/remotemgmt_plat/sync_service_api/group"/>
       
 10188      </component>
       
 10189      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10190      <component name="terminal_security_device_lock_api" long-name="terminal_security_device_lock_api">
       
 10191       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10192       <unit bldFile="mw/remotemgmt/remotemgmt_plat/terminal_security_device_lock_api/group"/>
       
 10193      </component>
       
 10194      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10195      <component name="update_package_storage_plugin_api" long-name="update_package_storage_plugin_api">
       
 10196       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10197       <unit bldFile="mw/remotemgmt/remotemgmt_plat/update_package_storage_plugin_api/group"/>
       
 10198      </component>
       
 10199     </collection>
       
 10200     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 10201     <collection name="remotemgmt_pub" long-name="remotemgmt_pub">
       
 10202      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10203      <component name="remotemgmt_pub" long-name="remotemgmt_pub">
       
 10204       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10205       <unit bldFile="mw/remotemgmt/remotemgmt_pub/group"/>
       
 10206      </component>
       
 10207      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10208      <component name="synchronization_capability_api" long-name="synchronization_capability_api">
       
 10209       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10210       <unit bldFile="mw/remotemgmt/remotemgmt_pub/synchronization_capability_api/group"/>
  1806      </component>
 10211      </component>
  1807     </collection>
 10212     </collection>
  1808    </block>
 10213    </block>
  1809    <block name="remoteconn" long-name="Remote Connectivity" level="generic" levels="plugin framework server generic specific">
 10214    <block long-name="Networking Device Management" level="generic" name="networkingdm" levels="plugin framework server generic specific">
       
 10215     <collection name="clientprovisioning" long-name="Client Provisioning" level="specific">
       
 10216      <component name="accesspointadapter" long-name="Access Point Adapter">
       
 10217       <unit bldFile="mw/networkingdm/clientprovisioning/accesspointadapter/group"/>
       
 10218      </component>
       
 10219      <component name="cpdestinationnwadapter" long-name="CP Destination NW Adapter">
       
 10220       <unit bldFile="mw/networkingdm/clientprovisioning/cpdestinationnwadapter/group"/>
       
 10221      </component>
       
 10222      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10223      <component name="clientprovisioning" long-name="clientprovisioning">
       
 10224       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10225       <unit bldFile="mw/networkingdm/clientprovisioning/group"/>
       
 10226      </component>
       
 10227     </collection>
       
 10228     <collection name="devicemanagement" long-name="Device Management" level="specific">
       
 10229      <component name="globalwlansettings" long-name="Global WLAN Settings">
       
 10230       <unit bldFile="mw/networkingdm/devicemanagement/globalwlansettings/group"/>
       
 10231      </component>
       
 10232      <component name="nsmldinternet" long-name="NSMLD Internet">
       
 10233       <unit bldFile="mw/networkingdm/devicemanagement/nsmldinternet/group"/>
       
 10234       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10235       <unit bldFile="mw/networkingdm/devicemanagement/nsmldinternet/group/wpx"/>
       
 10236      </component>
       
 10237      <component name="nsmldmalwaysonadapter" long-name="NSMLDM Always-On Adapter">
       
 10238       <unit bldFile="mw/networkingdm/devicemanagement/nsmldmalwaysonadapter/group"/>
       
 10239      </component>
       
 10240      <component name="nsmldmbmadapter" long-name="NSMLDM BM Adapter">
       
 10241       <unit bldFile="mw/networkingdm/devicemanagement/nsmldmbmadapter/group"/>
       
 10242      </component>
       
 10243      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10244      <component name="devicemanagement" long-name="devicemanagement">
       
 10245       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10246       <unit bldFile="mw/networkingdm/devicemanagement/group"/>
       
 10247      </component>
       
 10248     </collection>
       
 10249     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 10250     <collection name="networkingdm" long-name="networkingdm">
       
 10251      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10252      <component name="networkingdm" long-name="networkingdm">
       
 10253       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10254       <unit bldFile="mw/networkingdm/group"/>
       
 10255      </component>
       
 10256     </collection>
       
 10257    </block>
       
 10258    <block long-name="Remote Storage" level="generic" name="remotestorage" levels="framework">
       
 10259     <collection name="remotestoragefw" long-name="Remote Storage Framework" level="framework">
       
 10260      <component name="mountstore" long-name="Mount Store">
       
 10261       <unit bldFile="mw/remotestorage/remotestoragefw/mountstore/group"/>
       
 10262      </component>
       
 10263      <component name="rsfwnotifierplugins" long-name="RS Framework Notifier Plugins">
       
 10264       <unit bldFile="mw/remotestorage/remotestoragefw/rsfwnotifierplugins/group"/>
       
 10265      </component>
       
 10266      <component name="remotefileengine" long-name="Remote File Engine">
       
 10267       <unit bldFile="mw/remotestorage/remotestoragefw/remotefileengine/group"/>
       
 10268      </component>
       
 10269      <component name="mountmanager" long-name="Mount Manager">
       
 10270       <unit bldFile="mw/remotestorage/remotestoragefw/mountmanager/group"/>
       
 10271      </component>
       
 10272      <component name="webdavaccessplugin" long-name="WebDAV Access Plugin">
       
 10273       <unit bldFile="mw/remotestorage/remotestoragefw/webdavaccessplugin/group"/>
       
 10274      </component>
       
 10275      <component name="remotefilesystemplugin" long-name="Remote Filesystem Plugin">
       
 10276       <unit bldFile="mw/remotestorage/remotestoragefw/remotefilesystemplugin/group"/>
       
 10277      </component>
       
 10278      <component name="gsplugin" long-name="GS Plugin">
       
 10279       <unit bldFile="mw/remotestorage/remotestoragefw/gsplugin/group"/>
       
 10280      </component>
       
 10281      <component name="remotedriveconfigurationbiocontrol" long-name="Remote Drive Configuration BIO Control">
       
 10282       <unit bldFile="mw/remotestorage/remotestoragefw/remotedriveconfigurationbiocontrol/group"/>
       
 10283      </component>
       
 10284      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10285      <component name="remotestoragefw" long-name="remotestoragefw">
       
 10286       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10287       <unit bldFile="mw/remotestorage/remotestoragefw/group"/>
       
 10288      </component>
       
 10289     </collection>
       
 10290     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 10291     <collection name="remotestorage" long-name="remotestorage">
       
 10292      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10293      <component name="remotestorage" long-name="remotestorage">
       
 10294       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10295       <unit bldFile="mw/remotestorage/group"/>
       
 10296      </component>
       
 10297     </collection>
       
 10298     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 10299     <collection name="rsfw_plat" long-name="rsfw_plat">
       
 10300      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10301      <component name="rsfw_access_protocol_plugin_api" long-name="rsfw_access_protocol_plugin_api">
       
 10302       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10303       <unit bldFile="mw/remotestorage/rsfw_plat/rsfw_access_protocol_plugin_api/group"/>
       
 10304      </component>
       
 10305     </collection>
       
 10306    </block>
       
 10307    <block long-name="Remote Connectivity" level="generic" name="remoteconn" levels="plugin framework server generic specific">
       
 10308     <collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
       
 10309      <component name="chatscripts" long-name="Chat Scripts">
       
 10310       <unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
       
 10311      </component>
       
 10312      <component name="connectqi" long-name="ConnectQI" introduced="9.1" class="PC">
       
 10313       <unit mrp="mw/remoteconn/connectivitypcside/connectqi/connectqisdk_mr3.mrp"/>
       
 10314      </component>
       
 10315      <component name="connectqisdk" long-name="ConnectQI SDK" introduced="9.1" class="PC">
       
 10316       <unit mrp="mw/remoteconn/connectivitypcside/connectqisdk/connectqisdk_public.mrp"/>
       
 10317      </component>
       
 10318     </collection>
  1810     <collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
 10319     <collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
       
 10320      <component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0">
       
 10321       <unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
       
 10322      </component>
       
 10323      <component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0">
       
 10324       <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp/connectivity_legacy_plp_plpgrp.mrp"/>
       
 10325      </component>
       
 10326      <component name="plpvariant" long-name="PLP Variant" deprecated="9.0">
       
 10327       <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant/connectivity_legacy_plp_plpvariant.mrp"/>
       
 10328      </component>
  1811      <component name="mrouter" long-name="m-Router" filter="gt">
 10329      <component name="mrouter" long-name="m-Router" filter="gt">
  1812       <unit bldFile="mw\remoteconn\connectivitytransports\mrouter\group" mrp="mw\remoteconn\connectivitytransports\mrouter\group\connectivity_mRouterSecure.mrp"/>
 10330       <!-- Unit commented out by SF to match Bob's model -->
  1813      </component>
 10331       <!-- <unit bldFile="mw/remoteconn/connectivitytransports/mrouter/group" mrp="mw/remoteconn/connectivitytransports/mrouter/group/connectivity_mRouterSecure.mrp"/> -->
  1814      <component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0">
 10332      </component>
  1815       <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp\connectivity_legacy_plp_plpgrp.mrp"/>
 10333     </collection>
  1816      </component>
 10334     <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
  1817      <component name="plpvariant" long-name="PLP Variant" deprecated="9.0">
 10335      <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" plugin="Y" introduced="tb91">
  1818       <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant\connectivity_legacy_plp_plpvariant.mrp"/>
 10336       <unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
  1819      </component>
 10337      </component>
  1820      <component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0">
 10338     </collection>
  1821       <unit bldFile="mw\remoteconn\connectivitytransports\eventbroadcast\group" mrp="mw\remoteconn\connectivitytransports\eventbroadcast\group\connectivity_legacy_brdcst.mrp"/>
 10339     <collection name="usbfunctiondrivers" long-name="USB Function Drivers" level="server">
       
 10340      <component name="massstoragemgr" long-name="Mass Storage Manager" introduced="tb92">
       
 10341       <unit bldFile="mw/remoteconn/usbfunctiondrivers/massstoragemgr/group" mrp="mw/remoteconn/usbfunctiondrivers/massstoragemgr/group/connectivity_usbms.mrp"/>
       
 10342      </component>
       
 10343     </collection>
       
 10344     <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
       
 10345      <component name="backupengine" long-name="Backup Engine" introduced="9.0">
       
 10346       <unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
       
 10347      </component>
       
 10348     </collection>
       
 10349     <collection name="connectivitymodules" long-name="Connectivity Modules" level="framework">
       
 10350      <component name="SeCon" long-name="Se Con">
       
 10351       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/group"/>
       
 10352      </component>
       
 10353      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10354      <component name="connectivitymodules" long-name="connectivitymodules">
       
 10355       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10356       <unit bldFile="mw/remoteconn/connectivitymodules/group"/>
       
 10357      </component>
       
 10358      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10359      <component name="catalogspcconnectivityplugin" long-name="catalogspcconnectivityplugin">
       
 10360       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10361       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/catalogspcconnectivityplugin/group"/>
       
 10362      </component>
       
 10363      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10364      <component name="PCConn" long-name="PCConn">
       
 10365       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10366       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/clients/PCConn/bld"/>
       
 10367       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10368       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/servers/PCConn/bld"/>
       
 10369      </component>
       
 10370      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10371      <component name="cntParser" long-name="cntParser">
       
 10372       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10373       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/cntParser/bld"/>
       
 10374      </component>
       
 10375      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10376      <component name="FTP" long-name="FTP">
       
 10377       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10378       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/plugins/FTP/bld"/>
       
 10379      </component>
       
 10380      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10381      <component name="hapticsconnplugin" long-name="hapticsconnplugin">
       
 10382       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10383       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/plugins/hapticsconnplugin/group"/>
       
 10384      </component>
       
 10385      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10386      <component name="PCconn" long-name="PCconn">
       
 10387       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10388       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/plugins/PCconn/bld"/>
       
 10389      </component>
       
 10390      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10391      <component name="csc" long-name="csc">
       
 10392       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10393       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/services/csc/bld"/>
       
 10394      </component>
       
 10395      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10396      <component name="ftp" long-name="ftp">
       
 10397       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10398       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/services/ftp/bld"/>
       
 10399      </component>
       
 10400      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10401      <component name="pcd" long-name="pcd">
       
 10402       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10403       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/services/pcd/bld"/>
       
 10404      </component>
       
 10405      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10406      <component name="conmlhandler" long-name="conmlhandler">
       
 10407       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10408       <unit bldFile="mw/remoteconn/connectivitymodules/SeCon/wbxml/conmlhandler/bld"/>
       
 10409      </component>
       
 10410     </collection>
       
 10411     <collection name="mtpfws" long-name="MTP Frameworks" level="framework">
       
 10412      <component name="mtpfw" long-name="MTP Framework" introduced="tb91">
       
 10413       <unit bldFile="mw/remoteconn/mtpfws/mtpfw/group" mrp="mw/remoteconn/mtpfws/mtpfw/group/mtp_framework.mrp"/>
       
 10414      </component>
       
 10415      <component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" class="test">
       
 10416       <unit bldFile="mw/remoteconn/mtpfws/mtpintegrationtest/group" mrp="mw/remoteconn/mtpfws/mtpintegrationtest/group/mtp_test.mrp"/>
  1822      </component>
 10417      </component>
  1823     </collection>
 10418     </collection>
  1824     <collection name="mtptransports" long-name="MTP Transports" level="plugin">
 10419     <collection name="mtptransports" long-name="MTP Transports" level="plugin">
  1825      <component name="mtpusbtransport" long-name="MTP USB Transport" plugin="Y" introduced="tb91">
 10420      <component name="mtpusbtransport" long-name="MTP USB Transport" plugin="Y" introduced="tb91">
  1826       <unit bldFile="mw\remoteconn\mtptransports\mtpusbtransport\group" mrp="mw\remoteconn\mtptransports\mtpusbtransport\group\mtp_usbsic.mrp"/>
 10421       <unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
  1827      </component>
 10422      </component>
  1828     </collection>
 10423     </collection>
  1829     <collection name="mtpfws" long-name="MTP Frameworks" level="framework">
 10424     <!-- Following Collection added by SF via autopopulating script from S60 model -->
  1830      <component name="mtpfw" long-name="MTP Framework" introduced="tb91">
 10425     <collection name="remoteconn" long-name="remoteconn">
  1831       <unit bldFile="mw\remoteconn\mtpfws\mtpfw\group" mrp="mw\remoteconn\mtpfws\mtpfw\group\mtp_framework.mrp"/>
 10426      <!-- Following Component added by SF via autopopulating script from S60 model -->
  1832      </component>
 10427      <component name="remoteconn" long-name="remoteconn">
  1833      <component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" class="test">
 10428       <!-- Unit added by SF via autopopulating script from S60 model -->
  1834       <unit bldFile="mw\remoteconn\mtpfws\mtpintegrationtest\group" mrp="mw\remoteconn\mtpfws\mtpintegrationtest\group\mtp_test.mrp"/>
 10429       <unit bldFile="mw/remoteconn/group"/>
  1835      </component>
 10430      </component>
  1836     </collection>
 10431     </collection>
  1837     <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
 10432     <!-- Following Collection added by SF via autopopulating script from S60 model -->
  1838      <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" plugin="Y" introduced="tb91">
 10433     <collection name="remoteconn_plat" long-name="remoteconn_plat">
  1839       <unit bldFile="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group" mrp="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group\mtp_filedp.mrp"/>
 10434      <!-- Following Component added by SF via autopopulating script from S60 model -->
  1840      </component>
 10435      <component name="remoteconn_plat" long-name="remoteconn_plat">
  1841     </collection>
 10436       <!-- Unit added by SF via autopopulating script from S60 model -->
  1842     <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
 10437       <unit bldFile="mw/remoteconn/remoteconn_plat/group"/>
  1843      <component name="backupengine" long-name="Backup Engine" introduced="9.0">
 10438      </component>
  1844       <unit bldFile="mw\remoteconn\backupandrestore\backupengine\group" mrp="mw\remoteconn\backupandrestore\backupengine\group\connectivity_backupengine.mrp"/>
 10439     </collection>
  1845      </component>
       
  1846     </collection>
       
  1847     <collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
       
  1848      <component name="chatscripts" long-name="Chat Scripts">
       
  1849       <unit bldFile="mw\remoteconn\connectivitypcside\chatscripts\group" mrp="mw\remoteconn\connectivitypcside\chatscripts\group\testtools_chatscripts.mrp"/>
       
  1850      </component>
       
  1851      <component name="connectqi" long-name="ConnectQI" introduced="9.1" class="PC">
       
  1852       <unit mrp="mw\remoteconn\connectivitypcside\connectqi\connectqisdk_mr3.mrp"/>
       
  1853      </component>
       
  1854      <component name="connectqisdk" long-name="ConnectQI SDK" introduced="9.1" class="PC">
       
  1855       <unit mrp="mw\remoteconn\connectivitypcside\connectqisdk\connectqisdk_public.mrp"/>
       
  1856      </component>
       
  1857     </collection>
       
  1858     <collection name="connectivitytest" long-name="Connectivity Tests" level="utils">
       
  1859      <component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91">
       
  1860       <unit bldFile="app\techview\connectivityapps\connectivityfw\group" mrp="app\techview\connectivityapps\connectivityfw\group\connectivity_framework.mrp"/>
       
  1861      </component>
       
  1862      <component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91">
       
  1863       <unit bldFile="app\techview\connectivityapps\connectivityservices\group" mrp="app\techview\connectivityapps\connectivityservices\group\connectivity_services.mrp"/>
       
  1864      </component>
       
  1865     </collection>    
       
  1866    </block>
 10440    </block>
  1867    <block name="shortlinkconn" long-name="Shortlink Connectivity" level="generic" levels="framework server generic specific plugin">
 10441    <block long-name="Service Discovery and Usage" level="generic" name="srvdiscovery" levels="plugin framework server generic specific">
  1868     <collection name="obex" long-name="OBEX" level="generic">
 10442     <collection name="servicediscoveryandcontrol" long-name="Service Discovery and Control" level="framework"/>
  1869      <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1">
 10443    </block>
  1870       <unit bldFile="mw\shortlinkconn\obex\obexprotocol\group" mrp="mw\shortlinkconn\obex\obexprotocol\group\obex.mrp"/>
 10444    <block long-name="DLNA Services" level="specific" name="dlnasrv" levels="framework server plugin">
  1871      </component>
 10445     <collection name="homemedia" long-name="Home Media" level="framework">
  1872      <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2">
 10446      <component name="homemedia" long-name="Home Media">
  1873       <unit bldFile="mw\shortlinkconn\obex\obexextensionapi\group" mrp="mw\shortlinkconn\obex\obexextensionapi\group\obex_extensionapis.mrp"/>
 10447       <unit bldFile="mw/dlnasrv/homemedia/homemedia/group"/>
  1874      </component>
 10448       <!-- Unit added by SF via autopopulating script from S60 model -->
  1875     </collection>
 10449       <unit bldFile="mw/dlnasrv/homemedia/group"/>
       
 10450      </component>
       
 10451     </collection>
       
 10452     <collection name="homesync" long-name="Home Sync" level="plugin">
       
 10453      <component name="contentmanager" long-name="Content Manager">
       
 10454       <unit bldFile="mw/dlnasrv/homesync/contentmanager/group"/>
       
 10455      </component>
       
 10456      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10457      <component name="cmfillmanager" long-name="cmfillmanager">
       
 10458       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10459       <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmfillmanager/group"/>
       
 10460      </component>
       
 10461      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10462      <component name="cmmemorymanager" long-name="cmmemorymanager">
       
 10463       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10464       <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmmemorymanager/group"/>
       
 10465      </component>
       
 10466      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10467      <component name="cmscheduler" long-name="cmscheduler">
       
 10468       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10469       <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmscheduler/group"/>
       
 10470      </component>
       
 10471      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10472      <component name="cmserver" long-name="cmserver">
       
 10473       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10474       <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmserver/group"/>
       
 10475      </component>
       
 10476      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10477      <component name="cmstoremanager" long-name="cmstoremanager">
       
 10478       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10479       <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmstoremanager/group"/>
       
 10480      </component>
       
 10481      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10482      <component name="homesyncgsplugin" long-name="homesyncgsplugin">
       
 10483       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10484       <unit bldFile="mw/dlnasrv/homesync/contentmanager/homesyncgsplugin/group"/>
       
 10485      </component>
       
 10486      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10487      <component name="homesyncwizard" long-name="homesyncwizard">
       
 10488       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10489       <unit bldFile="mw/dlnasrv/homesync/contentmanager/homesyncwizard/group"/>
       
 10490      </component>
       
 10491      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10492      <component name="applicationengine" long-name="applicationengine">
       
 10493       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10494       <unit bldFile="mw/dlnasrv/homesync/contentmanager/mediaservant/applicationengine/group"/>
       
 10495      </component>
       
 10496      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10497      <component name="mediaservant" long-name="mediaservant">
       
 10498       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10499       <unit bldFile="mw/dlnasrv/homesync/contentmanager/mediaservant/group"/>
       
 10500      </component>
       
 10501      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10502      <component name="plugin" long-name="plugin">
       
 10503       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10504       <unit bldFile="mw/dlnasrv/homesync/contentmanager/mediaservant/plugin/group"/>
       
 10505      </component>
       
 10506      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10507      <component name="homesync" long-name="homesync">
       
 10508       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10509       <unit bldFile="mw/dlnasrv/homesync/group"/>
       
 10510      </component>
       
 10511     </collection>
       
 10512     <collection name="upnpavcontroller" long-name="UPnP A/V Controller" level="server">
       
 10513      <component name="upnpavcontrollerclient" long-name="UPnP A/V Ccontroller Client">
       
 10514       <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerclient/group"/>
       
 10515      </component>
       
 10516      <component name="upnpavcontrollerhelper" long-name="UPnP A/V Controller Helper">
       
 10517       <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerhelper/group"/>
       
 10518      </component>
       
 10519      <component name="upnpavcontrollerserver" long-name="UPnP A/V Controller Server">
       
 10520       <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerserver/group"/>
       
 10521      </component>
       
 10522      <component name="upnpxmlparser" long-name="UPnP XML Parser">
       
 10523       <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpxmlparser/group"/>
       
 10524      </component>
       
 10525      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10526      <component name="upnpavcontroller" long-name="upnpavcontroller">
       
 10527       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10528       <unit bldFile="mw/dlnasrv/upnpavcontroller/group"/>
       
 10529      </component>
       
 10530     </collection>
       
 10531     <collection name="upnpavcontrolpoint" long-name="UPnP A/V Control Point" level="plugin">
       
 10532      <component name="avcontrolframework" long-name="A/V Control Famework">
       
 10533       <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/avcontrolframework/group"/>
       
 10534      </component>
       
 10535      <component name="avcpengine" long-name="AVCP Engine">
       
 10536       <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/avcpengine/group"/>
       
 10537      </component>
       
 10538      <component name="avcpengineclient" long-name="Avcp Engine Client">
       
 10539       <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/avcpengineclient/group"/>
       
 10540      </component>
       
 10541      <component name="upnpaccessplugin" long-name="UPnP Access Plugin">
       
 10542       <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/upnpaccessplugin/group"/>
       
 10543      </component>
       
 10544      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10545      <component name="upnpavcontrolpoint" long-name="upnpavcontrolpoint">
       
 10546       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10547       <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/group"/>
       
 10548      </component>
       
 10549     </collection>
       
 10550     <collection name="upnpframework" long-name="UPnP Framework" level="framework">
       
 10551      <component name="upnpaiwengine" long-name="UPnP AIW Engine">
       
 10552       <unit bldFile="mw/dlnasrv/upnpframework/upnpaiwengine/group"/>
       
 10553      </component>
       
 10554      <component name="upnpaiwprovider" long-name="UPnP AIW Provider">
       
 10555       <unit bldFile="mw/dlnasrv/upnpframework/upnpaiwprovider/group"/>
       
 10556      </component>
       
 10557      <component name="upnpbrowse" long-name="UPnP Browse">
       
 10558       <unit bldFile="mw/dlnasrv/upnpframework/upnpbrowse/group"/>
       
 10559      </component>
       
 10560      <component name="upnpcommand" long-name="UPnP Command">
       
 10561       <unit bldFile="mw/dlnasrv/upnpframework/upnpcommand/group"/>
       
 10562      </component>
       
 10563      <component name="upnpcommonui" long-name="UPnP Common UI">
       
 10564       <unit bldFile="mw/dlnasrv/upnpframework/upnpcommonui/group"/>
       
 10565      </component>
       
 10566      <component name="upnpextensionpluginif" long-name="UPnP Extension Plugin IF">
       
 10567       <unit bldFile="mw/dlnasrv/upnpframework/upnpextensionpluginif/group"/>
       
 10568      </component>
       
 10569      <component name="upnpfiletransferengine" long-name="UPnP File Transfer Engine">
       
 10570       <unit bldFile="mw/dlnasrv/upnpframework/upnpfiletransferengine/group"/>
       
 10571      </component>
       
 10572      <component name="upnpmusicadapter" long-name="UPnP Musicadapter">
       
 10573       <unit bldFile="mw/dlnasrv/upnpframework/upnpmusicadapter/group"/>
       
 10574      </component>
       
 10575      <component name="upnputilities" long-name="UPnP Utilities">
       
 10576       <unit bldFile="mw/dlnasrv/upnpframework/upnputilities/group"/>
       
 10577      </component>
       
 10578      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10579      <component name="upnpframework" long-name="upnpframework">
       
 10580       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10581       <unit bldFile="mw/dlnasrv/upnpframework/group"/>
       
 10582      </component>
       
 10583      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10584      <component name="upnpbrowseaction" long-name="upnpbrowseaction">
       
 10585       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10586       <unit bldFile="mw/dlnasrv/upnpframework/upnpbrowse/upnpbrowseaction/group"/>
       
 10587      </component>
       
 10588      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10589      <component name="upnpbrowseengine" long-name="upnpbrowseengine">
       
 10590       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10591       <unit bldFile="mw/dlnasrv/upnpframework/upnpbrowse/upnpbrowseengine/group"/>
       
 10592      </component>
       
 10593      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10594      <component name="upnpbrowsemain" long-name="upnpbrowsemain">
       
 10595       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10596       <unit bldFile="mw/dlnasrv/upnpframework/upnpbrowse/upnpbrowsemain/group"/>
       
 10597      </component>
       
 10598      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10599      <component name="upnpbrowseui" long-name="upnpbrowseui">
       
 10600       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10601       <unit bldFile="mw/dlnasrv/upnpframework/upnpbrowse/upnpbrowseui/group"/>
       
 10602      </component>
       
 10603     </collection>
       
 10604     <collection name="upnpharvester" long-name="UPnP Harvester" level="server">
       
 10605      <component name="cdssync" long-name="CDS Sync">
       
 10606       <unit bldFile="mw/dlnasrv/upnpharvester/cdssync/group"/>
       
 10607      </component>
       
 10608      <component name="common">
       
 10609       <unit bldFile="mw/dlnasrv/upnpharvester/common/group"/>
       
 10610      </component>
       
 10611      <component name="mdhserver" long-name="MDH Server">
       
 10612       <unit bldFile="mw/dlnasrv/upnpharvester/mdhserver/group"/>
       
 10613      </component>
       
 10614      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10615      <component name="cmlibrary" long-name="cmlibrary">
       
 10616       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10617       <unit bldFile="mw/dlnasrv/upnpharvester/common/cmlibrary/group"/>
       
 10618      </component>
       
 10619      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10620      <component name="cmsettings" long-name="cmsettings">
       
 10621       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10622       <unit bldFile="mw/dlnasrv/upnpharvester/common/cmsettings/group"/>
       
 10623      </component>
       
 10624      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10625      <component name="cmsqlwrapper" long-name="cmsqlwrapper">
       
 10626       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10627       <unit bldFile="mw/dlnasrv/upnpharvester/common/cmsqlwrapper/group"/>
       
 10628      </component>
       
 10629      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10630      <component name="dbmanager" long-name="dbmanager">
       
 10631       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10632       <unit bldFile="mw/dlnasrv/upnpharvester/common/dbmanager/group"/>
       
 10633      </component>
       
 10634      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10635      <component name="upnpharvester" long-name="upnpharvester">
       
 10636       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10637       <unit bldFile="mw/dlnasrv/upnpharvester/group"/>
       
 10638      </component>
       
 10639     </collection>
       
 10640     <collection name="upnpmediaserver" long-name="UPnP Media Server" level="server">
       
 10641      <component name="avobjects" long-name="A/V Objects">
       
 10642       <unit bldFile="mw/dlnasrv/upnpmediaserver/avobjects/group"/>
       
 10643      </component>
       
 10644      <component name="connectionmanagerservice" long-name="Connection Manager Service">
       
 10645       <unit bldFile="mw/dlnasrv/upnpmediaserver/connectionmanagerservice/group"/>
       
 10646      </component>
       
 10647      <component name="contentdirectoryservice" long-name="Content Directory Service">
       
 10648       <unit bldFile="mw/dlnasrv/upnpmediaserver/contentdirectoryservice/group"/>
       
 10649      </component>
       
 10650      <component name="mediaserverclient" long-name="Media Server Client">
       
 10651       <unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverclient/group"/>
       
 10652      </component>
       
 10653      <component name="mediaserverengine" long-name="Media Server Engine">
       
 10654       <unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverengine/group"/>
       
 10655      </component>
       
 10656      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10657      <component name="upnpmediaserver" long-name="upnpmediaserver">
       
 10658       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10659       <unit bldFile="mw/dlnasrv/upnpmediaserver/group"/>
       
 10660      </component>
       
 10661     </collection>
       
 10662     <collection name="upnpmpxplugins" long-name="UPnP MPX Plugins" level="plugin">
       
 10663      <component name="upnpplaybackplugins" long-name="UPnP Playback Plugins">
       
 10664       <unit bldFile="mw/dlnasrv/upnpmpxplugins/upnpplaybackplugins/group"/>
       
 10665      </component>
       
 10666      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10667      <component name="upnpmpxplugins" long-name="upnpmpxplugins">
       
 10668       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10669       <unit bldFile="mw/dlnasrv/upnpmpxplugins/group"/>
       
 10670      </component>
       
 10671     </collection>
       
 10672     <collection name="upnpsettings" long-name="UPnP Settings" level="framework">
       
 10673      <component name="appwizard" long-name="App Wizard">
       
 10674       <unit bldFile="mw/dlnasrv/upnpsettings/appwizard/group"/>
       
 10675      </component>
       
 10676      <component name="multiselectionui" long-name="Multi-Selection UI">
       
 10677       <unit bldFile="mw/dlnasrv/upnpsettings/multiselectionui/group"/>
       
 10678      </component>
       
 10679      <component name="upnpgsplugin" long-name="UPnP GS Plugin">
       
 10680       <unit bldFile="mw/dlnasrv/upnpsettings/upnpgsplugin/group"/>
       
 10681      </component>
       
 10682      <component name="upnpsettingsengine" long-name="UPnP Settings Engine">
       
 10683       <unit bldFile="mw/dlnasrv/upnpsettings/upnpsettingsengine/group"/>
       
 10684      </component>
       
 10685      <component name="upnpsharingui" long-name="UPnP Sharing UI">
       
 10686       <unit bldFile="mw/dlnasrv/upnpsettings/upnpsharingui/group"/>
       
 10687      </component>
       
 10688      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10689      <component name="upnpsettings" long-name="upnpsettings">
       
 10690       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10691       <unit bldFile="mw/dlnasrv/upnpsettings/group"/>
       
 10692      </component>
       
 10693     </collection>
       
 10694     <collection name="upnpsharing" long-name="UPnP Sharing" level="server">
       
 10695      <component name="applicationengine" long-name="Application Engine">
       
 10696       <unit bldFile="mw/dlnasrv/upnpsharing/applicationengine/group"/>
       
 10697      </component>
       
 10698      <component name="upnpcontentserver" long-name="UPnP Content Server">
       
 10699       <unit bldFile="mw/dlnasrv/upnpsharing/upnpcontentserver/group"/>
       
 10700      </component>
       
 10701      <component name="upnpdlnaprofiler" long-name="UPnP DLNA Profiler">
       
 10702       <unit bldFile="mw/dlnasrv/upnpsharing/upnpdlnaprofiler/group"/>
       
 10703      </component>
       
 10704      <component name="upnpsecurity" long-name="UPnP Security">
       
 10705       <unit bldFile="mw/dlnasrv/upnpsharing/upnpsecurity/group"/>
       
 10706      </component>
       
 10707      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10708      <component name="upnpsharing" long-name="upnpsharing">
       
 10709       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10710       <unit bldFile="mw/dlnasrv/upnpsharing/group"/>
       
 10711      </component>
       
 10712     </collection>
       
 10713     <collection name="upnpstack" long-name="UPnP Stack" level="framework">
       
 10714      <component name="controlpointbase" long-name="Control Point Base">
       
 10715       <unit bldFile="mw/dlnasrv/upnpstack/controlpointbase/group"/>
       
 10716      </component>
       
 10717      <component name="dlnawebserver" long-name="DLNA Web Server">
       
 10718       <unit bldFile="mw/dlnasrv/upnpstack/dlnawebserver/group"/>
       
 10719      </component>
       
 10720      <component name="messagehandler" long-name="Message Handler">
       
 10721       <unit bldFile="mw/dlnasrv/upnpstack/messagehandler/group"/>
       
 10722      </component>
       
 10723      <component name="serviceframework" long-name="Service Framework">
       
 10724       <unit bldFile="mw/dlnasrv/upnpstack/serviceframework/group"/>
       
 10725      </component>
       
 10726      <component name="ssdpserver" long-name="SSDP Server">
       
 10727       <unit bldFile="mw/dlnasrv/upnpstack/ssdpserver/group"/>
       
 10728      </component>
       
 10729      <component name="upnpconnectionmanagersession" long-name="UPnP Connection Manager Session">
       
 10730       <unit bldFile="mw/dlnasrv/upnpstack/upnpconnectionmanagersession/group"/>
       
 10731      </component>
       
 10732      <component name="upnpconnmanager" long-name="UPnP Connection Manager">
       
 10733       <unit bldFile="mw/dlnasrv/upnpstack/upnpconnmanager/group"/>
       
 10734      </component>
       
 10735      <component name="upnphttptransfer" long-name="UPnP HTTP Transfer">
       
 10736       <unit bldFile="mw/dlnasrv/upnpstack/upnphttptransfer/group"/>
       
 10737      </component>
       
 10738      <component name="upnputils" long-name="UPnP Utils">
       
 10739       <unit bldFile="mw/dlnasrv/upnpstack/upnputils/group"/>
       
 10740      </component>
       
 10741      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10742      <component name="wrapper" long-name="wrapper">
       
 10743       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10744       <unit bldFile="mw/dlnasrv/upnpstack/controlpointbase/wrapper/group"/>
       
 10745       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10746       <unit bldFile="mw/dlnasrv/upnpstack/serviceframework/wrapper/group"/>
       
 10747       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10748       <unit bldFile="mw/dlnasrv/upnpstack/upnputils/wrapper/group"/>
       
 10749      </component>
       
 10750      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10751      <component name="upnpstack" long-name="upnpstack">
       
 10752       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10753       <unit bldFile="mw/dlnasrv/upnpstack/group"/>
       
 10754      </component>
       
 10755     </collection>
       
 10756     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 10757     <collection name="dlnasrv" long-name="dlnasrv">
       
 10758      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10759      <component name="dlnasrv" long-name="dlnasrv">
       
 10760       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10761       <unit bldFile="mw/dlnasrv/group"/>
       
 10762      </component>
       
 10763     </collection>
       
 10764     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 10765     <collection name="dlnasrv_plat" long-name="dlnasrv_plat">
       
 10766      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10767      <component name="dlnasrv_plat" long-name="dlnasrv_plat">
       
 10768       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10769       <unit bldFile="mw/dlnasrv/dlnasrv_plat/group"/>
       
 10770      </component>
       
 10771      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10772      <component name="upnp_avcp_api" long-name="upnp_avcp_api">
       
 10773       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10774       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_avcp_api/group"/>
       
 10775      </component>
       
 10776      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10777      <component name="upnp_av_objects_api" long-name="upnp_av_objects_api">
       
 10778       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10779       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_av_objects_api/group"/>
       
 10780      </component>
       
 10781      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10782      <component name="upnp_command_api" long-name="upnp_command_api">
       
 10783       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10784       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_command_api/group"/>
       
 10785      </component>
       
 10786      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10787      <component name="upnp_common_api" long-name="upnp_common_api">
       
 10788       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10789       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_common_api/group"/>
       
 10790      </component>
       
 10791      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10792      <component name="upnp_control_point_api" long-name="upnp_control_point_api">
       
 10793       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10794       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_control_point_api/group"/>
       
 10795      </component>
       
 10796      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10797      <component name="upnp_device_api" long-name="upnp_device_api">
       
 10798       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10799       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_device_api/group"/>
       
 10800      </component>
       
 10801      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10802      <component name="upnp_media_server_api" long-name="upnp_media_server_api">
       
 10803       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10804       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_media_server_api/group"/>
       
 10805      </component>
       
 10806      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10807      <component name="upnp_media_server_metadata_api" long-name="upnp_media_server_metadata_api">
       
 10808       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10809       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_media_server_metadata_api/group"/>
       
 10810      </component>
       
 10811      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10812      <component name="upnp_media_server_settings_api" long-name="upnp_media_server_settings_api">
       
 10813       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10814       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_media_server_settings_api/group"/>
       
 10815      </component>
       
 10816      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10817      <component name="upnp_plugin_api" long-name="upnp_plugin_api">
       
 10818       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10819       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_plugin_api/group"/>
       
 10820      </component>
       
 10821      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10822      <component name="upnp_security_plugin_api" long-name="upnp_security_plugin_api">
       
 10823       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10824       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_security_plugin_api/group"/>
       
 10825      </component>
       
 10826      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10827      <component name="upnp_utils_api" long-name="upnp_utils_api">
       
 10828       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10829       <unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_utils_api/group"/>
       
 10830      </component>
       
 10831     </collection>
       
 10832    </block>
       
 10833    <block long-name="Shortlink Connectivity" level="generic" name="shortlinkconn" levels="framework server generic specific plugin">
  1876     <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
 10834     <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
  1877      <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1">
 10835      <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1">
  1878       <unit bldFile="mw\shortlinkconn\bluetoothappprofiles\avrcp" mrp="mw\shortlinkconn\bluetoothappprofiles\avrcp\bluetooth_avrcp.mrp"/>
 10836       <unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
       
 10837      </component>
       
 10838     </collection>
       
 10839     <collection name="obex" long-name="OBEX" level="generic">
       
 10840      <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2">
       
 10841       <unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
       
 10842      </component>
       
 10843      <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1">
       
 10844       <unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
       
 10845      </component>
       
 10846     </collection>
       
 10847     <collection name="bluetoothengine" long-name="Bluetooth Engine" level="framework">
       
 10848      <component name="btaudioman" long-name="Bluetooth Audio Man">
       
 10849       <unit bldFile="mw/shortlinkconn/bluetoothengine/btaudioman/group"/>
       
 10850      </component>
       
 10851      <component name="btaudiostreamer" long-name="Bluetooth Audio Streamer">
       
 10852       <unit bldFile="mw/shortlinkconn/bluetoothengine/btaudiostreamer/group"/>
       
 10853      </component>
       
 10854      <component name="bteng" long-name="Bluetooth Engine">
       
 10855       <unit bldFile="mw/shortlinkconn/bluetoothengine/bteng/group"/>
       
 10856      </component>
       
 10857      <component name="bthid" long-name="BTHID">
       
 10858       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/group"/>
       
 10859      </component>
       
 10860      <component name="btmac" long-name="Bluetooth Mac">
       
 10861       <unit bldFile="mw/shortlinkconn/bluetoothengine/btmac/group"/>
       
 10862      </component>
       
 10863      <component name="btnotif" long-name="Bluetooth Notifier">
       
 10864       <unit bldFile="mw/shortlinkconn/bluetoothengine/btnotif/group"/>
       
 10865      </component>
       
 10866      <component name="btpbap" long-name="Bluetooth PBAP">
       
 10867       <unit bldFile="mw/shortlinkconn/bluetoothengine/btpbap/group"/>
       
 10868      </component>
       
 10869      <component name="btsac" long-name="Bluetooth SAC">
       
 10870       <unit bldFile="mw/shortlinkconn/bluetoothengine/btsac/group"/>
       
 10871      </component>
       
 10872      <component name="btsap" long-name="Bluetooth SAP">
       
 10873       <unit bldFile="mw/shortlinkconn/bluetoothengine/btsap/group"/>
       
 10874      </component>
       
 10875      <component name="btui" long-name="Bluetooth UI">
       
 10876       <unit bldFile="mw/shortlinkconn/bluetoothengine/btui/group"/>
       
 10877      </component>
       
 10878      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10879      <component name="bthidclient" long-name="bthidclient">
       
 10880       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10881       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/bthidclient/group"/>
       
 10882      </component>
       
 10883      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10884      <component name="bthidengplugin" long-name="bthidengplugin">
       
 10885       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10886       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/bthidengplugin/group"/>
       
 10887      </component>
       
 10888      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10889      <component name="bthidkbdsettings" long-name="bthidkbdsettings">
       
 10890       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10891       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/bthidkbdsettings/group"/>
       
 10892      </component>
       
 10893      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10894      <component name="bthidserver" long-name="bthidserver">
       
 10895       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10896       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/bthidserver/group"/>
       
 10897      </component>
       
 10898      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10899      <component name="keyboard" long-name="keyboard">
       
 10900       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10901       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/keyboard/group"/>
       
 10902      </component>
       
 10903      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10904      <component name="layouts" long-name="layouts">
       
 10905       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10906       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/layouts/group"/>
       
 10907       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10908       <unit bldFile="mw/uiresources/layouts/group"/>
       
 10909      </component>
       
 10910      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10911      <component name="manager" long-name="manager">
       
 10912       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10913       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/manager/group"/>
       
 10914      </component>
       
 10915      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10916      <component name="mouse" long-name="mouse">
       
 10917       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10918       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/mouse/group"/>
       
 10919      </component>
       
 10920      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10921      <component name="hidmousedriver" long-name="hidmousedriver">
       
 10922       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10923       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/mouse/hidmousedriver/group"/>
       
 10924      </component>
       
 10925      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10926      <component name="PaintCursor" long-name="PaintCursor">
       
 10927       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10928       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/mouse/PaintCursor/group"/>
       
 10929      </component>
       
 10930      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10931      <component name="Sesame_client" long-name="Sesame_client">
       
 10932       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10933       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/mouse/Sesame_client/group"/>
       
 10934      </component>
       
 10935      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10936      <component name="Sesame_server" long-name="Sesame_server">
       
 10937       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10938       <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/mouse/Sesame_server/group"/>
       
 10939      </component>
       
 10940      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10941      <component name="devmodel" long-name="devmodel">
       
 10942       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10943       <unit bldFile="mw/shortlinkconn/bluetoothengine/btui/devmodel/group"/>
       
 10944      </component>
       
 10945      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10946      <component name="Ecom" long-name="Ecom">
       
 10947       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10948       <unit bldFile="mw/shortlinkconn/bluetoothengine/btui/Ecom/group"/>
       
 10949      </component>
       
 10950      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10951      <component name="bluetoothengine" long-name="bluetoothengine">
       
 10952       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10953       <unit bldFile="mw/shortlinkconn/bluetoothengine/group"/>
       
 10954      </component>
       
 10955     </collection>
       
 10956     <collection name="localconnectivityservice" long-name="Local Connectivity Service" level="server">
       
 10957      <component name="atext" long-name="Atext">
       
 10958       <unit bldFile="mw/shortlinkconn/localconnectivityservice/atext/group"/>
       
 10959      </component>
       
 10960      <component name="dun" long-name="Dun">
       
 10961       <unit bldFile="mw/shortlinkconn/localconnectivityservice/dun/group"/>
       
 10962      </component>
       
 10963      <component name="generichid" long-name="Generic HID">
       
 10964       <unit bldFile="mw/shortlinkconn/localconnectivityservice/generichid/group"/>
       
 10965      </component>
       
 10966      <component name="irapp" long-name="Irapp">
       
 10967       <unit bldFile="mw/shortlinkconn/localconnectivityservice/irapp/group"/>
       
 10968      </component>
       
 10969      <component name="lcstylustap" long-name="LC Stylus Tap">
       
 10970       <unit bldFile="mw/shortlinkconn/localconnectivityservice/lcstylustap/group"/>
       
 10971      </component>
       
 10972      <component name="locod" long-name="Locod">
       
 10973       <unit bldFile="mw/shortlinkconn/localconnectivityservice/locod/group"/>
       
 10974      </component>
       
 10975      <component name="obexreceiveservices" long-name="OBEX Receive Services">
       
 10976       <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexreceiveservices/group"/>
       
 10977      </component>
       
 10978      <component name="obexsendservices" long-name="Obex Send Services">
       
 10979       <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexsendservices/group"/>
       
 10980      </component>
       
 10981      <component name="obexserviceman" long-name="Obex Service Man">
       
 10982       <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexserviceman/group"/>
       
 10983      </component>
       
 10984      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10985      <component name="plugins" long-name="plugins">
       
 10986       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10987       <unit bldFile="mw/shortlinkconn/localconnectivityservice/dun/plugins/group"/>
       
 10988       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10989       <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexserviceman/plugins/group"/>
       
 10990      </component>
       
 10991      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10992      <component name="utils" long-name="utils">
       
 10993       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10994       <unit bldFile="mw/shortlinkconn/localconnectivityservice/dun/utils/group"/>
       
 10995       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 10996       <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexserviceman/utils/group"/>
       
 10997      </component>
       
 10998      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 10999      <component name="localconnectivityservice" long-name="localconnectivityservice">
       
 11000       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11001       <unit bldFile="mw/shortlinkconn/localconnectivityservice/group"/>
       
 11002      </component>
       
 11003      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11004      <component name="irappgsplugin" long-name="irappgsplugin">
       
 11005       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11006       <unit bldFile="mw/shortlinkconn/localconnectivityservice/irapp/irappgsplugin/group"/>
       
 11007      </component>
       
 11008      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11009      <component name="bip" long-name="bip">
       
 11010       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11011       <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexreceiveservices/bip/group"/>
       
 11012      </component>
       
 11013      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11014      <component name="mtmuibluetooth" long-name="mtmuibluetooth">
       
 11015       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11016       <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexreceiveservices/mtmuibluetooth/group"/>
       
 11017      </component>
       
 11018      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11019      <component name="mtmuiinfrared" long-name="mtmuiinfrared">
       
 11020       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11021       <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexreceiveservices/mtmuiinfrared/group"/>
       
 11022      </component>
       
 11023      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11024      <component name="opp" long-name="opp">
       
 11025       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11026       <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexreceiveservices/opp/group"/>
       
 11027      </component>
       
 11028     </collection>
       
 11029     <collection name="usbclasses" long-name="USB classes" level="framework">
       
 11030      <component name="pictbridgeengine" long-name="Pictbridge Engine">
       
 11031       <unit bldFile="mw/shortlinkconn/usbclasses/pictbridgeengine/group"/>
       
 11032      </component>
       
 11033      <component name="ptpserver" long-name="Ptp Server">
       
 11034       <unit bldFile="mw/shortlinkconn/usbclasses/ptpserver/group"/>
       
 11035      </component>
       
 11036      <component name="ptpstack" long-name="Ptp Stack">
       
 11037       <unit bldFile="mw/shortlinkconn/usbclasses/ptpstack/group"/>
       
 11038      </component>
       
 11039      <component name="sicdusbplugin" long-name="Sicd USB Plugin">
       
 11040       <unit bldFile="mw/shortlinkconn/usbclasses/sicdusbplugin/group"/>
       
 11041      </component>
       
 11042      <component name="usbbasicpersonality" long-name="USB Basic Personality">
       
 11043       <unit bldFile="mw/shortlinkconn/usbclasses/usbbasicpersonality/group"/>
       
 11044      </component>
       
 11045      <component name="usbmscpersonality" long-name="USB Msc Personality">
       
 11046       <unit bldFile="mw/shortlinkconn/usbclasses/usbmscpersonality/group"/>
       
 11047      </component>
       
 11048      <component name="usbobexclasscontroller" long-name="USB Obex Class Controller">
       
 11049       <unit bldFile="mw/shortlinkconn/usbclasses/usbobexclasscontroller/group"/>
       
 11050      </component>
       
 11051      <component name="usbosdescriptorhandler" long-name="USB Os Descriptor Handler">
       
 11052       <unit bldFile="mw/shortlinkconn/usbclasses/usbosdescriptorhandler/group"/>
       
 11053      </component>
       
 11054      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11055      <component name="usbclasses" long-name="usbclasses">
       
 11056       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11057       <unit bldFile="mw/shortlinkconn/usbclasses/group"/>
       
 11058      </component>
       
 11059      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11060      <component name="ptpclasscontroller" long-name="ptpclasscontroller">
       
 11061       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11062       <unit bldFile="mw/shortlinkconn/usbclasses/ptpserver/ptpclasscontroller/group"/>
       
 11063      </component>
       
 11064     </collection>
       
 11065     <collection name="usbengines" long-name="USB Engines" level="generic">
       
 11066      <component name="usbdevcon" long-name="USB Devcon">
       
 11067       <unit bldFile="mw/shortlinkconn/usbengines/usbdevcon/group"/>
       
 11068      </component>
       
 11069      <component name="usblocodplugin" long-name="USB Locod Plugin">
       
 11070       <unit bldFile="mw/shortlinkconn/usbengines/usblocodplugin/group"/>
       
 11071      </component>
       
 11072      <component name="usbremotepersonality" long-name="USB Remote Personality">
       
 11073       <unit bldFile="mw/shortlinkconn/usbengines/usbremotepersonality/group"/>
       
 11074      </component>
       
 11075      <component name="usbwatcher" long-name="USB Watcher">
       
 11076       <unit bldFile="mw/shortlinkconn/usbengines/usbwatcher/group"/>
       
 11077      </component>
       
 11078      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11079      <component name="usbengines" long-name="usbengines">
       
 11080       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11081       <unit bldFile="mw/shortlinkconn/usbengines/group"/>
       
 11082      </component>
       
 11083     </collection>
       
 11084     <collection name="usbuis" long-name="USB UIs" level="specific">
       
 11085      <component name="imageprintui" long-name="Image Print UI">
       
 11086       <unit bldFile="mw/shortlinkconn/usbuis/imageprintui/group"/>
       
 11087      </component>
       
 11088      <component name="imageprintuiprovider" long-name="Image Print UI Provider">
       
 11089       <unit bldFile="mw/shortlinkconn/usbuis/imageprintuiprovider/group"/>
       
 11090      </component>
       
 11091      <component name="usbui" long-name="USB UI">
       
 11092       <unit bldFile="mw/shortlinkconn/usbuis/usbui/group"/>
       
 11093      </component>
       
 11094      <component name="usbuinotif" long-name="USB UI Notif">
       
 11095       <unit bldFile="mw/shortlinkconn/usbuis/usbuinotif/group"/>
       
 11096      </component>
       
 11097      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11098      <component name="usbuis" long-name="usbuis">
       
 11099       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11100       <unit bldFile="mw/shortlinkconn/usbuis/group"/>
       
 11101      </component>
       
 11102      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11103      <component name="USBClassChangeUIPlugin" long-name="USBClassChangeUIPlugin">
       
 11104       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11105       <unit bldFile="mw/shortlinkconn/usbuis/usbui/USBClassChangeUIPlugin/group"/>
       
 11106      </component>
       
 11107     </collection>
       
 11108     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11109     <collection name="shortlinkconn" long-name="shortlinkconn">
       
 11110      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11111      <component name="shortlinkconn" long-name="shortlinkconn">
       
 11112       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11113       <unit bldFile="mw/shortlinkconn/group"/>
       
 11114      </component>
       
 11115     </collection>
       
 11116     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11117     <collection name="shortlinkconn_plat" long-name="shortlinkconn_plat">
       
 11118      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11119      <component name="at_command_handler_plugin_api" long-name="at_command_handler_plugin_api">
       
 11120       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11121       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/at_command_handler_plugin_api/group"/>
       
 11122      </component>
       
 11123      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11124      <component name="bluetooth_dosserver_audio_api" long-name="bluetooth_dosserver_audio_api">
       
 11125       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11126       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_dosserver_audio_api/group"/>
       
 11127      </component>
       
 11128      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11129      <component name="bluetooth_dut_mode_api" long-name="bluetooth_dut_mode_api">
       
 11130       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11131       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_dut_mode_api/group"/>
       
 11132      </component>
       
 11133      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11134      <component name="bluetooth_engine_api" long-name="bluetooth_engine_api">
       
 11135       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11136       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_engine_api/group"/>
       
 11137      </component>
       
 11138      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11139      <component name="bluetooth_engine_connection_management_api" long-name="bluetooth_engine_connection_management_api">
       
 11140       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11141       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_engine_connection_management_api/group"/>
       
 11142      </component>
       
 11143      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11144      <component name="bluetooth_engine_device_management_api" long-name="bluetooth_engine_device_management_api">
       
 11145       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11146       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_engine_device_management_api/group"/>
       
 11147      </component>
       
 11148      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11149      <component name="bluetooth_engine_discovery_api" long-name="bluetooth_engine_discovery_api">
       
 11150       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11151       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_engine_discovery_api/group"/>
       
 11152      </component>
       
 11153      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11154      <component name="bluetooth_engine_plugin_api" long-name="bluetooth_engine_plugin_api">
       
 11155       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11156       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_engine_plugin_api/group"/>
       
 11157      </component>
       
 11158      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11159      <component name="bluetooth_engine_settings_api" long-name="bluetooth_engine_settings_api">
       
 11160       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11161       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_engine_settings_api/group"/>
       
 11162      </component>
       
 11163      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11164      <component name="bluetooth_local_variation_api" long-name="bluetooth_local_variation_api">
       
 11165       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11166       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_local_variation_api/group"/>
       
 11167      </component>
       
 11168      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11169      <component name="bluetooth_notifier_internal_api" long-name="bluetooth_notifier_internal_api">
       
 11170       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11171       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_notifier_internal_api/group"/>
       
 11172      </component>
       
 11173      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11174      <component name="bluetooth_sap_connection_state_api" long-name="bluetooth_sap_connection_state_api">
       
 11175       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11176       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_sap_connection_state_api/group"/>
       
 11177      </component>
       
 11178      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11179      <component name="bluetooth_secondary_display_notification_api" long-name="bluetooth_secondary_display_notification_api">
       
 11180       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11181       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_secondary_display_notification_api/group"/>
       
 11182      </component>
       
 11183      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11184      <component name="dialup_connection_status_api" long-name="dialup_connection_status_api">
       
 11185       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11186       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/dialup_connection_status_api/group"/>
       
 11187      </component>
       
 11188      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11189      <component name="dun_secondary_display_notification_api" long-name="dun_secondary_display_notification_api">
       
 11190       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11191       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/dun_secondary_display_notification_api/group"/>
       
 11192      </component>
       
 11193      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11194      <component name="shortlinkconn_plat" long-name="shortlinkconn_plat">
       
 11195       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11196       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/group"/>
       
 11197      </component>
       
 11198      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11199      <component name="obex_secondary_display_notification_api" long-name="obex_secondary_display_notification_api">
       
 11200       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11201       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/obex_secondary_display_notification_api/group"/>
       
 11202      </component>
       
 11203      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11204      <component name="obex_service_plugin_api" long-name="obex_service_plugin_api">
       
 11205       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11206       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/obex_service_plugin_api/group"/>
       
 11207      </component>
       
 11208      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11209      <component name="obex_service_utils_api" long-name="obex_service_utils_api">
       
 11210       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11211       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/obex_service_utils_api/group"/>
       
 11212      </component>
       
 11213      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11214      <component name="pictbridge_api" long-name="pictbridge_api">
       
 11215       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11216       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/pictbridge_api/group"/>
       
 11217      </component>
       
 11218      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11219      <component name="ptp_responder_api" long-name="ptp_responder_api">
       
 11220       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11221       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/ptp_responder_api/group"/>
       
 11222      </component>
       
 11223      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11224      <component name="ptp_server_api" long-name="ptp_server_api">
       
 11225       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11226       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/ptp_server_api/group"/>
       
 11227      </component>
       
 11228      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11229      <component name="ptp_transport_api" long-name="ptp_transport_api">
       
 11230       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11231       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/ptp_transport_api/group"/>
       
 11232      </component>
       
 11233      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11234      <component name="usb_device_control_plugin_api" long-name="usb_device_control_plugin_api">
       
 11235       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11236       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/usb_device_control_plugin_api/group"/>
       
 11237      </component>
       
 11238      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11239      <component name="usb_notifier_api" long-name="usb_notifier_api">
       
 11240       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11241       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/usb_notifier_api/group"/>
       
 11242      </component>
       
 11243      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11244      <component name="usb_personality_api_header" long-name="usb_personality_api_header">
       
 11245       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11246       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/usb_personality_api_header/group"/>
       
 11247      </component>
       
 11248      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11249      <component name="usb_personality_plugin_api" long-name="usb_personality_plugin_api">
       
 11250       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11251       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/usb_personality_plugin_api/group"/>
       
 11252      </component>
       
 11253      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11254      <component name="usb_secondary_display_api" long-name="usb_secondary_display_api">
       
 11255       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11256       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/usb_secondary_display_api/group"/>
       
 11257      </component>
       
 11258      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11259      <component name="usb_watcher_api" long-name="usb_watcher_api">
       
 11260       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11261       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/usb_watcher_api/group"/>
       
 11262      </component>
       
 11263      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11264      <component name="usb_watcher_info_api_header" long-name="usb_watcher_info_api_header">
       
 11265       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11266       <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/usb_watcher_info_api_header/group"/>
       
 11267      </component>
       
 11268     </collection>
       
 11269     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11270     <collection name="shortlinkconn_pub" long-name="shortlinkconn_pub">
       
 11271      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11272      <component name="bluetooth_notifier_api" long-name="bluetooth_notifier_api">
       
 11273       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11274       <unit bldFile="mw/shortlinkconn/shortlinkconn_pub/bluetooth_notifier_api/group"/>
       
 11275      </component>
       
 11276      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11277      <component name="bluetooth_power_state_api" long-name="bluetooth_power_state_api">
       
 11278       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11279       <unit bldFile="mw/shortlinkconn/shortlinkconn_pub/bluetooth_power_state_api/group"/>
       
 11280      </component>
       
 11281      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11282      <component name="shortlinkconn_pub" long-name="shortlinkconn_pub">
       
 11283       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11284       <unit bldFile="mw/shortlinkconn/shortlinkconn_pub/group"/>
  1879      </component>
 11285      </component>
  1880     </collection>
 11286     </collection>
  1881    </block>
 11287    </block>
  1882    <block name="mmmw" long-name="Multimedia Middleware" level="generic" levels="plugin framework server generic specific">
 11288    <block long-name="Image Handling" level="specific" name="imghandling" levels="plugin framework server generic specific">
       
 11289     <collection name="3gplibrary" long-name="3GP Library" level="server">
       
 11290      <component name="3gpmp4lib" long-name="3GP MP4 Library">
       
 11291       <unit bldFile="mw/imghandling/3gplibrary/3gpmp4lib/group"/>
       
 11292      </component>
       
 11293      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11294      <component name="3gplibrary" long-name="3gplibrary">
       
 11295       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11296       <unit bldFile="mw/imghandling/3gplibrary/group"/>
       
 11297      </component>
       
 11298     </collection>
       
 11299     <collection name="imagehandlinglib" long-name="Image Handling Library" level="generic">
       
 11300      <component name="IHL.dll=binary" long-name="IHL">
       
 11301       <unit bldFile="mw/imghandling/imagehandlinglib/group"/>
       
 11302      </component>
       
 11303     </collection>
       
 11304     <collection name="imagehandlingutilities" long-name="Image Handling Utilities" level="specific">
       
 11305      <component name="imageinfopopup" long-name="Image Info Popup">
       
 11306       <unit bldFile="mw/imghandling/imagehandlingutilities/imageinfopopup/group"/>
       
 11307      </component>
       
 11308      <component name="imagepreview" long-name="Image Preview">
       
 11309       <unit bldFile="mw/imghandling/imagehandlingutilities/imagepreview/group"/>
       
 11310      </component>
       
 11311      <component name="thumbnailmanager" long-name="Thumbnail Manager">
       
 11312       <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/group"/>
       
 11313      </component>
       
 11314      <component name="tvoutengine" long-name="TV Out Engine">
       
 11315       <unit bldFile="mw/imghandling/imagehandlingutilities/tvoutengine/group"/>
       
 11316      </component>
       
 11317      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11318      <component name="imagehandlingutilities" long-name="imagehandlingutilities">
       
 11319       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11320       <unit bldFile="mw/imghandling/imagehandlingutilities/group"/>
       
 11321      </component>
       
 11322      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11323      <component name="image" long-name="image">
       
 11324       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11325       <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/plugins/image/group"/>
       
 11326      </component>
       
 11327      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11328      <component name="thumbagdaemon" long-name="thumbagdaemon">
       
 11329       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11330       <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/thumbagdaemon/group"/>
       
 11331      </component>
       
 11332      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11333      <component name="thumbnailclient" long-name="thumbnailclient">
       
 11334       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11335       <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/thumbnailclient/group"/>
       
 11336      </component>
       
 11337      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11338      <component name="thumbnailserver" long-name="thumbnailserver">
       
 11339       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11340       <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/thumbnailserver/group"/>
       
 11341      </component>
       
 11342      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11343      <component name="tmiadrestart" long-name="tmiadrestart">
       
 11344       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11345       <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/tmiadrestart/group"/>
       
 11346      </component>
       
 11347     </collection>
       
 11348     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11349     <collection name="imghandling" long-name="imghandling">
       
 11350      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11351      <component name="imghandling" long-name="imghandling">
       
 11352       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11353       <unit bldFile="mw/imghandling/group"/>
       
 11354      </component>
       
 11355     </collection>
       
 11356     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11357     <collection name="imagehandling_plat" long-name="imagehandling_plat">
       
 11358      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11359      <component name="3gp_library_api" long-name="3gp_library_api">
       
 11360       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11361       <unit bldFile="mw/imghandling/imagehandling_plat/3gp_library_api/group"/>
       
 11362      </component>
       
 11363      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11364      <component name="imagehandling_plat" long-name="imagehandling_plat">
       
 11365       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11366       <unit bldFile="mw/imghandling/imagehandling_plat/group"/>
       
 11367      </component>
       
 11368      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11369      <component name="image_handling_library_api" long-name="image_handling_library_api">
       
 11370       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11371       <unit bldFile="mw/imghandling/imagehandling_plat/image_handling_library_api/group"/>
       
 11372      </component>
       
 11373      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11374      <component name="image_info_popup_api" long-name="image_info_popup_api">
       
 11375       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11376       <unit bldFile="mw/imghandling/imagehandling_plat/image_info_popup_api/group"/>
       
 11377      </component>
       
 11378      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11379      <component name="image_preview_api" long-name="image_preview_api">
       
 11380       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11381       <unit bldFile="mw/imghandling/imagehandling_plat/image_preview_api/group"/>
       
 11382      </component>
       
 11383      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11384      <component name="thumbnailmanager_api" long-name="thumbnailmanager_api">
       
 11385       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11386       <unit bldFile="mw/imghandling/imagehandling_plat/thumbnailmanager_api/group"/>
       
 11387      </component>
       
 11388      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11389      <component name="tvoutengine_api" long-name="tvoutengine_api">
       
 11390       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11391       <unit bldFile="mw/imghandling/imagehandling_plat/tvoutengine_api/group"/>
       
 11392      </component>
       
 11393     </collection>
       
 11394    </block>
       
 11395    <block long-name="Legacy Metadata Services" level="specific" name="metadatasrv" levels="plugin framework server generic specific">
       
 11396     <collection name="contentlistingframework" long-name="Content Listing Framework" level="framework">
       
 11397      <component name="CLFCollectionManagerImpl.dll=binary">
       
 11398       <unit bldFile="mw/metadatasrv/contentlistingframework/group"/>
       
 11399      </component>
       
 11400      <component name="CLFDefaultSource.dll=binary">
       
 11401 <!--       <unit bldFile="mw/metadatasrv/contentlistingframework/group"/> -->
       
 11402      </component>
       
 11403      <component name="CLFMetaDataManager.dll=binary">
       
 11404 <!--       <unit bldFile="mw/metadatasrv/contentlistingframework/group"/> -->
       
 11405      </component>
       
 11406      <component name="CLFMimeTypeManager.dll=binary">
       
 11407 <!--       <unit bldFile="mw/metadatasrv/contentlistingframework/group"/> -->
       
 11408      </component>
       
 11409      <component name="CLFUtils.dll=binary" long-name="CLF Utils">
       
 11410 <!--       <unit bldFile="mw/metadatasrv/contentlistingframework/group"/> -->
       
 11411      </component>
       
 11412      <component name="ContentListingFramework.dll=binary" long-name="Content Listing Framework DLL">
       
 11413 <!--       <unit bldFile="mw/metadatasrv/contentlistingframework/group"/> -->
       
 11414      </component>
       
 11415      <component name="ContentListingServer.exe=binary">
       
 11416 <!--       <unit bldFile="mw/metadatasrv/contentlistingframework/group"/> -->
       
 11417      </component>
       
 11418      <component name="MediaCollectionManager.dll=binary" long-name="Media Collection Manager DLL">
       
 11419 <!--       <unit bldFile="mw/metadatasrv/contentlistingframework/group"/> -->
       
 11420      </component>
       
 11421     </collection>
       
 11422     <collection name="mediamanagementuis" long-name="Media Management UIs" level="server">
       
 11423      <component name="mediastylegrid" long-name="Media Style Grid">
       
 11424       <unit bldFile="mw/metadatasrv/mediamanagementuis/mediastylegrid/group"/>
       
 11425      </component>
       
 11426      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11427      <component name="mediamanagementuis" long-name="mediamanagementuis">
       
 11428       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11429       <unit bldFile="mw/metadatasrv/mediamanagementuis/group"/>
       
 11430      </component>
       
 11431     </collection>
       
 11432     <collection name="mediamanagementutilities" long-name="Media Management utilities" level="generic">
       
 11433      <component name="mediafetch" long-name="Media Fetch">
       
 11434       <unit bldFile="mw/metadatasrv/mediamanagementutilities/mediafetch/group"/>
       
 11435      </component>
       
 11436      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11437      <component name="mediamanagementutilities" long-name="mediamanagementutilities">
       
 11438       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11439       <unit bldFile="mw/metadatasrv/mediamanagementutilities/group"/>
       
 11440      </component>
       
 11441     </collection>
       
 11442     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11443     <collection name="metadatasrv" long-name="metadatasrv">
       
 11444      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11445      <component name="metadatasrv" long-name="metadatasrv">
       
 11446       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11447       <unit bldFile="mw/metadatasrv/group"/>
       
 11448      </component>
       
 11449     </collection>
       
 11450     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11451     <collection name="metadatasrv_plat" long-name="metadatasrv_plat">
       
 11452      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11453      <component name="content_listing_framework_collection_manager_api" long-name="content_listing_framework_collection_manager_api">
       
 11454       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11455       <unit bldFile="mw/metadatasrv/metadatasrv_plat/content_listing_framework_collection_manager_api/group"/>
       
 11456      </component>
       
 11457      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11458      <component name="content_listing_framework_extended_api" long-name="content_listing_framework_extended_api">
       
 11459       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11460       <unit bldFile="mw/metadatasrv/metadatasrv_plat/content_listing_framework_extended_api/group"/>
       
 11461      </component>
       
 11462      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11463      <component name="metadatasrv_plat" long-name="metadatasrv_plat">
       
 11464       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11465       <unit bldFile="mw/metadatasrv/metadatasrv_plat/group"/>
       
 11466      </component>
       
 11467      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11468      <component name="media_fetch_implementation_api" long-name="media_fetch_implementation_api">
       
 11469       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11470       <unit bldFile="mw/metadatasrv/metadatasrv_plat/media_fetch_implementation_api/group"/>
       
 11471      </component>
       
 11472      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11473      <component name="media_style_grid_api" long-name="media_style_grid_api">
       
 11474       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11475       <unit bldFile="mw/metadatasrv/metadatasrv_plat/media_style_grid_api/group"/>
       
 11476      </component>
       
 11477     </collection>
       
 11478     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11479     <collection name="metadatasrv_pub" long-name="metadatasrv_pub">
       
 11480      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11481      <component name="content_listing_framework_api" long-name="content_listing_framework_api">
       
 11482       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11483       <unit bldFile="mw/metadatasrv/metadatasrv_pub/content_listing_framework_api/group"/>
       
 11484      </component>
       
 11485      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11486      <component name="metadatasrv_pub" long-name="metadatasrv_pub">
       
 11487       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11488       <unit bldFile="mw/metadatasrv/metadatasrv_pub/group"/>
       
 11489      </component>
       
 11490      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11491      <component name="media_fetch_api" long-name="media_fetch_api">
       
 11492       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11493       <unit bldFile="mw/metadatasrv/metadatasrv_pub/media_fetch_api/group"/>
       
 11494      </component>
       
 11495     </collection>
       
 11496    </block>
       
 11497    <block long-name="Metadata Services" level="specific" name="mds" levels="mgr eng int">
       
 11498     <collection name="clfwrapper" long-name="CLF Wrapper" level="int">
       
 11499      <component name="ContentListingFramework.dll=binary">
       
 11500       <unit bldFile="mw/mds/clfwrapper/group"/>
       
 11501      </component>
       
 11502      <component name="MediaCollectionManager.dll=binary">
       
 11503 <!--       <unit bldFile="mw/mds/clfwrapper/group"/> -->
       
 11504      </component>
       
 11505     </collection>
       
 11506     <collection name="contextengine" long-name="Context Engine" level="eng">
       
 11507      <component name="contextengine.dll=binary">
       
 11508       <unit bldFile="mw/mds/contextengine/group"/>
       
 11509      </component>
       
 11510      <component name="plugins" long-name="Plugins">
       
 11511       <unit bldFile="mw/mds/contextengine/plugins/group"/>
       
 11512       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11513       <unit bldFile="app/java/javalegacy/j2me/plugins"/>
       
 11514       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11515       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/group"/>
       
 11516       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11517       <unit bldFile="app/photos/photosgallery/collectionframework/datasource/plugins/group"/>
       
 11518       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11519       <unit bldFile="app/photos/photosgallery/collectionframework/plugins/group"/>
       
 11520       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11521       <unit bldFile="app/photos/photosgallery/viewframework/plugins/group"/>
       
 11522      </component>
       
 11523      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11524      <component name="calendarplugin" long-name="calendarplugin">
       
 11525       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11526       <unit bldFile="mw/mds/contextengine/plugins/calendarplugin/group"/>
       
 11527      </component>
       
 11528      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11529      <component name="contextplugininterface" long-name="contextplugininterface">
       
 11530       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11531       <unit bldFile="mw/mds/contextengine/plugins/contextplugininterface/group"/>
       
 11532      </component>
       
 11533      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11534      <component name="locationplugin" long-name="locationplugin">
       
 11535       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11536       <unit bldFile="mw/mds/contextengine/plugins/locationplugin/group"/>
       
 11537      </component>
       
 11538     </collection>
       
 11539     <collection name="harvester" long-name="Harvester" level="eng">
       
 11540      <component name="blacklistclient" long-name="Blacklist Client">
       
 11541       <unit bldFile="mw/mds/harvester/blacklistclient/group"/>
       
 11542      </component>
       
 11543      <component name="blacklistserver" long-name="Blacklist Server">
       
 11544       <unit bldFile="mw/mds/harvester/blacklistserver/group"/>
       
 11545      </component>
       
 11546      <component name="client" long-name="Client">
       
 11547       <unit bldFile="mw/mds/harvester/client/group"/>
       
 11548       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11549       <unit bldFile="app/commonemail/emailservices/emailstore/message_store/client/group"/>
       
 11550       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11551       <unit bldFile="app/commonemail/emailuis/emailui/sendasmtm/fsmtms/client/group"/>
       
 11552       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11553       <unit bldFile="app/devicecontrol/applicationmanagement/tarmappmng/client/group"/>
       
 11554       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11555       <unit bldFile="app/devicecontrol/customization/tarmcustomization/UISettingsSrv/client/group"/>
       
 11556       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11557       <unit bldFile="app/java/java_stubs/javaregistry/clientserver/client/group"/>
       
 11558       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11559       <unit bldFile="app/java/javamanager/javaregistry/clientserver/client/group"/>
       
 11560       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11561       <unit bldFile="app/organizer/clock2/clockengines/clockserver/client/group"/>
       
 11562       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11563       <unit bldFile="app/photos/photosgallery/logging/client/group"/>
       
 11564       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11565       <unit bldFile="app/speechsrv/srsf/speechsynthesis/client/group"/>
       
 11566      </component>
       
 11567      <component name="common">
       
 11568       <unit bldFile="mw/mds/harvester/common/group"/>
       
 11569      </component>
       
 11570      <component name="composerplugins" long-name="Composer Plugins">
       
 11571       <unit bldFile="mw/mds/harvester/composerplugins/group"/>
       
 11572      </component>
       
 11573      <component name="harvesterplugins" long-name="Harvester Plugins">
       
 11574       <unit bldFile="mw/mds/harvester/harvesterplugins/group"/>
       
 11575      </component>
       
 11576      <component name="monitorplugins" long-name="Monitor Plugins">
       
 11577       <unit bldFile="mw/mds/harvester/monitorplugins/group"/>
       
 11578      </component>
       
 11579      <component name="server" long-name="Server">
       
 11580       <unit bldFile="mw/mds/harvester/server/group"/>
       
 11581       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11582       <unit bldFile="app/commonemail/emailservices/emailstore/message_store/server/group"/>
       
 11583       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11584       <unit bldFile="app/commonemail/emailuis/emailui/sendasmtm/fsmtms/server/group"/>
       
 11585       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11586       <unit bldFile="app/devicecontrol/applicationmanagement/tarmappmng/server/group"/>
       
 11587       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11588       <unit bldFile="app/devicecontrol/customization/tarmcustomization/UISettingsSrv/server/group"/>
       
 11589       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11590       <unit bldFile="app/java/javamanager/javaregistry/clientserver/server/group"/>
       
 11591       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11592       <unit bldFile="app/organizer/clock2/clockengines/clockserver/server/group"/>
       
 11593       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11594       <unit bldFile="app/speechsrv/srsf/speechsynthesis/server/group"/>
       
 11595      </component>
       
 11596      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11597      <component name="composerplugininterface" long-name="composerplugininterface">
       
 11598       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11599       <unit bldFile="mw/mds/harvester/composerplugins/composerplugininterface/group"/>
       
 11600      </component>
       
 11601      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11602      <component name="imagecomposer" long-name="imagecomposer">
       
 11603       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11604       <unit bldFile="mw/mds/harvester/composerplugins/imagecomposer/group"/>
       
 11605      </component>
       
 11606      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11607      <component name="harvester" long-name="harvester">
       
 11608       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11609       <unit bldFile="mw/mds/harvester/group"/>
       
 11610      </component>
       
 11611      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11612      <component name="AudioPlaylistPlugin" long-name="AudioPlaylistPlugin">
       
 11613       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11614       <unit bldFile="mw/mds/harvester/harvesterplugins/AudioPlaylistPlugin/group"/>
       
 11615      </component>
       
 11616      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11617      <component name="AudioPlugin" long-name="AudioPlugin">
       
 11618       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11619       <unit bldFile="mw/mds/harvester/harvesterplugins/AudioPlugin/group"/>
       
 11620      </component>
       
 11621      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11622      <component name="ImagePlugin" long-name="ImagePlugin">
       
 11623       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11624       <unit bldFile="mw/mds/harvester/harvesterplugins/ImagePlugin/group"/>
       
 11625      </component>
       
 11626      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11627      <component name="MessagePlugin" long-name="MessagePlugin">
       
 11628       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11629       <unit bldFile="mw/mds/harvester/harvesterplugins/MessagePlugin/group"/>
       
 11630      </component>
       
 11631      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11632      <component name="OMADRMPlugin" long-name="OMADRMPlugin">
       
 11633       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11634       <unit bldFile="mw/mds/harvester/harvesterplugins/OMADRMPlugin/group"/>
       
 11635      </component>
       
 11636      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11637      <component name="RTPPlugin" long-name="RTPPlugin">
       
 11638       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11639       <unit bldFile="mw/mds/harvester/harvesterplugins/RTPPlugin/group"/>
       
 11640      </component>
       
 11641      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11642      <component name="VideoPlugin" long-name="VideoPlugin">
       
 11643       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11644       <unit bldFile="mw/mds/harvester/harvesterplugins/VideoPlugin/group"/>
       
 11645      </component>
       
 11646      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11647      <component name="WMVPlugin" long-name="WMVPlugin">
       
 11648       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11649       <unit bldFile="mw/mds/harvester/harvesterplugins/WMVPlugin/group"/>
       
 11650      </component>
       
 11651      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11652      <component name="fileplugin" long-name="fileplugin">
       
 11653       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11654       <unit bldFile="mw/mds/harvester/monitorplugins/fileplugin/group"/>
       
 11655      </component>
       
 11656      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11657      <component name="mdsfileserverplugin" long-name="mdsfileserverplugin">
       
 11658       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11659       <unit bldFile="mw/mds/harvester/monitorplugins/mdsfileserverplugin/group"/>
       
 11660      </component>
       
 11661      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11662      <component name="mdsoomplugin" long-name="mdsoomplugin">
       
 11663       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11664       <unit bldFile="mw/mds/harvester/monitorplugins/mdsoomplugin/group"/>
       
 11665      </component>
       
 11666      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11667      <component name="messageplugin" long-name="messageplugin">
       
 11668       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11669       <unit bldFile="mw/mds/harvester/monitorplugins/messageplugin/group"/>
       
 11670      </component>
       
 11671      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11672      <component name="mmcplugin" long-name="mmcplugin">
       
 11673       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11674       <unit bldFile="mw/mds/harvester/monitorplugins/mmcplugin/group"/>
       
 11675      </component>
       
 11676      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11677      <component name="monitorplugininterface" long-name="monitorplugininterface">
       
 11678       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11679       <unit bldFile="mw/mds/harvester/monitorplugins/monitorplugininterface/group"/>
       
 11680      </component>
       
 11681     </collection>
       
 11682     <collection name="locationmanager" long-name="Location Manager" level="mgr">
       
 11683      <component name="client">
       
 11684       <unit bldFile="mw/mds/locationmanager/client/group"/>
       
 11685      </component>
       
 11686      <component name="locationtrail" long-name="Location Trail">
       
 11687       <unit bldFile="mw/mds/locationmanager/locationtrail/group"/>
       
 11688      </component>
       
 11689      <component name="server">
       
 11690       <unit bldFile="mw/mds/locationmanager/server/group"/>
       
 11691      </component>
       
 11692      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11693      <component name="locationmanager" long-name="locationmanager">
       
 11694       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11695       <unit bldFile="mw/mds/locationmanager/group"/>
       
 11696      </component>
       
 11697     </collection>
       
 11698     <collection name="metadataengine" long-name="Metadata Engine" level="eng">
       
 11699      <component name="client">
       
 11700       <unit bldFile="mw/mds/metadataengine/client/group"/>
       
 11701      </component>
       
 11702      <component name="common">
       
 11703       <unit bldFile="mw/mds/metadataengine/common/group"/>
       
 11704      </component>
       
 11705      <component name="server">
       
 11706       <unit bldFile="mw/mds/metadataengine/server/group"/>
       
 11707      </component>
       
 11708      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11709      <component name="metadataengine" long-name="metadataengine">
       
 11710       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11711       <unit bldFile="mw/mds/metadataengine/group"/>
       
 11712      </component>
       
 11713     </collection>
       
 11714     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11715     <collection name="mds" long-name="mds">
       
 11716      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11717      <component name="mds" long-name="mds">
       
 11718       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11719       <unit bldFile="mw/mds/group"/>
       
 11720      </component>
       
 11721     </collection>
       
 11722     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11723     <collection name="mds_plat" long-name="mds_plat">
       
 11724      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11725      <component name="content_listing_framework_collection_manager_api" long-name="content_listing_framework_collection_manager_api">
       
 11726       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11727       <unit bldFile="mw/mds/mds_plat/content_listing_framework_collection_manager_api/group"/>
       
 11728      </component>
       
 11729      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11730      <component name="content_listing_framework_extended_api" long-name="content_listing_framework_extended_api">
       
 11731       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11732       <unit bldFile="mw/mds/mds_plat/content_listing_framework_extended_api/group"/>
       
 11733      </component>
       
 11734      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11735      <component name="context_engine_plugin_api" long-name="context_engine_plugin_api">
       
 11736       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11737       <unit bldFile="mw/mds/mds_plat/context_engine_plugin_api/group"/>
       
 11738      </component>
       
 11739      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11740      <component name="mds_plat" long-name="mds_plat">
       
 11741       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11742       <unit bldFile="mw/mds/mds_plat/group"/>
       
 11743      </component>
       
 11744      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11745      <component name="harvester_framework_api" long-name="harvester_framework_api">
       
 11746       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11747       <unit bldFile="mw/mds/mds_plat/harvester_framework_api/group"/>
       
 11748      </component>
       
 11749      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11750      <component name="location_manager_api" long-name="location_manager_api">
       
 11751       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11752       <unit bldFile="mw/mds/mds_plat/location_manager_api/group"/>
       
 11753      </component>
       
 11754      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11755      <component name="metadata_engine_api" long-name="metadata_engine_api">
       
 11756       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11757       <unit bldFile="mw/mds/mds_plat/metadata_engine_api/group"/>
       
 11758      </component>
       
 11759     </collection>
       
 11760     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11761     <collection name="mds_pub" long-name="mds_pub">
       
 11762      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11763      <component name="content_listing_framework_api" long-name="content_listing_framework_api">
       
 11764       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11765       <unit bldFile="mw/mds/mds_pub/content_listing_framework_api/group"/>
       
 11766      </component>
       
 11767      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11768      <component name="mds_pub" long-name="mds_pub">
       
 11769       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11770       <unit bldFile="mw/mds/mds_pub/group"/>
       
 11771      </component>
       
 11772     </collection>
       
 11773    </block>
       
 11774    <block long-name="Multimedia UI Framework" level="specific" name="mmuifw" levels="mgr mdl util ui">
       
 11775     <collection name="alfwidgetutils" long-name="ALF Widget Utils" level="ui">
       
 11776      <component name="alfwidgetutils compo" long-name="ALF Widget Utils Component">
       
 11777       <unit bldFile="mw/mmuifw/alfwidgetutils/alfwidgetutils compo/group"/>
       
 11778      </component>
       
 11779      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11780      <component name="alfwidgetutils" long-name="alfwidgetutils">
       
 11781       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11782       <unit bldFile="mw/mmuifw/alfwidgetutils/group"/>
       
 11783      </component>
       
 11784     </collection>
       
 11785     <collection name="mulwidgets" long-name="MUL Widgets" level="ui">
       
 11786      <component name="alfcontainerwidget" long-name="ALF Container Widget">
       
 11787       <unit bldFile="mw/mmuifw/mulwidgets/alfcontainerwidget/group"/>
       
 11788      </component>
       
 11789      <component name="alfscrollbarwidget" long-name="ALF Scrollbar Widget">
       
 11790       <unit bldFile="mw/mmuifw/mulwidgets/alfscrollbarwidget/group"/>
       
 11791      </component>
       
 11792      <component name="alfviewwidget" long-name="ALF View Widget">
       
 11793       <unit bldFile="mw/mmuifw/mulwidgets/alfviewwidget/group"/>
       
 11794      </component>
       
 11795      <component name="common">
       
 11796       <unit bldFile="mw/mmuifw/mulwidgets/common/group"/>
       
 11797      </component>
       
 11798      <component name="gesturehelper" long-name="Gesture Helper">
       
 11799       <unit bldFile="mw/mmuifw/mulwidgets/gesturehelper/group"/>
       
 11800      </component>
       
 11801      <component name="mulcoverflowwidget" long-name="MUL Coverflow Widget">
       
 11802       <unit bldFile="mw/mmuifw/mulwidgets/mulcoverflowwidget/group"/>
       
 11803      </component>
       
 11804      <component name="muldatamodel" long-name="Mul Data Model">
       
 11805       <unit bldFile="mw/mmuifw/mulwidgets/muldatamodel/group"/>
       
 11806      </component>
       
 11807      <component name="mulgridwidget" long-name="Mul Grid Widget">
       
 11808       <unit bldFile="mw/mmuifw/mulwidgets/mulgridwidget/group"/>
       
 11809      </component>
       
 11810      <component name="mullistwidget" long-name="Mul List Widget">
       
 11811       <unit bldFile="mw/mmuifw/mulwidgets/mullistwidget/group"/>
       
 11812      </component>
       
 11813      <component name="mullogging" long-name="Mul Logging">
       
 11814       <unit bldFile="mw/mmuifw/mulwidgets/mullogging/group"/>
       
 11815      </component>
       
 11816      <component name="mulsliderwidget" long-name="Mul Slider Widget">
       
 11817       <unit bldFile="mw/mmuifw/mulwidgets/mulsliderwidget/group"/>
       
 11818      </component>
       
 11819      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11820      <component name="mulwidgets" long-name="mulwidgets">
       
 11821       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11822       <unit bldFile="mw/mmuifw/mulwidgets/group"/>
       
 11823      </component>
       
 11824     </collection>
       
 11825     <collection name="osncore" long-name="OSN Core" level="util">
       
 11826      <component name="osncore" long-name="OSN Core">
       
 11827       <unit bldFile="mw/mmuifw/osncore/osncore/group"/>
       
 11828       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11829       <unit bldFile="mw/mmuifw/osncore/group"/>
       
 11830      </component>
       
 11831     </collection>
       
 11832     <collection name="resourcepool" long-name="Resource Pool" level="util">
       
 11833      <component name="resourcepool compo" long-name="Resource Pool Component">
       
 11834       <unit bldFile="mw/mmuifw/resourcepool/resourcepool compo/group"/>
       
 11835      </component>
       
 11836      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11837      <component name="resourcepool" long-name="resourcepool">
       
 11838       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11839       <unit bldFile="mw/mmuifw/resourcepool/group"/>
       
 11840      </component>
       
 11841     </collection>
       
 11842     <collection name="widgetmodel" long-name="Widget Model" level="mdl">
       
 11843      <component name="alfwidgetfactory" long-name="ALF Widget Factory">
       
 11844       <unit bldFile="mw/mmuifw/widgetmodel/alfwidgetfactory/group"/>
       
 11845      </component>
       
 11846      <component name="alfwidgetmodel" long-name="ALF Widget Model">
       
 11847       <unit bldFile="mw/mmuifw/widgetmodel/alfwidgetmodel/group"/>
       
 11848      </component>
       
 11849      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11850      <component name="widgetmodel" long-name="widgetmodel">
       
 11851       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11852       <unit bldFile="mw/mmuifw/widgetmodel/group"/>
       
 11853      </component>
       
 11854     </collection>
       
 11855     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11856     <collection name="mmuifw" long-name="mmuifw">
       
 11857      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11858      <component name="mmuifw" long-name="mmuifw">
       
 11859       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11860       <unit bldFile="mw/mmuifw/group"/>
       
 11861      </component>
       
 11862     </collection>
       
 11863     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 11864     <collection name="mmuifw_plat" long-name="mmuifw_plat">
       
 11865      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11866      <component name="alf_containerwidget_api" long-name="alf_containerwidget_api">
       
 11867       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11868       <unit bldFile="mw/mmuifw/mmuifw_plat/alf_containerwidget_api/group"/>
       
 11869      </component>
       
 11870      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11871      <component name="alf_customlayoutmanagers_api" long-name="alf_customlayoutmanagers_api">
       
 11872       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11873       <unit bldFile="mw/mmuifw/mmuifw_plat/alf_customlayoutmanagers_api/group"/>
       
 11874      </component>
       
 11875      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11876      <component name="alf_resourcepool_api" long-name="alf_resourcepool_api">
       
 11877       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11878       <unit bldFile="mw/mmuifw/mmuifw_plat/alf_resourcepool_api/group"/>
       
 11879      </component>
       
 11880      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11881      <component name="alf_scrollbarwidget_api" long-name="alf_scrollbarwidget_api">
       
 11882       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11883       <unit bldFile="mw/mmuifw/mmuifw_plat/alf_scrollbarwidget_api/group"/>
       
 11884      </component>
       
 11885      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11886      <component name="alf_viewwidget_api" long-name="alf_viewwidget_api">
       
 11887       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11888       <unit bldFile="mw/mmuifw/mmuifw_plat/alf_viewwidget_api/group"/>
       
 11889      </component>
       
 11890      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11891      <component name="alf_widgetfactory_api" long-name="alf_widgetfactory_api">
       
 11892       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11893       <unit bldFile="mw/mmuifw/mmuifw_plat/alf_widgetfactory_api/group"/>
       
 11894      </component>
       
 11895      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11896      <component name="alf_widgetmodel_api" long-name="alf_widgetmodel_api">
       
 11897       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11898       <unit bldFile="mw/mmuifw/mmuifw_plat/alf_widgetmodel_api/group"/>
       
 11899      </component>
       
 11900      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11901      <component name="alf_widgetutils_api" long-name="alf_widgetutils_api">
       
 11902       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11903       <unit bldFile="mw/mmuifw/mmuifw_plat/alf_widgetutils_api/group"/>
       
 11904      </component>
       
 11905      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11906      <component name="gesturehelper_api" long-name="gesturehelper_api">
       
 11907       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11908       <unit bldFile="mw/mmuifw/mmuifw_plat/gesturehelper_api/group"/>
       
 11909      </component>
       
 11910      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11911      <component name="mmuifw_plat" long-name="mmuifw_plat">
       
 11912       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11913       <unit bldFile="mw/mmuifw/mmuifw_plat/group"/>
       
 11914      </component>
       
 11915      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11916      <component name="mul_coverflowwidget_api" long-name="mul_coverflowwidget_api">
       
 11917       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11918       <unit bldFile="mw/mmuifw/mmuifw_plat/mul_coverflowwidget_api/group"/>
       
 11919      </component>
       
 11920      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11921      <component name="mul_datamodel_api" long-name="mul_datamodel_api">
       
 11922       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11923       <unit bldFile="mw/mmuifw/mmuifw_plat/mul_datamodel_api/group"/>
       
 11924      </component>
       
 11925      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11926      <component name="mul_gridwidget_api" long-name="mul_gridwidget_api">
       
 11927       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11928       <unit bldFile="mw/mmuifw/mmuifw_plat/mul_gridwidget_api/group"/>
       
 11929      </component>
       
 11930      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11931      <component name="mul_listwidget_api" long-name="mul_listwidget_api">
       
 11932       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11933       <unit bldFile="mw/mmuifw/mmuifw_plat/mul_listwidget_api/group"/>
       
 11934      </component>
       
 11935      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11936      <component name="mul_sliderwidget_api" long-name="mul_sliderwidget_api">
       
 11937       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11938       <unit bldFile="mw/mmuifw/mmuifw_plat/mul_sliderwidget_api/group"/>
       
 11939      </component>
       
 11940      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11941      <component name="mul_widget_api" long-name="mul_widget_api">
       
 11942       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11943       <unit bldFile="mw/mmuifw/mmuifw_plat/mul_widget_api/group"/>
       
 11944      </component>
       
 11945      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11946      <component name="osn_container_api" long-name="osn_container_api">
       
 11947       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11948       <unit bldFile="mw/mmuifw/mmuifw_plat/osn_container_api/group"/>
       
 11949      </component>
       
 11950      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11951      <component name="osn_global_api" long-name="osn_global_api">
       
 11952       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11953       <unit bldFile="mw/mmuifw/mmuifw_plat/osn_global_api/group"/>
       
 11954      </component>
       
 11955      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11956      <component name="osn_string_api" long-name="osn_string_api">
       
 11957       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11958       <unit bldFile="mw/mmuifw/mmuifw_plat/osn_string_api/group"/>
       
 11959      </component>
       
 11960     </collection>
       
 11961    </block>
       
 11962    <block long-name="Video Utils" level="specific" name="videoutils" levels="empty eng util">
       
 11963     <collection name="dvrengine" long-name="DVR Engine" level="eng">
       
 11964      <component name="CommonRecordingEngine" long-name="Common Recording Engine">
       
 11965       <unit bldFile="mw/videoutils/dvrengine/CommonRecordingEngine/group"/>
       
 11966      </component>
       
 11967      <component name="CommonRecordingEngineClient" long-name="Common Recording Engine Client">
       
 11968       <unit bldFile="mw/videoutils/dvrengine/CommonRecordingEngineClient/group"/>
       
 11969      </component>
       
 11970      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11971      <component name="DvrRtpClipHandler" long-name="DvrRtpClipHandler">
       
 11972       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11973       <unit bldFile="mw/videoutils/dvrengine/CommonRecordingEngine/DvrRtpClipHandler/group"/>
       
 11974      </component>
       
 11975      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11976      <component name="DvrRtpClipRecognizer" long-name="DvrRtpClipRecognizer">
       
 11977       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11978       <unit bldFile="mw/videoutils/dvrengine/CommonRecordingEngine/DvrRtpClipRecognizer/group"/>
       
 11979      </component>
       
 11980      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11981      <component name="DvrRtpUtils" long-name="DvrRtpUtils">
       
 11982       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11983       <unit bldFile="mw/videoutils/dvrengine/CommonRecordingEngine/DvrRtpUtils/group"/>
       
 11984      </component>
       
 11985      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11986      <component name="DvrSdpParser" long-name="DvrSdpParser">
       
 11987       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11988       <unit bldFile="mw/videoutils/dvrengine/CommonRecordingEngine/DvrSdpParser/group"/>
       
 11989      </component>
       
 11990      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 11991      <component name="dvrengine" long-name="dvrengine">
       
 11992       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 11993       <unit bldFile="mw/videoutils/dvrengine/group"/>
       
 11994      </component>
       
 11995     </collection>
       
 11996     <collection name="videoconnutility" long-name="Video Conn Utility" level="util">
       
 11997      <component name="connutilpsworker" long-name="Conn Util Ps Worker">
       
 11998       <unit bldFile="mw/videoutils/videoconnutility/connutilpsworker/group"/>
       
 11999      </component>
       
 12000      <component name="vcxconnectionutility.dll=binary">
       
 12001       <unit bldFile="mw/videoutils/videoconnutility/group"/>
       
 12002      </component>
       
 12003     </collection>
       
 12004     <collection name="videoscheduler" long-name="Video Scheduler" level="util">
       
 12005      <component name="SchedulerClient" long-name="Scheduler Client">
       
 12006       <unit bldFile="mw/videoutils/videoscheduler/SchedulerClient/group"/>
       
 12007      </component>
       
 12008      <component name="SchedulerServer" long-name="Scheduler Server">
       
 12009       <unit bldFile="mw/videoutils/videoscheduler/SchedulerServer/group"/>
       
 12010      </component>
       
 12011      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12012      <component name="videoscheduler" long-name="videoscheduler">
       
 12013       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12014       <unit bldFile="mw/videoutils/videoscheduler/group"/>
       
 12015      </component>
       
 12016     </collection>
       
 12017     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 12018     <collection name="videoutils" long-name="videoutils">
       
 12019      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12020      <component name="videoutils" long-name="videoutils">
       
 12021       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12022       <unit bldFile="mw/videoutils/group"/>
       
 12023      </component>
       
 12024     </collection>
       
 12025     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 12026     <collection name="videoutils_plat" long-name="videoutils_plat">
       
 12027      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12028      <component name="dvrengine_api" long-name="dvrengine_api">
       
 12029       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12030       <unit bldFile="mw/videoutils/videoutils_plat/dvrengine_api/group"/>
       
 12031      </component>
       
 12032      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12033      <component name="videoutils_plat" long-name="videoutils_plat">
       
 12034       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12035       <unit bldFile="mw/videoutils/videoutils_plat/group"/>
       
 12036      </component>
       
 12037      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12038      <component name="videoconnutility_api" long-name="videoconnutility_api">
       
 12039       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12040       <unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/group"/>
       
 12041      </component>
       
 12042      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12043      <component name="videoscheduler_api" long-name="videoscheduler_api">
       
 12044       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12045       <unit bldFile="mw/videoutils/videoutils_plat/videoscheduler_api/group"/>
       
 12046      </component>
       
 12047     </collection>
       
 12048    </block>
       
 12049    <block long-name="Multimedia Middleware" level="generic" name="mmmw" levels="plugin framework server generic specific">
       
 12050     <collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
       
 12051      <component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" class="test">
       
 12052       <unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
       
 12053      </component>
       
 12054      <component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" class="test">
       
 12055       <unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
       
 12056      </component>
       
 12057      <component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" class="test">
       
 12058       <unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
       
 12059      </component>
       
 12060     </collection>
  1883     <collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
 12061     <collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
  1884      <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s">
 12062      <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s">
  1885       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group\multimedia_mmf.mrp"/>
 12063       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
       
 12064       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12065       <unit bldFile="mw/mmmw/mmfw/group"/>
  1886      </component>
 12066      </component>
  1887      <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1">
 12067      <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1">
  1888       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmutilitylib\group" mrp="mw\mmmw\mmmiddlewarefws\mmutilitylib\group\multimedia_common.mrp"/>
 12068       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmutilitylib/group" mrp="mw/mmmw/mmmiddlewarefws/mmutilitylib/group/multimedia_common.mrp"/>
  1889      </component>
 12069      </component>
  1890     </collection>
 12070     </collection>
  1891     <collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
 12071     <collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
  1892      <component name="mmfwplugins" long-name="Multimedia Framework Plugins" plugin="Y" introduced="7.0s">
 12072      <component name="mmfwplugins" long-name="Multimedia Framework Plugins" plugin="Y" introduced="7.0s">
  1893       <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin\multimedia_mmf_plugin.mrp"/>
 12073       <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
  1894      </component>
       
  1895     </collection>
       
  1896     <collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
       
  1897      <component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" class="test">
       
  1898       <unit mrp="mw\mmmw\mmfwtest\mmfunittest\group\multimedia_unittest_mmf_source.mrp"/>
       
  1899      </component>
       
  1900      <component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" class="test">
       
  1901       <unit mrp="mw\mmmw\mmfwtest\mmfintegrationtest\group\multimedia_inttest_mmf_source.mrp"/>
       
  1902      </component>
       
  1903      <component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" class="test">
       
  1904       <unit bldFile="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group" mrp="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group\multimedia_mmf_char.mrp"/>
       
  1905      </component>
 12074      </component>
  1906     </collection>
 12075     </collection>
  1907     <collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
 12076     <collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
       
 12077      <component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" class="test">
       
 12078       <unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
       
 12079      </component>
       
 12080      <component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91">
       
 12081       <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
       
 12082      </component>
  1908      <component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" class="test">
 12083      <component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" class="test">
  1909       <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group\multimedia_mvs_app.mrp"/>
 12084       <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
  1910      </component>
 12085      </component>
  1911      <component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91">
 12086     </collection>
  1912       <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group\multimedia_mvs_agents.mrp"/>
 12087     <collection name="advancedaudiocontroller" long-name="Advanced Audio Controller" level="plugin">
  1913      </component>
 12088      <component name="audiocontrollerpluginsvariant" long-name="Audio Controller Plugins Variant">
  1914      <component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" class="test">
 12089       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/group"/>
  1915       <unit mrp="mw\mmmw\mmvalidationsuite\mvsintegrationtest\group\multimedia_inttest_mvs_source.mrp"/>
 12090      </component>
       
 12091      <component name="wavplaycontrollerplugin" long-name="WAV Play Controller Plugin">
       
 12092       <unit bldFile="mw/mmmw/advancedaudiocontroller/wavplaycontrollerplugin/group"/>
       
 12093      </component>
       
 12094      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12095      <component name="3gpaudioplaycontroller" long-name="3gpaudioplaycontroller">
       
 12096       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12097       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudioplaycontroller/Group"/>
       
 12098      </component>
       
 12099      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12100      <component name="3gpaudiorecordcontroller" long-name="3gpaudiorecordcontroller">
       
 12101       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12102       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudiorecordcontroller/Group"/>
       
 12103      </component>
       
 12104      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12105      <component name="3gpDataSourceAdapter" long-name="3gpDataSourceAdapter">
       
 12106       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12107       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpDataSourceAdapter/Group"/>
       
 12108      </component>
       
 12109      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12110      <component name="aacaudioplaycontroller" long-name="aacaudioplaycontroller">
       
 12111       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12112       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Group"/>
       
 12113      </component>
       
 12114      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12115      <component name="AdvancedAudioController" long-name="AdvancedAudioController">
       
 12116       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12117       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/AdvancedAudioController/Group"/>
       
 12118      </component>
       
 12119      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12120      <component name="AdvancedAudioControllerUtility" long-name="AdvancedAudioControllerUtility">
       
 12121       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12122       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/AdvancedAudioControllerUtility/Group"/>
       
 12123      </component>
       
 12124      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12125      <component name="amraudioplaycontroller" long-name="amraudioplaycontroller">
       
 12126       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12127       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/amraudioplaycontroller/Group"/>
       
 12128      </component>
       
 12129      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12130      <component name="amraudiorecordcontroller" long-name="amraudiorecordcontroller">
       
 12131       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12132       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/amraudiorecordcontroller/Group"/>
       
 12133      </component>
       
 12134      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12135      <component name="awbaudioplaycontroller" long-name="awbaudioplaycontroller">
       
 12136       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12137       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/Group"/>
       
 12138      </component>
       
 12139      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12140      <component name="DataSourceAdapter" long-name="DataSourceAdapter">
       
 12141       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12142       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/DataSourceAdapter/Group"/>
       
 12143      </component>
       
 12144      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12145      <component name="DevSoundAudioInput" long-name="DevSoundAudioInput">
       
 12146       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12147       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/DevSoundAudioInput/Group"/>
       
 12148      </component>
       
 12149      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12150      <component name="DevSoundAudioOutput" long-name="DevSoundAudioOutput">
       
 12151       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12152       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/DevSoundAudioOutput/Group"/>
       
 12153      </component>
       
 12154      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12155      <component name="FileAudioOutput" long-name="FileAudioOutput">
       
 12156       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12157       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/FileAudioOutput/Group"/>
       
 12158      </component>
       
 12159      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12160      <component name="HXAudioRecognizer" long-name="HXAudioRecognizer">
       
 12161       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12162       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/HXAudioRecognizer/Group"/>
       
 12163      </component>
       
 12164      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12165      <component name="MetaDataWrite" long-name="MetaDataWrite">
       
 12166       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12167       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/MetaDataWrite/Group"/>
       
 12168      </component>
       
 12169      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12170      <component name="mp3audioplaycontroller" long-name="mp3audioplaycontroller">
       
 12171       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12172       <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/Group"/>
       
 12173      </component>
       
 12174      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12175      <component name="advancedaudiocontroller" long-name="advancedaudiocontroller">
       
 12176       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12177       <unit bldFile="mw/mmmw/advancedaudiocontroller/group"/>
       
 12178      </component>
       
 12179     </collection>
       
 12180     <collection name="audioeffectsui" long-name="Audio Effects UI" level="specific">
       
 12181      <component name="equalizer" long-name="Equalizer">
       
 12182       <unit bldFile="mw/mmmw/audioeffectsui/equalizer/group"/>
       
 12183      </component>
       
 12184      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12185      <component name="audioeffectsui" long-name="audioeffectsui">
       
 12186       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12187       <unit bldFile="mw/mmmw/audioeffectsui/group"/>
       
 12188      </component>
       
 12189     </collection>
       
 12190     <collection name="audioenhancements" long-name="Audio Enhancements" level="generic">
       
 12191      <component name="audiooutputcontrolutility" long-name="Audio Output Control Utility">
       
 12192       <unit bldFile="mw/mmmw/audioenhancements/audiooutputcontrolutility/group"/>
       
 12193      </component>
       
 12194      <component name="callaudiocontrol">
       
 12195       <unit bldFile="mw/mmmw/audioenhancements/callaudiocontrol/group"/>
       
 12196      </component>
       
 12197      <component name="configurationcomponentsfactory" long-name="Configuration Components Factory">
       
 12198       <unit bldFile="mw/mmmw/audioenhancements/configurationcomponentsfactory/group"/>
       
 12199      </component>
       
 12200      <component name="enhancedaudioplayerutility" long-name="Enhanced Media Client">
       
 12201       <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/group"/>
       
 12202      </component>
       
 12203      <component name="enhancedmediaclient" long-name="Enhanced Media Client">
       
 12204       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/group"/>
       
 12205      </component>
       
 12206      <component name="profilesettingsmonitor" long-name="Profile Settings Monitor">
       
 12207       <unit bldFile="mw/mmmw/audioenhancements/profilesettingsmonitor/group"/>
       
 12208      </component>
       
 12209      <component name="progressivedownload" long-name="Progressive Download">
       
 12210       <unit bldFile="mw/mmmw/audioenhancements/progressivedownload/group"/>
       
 12211      </component>
       
 12212      <component name="voipaudioservices" long-name="VoIP Audio Services">
       
 12213       <unit bldFile="mw/mmmw/audioenhancements/voipaudioservices/group"/>
       
 12214      </component>
       
 12215      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12216      <component name="AudioOutputControlUtilityBase" long-name="AudioOutputControlUtilityBase">
       
 12217       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12218       <unit bldFile="mw/mmmw/audioenhancements/audiooutputcontrolutility/AudioOutputControlUtilityBase/group"/>
       
 12219      </component>
       
 12220      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12221      <component name="AudioOutputControlUtilityProxy" long-name="AudioOutputControlUtilityProxy">
       
 12222       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12223       <unit bldFile="mw/mmmw/audioenhancements/audiooutputcontrolutility/AudioOutputControlUtilityProxy/Group"/>
       
 12224      </component>
       
 12225      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12226      <component name="AudioPlayer" long-name="AudioPlayer">
       
 12227       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12228       <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/AudioPlayer/group"/>
       
 12229      </component>
       
 12230      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12231      <component name="AudioClientStreamSource" long-name="AudioClientStreamSource">
       
 12232       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12233       <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/AudioStreaming/AudioClientStreamSource/group"/>
       
 12234      </component>
       
 12235      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12236      <component name="AudioStreamingSource" long-name="AudioStreamingSource">
       
 12237       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12238       <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/AudioStreaming/AudioStreamingSource/group"/>
       
 12239      </component>
       
 12240      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12241      <component name="AudioStreaming" long-name="AudioStreaming">
       
 12242       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12243       <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/AudioStreaming/group"/>
       
 12244      </component>
       
 12245      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12246      <component name="S60AudioSource" long-name="S60AudioSource">
       
 12247       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12248       <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/S60AudioSource/group"/>
       
 12249      </component>
       
 12250      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12251      <component name="S60AudioSourceFactory" long-name="S60AudioSourceFactory">
       
 12252       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12253       <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/S60AudioSourceFactory/group"/>
       
 12254      </component>
       
 12255      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12256      <component name="S60AudioUtility" long-name="S60AudioUtility">
       
 12257       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12258       <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/S60AudioUtility/group"/>
       
 12259      </component>
       
 12260      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12261      <component name="CacheSource" long-name="CacheSource">
       
 12262       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12263       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/CacheSource/group"/>
       
 12264      </component>
       
 12265      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12266      <component name="DataBufferSource" long-name="DataBufferSource">
       
 12267       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12268       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/DataBufferSource/group"/>
       
 12269      </component>
       
 12270      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12271      <component name="DataSourceConfigIntfc" long-name="DataSourceConfigIntfc">
       
 12272       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12273       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/DataSourceConfigIntfc/group"/>
       
 12274      </component>
       
 12275      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12276      <component name="DescriptorSource" long-name="DescriptorSource">
       
 12277       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12278       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/DescriptorSource/group"/>
       
 12279      </component>
       
 12280      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12281      <component name="FileSource" long-name="FileSource">
       
 12282       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12283       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/FileSource/group"/>
       
 12284      </component>
       
 12285      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12286      <component name="DataSourceFactory" long-name="DataSourceFactory">
       
 12287       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12288       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/MultimediaDataSource/DataSourceFactory/group"/>
       
 12289      </component>
       
 12290      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12291      <component name="MultimediaDataSource" long-name="MultimediaDataSource">
       
 12292       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12293       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/MultimediaDataSource/group"/>
       
 12294      </component>
       
 12295      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12296      <component name="ProgDLSource" long-name="ProgDLSource">
       
 12297       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12298       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/ProgDLSource/group"/>
       
 12299      </component>
       
 12300      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12301      <component name="StreamControlCustomCommands" long-name="StreamControlCustomCommands">
       
 12302       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12303       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/StreamControlCustomCommands/group"/>
       
 12304      </component>
       
 12305      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12306      <component name="TransferRateMonitor" long-name="TransferRateMonitor">
       
 12307       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12308       <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/Plugins/TransferRateMonitor/group"/>
       
 12309      </component>
       
 12310      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12311      <component name="audioenhancements" long-name="audioenhancements">
       
 12312       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12313       <unit bldFile="mw/mmmw/audioenhancements/group"/>
       
 12314      </component>
       
 12315      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12316      <component name="ProgressiveDownloadSource" long-name="ProgressiveDownloadSource">
       
 12317       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12318       <unit bldFile="mw/mmmw/audioenhancements/progressivedownload/ProgressiveDownloadSource/group"/>
       
 12319      </component>
       
 12320      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12321      <component name="ProgressiveDownloadUtility" long-name="ProgressiveDownloadUtility">
       
 12322       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12323       <unit bldFile="mw/mmmw/audioenhancements/progressivedownload/ProgressiveDownloadUtility/group"/>
       
 12324      </component>
       
 12325      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12326      <component name="JitterBufferUtility" long-name="JitterBufferUtility">
       
 12327       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12328       <unit bldFile="mw/mmmw/audioenhancements/voipaudioservices/JitterBufferUtility/group"/>
       
 12329      </component>
       
 12330      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12331      <component name="VoIPClient" long-name="VoIPClient">
       
 12332       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12333       <unit bldFile="mw/mmmw/audioenhancements/voipaudioservices/VoIPClient/group"/>
       
 12334      </component>
       
 12335      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12336      <component name="VoIPIntfc" long-name="VoIPIntfc">
       
 12337       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12338       <unit bldFile="mw/mmmw/audioenhancements/voipaudioservices/VoIPIntfc/Group"/>
       
 12339      </component>
       
 12340      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12341      <component name="VoIPServer" long-name="VoIPServer">
       
 12342       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12343       <unit bldFile="mw/mmmw/audioenhancements/voipaudioservices/VoIPServer/group"/>
       
 12344      </component>
       
 12345     </collection>
       
 12346     <collection name="drmmmfapitestapp" long-name="DRM MMF API Test App" level="specific">
       
 12347      <component name="DRMUtilApp.exe=binary">
       
 12348       <unit bldFile="mw/mmmw/drmmmfapitestapp/group"/>
       
 12349      </component>
       
 12350     </collection>
       
 12351     <collection name="metadatautility" long-name="Metadata Utility" level="generic">
       
 12352      <component name="MetaDataUtility.dll=binary">
       
 12353       <unit bldFile="mw/mmmw/metadatautility/group"/>
       
 12354      </component>
       
 12355     </collection>
       
 12356     <collection name="mmfw" long-name="Multimedia Framework" level="framework">
       
 12357      <component name="gstreamer" long-name="GStreamer">
       
 12358       <unit bldFile="mw/mmmw/mmfw/gstreamer/group"/>
       
 12359      </component>
       
 12360      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12361      <component name="gstreamer_core" long-name="gstreamer_core">
       
 12362       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12363       <unit bldFile="mw/mmmw/mmfw/gstreamer/gstreamer_core/group"/>
       
 12364      </component>
       
 12365      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12366      <component name="tests" long-name="tests">
       
 12367       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12368       <unit bldFile="mw/mmmw/mmfw/gstreamer/gstreamer_core/tests/group"/>
       
 12369      </component>
       
 12370      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12371      <component name="gst_plugins_base" long-name="gst_plugins_base">
       
 12372       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12373       <unit bldFile="mw/mmmw/mmfw/gstreamer/gst_plugins_base/group"/>
       
 12374      </component>
       
 12375      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12376      <component name="gst_plugins_good" long-name="gst_plugins_good">
       
 12377       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12378       <unit bldFile="mw/mmmw/mmfw/gstreamer/gst_plugins_good/group"/>
       
 12379      </component>
       
 12380      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12381      <component name="wavparse" long-name="wavparse">
       
 12382       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12383       <unit bldFile="mw/mmmw/mmfw/gstreamer/gst_plugins_good/gst/wavparse"/>
       
 12384      </component>
       
 12385      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12386      <component name="gst_plugins_symbian" long-name="gst_plugins_symbian">
       
 12387       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12388       <unit bldFile="mw/mmmw/mmfw/gstreamer/gst_plugins_symbian/group"/>
       
 12389      </component>
       
 12390      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12391      <component name="external_packet_source_api" long-name="external_packet_source_api">
       
 12392       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12393       <unit bldFile="mw/mmmw/mmfw/helix_stub/external_packet_source_api/group"/>
       
 12394      </component>
       
 12395      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12396      <component name="helix_stub" long-name="helix_stub">
       
 12397       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12398       <unit bldFile="mw/mmmw/mmfw/helix_stub/group"/>
       
 12399      </component>
       
 12400      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12401      <component name="MMFMetadataEventConfigConstants" long-name="MMFMetadataEventConfigConstants">
       
 12402       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12403       <unit bldFile="mw/mmmw/mmfw/helix_stub/MMFMetadataEventConfigConstants/group"/>
       
 12404      </component>
       
 12405      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12406      <component name="MMFScalingCustomCommands" long-name="MMFScalingCustomCommands">
       
 12407       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12408       <unit bldFile="mw/mmmw/mmfw/helix_stub/MMFScalingCustomCommands/group"/>
       
 12409      </component>
       
 12410      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12411      <component name="ThumbnailAPI" long-name="ThumbnailAPI">
       
 12412       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12413       <unit bldFile="mw/mmmw/mmfw/helix_stub/ThumbnailAPI/group"/>
       
 12414      </component>
       
 12415     </collection>
       
 12416     <collection name="mtp" long-name="MTP" level="framework">
       
 12417      <component name="install" long-name="Install">
       
 12418       <unit bldFile="mw/mmmw/mtp/install/group"/>
       
 12419       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12420       <unit bldFile="app/commonemail/emailuis/emailui/sendasmtm/fsmtms/install/group"/>
       
 12421      </component>
       
 12422      <component name="mtpserver" long-name="Mtp Server">
       
 12423       <unit bldFile="mw/mmmw/mtp/mtpserver/group"/>
       
 12424      </component>
       
 12425      <component name="mtpusbclass" long-name="MTP USB Class">
       
 12426       <unit bldFile="mw/mmmw/mtp/mtpusbclass/group"/>
       
 12427      </component>
       
 12428      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12429      <component name="mtp" long-name="mtp">
       
 12430       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12431       <unit bldFile="mw/mmmw/mtp/group"/>
       
 12432      </component>
       
 12433     </collection>
       
 12434     <collection name="radioutility" long-name="Radio Utility" level="generic">
       
 12435      <component name="fmpresetutility">
       
 12436       <unit bldFile="mw/mmmw/radioutility/fmpresetutility/group"/>
       
 12437      </component>
       
 12438      <component name="radio_utility" long-name="Radio Utility">
       
 12439       <unit bldFile="mw/mmmw/radioutility/radio_utility/group"/>
       
 12440      </component>
       
 12441      <component name="radioserver" long-name="Radio Server">
       
 12442       <unit bldFile="mw/mmmw/radioutility/radioserver/group"/>
       
 12443      </component>
       
 12444      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12445      <component name="radioutility" long-name="radioutility">
       
 12446       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12447       <unit bldFile="mw/mmmw/radioutility/group"/>
       
 12448      </component>
       
 12449      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12450      <component name="Session" long-name="Session">
       
 12451       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12452       <unit bldFile="mw/mmmw/radioutility/radioserver/Session/Group"/>
       
 12453      </component>
       
 12454     </collection>
       
 12455     <collection name="thumbnailengine" long-name="Thumbnail Engine" level="server">
       
 12456      <component name="TNEEngine.dll=binary" long-name="TNE Engine">
       
 12457       <unit bldFile="mw/mmmw/thumbnailengine/group"/>
       
 12458      </component>
       
 12459     </collection>
       
 12460     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 12461     <collection name="mmmw" long-name="mmmw">
       
 12462      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12463      <component name="mmmw" long-name="mmmw">
       
 12464       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12465       <unit bldFile="mw/mmmw/group"/>
       
 12466      </component>
       
 12467     </collection>
       
 12468     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 12469     <collection name="mmmw_plat" long-name="mmmw_plat">
       
 12470      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12471      <component name="audio_metadata_reader_api" long-name="audio_metadata_reader_api">
       
 12472       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12473       <unit bldFile="mw/mmmw/mmmw_plat/audio_metadata_reader_api/group"/>
       
 12474      </component>
       
 12475      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12476      <component name="audio_output_control_utility_api" long-name="audio_output_control_utility_api">
       
 12477       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12478       <unit bldFile="mw/mmmw/mmmw_plat/audio_output_control_utility_api/group"/>
       
 12479      </component>
       
 12480      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12481      <component name="audio_output_control_utility_proxy_api" long-name="audio_output_control_utility_proxy_api">
       
 12482       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12483       <unit bldFile="mw/mmmw/mmmw_plat/audio_output_control_utility_proxy_api/group"/>
       
 12484      </component>
       
 12485      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12486      <component name="call_audio_control_api" long-name="call_audio_control_api">
       
 12487       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12488       <unit bldFile="mw/mmmw/mmmw_plat/call_audio_control_api/group"/>
       
 12489      </component>
       
 12490      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12491      <component name="configuration_components_factory_api" long-name="configuration_components_factory_api">
       
 12492       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12493       <unit bldFile="mw/mmmw/mmmw_plat/configuration_components_factory_api/group"/>
       
 12494      </component>
       
 12495      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12496      <component name="emc_audio_effects_api" long-name="emc_audio_effects_api">
       
 12497       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12498       <unit bldFile="mw/mmmw/mmmw_plat/emc_audio_effects_api/group"/>
       
 12499      </component>
       
 12500      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12501      <component name="emc_balance_effect_api" long-name="emc_balance_effect_api">
       
 12502       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12503       <unit bldFile="mw/mmmw/mmmw_plat/emc_balance_effect_api/group"/>
       
 12504      </component>
       
 12505      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12506      <component name="emc_buffer_source_api" long-name="emc_buffer_source_api">
       
 12507       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12508       <unit bldFile="mw/mmmw/mmmw_plat/emc_buffer_source_api/group"/>
       
 12509      </component>
       
 12510      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12511      <component name="emc_descriptor_source_api" long-name="emc_descriptor_source_api">
       
 12512       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12513       <unit bldFile="mw/mmmw/mmmw_plat/emc_descriptor_source_api/group"/>
       
 12514      </component>
       
 12515      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12516      <component name="emc_drm_config_intfc_api" long-name="emc_drm_config_intfc_api">
       
 12517       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12518       <unit bldFile="mw/mmmw/mmmw_plat/emc_drm_config_intfc_api/group"/>
       
 12519      </component>
       
 12520      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12521      <component name="emc_file_source_api" long-name="emc_file_source_api">
       
 12522       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12523       <unit bldFile="mw/mmmw/mmmw_plat/emc_file_source_api/group"/>
       
 12524      </component>
       
 12525      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12526      <component name="emc_progressive_download_source_api" long-name="emc_progressive_download_source_api">
       
 12527       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12528       <unit bldFile="mw/mmmw/mmmw_plat/emc_progressive_download_source_api/group"/>
       
 12529      </component>
       
 12530      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12531      <component name="emc_volume_effect_api" long-name="emc_volume_effect_api">
       
 12532       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12533       <unit bldFile="mw/mmmw/mmmw_plat/emc_volume_effect_api/group"/>
       
 12534      </component>
       
 12535      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12536      <component name="enhanced_media_client_api" long-name="enhanced_media_client_api">
       
 12537       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12538       <unit bldFile="mw/mmmw/mmmw_plat/enhanced_media_client_api/group"/>
       
 12539      </component>
       
 12540      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12541      <component name="equalizer_ui_api" long-name="equalizer_ui_api">
       
 12542       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12543       <unit bldFile="mw/mmmw/mmmw_plat/equalizer_ui_api/group"/>
       
 12544      </component>
       
 12545      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12546      <component name="mmmw_plat" long-name="mmmw_plat">
       
 12547       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12548       <unit bldFile="mw/mmmw/mmmw_plat/group"/>
       
 12549      </component>
       
 12550      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12551      <component name="mtp_keys_api" long-name="mtp_keys_api">
       
 12552       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12553       <unit bldFile="mw/mmmw/mmmw_plat/mtp_keys_api/group"/>
       
 12554      </component>
       
 12555      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12556      <component name="mtp_wmdrm_api" long-name="mtp_wmdrm_api">
       
 12557       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12558       <unit bldFile="mw/mmmw/mmmw_plat/mtp_wmdrm_api/group"/>
       
 12559      </component>
       
 12560      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12561      <component name="multimedia_data_source_api" long-name="multimedia_data_source_api">
       
 12562       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12563       <unit bldFile="mw/mmmw/mmmw_plat/multimedia_data_source_api/group"/>
       
 12564      </component>
       
 12565      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12566      <component name="progressive_download_api" long-name="progressive_download_api">
       
 12567       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12568       <unit bldFile="mw/mmmw/mmmw_plat/progressive_download_api/group"/>
       
 12569      </component>
       
 12570      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12571      <component name="radio_monitor_api" long-name="radio_monitor_api">
       
 12572       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12573       <unit bldFile="mw/mmmw/mmmw_plat/radio_monitor_api/group"/>
       
 12574      </component>
       
 12575      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12576      <component name="radio_preset_utilities_api" long-name="radio_preset_utilities_api">
       
 12577       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12578       <unit bldFile="mw/mmmw/mmmw_plat/radio_preset_utilities_api/group"/>
       
 12579      </component>
       
 12580      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12581      <component name="radio_utilities_api" long-name="radio_utilities_api">
       
 12582       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12583       <unit bldFile="mw/mmmw/mmmw_plat/radio_utilities_api/group"/>
       
 12584      </component>
       
 12585      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12586      <component name="stream_control_custom_command_api" long-name="stream_control_custom_command_api">
       
 12587       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12588       <unit bldFile="mw/mmmw/mmmw_plat/stream_control_custom_command_api/group"/>
       
 12589      </component>
       
 12590      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12591      <component name="thumbnail_engine_api" long-name="thumbnail_engine_api">
       
 12592       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12593       <unit bldFile="mw/mmmw/mmmw_plat/thumbnail_engine_api/group"/>
       
 12594      </component>
       
 12595      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12596      <component name="voip_audio_services_api" long-name="voip_audio_services_api">
       
 12597       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12598       <unit bldFile="mw/mmmw/mmmw_plat/voip_audio_services_api/group"/>
  1916      </component>
 12599      </component>
  1917     </collection>
 12600     </collection>
  1918    </block>
 12601    </block>
  1919    <block name="inputmethods" long-name="Input Methods" level="generic" levels="plugin engine framework">
 12602    <block long-name="Helix" level="generic" name="helix" levels="plugin framework server generic specific">
       
 12603     <collection name="helix_ren" long-name="Helix" level="framework">
       
 12604      <component name="helixrfsplugin" long-name="Helix RFS Plugin">
       
 12605       <unit bldFile="mw/helix/helix_ren/helixrfsplugin/group"/>
       
 12606      </component>
       
 12607      <component name="helix_binary" long-name="Helix Binary">
       
 12608       <unit bldFile="mw/helix/helix_ren/helix_binary/group"/>
       
 12609      </component>
       
 12610      <component name="src" long-name="Src">
       
 12611       <unit bldFile="mw/helix/helix_ren/src/group"/>
       
 12612      </component>
       
 12613      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12614      <component name="helix_ren" long-name="helix_ren">
       
 12615       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12616       <unit bldFile="mw/helix/helix_ren/group"/>
       
 12617      </component>
       
 12618      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12619      <component name="device" long-name="device">
       
 12620       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12621       <unit bldFile="mw/helix/helix_ren/src/audio/device"/>
       
 12622      </component>
       
 12623      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12624      <component name="fixptresampler" long-name="fixptresampler">
       
 12625       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12626       <unit bldFile="mw/helix/helix_ren/src/audio/fixptresampler"/>
       
 12627      </component>
       
 12628      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12629      <component name="fixptutil" long-name="fixptutil">
       
 12630       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12631       <unit bldFile="mw/helix/helix_ren/src/audio/fixptutil"/>
       
 12632      </component>
       
 12633      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12634      <component name="limiter" long-name="limiter">
       
 12635       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12636       <unit bldFile="mw/helix/helix_ren/src/audio/limiter"/>
       
 12637      </component>
       
 12638      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12639      <component name="resampler" long-name="resampler">
       
 12640       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12641       <unit bldFile="mw/helix/helix_ren/src/audio/resampler"/>
       
 12642      </component>
       
 12643      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12644      <component name="audiosvc" long-name="audiosvc">
       
 12645       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12646       <unit bldFile="mw/helix/helix_ren/src/client/audiosvc"/>
       
 12647      </component>
       
 12648      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12649      <component name="container" long-name="container">
       
 12650       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12651       <unit bldFile="mw/helix/helix_ren/src/client/common/container"/>
       
 12652       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12653       <unit bldFile="mw/helix/helix_ren/src/common/container"/>
       
 12654       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12655       <unit bldFile="mw/helix/helix_ren/src/datatype/common/container"/>
       
 12656      </component>
       
 12657      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12658      <component name="netio" long-name="netio">
       
 12659       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12660       <unit bldFile="mw/helix/helix_ren/src/client/common/netio"/>
       
 12661       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12662       <unit bldFile="mw/helix/helix_ren/src/common/netio"/>
       
 12663      </component>
       
 12664      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12665      <component name="system" long-name="system">
       
 12666       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12667       <unit bldFile="mw/helix/helix_ren/src/client/common/system"/>
       
 12668       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12669       <unit bldFile="mw/helix/helix_ren/src/common/system"/>
       
 12670       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12671       <unit bldFile="mw/helix/helix_ren/src/protocol/transport/common/system"/>
       
 12672      </component>
       
 12673      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12674      <component name="util" long-name="util">
       
 12675       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12676       <unit bldFile="mw/helix/helix_ren/src/client/common/util"/>
       
 12677       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12678       <unit bldFile="mw/helix/helix_ren/src/common/util"/>
       
 12679       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12680       <unit bldFile="mw/helix/helix_ren/src/datatype/common/util"/>
       
 12681       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12682       <unit bldFile="mw/helix/helix_ren/src/protocol/common/util"/>
       
 12683      </component>
       
 12684      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12685      <component name="netwksvc" long-name="netwksvc">
       
 12686       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12687       <unit bldFile="mw/helix/helix_ren/src/client/netwksvc"/>
       
 12688      </component>
       
 12689      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12690      <component name="videosvc" long-name="videosvc">
       
 12691       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12692       <unit bldFile="mw/helix/helix_ren/src/client/videosvc"/>
       
 12693      </component>
       
 12694      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12695      <component name="symbianMmf" long-name="symbianMmf">
       
 12696       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12697       <unit bldFile="mw/helix/helix_ren/src/clientapps/symbianMmf"/>
       
 12698      </component>
       
 12699      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12700      <component name="audiocontroller" long-name="audiocontroller">
       
 12701       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12702       <unit bldFile="mw/helix/helix_ren/src/clientapps/symbianMmf/audiocontroller"/>
       
 12703      </component>
       
 12704      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12705      <component name="videocontroller" long-name="videocontroller">
       
 12706       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12707       <unit bldFile="mw/helix/helix_ren/src/clientapps/symbianMmf/videocontroller"/>
       
 12708      </component>
       
 12709      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12710      <component name="wmvextcontroller" long-name="wmvextcontroller">
       
 12711       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12712       <unit bldFile="mw/helix/helix_ren/src/clientapps/symbianMmf/wmvextcontroller"/>
       
 12713      </component>
       
 12714      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12715      <component name="dbgtool" long-name="dbgtool">
       
 12716       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12717       <unit bldFile="mw/helix/helix_ren/src/common/dbgtool"/>
       
 12718      </component>
       
 12719      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12720      <component name="fileio" long-name="fileio">
       
 12721       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12722       <unit bldFile="mw/helix/helix_ren/src/common/fileio"/>
       
 12723      </component>
       
 12724      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12725      <component name="xml" long-name="xml">
       
 12726       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12727       <unit bldFile="mw/helix/helix_ren/src/common/lang/xml"/>
       
 12728      </component>
       
 12729      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12730      <component name="logcommon" long-name="logcommon">
       
 12731       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12732       <unit bldFile="mw/helix/helix_ren/src/common/log/logcommon"/>
       
 12733      </component>
       
 12734      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12735      <component name="logobserverfile" long-name="logobserverfile">
       
 12736       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12737       <unit bldFile="mw/helix/helix_ren/src/common/log/logobserverfile"/>
       
 12738      </component>
       
 12739      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12740      <component name="logsystem" long-name="logsystem">
       
 12741       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12742       <unit bldFile="mw/helix/helix_ren/src/common/log/logsystem"/>
       
 12743      </component>
       
 12744      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12745      <component name="logutil" long-name="logutil">
       
 12746       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12747       <unit bldFile="mw/helix/helix_ren/src/common/log/logutil"/>
       
 12748      </component>
       
 12749      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12750      <component name="runtime" long-name="runtime">
       
 12751       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12752       <unit bldFile="mw/helix/helix_ren/src/common/runtime"/>
       
 12753      </component>
       
 12754      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12755      <component name="fileformat" long-name="fileformat">
       
 12756       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12757       <unit bldFile="mw/helix/helix_ren/src/datatype/aac/fileformat"/>
       
 12758       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12759       <unit bldFile="mw/helix/helix_ren/src/datatype/amr/fileformat"/>
       
 12760       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12761       <unit bldFile="mw/helix/helix_ren/src/datatype/avi/fileformat"/>
       
 12762       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12763       <unit bldFile="mw/helix/helix_ren/src/datatype/mp3/fileformat"/>
       
 12764       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12765       <unit bldFile="mw/helix/helix_ren/src/datatype/mp4/fileformat"/>
       
 12766       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12767       <unit bldFile="mw/helix/helix_ren/src/datatype/rm/fileformat"/>
       
 12768       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12769       <unit bldFile="mw/helix/helix_ren/src/datatype/wm/fileformat"/>
       
 12770       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12771       <unit bldFile="mw/helix/helix_ren/src/datatype/xps/fileformat"/>
       
 12772      </component>
       
 12773      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12774      <component name="parser" long-name="parser">
       
 12775       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12776       <unit bldFile="mw/helix/helix_ren/src/datatype/aac/parser"/>
       
 12777      </component>
       
 12778      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12779      <component name="payload" long-name="payload">
       
 12780       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12781       <unit bldFile="mw/helix/helix_ren/src/datatype/aac/payload"/>
       
 12782       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12783       <unit bldFile="mw/helix/helix_ren/src/datatype/amr/payload"/>
       
 12784       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12785       <unit bldFile="mw/helix/helix_ren/src/datatype/h263/payload"/>
       
 12786       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12787       <unit bldFile="mw/helix/helix_ren/src/datatype/mp3/payload"/>
       
 12788       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12789       <unit bldFile="mw/helix/helix_ren/src/datatype/mp4/payload"/>
       
 12790       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12791       <unit bldFile="mw/helix/helix_ren/src/datatype/rm/audio/payload"/>
       
 12792      </component>
       
 12793      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12794      <component name="audrend" long-name="audrend">
       
 12795       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12796       <unit bldFile="mw/helix/helix_ren/src/datatype/common/audrend"/>
       
 12797      </component>
       
 12798      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12799      <component name="datatype" long-name="datatype">
       
 12800       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12801       <unit bldFile="mw/helix/helix_ren/src/datatype/group/audio"/>
       
 12802      </component>
       
 12803      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12804      <component name="wma" long-name="wma">
       
 12805       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12806       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/audio/arm/wma"/>
       
 12807      </component>
       
 12808      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12809      <component name="dsp" long-name="dsp">
       
 12810       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12811       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/audio/dsp"/>
       
 12812      </component>
       
 12813      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12814      <component name="flv" long-name="flv">
       
 12815       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12816       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/video/format/flv"/>
       
 12817      </component>
       
 12818      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12819      <component name="h263" long-name="h263">
       
 12820       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12821       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/video/format/h263"/>
       
 12822      </component>
       
 12823      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12824      <component name="h264" long-name="h264">
       
 12825       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12826       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/video/format/h264"/>
       
 12827      </component>
       
 12828      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12829      <component name="mp4" long-name="mp4">
       
 12830       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12831       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/video/format/mp4"/>
       
 12832      </component>
       
 12833      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12834      <component name="rm" long-name="rm">
       
 12835       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12836       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/video/format/rm"/>
       
 12837      </component>
       
 12838      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12839      <component name="wmv" long-name="wmv">
       
 12840       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12841       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/video/format/wmv"/>
       
 12842      </component>
       
 12843      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12844      <component name="renderer" long-name="renderer">
       
 12845       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12846       <unit bldFile="mw/helix/helix_ren/src/datatype/mdf/video/renderer"/>
       
 12847       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12848       <unit bldFile="mw/helix/helix_ren/src/datatype/mp3/renderer"/>
       
 12849       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12850       <unit bldFile="mw/helix/helix_ren/src/datatype/mp4/audio/renderer"/>
       
 12851       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12852       <unit bldFile="mw/helix/helix_ren/src/datatype/null/renderer"/>
       
 12853       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12854       <unit bldFile="mw/helix/helix_ren/src/datatype/rm/audio/renderer"/>
       
 12855       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12856       <unit bldFile="mw/helix/helix_ren/src/datatype/wm/audio/renderer"/>
       
 12857      </component>
       
 12858      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12859      <component name="codec" long-name="codec">
       
 12860       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12861       <unit bldFile="mw/helix/helix_ren/src/datatype/mp3/codec"/>
       
 12862      </component>
       
 12863      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12864      <component name="fixpt" long-name="fixpt">
       
 12865       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12866       <unit bldFile="mw/helix/helix_ren/src/datatype/mp3/codec/fixpt"/>
       
 12867      </component>
       
 12868      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12869      <component name="decoder" long-name="decoder">
       
 12870       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12871       <unit bldFile="mw/helix/helix_ren/src/datatype/mp3/decoder"/>
       
 12872      </component>
       
 12873      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12874      <component name="id3lib" long-name="id3lib">
       
 12875       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12876       <unit bldFile="mw/helix/helix_ren/src/datatype/mp3/import/id3lib"/>
       
 12877      </component>
       
 12878      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12879      <component name="ra8lbr" long-name="ra8lbr">
       
 12880       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12881       <unit bldFile="mw/helix/helix_ren/src/datatype/rm/audio/codec/ra8lbr"/>
       
 12882      </component>
       
 12883      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12884      <component name="sipro" long-name="sipro">
       
 12885       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12886       <unit bldFile="mw/helix/helix_ren/src/datatype/rm/audio/codec/sipro"/>
       
 12887      </component>
       
 12888      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12889      <component name="metadataeng" long-name="metadataeng">
       
 12890       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12891       <unit bldFile="mw/helix/helix_ren/src/datatype/tools/metadataeng"/>
       
 12892      </component>
       
 12893      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12894      <component name="utility" long-name="utility">
       
 12895       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12896       <unit bldFile="mw/helix/helix_ren/src/datatype/tools/metadataeng/utility"/>
       
 12897       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12898       <unit bldFile="mw/mmappfw/mmappcomponents/harvester/utility/group"/>
       
 12899      </component>
       
 12900      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12901      <component name="minicntx" long-name="minicntx">
       
 12902       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12903       <unit bldFile="mw/helix/helix_ren/src/datatype/tools/minicntx"/>
       
 12904      </component>
       
 12905      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12906      <component name="PacketSink" long-name="PacketSink">
       
 12907       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12908       <unit bldFile="mw/helix/helix_ren/src/datatype/xps/PacketSink"/>
       
 12909      </component>
       
 12910      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12911      <component name="test" long-name="test">
       
 12912       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12913       <unit bldFile="mw/helix/helix_ren/src/datatype/xps/test"/>
       
 12914       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12915       <unit bldFile="mw/mmappfw/mmappcomponents/asxparser/test"/>
       
 12916      </component>
       
 12917      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12918      <component name="data" long-name="data">
       
 12919       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12920       <unit bldFile="mw/helix/helix_ren/src/filesystem/data"/>
       
 12921      </component>
       
 12922      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12923      <component name="http" long-name="http">
       
 12924       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12925       <unit bldFile="mw/helix/helix_ren/src/filesystem/http"/>
       
 12926       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12927       <unit bldFile="mw/helix/helix_ren/src/protocol/http"/>
       
 12928      </component>
       
 12929      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12930      <component name="httplite" long-name="httplite">
       
 12931       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12932       <unit bldFile="mw/helix/helix_ren/src/filesystem/httplite"/>
       
 12933      </component>
       
 12934      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12935      <component name="local" long-name="local">
       
 12936       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12937       <unit bldFile="mw/helix/helix_ren/src/filesystem/local"/>
       
 12938      </component>
       
 12939      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12940      <component name="progdown" long-name="progdown">
       
 12941       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12942       <unit bldFile="mw/helix/helix_ren/src/filesystem/progdown"/>
       
 12943      </component>
       
 12944      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12945      <component name="rtsp" long-name="rtsp">
       
 12946       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12947       <unit bldFile="mw/helix/helix_ren/src/protocol/rtsp"/>
       
 12948      </component>
       
 12949      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12950      <component name="sdp" long-name="sdp">
       
 12951       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12952       <unit bldFile="mw/helix/helix_ren/src/protocol/sdp"/>
       
 12953      </component>
       
 12954      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12955      <component name="rdt" long-name="rdt">
       
 12956       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12957       <unit bldFile="mw/helix/helix_ren/src/protocol/transport/rdt"/>
       
 12958      </component>
       
 12959      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12960      <component name="colconverter" long-name="colconverter">
       
 12961       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12962       <unit bldFile="mw/helix/helix_ren/src/video/colconverter"/>
       
 12963      </component>
       
 12964      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12965      <component name="site" long-name="site">
       
 12966       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12967       <unit bldFile="mw/helix/helix_ren/src/video/site"/>
       
 12968      </component>
       
 12969      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12970      <component name="sitelib" long-name="sitelib">
       
 12971       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12972       <unit bldFile="mw/helix/helix_ren/src/video/sitelib"/>
       
 12973      </component>
       
 12974      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12975      <component name="vidutil" long-name="vidutil">
       
 12976       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12977       <unit bldFile="mw/helix/helix_ren/src/video/vidutil"/>
       
 12978      </component>
       
 12979     </collection>
       
 12980     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 12981     <collection name="helix_plat" long-name="helix_plat">
       
 12982      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12983      <component name="external_packet_source_api" long-name="external_packet_source_api">
       
 12984       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12985       <unit bldFile="mw/helix/helix_plat/external_packet_source_api/group"/>
       
 12986      </component>
       
 12987      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12988      <component name="helix_plat" long-name="helix_plat">
       
 12989       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12990       <unit bldFile="mw/helix/helix_plat/group"/>
       
 12991      </component>
       
 12992      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12993      <component name="helix_features" long-name="helix_features">
       
 12994       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 12995       <unit bldFile="mw/helix/helix_plat/helix_features/group"/>
       
 12996      </component>
       
 12997      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 12998      <component name="helix_meta_data_utility" long-name="helix_meta_data_utility">
       
 12999       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13000       <unit bldFile="mw/helix/helix_plat/helix_meta_data_utility/group"/>
       
 13001      </component>
       
 13002      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13003      <component name="metadata_update_event_api" long-name="metadata_update_event_api">
       
 13004       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13005       <unit bldFile="mw/helix/helix_plat/metadata_update_event_api/group"/>
       
 13006      </component>
       
 13007      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13008      <component name="scaling_custom_ommand_api" long-name="scaling_custom_ommand_api">
       
 13009       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13010       <unit bldFile="mw/helix/helix_plat/scaling_custom_ommand_api/group"/>
       
 13011      </component>
       
 13012     </collection>
       
 13013     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13014     <collection name="helix_pub" long-name="helix_pub">
       
 13015      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13016      <component name="helix_pub" long-name="helix_pub">
       
 13017       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13018       <unit bldFile="mw/helix/helix_pub/group"/>
       
 13019      </component>
       
 13020      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13021      <component name="rop_custom_commands_api" long-name="rop_custom_commands_api">
       
 13022       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13023       <unit bldFile="mw/helix/helix_pub/rop_custom_commands_api/group"/>
       
 13024      </component>
       
 13025     </collection>
       
 13026    </block>
       
 13027    <block long-name="Camera Services" level="specific" name="camerasrv" levels="plugin fw api">
       
 13028     <collection name="camappengine" long-name="Camera App Engine" level="fw">
       
 13029      <component name="Engine">
       
 13030       <unit bldFile="mw/camerasrv/camappengine/Engine/group"/>
       
 13031      </component>
       
 13032      <component name="StillConverter" long-name="Still Converter">
       
 13033       <unit bldFile="mw/camerasrv/camappengine/StillConverter/group"/>
       
 13034      </component>
       
 13035      <component name="asynchfilesavequeue" long-name="Asynch File Save Queue">
       
 13036       <unit bldFile="mw/camerasrv/camappengine/asynchfilesavequeue/group"/>
       
 13037      </component>
       
 13038      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13039      <component name="Build" long-name="Build">
       
 13040       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13041       <unit bldFile="mw/camerasrv/camappengine/Build"/>
       
 13042       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13043       <unit bldFile="mw/camerasrv/camcordermmfplugin/Build"/>
       
 13044      </component>
       
 13045     </collection>
       
 13046     <collection name="camcordermmfplugin" long-name="Camcorder MMF Plugin" level="plugin">
       
 13047      <component name="controller" long-name="Controller">
       
 13048       <unit bldFile="mw/camerasrv/camcordermmfplugin/controller/group"/>
       
 13049      </component>
       
 13050      <component name="filecomposer" long-name="File Composer">
       
 13051       <unit bldFile="mw/camerasrv/camcordermmfplugin/filecomposer/group"/>
       
 13052      </component>
       
 13053      <component name="mediarecorder" long-name="Media Recorder">
       
 13054       <unit bldFile="mw/camerasrv/camcordermmfplugin/mediarecorder/group"/>
       
 13055      </component>
       
 13056     </collection>
       
 13057     <collection name="configmanagers" long-name="Config Managers" level="api">
       
 13058      <component name="imagingconfigmanager" long-name="Imaging Config Manager">
       
 13059       <unit bldFile="mw/camerasrv/configmanagers/imagingconfigmanager/group"/>
       
 13060      </component>
       
 13061      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13062      <component name="configmanagers" long-name="configmanagers">
       
 13063       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13064       <unit bldFile="mw/camerasrv/configmanagers/group"/>
       
 13065      </component>
       
 13066     </collection>
       
 13067     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13068     <collection name="camerasrv" long-name="camerasrv">
       
 13069      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13070      <component name="camerasrv" long-name="camerasrv">
       
 13071       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13072       <unit bldFile="mw/camerasrv/group"/>
       
 13073      </component>
       
 13074     </collection>
       
 13075     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13076     <collection name="camerasrv_plat" long-name="camerasrv_plat">
       
 13077      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13078      <component name="3gp_file_composer_api" long-name="3gp_file_composer_api">
       
 13079       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13080       <unit bldFile="mw/camerasrv/camerasrv_plat/3gp_file_composer_api/group"/>
       
 13081      </component>
       
 13082      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13083      <component name="asynchronous_file_saving_queue_api" long-name="asynchronous_file_saving_queue_api">
       
 13084       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13085       <unit bldFile="mw/camerasrv/camerasrv_plat/asynchronous_file_saving_queue_api/group"/>
       
 13086      </component>
       
 13087      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13088      <component name="cae_extentension_api" long-name="cae_extentension_api">
       
 13089       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13090       <unit bldFile="mw/camerasrv/camerasrv_plat/cae_extentension_api/group"/>
       
 13091      </component>
       
 13092      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13093      <component name="camera_application_engine_api" long-name="camera_application_engine_api">
       
 13094       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13095       <unit bldFile="mw/camerasrv/camerasrv_plat/camera_application_engine_api/group"/>
       
 13096      </component>
       
 13097      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13098      <component name="custom_onboard_camera_api" long-name="custom_onboard_camera_api">
       
 13099       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13100       <unit bldFile="mw/camerasrv/camerasrv_plat/custom_onboard_camera_api/group"/>
       
 13101      </component>
       
 13102      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13103      <component name="camerasrv_plat" long-name="camerasrv_plat">
       
 13104       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13105       <unit bldFile="mw/camerasrv/camerasrv_plat/group"/>
       
 13106      </component>
       
 13107      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13108      <component name="imaging_configuration_manager_api" long-name="imaging_configuration_manager_api">
       
 13109       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13110       <unit bldFile="mw/camerasrv/camerasrv_plat/imaging_configuration_manager_api/group"/>
       
 13111      </component>
       
 13112      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13113      <component name="media_recorder_api" long-name="media_recorder_api">
       
 13114       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13115       <unit bldFile="mw/camerasrv/camerasrv_plat/media_recorder_api/group"/>
       
 13116      </component>
       
 13117      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13118      <component name="media_recorder_sink_api" long-name="media_recorder_sink_api">
       
 13119       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13120       <unit bldFile="mw/camerasrv/camerasrv_plat/media_recorder_sink_api/group"/>
       
 13121      </component>
       
 13122     </collection>
       
 13123    </block>
       
 13124    <block long-name="Multimedia App Framework" level="specific" name="mmappfw" levels="empty fw utils">
       
 13125     <collection name="mmappcomponents" long-name="MM App Components" level="utils">
       
 13126      <component name="asxparser" long-name="ASX Parser">
       
 13127       <unit bldFile="mw/mmappfw/mmappcomponents/asxparser/group"/>
       
 13128      </component>
       
 13129      <component name="collectionhelper" long-name="Collection Helper">
       
 13130       <unit bldFile="mw/mmappfw/mmappcomponents/collectionhelper/group"/>
       
 13131      </component>
       
 13132      <component name="harvester" long-name="Harvester">
       
 13133       <unit bldFile="mw/mmappfw/mmappcomponents/harvester/group"/>
       
 13134      </component>
       
 13135      <component name="mediaplayersettingsengine" long-name="Media Player Settings Engine">
       
 13136       <unit bldFile="mw/mmappfw/mmappcomponents/mediaplayersettingsengine/group"/>
       
 13137      </component>
       
 13138      <component name="mmappcommonui" long-name="MM App Common UI">
       
 13139       <unit bldFile="mw/mmappfw/mmappcomponents/mmappcommonui/group"/>
       
 13140      </component>
       
 13141      <component name="playlistengine" long-name="Playlist Engine">
       
 13142       <unit bldFile="mw/mmappfw/mmappcomponents/playlistengine/group"/>
       
 13143      </component>
       
 13144      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13145      <component name="mmappcomponents" long-name="mmappcomponents">
       
 13146       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13147       <unit bldFile="mw/mmappfw/mmappcomponents/group"/>
       
 13148      </component>
       
 13149      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13150      <component name="collectionmediator" long-name="collectionmediator">
       
 13151       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13152       <unit bldFile="mw/mmappfw/mmappcomponents/harvester/collectionmediator/group"/>
       
 13153      </component>
       
 13154      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13155      <component name="filehandler" long-name="filehandler">
       
 13156       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13157       <unit bldFile="mw/mmappfw/mmappcomponents/harvester/filehandler/group"/>
       
 13158      </component>
       
 13159      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13160      <component name="metadataextractor" long-name="metadataextractor">
       
 13161       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13162       <unit bldFile="mw/mmappfw/mmappcomponents/harvester/metadataextractor/group"/>
       
 13163      </component>
       
 13164      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13165      <component name="albumartutility" long-name="albumartutility">
       
 13166       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13167       <unit bldFile="mw/mmappfw/mmappcomponents/mmappcommonui/albumartutility/group"/>
       
 13168      </component>
       
 13169      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13170      <component name="backsteppingutility" long-name="backsteppingutility">
       
 13171       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13172       <unit bldFile="mw/mmappfw/mmappcomponents/mmappcommonui/backsteppingutility/group"/>
       
 13173      </component>
       
 13174     </collection>
       
 13175     <collection name="mpx" long-name="MPX" level="fw">
       
 13176      <component name="collectionframework" long-name="Collection Framework">
       
 13177       <unit bldFile="mw/mmappfw/mpx/collectionframework/group"/>
       
 13178       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13179       <unit bldFile="app/photos/photosgallery/collectionframework/group"/>
       
 13180      </component>
       
 13181      <component name="commonframework" long-name="Common Framework">
       
 13182       <unit bldFile="mw/mmappfw/mpx/commonframework/group"/>
       
 13183      </component>
       
 13184      <component name="playbackframework" long-name="Playback Framework">
       
 13185       <unit bldFile="mw/mmappfw/mpx/playbackframework/group"/>
       
 13186      </component>
       
 13187      <component name="viewframework" long-name="View Framework">
       
 13188       <unit bldFile="mw/mmappfw/mpx/viewframework/group"/>
       
 13189       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13190       <unit bldFile="app/photos/photosgallery/viewframework/group"/>
       
 13191      </component>
       
 13192      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13193      <component name="collectionengine" long-name="collectionengine">
       
 13194       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13195       <unit bldFile="mw/mmappfw/mpx/collectionframework/collectionengine/group"/>
       
 13196      </component>
       
 13197      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13198      <component name="collectionserver" long-name="collectionserver">
       
 13199       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13200       <unit bldFile="mw/mmappfw/mpx/collectionframework/collectionserver/group"/>
       
 13201      </component>
       
 13202      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13203      <component name="collectionutility" long-name="collectionutility">
       
 13204       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13205       <unit bldFile="mw/mmappfw/mpx/collectionframework/collectionutility/group"/>
       
 13206      </component>
       
 13207      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13208      <component name="mpx" long-name="mpx">
       
 13209       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13210       <unit bldFile="mw/mmappfw/mpx/group"/>
       
 13211      </component>
       
 13212      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13213      <component name="playbackengine" long-name="playbackengine">
       
 13214       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13215       <unit bldFile="mw/mmappfw/mpx/playbackframework/playbackengine/group"/>
       
 13216      </component>
       
 13217      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13218      <component name="playbackserver" long-name="playbackserver">
       
 13219       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13220       <unit bldFile="mw/mmappfw/mpx/playbackframework/playbackserver/group"/>
       
 13221      </component>
       
 13222      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13223      <component name="playbackutility" long-name="playbackutility">
       
 13224       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13225       <unit bldFile="mw/mmappfw/mpx/playbackframework/playbackutility/group"/>
       
 13226      </component>
       
 13227      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13228      <component name="baseviewplugins" long-name="baseviewplugins">
       
 13229       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13230       <unit bldFile="mw/mmappfw/mpx/viewframework/baseviewplugins/group"/>
       
 13231      </component>
       
 13232      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13233      <component name="viewutility" long-name="viewutility">
       
 13234       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13235       <unit bldFile="mw/mmappfw/mpx/viewframework/viewutility/group"/>
       
 13236      </component>
       
 13237     </collection>
       
 13238     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13239     <collection name="mmappfw" long-name="mmappfw">
       
 13240      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13241      <component name="mmappfw" long-name="mmappfw">
       
 13242       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13243       <unit bldFile="mw/mmappfw/group"/>
       
 13244      </component>
       
 13245     </collection>
       
 13246     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13247     <collection name="mmappfw_plat" long-name="mmappfw_plat">
       
 13248      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13249      <component name="asx_parser_api" long-name="asx_parser_api">
       
 13250       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13251       <unit bldFile="mw/mmappfw/mmappfw_plat/asx_parser_api/group"/>
       
 13252      </component>
       
 13253      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13254      <component name="collection_helper_api" long-name="collection_helper_api">
       
 13255       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13256       <unit bldFile="mw/mmappfw/mmappfw_plat/collection_helper_api/group"/>
       
 13257      </component>
       
 13258      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13259      <component name="mmappfw_plat" long-name="mmappfw_plat">
       
 13260       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13261       <unit bldFile="mw/mmappfw/mmappfw_plat/group"/>
       
 13262      </component>
       
 13263      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13264      <component name="harvester_collection_mediator_api" long-name="harvester_collection_mediator_api">
       
 13265       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13266       <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_collection_mediator_api/group"/>
       
 13267      </component>
       
 13268      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13269      <component name="harvester_metadata_extractor_api" long-name="harvester_metadata_extractor_api">
       
 13270       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13271       <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_metadata_extractor_api/group"/>
       
 13272      </component>
       
 13273      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13274      <component name="harvester_server_api" long-name="harvester_server_api">
       
 13275       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13276       <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_server_api/group"/>
       
 13277      </component>
       
 13278      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13279      <component name="harvester_utility_api" long-name="harvester_utility_api">
       
 13280       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13281       <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_utility_api/group"/>
       
 13282      </component>
       
 13283      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13284      <component name="media_player_settings_engine_api" long-name="media_player_settings_engine_api">
       
 13285       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13286       <unit bldFile="mw/mmappfw/mmappfw_plat/media_player_settings_engine_api/group"/>
       
 13287      </component>
       
 13288      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13289      <component name="mpx_albumart_utility_api" long-name="mpx_albumart_utility_api">
       
 13290       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13291       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_albumart_utility_api/group"/>
       
 13292      </component>
       
 13293      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13294      <component name="mpx_backstepping_utility_api" long-name="mpx_backstepping_utility_api">
       
 13295       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13296       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_backstepping_utility_api/group"/>
       
 13297      </component>
       
 13298      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13299      <component name="mpx_base_view_plugins_api" long-name="mpx_base_view_plugins_api">
       
 13300       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13301       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_base_view_plugins_api/group"/>
       
 13302      </component>
       
 13303      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13304      <component name="mpx_collection_common_definition_api" long-name="mpx_collection_common_definition_api">
       
 13305       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13306       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_collection_common_definition_api/group"/>
       
 13307      </component>
       
 13308      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13309      <component name="mpx_collection_utility_api" long-name="mpx_collection_utility_api">
       
 13310       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13311       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_collection_utility_api/group"/>
       
 13312      </component>
       
 13313      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13314      <component name="mpx_common_api" long-name="mpx_common_api">
       
 13315       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13316       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_common_api/group"/>
       
 13317      </component>
       
 13318      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13319      <component name="mpx_common_definition_api" long-name="mpx_common_definition_api">
       
 13320       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13321       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_common_definition_api/group"/>
       
 13322      </component>
       
 13323      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13324      <component name="mpx_playback_common_definition_api" long-name="mpx_playback_common_definition_api">
       
 13325       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13326       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_playback_common_definition_api/group"/>
       
 13327      </component>
       
 13328      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13329      <component name="mpx_playback_utility_api" long-name="mpx_playback_utility_api">
       
 13330       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13331       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_playback_utility_api/group"/>
       
 13332      </component>
       
 13333      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13334      <component name="mpx_view_utility_api" long-name="mpx_view_utility_api">
       
 13335       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13336       <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_view_utility_api/group"/>
       
 13337      </component>
       
 13338      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13339      <component name="playlist_engine_api" long-name="playlist_engine_api">
       
 13340       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13341       <unit bldFile="mw/mmappfw/mmappfw_plat/playlist_engine_api/group"/>
       
 13342      </component>
       
 13343     </collection>
       
 13344    </block>
       
 13345    <block long-name="Input Methods" level="generic" name="inputmethods" levels="plugin engine framework">
  1920     <collection name="fep" long-name="FEP" level="engine">
 13346     <collection name="fep" long-name="FEP" level="engine">
  1921      <component name="frontendprocessor" long-name="Front End Processor">
 13347      <component name="frontendprocessor" long-name="Front End Processor">
  1922       <unit bldFile="mw\inputmethods\fep\frontendprocessor\group" mrp="mw\inputmethods\fep\frontendprocessor\group\app-framework_fepbase.mrp"/>
 13348       <unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
       
 13349      </component>
       
 13350      <component name="aknfep" long-name="AKN FEP">
       
 13351       <unit bldFile="mw/inputmethods/fep/aknfep/group"/>
       
 13352      </component>
       
 13353      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13354      <component name="peninputimeplugincn" long-name="peninputimeplugincn">
       
 13355       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13356       <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimeplugincn/group"/>
       
 13357      </component>
       
 13358      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13359      <component name="peninputimeplugingeneric" long-name="peninputimeplugingeneric">
       
 13360       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13361       <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimeplugingeneric/group"/>
       
 13362      </component>
       
 13363      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13364      <component name="peninputimepluginitut" long-name="peninputimepluginitut">
       
 13365       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13366       <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimepluginitut/group"/>
       
 13367      </component>
       
 13368      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13369      <component name="peninputimepluginjp" long-name="peninputimepluginjp">
       
 13370       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13371       <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimepluginjp/group"/>
       
 13372      </component>
       
 13373      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13374      <component name="AvkonImpl" long-name="AvkonImpl">
       
 13375       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13376       <unit bldFile="mw/inputmethods/fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/group"/>
       
 13377      </component>
       
 13378      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13379      <component name="AknFepUiInterface" long-name="AknFepUiInterface">
       
 13380       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13381       <unit bldFile="mw/inputmethods/fep/aknfep/UiPlugins/AknFepUiInterface/group"/>
       
 13382      </component>
       
 13383      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13384      <component name="fep" long-name="fep">
       
 13385       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13386       <unit bldFile="mw/inputmethods/fep/group"/>
       
 13387      </component>
       
 13388     </collection>
       
 13389     <collection name="textinput" long-name="Text Input" level="framework">
       
 13390      <component name="AknInputLanguage" long-name="Akn Input Language">
       
 13391       <unit bldFile="mw/inputmethods/textinput/AknInputLanguage/group"/>
       
 13392      </component>
       
 13393      <component name="GSLangPlugin.dll=binary" long-name="GS Lang Plugin">
       
 13394       <unit bldFile="mw/inputmethods/textinput/group"/>
       
 13395      </component>
       
 13396      <component name="Matsutake" long-name="Matsutake">
       
 13397       <unit bldFile="mw/inputmethods/textinput/Matsutake/group"/>
       
 13398      </component>
       
 13399      <component name="PtiAtokCore" long-name="PTI Atok Core">
       
 13400       <unit bldFile="mw/inputmethods/textinput/PtiAtokCore/group"/>
       
 13401      </component>
       
 13402      <component name="PtiDecumaJpCore" long-name="PTI Decuma JpCore">
       
 13403       <unit bldFile="mw/inputmethods/textinput/PtiDecumaJpCore/group"/>
       
 13404      </component>
       
 13405      <component name="PtiEngine" long-name="PTI Engine">
       
 13406       <unit bldFile="mw/inputmethods/textinput/PtiEngine/group"/>
       
 13407      </component>
       
 13408      <component name="PtiT9Core" long-name="PTI T9 Core">
       
 13409       <unit bldFile="mw/inputmethods/textinput/PtiT9Core/group"/>
       
 13410      </component>
       
 13411      <component name="ocrsrv" long-name="OCR Srv">
       
 13412       <unit bldFile="mw/inputmethods/textinput/ocrsrv/group"/>
       
 13413      </component>
       
 13414      <component name="peninputarc" long-name="Pen Input Arc">
       
 13415       <unit bldFile="mw/inputmethods/textinput/peninputarc/group"/>
       
 13416      </component>
       
 13417      <component name="peninputcommonctrls" long-name="Pen Input Common Ctrls">
       
 13418       <unit bldFile="mw/inputmethods/textinput/peninputcommonctrls/group"/>
       
 13419      </component>
       
 13420      <component name="peninputcommonctrlsjp" long-name="Pen Input Common Ctrls Jp">
       
 13421       <unit bldFile="mw/inputmethods/textinput/peninputcommonctrlsjp/group"/>
       
 13422      </component>
       
 13423      <component name="peninputcommonlayout" long-name="Pen Input Common Layout">
       
 13424       <unit bldFile="mw/inputmethods/textinput/peninputcommonlayout/group"/>
       
 13425      </component>
       
 13426      <component name="peninputgenerichwr" long-name="Pen Input Generic Hwr">
       
 13427       <unit bldFile="mw/inputmethods/textinput/peninputgenerichwr/group"/>
       
 13428      </component>
       
 13429      <component name="peninputgenericitut" long-name="Pen Input Generici Tut">
       
 13430       <unit bldFile="mw/inputmethods/textinput/peninputgenericitut/group"/>
       
 13431      </component>
       
 13432      <component name="peninputgenericvkb" long-name="Pen Input Generic Vkb">
       
 13433       <unit bldFile="mw/inputmethods/textinput/peninputgenericvkb/group"/>
       
 13434      </component>
       
 13435      <component name="peninputhwrboxcn" long-name="Pen Input Hardwarer Boxcn">
       
 13436       <unit bldFile="mw/inputmethods/textinput/peninputhwrboxcn/group"/>
       
 13437      </component>
       
 13438      <component name="peninputhwrboxjp" long-name="Pen Input Hardwarer Boxjp">
       
 13439       <unit bldFile="mw/inputmethods/textinput/peninputhwrboxjp/group"/>
       
 13440      </component>
       
 13441      <component name="peninputhwrfscn" long-name="Pen Input Hardwarer Fscn">
       
 13442       <unit bldFile="mw/inputmethods/textinput/peninputhwrfscn/group"/>
       
 13443      </component>
       
 13444      <component name="peninputhwrtrui" long-name="Pen Input Hardwarer Tr UI">
       
 13445       <unit bldFile="mw/inputmethods/textinput/peninputhwrtrui/group"/>
       
 13446      </component>
       
 13447      <component name="peninputvkbcn" long-name="Pen Input Vkbcn">
       
 13448       <unit bldFile="mw/inputmethods/textinput/peninputvkbcn/group"/>
       
 13449      </component>
       
 13450      <component name="peninputvkbjp" long-name="Pen Input Vkbjp">
       
 13451       <unit bldFile="mw/inputmethods/textinput/peninputvkbjp/group"/>
       
 13452      </component>
       
 13453      <component name="pticpicore" long-name="PTI CPI Core">
       
 13454       <unit bldFile="mw/inputmethods/textinput/pticpicore/group"/>
       
 13455      </component>
       
 13456      <component name="ptidecumacore" long-name="Pti Decuma Core">
       
 13457       <unit bldFile="mw/inputmethods/textinput/ptidecumacore/group"/>
       
 13458      </component>
       
 13459      <component name="ptienginev2" long-name="PTI Engine V2">
       
 13460       <unit bldFile="mw/inputmethods/textinput/ptienginev2/group"/>
       
 13461      </component>
       
 13462      <component name="ptiindicphoneticcore" long-name="PTI Indic Phone Tic Core">
       
 13463       <unit bldFile="mw/inputmethods/textinput/ptiindicphoneticcore/group"/>
       
 13464      </component>
       
 13465      <component name="ptivocore" long-name="PTI VO Core">
       
 13466       <unit bldFile="mw/inputmethods/textinput/ptivocore/group"/>
       
 13467      </component>
       
 13468      <component name="ptixt9core" long-name="PTI XT9 Core">
       
 13469       <unit bldFile="mw/inputmethods/textinput/ptixt9core/group"/>
       
 13470      </component>
       
 13471      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13472      <component name="GSLangPlugin" long-name="GSLangPlugin">
       
 13473       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13474       <unit bldFile="mw/inputmethods/textinput/GSLangPlugin"/>
       
 13475      </component>
       
 13476      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13477      <component name="peninputserverapp" long-name="peninputserverapp">
       
 13478       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13479       <unit bldFile="mw/inputmethods/textinput/peninputarc/src/peninputserverapp"/>
       
 13480      </component>
       
 13481      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13482      <component name="utils" long-name="utils">
       
 13483       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13484       <unit bldFile="mw/inputmethods/textinput/peninputarc/utils/group"/>
       
 13485      </component>
       
 13486      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13487      <component name="languages" long-name="languages">
       
 13488       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13489       <unit bldFile="mw/inputmethods/textinput/ptienginev2/languages"/>
       
 13490      </component>
       
 13491     </collection>
       
 13492     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13493     <collection name="inputmethods" long-name="inputmethods">
       
 13494      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13495      <component name="inputmethods" long-name="inputmethods">
       
 13496       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13497       <unit bldFile="mw/inputmethods/group"/>
       
 13498      </component>
       
 13499     </collection>
       
 13500     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13501     <collection name="inputmethods_plat" long-name="inputmethods_plat">
       
 13502      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13503      <component name="aknfep_definitions_api" long-name="aknfep_definitions_api">
       
 13504       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13505       <unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_definitions_api/group"/>
       
 13506      </component>
       
 13507      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13508      <component name="aknfep_pen_support_api" long-name="aknfep_pen_support_api">
       
 13509       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13510       <unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_pen_support_api/group"/>
       
 13511      </component>
       
 13512      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13513      <component name="aknfep_settings_api" long-name="aknfep_settings_api">
       
 13514       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13515       <unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_settings_api/group"/>
       
 13516      </component>
       
 13517      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13518      <component name="aknfep_status_api" long-name="aknfep_status_api">
       
 13519       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13520       <unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_status_api/group"/>
       
 13521      </component>
       
 13522      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13523      <component name="aknfep_uiinterface_api" long-name="aknfep_uiinterface_api">
       
 13524       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13525       <unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_uiinterface_api/group"/>
       
 13526      </component>
       
 13527      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13528      <component name="inputmethods_plat" long-name="inputmethods_plat">
       
 13529       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13530       <unit bldFile="mw/inputmethods/inputmethods_plat/group"/>
       
 13531      </component>
       
 13532      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13533      <component name="pen_input_server_api" long-name="pen_input_server_api">
       
 13534       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13535       <unit bldFile="mw/inputmethods/inputmethods_plat/pen_input_server_api/group"/>
       
 13536      </component>
       
 13537      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13538      <component name="ptiengine_core_api" long-name="ptiengine_core_api">
       
 13539       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13540       <unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_core_api/group"/>
       
 13541      </component>
       
 13542      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13543      <component name="ptiengine_hwr_api" long-name="ptiengine_hwr_api">
       
 13544       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13545       <unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_hwr_api/group"/>
       
 13546      </component>
       
 13547      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13548      <component name="ptiengine_indic_definitions_api" long-name="ptiengine_indic_definitions_api">
       
 13549       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13550       <unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_indic_definitions_api/group"/>
       
 13551      </component>
       
 13552      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13553      <component name="ptiengine_key_definations_api" long-name="ptiengine_key_definations_api">
       
 13554       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13555       <unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_key_definations_api/group"/>
       
 13556      </component>
       
 13557     </collection>
       
 13558     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13559     <collection name="inputmethods_pub" long-name="inputmethods_pub">
       
 13560      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13561      <component name="inputmethods_pub" long-name="inputmethods_pub">
       
 13562       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13563       <unit bldFile="mw/inputmethods/inputmethods_pub/group"/>
       
 13564      </component>
       
 13565      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13566      <component name="input_language_info_api" long-name="input_language_info_api">
       
 13567       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13568       <unit bldFile="mw/inputmethods/inputmethods_pub/input_language_info_api/group"/>
       
 13569      </component>
       
 13570      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13571      <component name="optical_character_recognition_api" long-name="optical_character_recognition_api">
       
 13572       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13573       <unit bldFile="mw/inputmethods/inputmethods_pub/optical_character_recognition_api/group"/>
       
 13574      </component>
       
 13575      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13576      <component name="ptiengine_api" long-name="ptiengine_api">
       
 13577       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13578       <unit bldFile="mw/inputmethods/inputmethods_pub/ptiengine_api/group"/>
       
 13579      </component>
       
 13580      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13581      <component name="ptiengine_iti_api" long-name="ptiengine_iti_api">
       
 13582       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13583       <unit bldFile="mw/inputmethods/inputmethods_pub/ptiengine_iti_api/group"/>
  1923      </component>
 13584      </component>
  1924     </collection>
 13585     </collection>
  1925    </block>
 13586    </block>
  1926    <block name="classicui" long-name="Classic UI" level="generic" levels="base support server generic specific">
 13587    <block long-name="Classic UI" level="generic" name="classicui" levels="base support server generic specific">
  1927     <collection name="commonuisupport" long-name="Common UI Support" level="support">
 13588     <collection name="commonuisupport" long-name="Common UI Support" level="support">
       
 13589      <component name="errorresolverdata" long-name="Error Resolver Data">
       
 13590       <unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
       
 13591      </component>
       
 13592      <component name="grid" long-name="Grid">
       
 13593       <unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
       
 13594      </component>
       
 13595      <component name="uifwsdocs" long-name="UI Frameworks Documentation" class="doc">
       
 13596       <unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
       
 13597      </component>
       
 13598      <component name="uilaf" long-name="UI Look and Feel" introduced="6.0">
       
 13599       <unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
       
 13600      </component>
  1928      <component name="uikon" long-name="Uikon" introduced="6.0">
 13601      <component name="uikon" long-name="Uikon" introduced="6.0">
  1929       <unit bldFile="mw\classicui\commonuisupport\uikon\group" mrp="mw\classicui\commonuisupport\uikon\group\app-framework_uikon.mrp"/>
 13602       <unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
  1930      </component>
       
  1931      <component name="errorresolverdata" long-name="Error Resolver Data">
       
  1932       <unit bldFile="mw\classicui\commonuisupport\errorresolverdata\group" mrp="mw\classicui\commonuisupport\errorresolverdata\group\app-framework_errorresgt.mrp"/>
       
  1933      </component>
       
  1934      <component name="uilaf" long-name="UI Look and Feel" introduced="6.0">
       
  1935       <unit bldFile="mw\classicui\commonuisupport\uilaf\GROUP" mrp="mw\classicui\commonuisupport\uilaf\GROUP\app-framework_uiklafgt.mrp"/>
       
  1936      </component>
       
  1937      <component name="grid" long-name="Grid">
       
  1938       <unit bldFile="mw\classicui\commonuisupport\grid\group" mrp="mw\classicui\commonuisupport\grid\group\app-framework_grid.mrp"/>
       
  1939      </component>
       
  1940      <component name="uifwsdocs" long-name="UI Frameworks Documentation" class="doc">
       
  1941       <unit mrp="mw\classicui\commonuisupport\uifwsdocs\app-framework_documentation.mrp"/>
       
  1942      </component>
 13603      </component>
  1943     </collection>
 13604     </collection>
  1944     <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
 13605     <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
       
 13606      <component name="animation" long-name="Animation" introduced="9.1">
       
 13607       <unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
       
 13608      </component>
       
 13609      <component name="bmpanimation" long-name="BMP Animation" introduced="6.0">
       
 13610       <unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
       
 13611      </component>
       
 13612      <component name="clockanim" long-name="Clock" plugin="Y">
       
 13613       <unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
       
 13614      </component>
  1945      <component name="cone" long-name="Control Environment">
 13615      <component name="cone" long-name="Control Environment">
  1946       <unit bldFile="mw\classicui\lafagnosticuifoundation\cone\group" mrp="mw\classicui\lafagnosticuifoundation\cone\group\app-framework_cone.mrp"/>
 13616       <unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
  1947      </component>
 13617      </component>
  1948      <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2">
 13618      <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2">
  1949       <unit bldFile="mw\classicui\lafagnosticuifoundation\graphicseffects\group" mrp="mw\classicui\lafagnosticuifoundation\graphicseffects\group\app-framework_gfxtranseffect.mrp"/>
 13619       <unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
  1950      </component>
 13620      </component>
  1951      <component name="uigraphicsutils" long-name="UI Graphics Utilities">
 13621      <component name="uigraphicsutils" long-name="UI Graphics Utilities">
  1952       <unit bldFile="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group" mrp="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group\app-framework_egul.mrp"/>
 13622       <unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
  1953      </component>
 13623      </component>
  1954      <component name="clockanim" long-name="Clock" plugin="Y">
 13624     </collection>
  1955       <unit bldFile="mw\classicui\lafagnosticuifoundation\clockanim\group" mrp="mw\classicui\lafagnosticuifoundation\clockanim\group\app-framework_clock.mrp"/>
 13625     <collection name="applicationinterworkingfw" long-name="Application Interworking Framework" level="generic">
  1956      </component>
 13626      <component name="ServiceHandler" long-name="Service Handler">
  1957      <component name="bmpanimation" long-name="BMP Animation" introduced="6.0">
 13627       <unit bldFile="mw/classicui/applicationinterworkingfw/ServiceHandler/group"/>
  1958       <unit bldFile="mw\classicui\lafagnosticuifoundation\bmpanimation\group" mrp="mw\classicui\lafagnosticuifoundation\bmpanimation\group\app-framework_bmpanim.mrp"/>
 13628      </component>
  1959      </component>
 13629      <!-- Following Component added by SF via autopopulating script from S60 model -->
  1960      <component name="animation" long-name="Animation" introduced="9.1">
 13630      <component name="applicationinterworkingfw" long-name="applicationinterworkingfw">
  1961       <unit bldFile="mw\classicui\lafagnosticuifoundation\animation\group" mrp="mw\classicui\lafagnosticuifoundation\animation\group\app-framework_animation.mrp"/>
 13631       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13632       <unit bldFile="mw/classicui/applicationinterworkingfw/group"/>
       
 13633      </component>
       
 13634     </collection>
       
 13635     <collection name="commonuis" long-name="Common UIs" level="specific">
       
 13636      <component name="CommonDialogs" long-name="Common Dialogs">
       
 13637       <unit bldFile="mw/classicui/commonuis/CommonDialogs/group"/>
       
 13638      </component>
       
 13639      <component name="CommonUi" long-name="Common UI">
       
 13640       <unit bldFile="mw/classicui/commonuis/CommonUi/group"/>
       
 13641      </component>
       
 13642      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13643      <component name="group_test" long-name="group_test">
       
 13644       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13645       <unit bldFile="mw/classicui/commonuis/CommonDialogs/group_test"/>
       
 13646      </component>
       
 13647      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13648      <component name="commonuis" long-name="commonuis">
       
 13649       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13650       <unit bldFile="mw/classicui/commonuis/group"/>
       
 13651      </component>
       
 13652     </collection>
       
 13653     <collection name="psln" long-name="Personalization" level="specific">
       
 13654      <component name="PslnFramework" long-name="Personalization Framework">
       
 13655       <unit bldFile="mw/classicui/psln/PslnFramework/group"/>
       
 13656       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13657       <unit bldFile="mw/classicui/psln/PslnFramework"/>
       
 13658      </component>
       
 13659      <component name="PslnFramework.dll=binary">
       
 13660       <unit bldFile="mw/classicui/psln/group"/>
       
 13661      </component>
       
 13662      <component name="PslnGSPlugin" long-name="Personalizaion GS Plugin">
       
 13663       <unit bldFile="mw/classicui/psln/PslnGSPlugin/group"/>
       
 13664      </component>
       
 13665      <component name="PslnLibraryLoaders" long-name="Personalization Library Loaders">
       
 13666       <unit bldFile="mw/classicui/psln/PslnLibraryLoaders/group"/>
       
 13667      </component>
       
 13668      <component name="psln.exe=binary" long-name="Psln">
       
 13669 <!--       <unit bldFile="mw/classicui/psln/group"/> -->
       
 13670      </component>
       
 13671      <component name="pslnengine" long-name="Personalization Engine">
       
 13672       <unit bldFile="mw/classicui/psln/pslnengine/group"/>
       
 13673      </component>
       
 13674      <component name="pslnslidesetdialog" long-name="Personalization Slideset Dialog">
       
 13675       <unit bldFile="mw/classicui/psln/pslnslidesetdialog/group"/>
       
 13676      </component>
       
 13677     </collection>
       
 13678     <collection name="uifw" long-name="UI Framework" level="server">
       
 13679      <component name="AknGlobalUI" long-name="Avkon Global UI">
       
 13680       <unit bldFile="mw/classicui/uifw/AknGlobalUI/group"/>
       
 13681      </component>
       
 13682      <component name="AvKon" long-name="AvKon">
       
 13683       <unit bldFile="mw/classicui/uifw/AvKon/group"/>
       
 13684      </component>
       
 13685      <component name="EikStd" long-name="EikStd">
       
 13686       <unit bldFile="mw/classicui/uifw/EikStd/group"/>
       
 13687      </component>
       
 13688      <component name="eikctl" long-name="Eikctl">
       
 13689       <unit bldFile="mw/classicui/uifw/eikctl/group"/>
       
 13690      </component>
       
 13691      <component name="tactilefeedback" long-name="Tactile Feedback">
       
 13692       <unit bldFile="mw/classicui/uifw/tactilefeedback/group"/>
       
 13693       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13694       <unit bldFile="mw/hapticsservices/tactilefeedback/group"/>
       
 13695      </component>
       
 13696      <component name="uiklaf" long-name="UIKLAF">
       
 13697       <unit bldFile="mw/classicui/uifw/uiklaf/group"/>
       
 13698      </component>
       
 13699      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13700      <component name="akncompamode" long-name="akncompamode">
       
 13701       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13702       <unit bldFile="mw/classicui/uifw/AvKon/akncompamode/group"/>
       
 13703      </component>
       
 13704      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13705      <component name="gs" long-name="gs">
       
 13706       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13707       <unit bldFile="mw/classicui/uifw/AvKon/akncompamode/gs/group"/>
       
 13708      </component>
       
 13709      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13710      <component name="srv" long-name="srv">
       
 13711       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13712       <unit bldFile="mw/classicui/uifw/AvKon/akncompamode/srv/group"/>
       
 13713      </component>
       
 13714      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13715      <component name="AknExtendedFader" long-name="AknExtendedFader">
       
 13716       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13717       <unit bldFile="mw/classicui/uifw/AvKon/AknExtendedFader/group"/>
       
 13718      </component>
       
 13719      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13720      <component name="aknhlist" long-name="aknhlist">
       
 13721       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13722       <unit bldFile="mw/classicui/uifw/AvKon/aknhlist/group"/>
       
 13723      </component>
       
 13724      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13725      <component name="AknKeyRotator" long-name="AknKeyRotator">
       
 13726       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13727       <unit bldFile="mw/classicui/uifw/AvKon/AknKeyRotator/group"/>
       
 13728      </component>
       
 13729      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13730      <component name="AknListLoaderTfx" long-name="AknListLoaderTfx">
       
 13731       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13732       <unit bldFile="mw/classicui/uifw/AvKon/AknListLoaderTfx/group"/>
       
 13733      </component>
       
 13734      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13735      <component name="AknTransitionUtils" long-name="AknTransitionUtils">
       
 13736       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13737       <unit bldFile="mw/classicui/uifw/AvKon/AknTransitionUtils/group"/>
       
 13738      </component>
       
 13739      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13740      <component name="PreBuilder" long-name="PreBuilder">
       
 13741       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13742       <unit bldFile="mw/classicui/uifw/AvKon/PreBuilder"/>
       
 13743      </component>
       
 13744      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13745      <component name="uifw" long-name="uifw">
       
 13746       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13747       <unit bldFile="mw/classicui/uifw/group"/>
       
 13748      </component>
       
 13749     </collection>
       
 13750     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13751     <collection name="classicui" long-name="classicui">
       
 13752      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13753      <component name="classicui" long-name="classicui">
       
 13754       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13755       <unit bldFile="mw/classicui/group"/>
       
 13756      </component>
       
 13757     </collection>
       
 13758     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 13759     <collection name="classicui_plat" long-name="classicui_plat">
       
 13760      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13761      <component name="aiw_provider_utility_api" long-name="aiw_provider_utility_api">
       
 13762       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13763       <unit bldFile="mw/classicui/classicui_plat/aiw_provider_utility_api/group"/>
       
 13764      </component>
       
 13765      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13766      <component name="aiw_service_interface_base_api" long-name="aiw_service_interface_base_api">
       
 13767       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13768       <unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_base_api/group"/>
       
 13769      </component>
       
 13770      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13771      <component name="aiw_service_interface_menu_api" long-name="aiw_service_interface_menu_api">
       
 13772       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13773       <unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_menu_api/group"/>
       
 13774      </component>
       
 13775      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13776      <component name="alarm_api" long-name="alarm_api">
       
 13777       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13778       <unit bldFile="mw/classicui/classicui_plat/alarm_api/group"/>
       
 13779      </component>
       
 13780      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13781      <component name="application_switching_api" long-name="application_switching_api">
       
 13782       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13783       <unit bldFile="mw/classicui/classicui_plat/application_switching_api/group"/>
       
 13784      </component>
       
 13785      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13786      <component name="avkon_anim_dll_api" long-name="avkon_anim_dll_api">
       
 13787       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13788       <unit bldFile="mw/classicui/classicui_plat/avkon_anim_dll_api/group"/>
       
 13789      </component>
       
 13790      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13791      <component name="avkon_fonts_api" long-name="avkon_fonts_api">
       
 13792       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13793       <unit bldFile="mw/classicui/classicui_plat/avkon_fonts_api/group"/>
       
 13794      </component>
       
 13795      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13796      <component name="avkon_localised_texts_api" long-name="avkon_localised_texts_api">
       
 13797       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13798       <unit bldFile="mw/classicui/classicui_plat/avkon_localised_texts_api/group"/>
       
 13799      </component>
       
 13800      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13801      <component name="avkon_secondary_display_api" long-name="avkon_secondary_display_api">
       
 13802       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13803       <unit bldFile="mw/classicui/classicui_plat/avkon_secondary_display_api/group"/>
       
 13804      </component>
       
 13805      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13806      <component name="avkon_secondary_display_support_api" long-name="avkon_secondary_display_support_api">
       
 13807       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13808       <unit bldFile="mw/classicui/classicui_plat/avkon_secondary_display_support_api/group"/>
       
 13809      </component>
       
 13810      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13811      <component name="avkon_settings_api" long-name="avkon_settings_api">
       
 13812       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13813       <unit bldFile="mw/classicui/classicui_plat/avkon_settings_api/group"/>
       
 13814      </component>
       
 13815      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13816      <component name="avkon_status_api" long-name="avkon_status_api">
       
 13817       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13818       <unit bldFile="mw/classicui/classicui_plat/avkon_status_api/group"/>
       
 13819      </component>
       
 13820      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13821      <component name="avkon_ui_server_api" long-name="avkon_ui_server_api">
       
 13822       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13823       <unit bldFile="mw/classicui/classicui_plat/avkon_ui_server_api/group"/>
       
 13824      </component>
       
 13825      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13826      <component name="battery_pane_api" long-name="battery_pane_api">
       
 13827       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13828       <unit bldFile="mw/classicui/classicui_plat/battery_pane_api/group"/>
       
 13829      </component>
       
 13830      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13831      <component name="common_file_dialogs_filter_factory_api" long-name="common_file_dialogs_filter_factory_api">
       
 13832       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13833       <unit bldFile="mw/classicui/classicui_plat/common_file_dialogs_filter_factory_api/group"/>
       
 13834      </component>
       
 13835      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13836      <component name="common_ui_settings_api" long-name="common_ui_settings_api">
       
 13837       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13838       <unit bldFile="mw/classicui/classicui_plat/common_ui_settings_api/group"/>
       
 13839      </component>
       
 13840      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13841      <component name="custom_cursors_api" long-name="custom_cursors_api">
       
 13842       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13843       <unit bldFile="mw/classicui/classicui_plat/custom_cursors_api/group"/>
       
 13844      </component>
       
 13845      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13846      <component name="eikon_server_extension_client_api" long-name="eikon_server_extension_client_api">
       
 13847       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13848       <unit bldFile="mw/classicui/classicui_plat/eikon_server_extension_client_api/group"/>
       
 13849      </component>
       
 13850      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13851      <component name="emergency_call_support_api" long-name="emergency_call_support_api">
       
 13852       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13853       <unit bldFile="mw/classicui/classicui_plat/emergency_call_support_api/group"/>
       
 13854      </component>
       
 13855      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13856      <component name="extended_aiw_criteria_api" long-name="extended_aiw_criteria_api">
       
 13857       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13858       <unit bldFile="mw/classicui/classicui_plat/extended_aiw_criteria_api/group"/>
       
 13859      </component>
       
 13860      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13861      <component name="extended_animation_api" long-name="extended_animation_api">
       
 13862       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13863       <unit bldFile="mw/classicui/classicui_plat/extended_animation_api/group"/>
       
 13864      </component>
       
 13865      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13866      <component name="extended_buttons_api" long-name="extended_buttons_api">
       
 13867       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13868       <unit bldFile="mw/classicui/classicui_plat/extended_buttons_api/group"/>
       
 13869      </component>
       
 13870      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13871      <component name="extended_dialogs_api" long-name="extended_dialogs_api">
       
 13872       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13873       <unit bldFile="mw/classicui/classicui_plat/extended_dialogs_api/group"/>
       
 13874      </component>
       
 13875      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13876      <component name="extended_editors_api" long-name="extended_editors_api">
       
 13877       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13878       <unit bldFile="mw/classicui/classicui_plat/extended_editors_api/group"/>
       
 13879      </component>
       
 13880      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13881      <component name="extended_grids_api" long-name="extended_grids_api">
       
 13882       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13883       <unit bldFile="mw/classicui/classicui_plat/extended_grids_api/group"/>
       
 13884      </component>
       
 13885      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13886      <component name="extended_indicators_api" long-name="extended_indicators_api">
       
 13887       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13888       <unit bldFile="mw/classicui/classicui_plat/extended_indicators_api/group"/>
       
 13889      </component>
       
 13890      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13891      <component name="extended_initialization_api" long-name="extended_initialization_api">
       
 13892       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13893       <unit bldFile="mw/classicui/classicui_plat/extended_initialization_api/group"/>
       
 13894      </component>
       
 13895      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13896      <component name="extended_input_capabilities_api" long-name="extended_input_capabilities_api">
       
 13897       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13898       <unit bldFile="mw/classicui/classicui_plat/extended_input_capabilities_api/group"/>
       
 13899      </component>
       
 13900      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13901      <component name="extended_lists_api" long-name="extended_lists_api">
       
 13902       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13903       <unit bldFile="mw/classicui/classicui_plat/extended_lists_api/group"/>
       
 13904      </component>
       
 13905      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13906      <component name="extended_notes_api" long-name="extended_notes_api">
       
 13907       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13908       <unit bldFile="mw/classicui/classicui_plat/extended_notes_api/group"/>
       
 13909      </component>
       
 13910      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13911      <component name="extended_notifiers_api" long-name="extended_notifiers_api">
       
 13912       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13913       <unit bldFile="mw/classicui/classicui_plat/extended_notifiers_api/group"/>
       
 13914      </component>
       
 13915      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13916      <component name="extended_queries_api" long-name="extended_queries_api">
       
 13917       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13918       <unit bldFile="mw/classicui/classicui_plat/extended_queries_api/group"/>
       
 13919      </component>
       
 13920      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13921      <component name="extended_scroller_api" long-name="extended_scroller_api">
       
 13922       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13923       <unit bldFile="mw/classicui/classicui_plat/extended_scroller_api/group"/>
       
 13924      </component>
       
 13925      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13926      <component name="extended_setting_pages_api" long-name="extended_setting_pages_api">
       
 13927       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13928       <unit bldFile="mw/classicui/classicui_plat/extended_setting_pages_api/group"/>
       
 13929      </component>
       
 13930      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13931      <component name="extended_sounds_api" long-name="extended_sounds_api">
       
 13932       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13933       <unit bldFile="mw/classicui/classicui_plat/extended_sounds_api/group"/>
       
 13934      </component>
       
 13935      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13936      <component name="extended_status_pane_api" long-name="extended_status_pane_api">
       
 13937       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13938       <unit bldFile="mw/classicui/classicui_plat/extended_status_pane_api/group"/>
       
 13939      </component>
       
 13940      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13941      <component name="extended_ui_framework_definitions_api" long-name="extended_ui_framework_definitions_api">
       
 13942       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13943       <unit bldFile="mw/classicui/classicui_plat/extended_ui_framework_definitions_api/group"/>
       
 13944      </component>
       
 13945      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13946      <component name="extended_utilities_api" long-name="extended_utilities_api">
       
 13947       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13948       <unit bldFile="mw/classicui/classicui_plat/extended_utilities_api/group"/>
       
 13949      </component>
       
 13950      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13951      <component name="fep_document_navigation_api" long-name="fep_document_navigation_api">
       
 13952       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13953       <unit bldFile="mw/classicui/classicui_plat/fep_document_navigation_api/group"/>
       
 13954      </component>
       
 13955      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13956      <component name="find_item_ui_api" long-name="find_item_ui_api">
       
 13957       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13958       <unit bldFile="mw/classicui/classicui_plat/find_item_ui_api/group"/>
       
 13959      </component>
       
 13960      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13961      <component name="generic_parameter_api" long-name="generic_parameter_api">
       
 13962       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13963       <unit bldFile="mw/classicui/classicui_plat/generic_parameter_api/group"/>
       
 13964      </component>
       
 13965      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13966      <component name="global_popup_priority_controller_api" long-name="global_popup_priority_controller_api">
       
 13967       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13968       <unit bldFile="mw/classicui/classicui_plat/global_popup_priority_controller_api/group"/>
       
 13969      </component>
       
 13970      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13971      <component name="global_window_priorities_api" long-name="global_window_priorities_api">
       
 13972       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13973       <unit bldFile="mw/classicui/classicui_plat/global_window_priorities_api/group"/>
       
 13974      </component>
       
 13975      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13976      <component name="classicui_plat" long-name="classicui_plat">
       
 13977       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13978       <unit bldFile="mw/classicui/classicui_plat/group"/>
       
 13979      </component>
       
 13980      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13981      <component name="indicator_plugin_api" long-name="indicator_plugin_api">
       
 13982       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13983       <unit bldFile="mw/classicui/classicui_plat/indicator_plugin_api/group"/>
       
 13984      </component>
       
 13985      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13986      <component name="indicator_touch_observer_api" long-name="indicator_touch_observer_api">
       
 13987       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13988       <unit bldFile="mw/classicui/classicui_plat/indicator_touch_observer_api/group"/>
       
 13989      </component>
       
 13990      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13991      <component name="input_block_api" long-name="input_block_api">
       
 13992       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13993       <unit bldFile="mw/classicui/classicui_plat/input_block_api/group"/>
       
 13994      </component>
       
 13995      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 13996      <component name="item_finder_api" long-name="item_finder_api">
       
 13997       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 13998       <unit bldFile="mw/classicui/classicui_plat/item_finder_api/group"/>
       
 13999      </component>
       
 14000      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14001      <component name="japanese_reading_api" long-name="japanese_reading_api">
       
 14002       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14003       <unit bldFile="mw/classicui/classicui_plat/japanese_reading_api/group"/>
       
 14004      </component>
       
 14005      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14006      <component name="key_event_utilities_api" long-name="key_event_utilities_api">
       
 14007       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14008       <unit bldFile="mw/classicui/classicui_plat/key_event_utilities_api/group"/>
       
 14009      </component>
       
 14010      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14011      <component name="key_rotator_api" long-name="key_rotator_api">
       
 14012       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14013       <unit bldFile="mw/classicui/classicui_plat/key_rotator_api/group"/>
       
 14014      </component>
       
 14015      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14016      <component name="layout_configuration_api" long-name="layout_configuration_api">
       
 14017       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14018       <unit bldFile="mw/classicui/classicui_plat/layout_configuration_api/group"/>
       
 14019      </component>
       
 14020      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14021      <component name="legacy_ui_framework_headers_api" long-name="legacy_ui_framework_headers_api">
       
 14022       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14023       <unit bldFile="mw/classicui/classicui_plat/legacy_ui_framework_headers_api/group"/>
       
 14024      </component>
       
 14025      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14026      <component name="list_effects_api" long-name="list_effects_api">
       
 14027       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14028       <unit bldFile="mw/classicui/classicui_plat/list_effects_api/group"/>
       
 14029      </component>
       
 14030      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14031      <component name="long_tap_animation_api" long-name="long_tap_animation_api">
       
 14032       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14033       <unit bldFile="mw/classicui/classicui_plat/long_tap_animation_api/group"/>
       
 14034      </component>
       
 14035      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14036      <component name="media_shared_document_api" long-name="media_shared_document_api">
       
 14037       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14038       <unit bldFile="mw/classicui/classicui_plat/media_shared_document_api/group"/>
       
 14039      </component>
       
 14040      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14041      <component name="memory_card_ui_api" long-name="memory_card_ui_api">
       
 14042       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14043       <unit bldFile="mw/classicui/classicui_plat/memory_card_ui_api/group"/>
       
 14044      </component>
       
 14045      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14046      <component name="number_grouping_api" long-name="number_grouping_api">
       
 14047       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14048       <unit bldFile="mw/classicui/classicui_plat/number_grouping_api/group"/>
       
 14049      </component>
       
 14050      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14051      <component name="personalisation_application_api" long-name="personalisation_application_api">
       
 14052       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14053       <unit bldFile="mw/classicui/classicui_plat/personalisation_application_api/group"/>
       
 14054      </component>
       
 14055      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14056      <component name="personalisation_framework_api" long-name="personalisation_framework_api">
       
 14057       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14058       <unit bldFile="mw/classicui/classicui_plat/personalisation_framework_api/group"/>
       
 14059      </component>
       
 14060      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14061      <component name="personalisation_localised_texts_api" long-name="personalisation_localised_texts_api">
       
 14062       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14063       <unit bldFile="mw/classicui/classicui_plat/personalisation_localised_texts_api/group"/>
       
 14064      </component>
       
 14065      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14066      <component name="personalisation_plugin_api" long-name="personalisation_plugin_api">
       
 14067       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14068       <unit bldFile="mw/classicui/classicui_plat/personalisation_plugin_api/group"/>
       
 14069      </component>
       
 14070      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14071      <component name="personalisation_slide_show_dialog_api" long-name="personalisation_slide_show_dialog_api">
       
 14072       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14073       <unit bldFile="mw/classicui/classicui_plat/personalisation_slide_show_dialog_api/group"/>
       
 14074      </component>
       
 14075      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14076      <component name="phone_number_text_utilities_api" long-name="phone_number_text_utilities_api">
       
 14077       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14078       <unit bldFile="mw/classicui/classicui_plat/phone_number_text_utilities_api/group"/>
       
 14079      </component>
       
 14080      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14081      <component name="pointer_event_modifier_api" long-name="pointer_event_modifier_api">
       
 14082       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14083       <unit bldFile="mw/classicui/classicui_plat/pointer_event_modifier_api/group"/>
       
 14084      </component>
       
 14085      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14086      <component name="popup_form_api" long-name="popup_form_api">
       
 14087       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14088       <unit bldFile="mw/classicui/classicui_plat/popup_form_api/group"/>
       
 14089      </component>
       
 14090      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14091      <component name="screensaver_animation_plugin_definitions_api" long-name="screensaver_animation_plugin_definitions_api">
       
 14092       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14093       <unit bldFile="mw/classicui/classicui_plat/screensaver_animation_plugin_definitions_api/group"/>
       
 14094      </component>
       
 14095      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14096      <component name="screensaver_runtime_api" long-name="screensaver_runtime_api">
       
 14097       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14098       <unit bldFile="mw/classicui/classicui_plat/screensaver_runtime_api/group"/>
       
 14099      </component>
       
 14100      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14101      <component name="screensaver_settings_api" long-name="screensaver_settings_api">
       
 14102       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14103       <unit bldFile="mw/classicui/classicui_plat/screensaver_settings_api/group"/>
       
 14104      </component>
       
 14105      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14106      <component name="server_application_services_api" long-name="server_application_services_api">
       
 14107       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14108       <unit bldFile="mw/classicui/classicui_plat/server_application_services_api/group"/>
       
 14109      </component>
       
 14110      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14111      <component name="signal_pane_api" long-name="signal_pane_api">
       
 14112       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14113       <unit bldFile="mw/classicui/classicui_plat/signal_pane_api/group"/>
       
 14114      </component>
       
 14115      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14116      <component name="skinnable_clock_api" long-name="skinnable_clock_api">
       
 14117       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14118       <unit bldFile="mw/classicui/classicui_plat/skinnable_clock_api/group"/>
       
 14119      </component>
       
 14120      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14121      <component name="special_character_table_api" long-name="special_character_table_api">
       
 14122       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14123       <unit bldFile="mw/classicui/classicui_plat/special_character_table_api/group"/>
       
 14124      </component>
       
 14125      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14126      <component name="stylus_activated_popup_api" long-name="stylus_activated_popup_api">
       
 14127       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14128       <unit bldFile="mw/classicui/classicui_plat/stylus_activated_popup_api/group"/>
       
 14129      </component>
       
 14130      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14131      <component name="task_list_api" long-name="task_list_api">
       
 14132       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14133       <unit bldFile="mw/classicui/classicui_plat/task_list_api/group"/>
       
 14134      </component>
       
 14135      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14136      <component name="text_scroller_api" long-name="text_scroller_api">
       
 14137       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14138       <unit bldFile="mw/classicui/classicui_plat/text_scroller_api/group"/>
       
 14139      </component>
       
 14140      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14141      <component name="themes_settings_api" long-name="themes_settings_api">
       
 14142       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14143       <unit bldFile="mw/classicui/classicui_plat/themes_settings_api/group"/>
       
 14144      </component>
       
 14145      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14146      <component name="transition_effect_parameters_api" long-name="transition_effect_parameters_api">
       
 14147       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14148       <unit bldFile="mw/classicui/classicui_plat/transition_effect_parameters_api/group"/>
       
 14149      </component>
       
 14150      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14151      <component name="transition_effect_utilities_api" long-name="transition_effect_utilities_api">
       
 14152       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14153       <unit bldFile="mw/classicui/classicui_plat/transition_effect_utilities_api/group"/>
       
 14154      </component>
       
 14155      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14156      <component name="uikon_status_api" long-name="uikon_status_api">
       
 14157       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14158       <unit bldFile="mw/classicui/classicui_plat/uikon_status_api/group"/>
       
 14159      </component>
       
 14160      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14161      <component name="volume_popup_api" long-name="volume_popup_api">
       
 14162       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14163       <unit bldFile="mw/classicui/classicui_plat/volume_popup_api/group"/>
       
 14164      </component>
       
 14165     </collection>
       
 14166     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 14167     <collection name="classicui_pub" long-name="classicui_pub">
       
 14168      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14169      <component name="aiw_criteria_api" long-name="aiw_criteria_api">
       
 14170       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14171       <unit bldFile="mw/classicui/classicui_pub/aiw_criteria_api/group"/>
       
 14172      </component>
       
 14173      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14174      <component name="aiw_generic_parameter_api" long-name="aiw_generic_parameter_api">
       
 14175       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14176       <unit bldFile="mw/classicui/classicui_pub/aiw_generic_parameter_api/group"/>
       
 14177      </component>
       
 14178      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14179      <component name="aiw_service_handler_api" long-name="aiw_service_handler_api">
       
 14180       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14181       <unit bldFile="mw/classicui/classicui_pub/aiw_service_handler_api/group"/>
       
 14182      </component>
       
 14183      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14184      <component name="animation_api" long-name="animation_api">
       
 14185       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14186       <unit bldFile="mw/classicui/classicui_pub/animation_api/group"/>
       
 14187      </component>
       
 14188      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14189      <component name="application_framework_api" long-name="application_framework_api">
       
 14190       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14191       <unit bldFile="mw/classicui/classicui_pub/application_framework_api/group"/>
       
 14192      </component>
       
 14193      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14194      <component name="base_controls_api" long-name="base_controls_api">
       
 14195       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14196       <unit bldFile="mw/classicui/classicui_pub/base_controls_api/group"/>
       
 14197      </component>
       
 14198      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14199      <component name="buttons_api" long-name="buttons_api">
       
 14200       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14201       <unit bldFile="mw/classicui/classicui_pub/buttons_api/group"/>
       
 14202      </component>
       
 14203      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14204      <component name="calendar_api" long-name="calendar_api">
       
 14205       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14206       <unit bldFile="mw/classicui/classicui_pub/calendar_api/group"/>
       
 14207      </component>
       
 14208      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14209      <component name="choice_list_api" long-name="choice_list_api">
       
 14210       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14211       <unit bldFile="mw/classicui/classicui_pub/choice_list_api/group"/>
       
 14212      </component>
       
 14213      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14214      <component name="common_file_dialogs_api" long-name="common_file_dialogs_api">
       
 14215       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14216       <unit bldFile="mw/classicui/classicui_pub/common_file_dialogs_api/group"/>
       
 14217      </component>
       
 14218      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14219      <component name="context_pane_api" long-name="context_pane_api">
       
 14220       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14221       <unit bldFile="mw/classicui/classicui_pub/context_pane_api/group"/>
       
 14222      </component>
       
 14223      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14224      <component name="dialogs_api" long-name="dialogs_api">
       
 14225       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14226       <unit bldFile="mw/classicui/classicui_pub/dialogs_api/group"/>
       
 14227      </component>
       
 14228      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14229      <component name="dialog_shutter_api" long-name="dialog_shutter_api">
       
 14230       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14231       <unit bldFile="mw/classicui/classicui_pub/dialog_shutter_api/group"/>
       
 14232      </component>
       
 14233      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14234      <component name="document_handler_api" long-name="document_handler_api">
       
 14235       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14236       <unit bldFile="mw/classicui/classicui_pub/document_handler_api/group"/>
       
 14237      </component>
       
 14238      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14239      <component name="editors_api" long-name="editors_api">
       
 14240       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14241       <unit bldFile="mw/classicui/classicui_pub/editors_api/group"/>
       
 14242      </component>
       
 14243      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14244      <component name="error_ui_api" long-name="error_ui_api">
       
 14245       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14246       <unit bldFile="mw/classicui/classicui_pub/error_ui_api/group"/>
       
 14247      </component>
       
 14248      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14249      <component name="fonts_api" long-name="fonts_api">
       
 14250       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14251       <unit bldFile="mw/classicui/classicui_pub/fonts_api/group"/>
       
 14252      </component>
       
 14253      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14254      <component name="form_api" long-name="form_api">
       
 14255       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14256       <unit bldFile="mw/classicui/classicui_pub/form_api/group"/>
       
 14257      </component>
       
 14258      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14259      <component name="generic_button_api" long-name="generic_button_api">
       
 14260       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14261       <unit bldFile="mw/classicui/classicui_pub/generic_button_api/group"/>
       
 14262      </component>
       
 14263      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14264      <component name="grids_api" long-name="grids_api">
       
 14265       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14266       <unit bldFile="mw/classicui/classicui_pub/grids_api/group"/>
       
 14267      </component>
       
 14268      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14269      <component name="classicui_pub" long-name="classicui_pub">
       
 14270       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14271       <unit bldFile="mw/classicui/classicui_pub/group"/>
       
 14272      </component>
       
 14273      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14274      <component name="hierarchical_lists_api" long-name="hierarchical_lists_api">
       
 14275       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14276       <unit bldFile="mw/classicui/classicui_pub/hierarchical_lists_api/group"/>
       
 14277      </component>
       
 14278      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14279      <component name="hotkeys_api" long-name="hotkeys_api">
       
 14280       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14281       <unit bldFile="mw/classicui/classicui_pub/hotkeys_api/group"/>
       
 14282      </component>
       
 14283      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14284      <component name="images_api" long-name="images_api">
       
 14285       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14286       <unit bldFile="mw/classicui/classicui_pub/images_api/group"/>
       
 14287      </component>
       
 14288      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14289      <component name="indicators_api" long-name="indicators_api">
       
 14290       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14291       <unit bldFile="mw/classicui/classicui_pub/indicators_api/group"/>
       
 14292      </component>
       
 14293      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14294      <component name="information_preview_popup_api" long-name="information_preview_popup_api">
       
 14295       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14296       <unit bldFile="mw/classicui/classicui_pub/information_preview_popup_api/group"/>
       
 14297      </component>
       
 14298      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14299      <component name="info_popup_note_api" long-name="info_popup_note_api">
       
 14300       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14301       <unit bldFile="mw/classicui/classicui_pub/info_popup_note_api/group"/>
       
 14302      </component>
       
 14303      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14304      <component name="initialization_api" long-name="initialization_api">
       
 14305       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14306       <unit bldFile="mw/classicui/classicui_pub/initialization_api/group"/>
       
 14307      </component>
       
 14308      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14309      <component name="input_frame_api" long-name="input_frame_api">
       
 14310       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14311       <unit bldFile="mw/classicui/classicui_pub/input_frame_api/group"/>
       
 14312      </component>
       
 14313      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14314      <component name="intermediate_state_api" long-name="intermediate_state_api">
       
 14315       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14316       <unit bldFile="mw/classicui/classicui_pub/intermediate_state_api/group"/>
       
 14317      </component>
       
 14318      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14319      <component name="keylock_api" long-name="keylock_api">
       
 14320       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14321       <unit bldFile="mw/classicui/classicui_pub/keylock_api/group"/>
       
 14322      </component>
       
 14323      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14324      <component name="labels_api" long-name="labels_api">
       
 14325       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14326       <unit bldFile="mw/classicui/classicui_pub/labels_api/group"/>
       
 14327      </component>
       
 14328      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14329      <component name="lists_api" long-name="lists_api">
       
 14330       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14331       <unit bldFile="mw/classicui/classicui_pub/lists_api/group"/>
       
 14332      </component>
       
 14333      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14334      <component name="misc_controls_api" long-name="misc_controls_api">
       
 14335       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14336       <unit bldFile="mw/classicui/classicui_pub/misc_controls_api/group"/>
       
 14337      </component>
       
 14338      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14339      <component name="navigation_pane_api" long-name="navigation_pane_api">
       
 14340       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14341       <unit bldFile="mw/classicui/classicui_pub/navigation_pane_api/group"/>
       
 14342      </component>
       
 14343      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14344      <component name="notes_api" long-name="notes_api">
       
 14345       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14346       <unit bldFile="mw/classicui/classicui_pub/notes_api/group"/>
       
 14347      </component>
       
 14348      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14349      <component name="notifiers_api" long-name="notifiers_api">
       
 14350       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14351       <unit bldFile="mw/classicui/classicui_pub/notifiers_api/group"/>
       
 14352      </component>
       
 14353      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14354      <component name="options_menu_api" long-name="options_menu_api">
       
 14355       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14356       <unit bldFile="mw/classicui/classicui_pub/options_menu_api/group"/>
       
 14357      </component>
       
 14358      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14359      <component name="popups_api" long-name="popups_api">
       
 14360       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14361       <unit bldFile="mw/classicui/classicui_pub/popups_api/group"/>
       
 14362      </component>
       
 14363      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14364      <component name="private_ui_framework_api" long-name="private_ui_framework_api">
       
 14365       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14366       <unit bldFile="mw/classicui/classicui_pub/private_ui_framework_api/group"/>
       
 14367      </component>
       
 14368      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14369      <component name="queries_api" long-name="queries_api">
       
 14370       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14371       <unit bldFile="mw/classicui/classicui_pub/queries_api/group"/>
       
 14372      </component>
       
 14373      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14374      <component name="screen_clearer_api" long-name="screen_clearer_api">
       
 14375       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14376       <unit bldFile="mw/classicui/classicui_pub/screen_clearer_api/group"/>
       
 14377      </component>
       
 14378      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14379      <component name="screen_mode_api" long-name="screen_mode_api">
       
 14380       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14381       <unit bldFile="mw/classicui/classicui_pub/screen_mode_api/group"/>
       
 14382      </component>
       
 14383      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14384      <component name="screen_saver_api" long-name="screen_saver_api">
       
 14385       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14386       <unit bldFile="mw/classicui/classicui_pub/screen_saver_api/group"/>
       
 14387      </component>
       
 14388      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14389      <component name="scroller_api" long-name="scroller_api">
       
 14390       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14391       <unit bldFile="mw/classicui/classicui_pub/scroller_api/group"/>
       
 14392      </component>
       
 14393      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14394      <component name="searchfield_api" long-name="searchfield_api">
       
 14395       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14396       <unit bldFile="mw/classicui/classicui_pub/searchfield_api/group"/>
       
 14397      </component>
       
 14398      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14399      <component name="server_application_api" long-name="server_application_api">
       
 14400       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14401       <unit bldFile="mw/classicui/classicui_pub/server_application_api/group"/>
       
 14402      </component>
       
 14403      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14404      <component name="setting_pages_api" long-name="setting_pages_api">
       
 14405       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14406       <unit bldFile="mw/classicui/classicui_pub/setting_pages_api/group"/>
       
 14407      </component>
       
 14408      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14409      <component name="slider_api" long-name="slider_api">
       
 14410       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14411       <unit bldFile="mw/classicui/classicui_pub/slider_api/group"/>
       
 14412      </component>
       
 14413      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14414      <component name="sounds_api" long-name="sounds_api">
       
 14415       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14416       <unit bldFile="mw/classicui/classicui_pub/sounds_api/group"/>
       
 14417      </component>
       
 14418      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14419      <component name="status_pane_api" long-name="status_pane_api">
       
 14420       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14421       <unit bldFile="mw/classicui/classicui_pub/status_pane_api/group"/>
       
 14422      </component>
       
 14423      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14424      <component name="stylus_popup_menu_api" long-name="stylus_popup_menu_api">
       
 14425       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14426       <unit bldFile="mw/classicui/classicui_pub/stylus_popup_menu_api/group"/>
       
 14427      </component>
       
 14428      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14429      <component name="tabs_api" long-name="tabs_api">
       
 14430       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14431       <unit bldFile="mw/classicui/classicui_pub/tabs_api/group"/>
       
 14432      </component>
       
 14433      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14434      <component name="title_pane_api" long-name="title_pane_api">
       
 14435       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14436       <unit bldFile="mw/classicui/classicui_pub/title_pane_api/group"/>
       
 14437      </component>
       
 14438      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14439      <component name="title_pane_touch_observer_api" long-name="title_pane_touch_observer_api">
       
 14440       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14441       <unit bldFile="mw/classicui/classicui_pub/title_pane_touch_observer_api/group"/>
       
 14442      </component>
       
 14443      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14444      <component name="toolbar_api" long-name="toolbar_api">
       
 14445       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14446       <unit bldFile="mw/classicui/classicui_pub/toolbar_api/group"/>
       
 14447      </component>
       
 14448      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14449      <component name="touch_pane_api" long-name="touch_pane_api">
       
 14450       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14451       <unit bldFile="mw/classicui/classicui_pub/touch_pane_api/group"/>
       
 14452      </component>
       
 14453      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14454      <component name="touch_pane_observer_api" long-name="touch_pane_observer_api">
       
 14455       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14456       <unit bldFile="mw/classicui/classicui_pub/touch_pane_observer_api/group"/>
       
 14457      </component>
       
 14458      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14459      <component name="touch_ui_utilities_api" long-name="touch_ui_utilities_api">
       
 14460       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14461       <unit bldFile="mw/classicui/classicui_pub/touch_ui_utilities_api/group"/>
       
 14462      </component>
       
 14463      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14464      <component name="uikon_core_controls" long-name="uikon_core_controls">
       
 14465       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14466       <unit bldFile="mw/classicui/classicui_pub/uikon_core_controls/group"/>
       
 14467      </component>
       
 14468      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14469      <component name="ui_framework_definitions_api" long-name="ui_framework_definitions_api">
       
 14470       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14471       <unit bldFile="mw/classicui/classicui_pub/ui_framework_definitions_api/group"/>
       
 14472      </component>
       
 14473      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14474      <component name="ui_framework_utilities_api" long-name="ui_framework_utilities_api">
       
 14475       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14476       <unit bldFile="mw/classicui/classicui_pub/ui_framework_utilities_api/group"/>
       
 14477      </component>
       
 14478      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14479      <component name="volume_control_api" long-name="volume_control_api">
       
 14480       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14481       <unit bldFile="mw/classicui/classicui_pub/volume_control_api/group"/>
       
 14482      </component>
       
 14483      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14484      <component name="window_server_event_observer_api" long-name="window_server_event_observer_api">
       
 14485       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14486       <unit bldFile="mw/classicui/classicui_pub/window_server_event_observer_api/group"/>
  1962      </component>
 14487      </component>
  1963     </collection>
 14488     </collection>
  1964    </block>
 14489    </block>
  1965    <block name="appinstall" long-name="Application Installation" level="generic" levels="tool framework generic api">
 14490    <block long-name="SVG Tiny" level="generic" name="svgt" levels="util ui">
       
 14491     <collection name="svgtopt" long-name="SVGT Opt" level="util">
       
 14492      <component name="SVG">
       
 14493       <unit bldFile="mw/svgt/svgtopt/SVG/group"/>
       
 14494      </component>
       
 14495      <component name="SVGEngineJI" long-name="SVG Engine JI">
       
 14496       <unit bldFile="mw/svgt/svgtopt/SVGEngineJI/group"/>
       
 14497      </component>
       
 14498      <component name="SVGTPlugin" long-name="SVGT Plugin">
       
 14499       <unit bldFile="mw/svgt/svgtopt/SVGTPlugin/group"/>
       
 14500      </component>
       
 14501      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14502      <component name="svgtopt" long-name="svgtopt">
       
 14503       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14504       <unit bldFile="mw/svgt/svgtopt/Group"/>
       
 14505      </component>
       
 14506      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14507      <component name="SVGRecog" long-name="SVGRecog">
       
 14508       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14509       <unit bldFile="mw/svgt/svgtopt/SVG/SVGRecog/Group"/>
       
 14510      </component>
       
 14511     </collection>
       
 14512     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 14513     <collection name="svgt" long-name="svgt">
       
 14514      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14515      <component name="svgt" long-name="svgt">
       
 14516       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14517       <unit bldFile="mw/svgt/group"/>
       
 14518      </component>
       
 14519     </collection>
       
 14520     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 14521     <collection name="svgt_plat" long-name="svgt_plat">
       
 14522      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14523      <component name="svgt_plat" long-name="svgt_plat">
       
 14524       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14525       <unit bldFile="mw/svgt/svgt_plat/group"/>
       
 14526      </component>
       
 14527      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14528      <component name="nvg_api" long-name="nvg_api">
       
 14529       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14530       <unit bldFile="mw/svgt/svgt_plat/nvg_api/group"/>
       
 14531      </component>
       
 14532      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14533      <component name="svgt_api" long-name="svgt_api">
       
 14534       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14535       <unit bldFile="mw/svgt/svgt_plat/svgt_api/group"/>
       
 14536      </component>
       
 14537     </collection>
       
 14538    </block>
       
 14539    <block long-name="UI Accelerator" level="generic" name="uiaccelerator" levels="plugin framework server generic specific">
       
 14540     <collection name="uiaccelexampleapps" long-name="UI Accelerator Example Apps" level="specific">
       
 14541      <component name="alfexanalogdialer" long-name="ALF Ex Analog Dialer">
       
 14542       <unit bldFile="mw/uiaccelerator/uiaccelexampleapps/alfexanalogdialer/group"/>
       
 14543      </component>
       
 14544      <component name="alfexstickers" long-name="ALF Ex Stickers">
       
 14545       <unit bldFile="mw/uiaccelerator/uiaccelexampleapps/alfexstickers/group"/>
       
 14546      </component>
       
 14547     </collection>
       
 14548     <collection name="uiacceltk" long-name="UI Accelerator TK" level="framework">
       
 14549      <component name="hitchcock" long-name="Hitchcock">
       
 14550       <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/group"/>
       
 14551      </component>
       
 14552      <component name="widgeteditors" long-name="Widget Editors">
       
 14553       <unit bldFile="mw/uiaccelerator/uiacceltk/widgeteditors/group"/>
       
 14554      </component>
       
 14555      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14556      <component name="uiacceltk" long-name="uiacceltk">
       
 14557       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14558       <unit bldFile="mw/uiaccelerator/uiacceltk/group"/>
       
 14559      </component>
       
 14560      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14561      <component name="coretoolkit" long-name="coretoolkit">
       
 14562       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14563       <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/coretoolkit/group"/>
       
 14564      </component>
       
 14565      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14566      <component name="alftranseffectplugin" long-name="alftranseffectplugin">
       
 14567       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14568       <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/group"/>
       
 14569      </component>
       
 14570      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14571      <component name="Tracer" long-name="Tracer">
       
 14572       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14573       <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/Tracer/group"/>
       
 14574      </component>
       
 14575      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14576      <component name="TraceExtClient" long-name="TraceExtClient">
       
 14577       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14578       <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/Tracer/TraceExtClient/group"/>
       
 14579      </component>
       
 14580      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14581      <component name="TraceExtPlugin" long-name="TraceExtPlugin">
       
 14582       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14583       <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/Tracer/TraceExtPlugin/group"/>
       
 14584      </component>
       
 14585     </collection>
       
 14586     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 14587     <collection name="uiaccelerator" long-name="uiaccelerator">
       
 14588      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14589      <component name="uiaccelerator" long-name="uiaccelerator">
       
 14590       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14591       <unit bldFile="mw/uiaccelerator/group"/>
       
 14592      </component>
       
 14593     </collection>
       
 14594     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 14595     <collection name="uiaccelerator_plat" long-name="uiaccelerator_plat">
       
 14596      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14597      <component name="alf_client_server_api" long-name="alf_client_server_api">
       
 14598       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14599       <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_client_server_api/group"/>
       
 14600      </component>
       
 14601      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14602      <component name="alf_core_toolkit_api" long-name="alf_core_toolkit_api">
       
 14603       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14604       <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_core_toolkit_api/group"/>
       
 14605      </component>
       
 14606      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14607      <component name="alf_editors_api" long-name="alf_editors_api">
       
 14608       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14609       <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_editors_api/group"/>
       
 14610      </component>
       
 14611      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14612      <component name="alf_extended_visual_api" long-name="alf_extended_visual_api">
       
 14613       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14614       <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extended_visual_api/group"/>
       
 14615      </component>
       
 14616      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14617      <component name="alf_extension_api" long-name="alf_extension_api">
       
 14618       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14619       <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extension_api/group"/>
       
 14620      </component>
       
 14621      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14622      <component name="alf_tracing_api" long-name="alf_tracing_api">
       
 14623       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14624       <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_tracing_api/group"/>
       
 14625      </component>
       
 14626      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14627      <component name="alf_visual_api" long-name="alf_visual_api">
       
 14628       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14629       <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_visual_api/group"/>
       
 14630      </component>
       
 14631      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14632      <component name="uiaccelerator_plat" long-name="uiaccelerator_plat">
       
 14633       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14634       <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/group"/>
       
 14635      </component>
       
 14636     </collection>
       
 14637    </block>
       
 14638    <block long-name="UI Resources" level="generic" name="uiresources" levels="compile plugin framework server generic specific">
       
 14639     <collection name="aknlayoutcompiler" long-name="Avkon Layout Compiler" level="compile">
       
 14640      <component name="aknlayoutcompiler compo" long-name="AKN Layout Compiler Component">
       
 14641       <unit bldFile="mw/uiresources/aknlayoutcompiler/aknlayoutcompiler compo/group"/>
       
 14642      </component>
       
 14643      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14644      <component name="aknlayoutcompiler" long-name="aknlayoutcompiler">
       
 14645       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14646       <unit bldFile="mw/uitools/aknlayoutcompiler/group"/>
       
 14647      </component>
       
 14648     </collection>
       
 14649     <collection name="cdlcompiler" long-name="CDL Compiler" level="compile">
       
 14650      <component name="cdlcompiler compo" long-name="CDL Compiler Component">
       
 14651       <unit bldFile="mw/uiresources/cdlcompiler/cdlcompiler compo/group"/>
       
 14652      </component>
       
 14653      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14654      <component name="cdlcompiler" long-name="cdlcompiler">
       
 14655       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14656       <unit bldFile="mw/uitools/cdlcompiler/group"/>
       
 14657      </component>
       
 14658     </collection>
       
 14659     <collection name="cdlcompilertoolkit" long-name="CDL Compiler Toolkit" level="compile">
       
 14660      <component name="cdlcompilertoolkit compo" long-name="CDL Compiler Toolkit Component">
       
 14661       <unit bldFile="mw/uiresources/cdlcompilertoolkit/cdlcompilertoolkit compo/group"/>
       
 14662      </component>
       
 14663      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14664      <component name="cdlcompilertoolkit" long-name="cdlcompilertoolkit">
       
 14665       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14666       <unit bldFile="mw/uitools/cdlcompilertoolkit/group"/>
       
 14667      </component>
       
 14668     </collection>
       
 14669     <collection name="fontsupport" long-name="Font Support" level="generic">
       
 14670      <component name="fontprovider" long-name="Font Provider">
       
 14671       <unit bldFile="mw/uiresources/fontsupport/fontprovider/group"/>
       
 14672      </component>
       
 14673      <component name="fontutils" long-name="Font Utils">
       
 14674       <unit bldFile="mw/uiresources/fontsupport/fontutils/group"/>
       
 14675      </component>
       
 14676      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14677      <component name="fontsupport" long-name="fontsupport">
       
 14678       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14679       <unit bldFile="mw/uiresources/fontsupport/group"/>
       
 14680      </component>
       
 14681     </collection>
       
 14682     <collection name="layouts" long-name="Layouts" level="plugin">
       
 14683      <component name="aknlayout2" long-name="AKN Layout 2">
       
 14684       <unit bldFile="mw/uiresources/layouts/aknlayout2/group"/>
       
 14685      </component>
       
 14686      <component name="cdl" long-name="Cdl">
       
 14687       <unit bldFile="mw/uiresources/layouts/cdl/group"/>
       
 14688      </component>
       
 14689      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14690      <component name="generated" long-name="generated">
       
 14691       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14692       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated"/>
       
 14693      </component>
       
 14694      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14695      <component name="Nhd_akn_app" long-name="Nhd_akn_app">
       
 14696       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14697       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Nhd_akn_app"/>
       
 14698      </component>
       
 14699      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14700      <component name="Nhd_uiaccel" long-name="Nhd_uiaccel">
       
 14701       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14702       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Nhd_uiaccel"/>
       
 14703      </component>
       
 14704      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14705      <component name="Qhd_touch_akn_app" long-name="Qhd_touch_akn_app">
       
 14706       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14707       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Qhd_touch_akn_app"/>
       
 14708      </component>
       
 14709      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14710      <component name="Qhd_touch_uiaccel" long-name="Qhd_touch_uiaccel">
       
 14711       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14712       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Qhd_touch_uiaccel"/>
       
 14713      </component>
       
 14714      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14715      <component name="Qvga2_akn_app" long-name="Qvga2_akn_app">
       
 14716       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14717       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Qvga2_akn_app"/>
       
 14718      </component>
       
 14719      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14720      <component name="Qvga2_uiaccel" long-name="Qvga2_uiaccel">
       
 14721       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14722       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Qvga2_uiaccel"/>
       
 14723      </component>
       
 14724      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14725      <component name="Qvga_akn_app" long-name="Qvga_akn_app">
       
 14726       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14727       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Qvga_akn_app"/>
       
 14728      </component>
       
 14729      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14730      <component name="Qvga_uiaccel" long-name="Qvga_uiaccel">
       
 14731       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14732       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Qvga_uiaccel"/>
       
 14733      </component>
       
 14734      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14735      <component name="Vga3_akn_app" long-name="Vga3_akn_app">
       
 14736       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14737       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Vga3_akn_app"/>
       
 14738      </component>
       
 14739      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14740      <component name="Vga3_uiaccel" long-name="Vga3_uiaccel">
       
 14741       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14742       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Vga3_uiaccel"/>
       
 14743      </component>
       
 14744      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14745      <component name="Vga_akn_app" long-name="Vga_akn_app">
       
 14746       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14747       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Vga_akn_app"/>
       
 14748      </component>
       
 14749      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14750      <component name="Vga_uiaccel" long-name="Vga_uiaccel">
       
 14751       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14752       <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/Vga_uiaccel"/>
       
 14753      </component>
       
 14754      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14755      <component name="CdlEngine" long-name="CdlEngine">
       
 14756       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14757       <unit bldFile="mw/uiresources/layouts/cdl/CdlEngine/group"/>
       
 14758      </component>
       
 14759      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14760      <component name="CdlServer" long-name="CdlServer">
       
 14761       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14762       <unit bldFile="mw/uiresources/layouts/cdl/CdlServer/group"/>
       
 14763      </component>
       
 14764      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14765      <component name="CdlExplorer" long-name="CdlExplorer">
       
 14766       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14767       <unit bldFile="mw/uiresources/layouts/cdl/CdlUtils/CdlExplorer/group"/>
       
 14768      </component>
       
 14769     </collection>
       
 14770     <collection name="locales" long-name="Locales" level="framework">
       
 14771      <component name="locales compo" long-name="Locales Component">
       
 14772       <unit bldFile="mw/uiresources/locales/locales compo/group"/>
       
 14773      </component>
       
 14774      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14775      <component name="locales" long-name="locales">
       
 14776       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14777       <unit bldFile="mw/uiresources/locales/group"/>
       
 14778      </component>
       
 14779      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14780      <component name="loce32" long-name="loce32">
       
 14781       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14782       <unit bldFile="mw/uiresources/locales/loce32"/>
       
 14783      </component>
       
 14784     </collection>
       
 14785     <collection name="pictographs" long-name="Pictographs" level="specific">
       
 14786      <component name="AknPictograph" long-name="AKN Picto Graph">
       
 14787       <unit bldFile="mw/uiresources/pictographs/AknPictograph/group"/>
       
 14788      </component>
       
 14789      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14790      <component name="pregenerated" long-name="pregenerated">
       
 14791       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14792       <unit bldFile="mw/uiresources/pictographs/AknPictograph/pregenerated"/>
       
 14793      </component>
       
 14794      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14795      <component name="AknPictoBitmapBuilder" long-name="AknPictoBitmapBuilder">
       
 14796       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14797       <unit bldFile="mw/uiresources/pictographs/AknPictograph/tools/AknPictoBitmapBuilder/group"/>
       
 14798      </component>
       
 14799      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14800      <component name="pictographs" long-name="pictographs">
       
 14801       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14802       <unit bldFile="mw/uiresources/pictographs/group"/>
       
 14803      </component>
       
 14804     </collection>
       
 14805     <collection name="skincompiler" long-name="Skin Compiler" level="compile">
       
 14806      <component name="AknSkinDescCompiler" long-name="AKN Skin Desc Compiler">
       
 14807       <unit bldFile="mw/uiresources/skincompiler/AknSkinDescCompiler/group"/>
       
 14808       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14809       <unit bldFile="mw/uitools/skincompiler/AknSkinDescCompiler/group"/>
       
 14810      </component>
       
 14811      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14812      <component name="skincompiler" long-name="skincompiler">
       
 14813       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14814       <unit bldFile="mw/uitools/skincompiler/group"/>
       
 14815      </component>
       
 14816     </collection>
       
 14817     <collection name="skins" long-name="Skins" level="specific">
       
 14818      <component name="AknSkinContent" long-name="AKN Skin Content">
       
 14819       <unit bldFile="mw/uiresources/skins/AknSkinContent/group"/>
       
 14820      </component>
       
 14821      <component name="AknSkins" long-name="AKN Skins">
       
 14822       <unit bldFile="mw/uiresources/skins/AknSkins/group"/>
       
 14823      </component>
       
 14824      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14825      <component name="MifIndexDll" long-name="MifIndexDll">
       
 14826       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14827       <unit bldFile="mw/uiresources/skins/AknSkinContent/srcdata/scalableseries60skin/MifIndexDll"/>
       
 14828      </component>
       
 14829      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14830      <component name="skins" long-name="skins">
       
 14831       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14832       <unit bldFile="mw/uiresources/skins/group"/>
       
 14833      </component>
       
 14834     </collection>
       
 14835     <collection name="uiconfig" long-name="UI Config" level="server">
       
 14836      <component name="s60config" long-name="S60 Config">
       
 14837       <unit bldFile="mw/uiresources/uiconfig/s60config/group"/>
       
 14838      </component>
       
 14839      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14840      <component name="uiconfig" long-name="uiconfig">
       
 14841       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14842       <unit bldFile="mw/uiresources/uiconfig/group"/>
       
 14843      </component>
       
 14844     </collection>
       
 14845     <collection name="uigraphics" long-name="UI Graphics" level="generic">
       
 14846      <component name="AknIcon" long-name="AKN Icon">
       
 14847       <unit bldFile="mw/uiresources/uigraphics/AknIcon/group"/>
       
 14848      </component>
       
 14849      <component name="Bitmaps2" long-name="Bitmaps 2">
       
 14850       <unit bldFile="mw/uiresources/uigraphics/Bitmaps2/group"/>
       
 14851      </component>
       
 14852      <component name="Icons">
       
 14853       <unit bldFile="mw/uiresources/uigraphics/Icons/group"/>
       
 14854      </component>
       
 14855      <component name="VariatedBitmaps" long-name="Variated Bitmaps">
       
 14856       <unit bldFile="mw/uiresources/uigraphics/VariatedBitmaps/group"/>
       
 14857      </component>
       
 14858      <component name="palette" long-name="Palette">
       
 14859       <unit bldFile="mw/uiresources/uigraphics/palette/group"/>
       
 14860      </component>
       
 14861      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14862      <component name="uigraphics" long-name="uigraphics">
       
 14863       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14864       <unit bldFile="mw/uiresources/uigraphics/group"/>
       
 14865      </component>
       
 14866      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14867      <component name="OemNokia" long-name="OemNokia">
       
 14868       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14869       <unit bldFile="mw/uiresources/uigraphics/Icons/data/OemNokia/group"/>
       
 14870      </component>
       
 14871     </collection>
       
 14872     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 14873     <collection name="uiresources" long-name="uiresources">
       
 14874      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14875      <component name="uiresources" long-name="uiresources">
       
 14876       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14877       <unit bldFile="mw/uiresources/group"/>
       
 14878      </component>
       
 14879     </collection>
       
 14880     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 14881     <collection name="uiresources_plat" long-name="uiresources_plat">
       
 14882      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14883      <component name="cdl_api" long-name="cdl_api">
       
 14884       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14885       <unit bldFile="mw/uiresources/uiresources_plat/cdl_api/group"/>
       
 14886       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14887       <unit bldFile="mw/uitools/uitools_plat/cdl_api/group"/>
       
 14888      </component>
       
 14889      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14890      <component name="extended_fonts_api" long-name="extended_fonts_api">
       
 14891       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14892       <unit bldFile="mw/uiresources/uiresources_plat/extended_fonts_api/group"/>
       
 14893      </component>
       
 14894      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14895      <component name="extended_skins_api" long-name="extended_skins_api">
       
 14896       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14897       <unit bldFile="mw/uiresources/uiresources_plat/extended_skins_api/group"/>
       
 14898      </component>
       
 14899      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14900      <component name="graphic_configuration_api" long-name="graphic_configuration_api">
       
 14901       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14902       <unit bldFile="mw/uiresources/uiresources_plat/graphic_configuration_api/group"/>
       
 14903      </component>
       
 14904      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14905      <component name="uiresources_plat" long-name="uiresources_plat">
       
 14906       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14907       <unit bldFile="mw/uiresources/uiresources_plat/group"/>
       
 14908      </component>
       
 14909      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14910      <component name="language_code_definitions_api" long-name="language_code_definitions_api">
       
 14911       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14912       <unit bldFile="mw/uiresources/uiresources_plat/language_code_definitions_api/group"/>
       
 14913      </component>
       
 14914      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14915      <component name="layout_data_api" long-name="layout_data_api">
       
 14916       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14917       <unit bldFile="mw/uiresources/uiresources_plat/layout_data_api/group"/>
       
 14918      </component>
       
 14919      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14920      <component name="layout_system_private_api" long-name="layout_system_private_api">
       
 14921       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14922       <unit bldFile="mw/uiresources/uiresources_plat/layout_system_private_api/group"/>
       
 14923       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14924       <unit bldFile="mw/uitools/uitools_plat/layout_system_private_api/group"/>
       
 14925      </component>
       
 14926      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14927      <component name="mifconv_definitions_api" long-name="mifconv_definitions_api">
       
 14928       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14929       <unit bldFile="mw/uiresources/uiresources_plat/mifconv_definitions_api/group"/>
       
 14930      </component>
       
 14931      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14932      <component name="mif_header_cdl_api" long-name="mif_header_cdl_api">
       
 14933       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14934       <unit bldFile="mw/uiresources/uiresources_plat/mif_header_cdl_api/group"/>
       
 14935      </component>
       
 14936      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14937      <component name="personalisation_and_skins_settings_api" long-name="personalisation_and_skins_settings_api">
       
 14938       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14939       <unit bldFile="mw/uiresources/uiresources_plat/personalisation_and_skins_settings_api/group"/>
       
 14940      </component>
       
 14941      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14942      <component name="private_user_area_code_definitions_api" long-name="private_user_area_code_definitions_api">
       
 14943       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14944       <unit bldFile="mw/uiresources/uiresources_plat/private_user_area_code_definitions_api/group"/>
       
 14945      </component>
       
 14946      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14947      <component name="skins_image_attributes_api" long-name="skins_image_attributes_api">
       
 14948       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14949       <unit bldFile="mw/uiresources/uiresources_plat/skins_image_attributes_api/group"/>
       
 14950      </component>
       
 14951      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14952      <component name="tfx_effect_setup_plugin_api" long-name="tfx_effect_setup_plugin_api">
       
 14953       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14954       <unit bldFile="mw/uiresources/uiresources_plat/tfx_effect_setup_plugin_api/group"/>
       
 14955      </component>
       
 14956      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14957      <component name="tfx_server_controller_plugin_api" long-name="tfx_server_controller_plugin_api">
       
 14958       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14959       <unit bldFile="mw/uiresources/uiresources_plat/tfx_server_controller_plugin_api/group"/>
       
 14960      </component>
       
 14961      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14962      <component name="tfx_server_plugin_ids_api" long-name="tfx_server_plugin_ids_api">
       
 14963       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14964       <unit bldFile="mw/uiresources/uiresources_plat/tfx_server_plugin_ids_api/group"/>
       
 14965      </component>
       
 14966      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14967      <component name="wallpaper_configuration_api" long-name="wallpaper_configuration_api">
       
 14968       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14969       <unit bldFile="mw/uiresources/uiresources_plat/wallpaper_configuration_api/group"/>
       
 14970      </component>
       
 14971     </collection>
       
 14972     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 14973     <collection name="uiresources_pub" long-name="uiresources_pub">
       
 14974      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14975      <component name="font_definition_api" long-name="font_definition_api">
       
 14976       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14977       <unit bldFile="mw/uiresources/uiresources_pub/font_definition_api/group"/>
       
 14978      </component>
       
 14979      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14980      <component name="graphics_api" long-name="graphics_api">
       
 14981       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14982       <unit bldFile="mw/uiresources/uiresources_pub/graphics_api/group"/>
       
 14983      </component>
       
 14984      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14985      <component name="uiresources_pub" long-name="uiresources_pub">
       
 14986       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14987       <unit bldFile="mw/uiresources/uiresources_pub/group"/>
       
 14988      </component>
       
 14989      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14990      <component name="layout_id_definitions_api" long-name="layout_id_definitions_api">
       
 14991       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14992       <unit bldFile="mw/uiresources/uiresources_pub/layout_id_definitions_api/group"/>
       
 14993      </component>
       
 14994      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 14995      <component name="pictograph_api" long-name="pictograph_api">
       
 14996       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 14997       <unit bldFile="mw/uiresources/uiresources_pub/pictograph_api/group"/>
       
 14998      </component>
       
 14999      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15000      <component name="scalable_icons_api" long-name="scalable_icons_api">
       
 15001       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15002       <unit bldFile="mw/uiresources/uiresources_pub/scalable_icons_api/group"/>
       
 15003      </component>
       
 15004      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15005      <component name="skins_api" long-name="skins_api">
       
 15006       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15007       <unit bldFile="mw/uiresources/uiresources_pub/skins_api/group"/>
       
 15008      </component>
       
 15009     </collection>
       
 15010    </block>
       
 15011    <block long-name="Home Screen Services" level="specific" name="homescreensrv" levels="plugin framework server generic specific">
       
 15012     <collection name="backsteppingsrv" long-name="Backstepping Service" level="server">
       
 15013      <component name="bsengine.exe=binary">
       
 15014       <unit bldFile="mw/homescreensrv/backsteppingsrv/group"/>
       
 15015      </component>
       
 15016     </collection>
       
 15017     <collection name="contentpublishingsrv" long-name="Content Publishing Service" level="server">
       
 15018      <component name="contentharvester" long-name="Content Harvester">
       
 15019       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentharvester/group"/>
       
 15020      </component>
       
 15021      <component name="contentpublishingserver" long-name="Content Publishing Server">
       
 15022       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingserver/group"/>
       
 15023      </component>
       
 15024      <component name="contentpublishingutils" long-name="Content Publishing Utils">
       
 15025       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/group"/>
       
 15026      </component>
       
 15027      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15028      <component name="contentharvesterclient" long-name="contentharvesterclient">
       
 15029       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15030       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentharvester/contentharvesterclient/group"/>
       
 15031      </component>
       
 15032      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15033      <component name="contentharvesterserver" long-name="contentharvesterserver">
       
 15034       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15035       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentharvester/contentharvesterserver/group"/>
       
 15036      </component>
       
 15037      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15038      <component name="factorysettingsplugin" long-name="factorysettingsplugin">
       
 15039       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15040       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentharvester/factorysettingsplugin/group"/>
       
 15041      </component>
       
 15042      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15043      <component name="cpserver" long-name="cpserver">
       
 15044       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15045       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingserver/cpserver/group"/>
       
 15046      </component>
       
 15047      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15048      <component name="cpsqlitestorage" long-name="cpsqlitestorage">
       
 15049       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15050       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingserver/cpsqlitestorage/group"/>
       
 15051      </component>
       
 15052      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15053      <component name="contentpublishingdebug" long-name="contentpublishingdebug">
       
 15054       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15055       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/contentpublishingdebug/group"/>
       
 15056      </component>
       
 15057      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15058      <component name="contentpublishingmap" long-name="contentpublishingmap">
       
 15059       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15060       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/contentpublishingmap/group"/>
       
 15061      </component>
       
 15062      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15063      <component name="pluginvalidator" long-name="pluginvalidator">
       
 15064       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15065       <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/pluginvalidator/group"/>
       
 15066      </component>
       
 15067      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15068      <component name="contentpublishingsrv" long-name="contentpublishingsrv">
       
 15069       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15070       <unit bldFile="mw/homescreensrv/contentpublishingsrv/group"/>
       
 15071      </component>
       
 15072     </collection>
       
 15073     <collection name="homescreenpluginsrv" long-name="Homescreen Plugin Service" level="plugin">
       
 15074      <component name="hspsdefinitionengine" long-name="Homescreen Plugin Server Definition Engine">
       
 15075       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsdefinitionengine/group"/>
       
 15076       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15077       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsdefinitionengine/hspsdefinitionengine/group"/>
       
 15078      </component>
       
 15079      <component name="hspsdom" long-name="Homescreen Plugin Server DOM">
       
 15080       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsdom/group"/>
       
 15081      </component>
       
 15082      <component name="hspsmanager" long-name="Homescreen Plugin Server Manager">
       
 15083       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsmanager/group"/>
       
 15084      </component>
       
 15085      <component name="hspsodt" long-name="Homescreen Plugin Server ODT">
       
 15086       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsodt/group"/>
       
 15087      </component>
       
 15088      <component name="hspspluginregistry" long-name="Homescreen Plugin Registry">
       
 15089       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspspluginregistry/group"/>
       
 15090      </component>
       
 15091      <component name="hspsresource" long-name="Homescreen Plugin Server Resource">
       
 15092       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsresource/group"/>
       
 15093      </component>
       
 15094      <component name="hspsresult" long-name="Homescreen Plugin Server Result">
       
 15095       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsresult/group"/>
       
 15096      </component>
       
 15097      <component name="hspstools" long-name="Homescreen Plugin Server Tools">
       
 15098       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspstools/group"/>
       
 15099      </component>
       
 15100      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15101      <component name="homescreenpluginsrv" long-name="homescreenpluginsrv">
       
 15102       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15103       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/group"/>
       
 15104      </component>
       
 15105      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15106      <component name="hspsdefinitionengineinterface" long-name="hspsdefinitionengineinterface">
       
 15107       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15108       <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsdefinitionengine/hspsdefinitionengineinterface/group"/>
       
 15109      </component>
       
 15110     </collection>
       
 15111     <collection name="idlefw" long-name="Idle Framework" level="framework">
       
 15112      <component name="aifw.dll=binary">
       
 15113       <unit bldFile="mw/homescreensrv/idlefw/group"/>
       
 15114      </component>
       
 15115      <component name="aiidleint.dll=binary">
       
 15116 <!--       <unit bldFile="mw/homescreensrv/idlefw/group"/> -->
       
 15117      </component>
       
 15118      <component name="ailaunch.exe=binary">
       
 15119 <!--       <unit bldFile="mw/homescreensrv/idlefw/group"/> -->
       
 15120      </component>
       
 15121      <component name="aiutils.dll=binary">
       
 15122 <!--       <unit bldFile="mw/homescreensrv/idlefw/group"/> -->
       
 15123      </component>
       
 15124      <component name="plugins">
       
 15125       <unit bldFile="mw/homescreensrv/idlefw/plugins/group"/>
       
 15126      </component>
       
 15127      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15128      <component name="profileplugin" long-name="profileplugin">
       
 15129       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15130       <unit bldFile="mw/homescreensrv/idlefw/plugins/profileplugin/group"/>
       
 15131      </component>
       
 15132      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15133      <component name="pslnactiveidleplugin" long-name="pslnactiveidleplugin">
       
 15134       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15135       <unit bldFile="mw/homescreensrv/idlefw/plugins/pslnactiveidleplugin/group"/>
       
 15136      </component>
       
 15137      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15138      <component name="sapidataplugin" long-name="sapidataplugin">
       
 15139       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15140       <unit bldFile="mw/homescreensrv/idlefw/plugins/sapidataplugin/group"/>
       
 15141      </component>
       
 15142      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15143      <component name="shortcutplugin" long-name="shortcutplugin">
       
 15144       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15145       <unit bldFile="mw/homescreensrv/idlefw/plugins/shortcutplugin/group"/>
       
 15146      </component>
       
 15147     </collection>
       
 15148     <collection name="menucontentsrv" long-name="Menu Content Service" level="generic">
       
 15149      <component name="mcsextendedmenu.dll=binary">
       
 15150       <unit bldFile="mw/homescreensrv/menucontentsrv/group"/>
       
 15151      </component>
       
 15152      <component name="mcsmenu.dll=binary">
       
 15153 <!--       <unit bldFile="mw/homescreensrv/menucontentsrv/group"/> -->
       
 15154      </component>
       
 15155      <component name="mcsmenueng.dll=binary">
       
 15156 <!--       <unit bldFile="mw/homescreensrv/menucontentsrv/group"/> -->
       
 15157      </component>
       
 15158      <component name="mcsmenuhandler.dll=binary">
       
 15159 <!--       <unit bldFile="mw/homescreensrv/menucontentsrv/group"/> -->
       
 15160      </component>
       
 15161      <component name="mcsmenuserver.exe=binary">
       
 15162 <!--       <unit bldFile="mw/homescreensrv/menucontentsrv/group"/> -->
       
 15163      </component>
       
 15164      <component name="mcsmenuutils.dll=binary">
       
 15165 <!--       <unit bldFile="mw/homescreensrv/menucontentsrv/group"/> -->
       
 15166      </component>
       
 15167      <component name="mcssathandler.dll=binary">
       
 15168 <!--       <unit bldFile="mw/homescreensrv/menucontentsrv/group"/> -->
       
 15169      </component>
       
 15170      <component name="menusatinterface" long-name="Menu SAT Interface">
       
 15171       <unit bldFile="mw/homescreensrv/menucontentsrv/menusatinterface/group"/>
       
 15172      </component>
       
 15173     </collection>
       
 15174     <collection name="xcfw" long-name="XCFW" level="framework">
       
 15175      <component name="XCFW.dll=binary" long-name="XCFW">
       
 15176       <unit bldFile="mw/homescreensrv/xcfw/group"/>
       
 15177      </component>
       
 15178     </collection>
       
 15179     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15180     <collection name="homescreensrv" long-name="homescreensrv">
       
 15181      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15182      <component name="homescreensrv" long-name="homescreensrv">
       
 15183       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15184       <unit bldFile="mw/homescreensrv/group"/>
       
 15185      </component>
       
 15186     </collection>
       
 15187     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15188     <collection name="homescreensrv_plat" long-name="homescreensrv_plat">
       
 15189      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15190      <component name="action_handler_plugin_api" long-name="action_handler_plugin_api">
       
 15191       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15192       <unit bldFile="mw/homescreensrv/homescreensrv_plat/action_handler_plugin_api/group"/>
       
 15193      </component>
       
 15194      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15195      <component name="ai_content_model_api" long-name="ai_content_model_api">
       
 15196       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15197       <unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_content_model_api/group"/>
       
 15198      </component>
       
 15199      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15200      <component name="ai_plugin_information_api" long-name="ai_plugin_information_api">
       
 15201       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15202       <unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_plugin_information_api/group"/>
       
 15203      </component>
       
 15204      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15205      <component name="ai_plugin_management_api" long-name="ai_plugin_management_api">
       
 15206       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15207       <unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_plugin_management_api/group"/>
       
 15208      </component>
       
 15209      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15210      <component name="ai_shortcut_command_api" long-name="ai_shortcut_command_api">
       
 15211       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15212       <unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_shortcut_command_api/group"/>
       
 15213      </component>
       
 15214      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15215      <component name="ai_utilities_api" long-name="ai_utilities_api">
       
 15216       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15217       <unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_utilities_api/group"/>
       
 15218      </component>
       
 15219      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15220      <component name="ai_variation_api" long-name="ai_variation_api">
       
 15221       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15222       <unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_variation_api/group"/>
       
 15223      </component>
       
 15224      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15225      <component name="content_harvester_plugin_api" long-name="content_harvester_plugin_api">
       
 15226       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15227       <unit bldFile="mw/homescreensrv/homescreensrv_plat/content_harvester_plugin_api/group"/>
       
 15228      </component>
       
 15229      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15230      <component name="external_home_screen_api" long-name="external_home_screen_api">
       
 15231       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15232       <unit bldFile="mw/homescreensrv/homescreensrv_plat/external_home_screen_api/group"/>
       
 15233      </component>
       
 15234      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15235      <component name="homescreensrv_plat" long-name="homescreensrv_plat">
       
 15236       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15237       <unit bldFile="mw/homescreensrv/homescreensrv_plat/group"/>
       
 15238      </component>
       
 15239      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15240      <component name="idlefw_api" long-name="idlefw_api">
       
 15241       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15242       <unit bldFile="mw/homescreensrv/homescreensrv_plat/idlefw_api/group"/>
       
 15243      </component>
       
 15244      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15245      <component name="menu_content_service_api" long-name="menu_content_service_api">
       
 15246       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15247       <unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_content_service_api/group"/>
       
 15248      </component>
       
 15249      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15250      <component name="menu_model_api" long-name="menu_model_api">
       
 15251       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15252       <unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_model_api/group"/>
       
 15253      </component>
       
 15254      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15255      <component name="menu_sat_interface_api" long-name="menu_sat_interface_api">
       
 15256       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15257       <unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_sat_interface_api/group"/>
       
 15258      </component>
       
 15259      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15260      <component name="actionhandlerplugins" long-name="actionhandlerplugins">
       
 15261       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15262       <unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_actionhandler/actionhandlerplugins/group"/>
       
 15263      </component>
       
 15264      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15265      <component name="actionhandlerservice" long-name="actionhandlerservice">
       
 15266       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15267       <unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_actionhandler/actionhandlerservice/group"/>
       
 15268      </component>
       
 15269      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15270      <component name="sapi_actionhandler" long-name="sapi_actionhandler">
       
 15271       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15272       <unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_actionhandler/group"/>
       
 15273      </component>
       
 15274      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15275      <component name="sapi_backstepping" long-name="sapi_backstepping">
       
 15276       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15277       <unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_backstepping/group"/>
       
 15278      </component>
       
 15279      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15280      <component name="sapi_contentpublishing" long-name="sapi_contentpublishing">
       
 15281       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15282       <unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_contentpublishing/group"/>
       
 15283      </component>
       
 15284      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15285      <component name="sapi_homescreenplugin" long-name="sapi_homescreenplugin">
       
 15286       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15287       <unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_homescreenplugin/group"/>
       
 15288      </component>
       
 15289      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15290      <component name="hspsservice" long-name="hspsservice">
       
 15291       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15292       <unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_homescreenplugin/hspsservice/group"/>
       
 15293      </component>
       
 15294      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15295      <component name="sapi_menucontent" long-name="sapi_menucontent">
       
 15296       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15297       <unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_menucontent/group"/>
       
 15298      </component>
       
 15299      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15300      <component name="mcsservice" long-name="mcsservice">
       
 15301       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15302       <unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_menucontent/mcsservice/group"/>
       
 15303      </component>
       
 15304      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15305      <component name="shortcutplugin_extension_api" long-name="shortcutplugin_extension_api">
       
 15306       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15307       <unit bldFile="mw/homescreensrv/homescreensrv_plat/shortcutplugin_extension_api/group"/>
       
 15308      </component>
       
 15309      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15310      <component name="xcfw_api" long-name="xcfw_api">
       
 15311       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15312       <unit bldFile="mw/homescreensrv/homescreensrv_plat/xcfw_api/group"/>
       
 15313      </component>
       
 15314     </collection>
       
 15315    </block>
       
 15316    <block long-name="Application Installation" level="generic" name="appinstall" levels="framework generic specific api">
  1966     <collection name="installationservices" long-name="Installation Services" level="generic">
 15317     <collection name="installationservices" long-name="Installation Services" level="generic">
  1967      <component name="swi" long-name="Secure Software Install">
 15318      <component name="swi" long-name="Secure Software Install">
  1968       <unit bldFile="mw\appinstall\installationservices\swi\group" mrp="mw\appinstall\installationservices\swi\group\security_swi.mrp"/>
 15319       <unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
  1969      </component>
 15320      </component>
  1970      <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1">
 15321      <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1">
  1971       <unit bldFile="mw\appinstall\installationservices\swidevicetools\group" mrp="mw\appinstall\installationservices\swidevicetools\group\security_switools_device.mrp"/>
 15322       <unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
  1972      </component>
 15323      </component>
  1973      <component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0">
 15324      <component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0" purpose="development">
  1974       <!-- PLACEHOLDER="PDEF137052"
 15325       <unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
  1975 			<unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
 15326      </component>
  1976 			-->
 15327      <component name="swiconfig" long-name="Software Install Config" introduced="9.1" class="config" purpose="optional">
  1977      </component>
 15328       <unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
  1978      <component name="swiconfig" long-name="Software Install Config" introduced="9.1">
       
  1979       <!-- PLACEHOLDER="PDEF137052"
       
  1980 			<unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
       
  1981 			-->
       
  1982      </component>
 15329      </component>
  1983     </collection>
 15330     </collection>
  1984     <collection name="secureswitools" long-name="Secure Software Install Tools">
 15331     <collection name="secureswitools" long-name="Secure Software Install Tools">
  1985      <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" class="PC">
 15332      <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" class="PC">
  1986       <unit bldFile="mw\appinstall\secureswitools\makekeys\group" mrp="mw\appinstall\secureswitools\makekeys\group\security_makekeys.mrp"/>
 15333       <unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
       
 15334      </component>
       
 15335      <component name="openssllib" long-name="OpenSSL Library" class="PC">
       
 15336       <unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
  1987      </component>
 15337      </component>
  1988      <component name="swianalysistoolkit" long-name="SWI Analysis Toolkit" class="PC">
 15338      <component name="swianalysistoolkit" long-name="SWI Analysis Toolkit" class="PC">
  1989       <unit bldFile="mw\appinstall\secureswitools\swianalysistoolkit\group" mrp="mw\appinstall\secureswitools\swianalysistoolkit\group\security_switools.mrp"/>
 15339       <unit bldFile="mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/>
  1990      </component>
 15340      </component>
  1991      <component name="swisistools" long-name="Secure Software Install SIS Tools" class="PC">
 15341      <component name="swisistools" long-name="Secure Software Install SIS Tools" class="PC">
  1992       <unit bldFile="mw\appinstall\secureswitools\swisistools\group" mrp="mw\appinstall\secureswitools\swisistools\group\security_sistools.mrp"/>
 15342       <unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
  1993      </component>
 15343      </component>
  1994      <component name="openssllib" long-name="OpenSSL Library" class="PC">
 15344     </collection>
  1995       <unit mrp="mw\appinstall\secureswitools\openssllib\security_openssl.mrp"/>
 15345     <collection name="appinstaller" long-name="App Installer" level="generic">
       
 15346      <component name="AppMngr2" long-name="App Mngr2">
       
 15347       <unit bldFile="mw/appinstall/appinstaller/AppMngr2/group"/>
       
 15348      </component>
       
 15349      <component name="AppinstUi" long-name="App Installer UI">
       
 15350       <unit bldFile="mw/appinstall/appinstaller/AppinstUi/group"/>
       
 15351      </component>
       
 15352      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15353      <component name="Sisx" long-name="Sisx">
       
 15354       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15355       <unit bldFile="mw/appinstall/appinstaller/AppMngr2/Sisx/group"/>
       
 15356      </component>
       
 15357      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15358      <component name="Widget" long-name="Widget">
       
 15359       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15360       <unit bldFile="mw/appinstall/appinstaller/AppMngr2/Widget/group"/>
       
 15361      </component>
       
 15362      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15363      <component name="appinstaller" long-name="appinstaller">
       
 15364       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15365       <unit bldFile="mw/appinstall/appinstaller/group"/>
       
 15366      </component>
       
 15367     </collection>
       
 15368     <collection name="iaupdateapi_stub" long-name="IA Update API Stub" level="specific">
       
 15369      <component name="iaupdateapi_stub.dll=binary">
       
 15370       <unit bldFile="mw/appinstall/iaupdateapi_stub/group"/>
       
 15371      </component>
       
 15372     </collection>
       
 15373     <collection name="ncdengine" long-name="NCD Engine" level="framework">
       
 15374      <component name="debuglogger" long-name="Debug Logger">
       
 15375       <unit bldFile="mw/appinstall/ncdengine/debuglogger/group"/>
       
 15376      </component>
       
 15377      <component name="engine">
       
 15378       <unit bldFile="mw/appinstall/ncdengine/engine/group"/>
       
 15379      </component>
       
 15380      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15381      <component name="ncdengine" long-name="ncdengine">
       
 15382       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15383       <unit bldFile="mw/appinstall/ncdengine/group"/>
       
 15384      </component>
       
 15385     </collection>
       
 15386     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15387     <collection name="appinstall" long-name="appinstall">
       
 15388      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15389      <component name="appinstall" long-name="appinstall">
       
 15390       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15391       <unit bldFile="mw/appinstall/group"/>
       
 15392      </component>
       
 15393     </collection>
       
 15394     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15395     <collection name="appinstall_plat" long-name="appinstall_plat">
       
 15396      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15397      <component name="appmngr2runtimeapi" long-name="appmngr2runtimeapi">
       
 15398       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15399       <unit bldFile="mw/appinstall/appinstall_plat/appmngr2runtimeapi/group"/>
       
 15400      </component>
       
 15401      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15402      <component name="appinstall_plat" long-name="appinstall_plat">
       
 15403       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15404       <unit bldFile="mw/appinstall/appinstall_plat/group"/>
       
 15405      </component>
       
 15406      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15407      <component name="iaupdate_api" long-name="iaupdate_api">
       
 15408       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15409       <unit bldFile="mw/appinstall/appinstall_plat/iaupdate_api/group"/>
       
 15410      </component>
       
 15411      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15412      <component name="sw_installer_common_ui_api" long-name="sw_installer_common_ui_api">
       
 15413       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15414       <unit bldFile="mw/appinstall/appinstall_plat/sw_installer_common_ui_api/group"/>
       
 15415      </component>
       
 15416      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15417      <component name="sw_installer_cr_keys" long-name="sw_installer_cr_keys">
       
 15418       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15419       <unit bldFile="mw/appinstall/appinstall_plat/sw_installer_cr_keys/group"/>
       
 15420      </component>
       
 15421      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15422      <component name="sw_installer_launcher_api" long-name="sw_installer_launcher_api">
       
 15423       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15424       <unit bldFile="mw/appinstall/appinstall_plat/sw_installer_launcher_api/group"/>
       
 15425      </component>
       
 15426      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15427      <component name="sw_installer_ps_keys" long-name="sw_installer_ps_keys">
       
 15428       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15429       <unit bldFile="mw/appinstall/appinstall_plat/sw_installer_ps_keys/group"/>
       
 15430      </component>
       
 15431      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15432      <component name="sw_installer_ui_plugin_api" long-name="sw_installer_ui_plugin_api">
       
 15433       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15434       <unit bldFile="mw/appinstall/appinstall_plat/sw_installer_ui_plugin_api/group"/>
       
 15435      </component>
       
 15436      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15437      <component name="task_management_api" long-name="task_management_api">
       
 15438       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15439       <unit bldFile="mw/appinstall/appinstall_plat/task_management_api/group"/>
       
 15440      </component>
       
 15441      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15442      <component name="task_plugin_api" long-name="task_plugin_api">
       
 15443       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15444       <unit bldFile="mw/appinstall/appinstall_plat/task_plugin_api/group"/>
       
 15445      </component>
       
 15446     </collection>
       
 15447     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15448     <collection name="appinstall_pub" long-name="appinstall_pub">
       
 15449      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15450      <component name="appinstall_pub" long-name="appinstall_pub">
       
 15451       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15452       <unit bldFile="mw/appinstall/appinstall_pub/group"/>
       
 15453      </component>
       
 15454      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15455      <component name="startup_list_management_api" long-name="startup_list_management_api">
       
 15456       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15457       <unit bldFile="mw/appinstall/appinstall_pub/startup_list_management_api/group"/>
       
 15458      </component>
       
 15459     </collection>
       
 15460     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15461     <collection name="iaupdate" long-name="iaupdate">
       
 15462      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15463      <component name="iaupdate" long-name="iaupdate">
       
 15464       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15465       <unit bldFile="mw/appinstall/iaupdate/group"/>
       
 15466      </component>
       
 15467      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15468      <component name="api" long-name="api">
       
 15469       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15470       <unit bldFile="mw/appinstall/iaupdate/IAD/api/group"/>
       
 15471      </component>
       
 15472      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15473      <component name="backgroundchecker" long-name="backgroundchecker">
       
 15474       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15475       <unit bldFile="mw/appinstall/iaupdate/IAD/backgroundchecker/group"/>
       
 15476      </component>
       
 15477      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15478      <component name="enabler" long-name="enabler">
       
 15479       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15480       <unit bldFile="mw/appinstall/iaupdate/IAD/enabler/group"/>
       
 15481      </component>
       
 15482      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15483      <component name="firmwareupdate" long-name="firmwareupdate">
       
 15484       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15485       <unit bldFile="mw/appinstall/iaupdate/IAD/firmwareupdate/group"/>
       
 15486      </component>
       
 15487      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15488      <component name="IAD" long-name="IAD">
       
 15489       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15490       <unit bldFile="mw/appinstall/iaupdate/IAD/group"/>
       
 15491      </component>
       
 15492      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15493      <component name="launcher" long-name="launcher">
       
 15494       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15495       <unit bldFile="mw/appinstall/iaupdate/IAD/launcher/group"/>
       
 15496      </component>
       
 15497      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15498      <component name="ui" long-name="ui">
       
 15499       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15500       <unit bldFile="mw/appinstall/iaupdate/IAD/ui/group"/>
       
 15501      </component>
       
 15502      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15503      <component name="updater" long-name="updater">
       
 15504       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15505       <unit bldFile="mw/appinstall/iaupdate/IAD/updater/group"/>
       
 15506      </component>
       
 15507      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15508      <component name="updaterfiles" long-name="updaterfiles">
       
 15509       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15510       <unit bldFile="mw/appinstall/iaupdate/IAD/updater/updaterfiles/group"/>
       
 15511      </component>
       
 15512     </collection>
       
 15513    </block>
       
 15514    <block long-name="Service API Framework" level="specific" name="serviceapifw" levels="plugin framework server generic specific">
       
 15515     <collection name="languageinterworkingfw" long-name="Language Interworking Framework" level="framework">
       
 15516      <component name="servicehandler" long-name="Service Handler">
       
 15517       <unit bldFile="mw/serviceapifw/languageinterworkingfw/servicehandler/group"/>
       
 15518      </component>
       
 15519      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15520      <component name="languageinterworkingfw" long-name="languageinterworkingfw">
       
 15521       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15522       <unit bldFile="mw/serviceapifw/languageinterworkingfw/group"/>
       
 15523      </component>
       
 15524     </collection>
       
 15525     <collection name="rtsecuritymanager" long-name="RT Security Manager" level="server">
       
 15526      <component name="rtsecuritymanagerclient" long-name="RT Security Manager Client">
       
 15527       <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerclient/group"/>
       
 15528      </component>
       
 15529      <component name="rtsecuritymanagerserver" long-name="RT Security Managers Erver">
       
 15530       <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerserver/group"/>
       
 15531      </component>
       
 15532      <component name="rtsecuritymanagerutil" long-name="RT Security Manager Util">
       
 15533       <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerutil/group"/>
       
 15534      </component>
       
 15535      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15536      <component name="rtsecuritymanager" long-name="rtsecuritymanager">
       
 15537       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15538       <unit bldFile="mw/serviceapifw/rtsecuritymanager/group"/>
       
 15539      </component>
       
 15540     </collection>
       
 15541     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15542     <collection name="serviceapifw" long-name="serviceapifw">
       
 15543      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15544      <component name="serviceapifw" long-name="serviceapifw">
       
 15545       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15546       <unit bldFile="mw/serviceapifw/group"/>
       
 15547      </component>
       
 15548     </collection>
       
 15549     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15550     <collection name="serviceapifw_plat" long-name="serviceapifw_plat">
       
 15551      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15552      <component name="serviceapifw_plat" long-name="serviceapifw_plat">
       
 15553       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15554       <unit bldFile="mw/serviceapifw/serviceapifw_plat/group"/>
       
 15555      </component>
       
 15556      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15557      <component name="liw_criteria_api" long-name="liw_criteria_api">
       
 15558       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15559       <unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_criteria_api/group"/>
       
 15560      </component>
       
 15561      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15562      <component name="liw_generic_parameter_api" long-name="liw_generic_parameter_api">
       
 15563       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15564       <unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_generic_parameter_api/group"/>
       
 15565      </component>
       
 15566      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15567      <component name="liw_provider_utility_api" long-name="liw_provider_utility_api">
       
 15568       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15569       <unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_provider_utility_api/group"/>
       
 15570      </component>
       
 15571      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15572      <component name="liw_service_handler_api" long-name="liw_service_handler_api">
       
 15573       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15574       <unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_service_handler_api/group"/>
       
 15575      </component>
       
 15576      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15577      <component name="liw_service_interface_base_api" long-name="liw_service_interface_base_api">
       
 15578       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15579       <unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_service_interface_base_api/group"/>
       
 15580      </component>
       
 15581      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15582      <component name="liw_service_interface_menu_api" long-name="liw_service_interface_menu_api">
       
 15583       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15584       <unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_service_interface_menu_api/group"/>
       
 15585      </component>
       
 15586      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15587      <component name="rtsecuritymanager_client_api" long-name="rtsecuritymanager_client_api">
       
 15588       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15589       <unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_client_api/group"/>
       
 15590      </component>
       
 15591      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15592      <component name="rtsecuritymanager_common_api" long-name="rtsecuritymanager_common_api">
       
 15593       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15594       <unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_common_api/group"/>
       
 15595      </component>
       
 15596      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15597      <component name="rtsecuritymanager_utility_api" long-name="rtsecuritymanager_utility_api">
       
 15598       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15599       <unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_utility_api/group"/>
       
 15600      </component>
       
 15601     </collection>
       
 15602     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15603     <collection name="serviceapifw_pub" long-name="serviceapifw_pub">
       
 15604      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15605      <component name="serviceapifw_pub" long-name="serviceapifw_pub">
       
 15606       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15607       <unit bldFile="mw/serviceapifw/serviceapifw_pub/group"/>
       
 15608      </component>
       
 15609     </collection>
       
 15610    </block>
       
 15611    <block long-name="Service API" level="specific" name="serviceapi" levels="os mw1 mw2 app">
       
 15612     <collection name="sapi_applicationmanager" long-name="SAPI Application Manager" level="mw1">
       
 15613      <component name="appmanagerprovider.dll=binary">
       
 15614       <unit bldFile="mw/serviceapi/sapi_applicationmanager/group"/>
       
 15615      </component>
       
 15616      <component name="appmanagerservice" long-name="App Manager Service">
       
 15617       <unit bldFile="mw/serviceapi/sapi_applicationmanager/appmanagerservice/group"/>
       
 15618      </component>
       
 15619     </collection>
       
 15620     <collection name="sapi_calendar" long-name="SAPI Calendar" level="app">
       
 15621      <component name="calendarprovider.dll=binary">
       
 15622       <unit bldFile="mw/serviceapi/sapi_calendar/group"/>
       
 15623      </component>
       
 15624      <component name="calendarservice" long-name="Calendar Service">
       
 15625       <unit bldFile="mw/serviceapi/sapi_calendar/calendarservice/group"/>
       
 15626      </component>
       
 15627     </collection>
       
 15628     <collection name="sapi_contacts_vpbk" long-name="SAPI Contacts Vpbk" level="app">
       
 15629      <component name="contactprovider.dll=binary">
       
 15630       <unit bldFile="mw/serviceapi/sapi_contacts_vpbk/group"/>
       
 15631      </component>
       
 15632      <component name="contactservice" long-name="Contact Service">
       
 15633       <unit bldFile="mw/serviceapi/sapi_contacts_vpbk/contactservice/group"/>
       
 15634      </component>
       
 15635     </collection>
       
 15636     <collection name="sapi_landmarks" long-name="SAPI Landmarks" level="mw2">
       
 15637      <component name="landmarkprovider.dll=binary">
       
 15638       <unit bldFile="mw/serviceapi/sapi_landmarks/group"/>
       
 15639      </component>
       
 15640      <component name="landmarksservice" long-name="Landmarks Service">
       
 15641       <unit bldFile="mw/serviceapi/sapi_landmarks/landmarksservice/group"/>
       
 15642      </component>
       
 15643     </collection>
       
 15644     <collection name="sapi_location" long-name="SAPI Location" level="mw2">
       
 15645      <component name="locationprovider.dll=binary">
       
 15646       <unit bldFile="mw/serviceapi/sapi_location/group"/>
       
 15647      </component>
       
 15648      <component name="locationservice" long-name="Location Service">
       
 15649       <unit bldFile="mw/serviceapi/sapi_location/locationservice/group"/>
       
 15650      </component>
       
 15651     </collection>
       
 15652     <collection name="sapi_logging" long-name="SAPI Logging" level="app">
       
 15653      <component name="loggingprovider.dll=binary">
       
 15654       <unit bldFile="mw/serviceapi/sapi_logging/group"/>
       
 15655      </component>
       
 15656      <component name="loggingservice" long-name="Logging Service">
       
 15657       <unit bldFile="mw/serviceapi/sapi_logging/loggingservice/group"/>
       
 15658      </component>
       
 15659     </collection>
       
 15660     <collection name="sapi_mediamanagement" long-name="SAPI Media Management" level="mw2">
       
 15661      <component name="mediamanagementprovider.dll=binary">
       
 15662       <unit bldFile="mw/serviceapi/sapi_mediamanagement/group"/>
       
 15663      </component>
       
 15664      <component name="mediamanagementservice" long-name="Media Management Service">
       
 15665       <unit bldFile="mw/serviceapi/sapi_mediamanagement/mediamanagementservice/group"/>
       
 15666      </component>
       
 15667     </collection>
       
 15668     <collection name="sapi_messaging" long-name="SAPI Messaging" level="mw2">
       
 15669      <component name="messagingprovider.dll=binary">
       
 15670       <unit bldFile="mw/serviceapi/sapi_messaging/group"/>
       
 15671      </component>
       
 15672      <component name="messagingservice" long-name="Messaging Service">
       
 15673       <unit bldFile="mw/serviceapi/sapi_messaging/messagingservice/group"/>
       
 15674      </component>
       
 15675     </collection>
       
 15676     <collection name="sapi_sensor" long-name="SAPI Sensor" level="mw1">
       
 15677      <component name="sensorprovider.dll=binary">
       
 15678       <unit bldFile="mw/serviceapi/sapi_sensor/group"/>
       
 15679      </component>
       
 15680      <component name="sensorservice" long-name="Sensor Service">
       
 15681       <unit bldFile="mw/serviceapi/sapi_sensor/sensorservice/group"/>
       
 15682      </component>
       
 15683     </collection>
       
 15684     <collection name="sapi_sysinfo" long-name="SAPI Sysinfo" level="mw1">
       
 15685      <component name="sysinfoprovider.dll=binary">
       
 15686       <unit bldFile="mw/serviceapi/sapi_sysinfo/group"/>
       
 15687      </component>
       
 15688      <component name="sysinfoservice" long-name="Sysinfo Service">
       
 15689       <unit bldFile="mw/serviceapi/sapi_sysinfo/sysinfoservice/group"/>
       
 15690      </component>
       
 15691     </collection>
       
 15692     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 15693     <collection name="serviceapi" long-name="serviceapi">
       
 15694      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15695      <component name="serviceapi" long-name="serviceapi">
       
 15696       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15697       <unit bldFile="mw/serviceapi/group"/>
       
 15698      </component>
       
 15699     </collection>
       
 15700    </block>
       
 15701    <block long-name="Web" level="specific" name="web" levels="plugin framework server generic specific">
       
 15702     <collection name="browserutilities" long-name="Browser Utilities" level="generic">
       
 15703      <component name="aiwbrowserprovider" long-name="AIW Browser Provider">
       
 15704       <unit bldFile="mw/web/browserutilities/aiwbrowserprovider/group"/>
       
 15705      </component>
       
 15706      <component name="browserdialogsprovider" long-name="Browser Dialogs Provider">
       
 15707       <unit bldFile="mw/web/browserutilities/browserdialogsprovider/group"/>
       
 15708      </component>
       
 15709      <component name="browsertelservice" long-name="Browser Tel Service">
       
 15710       <unit bldFile="mw/web/browserutilities/browsertelservice/group"/>
       
 15711      </component>
       
 15712      <component name="connectionmanager">
       
 15713       <unit bldFile="mw/web/browserutilities/connectionmanager/group"/>
       
 15714       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15715       <unit bldFile="app/java/javaruntime/common/connectionmanager/group"/>
       
 15716      </component>
       
 15717      <component name="cxmllibrary" long-name="CXml Library">
       
 15718       <unit bldFile="mw/web/browserutilities/cxmllibrary/group"/>
       
 15719      </component>
       
 15720      <component name="downloadmgr" long-name="Download Manager">
       
 15721       <unit bldFile="mw/web/browserutilities/downloadmgr/group"/>
       
 15722      </component>
       
 15723      <component name="favouritesengine" long-name="Favourites Engine">
       
 15724       <unit bldFile="mw/web/browserutilities/favouritesengine/group"/>
       
 15725      </component>
       
 15726      <component name="feedsengine" long-name="Feeds Engine">
       
 15727       <unit bldFile="mw/web/browserutilities/feedsengine/group"/>
       
 15728      </component>
       
 15729      <component name="multipartparser" long-name="Multipart Parser">
       
 15730       <unit bldFile="mw/web/browserutilities/multipartparser/group"/>
       
 15731      </component>
       
 15732      <component name="recenturlstore" long-name="Recent URL Store">
       
 15733       <unit bldFile="mw/web/browserutilities/recenturlstore/group"/>
       
 15734      </component>
       
 15735      <component name="schemehandler" long-name="Scheme Handler">
       
 15736       <unit bldFile="mw/web/browserutilities/schemehandler/group"/>
       
 15737      </component>
       
 15738      <component name="webutils" long-name="Web Utils">
       
 15739       <unit bldFile="mw/web/browserutilities/webutils/group"/>
       
 15740      </component>
       
 15741      <component name="xmlparser" long-name="XML Parser">
       
 15742       <unit bldFile="mw/web/browserutilities/xmlparser/group"/>
       
 15743      </component>
       
 15744      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15745      <component name="DownloadMgrClntSrv" long-name="DownloadMgrClntSrv">
       
 15746       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15747       <unit bldFile="mw/web/browserutilities/downloadmgr/DownloadMgrClntSrv/group"/>
       
 15748      </component>
       
 15749      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15750      <component name="DownloadMgrServEng" long-name="DownloadMgrServEng">
       
 15751       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15752       <unit bldFile="mw/web/browserutilities/downloadmgr/DownloadMgrServEng/Group"/>
       
 15753      </component>
       
 15754      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15755      <component name="DownloadMgrUiLib" long-name="DownloadMgrUiLib">
       
 15756       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15757       <unit bldFile="mw/web/browserutilities/downloadmgr/DownloadMgrUiLib/Group"/>
       
 15758      </component>
       
 15759      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15760      <component name="ClientServer" long-name="ClientServer">
       
 15761       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15762       <unit bldFile="mw/web/browserutilities/favouritesengine/ClientServer/group"/>
       
 15763      </component>
       
 15764      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15765      <component name="Api" long-name="Api">
       
 15766       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15767       <unit bldFile="mw/web/browserutilities/feedsengine/FeedsServer/Api/group"/>
       
 15768      </component>
       
 15769      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15770      <component name="Reconizer" long-name="Reconizer">
       
 15771       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15772       <unit bldFile="mw/web/browserutilities/feedsengine/FeedsServer/Reconizer/group"/>
       
 15773      </component>
       
 15774      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15775      <component name="browserutilities" long-name="browserutilities">
       
 15776       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15777       <unit bldFile="mw/web/browserutilities/group"/>
       
 15778      </component>
       
 15779      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15780      <component name="SchemeApp" long-name="SchemeApp">
       
 15781       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15782       <unit bldFile="mw/web/browserutilities/schemehandler/SchemeApp/group"/>
       
 15783      </component>
       
 15784      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15785      <component name="SchemeDispatcher" long-name="SchemeDispatcher">
       
 15786       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15787       <unit bldFile="mw/web/browserutilities/schemehandler/SchemeDispatcher/group"/>
       
 15788      </component>
       
 15789     </collection>
       
 15790     <collection name="codhandler" long-name="COD Handler" level="specific">
       
 15791      <component name="coddownload" long-name="COD Download">
       
 15792       <unit bldFile="mw/web/codhandler/coddownload/group"/>
       
 15793      </component>
       
 15794      <component name="codeng" long-name="COD Engine">
       
 15795       <unit bldFile="mw/web/codhandler/codeng/group"/>
       
 15796      </component>
       
 15797      <component name="codrecog" long-name="COD Recogniser">
       
 15798       <unit bldFile="mw/web/codhandler/codrecog/group"/>
       
 15799      </component>
       
 15800      <component name="codui" long-name="COD UI">
       
 15801       <unit bldFile="mw/web/codhandler/codui/group"/>
       
 15802      </component>
       
 15803      <component name="codviewer" long-name="COD Viewer">
       
 15804       <unit bldFile="mw/web/codhandler/codviewer/group"/>
       
 15805      </component>
       
 15806      <component name="ddrecog" long-name="DD Recogniser">
       
 15807       <unit bldFile="mw/web/codhandler/ddrecog/group"/>
       
 15808      </component>
       
 15809      <component name="ddviewer" long-name="DD Viewer">
       
 15810       <unit bldFile="mw/web/codhandler/ddviewer/group"/>
       
 15811      </component>
       
 15812      <component name="roapapp" long-name="ROAP Application">
       
 15813       <unit bldFile="mw/web/codhandler/roapapp/group"/>
       
 15814      </component>
       
 15815      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15816      <component name="codhandler" long-name="codhandler">
       
 15817       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15818       <unit bldFile="mw/web/codhandler/group"/>
       
 15819      </component>
       
 15820     </collection>
       
 15821     <collection name="webengine" long-name="Web Engine" level="server">
       
 15822      <component name="browserrecognizers" long-name="Browser Recognizers">
       
 15823       <unit bldFile="mw/web/webengine/browserrecognizers/group"/>
       
 15824      </component>
       
 15825      <component name="device" long-name="Device">
       
 15826       <unit bldFile="mw/web/webengine/device/group"/>
       
 15827      </component>
       
 15828      <component name="memoryplugin" long-name="Memory Plugin">
       
 15829       <unit bldFile="mw/web/webengine/memoryplugin/group"/>
       
 15830      </component>
       
 15831      <component name="osswebengine" long-name="OSS Web Engine">
       
 15832       <unit bldFile="mw/web/webengine/osswebengine/group"/>
       
 15833      </component>
       
 15834      <component name="pagescaler" long-name="Page Scaler">
       
 15835       <unit bldFile="mw/web/webengine/pagescaler/group"/>
       
 15836      </component>
       
 15837      <component name="webkitutils" long-name="WebKit Utils">
       
 15838       <unit bldFile="mw/web/webengine/webkitutils/group"/>
       
 15839      </component>
       
 15840      <component name="widgetbackuprestore" long-name="Widget Backup Restore">
       
 15841       <unit bldFile="mw/web/webengine/widgetbackuprestore/group"/>
       
 15842      </component>
       
 15843      <component name="widgetengine" long-name="Widget Engine">
       
 15844       <unit bldFile="mw/web/webengine/widgetengine/group"/>
       
 15845      </component>
       
 15846      <component name="widgetinstaller" long-name="Widget Installer">
       
 15847       <unit bldFile="mw/web/webengine/widgetinstaller/group"/>
       
 15848      </component>
       
 15849      <component name="widgetmemoryplugin" long-name="Widget Memory Plugin">
       
 15850       <unit bldFile="mw/web/webengine/widgetmemoryplugin/group"/>
       
 15851      </component>
       
 15852      <component name="widgetregistry" long-name="Widget Registry">
       
 15853       <unit bldFile="mw/web/webengine/widgetregistry/group"/>
       
 15854      </component>
       
 15855      <component name="wmlengine" long-name="WML Engine">
       
 15856       <unit bldFile="mw/web/webengine/wmlengine/group"/>
       
 15857       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15858       <unit bldFile="mw/web/webengine/wmlengine/group/adt"/>
       
 15859       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15860       <unit bldFile="mw/web/webengine/wmlengine/group/browser"/>
       
 15861       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15862       <unit bldFile="mw/web/webengine/wmlengine/group/css"/>
       
 15863       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15864       <unit bldFile="mw/web/webengine/wmlengine/group/evt"/>
       
 15865       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15866       <unit bldFile="mw/web/webengine/wmlengine/group/fbox"/>
       
 15867       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15868       <unit bldFile="mw/web/webengine/wmlengine/group/fileloader"/>
       
 15869       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15870       <unit bldFile="mw/web/webengine/wmlengine/group/gdi"/>
       
 15871       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15872       <unit bldFile="mw/web/webengine/wmlengine/group/hed"/>
       
 15873       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15874       <unit bldFile="mw/web/webengine/wmlengine/group/htmlp"/>
       
 15875       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15876       <unit bldFile="mw/web/webengine/wmlengine/group/image"/>
       
 15877       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15878       <unit bldFile="mw/web/webengine/wmlengine/group/imagech"/>
       
 15879       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15880       <unit bldFile="mw/web/webengine/wmlengine/group/lmgr"/>
       
 15881       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15882       <unit bldFile="mw/web/webengine/wmlengine/group/markup"/>
       
 15883       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15884       <unit bldFile="mw/web/webengine/wmlengine/group/Msg"/>
       
 15885       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15886       <unit bldFile="mw/web/webengine/wmlengine/group/object"/>
       
 15887       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15888       <unit bldFile="mw/web/webengine/wmlengine/group/script"/>
       
 15889       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15890       <unit bldFile="mw/web/webengine/wmlengine/group/system"/>
       
 15891       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15892       <unit bldFile="mw/web/webengine/wmlengine/group/text"/>
       
 15893       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15894       <unit bldFile="mw/web/webengine/wmlengine/group/Unicode"/>
       
 15895       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15896       <unit bldFile="mw/web/webengine/wmlengine/group/urlloader"/>
       
 15897       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15898       <unit bldFile="mw/web/webengine/wmlengine/group/wml"/>
       
 15899       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15900       <unit bldFile="mw/web/webengine/wmlengine/group/wml1x"/>
       
 15901       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15902       <unit bldFile="mw/web/webengine/wmlengine/group/wmlengine"/>
       
 15903       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15904       <unit bldFile="mw/web/webengine/wmlengine/group/wmlscriptch"/>
       
 15905       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15906       <unit bldFile="mw/web/webengine/wmlengine/group/xhtml"/>
       
 15907      </component>
       
 15908      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15909      <component name="webengine" long-name="webengine">
       
 15910       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15911       <unit bldFile="mw/web/webengine/group"/>
       
 15912      </component>
       
 15913      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15914      <component name="cache" long-name="cache">
       
 15915       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15916       <unit bldFile="mw/web/webengine/osswebengine/cache/group"/>
       
 15917      </component>
       
 15918      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15919      <component name="MemoryManager" long-name="MemoryManager">
       
 15920       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15921       <unit bldFile="mw/web/webengine/osswebengine/MemoryManager/Group"/>
       
 15922      </component>
       
 15923      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15924      <component name="npscript" long-name="npscript">
       
 15925       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15926       <unit bldFile="mw/web/webengine/osswebengine/npscript/group"/>
       
 15927      </component>
       
 15928      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15929      <component name="s60" long-name="s60">
       
 15930       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15931       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group"/>
       
 15932       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15933       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/browserengine"/>
       
 15934       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15935       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/JavaScriptCore"/>
       
 15936       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15937       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/libxml2"/>
       
 15938       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15939       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/plugins"/>
       
 15940       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15941       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore"/>
       
 15942       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15943       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/bindings"/>
       
 15944       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15945       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/bridge"/>
       
 15946       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15947       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/DerivedSources"/>
       
 15948       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15949       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/dom"/>
       
 15950       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15951       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/editing"/>
       
 15952       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15953       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/history"/>
       
 15954       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15955       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/html"/>
       
 15956       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15957       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/loader"/>
       
 15958       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15959       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/page"/>
       
 15960       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15961       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/platform"/>
       
 15962       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15963       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/rendering"/>
       
 15964       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15965       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/webcorecss"/>
       
 15966       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15967       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webcore/xml"/>
       
 15968       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15969       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/group/webkit"/>
       
 15970      </component>
       
 15971      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15972      <component name="webview_api_test" long-name="webview_api_test">
       
 15973       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15974       <unit bldFile="mw/web/webengine/osswebengine/WebKit/s60/webview/webview_api_test/group"/>
       
 15975      </component>
       
 15976      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15977      <component name="rt_gesturehelper" long-name="rt_gesturehelper">
       
 15978       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15979       <unit bldFile="mw/web/webengine/webkitutils/rt_gesturehelper/group"/>
       
 15980      </component>
       
 15981      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 15982      <component name="wrtharvester" long-name="wrtharvester">
       
 15983       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 15984       <unit bldFile="mw/web/webengine/wrtharvester/group"/>
       
 15985      </component>
       
 15986     </collection>
       
 15987     <collection name="widgets" long-name="Widgets" level="generic">
       
 15988      <component name="widgetapp" long-name="Widget App">
       
 15989       <unit bldFile="mw/web/widgets/widgetapp/group"/>
       
 15990      </component>
       
 15991      <component name="widgetinstaller">
       
 15992       <unit bldFile="mw/web/widgets/widgetinstaller/group"/>
       
 15993      </component>
       
 15994      <component name="widgetlauncher" long-name="Widget Launcher">
       
 15995       <unit bldFile="mw/web/widgets/widgetlauncher/group"/>
       
 15996      </component>
       
 15997      <component name="widgetpreInstaller" long-name="Widget Pre Installer">
       
 15998       <unit bldFile="mw/web/widgets/widgetpreInstaller/group"/>
       
 15999      </component>
       
 16000      <component name="widgetrecognizer" long-name="Widget Recognizer">
       
 16001       <unit bldFile="mw/web/widgets/widgetrecognizer/group"/>
       
 16002      </component>
       
 16003      <component name="widgetstartup" long-name="Widget Startup">
       
 16004       <unit bldFile="mw/web/widgets/widgetstartup/group"/>
       
 16005      </component>
       
 16006      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16007      <component name="widgets" long-name="widgets">
       
 16008       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16009       <unit bldFile="mw/web/widgets/group"/>
       
 16010      </component>
       
 16011     </collection>
       
 16012     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16013     <collection name="web" long-name="web">
       
 16014      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16015      <component name="web" long-name="web">
       
 16016       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16017       <unit bldFile="mw/web/group"/>
       
 16018      </component>
       
 16019     </collection>
       
 16020     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16021     <collection name="web_plat" long-name="web_plat">
       
 16022      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16023      <component name="aiw_browser_provider_api" long-name="aiw_browser_provider_api">
       
 16024       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16025       <unit bldFile="mw/web/web_plat/aiw_browser_provider_api/group"/>
       
 16026      </component>
       
 16027      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16028      <component name="browser_dialogs_provider_api" long-name="browser_dialogs_provider_api">
       
 16029       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16030       <unit bldFile="mw/web/web_plat/browser_dialogs_provider_api/group"/>
       
 16031      </component>
       
 16032      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16033      <component name="browser_platform_api" long-name="browser_platform_api">
       
 16034       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16035       <unit bldFile="mw/web/web_plat/browser_platform_api/group"/>
       
 16036      </component>
       
 16037      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16038      <component name="cod_handler_api" long-name="cod_handler_api">
       
 16039       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16040       <unit bldFile="mw/web/web_plat/cod_handler_api/group"/>
       
 16041      </component>
       
 16042      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16043      <component name="connection_manager_api" long-name="connection_manager_api">
       
 16044       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16045       <unit bldFile="mw/web/web_plat/connection_manager_api/group"/>
       
 16046      </component>
       
 16047      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16048      <component name="cxml_library_api" long-name="cxml_library_api">
       
 16049       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16050       <unit bldFile="mw/web/web_plat/cxml_library_api/group"/>
       
 16051      </component>
       
 16052      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16053      <component name="download_mgr_client_api_extn" long-name="download_mgr_client_api_extn">
       
 16054       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16055       <unit bldFile="mw/web/web_plat/download_mgr_client_api_extn/group"/>
       
 16056      </component>
       
 16057      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16058      <component name="feeds_engine_api" long-name="feeds_engine_api">
       
 16059       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16060       <unit bldFile="mw/web/web_plat/feeds_engine_api/group"/>
       
 16061      </component>
       
 16062      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16063      <component name="web_plat" long-name="web_plat">
       
 16064       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16065       <unit bldFile="mw/web/web_plat/group"/>
       
 16066      </component>
       
 16067      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16068      <component name="launcher_api" long-name="launcher_api">
       
 16069       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16070       <unit bldFile="mw/web/web_plat/launcher_api/group"/>
       
 16071      </component>
       
 16072      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16073      <component name="multipart_parser_api" long-name="multipart_parser_api">
       
 16074       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16075       <unit bldFile="mw/web/web_plat/multipart_parser_api/group"/>
       
 16076      </component>
       
 16077      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16078      <component name="recent_url_store_api" long-name="recent_url_store_api">
       
 16079       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16080       <unit bldFile="mw/web/web_plat/recent_url_store_api/group"/>
       
 16081      </component>
       
 16082      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16083      <component name="rt_gesturehelper_api" long-name="rt_gesturehelper_api">
       
 16084       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16085       <unit bldFile="mw/web/web_plat/rt_gesturehelper_api/group"/>
       
 16086      </component>
       
 16087      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16088      <component name="scheme_handler_plugin_api" long-name="scheme_handler_plugin_api">
       
 16089       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16090       <unit bldFile="mw/web/web_plat/scheme_handler_plugin_api/group"/>
       
 16091      </component>
       
 16092      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16093      <component name="scriptable_plugin_api" long-name="scriptable_plugin_api">
       
 16094       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16095       <unit bldFile="mw/web/web_plat/scriptable_plugin_api/group"/>
       
 16096      </component>
       
 16097      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16098      <component name="webutils_api" long-name="webutils_api">
       
 16099       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16100       <unit bldFile="mw/web/web_plat/webutils_api/group"/>
       
 16101      </component>
       
 16102      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16103      <component name="widget_registry_api" long-name="widget_registry_api">
       
 16104       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16105       <unit bldFile="mw/web/web_plat/widget_registry_api/group"/>
       
 16106      </component>
       
 16107      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16108      <component name="xml_parser_api" long-name="xml_parser_api">
       
 16109       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16110       <unit bldFile="mw/web/web_plat/xml_parser_api/group"/>
       
 16111      </component>
       
 16112     </collection>
       
 16113     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16114     <collection name="web_pub" long-name="web_pub">
       
 16115      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16116      <component name="browser_control_api" long-name="browser_control_api">
       
 16117       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16118       <unit bldFile="mw/web/web_pub/browser_control_api/group"/>
       
 16119      </component>
       
 16120      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16121      <component name="browser_plugin_api" long-name="browser_plugin_api">
       
 16122       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16123       <unit bldFile="mw/web/web_pub/browser_plugin_api/group"/>
       
 16124      </component>
       
 16125      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16126      <component name="download_mgr_client_api" long-name="download_mgr_client_api">
       
 16127       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16128       <unit bldFile="mw/web/web_pub/download_mgr_client_api/group"/>
       
 16129      </component>
       
 16130      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16131      <component name="download_mgr_ui_api" long-name="download_mgr_ui_api">
       
 16132       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16133       <unit bldFile="mw/web/web_pub/download_mgr_ui_api/group"/>
       
 16134      </component>
       
 16135      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16136      <component name="favourites_engine_api" long-name="favourites_engine_api">
       
 16137       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16138       <unit bldFile="mw/web/web_pub/favourites_engine_api/group"/>
       
 16139      </component>
       
 16140      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16141      <component name="web_pub" long-name="web_pub">
       
 16142       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16143       <unit bldFile="mw/web/web_pub/group"/>
       
 16144      </component>
       
 16145      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16146      <component name="settings_api" long-name="settings_api">
       
 16147       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16148       <unit bldFile="mw/web/web_pub/settings_api/group"/>
       
 16149      </component>
       
 16150     </collection>
       
 16151    </block>
       
 16152    <block long-name="Web Services" level="generic" name="websrv" levels="plugin framework server generic specific">
       
 16153     <collection name="webservices" long-name="Web Services" level="generic">
       
 16154      <component name="wsnotifierplugins" long-name="WS Notifier Plugins">
       
 16155       <unit bldFile="mw/websrv/webservices/wsnotifierplugins/group"/>
       
 16156      </component>
       
 16157      <component name="wslogger" long-name="WS Logger">
       
 16158       <unit bldFile="mw/websrv/webservices/wslogger/group"/>
       
 16159      </component>
       
 16160      <component name="wsxml" long-name="WS XML">
       
 16161       <unit bldFile="mw/websrv/webservices/wsxml/group"/>
       
 16162      </component>
       
 16163      <component name="wsutils" long-name="WS Utils">
       
 16164       <unit bldFile="mw/websrv/webservices/wsutils/group"/>
       
 16165      </component>
       
 16166      <component name="wsfragment" long-name="WS Fragment">
       
 16167       <unit bldFile="mw/websrv/webservices/wsfragment/group"/>
       
 16168      </component>
       
 16169      <component name="wsdescription" long-name="WS Description">
       
 16170       <unit bldFile="mw/websrv/webservices/wsdescription/group"/>
       
 16171      </component>
       
 16172      <component name="wshttpchanneltransportplugin" long-name="WS HTTP Channel Transport Plugin">
       
 16173       <unit bldFile="mw/websrv/webservices/wshttpchanneltransportplugin/group"/>
       
 16174      </component>
       
 16175      <component name="wsconnection" long-name="WS Connection">
       
 16176       <unit bldFile="mw/websrv/webservices/wsconnection/group"/>
       
 16177      </component>
       
 16178      <component name="wshostletconnection" long-name="WS Hostlet Connection">
       
 16179       <unit bldFile="mw/websrv/webservices/wshostletconnection/group"/>
       
 16180      </component>
       
 16181      <component name="wscredentialmanager" long-name="WS Credential Manager">
       
 16182       <unit bldFile="mw/websrv/webservices/wscredentialmanager/group"/>
       
 16183      </component>
       
 16184      <component name="wsmanager" long-name="WS Manager">
       
 16185       <unit bldFile="mw/websrv/webservices/wsmanager/group"/>
       
 16186      </component>
       
 16187      <component name="wsidentitymanager" long-name="WS Identity Manager">
       
 16188       <unit bldFile="mw/websrv/webservices/wsidentitymanager/group"/>
       
 16189      </component>
       
 16190      <component name="wsframework" long-name="WS Framework">
       
 16191       <unit bldFile="mw/websrv/webservices/wsframework/group"/>
       
 16192      </component>
       
 16193      <component name="wsmessages" long-name="WS Messages">
       
 16194       <unit bldFile="mw/websrv/webservices/wsmessages/group"/>
       
 16195      </component>
       
 16196      <component name="wsconnectionagent" long-name="WS Connection Agent">
       
 16197       <unit bldFile="mw/websrv/webservices/wsconnectionagent/group"/>
       
 16198      </component>
       
 16199      <component name="idwsfplugin" long-name="IDWSF Plugin">
       
 16200       <unit bldFile="mw/websrv/webservices/idwsfplugin/group"/>
       
 16201      </component>
       
 16202      <component name="wsibasicplugin" long-name="WSI Basic Plugin">
       
 16203       <unit bldFile="mw/websrv/webservices/wsibasicplugin/group"/>
       
 16204      </component>
       
 16205      <component name="wsrestplugin" long-name="WS Rest Plugin">
       
 16206       <unit bldFile="mw/websrv/webservices/wsrestplugin/group"/>
       
 16207      </component>
       
 16208      <component name="idwsfsecuritymechanism" long-name="IDWSF Security Mechanism">
       
 16209       <unit bldFile="mw/websrv/webservices/idwsfsecuritymechanism/group"/>
       
 16210      </component>
       
 16211      <component name="wspasswordtransforms" long-name="WS Password Transforms">
       
 16212       <unit bldFile="mw/websrv/webservices/wspasswordtransforms/group"/>
       
 16213      </component>
       
 16214      <component name="wscore" long-name="WS Core">
       
 16215       <unit bldFile="mw/websrv/webservices/wscore/group"/>
       
 16216      </component>
       
 16217      <component name="wsprovider" long-name="WS Provider">
       
 16218       <unit bldFile="mw/websrv/webservices/wsprovider/group"/>
       
 16219      </component>
       
 16220      <component name="wslocaltransportplugin" long-name="WS Local Transport Plugin">
       
 16221       <unit bldFile="mw/websrv/webservices/wslocaltransportplugin/group"/>
       
 16222      </component>
       
 16223      <component name="wshostlettransportplugin" long-name="WS Hostlet Transport Plugin">
       
 16224       <unit bldFile="mw/websrv/webservices/wshostlettransportplugin/group"/>
       
 16225      </component>
       
 16226      <component name="wsstar" long-name="WS Star">
       
 16227       <unit bldFile="mw/websrv/webservices/wsstar/group"/>
       
 16228      </component>
       
 16229      <component name="wsoviplugin" long-name="WS Ovi Plugin">
       
 16230       <unit bldFile="mw/websrv/webservices/wsoviplugin/group"/>
       
 16231      </component>
       
 16232      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16233      <component name="webservices" long-name="webservices">
       
 16234       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16235       <unit bldFile="mw/websrv/webservices/group"/>
       
 16236      </component>
       
 16237      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16238      <component name="wsstarmessagehandlers" long-name="wsstarmessagehandlers">
       
 16239       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16240       <unit bldFile="mw/websrv/webservices/wsstar/wsstarmessagehandlers/group"/>
       
 16241      </component>
       
 16242      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16243      <component name="wsstarplugin" long-name="wsstarplugin">
       
 16244       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16245       <unit bldFile="mw/websrv/webservices/wsstar/wsstarplugin/group"/>
       
 16246      </component>
       
 16247      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16248      <component name="wsstarpolicy" long-name="wsstarpolicy">
       
 16249       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16250       <unit bldFile="mw/websrv/webservices/wsstar/wsstarpolicy/group"/>
       
 16251      </component>
       
 16252     </collection>
       
 16253     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16254     <collection name="websrv" long-name="websrv">
       
 16255      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16256      <component name="websrv" long-name="websrv">
       
 16257       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16258       <unit bldFile="mw/websrv/group"/>
       
 16259      </component>
       
 16260     </collection>
       
 16261     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16262     <collection name="websrv_pub" long-name="websrv_pub">
       
 16263      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16264      <component name="websrv_pub" long-name="websrv_pub">
       
 16265       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16266       <unit bldFile="mw/websrv/websrv_pub/group"/>
       
 16267      </component>
       
 16268      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16269      <component name="hostlet_connection_api" long-name="hostlet_connection_api">
       
 16270       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16271       <unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/group"/>
       
 16272      </component>
       
 16273      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16274      <component name="web_service_connection_api" long-name="web_service_connection_api">
       
 16275       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16276       <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/group"/>
       
 16277      </component>
       
 16278      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16279      <component name="web_service_description_api" long-name="web_service_description_api">
       
 16280       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16281       <unit bldFile="mw/websrv/websrv_pub/web_service_description_api/group"/>
       
 16282      </component>
       
 16283      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16284      <component name="web_service_manager_api" long-name="web_service_manager_api">
       
 16285       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16286       <unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/group"/>
       
 16287      </component>
       
 16288      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16289      <component name="web_service_messaging_api" long-name="web_service_messaging_api">
       
 16290       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16291       <unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/group"/>
       
 16292      </component>
       
 16293      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16294      <component name="xml_extensions_api" long-name="xml_extensions_api">
       
 16295       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16296       <unit bldFile="mw/websrv/websrv_pub/xml_extensions_api/group"/>
       
 16297      </component>
       
 16298      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16299      <component name="xml_fragment_api" long-name="xml_fragment_api">
       
 16300       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16301       <unit bldFile="mw/websrv/websrv_pub/xml_fragment_api/group"/>
       
 16302      </component>
       
 16303     </collection>
       
 16304    </block>
       
 16305    <block long-name="Conn Tools" level="generic" name="conntools" levels="1 2">
       
 16306     <collection name="emulatorlan" long-name="Emulator Lan" level="1">
       
 16307      <component name="emulatorlan compo" long-name="Emulator LAN Component">
       
 16308       <unit bldFile="mw/conntools/emulatorlan/emulatorlan compo/group"/>
       
 16309      </component>
       
 16310      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16311      <component name="emulatorlan" long-name="emulatorlan">
       
 16312       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16313       <unit bldFile="app/conntools/emulatorlan/group"/>
       
 16314      </component>
       
 16315     </collection>
       
 16316     <collection name="nettools" long-name="Net Tools" level="2">
       
 16317      <component name="conntest" long-name="Connection Test">
       
 16318       <unit bldFile="mw/conntools/nettools/conntest/group"/>
       
 16319       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16320       <unit bldFile="app/conntools/nettools/conntest/group"/>
       
 16321      </component>
       
 16322      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16323      <component name="probe" long-name="probe">
       
 16324       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16325       <unit bldFile="app/conntools/nettools/conntest/probe/group"/>
       
 16326      </component>
       
 16327      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16328      <component name="nettools" long-name="nettools">
       
 16329       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16330       <unit bldFile="app/conntools/nettools/group"/>
       
 16331      </component>
       
 16332     </collection>
       
 16333     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16334     <collection name="conntools" long-name="conntools">
       
 16335      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16336      <component name="conntools" long-name="conntools">
       
 16337       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16338       <unit bldFile="app/conntools/group"/>
       
 16339      </component>
       
 16340     </collection>
       
 16341    </block>
       
 16342    <block long-name="Platform Tools" level="generic" name="platformtools">
       
 16343     <collection name="gfxconversion" long-name="Graphics Conversion">
       
 16344      <component name="bmconv_s60" long-name="Bm Conv S60">
       
 16345       <unit bldFile="mw/platformtools/gfxconversion/bmconv_s60/group"/>
       
 16346       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16347       <unit bldFile="tools/platformtools/gfxconversion/bmconv_s60/group"/>
       
 16348      </component>
       
 16349      <component name="mifconv" long-name="Mifconv">
       
 16350       <unit bldFile="mw/platformtools/gfxconversion/mifconv/group"/>
       
 16351       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16352       <unit bldFile="tools/platformtools/gfxconversion/mifconv/group"/>
       
 16353      </component>
       
 16354      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16355      <component name="gfxconversion" long-name="gfxconversion">
       
 16356       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16357       <unit bldFile="tools/platformtools/gfxconversion/group"/>
       
 16358      </component>
       
 16359     </collection>
       
 16360     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16361     <collection name="platformtools" long-name="platformtools">
       
 16362      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16363      <component name="platformtools" long-name="platformtools">
       
 16364       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16365       <unit bldFile="tools/platformtools/group"/>
       
 16366      </component>
       
 16367     </collection>
       
 16368    </block>
       
 16369    <block long-name="UI Tools" level="specific" name="uitools" levels="compile encode tool">
       
 16370     <collection name="gfxtools" long-name="Graphics Tools" level="tool">
       
 16371      <component name="Color">
       
 16372       <unit bldFile="mw/uitools/gfxtools/Color/group"/>
       
 16373      </component>
       
 16374      <component name="gditools" long-name="GDI Tools">
       
 16375       <unit bldFile="mw/uitools/gfxtools/gditools/group"/>
       
 16376      </component>
       
 16377      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16378      <component name="gfxtools" long-name="gfxtools">
       
 16379       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16380       <unit bldFile="mw/uitools/gfxtools/group"/>
       
 16381      </component>
       
 16382     </collection>
       
 16383     <collection name="reszip" long-name="Reszip" level="encode">
       
 16384      <component name="reszip.exe=binary">
       
 16385       <unit bldFile="mw/uitools/reszip/group"/>
       
 16386      </component>
       
 16387     </collection>
       
 16388     <collection name="svgtencoder" long-name="SVGT Encoder" level="encode">
       
 16389      <component name="svgtenc" long-name="SVGT Enc">
       
 16390       <unit bldFile="mw/uitools/svgtencoder/svgtenc/group"/>
       
 16391      </component>
       
 16392      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16393      <component name="svgtencoder" long-name="svgtencoder">
       
 16394       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16395       <unit bldFile="mw/uitools/svgtencoder/group"/>
       
 16396      </component>
       
 16397      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16398      <component name="standalone" long-name="standalone">
       
 16399       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16400       <unit bldFile="mw/uitools/svgtencoder/svgtenc/standalone/group"/>
       
 16401      </component>
       
 16402     </collection>
       
 16403     <collection name="toollibraries" long-name="Tool Libraries" level="tool">
       
 16404      <component name="Arabica">
       
 16405       <unit bldFile="mw/uitools/toollibraries/Arabica/group"/>
       
 16406      </component>
       
 16407      <component name="XercesC" long-name="Xerces C">
       
 16408       <unit bldFile="mw/uitools/toollibraries/XercesC/group"/>
       
 16409      </component>
       
 16410      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16411      <component name="toollibraries" long-name="toollibraries">
       
 16412       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16413       <unit bldFile="mw/uitools/toollibraries/group"/>
       
 16414      </component>
       
 16415     </collection>
       
 16416     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16417     <collection name="uitools" long-name="uitools">
       
 16418      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16419      <component name="uitools" long-name="uitools">
       
 16420       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16421       <unit bldFile="mw/uitools/group"/>
       
 16422      </component>
       
 16423     </collection>
       
 16424     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16425     <collection name="uitools_plat" long-name="uitools_plat">
       
 16426      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16427      <component name="uitools_plat" long-name="uitools_plat">
       
 16428       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16429       <unit bldFile="mw/uitools/uitools_plat/group"/>
       
 16430      </component>
       
 16431     </collection>
       
 16432     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16433     <collection name="uitools_pub" long-name="uitools_pub">
       
 16434      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16435      <component name="uitools_pub" long-name="uitools_pub">
       
 16436       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16437       <unit bldFile="mw/uitools/uitools_pub/group"/>
       
 16438      </component>
       
 16439      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16440      <component name="third_party_bitmap_palette_api" long-name="third_party_bitmap_palette_api">
       
 16441       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16442       <unit bldFile="mw/uitools/uitools_pub/third_party_bitmap_palette_api/group"/>
  1996      </component>
 16443      </component>
  1997     </collection>
 16444     </collection>
  1998    </block>
 16445    </block>
  1999   </layer>
 16446   </layer>
  2000   <layer name="app" long-name="Applications" levels="services apps">
 16447   <layer name="app" long-name="Applications" levels="services apps">
  2001    <block name="contacts" long-name="Contacts Apps" level="apps" span="2" levels="engine support services ui">
 16448    <block long-name="Location Apps" level="apps" name="location" levels="engine ui apps">
       
 16449     <collection name="basiclocationinfodisplay" long-name="Basic Location Info Display" level="ui">
       
 16450      <component name="blid" long-name="Blid">
       
 16451       <unit bldFile="app/location/basiclocationinfodisplay/blid/group"/>
       
 16452      </component>
       
 16453      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16454      <component name="ui" long-name="ui">
       
 16455       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16456       <unit bldFile="app/location/basiclocationinfodisplay/blid/ui/group"/>
       
 16457      </component>
       
 16458      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16459      <component name="basiclocationinfodisplay" long-name="basiclocationinfodisplay">
       
 16460       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16461       <unit bldFile="app/location/basiclocationinfodisplay/group"/>
       
 16462      </component>
       
 16463     </collection>
       
 16464     <collection name="eventsui" long-name="Events UI" level="ui">
       
 16465      <component name="eventseditor" long-name="Events Editor">
       
 16466       <unit bldFile="app/location/eventsui/eventseditor/group"/>
       
 16467      </component>
       
 16468      <component name="eventsengine" long-name="Events Engine">
       
 16469       <unit bldFile="app/location/eventsui/eventsengine/group"/>
       
 16470      </component>
       
 16471      <component name="eventshandlerui" long-name="Events Handler UI">
       
 16472       <unit bldFile="app/location/eventsui/eventshandlerui/group"/>
       
 16473      </component>
       
 16474      <component name="eventsmgmtui" long-name="Events Mgmt UI">
       
 16475       <unit bldFile="app/location/eventsui/eventsmgmtui/group"/>
       
 16476      </component>
       
 16477      <component name="eventsutils" long-name="Events Utils">
       
 16478       <unit bldFile="app/location/eventsui/eventsutils/group"/>
       
 16479      </component>
       
 16480      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16481      <component name="eventshandler" long-name="eventshandler">
       
 16482       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16483       <unit bldFile="app/location/eventsui/eventshandlerui/eventshandler/group"/>
       
 16484      </component>
       
 16485      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16486      <component name="eventshandlerapp" long-name="eventshandlerapp">
       
 16487       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16488       <unit bldFile="app/location/eventsui/eventshandlerui/eventshandlerapp/group"/>
       
 16489      </component>
       
 16490      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16491      <component name="eventshandlerserver" long-name="eventshandlerserver">
       
 16492       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16493       <unit bldFile="app/location/eventsui/eventshandlerui/eventshandlerserver/group"/>
       
 16494      </component>
       
 16495      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16496      <component name="ecom" long-name="ecom">
       
 16497       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16498       <unit bldFile="app/location/eventsui/eventshandlerui/eventsnotifier/ecom/group"/>
       
 16499      </component>
       
 16500      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16501      <component name="evtinfonote" long-name="evtinfonote">
       
 16502       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16503       <unit bldFile="app/location/eventsui/eventshandlerui/eventsnotifier/evtinfonote/group"/>
       
 16504      </component>
       
 16505      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16506      <component name="eventsnotifier" long-name="eventsnotifier">
       
 16507       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16508       <unit bldFile="app/location/eventsui/eventshandlerui/eventsnotifier/group"/>
       
 16509      </component>
       
 16510      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16511      <component name="eventsui" long-name="eventsui">
       
 16512       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16513       <unit bldFile="app/location/eventsui/group"/>
       
 16514      </component>
       
 16515     </collection>
       
 16516     <collection name="landmarksui" long-name="Landmarks UI" level="ui">
       
 16517      <component name="app" long-name="Application">
       
 16518       <unit bldFile="app/location/landmarksui/app/group"/>
       
 16519       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16520       <unit bldFile="app/photos/photosgallery/logging/app/group"/>
       
 16521      </component>
       
 16522      <component name="commonui" long-name="Common UI">
       
 16523       <unit bldFile="app/location/landmarksui/commonui/group"/>
       
 16524       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16525       <unit bldFile="app/photos/photosgallery/commonui/group"/>
       
 16526      </component>
       
 16527      <component name="engine">
       
 16528       <unit bldFile="app/location/landmarksui/engine/group"/>
       
 16529      </component>
       
 16530      <component name="msgviewer" long-name="Message Viewer">
       
 16531       <unit bldFile="app/location/landmarksui/msgviewer/group"/>
       
 16532      </component>
       
 16533      <component name="uicontrols" long-name="UI Controls">
       
 16534       <unit bldFile="app/location/landmarksui/uicontrols/group"/>
       
 16535      </component>
       
 16536      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16537      <component name="landmarksui" long-name="landmarksui">
       
 16538       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16539       <unit bldFile="app/location/landmarksui/group"/>
       
 16540      </component>
       
 16541     </collection>
       
 16542     <collection name="locationlandmarksrefappfors60" long-name="Location Landmarks Reference App for S60" level="apps">
       
 16543      <component name="lmrefapp.exe=binary">
       
 16544       <unit bldFile="app/location/locationlandmarksrefappfors60/group"/>
       
 16545      </component>
       
 16546     </collection>
       
 16547     <collection name="locationlandmarksuirefapp" long-name="Location Landmarks UI Reference App" level="apps">
       
 16548      <component name="LmUiRefApp.exe=binary">
       
 16549       <unit bldFile="app/location/locationlandmarksuirefapp/group"/>
       
 16550      </component>
       
 16551     </collection>
       
 16552     <collection name="locationnokiaprivacyadaptationrefimpl" long-name="Privacy Adaptation Nokia Reference Implementation" level="engine">
       
 16553      <component name="privlistref.exe=binary">
       
 16554       <unit bldFile="app/location/locationnokiaprivacyadaptationrefimpl/group"/>
       
 16555      </component>
       
 16556     </collection>
       
 16557     <collection name="locationrefappfors60" long-name="Location Reference App for S60" level="apps">
       
 16558      <component name="LBSReference.exe=binary">
       
 16559       <unit bldFile="app/location/locationrefappfors60/group"/>
       
 16560      </component>
       
 16561     </collection>
       
 16562     <collection name="locationsatviewrefapp" long-name="Location Sat View Reference App" level="apps">
       
 16563      <component name="SatelliteReference.exe=binary">
       
 16564       <unit bldFile="app/location/locationsatviewrefapp/group"/>
       
 16565      </component>
       
 16566     </collection>
       
 16567     <collection name="locationsimulationpsy10" long-name="Location Simulation PSY10" level="engine">
       
 16568      <component name="epossimulationpsy.dll=binary">
       
 16569       <unit bldFile="app/location/locationsimulationpsy10/group"/>
       
 16570      </component>
       
 16571     </collection>
       
 16572     <collection name="mapnavproviderrefapp" long-name="Map Nav Provider Reference App" level="apps">
       
 16573      <component name="MnRefProviderPlugin.dll=binary">
       
 16574       <unit bldFile="app/location/mapnavproviderrefapp/group"/>
       
 16575      </component>
       
 16576      <component name="mnrefprovider.exe=binary">
       
 16577 <!--       <unit bldFile="app/location/mapnavproviderrefapp/group"/> -->
       
 16578      </component>
       
 16579      <component name="mnrefproviderback.exe=binary">
       
 16580 <!--       <unit bldFile="app/location/mapnavproviderrefapp/group"/> -->
       
 16581      </component>
       
 16582      <component name="mnrefproviderengine.dll=binary">
       
 16583 <!--       <unit bldFile="app/location/mapnavproviderrefapp/group"/> -->
       
 16584      </component>
       
 16585     </collection>
       
 16586     <collection name="simpsyconfigurator" long-name="SIM PSY Configurator" level="engine">
       
 16587      <component name="simpsyui.exe=binary">
       
 16588       <unit bldFile="app/location/simpsyconfigurator/group"/>
       
 16589      </component>
       
 16590     </collection>
       
 16591     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16592     <collection name="location" long-name="location">
       
 16593      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16594      <component name="location" long-name="location">
       
 16595       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16596       <unit bldFile="app/location/group"/>
       
 16597      </component>
       
 16598     </collection>
       
 16599     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16600     <collection name="loc_pub" long-name="loc_pub">
       
 16601      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16602      <component name="loc_pub" long-name="loc_pub">
       
 16603       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16604       <unit bldFile="app/location/loc_pub/group"/>
       
 16605      </component>
       
 16606      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16607      <component name="landmarks_ui_addedit_api" long-name="landmarks_ui_addedit_api">
       
 16608       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16609       <unit bldFile="app/location/loc_pub/landmarks_ui_addedit_api/group"/>
       
 16610      </component>
       
 16611      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16612      <component name="landmarks_ui_selector_api" long-name="landmarks_ui_selector_api">
       
 16613       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16614       <unit bldFile="app/location/loc_pub/landmarks_ui_selector_api/group"/>
       
 16615      </component>
       
 16616     </collection>
       
 16617    </block>
       
 16618    <block long-name="Multimedia Sharing UIs" level="services" name="mmsharinguis" levels="base plugin">
       
 16619     <collection name="mmsharing" long-name="MM Sharing" level="base">
       
 16620      <component name="mmshavailability" long-name="Multimedia Sharing Availability">
       
 16621       <unit bldFile="app/mmsharinguis/mmsharing/mmshavailability/group"/>
       
 16622      </component>
       
 16623      <component name="mmshengine" long-name="Multimedia Sharing Engine">
       
 16624       <unit bldFile="app/mmsharinguis/mmsharing/mmshengine/group"/>
       
 16625      </component>
       
 16626      <component name="mmshindicator" long-name="Multimedia Sharing Indicator">
       
 16627       <unit bldFile="app/mmsharinguis/mmsharing/mmshindicator/group"/>
       
 16628      </component>
       
 16629      <component name="mmshmanagercli" long-name="Multimedia Sharing Manager Client">
       
 16630       <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagercli/group"/>
       
 16631      </component>
       
 16632      <component name="mmshmanagersrv" long-name="Multimedia Sharing Manager Server">
       
 16633       <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagersrv/group"/>
       
 16634      </component>
       
 16635      <component name="mmshui" long-name="Multimedia Sharing UI">
       
 16636       <unit bldFile="app/mmsharinguis/mmsharing/mmshui/group"/>
       
 16637      </component>
       
 16638      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16639      <component name="mmsharing" long-name="mmsharing">
       
 16640       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16641       <unit bldFile="app/mmsharinguis/mmsharing/group"/>
       
 16642      </component>
       
 16643     </collection>
       
 16644     <collection name="mmshplugins" long-name="MM Sharing Plugins" level="plugin">
       
 16645      <component name="mmcctranscoder" long-name="MMCC Transcoder">
       
 16646       <unit bldFile="app/mmsharinguis/mmshplugins/mmcctranscoder/group"/>
       
 16647      </component>
       
 16648      <component name="mmshaiwplugin" long-name="Multimedia Sharing AIW Plugin">
       
 16649       <unit bldFile="app/mmsharinguis/mmshplugins/mmshaiwplugin/group"/>
       
 16650      </component>
       
 16651      <component name="mmshaoplugin" long-name="Multimedia Sharing Always Online Plugin">
       
 16652       <unit bldFile="app/mmsharinguis/mmshplugins/mmshaoplugin/group"/>
       
 16653      </component>
       
 16654      <component name="mmshsettingsuiplugin" long-name="Multimedia Sharing Settings UI Plugin">
       
 16655       <unit bldFile="app/mmsharinguis/mmshplugins/mmshsettingsuiplugin/group"/>
       
 16656      </component>
       
 16657      <component name="mmshsipcrplugin" long-name="Multimedia Sharing SIP Client Resolver Plugin">
       
 16658       <unit bldFile="app/mmsharinguis/mmshplugins/mmshsipcrplugin/group"/>
       
 16659      </component>
       
 16660      <component name="mmshwpadapterplugin" long-name="Multimedia Sharing WP Adapter Plugin">
       
 16661       <unit bldFile="app/mmsharinguis/mmshplugins/mmshwpadapterplugin/group"/>
       
 16662      </component>
       
 16663      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16664      <component name="mmshplugins" long-name="mmshplugins">
       
 16665       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16666       <unit bldFile="app/mmsharinguis/mmshplugins/group"/>
       
 16667      </component>
       
 16668     </collection>
       
 16669     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16670     <collection name="mmsharinguis" long-name="mmsharinguis">
       
 16671      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16672      <component name="mmsharinguis" long-name="mmsharinguis">
       
 16673       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16674       <unit bldFile="app/mmsharinguis/group"/>
       
 16675      </component>
       
 16676     </collection>
       
 16677     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16678     <collection name="mmsharinguis_plat" long-name="mmsharinguis_plat">
       
 16679      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16680      <component name="mmsharinguis_plat" long-name="mmsharinguis_plat">
       
 16681       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16682       <unit bldFile="app/mmsharinguis/mmsharinguis_plat/group"/>
       
 16683      </component>
       
 16684      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16685      <component name="multimedia_sharing_manager_api" long-name="multimedia_sharing_manager_api">
       
 16686       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16687       <unit bldFile="app/mmsharinguis/mmsharinguis_plat/multimedia_sharing_manager_api/group"/>
       
 16688      </component>
       
 16689      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16690      <component name="multimedia_sharing_resource_api" long-name="multimedia_sharing_resource_api">
       
 16691       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16692       <unit bldFile="app/mmsharinguis/mmsharinguis_plat/multimedia_sharing_resource_api/group"/>
       
 16693      </component>
       
 16694      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16695      <component name="multimedia_sharing_settings_api" long-name="multimedia_sharing_settings_api">
       
 16696       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16697       <unit bldFile="app/mmsharinguis/mmsharinguis_plat/multimedia_sharing_settings_api/group"/>
       
 16698      </component>
       
 16699     </collection>
       
 16700    </block>
       
 16701    <block long-name="Phone Apps" level="apps" span="2" name="phone" levels="engine ui apps">
       
 16702     <collection name="phoneapp" long-name="Phone App" level="apps">
       
 16703      <component name="Blacklist">
       
 16704       <unit bldFile="app/phone/phoneapp/Blacklist/group"/>
       
 16705      </component>
       
 16706      <component name="phoneui" long-name="Phone UI">
       
 16707       <unit bldFile="app/phone/phoneapp/phoneui/group"/>
       
 16708      </component>
       
 16709      <component name="phoneuicontrol" long-name="Phone UI Control">
       
 16710       <unit bldFile="app/phone/phoneapp/phoneuicontrol/group"/>
       
 16711      </component>
       
 16712      <component name="phoneuistates" long-name="Phone UI States">
       
 16713       <unit bldFile="app/phone/phoneapp/phoneuistates/group"/>
       
 16714      </component>
       
 16715      <component name="phoneuiutils" long-name="Phone UI Utils">
       
 16716       <unit bldFile="app/phone/phoneapp/phoneuiutils/group"/>
       
 16717      </component>
       
 16718      <component name="phoneuiview" long-name="Phone UI View">
       
 16719       <unit bldFile="app/phone/phoneapp/phoneuiview/group"/>
       
 16720      </component>
       
 16721      <component name="phoneuivoipextension" long-name="Phone UI VOIP Extension">
       
 16722       <unit bldFile="app/phone/phoneapp/phoneuivoipextension/group"/>
       
 16723      </component>
       
 16724      <component name="silenceactionplugin" long-name="Silence Action Plugin">
       
 16725       <unit bldFile="app/phone/phoneapp/silenceactionplugin/group"/>
       
 16726      </component>
       
 16727      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16728      <component name="phoneapp" long-name="phoneapp">
       
 16729       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16730       <unit bldFile="app/phone/phoneapp/group"/>
       
 16731      </component>
       
 16732      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16733      <component name="phonemediatorcenter" long-name="phonemediatorcenter">
       
 16734       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16735       <unit bldFile="app/phone/phoneapp/phonemediatorcenter/group"/>
       
 16736      </component>
       
 16737     </collection>
       
 16738     <collection name="phoneengine" long-name="Phone Engine" level="engine">
       
 16739      <component name="PhoneCntFinder" long-name="Phone Contact Finder">
       
 16740       <unit bldFile="app/phone/phoneengine/PhoneCntFinder/group"/>
       
 16741      </component>
       
 16742      <component name="audiohandling" long-name="Audio Handling">
       
 16743       <unit bldFile="app/phone/phoneengine/audiohandling/group"/>
       
 16744      </component>
       
 16745      <component name="callhandling" long-name="Call Handling">
       
 16746       <unit bldFile="app/phone/phoneengine/callhandling/group"/>
       
 16747      </component>
       
 16748      <component name="contacthandling" long-name="Contact Handling">
       
 16749       <unit bldFile="app/phone/phoneengine/contacthandling/group"/>
       
 16750      </component>
       
 16751      <component name="loghandling" long-name="Log Handling">
       
 16752       <unit bldFile="app/phone/phoneengine/loghandling/group"/>
       
 16753      </component>
       
 16754      <component name="phonemodel" long-name="Phone Model">
       
 16755       <unit bldFile="app/phone/phoneengine/phonemodel/group"/>
       
 16756      </component>
       
 16757      <component name="servicehandling" long-name="Service Handling">
       
 16758       <unit bldFile="app/phone/phoneengine/servicehandling/group"/>
       
 16759      </component>
       
 16760      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16761      <component name="phoneengine" long-name="phoneengine">
       
 16762       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16763       <unit bldFile="app/phone/phoneengine/group"/>
       
 16764      </component>
       
 16765     </collection>
       
 16766     <collection name="phonesettings" long-name="Phone Settings" level="ui">
       
 16767      <component name="aiwcallimageplugin" long-name="Aiw Call Image Plugin">
       
 16768       <unit bldFile="app/phone/phonesettings/aiwcallimageplugin/group"/>
       
 16769      </component>
       
 16770      <component name="pslncallimageplugin" long-name="Personalization Call Image Plugin">
       
 16771       <unit bldFile="app/phone/phonesettings/pslncallimageplugin/group"/>
       
 16772      </component>
       
 16773      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16774      <component name="phonesettings" long-name="phonesettings">
       
 16775       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16776       <unit bldFile="app/phone/phonesettings/group"/>
       
 16777      </component>
       
 16778     </collection>
       
 16779     <collection name="phoneuis" long-name="Phone UIs" level="ui">
       
 16780      <component name="BubbleManager" long-name="Bubble Manager">
       
 16781       <unit bldFile="app/phone/phoneuis/BubbleManager/group"/>
       
 16782      </component>
       
 16783      <component name="ConnectUtil" long-name="Connect Util">
       
 16784       <unit bldFile="app/phone/phoneuis/ConnectUtil/group"/>
       
 16785      </component>
       
 16786      <component name="SFIUtils" long-name="SFI Utils">
       
 16787       <unit bldFile="app/phone/phoneuis/SFIUtils/group"/>
       
 16788      </component>
       
 16789      <component name="TelephonyDeviceMode" long-name="Telephony Device Mode">
       
 16790       <unit bldFile="app/phone/phoneuis/TelephonyDeviceMode/group"/>
       
 16791      </component>
       
 16792      <component name="Ussd" long-name="USSD">
       
 16793       <unit bldFile="app/phone/phoneuis/Ussd/group"/>
       
 16794      </component>
       
 16795      <component name="dialer" long-name="Dialer">
       
 16796       <unit bldFile="app/phone/phoneuis/dialer/group"/>
       
 16797      </component>
       
 16798      <component name="vmbx" long-name="Vmbx">
       
 16799       <unit bldFile="app/phone/phoneuis/vmbx/group"/>
       
 16800      </component>
       
 16801      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16802      <component name="bmcustomization" long-name="bmcustomization">
       
 16803       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16804       <unit bldFile="app/phone/phoneuis/BubbleManager/bmcustomization/group"/>
       
 16805      </component>
       
 16806      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16807      <component name="phoneuis" long-name="phoneuis">
       
 16808       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16809       <unit bldFile="app/phone/phoneuis/group"/>
       
 16810      </component>
       
 16811      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16812      <component name="gsvmbxplugin" long-name="gsvmbxplugin">
       
 16813       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16814       <unit bldFile="app/phone/phoneuis/vmbx/gsvmbxplugin/group"/>
       
 16815      </component>
       
 16816     </collection>
       
 16817     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16818     <collection name="phone" long-name="phone">
       
 16819      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16820      <component name="phone" long-name="phone">
       
 16821       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16822       <unit bldFile="app/phone/group"/>
       
 16823      </component>
       
 16824     </collection>
       
 16825     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16826     <collection name="phone_plat" long-name="phone_plat">
       
 16827      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16828      <component name="3d_ringing_tone_enabler_api" long-name="3d_ringing_tone_enabler_api">
       
 16829       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16830       <unit bldFile="app/phone/phone_plat/3d_ringing_tone_enabler_api/group"/>
       
 16831      </component>
       
 16832      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16833      <component name="dialer_keypad_api" long-name="dialer_keypad_api">
       
 16834       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16835       <unit bldFile="app/phone/phone_plat/dialer_keypad_api/group"/>
       
 16836      </component>
       
 16837      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16838      <component name="phone_plat" long-name="phone_plat">
       
 16839       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16840       <unit bldFile="app/phone/phone_plat/group"/>
       
 16841      </component>
       
 16842      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16843      <component name="phone_application_commands_api" long-name="phone_application_commands_api">
       
 16844       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16845       <unit bldFile="app/phone/phone_plat/phone_application_commands_api/group"/>
       
 16846      </component>
       
 16847      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16848      <component name="phone_application_voip_commands_api" long-name="phone_application_voip_commands_api">
       
 16849       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16850       <unit bldFile="app/phone/phone_plat/phone_application_voip_commands_api/group"/>
       
 16851      </component>
       
 16852      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16853      <component name="sfi_utility_api" long-name="sfi_utility_api">
       
 16854       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16855       <unit bldFile="app/phone/phone_plat/sfi_utility_api/group"/>
       
 16856      </component>
       
 16857      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16858      <component name="telephony_bubble_extension_api" long-name="telephony_bubble_extension_api">
       
 16859       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16860       <unit bldFile="app/phone/phone_plat/telephony_bubble_extension_api/group"/>
       
 16861      </component>
       
 16862      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16863      <component name="telephony_comms_information_api" long-name="telephony_comms_information_api">
       
 16864       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16865       <unit bldFile="app/phone/phone_plat/telephony_comms_information_api/group"/>
       
 16866      </component>
       
 16867      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16868      <component name="telephony_configuration_api" long-name="telephony_configuration_api">
       
 16869       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16870       <unit bldFile="app/phone/phone_plat/telephony_configuration_api/group"/>
       
 16871      </component>
       
 16872      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16873      <component name="telephony_device_mode_api" long-name="telephony_device_mode_api">
       
 16874       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16875       <unit bldFile="app/phone/phone_plat/telephony_device_mode_api/group"/>
       
 16876      </component>
       
 16877      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16878      <component name="telephony_information_api" long-name="telephony_information_api">
       
 16879       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16880       <unit bldFile="app/phone/phone_plat/telephony_information_api/group"/>
       
 16881      </component>
       
 16882      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16883      <component name="telephony_logging_extension_api" long-name="telephony_logging_extension_api">
       
 16884       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16885       <unit bldFile="app/phone/phone_plat/telephony_logging_extension_api/group"/>
       
 16886      </component>
       
 16887      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16888      <component name="telephony_matching_extension_api" long-name="telephony_matching_extension_api">
       
 16889       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16890       <unit bldFile="app/phone/phone_plat/telephony_matching_extension_api/group"/>
       
 16891      </component>
       
 16892      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16893      <component name="telephony_mediator_api" long-name="telephony_mediator_api">
       
 16894       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16895       <unit bldFile="app/phone/phone_plat/telephony_mediator_api/group"/>
       
 16896      </component>
       
 16897      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16898      <component name="telephony_menu_extension_api" long-name="telephony_menu_extension_api">
       
 16899       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16900       <unit bldFile="app/phone/phone_plat/telephony_menu_extension_api/group"/>
       
 16901      </component>
       
 16902      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16903      <component name="telephony_microphone_mute_status_api" long-name="telephony_microphone_mute_status_api">
       
 16904       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16905       <unit bldFile="app/phone/phone_plat/telephony_microphone_mute_status_api/group"/>
       
 16906      </component>
       
 16907      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16908      <component name="telephony_remote_party_information_api" long-name="telephony_remote_party_information_api">
       
 16909       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16910       <unit bldFile="app/phone/phone_plat/telephony_remote_party_information_api/group"/>
       
 16911      </component>
       
 16912      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16913      <component name="telephony_video_mailbox_settings_api" long-name="telephony_video_mailbox_settings_api">
       
 16914       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16915       <unit bldFile="app/phone/phone_plat/telephony_video_mailbox_settings_api/group"/>
       
 16916      </component>
       
 16917      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16918      <component name="video_telephony_mediator_api" long-name="video_telephony_mediator_api">
       
 16919       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16920       <unit bldFile="app/phone/phone_plat/video_telephony_mediator_api/group"/>
       
 16921      </component>
       
 16922     </collection>
       
 16923     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16924     <collection name="phoneplugins" long-name="phoneplugins">
       
 16925      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16926      <component name="phoneplugins" long-name="phoneplugins">
       
 16927       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16928       <unit bldFile="app/phone/phoneplugins/group"/>
       
 16929      </component>
       
 16930      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16931      <component name="telbranding" long-name="telbranding">
       
 16932       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16933       <unit bldFile="app/phone/phoneplugins/telbranding/group"/>
       
 16934      </component>
       
 16935     </collection>
       
 16936    </block>
       
 16937    <block long-name="Video Telephony Apps" level="apps" name="videotelephony" levels="plugin engine ui">
       
 16938     <collection name="packetvideoengine" long-name="Packetvideo Engine" level="engine">
       
 16939      <component name="PacketVideoEngineBinaries" long-name="Packet Video Engine Binaries">
       
 16940       <unit bldFile="app/videotelephony/packetvideoengine/PacketVideoEngineBinaries/group"/>
       
 16941      </component>
       
 16942      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16943      <component name="packetvideoengine" long-name="packetvideoengine">
       
 16944       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16945       <unit bldFile="app/videotelephony/packetvideoengine/group"/>
       
 16946      </component>
       
 16947     </collection>
       
 16948     <collection name="packetvideoplugins" long-name="Packetvideo Plugins" level="plugin">
       
 16949      <component name="DisplaySink" long-name="Display Sink">
       
 16950       <unit bldFile="app/videotelephony/packetvideoplugins/DisplaySink/group"/>
       
 16951       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16952       <unit bldFile="app/videotelephony/vtprotocolplugins/DisplaySink/group"/>
       
 16953      </component>
       
 16954      <component name="VideoSource" long-name="Video Source">
       
 16955       <unit bldFile="app/videotelephony/packetvideoplugins/VideoSource/group"/>
       
 16956       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16957       <unit bldFile="app/videotelephony/vtprotocolplugins/VideoSource/group"/>
       
 16958      </component>
       
 16959     </collection>
       
 16960     <collection name="vtengines" long-name="Video Telephony Engines" level="engine">
       
 16961      <component name="videotelcomms" long-name="Videotel Comms">
       
 16962       <unit bldFile="app/videotelephony/vtengines/videotelcomms/group"/>
       
 16963      </component>
       
 16964      <component name="videoteleng" long-name="Videotel Engine">
       
 16965       <unit bldFile="app/videotelephony/vtengines/videoteleng/group"/>
       
 16966      </component>
       
 16967      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16968      <component name="vtengines" long-name="vtengines">
       
 16969       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16970       <unit bldFile="app/videotelephony/vtengines/group"/>
       
 16971      </component>
       
 16972      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16973      <component name="CallCtrl" long-name="CallCtrl">
       
 16974       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16975       <unit bldFile="app/videotelephony/vtengines/videoteleng/CallCtrl/Group"/>
       
 16976      </component>
       
 16977      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16978      <component name="Logger" long-name="Logger">
       
 16979       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16980       <unit bldFile="app/videotelephony/vtengines/videoteleng/Logger/Group"/>
       
 16981      </component>
       
 16982      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16983      <component name="vtmediatorplugin" long-name="vtmediatorplugin">
       
 16984       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16985       <unit bldFile="app/videotelephony/vtengines/vtmediatorplugin/group"/>
       
 16986      </component>
       
 16987     </collection>
       
 16988     <collection name="vtuis" long-name="Video Telephony UIs" level="ui">
       
 16989      <component name="videotelui" long-name="Video Telephony UI">
       
 16990       <unit bldFile="app/videotelephony/vtuis/videotelui/group"/>
       
 16991      </component>
       
 16992      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 16993      <component name="vtuis" long-name="vtuis">
       
 16994       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 16995       <unit bldFile="app/videotelephony/vtuis/group"/>
       
 16996      </component>
       
 16997     </collection>
       
 16998     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 16999     <collection name="videotelephony" long-name="videotelephony">
       
 17000      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17001      <component name="videotelephony" long-name="videotelephony">
       
 17002       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17003       <unit bldFile="app/videotelephony/group"/>
       
 17004      </component>
       
 17005     </collection>
       
 17006     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17007     <collection name="videotelephony_plat" long-name="videotelephony_plat">
       
 17008      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17009      <component name="videotelephony_plat" long-name="videotelephony_plat">
       
 17010       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17011       <unit bldFile="app/videotelephony/videotelephony_plat/group"/>
       
 17012      </component>
       
 17013      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17014      <component name="video_telephony_control_mediator_api" long-name="video_telephony_control_mediator_api">
       
 17015       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17016       <unit bldFile="app/videotelephony/videotelephony_plat/video_telephony_control_mediator_api/group"/>
       
 17017      </component>
       
 17018      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17019      <component name="video_telephony_media_configuration_api" long-name="video_telephony_media_configuration_api">
       
 17020       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17021       <unit bldFile="app/videotelephony/videotelephony_plat/video_telephony_media_configuration_api/group"/>
       
 17022      </component>
       
 17023     </collection>
       
 17024     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17025     <collection name="vtprotocolplugins" long-name="vtprotocolplugins">
       
 17026      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17027      <component name="vtprotocolplugins" long-name="vtprotocolplugins">
       
 17028       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17029       <unit bldFile="app/videotelephony/vtprotocolplugins/group"/>
       
 17030      </component>
       
 17031     </collection>
       
 17032     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17033     <collection name="vtprotocols" long-name="vtprotocols">
       
 17034      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17035      <component name="vtprotocols" long-name="vtprotocols">
       
 17036       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17037       <unit bldFile="app/videotelephony/vtprotocols/group"/>
       
 17038      </component>
       
 17039     </collection>
       
 17040     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17041     <collection name="vtprotocolsstub" long-name="vtprotocolsstub">
       
 17042      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17043      <component name="vtprotocolsstub" long-name="vtprotocolsstub">
       
 17044       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17045       <unit bldFile="app/videotelephony/vtprotocolsstub/group"/>
       
 17046      </component>
       
 17047     </collection>
       
 17048    </block>
       
 17049    <block long-name="PoC" level="apps" name="poc" levels="engine ui">
       
 17050     <collection name="pocengine" long-name="PoC Engine" level="engine">
       
 17051      <component name="PoCEngineImplementation.dll=binary">
       
 17052       <unit bldFile="app/poc/pocengine/group"/>
       
 17053      </component>
       
 17054      <component name="PoCEngineResolver.dll=binary">
       
 17055 <!--       <unit bldFile="app/poc/pocengine/group"/> -->
       
 17056      </component>
       
 17057      <component name="PoCOmaCommon.DLL=binary">
       
 17058 <!--       <unit bldFile="app/poc/pocengine/group"/> -->
       
 17059      </component>
       
 17060      <component name="PoCOmaDeviceManagementAdapter.dll=binary">
       
 17061 <!--       <unit bldFile="app/poc/pocengine/group"/> -->
       
 17062      </component>
       
 17063      <component name="PoCOmaEngine.dll=binary">
       
 17064 <!--       <unit bldFile="app/poc/pocengine/group"/> -->
       
 17065      </component>
       
 17066      <component name="PoCOmaPresenceHandler.dll=binary">
       
 17067 <!--       <unit bldFile="app/poc/pocengine/group"/> -->
       
 17068      </component>
       
 17069      <component name="PoCOmaPresenceHandlerResolver.dll=binary">
       
 17070 <!--       <unit bldFile="app/poc/pocengine/group"/> -->
       
 17071      </component>
       
 17072      <component name="PoCOmaSIPClientResolver.dll=binary">
       
 17073 <!--       <unit bldFile="app/poc/pocengine/group"/> -->
       
 17074      </component>
       
 17075      <component name="PoCOmaServer.exe=binary">
       
 17076 <!--       <unit bldFile="app/poc/pocengine/group"/> -->
       
 17077      </component>
       
 17078      <component name="PoCOmaSettingsAdapter.dll=binary">
       
 17079 <!--       <unit bldFile="app/poc/pocengine/group"/> -->
       
 17080      </component>
       
 17081      <component name="sipclientresolver" long-name="SIP Client Resolver">
       
 17082       <unit bldFile="app/poc/pocengine/sipclientresolver/group"/>
       
 17083      </component>
       
 17084     </collection>
       
 17085     <collection name="pocui" long-name="PoC Ui" level="ui">
       
 17086      <component name="PoCActionPlugin.dll=binary">
       
 17087       <unit bldFile="app/poc/pocui/group"/>
       
 17088      </component>
       
 17089      <component name="PoCBioPlugin.dll=binary">
       
 17090 <!--       <unit bldFile="app/poc/pocui/group"/> -->
       
 17091      </component>
       
 17092      <component name="PoCGSPlugin.dll=binary">
       
 17093 <!--       <unit bldFile="app/poc/pocui/group"/> -->
       
 17094      </component>
       
 17095      <component name="PoCIntegrationPlugin.dll=binary">
       
 17096 <!--       <unit bldFile="app/poc/pocui/group"/> -->
       
 17097      </component>
       
 17098      <component name="PoCSourcePlugin.dll=binary">
       
 17099 <!--       <unit bldFile="app/poc/pocui/group"/> -->
       
 17100      </component>
       
 17101      <component name="PoCUiIndicatorPlugin.dll=binary">
       
 17102 <!--       <unit bldFile="app/poc/pocui/group"/> -->
       
 17103      </component>
       
 17104      <component name="PoCUiIntgr" long-name="PoC UI Intgr">
       
 17105       <unit bldFile="app/poc/pocui/PoCUiIntgr/group"/>
       
 17106      </component>
       
 17107      <component name="app">
       
 17108       <unit bldFile="app/poc/pocui/app/group"/>
       
 17109      </component>
       
 17110      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17111      <component name="PoCUiAiwPlugin" long-name="PoCUiAiwPlugin">
       
 17112       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17113       <unit bldFile="app/poc/pocui/PoCUiIntgr/PoCUiAiwPlugin/group"/>
       
 17114      </component>
       
 17115      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17116      <component name="PoCUiEComPlugin" long-name="PoCUiEComPlugin">
       
 17117       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17118       <unit bldFile="app/poc/pocui/PoCUiIntgr/PoCUiEComPlugin/group"/>
       
 17119      </component>
       
 17120      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17121      <component name="PoCUiIntegrationServices" long-name="PoCUiIntegrationServices">
       
 17122       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17123       <unit bldFile="app/poc/pocui/PoCUiIntgr/PoCUiIntegrationServices/group"/>
       
 17124      </component>
       
 17125     </collection>
       
 17126     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17127     <collection name="poc" long-name="poc">
       
 17128      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17129      <component name="poc" long-name="poc">
       
 17130       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17131       <unit bldFile="app/poc/group"/>
       
 17132      </component>
       
 17133     </collection>
       
 17134     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17135     <collection name="poc_plat" long-name="poc_plat">
       
 17136      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17137      <component name="poc_plat" long-name="poc_plat">
       
 17138       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17139       <unit bldFile="app/poc/poc_plat/group"/>
       
 17140      </component>
       
 17141      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17142      <component name="poc_api" long-name="poc_api">
       
 17143       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17144       <unit bldFile="app/poc/poc_plat/poc_api/group"/>
       
 17145      </component>
       
 17146      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17147      <component name="poc_sessions_api" long-name="poc_sessions_api">
       
 17148       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17149       <unit bldFile="app/poc/poc_plat/poc_sessions_api/group"/>
       
 17150      </component>
       
 17151      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17152      <component name="poc_ui_integration_services_api" long-name="poc_ui_integration_services_api">
       
 17153       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17154       <unit bldFile="app/poc/poc_plat/poc_ui_integration_services_api/group"/>
       
 17155      </component>
       
 17156     </collection>
       
 17157    </block>
       
 17158    <block long-name="IP Telephony" level="apps" name="iptelephony" levels="plugin eng ui">
       
 17159     <collection name="commsconfig" long-name="Comms Config" level="ui">
       
 17160      <component name="cscapplicationui" long-name="CSC Application UI">
       
 17161       <unit bldFile="app/iptelephony/commsconfig/cscapplicationui/group"/>
       
 17162      </component>
       
 17163      <component name="cscengine" long-name="CSC Engine">
       
 17164       <unit bldFile="app/iptelephony/commsconfig/cscengine/group"/>
       
 17165      </component>
       
 17166      <component name="cscsettingsui" long-name="CSC Settings UI">
       
 17167       <unit bldFile="app/iptelephony/commsconfig/cscsettingsui/group"/>
       
 17168      </component>
       
 17169      <component name="cscsipvoipcleanupplugin" long-name="CSC SIP VOIP Cleanup Plugin">
       
 17170       <unit bldFile="app/iptelephony/commsconfig/cscsipvoipcleanupplugin/group"/>
       
 17171      </component>
       
 17172     </collection>
       
 17173     <collection name="convergedconnectionhandler" long-name="Converged Connection Handler" level="ui">
       
 17174      <component name="cchclient" long-name="CCH Client">
       
 17175       <unit bldFile="app/iptelephony/convergedconnectionhandler/cchclient/group"/>
       
 17176      </component>
       
 17177      <component name="cchclientapi" long-name="CCH Clientapi">
       
 17178       <unit bldFile="app/iptelephony/convergedconnectionhandler/cchclientapi/group"/>
       
 17179      </component>
       
 17180      <component name="cchserver" long-name="CCH Server">
       
 17181       <unit bldFile="app/iptelephony/convergedconnectionhandler/cchserver/group"/>
       
 17182      </component>
       
 17183      <component name="cchui" long-name="CCH UI">
       
 17184       <unit bldFile="app/iptelephony/convergedconnectionhandler/cchui/group"/>
       
 17185      </component>
       
 17186      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17187      <component name="cchuinotif" long-name="cchuinotif">
       
 17188       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17189       <unit bldFile="app/iptelephony/convergedconnectionhandler/cchclientapi/cchuinotif/group"/>
       
 17190      </component>
       
 17191      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17192      <component name="convergedconnectionhandler" long-name="convergedconnectionhandler">
       
 17193       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17194       <unit bldFile="app/iptelephony/convergedconnectionhandler/group"/>
       
 17195      </component>
       
 17196     </collection>
       
 17197     <collection name="richcallsettingsengine" long-name="Rich Call Settings Engine" level="eng">
       
 17198      <component name="rcse2" long-name="Rcse2">
       
 17199       <unit bldFile="app/iptelephony/richcallsettingsengine/rcse2/group"/>
       
 17200      </component>
       
 17201      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17202      <component name="richcallsettingsengine" long-name="richcallsettingsengine">
       
 17203       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17204       <unit bldFile="app/iptelephony/richcallsettingsengine/group"/>
       
 17205      </component>
       
 17206     </collection>
       
 17207     <collection name="sipvoipprovider" long-name="SIP VoIP Provider" level="eng">
       
 17208      <component name="svp.dll=binary">
       
 17209       <unit bldFile="app/iptelephony/sipvoipprovider/group"/>
       
 17210      </component>
       
 17211     </collection>
       
 17212     <collection name="voipplugins" long-name="VoIP Plugins" level="plugin">
       
 17213      <component name="accountcreationplugin" long-name="Account Creation Plugin">
       
 17214       <unit bldFile="app/iptelephony/voipplugins/accountcreationplugin/group"/>
       
 17215      </component>
       
 17216      <component name="dhcppositionprovider" long-name="DHCP Position Provider">
       
 17217       <unit bldFile="app/iptelephony/voipplugins/dhcppositionprovider/group"/>
       
 17218      </component>
       
 17219      <component name="ipapputils" long-name="IP App Utils">
       
 17220       <unit bldFile="app/iptelephony/voipplugins/ipapputils/group"/>
       
 17221      </component>
       
 17222      <component name="sipconnectionprovider" long-name="SIP Connection Provider">
       
 17223       <unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/group"/>
       
 17224      </component>
       
 17225      <component name="sipmxresolver" long-name="SIP MX Resolver">
       
 17226       <unit bldFile="app/iptelephony/voipplugins/sipmxresolver/group"/>
       
 17227      </component>
       
 17228      <component name="voipadapters" long-name="VOIP Adapters">
       
 17229       <unit bldFile="app/iptelephony/voipplugins/voipadapters/group"/>
       
 17230      </component>
       
 17231      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17232      <component name="hslauncher" long-name="hslauncher">
       
 17233       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17234       <unit bldFile="app/iptelephony/voipplugins/accountcreationplugin/hslauncher/group"/>
       
 17235      </component>
       
 17236      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17237      <component name="hslauncherps" long-name="hslauncherps">
       
 17238       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17239       <unit bldFile="app/iptelephony/voipplugins/accountcreationplugin/hslauncher/hslauncherps/group"/>
       
 17240      </component>
       
 17241      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17242      <component name="hslauncherui" long-name="hslauncherui">
       
 17243       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17244       <unit bldFile="app/iptelephony/voipplugins/accountcreationplugin/hslauncher/hslauncherui/group"/>
       
 17245      </component>
       
 17246      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17247      <component name="voipplugins" long-name="voipplugins">
       
 17248       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17249       <unit bldFile="app/iptelephony/voipplugins/group"/>
       
 17250      </component>
       
 17251      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17252      <component name="voipeventlog" long-name="voipeventlog">
       
 17253       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17254       <unit bldFile="app/iptelephony/voipplugins/ipapputils/voipeventlog/group"/>
       
 17255      </component>
       
 17256      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17257      <component name="ipvoicemailengine" long-name="ipvoicemailengine">
       
 17258       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17259       <unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/ipvoicemailengine/group"/>
       
 17260      </component>
       
 17261      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17262      <component name="svtcallmenu" long-name="svtcallmenu">
       
 17263       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17264       <unit bldFile="app/iptelephony/voipplugins/svtcallmenu/group"/>
       
 17265      </component>
       
 17266      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17267      <component name="svtlogging" long-name="svtlogging">
       
 17268       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17269       <unit bldFile="app/iptelephony/voipplugins/svtlogging/group"/>
       
 17270      </component>
       
 17271      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17272      <component name="svtmatching" long-name="svtmatching">
       
 17273       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17274       <unit bldFile="app/iptelephony/voipplugins/svtmatching/group"/>
       
 17275      </component>
       
 17276      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17277      <component name="cpgenvoipsettings" long-name="cpgenvoipsettings">
       
 17278       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17279       <unit bldFile="app/iptelephony/voipplugins/voipadapters/cpgenvoipsettings/group"/>
       
 17280      </component>
       
 17281      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17282      <component name="cpvoipadapter" long-name="cpvoipadapter">
       
 17283       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17284       <unit bldFile="app/iptelephony/voipplugins/voipadapters/cpvoipadapter/group"/>
       
 17285      </component>
       
 17286      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17287      <component name="dmgenvoipsettings" long-name="dmgenvoipsettings">
       
 17288       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17289       <unit bldFile="app/iptelephony/voipplugins/voipadapters/dmgenvoipsettings/group"/>
       
 17290      </component>
       
 17291      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17292      <component name="dmvoipadapter" long-name="dmvoipadapter">
       
 17293       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17294       <unit bldFile="app/iptelephony/voipplugins/voipadapters/dmvoipadapter/group"/>
       
 17295      </component>
       
 17296      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17297      <component name="provisioningfile" long-name="provisioningfile">
       
 17298       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17299       <unit bldFile="app/iptelephony/voipplugins/voipadapters/provisioningfile/Group"/>
       
 17300      </component>
       
 17301     </collection>
       
 17302     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17303     <collection name="iptelephony" long-name="iptelephony">
       
 17304      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17305      <component name="iptelephony" long-name="iptelephony">
       
 17306       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17307       <unit bldFile="app/iptelephony/group"/>
       
 17308      </component>
       
 17309     </collection>
       
 17310     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17311     <collection name="callcontinuity" long-name="callcontinuity">
       
 17312      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17313      <component name="callcontinuity" long-name="callcontinuity">
       
 17314       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17315       <unit bldFile="app/iptelephony/callcontinuity/group"/>
       
 17316      </component>
       
 17317      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17318      <component name="nsmldmvccadapter" long-name="nsmldmvccadapter">
       
 17319       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17320       <unit bldFile="app/iptelephony/callcontinuity/nsmldmvccadapter/group"/>
       
 17321      </component>
       
 17322      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17323      <component name="settingsreader" long-name="settingsreader">
       
 17324       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17325       <unit bldFile="app/iptelephony/callcontinuity/settingsreader/group"/>
       
 17326      </component>
       
 17327      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17328      <component name="vcc" long-name="vcc">
       
 17329       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17330       <unit bldFile="app/iptelephony/callcontinuity/vcc/group"/>
       
 17331      </component>
       
 17332      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17333      <component name="vccclientprovisioningadapter" long-name="vccclientprovisioningadapter">
       
 17334       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17335       <unit bldFile="app/iptelephony/callcontinuity/vccclientprovisioningadapter/group"/>
       
 17336      </component>
       
 17337      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17338      <component name="vcchotrigger" long-name="vcchotrigger">
       
 17339       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17340       <unit bldFile="app/iptelephony/callcontinuity/vcchotrigger/group"/>
       
 17341      </component>
       
 17342      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17343      <component name="vccpropertyhandler" long-name="vccpropertyhandler">
       
 17344       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17345       <unit bldFile="app/iptelephony/callcontinuity/vccpropertyhandler/group"/>
       
 17346      </component>
       
 17347      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17348      <component name="vccutils" long-name="vccutils">
       
 17349       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17350       <unit bldFile="app/iptelephony/callcontinuity/vccutils/group"/>
       
 17351      </component>
       
 17352     </collection>
       
 17353     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17354     <collection name="iptel_plat" long-name="iptel_plat">
       
 17355      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17356      <component name="cch_client_api" long-name="cch_client_api">
       
 17357       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17358       <unit bldFile="app/iptelephony/iptel_plat/cch_client_api/group"/>
       
 17359      </component>
       
 17360      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17361      <component name="cch_server_api" long-name="cch_server_api">
       
 17362       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17363       <unit bldFile="app/iptelephony/iptel_plat/cch_server_api/group"/>
       
 17364      </component>
       
 17365      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17366      <component name="csc_settingsui_api" long-name="csc_settingsui_api">
       
 17367       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17368       <unit bldFile="app/iptelephony/iptel_plat/csc_settingsui_api/group"/>
       
 17369      </component>
       
 17370      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17371      <component name="iptel_plat" long-name="iptel_plat">
       
 17372       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17373       <unit bldFile="app/iptelephony/iptel_plat/group"/>
       
 17374      </component>
       
 17375      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17376      <component name="richcallsettingsengine_api" long-name="richcallsettingsengine_api">
       
 17377       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17378       <unit bldFile="app/iptelephony/iptel_plat/richcallsettingsengine_api/group"/>
       
 17379      </component>
       
 17380      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17381      <component name="vccpropertyhandler_api" long-name="vccpropertyhandler_api">
       
 17382       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17383       <unit bldFile="app/iptelephony/iptel_plat/vccpropertyhandler_api/group"/>
       
 17384      </component>
       
 17385      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17386      <component name="vcc_api" long-name="vcc_api">
       
 17387       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17388       <unit bldFile="app/iptelephony/iptel_plat/vcc_api/group"/>
       
 17389      </component>
       
 17390     </collection>
       
 17391    </block>
       
 17392    <block long-name="Settings UIs" level="services" name="settingsuis" levels="empty rsc ui">
       
 17393     <collection name="defaultapplicationsettings" long-name="Default Application Settings" level="rsc">
       
 17394      <component name="gsplugin">
       
 17395       <unit bldFile="app/settingsuis/defaultapplicationsettings/gsplugin/group"/>
       
 17396      </component>
       
 17397      <component name="server">
       
 17398       <unit bldFile="app/settingsuis/defaultapplicationsettings/server/group"/>
       
 17399      </component>
       
 17400      <component name="service" long-name="Service">
       
 17401       <unit bldFile="app/settingsuis/defaultapplicationsettings/service/group"/>
       
 17402      </component>
       
 17403      <component name="services_db" long-name="Services Db">
       
 17404       <unit bldFile="app/settingsuis/defaultapplicationsettings/services_db/group"/>
       
 17405      </component>
       
 17406      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17407      <component name="defaultapplicationsettings" long-name="defaultapplicationsettings">
       
 17408       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17409       <unit bldFile="app/settingsuis/defaultapplicationsettings/group"/>
       
 17410      </component>
       
 17411     </collection>
       
 17412     <collection name="systemswuis" long-name="System SW UIs" level="ui">
       
 17413      <component name="touchscreencalib" long-name="Touchscreen Calib">
       
 17414       <unit bldFile="app/settingsuis/systemswuis/touchscreencalib/group"/>
       
 17415      </component>
       
 17416      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17417      <component name="systemswuis" long-name="systemswuis">
       
 17418       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17419       <unit bldFile="app/settingsuis/systemswuis/group"/>
       
 17420      </component>
       
 17421     </collection>
       
 17422     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17423     <collection name="settingsuis" long-name="settingsuis">
       
 17424      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17425      <component name="settingsuis" long-name="settingsuis">
       
 17426       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17427       <unit bldFile="app/settingsuis/group"/>
       
 17428      </component>
       
 17429     </collection>
       
 17430     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17431     <collection name="devmngt_plat" long-name="devmngt_plat">
       
 17432      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17433      <component name="default_app_client_api" long-name="default_app_client_api">
       
 17434       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17435       <unit bldFile="app/settingsuis/devmngt_plat/default_app_client_api/group"/>
       
 17436      </component>
       
 17437      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17438      <component name="devmngt_plat" long-name="devmngt_plat">
       
 17439       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17440       <unit bldFile="app/settingsuis/devmngt_plat/group"/>
       
 17441      </component>
       
 17442      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17443      <component name="services_db_api" long-name="services_db_api">
       
 17444       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17445       <unit bldFile="app/settingsuis/devmngt_plat/services_db_api/group"/>
       
 17446      </component>
       
 17447     </collection>
       
 17448     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17449     <collection name="devmngt_pub" long-name="devmngt_pub">
       
 17450      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17451      <component name="devmngt_pub" long-name="devmngt_pub">
       
 17452       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17453       <unit bldFile="app/settingsuis/devmngt_pub/group"/>
       
 17454      </component>
       
 17455     </collection>
       
 17456    </block>
       
 17457    <block long-name="Content Control Daemons" level="services" name="contentcontrol" levels="1 2">
       
 17458     <collection name="applicationmanagement" long-name="Application Management" level="1">
       
 17459      <component name="tarmappmng" long-name="Tarm App Mng">
       
 17460       <unit bldFile="app/contentcontrol/applicationmanagement/tarmappmng/group"/>
       
 17461       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17462       <unit bldFile="app/devicecontrol/applicationmanagement/tarmappmng/group"/>
       
 17463      </component>
       
 17464      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17465      <component name="applicationmanagement" long-name="applicationmanagement">
       
 17466       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17467       <unit bldFile="app/devicecontrol/applicationmanagement/group"/>
       
 17468      </component>
       
 17469      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17470      <component name="amadapter2" long-name="amadapter2">
       
 17471       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17472       <unit bldFile="app/devicecontrol/applicationmanagement/tarmappmng/amadapter2/group"/>
       
 17473      </component>
       
 17474      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17475      <component name="options" long-name="options">
       
 17476       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17477       <unit bldFile="app/devicecontrol/applicationmanagement/tarmappmng/options/group"/>
       
 17478      </component>
       
 17479      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17480      <component name="RfsPlugin" long-name="RfsPlugin">
       
 17481       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17482       <unit bldFile="app/devicecontrol/applicationmanagement/tarmappmng/RfsPlugin/group"/>
       
 17483      </component>
       
 17484     </collection>
       
 17485     <collection name="customization" long-name="Customization" level="2">
       
 17486      <component name="tarmcustomization" long-name="TARM Customization">
       
 17487       <unit bldFile="app/contentcontrol/customization/tarmcustomization/group"/>
       
 17488       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17489       <unit bldFile="app/devicecontrol/customization/tarmcustomization/group"/>
       
 17490      </component>
       
 17491      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17492      <component name="customization" long-name="customization">
       
 17493       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17494       <unit bldFile="app/devicecontrol/customization/group"/>
       
 17495      </component>
       
 17496      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17497      <component name="DMUtils" long-name="DMUtils">
       
 17498       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17499       <unit bldFile="app/devicecontrol/customization/tarmcustomization/DMUtils/bld"/>
       
 17500      </component>
       
 17501      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17502      <component name="EmbeddedLinkAdapter" long-name="EmbeddedLinkAdapter">
       
 17503       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17504       <unit bldFile="app/devicecontrol/customization/tarmcustomization/EmbeddedLinkAdapter/bld"/>
       
 17505      </component>
       
 17506      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17507      <component name="isadapter" long-name="isadapter">
       
 17508       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17509       <unit bldFile="app/devicecontrol/customization/tarmcustomization/isadapter/bld"/>
       
 17510      </component>
       
 17511      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17512      <component name="OperatorLogoAdapter" long-name="OperatorLogoAdapter">
       
 17513       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17514       <unit bldFile="app/devicecontrol/customization/tarmcustomization/OperatorLogoAdapter/bld"/>
       
 17515      </component>
       
 17516      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17517      <component name="ScreenSaverAdapter" long-name="ScreenSaverAdapter">
       
 17518       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17519       <unit bldFile="app/devicecontrol/customization/tarmcustomization/ScreenSaverAdapter/bld"/>
       
 17520      </component>
       
 17521      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17522      <component name="ScreenSaverServer" long-name="ScreenSaverServer">
       
 17523       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17524       <unit bldFile="app/devicecontrol/customization/tarmcustomization/ScreenSaverAdapter/ScreenSaverServer/Group"/>
       
 17525      </component>
       
 17526      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17527      <component name="supadapter" long-name="supadapter">
       
 17528       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17529       <unit bldFile="app/devicecontrol/customization/tarmcustomization/supadapter/bld"/>
       
 17530      </component>
       
 17531      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17532      <component name="ThemesAdapter" long-name="ThemesAdapter">
       
 17533       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17534       <unit bldFile="app/devicecontrol/customization/tarmcustomization/ThemesAdapter/bld"/>
       
 17535      </component>
       
 17536      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17537      <component name="ThemesTest" long-name="ThemesTest">
       
 17538       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17539       <unit bldFile="app/devicecontrol/customization/tarmcustomization/ThemesAdapter/ThemesTest/group"/>
       
 17540      </component>
       
 17541      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17542      <component name="UISettingsSrv" long-name="UISettingsSrv">
       
 17543       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17544       <unit bldFile="app/devicecontrol/customization/tarmcustomization/UISettingsSrv/bld"/>
       
 17545      </component>
       
 17546      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17547      <component name="test" long-name="test">
       
 17548       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17549       <unit bldFile="app/devicecontrol/customization/tarmcustomization/UISettingsSrv/test/group"/>
       
 17550       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17551       <unit bldFile="app/photos/photosgallery/collectionframework/datasource/manager/test/group"/>
       
 17552       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17553       <unit bldFile="app/photos/photosgallery/collectionframework/plugins/tagcollectionplugin/test"/>
       
 17554       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17555       <unit bldFile="app/photos/photosgallery/common/test/group"/>
       
 17556       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17557       <unit bldFile="app/photos/photosgallery/commonui/test/group"/>
       
 17558       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17559       <unit bldFile="app/photos/photosgallery/controllers/collectionmanager/test/group"/>
       
 17560       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17561       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/test/Group"/>
       
 17562       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17563       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/test/group"/>
       
 17564       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17565       <unit bldFile="app/photos/photosgallery/viewframework/layouts/test/group"/>
       
 17566      </component>
       
 17567      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17568      <component name="WallpaperAdapter" long-name="WallpaperAdapter">
       
 17569       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17570       <unit bldFile="app/devicecontrol/customization/tarmcustomization/WallpaperAdapter/bld"/>
       
 17571      </component>
       
 17572     </collection>
       
 17573     <collection name="omads" long-name="OMA DS" level="1">
       
 17574      <component name="omadsappui" long-name="OMA DS App UI">
       
 17575       <unit bldFile="app/contentcontrol/omads/omadsappui/group"/>
       
 17576      </component>
       
 17577      <component name="omadsextensions" long-name="OMA DS Extensions">
       
 17578       <unit bldFile="app/contentcontrol/omads/omadsextensions/group"/>
       
 17579      </component>
       
 17580      <component name="syncmlnotifier" long-name="SyncML Notifier">
       
 17581       <unit bldFile="app/contentcontrol/omads/syncmlnotifier/group"/>
       
 17582      </component>
       
 17583      <component name="syncservice" long-name="Sync Service">
       
 17584       <unit bldFile="app/contentcontrol/omads/syncservice/group"/>
       
 17585      </component>
       
 17586      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17587      <component name="omads" long-name="omads">
       
 17588       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17589       <unit bldFile="app/contentcontrol/omads/group"/>
       
 17590      </component>
       
 17591      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17592      <component name="AiwSyncProvider" long-name="AiwSyncProvider">
       
 17593       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17594       <unit bldFile="app/contentcontrol/omads/omadsappui/AiwSyncProvider/group"/>
       
 17595      </component>
       
 17596      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17597      <component name="AspPreSyncPlugin" long-name="AspPreSyncPlugin">
       
 17598       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17599       <unit bldFile="app/contentcontrol/omads/omadsappui/AspPreSyncPlugin/group"/>
       
 17600      </component>
       
 17601      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17602      <component name="AspScheduleHandler" long-name="AspScheduleHandler">
       
 17603       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17604       <unit bldFile="app/contentcontrol/omads/omadsappui/AspScheduleHandler/group"/>
       
 17605      </component>
       
 17606      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17607      <component name="AspSyncUtil" long-name="AspSyncUtil">
       
 17608       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17609       <unit bldFile="app/contentcontrol/omads/omadsappui/AspSyncUtil/group"/>
       
 17610      </component>
       
 17611      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17612      <component name="OmaDsAppUiPlugin" long-name="OmaDsAppUiPlugin">
       
 17613       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17614       <unit bldFile="app/contentcontrol/omads/omadsappui/OmaDsAppUiPlugin/group"/>
       
 17615      </component>
       
 17616      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17617      <component name="ui" long-name="ui">
       
 17618       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17619       <unit bldFile="app/contentcontrol/omads/omadsappui/ui/group"/>
       
 17620      </component>
       
 17621      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17622      <component name="agenda" long-name="agenda">
       
 17623       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17624       <unit bldFile="app/contentcontrol/omads/omadsextensions/adapters/agenda/bld"/>
       
 17625      </component>
       
 17626      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17627      <component name="adapters" long-name="adapters">
       
 17628       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17629       <unit bldFile="app/contentcontrol/omads/omadsextensions/adapters/bld"/>
       
 17630       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17631       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/bld"/>
       
 17632      </component>
       
 17633      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17634      <component name="bookmark" long-name="bookmark">
       
 17635       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17636       <unit bldFile="app/contentcontrol/omads/omadsextensions/adapters/bookmark/group"/>
       
 17637      </component>
       
 17638      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17639      <component name="contacts" long-name="contacts">
       
 17640       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17641       <unit bldFile="app/contentcontrol/omads/omadsextensions/adapters/contacts/bld"/>
       
 17642      </component>
       
 17643      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17644      <component name="contacts_old" long-name="contacts_old">
       
 17645       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17646       <unit bldFile="app/contentcontrol/omads/omadsextensions/adapters/contacts_old/bld"/>
       
 17647      </component>
       
 17648      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17649      <component name="email" long-name="email">
       
 17650       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17651       <unit bldFile="app/contentcontrol/omads/omadsextensions/adapters/email/bld"/>
       
 17652       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17653       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/email/bld"/>
       
 17654       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17655       <unit bldFile="app/messaging/email/group"/>
       
 17656      </component>
       
 17657      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17658      <component name="mms" long-name="mms">
       
 17659       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17660       <unit bldFile="app/contentcontrol/omads/omadsextensions/adapters/mms/group"/>
       
 17661       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17662       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/mms/bld"/>
       
 17663      </component>
       
 17664      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17665      <component name="sms" long-name="sms">
       
 17666       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17667       <unit bldFile="app/contentcontrol/omads/omadsextensions/adapters/sms/group"/>
       
 17668       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17669       <unit bldFile="app/java/javalegacy/j2me/plugins/sms/group"/>
       
 17670      </component>
       
 17671      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17672      <component name="datamod" long-name="datamod">
       
 17673       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17674       <unit bldFile="app/contentcontrol/omads/omadsextensions/datamod/bld"/>
       
 17675      </component>
       
 17676      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17677      <component name="cgiscriptutils" long-name="cgiscriptutils">
       
 17678       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17679       <unit bldFile="app/contentcontrol/omads/omadsextensions/dsutils/cgiscriptutils/bld"/>
       
 17680      </component>
       
 17681      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17682      <component name="emailxmlutils" long-name="emailxmlutils">
       
 17683       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17684       <unit bldFile="app/contentcontrol/omads/omadsextensions/dsutils/emailxmlutils/bld"/>
       
 17685      </component>
       
 17686     </collection>
       
 17687     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17688     <collection name="contentcontrol" long-name="contentcontrol">
       
 17689      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17690      <component name="contentcontrol" long-name="contentcontrol">
       
 17691       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17692       <unit bldFile="app/contentcontrol/group"/>
       
 17693      </component>
       
 17694     </collection>
       
 17695     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17696     <collection name="contentctrl_plat" long-name="contentctrl_plat">
       
 17697      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17698      <component name="contentctrl_plat" long-name="contentctrl_plat">
       
 17699       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17700       <unit bldFile="app/contentcontrol/contentctrl_plat/group"/>
       
 17701      </component>
       
 17702      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17703      <component name="oma_ds_email_client_mtm_api" long-name="oma_ds_email_client_mtm_api">
       
 17704       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17705       <unit bldFile="app/contentcontrol/contentctrl_plat/oma_ds_email_client_mtm_api/group"/>
       
 17706      </component>
       
 17707      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17708      <component name="oma_ds_presync_plugin_api" long-name="oma_ds_presync_plugin_api">
       
 17709       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17710       <unit bldFile="app/contentcontrol/contentctrl_plat/oma_ds_presync_plugin_api/group"/>
       
 17711      </component>
       
 17712     </collection>
       
 17713    </block>
       
 17714    <block long-name="Device Control Daemons" level="services" name="devicecontrol" levels="1 2">
       
 17715     <collection name="devicediagnostics" long-name="Device Diagnostics" level="2">
       
 17716      <component name="devdiagapp" long-name="Dev Diag App">
       
 17717       <unit bldFile="app/devicecontrol/devicediagnostics/devdiagapp/group"/>
       
 17718      </component>
       
 17719      <component name="devdiaggsplugin" long-name="Dev Diag GS Plugin">
       
 17720       <unit bldFile="app/devicecontrol/devicediagnostics/devdiaggsplugin/group"/>
       
 17721      </component>
       
 17722      <component name="diagplugins" long-name="Diag Plugins">
       
 17723       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/group"/>
       
 17724      </component>
       
 17725      <component name="diagsuites" long-name="Diag Suites">
       
 17726       <unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/group"/>
       
 17727      </component>
       
 17728      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17729      <component name="diagbatterychargerplugin" long-name="diagbatterychargerplugin">
       
 17730       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17731       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagbatterychargerplugin/group"/>
       
 17732      </component>
       
 17733      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17734      <component name="diagbrowserplugin" long-name="diagbrowserplugin">
       
 17735       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17736       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagbrowserplugin/group"/>
       
 17737      </component>
       
 17738      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17739      <component name="diagdatanetworkplugin" long-name="diagdatanetworkplugin">
       
 17740       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17741       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagdatanetworkplugin/group"/>
       
 17742      </component>
       
 17743      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17744      <component name="diagearpieceplugin" long-name="diagearpieceplugin">
       
 17745       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17746       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagearpieceplugin/group"/>
       
 17747      </component>
       
 17748      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17749      <component name="diagexternalmediacardplugin" long-name="diagexternalmediacardplugin">
       
 17750       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17751       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagexternalmediacardplugin/group"/>
       
 17752      </component>
       
 17753      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17754      <component name="diagheadsetcableplugin" long-name="diagheadsetcableplugin">
       
 17755       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17756       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagheadsetcableplugin/group"/>
       
 17757      </component>
       
 17758      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17759      <component name="DiagInternalMemoryPlugin" long-name="DiagInternalMemoryPlugin">
       
 17760       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17761       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/DiagInternalMemoryPlugin/group"/>
       
 17762      </component>
       
 17763      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17764      <component name="diagloudspeakerplugin" long-name="diagloudspeakerplugin">
       
 17765       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17766       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagloudspeakerplugin/group"/>
       
 17767      </component>
       
 17768      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17769      <component name="diagnetcoverageplugin" long-name="diagnetcoverageplugin">
       
 17770       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17771       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagnetcoverageplugin/group"/>
       
 17772      </component>
       
 17773      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17774      <component name="diagusbcableplugin" long-name="diagusbcableplugin">
       
 17775       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17776       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagusbcableplugin/group"/>
       
 17777      </component>
       
 17778      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17779      <component name="diagvibrateplugin" long-name="diagvibrateplugin">
       
 17780       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17781       <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/diagvibrateplugin/group"/>
       
 17782      </component>
       
 17783      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17784      <component name="diagconnectivitysuiteplugin" long-name="diagconnectivitysuiteplugin">
       
 17785       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17786       <unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/diagconnectivitysuiteplugin/group"/>
       
 17787      </component>
       
 17788      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17789      <component name="diagcoveragesuiteplugin" long-name="diagcoveragesuiteplugin">
       
 17790       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17791       <unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/diagcoveragesuiteplugin/group"/>
       
 17792      </component>
       
 17793      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17794      <component name="diaghardwaresuiteplugin" long-name="diaghardwaresuiteplugin">
       
 17795       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17796       <unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/diaghardwaresuiteplugin/group"/>
       
 17797      </component>
       
 17798      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17799      <component name="diagservicessuiteplugin" long-name="diagservicessuiteplugin">
       
 17800       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17801       <unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/diagservicessuiteplugin/group"/>
       
 17802      </component>
       
 17803      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17804      <component name="diagtoplevelsuiteplugin" long-name="diagtoplevelsuiteplugin">
       
 17805       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17806       <unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/diagtoplevelsuiteplugin/group"/>
       
 17807      </component>
       
 17808      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17809      <component name="devicediagnostics" long-name="devicediagnostics">
       
 17810       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17811       <unit bldFile="app/devicecontrol/devicediagnostics/group"/>
       
 17812      </component>
       
 17813     </collection>
       
 17814     <collection name="fotaapplication" long-name="FOTA Application" level="2">
       
 17815      <component name="fotaserver" long-name="FOTA Server">
       
 17816       <unit bldFile="app/devicecontrol/fotaapplication/fotaserver/group"/>
       
 17817      </component>
       
 17818     </collection>
       
 17819     <collection name="omadm" long-name="OMA Device Management" level="1">
       
 17820      <component name="omadmappui" long-name="OMA DM App UI">
       
 17821       <unit bldFile="app/devicecontrol/omadm/omadmappui/group"/>
       
 17822      </component>
       
 17823      <component name="omadmextensions" long-name="OMA DM Extensions">
       
 17824       <unit bldFile="app/devicecontrol/omadm/omadmextensions/group"/>
       
 17825      </component>
       
 17826      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17827      <component name="omadm" long-name="omadm">
       
 17828       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17829       <unit bldFile="app/devicecontrol/omadm/group"/>
       
 17830      </component>
       
 17831      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17832      <component name="OmaDmCPPlugin" long-name="OmaDmCPPlugin">
       
 17833       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17834       <unit bldFile="app/devicecontrol/omadm/omadmappui/OmaDmCPPlugin/group"/>
       
 17835      </component>
       
 17836      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17837      <component name="browseradapter" long-name="browseradapter">
       
 17838       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17839       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/browseradapter/bld"/>
       
 17840      </component>
       
 17841      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17842      <component name="devdetail" long-name="devdetail">
       
 17843       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17844       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/devdetail/bld"/>
       
 17845      </component>
       
 17846      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17847      <component name="devinfo" long-name="devinfo">
       
 17848       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17849       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/devinfo/bld"/>
       
 17850      </component>
       
 17851      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17852      <component name="fota" long-name="fota">
       
 17853       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17854       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/fota/bld"/>
       
 17855      </component>
       
 17856      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17857      <component name="imps" long-name="imps">
       
 17858       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17859       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/imps/bld"/>
       
 17860      </component>
       
 17861      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17862      <component name="syncmldm" long-name="syncmldm">
       
 17863       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17864       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/syncmldm/bld"/>
       
 17865      </component>
       
 17866      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17867      <component name="syncmldm12" long-name="syncmldm12">
       
 17868       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17869       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/syncmldm12/bld"/>
       
 17870      </component>
       
 17871      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17872      <component name="syncmlds" long-name="syncmlds">
       
 17873       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17874       <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/syncmlds/bld"/>
       
 17875      </component>
       
 17876     </collection>
       
 17877     <collection name="pnpmobileservices" long-name="PnP Mobile Services" level="1">
       
 17878      <component name="pnpms" long-name="PnP MS">
       
 17879       <unit bldFile="app/devicecontrol/pnpmobileservices/pnpms/group"/>
       
 17880      </component>
       
 17881      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17882      <component name="pnpmobileservices" long-name="pnpmobileservices">
       
 17883       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17884       <unit bldFile="app/devicecontrol/pnpmobileservices/group"/>
       
 17885      </component>
       
 17886      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17887      <component name="ServiceHelpPlugin" long-name="ServiceHelpPlugin">
       
 17888       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17889       <unit bldFile="app/devicecontrol/pnpmobileservices/pnpms/ServiceHelpPlugin/Group"/>
       
 17890      </component>
       
 17891     </collection>
       
 17892     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17893     <collection name="devicecontrol" long-name="devicecontrol">
       
 17894      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17895      <component name="devicecontrol" long-name="devicecontrol">
       
 17896       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17897       <unit bldFile="app/devicecontrol/group"/>
       
 17898      </component>
       
 17899     </collection>
       
 17900     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 17901     <collection name="omacp" long-name="omacp">
       
 17902      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17903      <component name="omacp" long-name="omacp">
       
 17904       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17905       <unit bldFile="app/devicecontrol/omacp/group"/>
       
 17906      </component>
       
 17907      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17908      <component name="EmailAdapter" long-name="EmailAdapter">
       
 17909       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17910       <unit bldFile="app/devicecontrol/omacp/omacpadapters/EmailAdapter/Group"/>
       
 17911      </component>
       
 17912      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 17913      <component name="omacpadapters" long-name="omacpadapters">
       
 17914       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 17915       <unit bldFile="app/devicecontrol/omacp/omacpadapters/group"/>
       
 17916      </component>
       
 17917     </collection>
       
 17918    </block>
       
 17919    <block name="pcsuite" level="apps" long-name="PC Suite" levels="pcsuite-lib pcsuite-control pcsuite-mm pcsuite">
       
 17920     <collection name="ApplicationInstaller" long-name="Application Installer" level="pcsuite-control">
       
 17921      <component name="ApplicationInstallerApp" long-name="Application Installer" Application="Application Installer 2.1" Modules="NAI2-UI">
       
 17922       <unit bldFile="app/pcsuite/ApplicationInstaller/ApplicationInstallerApp/group"/>
       
 17923      </component>
       
 17924     </collection>
       
 17925     <collection name="ConnectionManager" long-name="Connection Manager" level="pcsuite-control">
       
 17926      <component name="ConneMgr" long-name="Connection Manager" Application="Connection Manager 2" Modules="Application, Cpl">
       
 17927       <unit bldFile="app/pcsuite/ConnectionManager/ConneMgr/group"/>
       
 17928      </component>
       
 17929     </collection>
       
 17930     <collection name="ContentCopier" long-name="Content Copier" level="pcsuite-control">
       
 17931      <component name="ContentCopierApp" long-name="Content Copier" Application="Content Copier 4" Modules="NCC4">
       
 17932       <unit bldFile="app/pcsuite/ContentCopier/ContentCopierApp/group"/>
       
 17933      </component>
       
 17934     </collection>
       
 17935     <collection name="GetConnectedWizard" long-name="Get Connected Wizard" level="pcsuite-control">
       
 17936      <component name="GetConnectedWizard" long-name="Get Connected Wizard" Application="Getting Connected Wizard" Modules="GCWizard">
       
 17937       <unit bldFile="app/pcsuite/GetConnectedWizard/GetConnectedWizard/group"/>
       
 17938      </component>
       
 17939     </collection>
       
 17940     <collection name="Helps" level="pcsuite">
       
 17941      <component name="AppHelps" Application="Helps" Modules="Helps_Series60">
       
 17942       <unit bldFile="app/pcsuite/Helps/AppHelps/group"/>
       
 17943      </component>
       
 17944     </collection>
       
 17945     <collection name="ImageStore" long-name="Image Store" level="pcsuite-mm">
       
 17946      <component name="ImageStoreApp" long-name="Image Store" Application="ImageStore" Modules="ImageStore">
       
 17947       <unit bldFile="app/pcsuite/ImageStore/ImageStoreApp/group"/>
       
 17948      </component>
       
 17949     </collection>
       
 17950     <collection name="Installer" level="pcsuite-lib">
       
 17951      <component name="InstallerEng" long-name="Installer Engine" Application="Installer" Modules="Core">
       
 17952       <unit bldFile="app/pcsuite/Installer/InstallerEng/group"/>
       
 17953      </component>
       
 17954      <component name="InstallerApp" long-name="Installer App" Application="Installer" Modules="UI">
       
 17955       <unit bldFile="app/pcsuite/Installer/InstallerApp/group"/>
       
 17956      </component>
       
 17957      <component name="PackerLibrary" long-name="Packer Library" Application="Installer" Modules="PackerLibrary">
       
 17958       <unit bldFile="app/pcsuite/Installer/PackerLibrary/group"/>
       
 17959      </component>
       
 17960     </collection>
       
 17961     <collection name="3rdparty" long-name="3rd Party" level="pcsuite-lib">
       
 17962      <component name="libpng" Application="Installer" Modules="PngLib">
       
 17963       <unit bldFile="app/pcsuite/3rdparty/libpng/group"/>
       
 17964      </component>
       
 17965      <component name="7zip" Application="Installer" Modules="7Zip">
       
 17966       <unit bldFile="app/pcsuite/3rdparty/7zip/group"/>
       
 17967      </component>
       
 17968      <component name="libjpeg" Application="PCSCM" Modules="PCSCM">
       
 17969       <unit bldFile="app/pcsuite/3rdparty/libjpeg/group"/>
       
 17970      </component>
       
 17971      <component name="zlib">
       
 17972       <unit bldFile="app/pcsuite/3rdparty/zlib/group"/>
       
 17973      </component>
       
 17974     </collection>
       
 17975     <collection name="LaunchApplication" long-name="Launch Application" level="pcsuite">
       
 17976      <component name="LaunchApplicationApp" long-name="Launch Application" Application="Launch Application NG" Modules="LaunchApplicationNG">
       
 17977       <unit bldFile="app/pcsuite/LaunchApplication/LaunchApplicationApp/group"/>
       
 17978      </component>
       
 17979     </collection>
       
 17980     <collection name="MultimediaPlayer" long-name="Multimedia Player" level="pcsuite-mm">
       
 17981      <component name="MultimediaPlayerApp" long-name="Multimedia Player" Application="Multimedia Player" Modules="CoolPlayer">
       
 17982       <unit bldFile="app/pcsuite/MultimediaPlayer/MultimediaPlayerApp/group"/>
       
 17983      </component>
       
 17984     </collection>
       
 17985     <collection name="ImageConverter" long-name="Image Converter" level="pcsuite-mm">
       
 17986      <component name="ImageConverterApp" long-name="Image Converter" Application="NIC" Modules="ImageConverter">
       
 17987       <unit bldFile="app/pcsuite/ImageConverter/ImageConverterApp/group"/>
       
 17988      </component>
       
 17989      <component name="ImageConverterCOC" long-name="Image Converter COC" Application="NIC" Modules="ImageConverter_COC">
       
 17990       <unit bldFile="app/pcsuite/ImageConverter/ImageConverterCOC/group"/>
       
 17991      </component>
       
 17992      <component name="ImageConverterGL" long-name="Image Converter GL" Application="NIC" Modules="ImageConverter_GL">
       
 17993       <unit bldFile="app/pcsuite/ImageConverter/ImageConverterGL/group"/>
       
 17994      </component>
       
 17995     </collection>
       
 17996     <collection name="MusicManager" long-name="Music Manager" level="pcsuite-mm">
       
 17997      <component name="MusicManagerApp" long-name="Music Manager" Application="Nokia Music Manager" Modules="NokiaMusicManager">
       
 17998       <unit bldFile="app/pcsuite/MusicManager/MusicManagerApp/group"/>
       
 17999      </component>
       
 18000     </collection>
       
 18001     <collection name="OneTouchAccess" long-name="One Touch Access" level="pcsuite-lib">
       
 18002      <component name="OneTouchAccessApp" long-name="One Touch Access" Application="One Touch Access" Modules="QuickGPRS">
       
 18003       <unit bldFile="app/pcsuite/OneTouchAccess/OneTouchAccessApp/group"/>
       
 18004      </component>
       
 18005     </collection>
       
 18006     <collection name="PCSync" long-name="PC Sync" level="pcsuite-control">
       
 18007      <component name="PCSyncNgr" long-name="PC Sync Ngr" Application="PC Sync 2" Modules="S60_PCS2_ngr">
       
 18008       <unit bldFile="app/pcsuite/PCSync/PCSyncNgr/group"/>
       
 18009      </component>
       
 18010      <component name="PCSyncApp" License="Other/prorietary">
       
 18011       <unit bldFile="app/pcsuite/PCSync/PCSyncApp/group"/>
       
 18012      </component>
       
 18013     </collection>
       
 18014     <collection name="PhoneBrowser" long-name="Phone Browser" level="pcsuite">
       
 18015      <component name="ContactsEditor" long-name="Contacts Editor" Application="Phone Browser 2" Modules="ContactsEditor">
       
 18016       <unit bldFile="app/pcsuite/PhoneBrowser/ContactsEditor/group"/>
       
 18017      </component>
       
 18018      <component name="vCard" Application="Phone Browser 2" Modules="NokiaVCard">
       
 18019       <unit bldFile="app/pcsuite/PhoneBrowser/vCard/group"/>
       
 18020      </component>
       
 18021      <component name="PhoneBrowserExt" long-name="Phone Browser Ext" Application="Phone Browser 3" Modules="PhoneBrowser">
       
 18022       <unit bldFile="app/pcsuite/PhoneBrowser/PhoneBrowserExt/group"/>
       
 18023      </component>
       
 18024      <component name="TextMessageEditor" long-name="Text Message Editor" Application="Text Message Editor" Modules="TextMessageFactory">
       
 18025       <unit bldFile="app/pcsuite/PhoneBrowser/TextMessageEditor/group"/>
       
 18026      </component>
       
 18027     </collection>
       
 18028     <collection name="Common" level="pcsuite-lib">
       
 18029      <component name="PCSCM" Application="PCSCM" Modules="PCSCM">
       
 18030       <unit bldFile="app/pcsuite/Common/PCSCM/group"/>
       
 18031      </component>
       
 18032      <component name="PCSL">
       
 18033       <unit bldFile="app/pcsuite/Common/PCSL/group"/>
       
 18034      </component>
       
 18035      <component name="ConfigurationServer" long-name="Configuration Server">
       
 18036       <unit bldFile="app/pcsuite/Common/ConfigurationServer/group"/>
       
 18037      </component>
       
 18038      <component name="MMCL">
       
 18039       <unit bldFile="app/pcsuite/Common/MMCL/group"/>
       
 18040      </component>
       
 18041      <component name="MCL">
       
 18042       <unit bldFile="app/pcsuite/Common/MCL/group"/>
       
 18043      </component>
       
 18044      <component name="codecs">
       
 18045       <unit bldFile="app/pcsuite/Common/codecs/group"/>
       
 18046      </component>
       
 18047     </collection>
       
 18048     <collection name="tools" long-name="Tools" level="pcsuite-lib">
       
 18049      <component name="GUIDChangingTool" long-name="GUID Changing Tool">
       
 18050       <unit bldFile="app/pcsuite/tools/GUIDChangingTool/group"/>
       
 18051      </component>
       
 18052      <component name="WIXGenerateGUIDs" long-name="WIX Generate GUIDs">
       
 18053       <unit bldFile="app/pcsuite/tools/WIXGenerateGUIDs/group"/>
       
 18054      </component>
       
 18055      <component name="SearchAndReplace" long-name="Search and Replace">
       
 18056       <unit bldFile="app/pcsuite/tools/SearchAndReplace/group"/>
       
 18057      </component>
       
 18058      <component name="BrandingTools" long-name="Branding Tools">
       
 18059       <unit bldFile="app/pcsuite/tools/BrandingTools/group"/>
       
 18060      </component>
       
 18061      <component name="CommonSelectDevice_Tester" long-name="Common Select Device Tester">
       
 18062       <unit bldFile="app/pcsuite/tools/CommonSelectDevice_Tester/group"/>
       
 18063      </component>
       
 18064      <component name="PCSLInfo" long-name="PCSL Info">
       
 18065       <unit bldFile="app/pcsuite/tools/PCSLInfo/group"/>
       
 18066      </component>
       
 18067      <component name="ColorMapper" long-name="Color Mapper">
       
 18068       <unit bldFile="app/pcsuite/tools/ColorMapper/group"/>
       
 18069      </component>
       
 18070      <component name="FileTransferUtility" long-name="File Transfer Utility">
       
 18071       <unit bldFile="app/pcsuite/tools/FileTransferUtility/group"/>
       
 18072      </component>
       
 18073      <component name="LocalizedTextViewer" long-name="Localized Text Viewer">
       
 18074       <unit bldFile="app/pcsuite/tools/LocalizedTextViewer/group"/>
       
 18075      </component>
       
 18076     </collection>
       
 18077     <collection name="installation" long-name="Installation" level="pcsuite-lib">
       
 18078      <component name="pcsuite" long-name="PC Suite Install" Application="S60 PCSuite MSI Installation Project" Modules="PCSuite">
       
 18079       <unit bldFile="app/pcsuite/installation/pcsuite/group"/>
       
 18080      </component>
       
 18081      <component name="InstTools" long-name="Installation Tools">
       
 18082       <unit bldFile="app/pcsuite/installation/InstTools/group"/>
       
 18083      </component>
       
 18084     </collection>
       
 18085    </block>
       
 18086    <block name="pccs" level="services" long-name="PCCS" levels="lib plat pccs">
       
 18087     <collection name="pccs_sdk" long-name="PC SAPI" level="pccs">
       
 18088      <component name="pcsapi" long-name="PCS API">
       
 18089       <unit bldFile="app/pccs/pccs_sdk/pcsapi/group"/>
       
 18090      </component>
       
 18091     </collection>
       
 18092     <collection name="platform" long-name="Platform" level="plat">
       
 18093      <component name="PCConnectivitySolution" long-name="PC Connectivity Solution">
       
 18094       <unit bldFile="app/pccs/platform/PCConnectivitySolution/group"/>
       
 18095      </component>
       
 18096      <component name="SLTester" long-name="CC Driver">
       
 18097       <unit bldFile="app/pccs/platform/SLTester/group"/>
       
 18098      </component>
       
 18099     </collection>
       
 18100     <collection name="pccs_installation" long-name="PCCS Installation" level="lib">
       
 18101      <component name="pccs" long-name="PCCS Install">
       
 18102       <unit bldFile="app/pccs/pccs_installation/pccs/group"/>
       
 18103      </component>
       
 18104      <component name="instCcdriver" long-name="CC Driver Install">
       
 18105       <unit bldFile="app/pccs/pccs_installation/instCcdriver/group"/>
       
 18106      </component>
       
 18107     </collection>
       
 18108     <collection name="pccs_tools" long-name="PCCS Tools" level="lib">
       
 18109      <component name="ConfServerCRCTest" long-name="Conf Server CRC Test">
       
 18110       <unit bldFile="app/pccs/pccs_tools/ConfServerCRCTest/group"/>
       
 18111      </component>
       
 18112      <component name="SLTester">
       
 18113       <unit bldFile="app/pccs/pccs_tools/SLTester/group"/>
       
 18114      </component>
       
 18115     </collection>
       
 18116    </block>
       
 18117    <block long-name="File Manager Apps" level="apps" name="files" levels="support apps">
       
 18118     <collection name="filemanager" long-name="File Manager" level="apps">
       
 18119      <component name="FileManager.exe=binary">
       
 18120       <unit bldFile="app/files/filemanager/group"/>
       
 18121      </component>
       
 18122      <component name="FileManagerEngine.dll=binary">
       
 18123 <!--       <unit bldFile="app/files/filemanager/group"/> -->
       
 18124      </component>
       
 18125      <component name="FileManagerView.dll=binary">
       
 18126 <!--       <unit bldFile="app/files/filemanager/group"/> -->
       
 18127      </component>
       
 18128      <component name="GFLM.dll=binary" long-name="GFLM">
       
 18129 <!--       <unit bldFile="app/files/filemanager/group"/> -->
       
 18130      </component>
       
 18131      <component name="filemanageraiwprovider.dll=binary">
       
 18132 <!--       <unit bldFile="app/files/filemanager/group"/> -->
       
 18133      </component>
       
 18134      <component name="filemanagerbkupengine.dll=binary">
       
 18135 <!--       <unit bldFile="app/files/filemanager/group"/> -->
       
 18136      </component>
       
 18137      <component name="filemanagerbkupplugin.dll=binary">
       
 18138 <!--       <unit bldFile="app/files/filemanager/group"/> -->
       
 18139      </component>
       
 18140      <component name="filemanagerschbkup.exe=binary">
       
 18141 <!--       <unit bldFile="app/files/filemanager/group"/> -->
       
 18142      </component>
       
 18143     </collection>
       
 18144     <collection name="filesystemuis" long-name="File System UIs" level="support">
       
 18145      <component name="memscaneng" long-name="Mem Scan Eng">
       
 18146       <unit bldFile="app/files/filesystemuis/memscaneng/group"/>
       
 18147      </component>
       
 18148      <component name="memstatepopup" long-name="Mem State Popup">
       
 18149       <unit bldFile="app/files/filesystemuis/memstatepopup/group"/>
       
 18150      </component>
       
 18151      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18152      <component name="filesystemuis" long-name="filesystemuis">
       
 18153       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18154       <unit bldFile="app/files/filesystemuis/group"/>
       
 18155      </component>
       
 18156     </collection>
       
 18157     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 18158     <collection name="files" long-name="files">
       
 18159      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18160      <component name="files" long-name="files">
       
 18161       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18162       <unit bldFile="app/files/group"/>
       
 18163      </component>
       
 18164     </collection>
       
 18165     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 18166     <collection name="files_plat" long-name="files_plat">
       
 18167      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18168      <component name="files_plat" long-name="files_plat">
       
 18169       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18170       <unit bldFile="app/files/files_plat/group"/>
       
 18171      </component>
       
 18172      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18173      <component name="memory_scan_popup_ui_api" long-name="memory_scan_popup_ui_api">
       
 18174       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18175       <unit bldFile="app/files/files_plat/memory_scan_popup_ui_api/group"/>
       
 18176      </component>
       
 18177     </collection>
       
 18178    </block>
       
 18179    <block long-name="Contacts Apps" level="apps" span="2" name="contacts" levels="engine support services ui">
       
 18180     <collection name="pimprotocols" long-name="PIM Protocols" level="services">
       
 18181      <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2">
       
 18182       <unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
       
 18183      </component>
       
 18184      <component name="phonebooksync" long-name="Phonebook Sync" plugin="Y">
       
 18185       <!-- Unit commented out by SF to match Bob's model -->
       
 18186       <!-- <unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/> -->
       
 18187      </component>
       
 18188     </collection>
       
 18189     <collection name="ccservices" long-name="CC Services" level="services">
       
 18190      <component name="cmsservices" long-name="CMS Services">
       
 18191       <unit bldFile="app/contacts/ccservices/cmsservices/group"/>
       
 18192      </component>
       
 18193      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18194      <component name="bpas" long-name="bpas">
       
 18195       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18196       <unit bldFile="app/contacts/ccservices/cmsservices/bpas/group"/>
       
 18197      </component>
       
 18198      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18199      <component name="cmscontactor" long-name="cmscontactor">
       
 18200       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18201       <unit bldFile="app/contacts/ccservices/cmsservices/cmscontactor/group"/>
       
 18202      </component>
       
 18203      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18204      <component name="Client" long-name="Client">
       
 18205       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18206       <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/Client/group"/>
       
 18207      </component>
       
 18208      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18209      <component name="cmsengine" long-name="cmsengine">
       
 18210       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18211       <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/group"/>
       
 18212      </component>
       
 18213      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18214      <component name="Server" long-name="Server">
       
 18215       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18216       <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/Server/group"/>
       
 18217      </component>
       
 18218      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18219      <component name="contactpresence" long-name="contactpresence">
       
 18220       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18221       <unit bldFile="app/contacts/ccservices/cmsservices/contactpresence/group"/>
       
 18222      </component>
       
 18223      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18224      <component name="presencetrafficlights" long-name="presencetrafficlights">
       
 18225       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18226       <unit bldFile="app/contacts/ccservices/cmsservices/presencetrafficlights/group"/>
       
 18227      </component>
       
 18228      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18229      <component name="ccservices" long-name="ccservices">
       
 18230       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18231       <unit bldFile="app/contacts/ccservices/group"/>
       
 18232      </component>
       
 18233     </collection>
       
 18234     <collection name="contactextensions" long-name="Contact Extensions" level="services">
       
 18235      <component name="predefinedcontacts" long-name="Predefined Contacts">
       
 18236       <unit bldFile="app/contacts/contactextensions/predefinedcontacts/group"/>
       
 18237      </component>
       
 18238      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18239      <component name="contactextensions" long-name="contactextensions">
       
 18240       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18241       <unit bldFile="app/contacts/contactextensions/group"/>
       
 18242      </component>
       
 18243     </collection>
       
 18244     <collection name="logsui" long-name="Logs UI" level="ui">
       
 18245      <component name="AocCtView.dll=binary" long-name="Aoc Ct View">
       
 18246       <unit bldFile="app/contacts/logsui/group"/>
       
 18247      </component>
       
 18248      <component name="Logs.exe=binary" long-name="Logs">
       
 18249 <!--       <unit bldFile="app/contacts/logsui/group"/> -->
       
 18250      </component>
       
 18251      <component name="LogsClient.dll=binary">
       
 18252 <!--       <unit bldFile="app/contacts/logsui/group"/> -->
       
 18253      </component>
       
 18254      <component name="LogsEng.dll=binary" long-name="Logs Engine">
       
 18255 <!--       <unit bldFile="app/contacts/logsui/group"/> -->
       
 18256      </component>
       
 18257      <component name="LogsIndicatorPlugin.dll=binary">
       
 18258 <!--       <unit bldFile="app/contacts/logsui/group"/> -->
       
 18259      </component>
       
 18260      <component name="LogsPlugin.dll=binary">
       
 18261 <!--       <unit bldFile="app/contacts/logsui/group"/> -->
       
 18262      </component>
       
 18263      <component name="logsserviceextension" long-name="Logs Service Extension">
       
 18264       <unit bldFile="app/contacts/logsui/logsserviceextension/group"/>
       
 18265      </component>
       
 18266     </collection>
  2002     <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
 18267     <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
       
 18268      <component name="CntFindPlugin" long-name="Cnt Find Plugin">
       
 18269       <unit bldFile="app/contacts/phonebookengines/CntFindPlugin/group"/>
       
 18270      </component>
       
 18271      <component name="CntSortPlugin" long-name="Cnt Sort Plugin">
       
 18272       <unit bldFile="app/contacts/phonebookengines/CntSortPlugin/group"/>
       
 18273      </component>
  2003      <component name="contactsmodel" long-name="Contacts Model" introduced="ER5">
 18274      <component name="contactsmodel" long-name="Contacts Model" introduced="ER5">
  2004       <unit version="1" bldFile="app\contacts\phonebookengines\contactsmodel\group" mrp="app\contacts\phonebookengines\contactsmodel\group\app-engines_cntmodel.mrp"/>
 18275       <unit version="1" bldFile="app/contacts/phonebookengines/contactsmodel/group" mrp="app/contacts/phonebookengines/contactsmodel/group/app-engines_cntmodel.mrp"/>
  2005      </component>
 18276       <unit version="2" bldFile="app/contacts/phonebookengines/contactsmodel/groupsql" mrp="app/contacts/phonebookengines/contactsmodel/groupsql/app-engines_cntmodel.mrp"/>
  2006     </collection>
 18277      </component>
  2007     <collection name="pimprotocols" long-name="PIM Protocols" level="services">
 18278      <component name="VirtualPhonebook" long-name="Virtual Phonebook">
  2008      <component name="phonebooksync" long-name="Phonebook Sync" plugin="Y">
 18279       <unit bldFile="app/contacts/phonebookengines/VirtualPhonebook/group"/>
  2009       <unit bldFile="app\contacts\pimprotocols\phonebooksync\group" mrp="app\contacts\pimprotocols\phonebooksync\group\telephony_phbksync.mrp"/>
 18280      </component>
  2010      </component>
 18281      <!-- Following Component added by SF via autopopulating script from S60 model -->
  2011      <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2">
 18282      <component name="phonebookengines" long-name="phonebookengines">
  2012       <unit bldFile="app\contacts\pimprotocols\pbap\group" mrp="app\contacts\pimprotocols\pbap\group\bluetooth_accesshost.mrp"/>
 18283       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18284       <unit bldFile="app/contacts/phonebookengines/group"/>
       
 18285      </component>
       
 18286      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18287      <component name="VPbkCntModel" long-name="VPbkCntModel">
       
 18288       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18289       <unit bldFile="app/contacts/phonebookengines/VirtualPhonebook/VPbkCntModel/group"/>
       
 18290      </component>
       
 18291      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18292      <component name="VPbkEng" long-name="VPbkEng">
       
 18293       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18294       <unit bldFile="app/contacts/phonebookengines/VirtualPhonebook/VPbkEng/group"/>
       
 18295      </component>
       
 18296      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18297      <component name="VPbkEngUtils" long-name="VPbkEngUtils">
       
 18298       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18299       <unit bldFile="app/contacts/phonebookengines/VirtualPhonebook/VPbkEngUtils/group"/>
       
 18300      </component>
       
 18301      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18302      <component name="VPbkSimStoreImpl" long-name="VPbkSimStoreImpl">
       
 18303       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18304       <unit bldFile="app/contacts/phonebookengines/VirtualPhonebook/VPbkSimStoreImpl/group"/>
       
 18305      </component>
       
 18306      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18307      <component name="VPbkSimStoreService" long-name="VPbkSimStoreService">
       
 18308       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18309       <unit bldFile="app/contacts/phonebookengines/VirtualPhonebook/VPbkSimStoreService/group"/>
       
 18310      </component>
       
 18311     </collection>
       
 18312     <collection name="phonebookui" long-name="Phonebook UI" level="ui">
       
 18313      <component name="Phonebook">
       
 18314       <unit bldFile="app/contacts/phonebookui/Phonebook/group"/>
       
 18315      </component>
       
 18316      <component name="Phonebook2" long-name="Phone Book 2">
       
 18317       <unit bldFile="app/contacts/phonebookui/Phonebook2/group"/>
       
 18318      </component>
       
 18319      <component name="Speeddial" long-name="Speed Dial">
       
 18320       <unit bldFile="app/contacts/phonebookui/Speeddial/group"/>
       
 18321      </component>
       
 18322      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18323      <component name="phonebookui" long-name="phonebookui">
       
 18324       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18325       <unit bldFile="app/contacts/phonebookui/group"/>
       
 18326      </component>
       
 18327      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18328      <component name="ccacommlauncherplugin" long-name="ccacommlauncherplugin">
       
 18329       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18330       <unit bldFile="app/contacts/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/group"/>
       
 18331      </component>
       
 18332      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18333      <component name="ccacontactorservice" long-name="ccacontactorservice">
       
 18334       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18335       <unit bldFile="app/contacts/phonebookui/Phonebook2/ccapplication/ccacontactorservice/group"/>
       
 18336      </component>
       
 18337      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18338      <component name="ccadetailsviewplugin" long-name="ccadetailsviewplugin">
       
 18339       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18340       <unit bldFile="app/contacts/phonebookui/Phonebook2/ccapplication/ccadetailsviewplugin/group"/>
       
 18341      </component>
       
 18342      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18343      <component name="ccaclient" long-name="ccaclient">
       
 18344       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18345       <unit bldFile="app/contacts/phonebookui/Phonebook2/ccapplication/ccapp/ccaclient/group"/>
       
 18346      </component>
       
 18347      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18348      <component name="ccapputil" long-name="ccapputil">
       
 18349       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18350       <unit bldFile="app/contacts/phonebookui/Phonebook2/ccapplication/ccapp/ccapputil/group"/>
       
 18351      </component>
       
 18352      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18353      <component name="ccapp" long-name="ccapp">
       
 18354       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18355       <unit bldFile="app/contacts/phonebookui/Phonebook2/ccapplication/ccapp/group"/>
       
 18356      </component>
       
 18357      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18358      <component name="ccapplication" long-name="ccapplication">
       
 18359       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18360       <unit bldFile="app/contacts/phonebookui/Phonebook2/ccapplication/group"/>
       
 18361      </component>
       
 18362      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18363      <component name="speeddialgsplugin" long-name="speeddialgsplugin">
       
 18364       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18365       <unit bldFile="app/contacts/phonebookui/Speeddial/speeddialgsplugin/group"/>
       
 18366      </component>
       
 18367     </collection>
       
 18368     <collection name="predictivesearch" long-name="Predictive Search" level="support">
       
 18369      <component name="PcsAlgorithm" long-name="PCS Algorithm">
       
 18370       <unit bldFile="app/contacts/predictivesearch/PcsAlgorithm/group"/>
       
 18371      </component>
       
 18372      <component name="PcsServer" long-name="PCS Server">
       
 18373       <unit bldFile="app/contacts/predictivesearch/PcsServer/group"/>
       
 18374      </component>
       
 18375      <component name="PcsServerClientAPI" long-name="PCS Server Client API">
       
 18376       <unit bldFile="app/contacts/predictivesearch/PcsServerClientAPI/group"/>
       
 18377      </component>
       
 18378      <component name="PcsUtils" long-name="PCS Utils">
       
 18379       <unit bldFile="app/contacts/predictivesearch/PcsUtils/group"/>
       
 18380      </component>
       
 18381      <component name="adapters" long-name="Adapters">
       
 18382       <unit bldFile="app/contacts/predictivesearch/adapters/group"/>
       
 18383      </component>
       
 18384      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18385      <component name="contacts" long-name="contacts">
       
 18386       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18387       <unit bldFile="app/contacts/predictivesearch/adapters/contacts/group"/>
       
 18388      </component>
       
 18389      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18390      <component name="predictivesearch" long-name="predictivesearch">
       
 18391       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18392       <unit bldFile="app/contacts/predictivesearch/group"/>
       
 18393      </component>
       
 18394      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18395      <component name="Algorithm1" long-name="Algorithm1">
       
 18396       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18397       <unit bldFile="app/contacts/predictivesearch/PcsAlgorithm/Algorithm1/group"/>
       
 18398      </component>
       
 18399     </collection>
       
 18400     <collection name="presencecache" long-name="Presence Cache" level="support">
       
 18401      <component name="presencecacheclient2" long-name="Presence Cache Client2">
       
 18402       <unit bldFile="app/contacts/presencecache/presencecacheclient2/group"/>
       
 18403      </component>
       
 18404      <component name="presencecacheserver2" long-name="Presence Cache Server2">
       
 18405       <unit bldFile="app/contacts/presencecache/presencecacheserver2/group"/>
       
 18406      </component>
       
 18407      <component name="presencecacheutils" long-name="Presence Cache Utils">
       
 18408       <unit bldFile="app/contacts/presencecache/presencecacheutils/group"/>
       
 18409      </component>
       
 18410      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18411      <component name="presencecache" long-name="presencecache">
       
 18412       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18413       <unit bldFile="app/contacts/presencecache/group"/>
       
 18414      </component>
       
 18415     </collection>
       
 18416     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 18417     <collection name="contacts" long-name="contacts">
       
 18418      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18419      <component name="contacts" long-name="contacts">
       
 18420       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18421       <unit bldFile="app/contacts/group"/>
       
 18422      </component>
       
 18423     </collection>
       
 18424     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 18425     <collection name="contacts_plat" long-name="contacts_plat">
       
 18426      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18427      <component name="cca_launch_api" long-name="cca_launch_api">
       
 18428       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18429       <unit bldFile="app/contacts/contacts_plat/cca_launch_api/group"/>
       
 18430      </component>
       
 18431      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18432      <component name="cca_view_plugin_api" long-name="cca_view_plugin_api">
       
 18433       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18434       <unit bldFile="app/contacts/contacts_plat/cca_view_plugin_api/group"/>
       
 18435      </component>
       
 18436      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18437      <component name="cms_client_api" long-name="cms_client_api">
       
 18438       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18439       <unit bldFile="app/contacts/contacts_plat/cms_client_api/group"/>
       
 18440      </component>
       
 18441      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18442      <component name="cms_contactor_api" long-name="cms_contactor_api">
       
 18443       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18444       <unit bldFile="app/contacts/contacts_plat/cms_contactor_api/group"/>
       
 18445      </component>
       
 18446      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18447      <component name="contactpresence_api" long-name="contactpresence_api">
       
 18448       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18449       <unit bldFile="app/contacts/contacts_plat/contactpresence_api/group"/>
       
 18450      </component>
       
 18451      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18452      <component name="contacts_plat" long-name="contacts_plat">
       
 18453       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18454       <unit bldFile="app/contacts/contacts_plat/group"/>
       
 18455      </component>
       
 18456      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18457      <component name="logs_application_engine_api" long-name="logs_application_engine_api">
       
 18458       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18459       <unit bldFile="app/contacts/contacts_plat/logs_application_engine_api/group"/>
       
 18460      </component>
       
 18461      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18462      <component name="logs_engine_api_extensions" long-name="logs_engine_api_extensions">
       
 18463       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18464       <unit bldFile="app/contacts/contacts_plat/logs_engine_api_extensions/group"/>
       
 18465      </component>
       
 18466      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18467      <component name="logs_timers_api" long-name="logs_timers_api">
       
 18468       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18469       <unit bldFile="app/contacts/contacts_plat/logs_timers_api/group"/>
       
 18470      </component>
       
 18471      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18472      <component name="logs_ui_command_line_api" long-name="logs_ui_command_line_api">
       
 18473       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18474       <unit bldFile="app/contacts/contacts_plat/logs_ui_command_line_api/group"/>
       
 18475      </component>
       
 18476      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18477      <component name="phonebook_2_commands_api" long-name="phonebook_2_commands_api">
       
 18478       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18479       <unit bldFile="app/contacts/contacts_plat/phonebook_2_commands_api/group"/>
       
 18480      </component>
       
 18481      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18482      <component name="phonebook_2_common_ui_api" long-name="phonebook_2_common_ui_api">
       
 18483       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18484       <unit bldFile="app/contacts/contacts_plat/phonebook_2_common_ui_api/group"/>
       
 18485      </component>
       
 18486      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18487      <component name="phonebook_2_icon_api" long-name="phonebook_2_icon_api">
       
 18488       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18489       <unit bldFile="app/contacts/contacts_plat/phonebook_2_icon_api/group"/>
       
 18490      </component>
       
 18491      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18492      <component name="phonebook_2_image_management_api" long-name="phonebook_2_image_management_api">
       
 18493       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18494       <unit bldFile="app/contacts/contacts_plat/phonebook_2_image_management_api/group"/>
       
 18495      </component>
       
 18496      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18497      <component name="phonebook_2_presentation_api" long-name="phonebook_2_presentation_api">
       
 18498       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18499       <unit bldFile="app/contacts/contacts_plat/phonebook_2_presentation_api/group"/>
       
 18500      </component>
       
 18501      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18502      <component name="phonebook_2_store_configuration_management_api" long-name="phonebook_2_store_configuration_management_api">
       
 18503       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18504       <unit bldFile="app/contacts/contacts_plat/phonebook_2_store_configuration_management_api/group"/>
       
 18505      </component>
       
 18506      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18507      <component name="phonebook_2_store_property_api" long-name="phonebook_2_store_property_api">
       
 18508       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18509       <unit bldFile="app/contacts/contacts_plat/phonebook_2_store_property_api/group"/>
       
 18510      </component>
       
 18511      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18512      <component name="phonebook_2_thin_ui_extension_plugin_api" long-name="phonebook_2_thin_ui_extension_plugin_api">
       
 18513       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18514       <unit bldFile="app/contacts/contacts_plat/phonebook_2_thin_ui_extension_plugin_api/group"/>
       
 18515      </component>
       
 18516      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18517      <component name="phonebook_2_ui_controls_api" long-name="phonebook_2_ui_controls_api">
       
 18518       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18519       <unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_controls_api/group"/>
       
 18520      </component>
       
 18521      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18522      <component name="phonebook_2_ui_extension_api" long-name="phonebook_2_ui_extension_api">
       
 18523       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18524       <unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_extension_api/group"/>
       
 18525      </component>
       
 18526      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18527      <component name="phonebook_2_ui_extension_definition_api" long-name="phonebook_2_ui_extension_definition_api">
       
 18528       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18529       <unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_extension_definition_api/group"/>
       
 18530      </component>
       
 18531      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18532      <component name="phonebook_2_ui_extension_plugin_api" long-name="phonebook_2_ui_extension_plugin_api">
       
 18533       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18534       <unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_extension_plugin_api/group"/>
       
 18535      </component>
       
 18536      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18537      <component name="phonebook_2_ui_utilities_api" long-name="phonebook_2_ui_utilities_api">
       
 18538       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18539       <unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_utilities_api/group"/>
       
 18540      </component>
       
 18541      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18542      <component name="phonebook_2_xsp_extension_manager_api" long-name="phonebook_2_xsp_extension_manager_api">
       
 18543       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18544       <unit bldFile="app/contacts/contacts_plat/phonebook_2_xsp_extension_manager_api/group"/>
       
 18545      </component>
       
 18546      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18547      <component name="phonebook_2_xsp_view_activation_api" long-name="phonebook_2_xsp_view_activation_api">
       
 18548       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18549       <unit bldFile="app/contacts/contacts_plat/phonebook_2_xsp_view_activation_api/group"/>
       
 18550      </component>
       
 18551      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18552      <component name="phonebook_engine_extension_api" long-name="phonebook_engine_extension_api">
       
 18553       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18554       <unit bldFile="app/contacts/contacts_plat/phonebook_engine_extension_api/group"/>
       
 18555      </component>
       
 18556      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18557      <component name="phonebook_extension_api" long-name="phonebook_extension_api">
       
 18558       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18559       <unit bldFile="app/contacts/contacts_plat/phonebook_extension_api/group"/>
       
 18560      </component>
       
 18561      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18562      <component name="phonebook_internal_appfw_api" long-name="phonebook_internal_appfw_api">
       
 18563       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18564       <unit bldFile="app/contacts/contacts_plat/phonebook_internal_appfw_api/group"/>
       
 18565      </component>
       
 18566      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18567      <component name="phonebook_internal_common_api" long-name="phonebook_internal_common_api">
       
 18568       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18569       <unit bldFile="app/contacts/contacts_plat/phonebook_internal_common_api/group"/>
       
 18570      </component>
       
 18571      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18572      <component name="phonebook_internal_data_management_api" long-name="phonebook_internal_data_management_api">
       
 18573       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18574       <unit bldFile="app/contacts/contacts_plat/phonebook_internal_data_management_api/group"/>
       
 18575      </component>
       
 18576      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18577      <component name="phonebook_internal_ui_utilities_api" long-name="phonebook_internal_ui_utilities_api">
       
 18578       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18579       <unit bldFile="app/contacts/contacts_plat/phonebook_internal_ui_utilities_api/group"/>
       
 18580      </component>
       
 18581      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18582      <component name="phonebook_public_constants_api" long-name="phonebook_public_constants_api">
       
 18583       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18584       <unit bldFile="app/contacts/contacts_plat/phonebook_public_constants_api/group"/>
       
 18585      </component>
       
 18586      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18587      <component name="phonebook_thumbnails_api" long-name="phonebook_thumbnails_api">
       
 18588       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18589       <unit bldFile="app/contacts/contacts_plat/phonebook_thumbnails_api/group"/>
       
 18590      </component>
       
 18591      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18592      <component name="phonebook_ui_controls_api" long-name="phonebook_ui_controls_api">
       
 18593       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18594       <unit bldFile="app/contacts/contacts_plat/phonebook_ui_controls_api/group"/>
       
 18595      </component>
       
 18596      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18597      <component name="predictivesearch_adapters_api" long-name="predictivesearch_adapters_api">
       
 18598       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18599       <unit bldFile="app/contacts/contacts_plat/predictivesearch_adapters_api/group"/>
       
 18600      </component>
       
 18601      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18602      <component name="predictivesearch_algorithm_api" long-name="predictivesearch_algorithm_api">
       
 18603       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18604       <unit bldFile="app/contacts/contacts_plat/predictivesearch_algorithm_api/group"/>
       
 18605      </component>
       
 18606      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18607      <component name="predictivesearch_client_api" long-name="predictivesearch_client_api">
       
 18608       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18609       <unit bldFile="app/contacts/contacts_plat/predictivesearch_client_api/group"/>
       
 18610      </component>
       
 18611      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18612      <component name="predictivesearch_utils_api" long-name="predictivesearch_utils_api">
       
 18613       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18614       <unit bldFile="app/contacts/contacts_plat/predictivesearch_utils_api/group"/>
       
 18615      </component>
       
 18616      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18617      <component name="presence_cache_api" long-name="presence_cache_api">
       
 18618       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18619       <unit bldFile="app/contacts/contacts_plat/presence_cache_api/group"/>
       
 18620      </component>
       
 18621      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18622      <component name="speed_dial_dialogs_api" long-name="speed_dial_dialogs_api">
       
 18623       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18624       <unit bldFile="app/contacts/contacts_plat/speed_dial_dialogs_api/group"/>
       
 18625      </component>
       
 18626      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18627      <component name="virtual_phonebook_configuration_api" long-name="virtual_phonebook_configuration_api">
       
 18628       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18629       <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_configuration_api/group"/>
       
 18630      </component>
       
 18631      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18632      <component name="virtual_phonebook_copy_policy_api" long-name="virtual_phonebook_copy_policy_api">
       
 18633       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18634       <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_copy_policy_api/group"/>
       
 18635      </component>
       
 18636      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18637      <component name="virtual_phonebook_engine_api" long-name="virtual_phonebook_engine_api">
       
 18638       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18639       <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_engine_api/group"/>
       
 18640      </component>
       
 18641      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18642      <component name="virtual_phonebook_migration_support_api" long-name="virtual_phonebook_migration_support_api">
       
 18643       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18644       <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_migration_support_api/group"/>
       
 18645      </component>
       
 18646      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18647      <component name="virtual_phonebook_policy_api" long-name="virtual_phonebook_policy_api">
       
 18648       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18649       <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_policy_api/group"/>
       
 18650      </component>
       
 18651      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18652      <component name="virtual_phonebook_sim_services_api" long-name="virtual_phonebook_sim_services_api">
       
 18653       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18654       <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_sim_services_api/group"/>
       
 18655      </component>
       
 18656      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18657      <component name="virtual_phonebook_store_api" long-name="virtual_phonebook_store_api">
       
 18658       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18659       <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_store_api/group"/>
       
 18660      </component>
       
 18661      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18662      <component name="virtual_phonebook_vcard_api" long-name="virtual_phonebook_vcard_api">
       
 18663       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18664       <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_vcard_api/group"/>
       
 18665      </component>
       
 18666      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18667      <component name="virtual_phonebook_view_definition_api" long-name="virtual_phonebook_view_definition_api">
       
 18668       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18669       <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_view_definition_api/group"/>
       
 18670      </component>
       
 18671     </collection>
       
 18672     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 18673     <collection name="contacts_pub" long-name="contacts_pub">
       
 18674      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18675      <component name="contacts_pub" long-name="contacts_pub">
       
 18676       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18677       <unit bldFile="app/contacts/contacts_pub/group"/>
       
 18678      </component>
       
 18679      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18680      <component name="phonebook_data_addedit_ui_api" long-name="phonebook_data_addedit_ui_api">
       
 18681       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18682       <unit bldFile="app/contacts/contacts_pub/phonebook_data_addedit_ui_api/group"/>
       
 18683      </component>
       
 18684      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18685      <component name="phonebook_data_management_api" long-name="phonebook_data_management_api">
       
 18686       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18687       <unit bldFile="app/contacts/contacts_pub/phonebook_data_management_api/group"/>
       
 18688      </component>
       
 18689      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18690      <component name="phonebook_fetch_ui_api" long-name="phonebook_fetch_ui_api">
       
 18691       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18692       <unit bldFile="app/contacts/contacts_pub/phonebook_fetch_ui_api/group"/>
       
 18693      </component>
       
 18694      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18695      <component name="phonebook_thumbnail_operation_api" long-name="phonebook_thumbnail_operation_api">
       
 18696       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18697       <unit bldFile="app/contacts/contacts_pub/phonebook_thumbnail_operation_api/group"/>
       
 18698      </component>
       
 18699      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18700      <component name="phonebook_ui_utilities_api" long-name="phonebook_ui_utilities_api">
       
 18701       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18702       <unit bldFile="app/contacts/contacts_pub/phonebook_ui_utilities_api/group"/>
       
 18703      </component>
       
 18704      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18705      <component name="phonebook_vcard_importexport_api" long-name="phonebook_vcard_importexport_api">
       
 18706       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18707       <unit bldFile="app/contacts/contacts_pub/phonebook_vcard_importexport_api/group"/>
       
 18708      </component>
       
 18709      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18710      <component name="speed_dial_utility_control_api" long-name="speed_dial_utility_control_api">
       
 18711       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18712       <unit bldFile="app/contacts/contacts_pub/speed_dial_utility_control_api/group"/>
  2013      </component>
 18713      </component>
  2014     </collection>
 18714     </collection>
  2015    </block>
 18715    </block>
  2016    <block name="organizer" long-name="Organizer Application Suite" level="apps" span="2" levels="support services engine ui">
 18716    <block long-name="Organizer Application Suite" level="apps" span="2" name="organizer" levels="support services engine ui">
       
 18717     <collection name="officeappeng" long-name="Office App Engines" level="engine">
       
 18718      <component name="charteng" long-name="Chart" introduced="5.0" deprecated="9.3" class="test">
       
 18719       <unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
       
 18720      </component>
       
 18721      <component name="datamodel" long-name="Data Engine" introduced="5.0" deprecated="9.3">
       
 18722       <!-- Unit commented out by SF to match Bob's model -->
       
 18723       <!-- <unit bldFile="app/organizer/officeappeng/datamodel/group" mrp="app/organizer/officeappeng/datamodel/group/app-engines_damodel.mrp"/> -->
       
 18724      </component>
       
 18725      <component name="sheeteng" long-name="Sheet Engine" introduced="5.0" deprecated="9.3">
       
 18726       <unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
       
 18727      </component>
       
 18728      <component name="wordeng" long-name="Word Engine" introduced="5.0" deprecated="9.3">
       
 18729       <unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
       
 18730      </component>
       
 18731     </collection>
  2017     <collection name="pimappservices" long-name="PIM App Services" level="services">
 18732     <collection name="pimappservices" long-name="PIM App Services" level="services">
       
 18733      <component name="agnmodel" long-name="Agenda Model" introduced="5.0" deprecated="9.1">
       
 18734       <unit bldFile="app/organizer/pimappservices/agnmodel/group" mrp="app/organizer/pimappservices/agnmodel/group/app-engines_agnmodel.mrp"/>
       
 18735      </component>
       
 18736      <component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" class="test">
       
 18737       <unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
       
 18738      </component>
       
 18739      <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" plugin="Y" introduced="8.1">
       
 18740       <unit version="1" bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit.mrp"/>
       
 18741 <!--       <unit version="2" bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp"/> -->
       
 18742      </component>
       
 18743      <component name="appenginesdocs" long-name="Application Engines Documentation" class="doc">
       
 18744       <unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
       
 18745      </component>
  2018      <component name="calendar" long-name="Calendar" introduced="9.2">
 18746      <component name="calendar" long-name="Calendar" introduced="9.2">
  2019       <unit version="2" bldFile="app\organizer\pimappservices\calendar\group" mrp="app\organizer\pimappservices\calendar\group\app-engines_calendar.mrp"/>
 18747       <unit version="1" bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calinterimapi.mrp"/>
  2020      </component>
 18748 <!--       <unit version="2" bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp"/> -->
  2021      <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" plugin="Y" introduced="8.1">
       
  2022       <unit version="2" bldFile="app\organizer\pimappservices\calendarvcalplugin\group" mrp="app\organizer\pimappservices\calendarvcalplugin\group\app-engines_agnversit2.mrp"/>
       
  2023      </component>
       
  2024      <component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" class="test">
       
  2025       <unit bldFile="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv" mrp="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv\app-engines_testagendasrv.mrp"/>
       
  2026      </component>
       
  2027      <component name="appenginesdocs" long-name="Application Engines Documentation" class="doc">
       
  2028       <unit mrp="app\organizer\pimappservices\appenginesdocs\app-engines_documentation.mrp"/>
       
  2029      </component>
       
  2030     </collection>
       
  2031     <collection name="officeappeng" long-name="Office App Engines" level="engine">
       
  2032      <component name="datamodel" long-name="Data Engine" introduced="5.0" deprecated="9.3">
       
  2033       <unit bldFile="app\organizer\officeappeng\datamodel\group" mrp="app\organizer\officeappeng\datamodel\group\app-engines_damodel.mrp"/>
       
  2034      </component>
       
  2035      <component name="sheeteng" long-name="Sheet Engine" introduced="5.0" deprecated="9.3">
       
  2036       <unit bldFile="app\organizer\officeappeng\sheeteng\group" mrp="app\organizer\officeappeng\sheeteng\group\app-engines_sheng.mrp"/>
       
  2037      </component>
       
  2038      <component name="charteng" long-name="Chart" introduced="5.0" deprecated="9.3" class="test">
       
  2039       <unit mrp="app\organizer\officeappeng\charteng\group\app-engines_chart.mrp"/>
       
  2040      </component>
       
  2041      <component name="wordeng" long-name="Word Engine" introduced="5.0" deprecated="9.3">
       
  2042       <unit bldFile="app\organizer\officeappeng\wordeng\group" mrp="app\organizer\officeappeng\wordeng\group\app-engines_wpeng.mrp"/>
       
  2043      </component>
 18749      </component>
  2044     </collection>
 18750     </collection>
  2045     <collection name="pimappsupport" long-name="PIM Application Support" level="support">
 18751     <collection name="pimappsupport" long-name="PIM Application Support" level="support">
       
 18752      <component name="chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="tb91">
       
 18753       <unit bldFile="app/organizer/pimappsupport/chinesecalendaralg/group" mrp="app/organizer/pimappsupport/chinesecalendaralg/group/app-services_chinesecalendaralgorithm.mrp"/>
       
 18754      </component>
       
 18755      <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1">
       
 18756       <!-- Unit commented out by SF to match Bob's model -->
       
 18757       <!-- <unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/> -->
       
 18758      </component>
  2046      <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5">
 18759      <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5">
  2047       <unit bldFile="app\organizer\pimappsupport\vcardandvcal\group" mrp="app\organizer\pimappsupport\vcardandvcal\group\app-services_versit.mrp"/>
 18760       <!-- Unit commented out by SF to match Bob's model -->
  2048      </component>
 18761       <!-- <unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/> -->
  2049      <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1">
 18762      </component>
  2050       <unit bldFile="app\organizer\pimappsupport\chinesecalendarconverter\group" mrp="app\organizer\pimappsupport\chinesecalendarconverter\group\app-services_calcon.mrp"/>
 18763     </collection>
  2051      </component>
 18764     <collection name="alarmengines" long-name="Alarm Engines" level="engine">
  2052      <component name="chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="tb91">
 18765      <component name="missedalarmstore" long-name="Missed Alarm Store">
  2053       <unit bldFile="app\organizer\pimappsupport\chinesecalendaralg\group" mrp="app\organizer\pimappsupport\chinesecalendaralg\group\app-services_chinesecalendaralgorithm.mrp"/>
 18766       <unit bldFile="app/organizer/alarmengines/missedalarmstore/group"/>
       
 18767      </component>
       
 18768      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18769      <component name="alarmengines" long-name="alarmengines">
       
 18770       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18771       <unit bldFile="app/organizer/alarmengines/group"/>
       
 18772      </component>
       
 18773     </collection>
       
 18774     <collection name="alarmui" long-name="Alarm UI" level="ui">
       
 18775      <component name="AknAlarmService.dll=binary">
       
 18776       <unit bldFile="app/organizer/alarmui/group"/>
       
 18777      </component>
       
 18778      <component name="AlmAlert.dll=binary" long-name="Alm Alert">
       
 18779 <!--       <unit bldFile="app/organizer/alarmui/group"/> -->
       
 18780      </component>
       
 18781     </collection>
       
 18782     <collection name="calendarengines" long-name="Calendar Engines" level="engine">
       
 18783      <component name="agnversit2" long-name="Agenda Versit2">
       
 18784       <unit bldFile="app/organizer/calendarengines/agnversit2/group"/>
       
 18785      </component>
       
 18786      <component name="calenimp" long-name="Calen Imp">
       
 18787       <unit bldFile="app/organizer/calendarengines/calenimp/group"/>
       
 18788      </component>
       
 18789      <component name="caleninterimutils" long-name="Calen Interim Utils">
       
 18790       <unit bldFile="app/organizer/calendarengines/caleninterimutils/group"/>
       
 18791      </component>
       
 18792      <component name="calenlauncher" long-name="Calen Launcher">
       
 18793       <unit bldFile="app/organizer/calendarengines/calenlauncher/group"/>
       
 18794      </component>
       
 18795      <component name="versit2" long-name="Versit 2">
       
 18796       <unit bldFile="app/organizer/calendarengines/versit2/group"/>
       
 18797      </component>
       
 18798      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18799      <component name="calendarengines" long-name="calendarengines">
       
 18800       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18801       <unit bldFile="app/organizer/calendarengines/group"/>
       
 18802      </component>
       
 18803     </collection>
       
 18804     <collection name="calendarui" long-name="Calendar UI" level="ui">
       
 18805      <component name="aiplugins">
       
 18806       <unit bldFile="app/organizer/calendarui/aiplugins/group"/>
       
 18807      </component>
       
 18808      <component name="application" long-name="Application">
       
 18809       <unit bldFile="app/organizer/calendarui/application/group"/>
       
 18810       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18811       <unit bldFile="app/messaging/mobilemessaging/unieditor/application/bld"/>
       
 18812      </component>
       
 18813      <component name="commonutils" long-name="Common Utils">
       
 18814       <unit bldFile="app/organizer/calendarui/commonutils/group"/>
       
 18815      </component>
       
 18816      <component name="controller">
       
 18817       <unit bldFile="app/organizer/calendarui/controller/group"/>
       
 18818      </component>
       
 18819      <component name="customisation" long-name="Customisation">
       
 18820       <unit bldFile="app/organizer/calendarui/customisation/group"/>
       
 18821      </component>
       
 18822      <component name="customisationmanager" long-name="Customisation Manager">
       
 18823       <unit bldFile="app/organizer/calendarui/customisationmanager/group"/>
       
 18824      </component>
       
 18825      <component name="editors" long-name=" Editors">
       
 18826       <unit bldFile="app/organizer/calendarui/editors/group"/>
       
 18827      </component>
       
 18828      <component name="globaldata" long-name="Global Data">
       
 18829       <unit bldFile="app/organizer/calendarui/globaldata/group"/>
       
 18830      </component>
       
 18831      <component name="inc">
       
 18832       <unit bldFile="app/organizer/calendarui/inc/group"/>
       
 18833      </component>
       
 18834      <component name="missedalarmindicatorplugin" long-name="Missed Alarm Indicator Plugin">
       
 18835       <unit bldFile="app/organizer/calendarui/missedalarmindicatorplugin/group"/>
       
 18836      </component>
       
 18837      <component name="notifier" long-name="Notifier">
       
 18838       <unit bldFile="app/organizer/calendarui/notifier/group"/>
       
 18839      </component>
       
 18840      <component name="regionalplugins" long-name="Regional Plugins">
       
 18841       <unit bldFile="app/organizer/calendarui/regionalplugins/group"/>
       
 18842      </component>
       
 18843      <component name="server">
       
 18844       <unit bldFile="app/organizer/calendarui/server/group"/>
       
 18845      </component>
       
 18846      <component name="settings" long-name="Settings">
       
 18847       <unit bldFile="app/organizer/calendarui/settings/group"/>
       
 18848      </component>
       
 18849      <component name="views" long-name="Views">
       
 18850       <unit bldFile="app/organizer/calendarui/views/group"/>
       
 18851       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18852       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/group"/>
       
 18853       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18854       <unit bldFile="app/photos/photosgallery/viewframework/views/group"/>
       
 18855      </component>
       
 18856      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18857      <component name="calendarui" long-name="calendarui">
       
 18858       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18859       <unit bldFile="app/organizer/calendarui/group"/>
       
 18860      </component>
       
 18861      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18862      <component name="Lunar2" long-name="Lunar2">
       
 18863       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18864       <unit bldFile="app/organizer/calendarui/regionalplugins/Lunar2/group"/>
       
 18865      </component>
       
 18866      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18867      <component name="Thai" long-name="Thai">
       
 18868       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18869       <unit bldFile="app/organizer/calendarui/regionalplugins/Thai/group"/>
       
 18870      </component>
       
 18871      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18872      <component name="Vietnamese" long-name="Vietnamese">
       
 18873       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18874       <unit bldFile="app/organizer/calendarui/regionalplugins/Vietnamese/group"/>
       
 18875      </component>
       
 18876      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18877      <component name="CalenSvr" long-name="CalenSvr">
       
 18878       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18879       <unit bldFile="app/organizer/calendarui/server/CalenSvr/group"/>
       
 18880      </component>
       
 18881      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18882      <component name="CalenSvrClient" long-name="CalenSvrClient">
       
 18883       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18884       <unit bldFile="app/organizer/calendarui/server/CalenSvrClient/group"/>
       
 18885      </component>
       
 18886      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18887      <component name="GsPlugin" long-name="GsPlugin">
       
 18888       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18889       <unit bldFile="app/organizer/calendarui/settings/GsPlugin/group"/>
       
 18890      </component>
       
 18891      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18892      <component name="settingsui" long-name="settingsui">
       
 18893       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18894       <unit bldFile="app/organizer/calendarui/settings/settingsui/group"/>
       
 18895      </component>
       
 18896     </collection>
       
 18897     <collection name="clock2" long-name="Clock2" level="ui">
       
 18898      <component name="clockengines" long-name="Clock Engines">
       
 18899       <unit bldFile="app/organizer/clock2/clockengines/group"/>
       
 18900      </component>
       
 18901      <component name="clockui" long-name="Clock UI">
       
 18902       <unit bldFile="app/organizer/clock2/clockui/group"/>
       
 18903      </component>
       
 18904      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18905      <component name="clocknitzplugin" long-name="clocknitzplugin">
       
 18906       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18907       <unit bldFile="app/organizer/clock2/clockengines/clocknitzplugin/group"/>
       
 18908      </component>
       
 18909      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18910      <component name="clockserver" long-name="clockserver">
       
 18911       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18912       <unit bldFile="app/organizer/clock2/clockengines/clockserver/group"/>
       
 18913      </component>
       
 18914      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18915      <component name="clocktimesourceinterface" long-name="clocktimesourceinterface">
       
 18916       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18917       <unit bldFile="app/organizer/clock2/clockengines/clocktimesourceinterface/group"/>
       
 18918      </component>
       
 18919      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18920      <component name="clocktimezoneresolver" long-name="clocktimezoneresolver">
       
 18921       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18922       <unit bldFile="app/organizer/clock2/clockengines/clocktimezoneresolver/group"/>
       
 18923      </component>
       
 18924      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18925      <component name="clockecomlistener" long-name="clockecomlistener">
       
 18926       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18927       <unit bldFile="app/organizer/clock2/clockengines/utilities/clockecomlistener/group"/>
       
 18928      </component>
       
 18929      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18930      <component name="adtupdater" long-name="adtupdater">
       
 18931       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18932       <unit bldFile="app/organizer/clock2/clockui/adtupdater/group"/>
       
 18933      </component>
       
 18934      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18935      <component name="alarmeditorapp" long-name="alarmeditorapp">
       
 18936       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18937       <unit bldFile="app/organizer/clock2/clockui/alarmeditorapp/group"/>
       
 18938      </component>
       
 18939      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18940      <component name="datetimeviewplugin" long-name="datetimeviewplugin">
       
 18941       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18942       <unit bldFile="app/organizer/clock2/clockui/plugins/datetimeviewplugin/group"/>
       
 18943      </component>
       
 18944      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18945      <component name="countdownengine" long-name="countdownengine">
       
 18946       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18947       <unit bldFile="app/organizer/clock2/clockui/uiengine/countdownengine/group"/>
       
 18948      </component>
       
 18949      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18950      <component name="uiengine" long-name="uiengine">
       
 18951       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18952       <unit bldFile="app/organizer/clock2/clockui/uiengine/group"/>
       
 18953      </component>
       
 18954      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18955      <component name="stopwatchengine" long-name="stopwatchengine">
       
 18956       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18957       <unit bldFile="app/organizer/clock2/clockui/uiengine/stopwatchengine/group"/>
       
 18958      </component>
       
 18959      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18960      <component name="uilayer" long-name="uilayer">
       
 18961       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18962       <unit bldFile="app/organizer/clock2/clockui/uilayer/group"/>
       
 18963      </component>
       
 18964      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18965      <component name="uimodel" long-name="uimodel">
       
 18966       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18967       <unit bldFile="app/organizer/clock2/clockui/uimodel/group"/>
       
 18968      </component>
       
 18969      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18970      <component name="clock2" long-name="clock2">
       
 18971       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18972       <unit bldFile="app/organizer/clock2/group"/>
       
 18973      </component>
       
 18974     </collection>
       
 18975     <collection name="meetingrequestengines" long-name="Meeting Request Engines" level="engine">
       
 18976      <component name="mrmailboxutils" long-name="MR Mailbox Utils">
       
 18977       <unit bldFile="app/organizer/meetingrequestengines/mrmailboxutils/group"/>
       
 18978      </component>
       
 18979      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18980      <component name="meetingrequestengines" long-name="meetingrequestengines">
       
 18981       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 18982       <unit bldFile="app/organizer/meetingrequestengines/group"/>
       
 18983      </component>
       
 18984     </collection>
       
 18985     <collection name="meetingui" long-name="Meeting UI" level="ui">
       
 18986      <component name="agnentryui" long-name="Agn Entry UI">
       
 18987       <unit bldFile="app/organizer/meetingui/agnentryui/group"/>
       
 18988      </component>
       
 18989      <component name="attendeeview" long-name="Attendee View">
       
 18990       <unit bldFile="app/organizer/meetingui/attendeeview/group"/>
       
 18991      </component>
       
 18992      <component name="meetingrequestutils" long-name="Meeting Request Utils">
       
 18993       <unit bldFile="app/organizer/meetingui/meetingrequestutils/group"/>
       
 18994      </component>
       
 18995      <component name="meetingrequestviewers" long-name="Meeting Request Viewers">
       
 18996       <unit bldFile="app/organizer/meetingui/meetingrequestviewers/group"/>
       
 18997      </component>
       
 18998      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 18999      <component name="meetingui" long-name="meetingui">
       
 19000       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19001       <unit bldFile="app/organizer/meetingui/group"/>
       
 19002      </component>
       
 19003     </collection>
       
 19004     <collection name="notepad" long-name="Notepad" level="ui">
       
 19005      <component name="notepad1" long-name="Notepad1">
       
 19006       <unit bldFile="app/organizer/notepad/notepad1/group"/>
       
 19007      </component>
       
 19008      <component name="txtrecog" long-name="Txt Recog">
       
 19009       <unit bldFile="app/organizer/notepad/txtrecog/group"/>
       
 19010      </component>
       
 19011      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19012      <component name="notepad" long-name="notepad">
       
 19013       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19014       <unit bldFile="app/organizer/notepad/group"/>
       
 19015      </component>
       
 19016      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19017      <component name="SyncMLAdapter" long-name="SyncMLAdapter">
       
 19018       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19019       <unit bldFile="app/organizer/notepad/notepad1/SyncMLAdapter/group"/>
       
 19020      </component>
       
 19021     </collection>
       
 19022     <collection name="searchfw" long-name="Search Framework" level="services">
       
 19023      <component name="coresearchfw" long-name="Core Search Framework">
       
 19024       <unit bldFile="app/organizer/searchfw/coresearchfw/group"/>
       
 19025      </component>
       
 19026      <component name="plugins">
       
 19027       <unit bldFile="app/organizer/searchfw/plugins/group"/>
       
 19028      </component>
       
 19029      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19030      <component name="searchfw" long-name="searchfw">
       
 19031       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19032       <unit bldFile="app/organizer/searchfw/group"/>
       
 19033      </component>
       
 19034      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19035      <component name="calendarplugin" long-name="calendarplugin">
       
 19036       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19037       <unit bldFile="app/organizer/searchfw/plugins/calendarplugin/group"/>
       
 19038      </component>
       
 19039      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19040      <component name="contactsplugin" long-name="contactsplugin">
       
 19041       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19042       <unit bldFile="app/organizer/searchfw/plugins/contactsplugin/group"/>
       
 19043      </component>
       
 19044      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19045      <component name="filesplugin" long-name="filesplugin">
       
 19046       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19047       <unit bldFile="app/organizer/searchfw/plugins/filesplugin/group"/>
       
 19048      </component>
       
 19049      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19050      <component name="messagingplugin" long-name="messagingplugin">
       
 19051       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19052       <unit bldFile="app/organizer/searchfw/plugins/messagingplugin/group"/>
       
 19053      </component>
       
 19054      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19055      <component name="multimediaplugin" long-name="multimediaplugin">
       
 19056       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19057       <unit bldFile="app/organizer/searchfw/plugins/multimediaplugin/group"/>
       
 19058      </component>
       
 19059      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19060      <component name="notessearchplugin" long-name="notessearchplugin">
       
 19061       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19062       <unit bldFile="app/organizer/searchfw/plugins/notessearchplugin/group"/>
       
 19063      </component>
       
 19064     </collection>
       
 19065     <collection name="searchui" long-name="Search UI" level="ui">
       
 19066      <component name="searchapp" long-name="Search App">
       
 19067       <unit bldFile="app/organizer/searchui/searchapp/group"/>
       
 19068      </component>
       
 19069      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19070      <component name="searchui" long-name="searchui">
       
 19071       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19072       <unit bldFile="app/organizer/searchui/group"/>
       
 19073      </component>
       
 19074      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19075      <component name="indevicesearch" long-name="indevicesearch">
       
 19076       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19077       <unit bldFile="app/organizer/searchui/searchapp/plugins/indevicesearch/group"/>
       
 19078      </component>
       
 19079      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19080      <component name="resultviewerplugin" long-name="resultviewerplugin">
       
 19081       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19082       <unit bldFile="app/organizer/searchui/searchapp/plugins/resultviewerplugin/group"/>
       
 19083      </component>
       
 19084      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19085      <component name="searchsettingsplugin" long-name="searchsettingsplugin">
       
 19086       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19087       <unit bldFile="app/organizer/searchui/searchapp/plugins/searchsettingsplugin/group"/>
       
 19088      </component>
       
 19089      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19090      <component name="srchuisettingsplugin" long-name="srchuisettingsplugin">
       
 19091       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19092       <unit bldFile="app/organizer/searchui/searchapp/plugins/srchuisettingsplugin/group"/>
       
 19093      </component>
       
 19094      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19095      <component name="srchaiwprovider" long-name="srchaiwprovider">
       
 19096       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19097       <unit bldFile="app/organizer/searchui/searchapp/srchaiwprovider/group"/>
       
 19098      </component>
       
 19099      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19100      <component name="srchuiapp" long-name="srchuiapp">
       
 19101       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19102       <unit bldFile="app/organizer/searchui/searchapp/srchuiapp/group"/>
       
 19103      </component>
       
 19104      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19105      <component name="srchuicommon" long-name="srchuicommon">
       
 19106       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19107       <unit bldFile="app/organizer/searchui/searchapp/srchuicommon/group"/>
       
 19108      </component>
       
 19109      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19110      <component name="srchuigenui" long-name="srchuigenui">
       
 19111       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19112       <unit bldFile="app/organizer/searchui/searchapp/srchuigenui/group"/>
       
 19113      </component>
       
 19114     </collection>
       
 19115     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 19116     <collection name="organizer" long-name="organizer">
       
 19117      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19118      <component name="organizer" long-name="organizer">
       
 19119       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19120       <unit bldFile="app/organizer/group"/>
       
 19121      </component>
       
 19122     </collection>
       
 19123     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 19124     <collection name="organizer_plat" long-name="organizer_plat">
       
 19125      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19126      <component name="agenda_entry_ui_api" long-name="agenda_entry_ui_api">
       
 19127       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19128       <unit bldFile="app/organizer/organizer_plat/agenda_entry_ui_api/group"/>
       
 19129      </component>
       
 19130      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19131      <component name="agenda_versit_2_api" long-name="agenda_versit_2_api">
       
 19132       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19133       <unit bldFile="app/organizer/organizer_plat/agenda_versit_2_api/group"/>
       
 19134      </component>
       
 19135      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19136      <component name="alarm_const_api" long-name="alarm_const_api">
       
 19137       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19138       <unit bldFile="app/organizer/organizer_plat/alarm_const_api/group"/>
       
 19139      </component>
       
 19140      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19141      <component name="alarm_ui_external_control_api" long-name="alarm_ui_external_control_api">
       
 19142       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19143       <unit bldFile="app/organizer/organizer_plat/alarm_ui_external_control_api/group"/>
       
 19144      </component>
       
 19145      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19146      <component name="alarm_ui_secondary_display_api" long-name="alarm_ui_secondary_display_api">
       
 19147       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19148       <unit bldFile="app/organizer/organizer_plat/alarm_ui_secondary_display_api/group"/>
       
 19149      </component>
       
 19150      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19151      <component name="calendar_exporter_api" long-name="calendar_exporter_api">
       
 19152       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19153       <unit bldFile="app/organizer/organizer_plat/calendar_exporter_api/group"/>
       
 19154      </component>
       
 19155      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19156      <component name="calendar_importer_api" long-name="calendar_importer_api">
       
 19157       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19158       <unit bldFile="app/organizer/organizer_plat/calendar_importer_api/group"/>
       
 19159      </component>
       
 19160      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19161      <component name="calendar_launcher_api" long-name="calendar_launcher_api">
       
 19162       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19163       <unit bldFile="app/organizer/organizer_plat/calendar_launcher_api/group"/>
       
 19164      </component>
       
 19165      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19166      <component name="calendar_settings_keys_api" long-name="calendar_settings_keys_api">
       
 19167       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19168       <unit bldFile="app/organizer/organizer_plat/calendar_settings_keys_api/group"/>
       
 19169      </component>
       
 19170      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19171      <component name="calendar_tones_settings_keys_api" long-name="calendar_tones_settings_keys_api">
       
 19172       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19173       <unit bldFile="app/organizer/organizer_plat/calendar_tones_settings_keys_api/group"/>
       
 19174      </component>
       
 19175      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19176      <component name="clock_settings_api" long-name="clock_settings_api">
       
 19177       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19178       <unit bldFile="app/organizer/organizer_plat/clock_settings_api/group"/>
       
 19179      </component>
       
 19180      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19181      <component name="common_alarm_editor_api" long-name="common_alarm_editor_api">
       
 19182       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19183       <unit bldFile="app/organizer/organizer_plat/common_alarm_editor_api/group"/>
       
 19184      </component>
       
 19185      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19186      <component name="organizer_plat" long-name="organizer_plat">
       
 19187       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19188       <unit bldFile="app/organizer/organizer_plat/group"/>
       
 19189      </component>
       
 19190      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19191      <component name="meeting_request_mailbox_utilities_api" long-name="meeting_request_mailbox_utilities_api">
       
 19192       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19193       <unit bldFile="app/organizer/organizer_plat/meeting_request_mailbox_utilities_api/group"/>
       
 19194      </component>
       
 19195      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19196      <component name="meeting_request_uids_api" long-name="meeting_request_uids_api">
       
 19197       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19198       <unit bldFile="app/organizer/organizer_plat/meeting_request_uids_api/group"/>
       
 19199      </component>
       
 19200      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19201      <component name="meeting_request_utillities_api" long-name="meeting_request_utillities_api">
       
 19202       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19203       <unit bldFile="app/organizer/organizer_plat/meeting_request_utillities_api/group"/>
       
 19204      </component>
       
 19205      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19206      <component name="meeting_request_viewer_api" long-name="meeting_request_viewer_api">
       
 19207       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19208       <unit bldFile="app/organizer/organizer_plat/meeting_request_viewer_api/group"/>
       
 19209      </component>
       
 19210      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19211      <component name="searchfw_launcher_api" long-name="searchfw_launcher_api">
       
 19212       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19213       <unit bldFile="app/organizer/organizer_plat/searchfw_launcher_api/group"/>
       
 19214      </component>
       
 19215      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19216      <component name="searchui_launcher_api" long-name="searchui_launcher_api">
       
 19217       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19218       <unit bldFile="app/organizer/organizer_plat/searchui_launcher_api/group"/>
       
 19219      </component>
       
 19220     </collection>
       
 19221     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 19222     <collection name="organizer_pub" long-name="organizer_pub">
       
 19223      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19224      <component name="calendar_interim_utils2_api" long-name="calendar_interim_utils2_api">
       
 19225       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19226       <unit bldFile="app/organizer/organizer_pub/calendar_interim_utils2_api/group"/>
       
 19227      </component>
       
 19228      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19229      <component name="organizer_pub" long-name="organizer_pub">
       
 19230       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19231       <unit bldFile="app/organizer/organizer_pub/group"/>
       
 19232      </component>
       
 19233      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19234      <component name="notepad_library_api" long-name="notepad_library_api">
       
 19235       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19236       <unit bldFile="app/organizer/organizer_pub/notepad_library_api/group"/>
  2054      </component>
 19237      </component>
  2055     </collection>
 19238     </collection>
  2056    </block>
 19239    </block>
  2057    <block name="messaging" long-name="Messaging Apps" level="apps" levels="1 2">
 19240    <block long-name="Messaging Apps" level="apps" name="messaging" levels="1 2">
       
 19241     <collection name="email" long-name="Email" level="1">
       
 19242      <component name="imap4mtm" long-name="IMAP4 MTM" plugin="Y" introduced="9.2">
       
 19243       <unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
       
 19244      </component>
       
 19245      <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" plugin="Y">
       
 19246       <unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
       
 19247      </component>
       
 19248      <component name="alwaysonlineemailplugin" long-name="Always Online Mail Plugin">
       
 19249       <unit bldFile="app/messaging/email/alwaysonlineemailplugin/group"/>
       
 19250      </component>
       
 19251      <component name="emailnotificationhandler" long-name="Email Notification Handler">
       
 19252       <unit bldFile="app/messaging/email/emailnotificationhandler/group"/>
       
 19253      </component>
       
 19254      <component name="imum" long-name="IMUM">
       
 19255       <unit bldFile="app/messaging/email/imum/group"/>
       
 19256      </component>
       
 19257      <component name="mail" long-name="Mail">
       
 19258       <unit bldFile="app/messaging/email/mail/group"/>
       
 19259      </component>
       
 19260      <component name="syncuimtms" long-name="Sync UI MTMS">
       
 19261       <unit bldFile="app/messaging/email/syncuimtms/group"/>
       
 19262      </component>
       
 19263      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19264      <component name="DomainApi" long-name="DomainApi">
       
 19265       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19266       <unit bldFile="app/messaging/email/imum/DomainApi/group"/>
       
 19267      </component>
       
 19268      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19269      <component name="Mtms" long-name="Mtms">
       
 19270       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19271       <unit bldFile="app/messaging/email/imum/Mtms/Group"/>
       
 19272      </component>
       
 19273      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19274      <component name="Utils" long-name="Utils">
       
 19275       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19276       <unit bldFile="app/messaging/email/imum/Utils/Group"/>
       
 19277      </component>
       
 19278      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19279      <component name="icalviewer" long-name="icalviewer">
       
 19280       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19281       <unit bldFile="app/messaging/email/mail/PluginSrc/icalviewer/group"/>
       
 19282      </component>
       
 19283     </collection>
       
 19284     <collection name="messagingappbase" long-name="Messaging App Base" level="2">
       
 19285      <component name="obexmtms" long-name="OBEX MTMs" plugin="Y" introduced="7.0s">
       
 19286       <unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
       
 19287      </component>
       
 19288      <component name="smilparser" long-name="SMIL Parser" introduced="7.0s">
       
 19289       <unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
       
 19290      </component>
       
 19291      <component name="bium" long-name="Bium">
       
 19292       <unit bldFile="app/messaging/messagingappbase/bium/group"/>
       
 19293      </component>
       
 19294      <component name="mce" long-name="MCE">
       
 19295       <unit bldFile="app/messaging/messagingappbase/mce/group"/>
       
 19296      </component>
       
 19297      <component name="mceextraitems" long-name="Mce Extra Items">
       
 19298       <unit bldFile="app/messaging/messagingappbase/mceextraitems/group"/>
       
 19299      </component>
       
 19300      <component name="mcesettings" long-name="MCE Settings">
       
 19301       <unit bldFile="app/messaging/messagingappbase/mcesettings/group"/>
       
 19302      </component>
       
 19303      <component name="msgavkon" long-name="Messaging Avkon">
       
 19304       <unit bldFile="app/messaging/messagingappbase/msgavkon/group"/>
       
 19305      </component>
       
 19306      <component name="msgeditor" long-name="Messaging Editor">
       
 19307       <unit bldFile="app/messaging/messagingappbase/msgeditor/group"/>
       
 19308      </component>
       
 19309      <component name="msgerrorwatcher" long-name="Msg Error Watcher">
       
 19310       <unit bldFile="app/messaging/messagingappbase/msgerrorwatcher/group"/>
       
 19311      </component>
       
 19312      <component name="ncnlist" long-name="NCN List">
       
 19313       <unit bldFile="app/messaging/messagingappbase/ncnlist/group"/>
       
 19314      </component>
       
 19315      <component name="schemeplugin" long-name="Scheme Plugin">
       
 19316       <unit bldFile="app/messaging/messagingappbase/schemeplugin/group"/>
       
 19317      </component>
       
 19318      <component name="sendui" long-name="Send UI">
       
 19319       <unit bldFile="app/messaging/messagingappbase/sendui/group"/>
       
 19320      </component>
       
 19321      <component name="smartmessaging" long-name="Smart Messaging">
       
 19322       <unit bldFile="app/messaging/messagingappbase/smartmessaging/group"/>
       
 19323      </component>
       
 19324      <component name="smilengine" long-name="SMIL Engine">
       
 19325       <unit bldFile="app/messaging/messagingappbase/smilengine/group"/>
       
 19326      </component>
       
 19327      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19328      <component name="messagingappbase" long-name="messagingappbase">
       
 19329       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19330       <unit bldFile="app/messaging/messagingappbase/group"/>
       
 19331      </component>
       
 19332      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19333      <component name="mcesettingsgsplugin" long-name="mcesettingsgsplugin">
       
 19334       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19335       <unit bldFile="app/messaging/messagingappbase/mcesettings/mcesettingsgsplugin/group"/>
       
 19336      </component>
       
 19337      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19338      <component name="Initialise" long-name="Initialise">
       
 19339       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19340       <unit bldFile="app/messaging/messagingappbase/msgavkon/Initialise/group"/>
       
 19341      </component>
       
 19342      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19343      <component name="msgindicatorplugin" long-name="msgindicatorplugin">
       
 19344       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19345       <unit bldFile="app/messaging/messagingappbase/msgavkon/msgindicatorplugin/group"/>
       
 19346      </component>
       
 19347      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19348      <component name="msgnotifiers" long-name="msgnotifiers">
       
 19349       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19350       <unit bldFile="app/messaging/messagingappbase/msgavkon/msgnotifiers/group"/>
       
 19351      </component>
       
 19352      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19353      <component name="muiu_domain" long-name="muiu_domain">
       
 19354       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19355       <unit bldFile="app/messaging/messagingappbase/msgavkon/muiu_domain/group"/>
       
 19356      </component>
       
 19357      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19358      <component name="muiu_internal" long-name="muiu_internal">
       
 19359       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19360       <unit bldFile="app/messaging/messagingappbase/msgavkon/muiu_internal/group"/>
       
 19361      </component>
       
 19362      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19363      <component name="drmlinksender" long-name="drmlinksender">
       
 19364       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19365       <unit bldFile="app/messaging/messagingappbase/sendui/drmlinksender/Group"/>
       
 19366      </component>
       
 19367      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19368      <component name="genericmtmplugin" long-name="genericmtmplugin">
       
 19369       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19370       <unit bldFile="app/messaging/messagingappbase/sendui/genericmtmplugin/group"/>
       
 19371      </component>
       
 19372      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19373      <component name="meetingrequestsender" long-name="meetingrequestsender">
       
 19374       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19375       <unit bldFile="app/messaging/messagingappbase/sendui/meetingrequestsender/group"/>
       
 19376      </component>
       
 19377      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19378      <component name="bva" long-name="bva">
       
 19379       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19380       <unit bldFile="app/messaging/messagingappbase/smartmessaging/bva/group"/>
       
 19381      </component>
       
 19382      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19383      <component name="gmsmodel" long-name="gmsmodel">
       
 19384       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19385       <unit bldFile="app/messaging/messagingappbase/smartmessaging/gmsmodel/group"/>
       
 19386      </component>
       
 19387      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19388      <component name="icalbc" long-name="icalbc">
       
 19389       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19390       <unit bldFile="app/messaging/messagingappbase/smartmessaging/icalbc/group"/>
       
 19391      </component>
       
 19392      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19393      <component name="msgeditorutils" long-name="msgeditorutils">
       
 19394       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19395       <unit bldFile="app/messaging/messagingappbase/smartmessaging/msgeditorutils/group"/>
       
 19396      </component>
       
 19397      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19398      <component name="oplogobc" long-name="oplogobc">
       
 19399       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19400       <unit bldFile="app/messaging/messagingappbase/smartmessaging/oplogobc/group"/>
       
 19401      </component>
       
 19402      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19403      <component name="richbio" long-name="richbio">
       
 19404       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19405       <unit bldFile="app/messaging/messagingappbase/smartmessaging/richbio/group"/>
       
 19406      </component>
       
 19407      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19408      <component name="ringbc" long-name="ringbc">
       
 19409       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19410       <unit bldFile="app/messaging/messagingappbase/smartmessaging/ringbc/group"/>
       
 19411      </component>
       
 19412      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19413      <component name="vcalbc" long-name="vcalbc">
       
 19414       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19415       <unit bldFile="app/messaging/messagingappbase/smartmessaging/vcalbc/group"/>
       
 19416      </component>
       
 19417      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19418      <component name="vcardbc" long-name="vcardbc">
       
 19419       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19420       <unit bldFile="app/messaging/messagingappbase/smartmessaging/vcardbc/group"/>
       
 19421      </component>
       
 19422      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19423      <component name="vrec" long-name="vrec">
       
 19424       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19425       <unit bldFile="app/messaging/messagingappbase/smartmessaging/vrec/group"/>
       
 19426      </component>
       
 19427      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19428      <component name="wmlbc" long-name="wmlbc">
       
 19429       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19430       <unit bldFile="app/messaging/messagingappbase/smartmessaging/wmlbc/group"/>
       
 19431      </component>
       
 19432      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19433      <component name="transition" long-name="transition">
       
 19434       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19435       <unit bldFile="app/messaging/messagingappbase/smilengine/transition/group"/>
       
 19436      </component>
       
 19437      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19438      <component name="xhtml" long-name="xhtml">
       
 19439       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19440       <unit bldFile="app/messaging/messagingappbase/smilengine/xhtml/group"/>
       
 19441      </component>
       
 19442     </collection>
       
 19443     <collection name="mmsengine" long-name="MMS Engine" level="1">
       
 19444      <component name="mmsconf" long-name="MMS Configuration">
       
 19445       <unit mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings-config.mrp"/>
       
 19446      </component>
       
 19447      <component name="mmssettings" long-name="MMS Settings" introduced="9.2">
       
 19448       <unit bldFile="app/messaging/mmsengine/mmssettings/group/" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
       
 19449      </component>
       
 19450      <component name="applicationadapter" long-name="Application Adapter">
       
 19451       <unit bldFile="app/messaging/mmsengine/applicationadapter/group"/>
       
 19452       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19453       <unit bldFile="app/messaging/mmsengine/applicationadapter/bld"/>
       
 19454      </component>
       
 19455      <component name="clientmtm" long-name="Client MTM">
       
 19456       <unit bldFile="app/messaging/mmsengine/clientmtm/group"/>
       
 19457       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19458       <unit bldFile="app/messaging/mmsengine/clientmtm/bld"/>
       
 19459      </component>
       
 19460      <component name="genutils" long-name="General Utils">
       
 19461       <unit bldFile="app/messaging/mmsengine/genutils/group"/>
       
 19462       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19463       <unit bldFile="app/messaging/mmsengine/genutils/bld"/>
       
 19464      </component>
       
 19465      <component name="mmscodec" long-name="MMS Codec">
       
 19466       <unit bldFile="app/messaging/mmsengine/mmscodec/group"/>
       
 19467       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19468       <unit bldFile="app/messaging/mmsengine/mmscodec/bld"/>
       
 19469      </component>
       
 19470      <component name="mmscodecclient" long-name="MMS Codec Client">
       
 19471       <unit bldFile="app/messaging/mmsengine/mmscodecclient/group"/>
       
 19472       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19473       <unit bldFile="app/messaging/mmsengine/mmscodecclient/bld"/>
       
 19474      </component>
       
 19475      <component name="mmsconninit" long-name="MMS Connection Init">
       
 19476       <unit bldFile="app/messaging/mmsengine/mmsconninit/group"/>
       
 19477       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19478       <unit bldFile="app/messaging/mmsengine/mmsconninit/bld"/>
       
 19479      </component>
       
 19480      <component name="mmshttptransport" long-name="MMS HTTP Transport">
       
 19481       <unit bldFile="app/messaging/mmsengine/mmshttptransport/group"/>
       
 19482       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19483       <unit bldFile="app/messaging/mmsengine/mmshttptransport/bld"/>
       
 19484      </component>
       
 19485      <component name="mmsmessage" long-name="MMS Message">
       
 19486       <unit bldFile="app/messaging/mmsengine/mmsmessage/group"/>
       
 19487       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19488       <unit bldFile="app/messaging/mmsengine/mmsmessage/bld"/>
       
 19489      </component>
       
 19490      <component name="mmspushhandler" long-name="MMS Push Handler">
       
 19491       <unit bldFile="app/messaging/mmsengine/mmspushhandler/group"/>
       
 19492       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19493       <unit bldFile="app/messaging/mmsengine/mmspushhandler/bld"/>
       
 19494      </component>
       
 19495      <component name="mmsserver" long-name="MMS Server">
       
 19496       <unit bldFile="app/messaging/mmsengine/mmsserver/group"/>
       
 19497       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19498       <unit bldFile="app/messaging/mmsengine/mmsserver/bld"/>
       
 19499      </component>
       
 19500      <component name="mmsserversettings" long-name="MMS Server Aettings">
       
 19501       <unit bldFile="app/messaging/mmsengine/mmsserversettings/group"/>
       
 19502       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19503       <unit bldFile="app/messaging/mmsengine/mmsserversettings/bld"/>
       
 19504      </component>
       
 19505      <component name="mmswatcher" long-name="MMS Watcher">
       
 19506       <unit bldFile="app/messaging/mmsengine/mmswatcher/group"/>
       
 19507       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19508       <unit bldFile="app/messaging/mmsengine/mmswatcher/bld"/>
       
 19509      </component>
       
 19510      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19511      <component name="mmsengine" long-name="mmsengine">
       
 19512       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19513       <unit bldFile="app/messaging/mmsengine/group"/>
       
 19514      </component>
       
 19515     </collection>
  2058     <collection name="mobilemessaging" long-name="Mobile Messaging" level="2">
 19516     <collection name="mobilemessaging" long-name="Mobile Messaging" level="2">
  2059      <component name="smsmtm" long-name="SMS MTM" plugin="Y">
 19517      <component name="smsmtm" long-name="SMS MTM" plugin="Y">
  2060       <unit bldFile="app\messaging\mobilemessaging\smsmtm\multimode\Group" mrp="app\messaging\mobilemessaging\smsmtm\multimode\Group\messaging_sms_multimode.mrp"/>
 19518       <unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
  2061      </component>
 19519      </component>
  2062     </collection>
 19520      <component name="audiomsg" long-name="Audio Message">
  2063     <collection name="mmsengine" long-name="MMS Engine" level="1">
 19521       <unit bldFile="app/messaging/mobilemessaging/audiomsg/group"/>
  2064      <component name="mmssettings" long-name="MMS Settings" introduced="9.2">
 19522      </component>
  2065       <unit bldFile="app\messaging\mmsengine\mmssettings\group\" mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings.mrp"/>
 19523      <component name="mmsui" long-name="MMS UI">
  2066      </component>
 19524       <unit bldFile="app/messaging/mobilemessaging/mmsui/group"/>
  2067      <component name="mmsconf" long-name="MMS Configuration">
 19525      </component>
  2068       <unit mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings-config.mrp"/>
 19526      <component name="msgmedia" long-name="Message Media">
  2069      </component>
 19527       <unit bldFile="app/messaging/mobilemessaging/msgmedia/group"/>
  2070     </collection>
 19528      </component>
  2071     <collection name="messagingappbase" long-name="Messaging App Base" level="2">
 19529      <component name="postcard" long-name="Postcard">
  2072      <component name="smilparser" long-name="SMIL Parser" introduced="7.0s">
 19530       <unit bldFile="app/messaging/mobilemessaging/postcard/group"/>
  2073       <unit bldFile="app\messaging\messagingappbase\smilparser\GROUP" mrp="app\messaging\messagingappbase\smilparser\GROUP\messaging_gmxml.mrp"/>
 19531      </component>
  2074      </component>
 19532      <component name="smilui" long-name="SMIL UI">
  2075      <component name="obexmtms" long-name="OBEX MTMs" plugin="Y" introduced="7.0s">
 19533       <unit bldFile="app/messaging/mobilemessaging/smilui/group"/>
  2076       <unit bldFile="app\messaging\messagingappbase\obexmtms\Group" mrp="app\messaging\messagingappbase\obexmtms\Group\messaging_obex.mrp"/>
 19534      </component>
  2077      </component>
 19535      <component name="smsui" long-name="SMS UI">
  2078     </collection>
 19536       <unit bldFile="app/messaging/mobilemessaging/smsui/group"/>
  2079     <collection name="email" long-name="Email" level="1">
 19537      </component>
  2080      <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" plugin="Y">
 19538      <component name="smum" long-name="Smum">
  2081       <unit bldFile="app\messaging\email\pop3andsmtpmtm\group" mrp="app\messaging\email\pop3andsmtpmtm\group\messaging_email.mrp"/>
 19539       <unit bldFile="app/messaging/mobilemessaging/smum/group"/>
  2082      </component>
 19540      </component>
  2083      <component name="imap4mtm" long-name="IMAP4 MTM" plugin="Y" introduced="9.2">
 19541      <component name="unieditor" long-name="Uni Editor">
  2084       <unit bldFile="app\messaging\email\imap4mtm\group" mrp="app\messaging\email\imap4mtm\group\messaging_email_imap.mrp"/>
 19542       <unit bldFile="app/messaging/mobilemessaging/unieditor/group"/>
       
 19543      </component>
       
 19544      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19545      <component name="mobilemessaging" long-name="mobilemessaging">
       
 19546       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19547       <unit bldFile="app/messaging/mobilemessaging/group"/>
       
 19548      </component>
       
 19549      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19550      <component name="viewer" long-name="viewer">
       
 19551       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19552       <unit bldFile="app/messaging/mobilemessaging/smsui/viewer"/>
       
 19553      </component>
       
 19554      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19555      <component name="mmsplugin" long-name="mmsplugin">
       
 19556       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19557       <unit bldFile="app/messaging/mobilemessaging/unieditor/mmsplugin/bld"/>
       
 19558      </component>
       
 19559      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19560      <component name="model" long-name="model">
       
 19561       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19562       <unit bldFile="app/messaging/mobilemessaging/unieditor/model/bld"/>
       
 19563      </component>
       
 19564      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19565      <component name="mtm" long-name="mtm">
       
 19566       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19567       <unit bldFile="app/messaging/mobilemessaging/unieditor/mtm/bld"/>
       
 19568      </component>
       
 19569      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19570      <component name="pluginapi" long-name="pluginapi">
       
 19571       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19572       <unit bldFile="app/messaging/mobilemessaging/unieditor/pluginapi/bld"/>
       
 19573      </component>
       
 19574      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19575      <component name="smsplugin" long-name="smsplugin">
       
 19576       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19577       <unit bldFile="app/messaging/mobilemessaging/unieditor/smsplugin/bld"/>
       
 19578      </component>
       
 19579      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19580      <component name="utils" long-name="utils">
       
 19581       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19582       <unit bldFile="app/messaging/mobilemessaging/unieditor/utils/bld"/>
       
 19583       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19584       <unit bldFile="app/utils/group"/>
       
 19585      </component>
       
 19586      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19587      <component name="videoconversionapi" long-name="videoconversionapi">
       
 19588       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19589       <unit bldFile="app/messaging/mobilemessaging/unieditor/videoconversionapi/bld"/>
       
 19590      </component>
       
 19591     </collection>
       
 19592     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 19593     <collection name="messaging" long-name="messaging">
       
 19594      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19595      <component name="messaging" long-name="messaging">
       
 19596       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19597       <unit bldFile="app/messaging/group"/>
       
 19598      </component>
       
 19599     </collection>
       
 19600     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 19601     <collection name="msg_plat" long-name="msg_plat">
       
 19602      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19603      <component name="email_domain_utilities_api" long-name="email_domain_utilities_api">
       
 19604       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19605       <unit bldFile="app/messaging/msg_plat/email_domain_utilities_api/group"/>
       
 19606      </component>
       
 19607      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19608      <component name="msg_plat" long-name="msg_plat">
       
 19609       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19610       <unit bldFile="app/messaging/msg_plat/group"/>
       
 19611      </component>
       
 19612      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19613      <component name="internet_mail_mtm_ui_api" long-name="internet_mail_mtm_ui_api">
       
 19614       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19615       <unit bldFile="app/messaging/msg_plat/internet_mail_mtm_ui_api/group"/>
       
 19616      </component>
       
 19617      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19618      <component name="mail_ui_constants_api" long-name="mail_ui_constants_api">
       
 19619       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19620       <unit bldFile="app/messaging/msg_plat/mail_ui_constants_api/group"/>
       
 19621      </component>
       
 19622      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19623      <component name="messaging_center_ui_utilities_api" long-name="messaging_center_ui_utilities_api">
       
 19624       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19625       <unit bldFile="app/messaging/msg_plat/messaging_center_ui_utilities_api/group"/>
       
 19626      </component>
       
 19627      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19628      <component name="messaging_editor_api" long-name="messaging_editor_api">
       
 19629       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19630       <unit bldFile="app/messaging/msg_plat/messaging_editor_api/group"/>
       
 19631      </component>
       
 19632      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19633      <component name="messaging_media_resolver_api" long-name="messaging_media_resolver_api">
       
 19634       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19635       <unit bldFile="app/messaging/msg_plat/messaging_media_resolver_api/group"/>
       
 19636      </component>
       
 19637      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19638      <component name="mms_application_api" long-name="mms_application_api">
       
 19639       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19640       <unit bldFile="app/messaging/msg_plat/mms_application_api/group"/>
       
 19641      </component>
       
 19642      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19643      <component name="mms_codec_client_api" long-name="mms_codec_client_api">
       
 19644       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19645       <unit bldFile="app/messaging/msg_plat/mms_codec_client_api/group"/>
       
 19646      </component>
       
 19647      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19648      <component name="mms_conformance_api" long-name="mms_conformance_api">
       
 19649       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19650       <unit bldFile="app/messaging/msg_plat/mms_conformance_api/group"/>
       
 19651      </component>
       
 19652      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19653      <component name="mms_engine_settings_api" long-name="mms_engine_settings_api">
       
 19654       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19655       <unit bldFile="app/messaging/msg_plat/mms_engine_settings_api/group"/>
       
 19656      </component>
       
 19657      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19658      <component name="mms_server_settings_api" long-name="mms_server_settings_api">
       
 19659       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19660       <unit bldFile="app/messaging/msg_plat/mms_server_settings_api/group"/>
       
 19661      </component>
       
 19662      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19663      <component name="new_contacts_note_secondary_display_api" long-name="new_contacts_note_secondary_display_api">
       
 19664       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19665       <unit bldFile="app/messaging/msg_plat/new_contacts_note_secondary_display_api/group"/>
       
 19666      </component>
       
 19667      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19668      <component name="new_contacts_note_status_api" long-name="new_contacts_note_status_api">
       
 19669       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19670       <unit bldFile="app/messaging/msg_plat/new_contacts_note_status_api/group"/>
       
 19671      </component>
       
 19672      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19673      <component name="new_contacts_note_variables_api" long-name="new_contacts_note_variables_api">
       
 19674       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19675       <unit bldFile="app/messaging/msg_plat/new_contacts_note_variables_api/group"/>
       
 19676      </component>
       
 19677      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19678      <component name="new_contact_notes_extended_api" long-name="new_contact_notes_extended_api">
       
 19679       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19680       <unit bldFile="app/messaging/msg_plat/new_contact_notes_extended_api/group"/>
       
 19681      </component>
       
 19682      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19683      <component name="new_message_notification_api" long-name="new_message_notification_api">
       
 19684       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19685       <unit bldFile="app/messaging/msg_plat/new_message_notification_api/group"/>
       
 19686      </component>
       
 19687      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19688      <component name="send_ui_meeting_request_api" long-name="send_ui_meeting_request_api">
       
 19689       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19690       <unit bldFile="app/messaging/msg_plat/send_ui_meeting_request_api/group"/>
       
 19691      </component>
       
 19692      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19693      <component name="smil_engine_api" long-name="smil_engine_api">
       
 19694       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19695       <unit bldFile="app/messaging/msg_plat/smil_engine_api/group"/>
       
 19696      </component>
       
 19697      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19698      <component name="smil_player_launch_api" long-name="smil_player_launch_api">
       
 19699       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19700       <unit bldFile="app/messaging/msg_plat/smil_player_launch_api/group"/>
       
 19701      </component>
       
 19702      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19703      <component name="smil_transition_api" long-name="smil_transition_api">
       
 19704       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19705       <unit bldFile="app/messaging/msg_plat/smil_transition_api/group"/>
       
 19706      </component>
       
 19707      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19708      <component name="unified_editor_video_conversion_api" long-name="unified_editor_video_conversion_api">
       
 19709       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19710       <unit bldFile="app/messaging/msg_plat/unified_editor_video_conversion_api/group"/>
       
 19711      </component>
       
 19712     </collection>
       
 19713     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 19714     <collection name="msg_pub" long-name="msg_pub">
       
 19715      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19716      <component name="msg_pub" long-name="msg_pub">
       
 19717       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19718       <unit bldFile="app/messaging/msg_pub/group"/>
       
 19719      </component>
       
 19720      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19721      <component name="messaging_editor_constants_api" long-name="messaging_editor_constants_api">
       
 19722       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19723       <unit bldFile="app/messaging/msg_pub/messaging_editor_constants_api/group"/>
       
 19724      </component>
       
 19725      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19726      <component name="messaging_integration_api" long-name="messaging_integration_api">
       
 19727       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19728       <unit bldFile="app/messaging/msg_pub/messaging_integration_api/group"/>
       
 19729      </component>
       
 19730      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19731      <component name="mms_client_mtm_api" long-name="mms_client_mtm_api">
       
 19732       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19733       <unit bldFile="app/messaging/msg_pub/mms_client_mtm_api/group"/>
       
 19734      </component>
       
 19735      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19736      <component name="open_new_message_notification_api" long-name="open_new_message_notification_api">
       
 19737       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19738       <unit bldFile="app/messaging/msg_pub/open_new_message_notification_api/group"/>
       
 19739      </component>
       
 19740      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19741      <component name="plugin_bio_control_api" long-name="plugin_bio_control_api">
       
 19742       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19743       <unit bldFile="app/messaging/msg_pub/plugin_bio_control_api/group"/>
  2085      </component>
 19744      </component>
  2086     </collection>
 19745     </collection>
  2087    </block>
 19746    </block>
  2088    <block name="helps" long-name="Help Apps" level="apps" levels="eng ui">
 19747    <block long-name="Conversation Apps" level="apps" name="conversations" introduced="9.1" levels="utils settings ui">
       
 19748     <collection name="imstutils" long-name="IM Service Tab Utils" introduced="9.1" level="utils">
       
 19749      <component name="imconnectionprovider" introduced="9.1" long-name="IM Connection Provider">
       
 19750       <unit bldFile="app/conversations/imstutils/imconnectionprovider/group"/>
       
 19751      </component>
       
 19752      <component name="imconversationview" introduced="9.1" long-name="IM Conversation View">
       
 19753       <unit bldFile="app/conversations/imstutils/imconversationview/group"/>
       
 19754      </component>
       
 19755      <component name="xmppadapter" introduced="9.1" long-name="XMPP Adapter">
       
 19756       <unit bldFile="app/conversations/imstutils/xmppadapter/group"/>
       
 19757      </component>
       
 19758      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19759      <component name="imstutils" long-name="imstutils">
       
 19760       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19761       <unit bldFile="app/conversations/imstutils/group"/>
       
 19762      </component>
       
 19763      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19764      <component name="imcmslauncherplugin" long-name="imcmslauncherplugin">
       
 19765       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19766       <unit bldFile="app/conversations/imstutils/imconversationview/imcmslauncherplugin/group"/>
       
 19767      </component>
       
 19768      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19769      <component name="imcvlauncher" long-name="imcvlauncher">
       
 19770       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19771       <unit bldFile="app/conversations/imstutils/imconversationview/imcvlauncher/group"/>
       
 19772      </component>
       
 19773      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19774      <component name="imcvuiapp" long-name="imcvuiapp">
       
 19775       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19776       <unit bldFile="app/conversations/imstutils/imconversationview/imcvuiapp/group"/>
       
 19777      </component>
       
 19778      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19779      <component name="imcvuiengine" long-name="imcvuiengine">
       
 19780       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19781       <unit bldFile="app/conversations/imstutils/imconversationview/imcvuiengine/group"/>
       
 19782      </component>
       
 19783     </collection>
       
 19784     <collection name="uiservicetab" long-name="UI Service Tab" introduced="9.1" level="ui">
       
 19785      <component name="vimpstcmdprocess" introduced="9.1" long-name="VIMP ST Command Process">
       
 19786       <unit bldFile="app/conversations/uiservicetab/vimpstcmdprocess/group"/>
       
 19787      </component>
       
 19788      <component name="vimpstdetailsviewplugin" introduced="9.1" long-name="VIMP ST Details View Plugin">
       
 19789       <unit bldFile="app/conversations/uiservicetab/vimpstdetailsviewplugin/group"/>
       
 19790      </component>
       
 19791      <component name="vimpstengine" introduced="9.1" long-name="VIMP ST Engine">
       
 19792       <unit bldFile="app/conversations/uiservicetab/vimpstengine/group"/>
       
 19793      </component>
       
 19794      <component name="vimpststorage" introduced="9.1" long-name="VIMP ST Storage">
       
 19795       <unit bldFile="app/conversations/uiservicetab/vimpststorage/group"/>
       
 19796      </component>
       
 19797      <component name="vimpstui" introduced="9.1" long-name="VIMP ST UI">
       
 19798       <unit bldFile="app/conversations/uiservicetab/vimpstui/group"/>
       
 19799      </component>
       
 19800      <component name="vimpstutils" introduced="9.1" long-name="VIMP ST Utilities">
       
 19801       <unit bldFile="app/conversations/uiservicetab/vimpstutils/group"/>
       
 19802      </component>
       
 19803      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19804      <component name="uiservicetab" long-name="uiservicetab">
       
 19805       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19806       <unit bldFile="app/conversations/uiservicetab/Group"/>
       
 19807      </component>
       
 19808     </collection>
       
 19809     <collection name="uiservicetabsettings" long-name="UI Service Tab Settings" introduced="9.1" level="settings">
       
 19810      <component name="vimpstsettings.dll=binary" introduced="9.1">
       
 19811       <unit bldFile="app/conversations/uiservicetabsettings/group"/>
       
 19812      </component>
       
 19813     </collection>
       
 19814     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 19815     <collection name="conversations" long-name="conversations">
       
 19816      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19817      <component name="conversations" long-name="conversations">
       
 19818       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19819       <unit bldFile="app/conversations/group"/>
       
 19820      </component>
       
 19821     </collection>
       
 19822     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 19823     <collection name="conversations_plat" long-name="conversations_plat">
       
 19824      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19825      <component name="conversations_plat" long-name="conversations_plat">
       
 19826       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19827       <unit bldFile="app/conversations/conversations_plat/group"/>
       
 19828      </component>
       
 19829      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19830      <component name="im_connection_api" long-name="im_connection_api">
       
 19831       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19832       <unit bldFile="app/conversations/conversations_plat/im_connection_api/group"/>
       
 19833      </component>
       
 19834      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19835      <component name="im_cv_launcher_api" long-name="im_cv_launcher_api">
       
 19836       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19837       <unit bldFile="app/conversations/conversations_plat/im_cv_launcher_api/group"/>
       
 19838      </component>
       
 19839     </collection>
       
 19840     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 19841     <collection name="servicewidget" long-name="servicewidget">
       
 19842      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19843      <component name="servicewidget" long-name="servicewidget">
       
 19844       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19845       <unit bldFile="app/conversations/servicewidget/group"/>
       
 19846      </component>
       
 19847      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19848      <component name="servicewidgetactionhandler" long-name="servicewidgetactionhandler">
       
 19849       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19850       <unit bldFile="app/conversations/servicewidget/servicewidgetactionhandler/group"/>
       
 19851      </component>
       
 19852      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19853      <component name="servicewidgetdatapublisher" long-name="servicewidgetdatapublisher">
       
 19854       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19855       <unit bldFile="app/conversations/servicewidget/servicewidgetdatapublisher/group"/>
       
 19856      </component>
       
 19857     </collection>
       
 19858    </block>
       
 19859    <block long-name="Instant Messaging Apps" level="apps" name="im" levels="support engine apps">
       
 19860     <collection name="impsengine" long-name="IMPS Engine" level="engine">
       
 19861      <component name="ImpsDataChannel" long-name="Imps Data Channel">
       
 19862       <unit bldFile="app/im/impsengine/ImpsDataChannel/group"/>
       
 19863      </component>
       
 19864      <component name="ImpsIpCirWatcher" long-name="Imps Ip Cir Watcher">
       
 19865       <unit bldFile="app/im/impsengine/ImpsIpCirWatcher/group"/>
       
 19866      </component>
       
 19867      <component name="client">
       
 19868       <unit bldFile="app/im/impsengine/client/group"/>
       
 19869      </component>
       
 19870      <component name="datautils" long-name="Data Utils">
       
 19871       <unit bldFile="app/im/impsengine/datautils/group"/>
       
 19872      </component>
       
 19873      <component name="engsrv" long-name="Eng Srv">
       
 19874       <unit bldFile="app/im/impsengine/engsrv/group"/>
       
 19875      </component>
       
 19876      <component name="imapi" long-name="IM API">
       
 19877       <unit bldFile="app/im/impsengine/imapi/group"/>
       
 19878      </component>
       
 19879      <component name="imlauncher" long-name="IM Launcher">
       
 19880       <unit bldFile="app/im/impsengine/imlauncher/group"/>
       
 19881      </component>
       
 19882      <component name="impswatcher" long-name="Imps Watcher">
       
 19883       <unit bldFile="app/im/impsengine/impswatcher/group"/>
       
 19884      </component>
       
 19885      <component name="messageencoder" long-name="Message Encoder">
       
 19886       <unit bldFile="app/im/impsengine/messageencoder/group"/>
       
 19887      </component>
       
 19888      <component name="utils" long-name="Utilities">
       
 19889       <unit bldFile="app/im/impsengine/utils/group"/>
       
 19890      </component>
       
 19891      <component name="wvotaparser" long-name="WV OTA Parser">
       
 19892       <unit bldFile="app/im/impsengine/wvotaparser/group"/>
       
 19893      </component>
       
 19894     </collection>
       
 19895     <collection name="pecengine" long-name="Presence Engine" level="engine">
       
 19896      <component name="AttributeLibrary2" long-name="Attribute Library 2">
       
 19897       <unit bldFile="app/im/pecengine/AttributeLibrary2/group"/>
       
 19898      </component>
       
 19899      <component name="CoreUtilsLib2" long-name="Core Utils Lib 2">
       
 19900       <unit bldFile="app/im/pecengine/CoreUtilsLib2/group"/>
       
 19901      </component>
       
 19902      <component name="JanitorPlugin2" long-name="Janitor Plugin 2">
       
 19903       <unit bldFile="app/im/pecengine/JanitorPlugin2/group"/>
       
 19904      </component>
       
 19905      <component name="ListLibrary2" long-name="List Library 2">
       
 19906       <unit bldFile="app/im/pecengine/ListLibrary2/group"/>
       
 19907      </component>
       
 19908      <component name="Parser2">
       
 19909       <unit bldFile="app/im/pecengine/Parser2/group"/>
       
 19910      </component>
       
 19911      <component name="PluginServer2" long-name="Plugin Server 2">
       
 19912       <unit bldFile="app/im/pecengine/PluginServer2/group"/>
       
 19913      </component>
       
 19914      <component name="PresenceManager2" long-name="Presence Manager 2">
       
 19915       <unit bldFile="app/im/pecengine/PresenceManager2/group"/>
       
 19916      </component>
       
 19917      <component name="PresenceServer2" long-name="Presence Server 2">
       
 19918       <unit bldFile="app/im/pecengine/PresenceServer2/group"/>
       
 19919      </component>
       
 19920      <component name="StorageManager2" long-name="Storage Manager 2">
       
 19921       <unit bldFile="app/im/pecengine/StorageManager2/group"/>
       
 19922      </component>
       
 19923      <component name="TransferAdapter2" long-name="Transfer Adapter 2">
       
 19924       <unit bldFile="app/im/pecengine/TransferAdapter2/group"/>
       
 19925      </component>
       
 19926     </collection>
       
 19927     <collection name="presadap12" long-name="Presence Adap 12" level="support">
       
 19928      <component name="Parser2">
       
 19929       <unit bldFile="app/im/presadap12/Parser2/group"/>
       
 19930      </component>
       
 19931      <component name="impsplugin" long-name="IMPS Plugin">
       
 19932       <unit bldFile="app/im/presadap12/impsplugin/group"/>
       
 19933      </component>
       
 19934      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19935      <component name="presadap12" long-name="presadap12">
       
 19936       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19937       <unit bldFile="app/im/presadap12/group"/>
       
 19938      </component>
       
 19939     </collection>
       
 19940     <collection name="wvsettings20" long-name="WV Settings 20" level="support">
       
 19941      <component name="WVSAPSettingsStore.dll=binary">
       
 19942       <unit bldFile="app/im/wvsettings20/group"/>
       
 19943      </component>
       
 19944     </collection>
       
 19945     <collection name="wvuing" long-name="WV UI NG" level="apps">
       
 19946      <component name="IMPSAlwaysOnlinePlugin" long-name="IMPS Always Online Plugin">
       
 19947       <unit bldFile="app/im/wvuing/IMPSAlwaysOnlinePlugin/group"/>
       
 19948      </component>
       
 19949      <component name="IMPSConnectionUI" long-name="IMPS Connection UI">
       
 19950       <unit bldFile="app/im/wvuing/IMPSConnectionUI/group"/>
       
 19951      </component>
       
 19952      <component name="IMPSServiceSettingsUI" long-name="IMPS Service Settings UI">
       
 19953       <unit bldFile="app/im/wvuing/IMPSServiceSettingsUI/group"/>
       
 19954      </component>
       
 19955      <component name="ImLauncher" long-name="IM Launcher">
       
 19956       <unit bldFile="app/im/wvuing/ImLauncher/group"/>
       
 19957      </component>
       
 19958      <component name="ImUtils" long-name="Im Utils">
       
 19959       <unit bldFile="app/im/wvuing/ImUtils/group"/>
       
 19960      </component>
       
 19961      <component name="imindicatorplugin" long-name="IM Indicator Plugin">
       
 19962       <unit bldFile="app/im/wvuing/imindicatorplugin/group"/>
       
 19963      </component>
       
 19964      <component name="wvaudiomanager" long-name="Wv Audio Manager">
       
 19965       <unit bldFile="app/im/wvuing/wvaudiomanager/group"/>
       
 19966      </component>
       
 19967      <component name="wvcommandutils" long-name="Wv Command Utils">
       
 19968       <unit bldFile="app/im/wvuing/wvcommandutils/group"/>
       
 19969      </component>
       
 19970      <component name="wvlogger" long-name="Wvlogger">
       
 19971       <unit bldFile="app/im/wvuing/wvlogger/group"/>
       
 19972      </component>
       
 19973      <component name="wvuiada" long-name="Wvuiada">
       
 19974       <unit bldFile="app/im/wvuing/wvuiada/group"/>
       
 19975      </component>
       
 19976      <component name="wvuiave" long-name="Wvuiave">
       
 19977       <unit bldFile="app/im/wvuing/wvuiave/group"/>
       
 19978      </component>
       
 19979      <component name="wvuieng" long-name="Wvuieng">
       
 19980       <unit bldFile="app/im/wvuing/wvuieng/group"/>
       
 19981      </component>
       
 19982      <component name="wvuipresence" long-name="WV UI Presence">
       
 19983       <unit bldFile="app/im/wvuing/wvuipresence/group"/>
       
 19984      </component>
       
 19985      <component name="wvuiprocess" long-name="WV UI Process">
       
 19986       <unit bldFile="app/im/wvuing/wvuiprocess/group"/>
       
 19987      </component>
       
 19988      <component name="wvuistorage" long-name="WV UI Storage">
       
 19989       <unit bldFile="app/im/wvuing/wvuistorage/group"/>
       
 19990      </component>
       
 19991      <component name="wvvariant" long-name="Wvvariant">
       
 19992       <unit bldFile="app/im/wvuing/wvvariant/group"/>
       
 19993      </component>
       
 19994      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 19995      <component name="wvuing" long-name="wvuing">
       
 19996       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 19997       <unit bldFile="app/im/wvuing/Group"/>
       
 19998      </component>
       
 19999     </collection>
       
 20000     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20001     <collection name="im" long-name="im">
       
 20002      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20003      <component name="im" long-name="im">
       
 20004       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20005       <unit bldFile="app/im/group"/>
       
 20006      </component>
       
 20007     </collection>
       
 20008     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20009     <collection name="IMPSengine" long-name="IMPSengine">
       
 20010      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20011      <component name="IMPSengine" long-name="IMPSengine">
       
 20012       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20013       <unit bldFile="app/im/IMPSengine/group"/>
       
 20014      </component>
       
 20015      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20016      <component name="wbxml" long-name="wbxml">
       
 20017       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20018       <unit bldFile="app/im/IMPSengine/messageencoder/wbxml/group"/>
       
 20019      </component>
       
 20020     </collection>
       
 20021     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20022     <collection name="PECengine" long-name="PECengine">
       
 20023      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20024      <component name="PECengine" long-name="PECengine">
       
 20025       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20026       <unit bldFile="app/im/PECengine/Group"/>
       
 20027      </component>
       
 20028     </collection>
       
 20029     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20030     <collection name="im_plat" long-name="im_plat">
       
 20031      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20032      <component name="im_plat" long-name="im_plat">
       
 20033       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20034       <unit bldFile="app/im/im_plat/group"/>
       
 20035      </component>
       
 20036      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20037      <component name="wv_sap_settings_api" long-name="wv_sap_settings_api">
       
 20038       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20039       <unit bldFile="app/im/im_plat/wv_sap_settings_api/group"/>
       
 20040      </component>
       
 20041     </collection>
       
 20042     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20043     <collection name="im_pub" long-name="im_pub">
       
 20044      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20045      <component name="im_pub" long-name="im_pub">
       
 20046       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20047       <unit bldFile="app/im/im_pub/group"/>
       
 20048      </component>
       
 20049      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20050      <component name="im_api" long-name="im_api">
       
 20051       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20052       <unit bldFile="app/im/im_pub/im_api/group"/>
       
 20053      </component>
       
 20054      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20055      <component name="im_application_launch_api" long-name="im_application_launch_api">
       
 20056       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20057       <unit bldFile="app/im/im_pub/im_application_launch_api/group"/>
       
 20058      </component>
       
 20059     </collection>
       
 20060    </block>
       
 20061    <block long-name="Utility Apps" level="apps" name="utils" levels="app">
       
 20062     <collection name="extras" long-name="Extras" level="app">
       
 20063      <component name="about" long-name="About">
       
 20064       <unit bldFile="app/utils/extras/about/group"/>
       
 20065      </component>
       
 20066      <component name="calcsoft" long-name="Calcsoft">
       
 20067       <unit bldFile="app/utils/extras/calcsoft/group"/>
       
 20068      </component>
       
 20069      <component name="converter" long-name="Converter">
       
 20070       <unit bldFile="app/utils/extras/converter/group"/>
       
 20071      </component>
       
 20072      <component name="chinesedictionary" long-name="Chinese Dictionary">
       
 20073       <unit bldFile="app/utils/extras/chinesedictionary/group"/>
       
 20074      </component>
       
 20075      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20076      <component name="aboutgsplugin" long-name="aboutgsplugin">
       
 20077       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20078       <unit bldFile="app/utils/extras/about/aboutgsplugin/group"/>
       
 20079      </component>
       
 20080      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20081      <component name="extras" long-name="extras">
       
 20082       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20083       <unit bldFile="app/utils/extras/group"/>
       
 20084      </component>
       
 20085     </collection>
       
 20086    </block>
       
 20087    <block long-name="Dictionary" level="services" name="dictionary" levels="appl">
       
 20088     <collection name="userdict" long-name="User Dictionary" level="appl">
       
 20089      <component name="UserDict.exe=binary" long-name="UserDict Server">
       
 20090       <unit bldFile="app/dictionary/userdict/group"/>
       
 20091      </component>
       
 20092      <component name="UserDict.dll=binary" long-name="UserDict Client">
       
 20093 <!--       <unit bldFile="app/dictionary/userdict/group"/> -->
       
 20094      </component>
       
 20095     </collection>
       
 20096     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20097     <collection name="dictionary" long-name="dictionary">
       
 20098      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20099      <component name="dictionary" long-name="dictionary">
       
 20100       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20101       <unit bldFile="app/dictionary/group"/>
       
 20102      </component>
       
 20103     </collection>
       
 20104     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20105     <collection name="dictionary_plat" long-name="dictionary_plat">
       
 20106      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20107      <component name="dictionary_plat" long-name="dictionary_plat">
       
 20108       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20109       <unit bldFile="app/dictionary/dictionary_plat/group"/>
       
 20110      </component>
       
 20111      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20112      <component name="menu_suites_macros_api" long-name="menu_suites_macros_api">
       
 20113       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20114       <unit bldFile="app/dictionary/dictionary_plat/menu_suites_macros_api/group"/>
       
 20115      </component>
       
 20116     </collection>
       
 20117    </block>
       
 20118    <block long-name="Camera Apps" level="apps" name="camera" levels="empty 1">
       
 20119     <collection name="camerauis" long-name="Camera UIs" level="1">
       
 20120      <component name="activepalette" long-name="Active Palette">
       
 20121       <unit bldFile="app/camera/camerauis/activepalette/group"/>
       
 20122      </component>
       
 20123      <component name="cameraapp" long-name="Camera Application">
       
 20124       <unit bldFile="app/camera/camerauis/cameraapp/group"/>
       
 20125      </component>
       
 20126      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20127      <component name="camerauiconfigmanager" long-name="camerauiconfigmanager">
       
 20128       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20129       <unit bldFile="app/camera/camerauis/cameraapp/generic/camerauiconfigmanager/group"/>
       
 20130      </component>
       
 20131      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20132      <component name="GsCamcorderPlugin" long-name="GsCamcorderPlugin">
       
 20133       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20134       <unit bldFile="app/camera/camerauis/cameraapp/generic/GsCamcorderPlugin/group"/>
       
 20135      </component>
       
 20136      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20137      <component name="camerauis" long-name="camerauis">
       
 20138       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20139       <unit bldFile="app/camera/camerauis/group"/>
       
 20140      </component>
       
 20141     </collection>
       
 20142     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20143     <collection name="camera" long-name="camera">
       
 20144      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20145      <component name="camera" long-name="camera">
       
 20146       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20147       <unit bldFile="app/camera/group"/>
       
 20148      </component>
       
 20149     </collection>
       
 20150     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20151     <collection name="camera_plat" long-name="camera_plat">
       
 20152      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20153      <component name="active_palette_2_api" long-name="active_palette_2_api">
       
 20154       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20155       <unit bldFile="app/camera/camera_plat/active_palette_2_api/group"/>
       
 20156      </component>
       
 20157      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20158      <component name="camcorder_ui_constants_api" long-name="camcorder_ui_constants_api">
       
 20159       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20160       <unit bldFile="app/camera/camera_plat/camcorder_ui_constants_api/group"/>
       
 20161      </component>
       
 20162      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20163      <component name="camera_plat" long-name="camera_plat">
       
 20164       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20165       <unit bldFile="app/camera/camera_plat/group"/>
       
 20166      </component>
       
 20167     </collection>
       
 20168    </block>
       
 20169    <block long-name="Image Editor Apps" level="apps" name="imgeditor" levels="engine ui">
       
 20170     <collection name="imageeditor" long-name="Image Editor" level="ui">
       
 20171      <component name="EditorProvider" long-name="Editor Provider">
       
 20172       <unit bldFile="app/imgeditor/imageeditor/EditorProvider/group"/>
       
 20173      </component>
       
 20174      <component name="IEPB">
       
 20175       <unit bldFile="app/imgeditor/imageeditor/IEPB/group"/>
       
 20176      </component>
       
 20177      <component name="ImageEditorManager" long-name="Image Editor Manager">
       
 20178       <unit bldFile="app/imgeditor/imageeditor/ImageEditorManager/group"/>
       
 20179      </component>
       
 20180      <component name="ImageEditorUI" long-name="Image Editor UI">
       
 20181       <unit bldFile="app/imgeditor/imageeditor/ImageEditorUI/group"/>
       
 20182      </component>
       
 20183      <component name="PB">
       
 20184       <unit bldFile="app/imgeditor/imageeditor/PB/group"/>
       
 20185      </component>
       
 20186      <component name="imageeditorApp" long-name="Image Editor App">
       
 20187       <unit bldFile="app/imgeditor/imageeditor/imageeditorApp/group"/>
       
 20188      </component>
       
 20189      <component name="plugins">
       
 20190       <unit bldFile="app/imgeditor/imageeditor/plugins/group"/>
       
 20191      </component>
       
 20192      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20193      <component name="imageeditor" long-name="imageeditor">
       
 20194       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20195       <unit bldFile="app/imgeditor/imageeditor/group"/>
       
 20196      </component>
       
 20197      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20198      <component name="BlackWhitePlugin" long-name="BlackWhitePlugin">
       
 20199       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20200       <unit bldFile="app/imgeditor/imageeditor/plugins/BlackWhitePlugin/group"/>
       
 20201      </component>
       
 20202      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20203      <component name="BrightnessPlugin" long-name="BrightnessPlugin">
       
 20204       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20205       <unit bldFile="app/imgeditor/imageeditor/plugins/BrightnessPlugin/group"/>
       
 20206      </component>
       
 20207      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20208      <component name="BubblePlugin" long-name="BubblePlugin">
       
 20209       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20210       <unit bldFile="app/imgeditor/imageeditor/plugins/BubblePlugin/group"/>
       
 20211      </component>
       
 20212      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20213      <component name="CartoonizePlugin" long-name="CartoonizePlugin">
       
 20214       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20215       <unit bldFile="app/imgeditor/imageeditor/plugins/CartoonizePlugin/group"/>
       
 20216      </component>
       
 20217      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20218      <component name="ClipartPlugin" long-name="ClipartPlugin">
       
 20219       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20220       <unit bldFile="app/imgeditor/imageeditor/plugins/ClipartPlugin/group"/>
       
 20221      </component>
       
 20222      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20223      <component name="ContrastPlugin" long-name="ContrastPlugin">
       
 20224       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20225       <unit bldFile="app/imgeditor/imageeditor/plugins/ContrastPlugin/group"/>
       
 20226      </component>
       
 20227      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20228      <component name="CropPlugin" long-name="CropPlugin">
       
 20229       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20230       <unit bldFile="app/imgeditor/imageeditor/plugins/CropPlugin/group"/>
       
 20231      </component>
       
 20232      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20233      <component name="DrawPlugin" long-name="DrawPlugin">
       
 20234       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20235       <unit bldFile="app/imgeditor/imageeditor/plugins/DrawPlugin/group"/>
       
 20236      </component>
       
 20237      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20238      <component name="FramePlugin" long-name="FramePlugin">
       
 20239       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20240       <unit bldFile="app/imgeditor/imageeditor/plugins/FramePlugin/group"/>
       
 20241      </component>
       
 20242      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20243      <component name="NegativePlugin" long-name="NegativePlugin">
       
 20244       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20245       <unit bldFile="app/imgeditor/imageeditor/plugins/NegativePlugin/group"/>
       
 20246      </component>
       
 20247      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20248      <component name="RedEyePlugin" long-name="RedEyePlugin">
       
 20249       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20250       <unit bldFile="app/imgeditor/imageeditor/plugins/RedEyePlugin/group"/>
       
 20251      </component>
       
 20252      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20253      <component name="ResizePlugin" long-name="ResizePlugin">
       
 20254       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20255       <unit bldFile="app/imgeditor/imageeditor/plugins/ResizePlugin/group"/>
       
 20256      </component>
       
 20257      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20258      <component name="RotateLPlugin" long-name="RotateLPlugin">
       
 20259       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20260       <unit bldFile="app/imgeditor/imageeditor/plugins/RotateLPlugin/group"/>
       
 20261      </component>
       
 20262      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20263      <component name="RotateRPlugin" long-name="RotateRPlugin">
       
 20264       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20265       <unit bldFile="app/imgeditor/imageeditor/plugins/RotateRPlugin/group"/>
       
 20266      </component>
       
 20267      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20268      <component name="SepiaPlugin" long-name="SepiaPlugin">
       
 20269       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20270       <unit bldFile="app/imgeditor/imageeditor/plugins/SepiaPlugin/group"/>
       
 20271      </component>
       
 20272      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20273      <component name="SharpnessPlugin" long-name="SharpnessPlugin">
       
 20274       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20275       <unit bldFile="app/imgeditor/imageeditor/plugins/SharpnessPlugin/group"/>
       
 20276      </component>
       
 20277      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20278      <component name="TextPlugin" long-name="TextPlugin">
       
 20279       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20280       <unit bldFile="app/imgeditor/imageeditor/plugins/TextPlugin/group"/>
       
 20281      </component>
       
 20282     </collection>
       
 20283     <collection name="imageeditorengine" long-name="Image Editor Engine" level="engine">
       
 20284      <component name="EngineWrapper" long-name="Engine Wrapper">
       
 20285       <unit bldFile="app/imgeditor/imageeditorengine/EngineWrapper/group"/>
       
 20286      </component>
       
 20287      <component name="ImageEditorUtils" long-name="Image Editor Utils">
       
 20288       <unit bldFile="app/imgeditor/imageeditorengine/ImageEditorUtils/group"/>
       
 20289      </component>
       
 20290      <component name="JpegRotator" long-name="Jpeg Rotator">
       
 20291       <unit bldFile="app/imgeditor/imageeditorengine/JpegRotator/group"/>
       
 20292      </component>
       
 20293      <component name="JpegScaler" long-name="Jpeg Scaler">
       
 20294       <unit bldFile="app/imgeditor/imageeditorengine/JpegScaler/group"/>
       
 20295      </component>
       
 20296      <component name="SystemParameters" long-name="System Parameters">
       
 20297       <unit bldFile="app/imgeditor/imageeditorengine/SystemParameters/group"/>
       
 20298      </component>
       
 20299      <component name="filters" long-name="Filters">
       
 20300       <unit bldFile="app/imgeditor/imageeditorengine/filters/group"/>
       
 20301      </component>
       
 20302      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20303      <component name="FilterBrightness" long-name="FilterBrightness">
       
 20304       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20305       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterBrightness/group"/>
       
 20306      </component>
       
 20307      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20308      <component name="FilterBubble" long-name="FilterBubble">
       
 20309       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20310       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterBubble/group"/>
       
 20311      </component>
       
 20312      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20313      <component name="FilterBuffer" long-name="FilterBuffer">
       
 20314       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20315       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterBuffer/group"/>
       
 20316      </component>
       
 20317      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20318      <component name="FilterCartoon" long-name="FilterCartoon">
       
 20319       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20320       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterCartoon/group"/>
       
 20321      </component>
       
 20322      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20323      <component name="FilterClipart" long-name="FilterClipart">
       
 20324       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20325       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterClipart/group"/>
       
 20326      </component>
       
 20327      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20328      <component name="FilterContrast" long-name="FilterContrast">
       
 20329       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20330       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterContrast/group"/>
       
 20331      </component>
       
 20332      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20333      <component name="FilterCrop" long-name="FilterCrop">
       
 20334       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20335       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterCrop/group"/>
       
 20336      </component>
       
 20337      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20338      <component name="FilterDraw" long-name="FilterDraw">
       
 20339       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20340       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterDraw/group"/>
       
 20341      </component>
       
 20342      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20343      <component name="FilterFrame" long-name="FilterFrame">
       
 20344       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20345       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterFrame/group"/>
       
 20346      </component>
       
 20347      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20348      <component name="FilterGrayScale" long-name="FilterGrayScale">
       
 20349       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20350       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterGrayScale/group"/>
       
 20351      </component>
       
 20352      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20353      <component name="FilterIclSource" long-name="FilterIclSource">
       
 20354       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20355       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterIclSource/group"/>
       
 20356      </component>
       
 20357      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20358      <component name="FilterJpegSource" long-name="FilterJpegSource">
       
 20359       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20360       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterJpegSource/group"/>
       
 20361      </component>
       
 20362      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20363      <component name="FilterJpegTarget" long-name="FilterJpegTarget">
       
 20364       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20365       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterJpegTarget/group"/>
       
 20366      </component>
       
 20367      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20368      <component name="FilterNegate" long-name="FilterNegate">
       
 20369       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20370       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterNegate/group"/>
       
 20371      </component>
       
 20372      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20373      <component name="FilterRedEye" long-name="FilterRedEye">
       
 20374       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20375       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterRedEye/group"/>
       
 20376      </component>
       
 20377      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20378      <component name="FilterRotate" long-name="FilterRotate">
       
 20379       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20380       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterRotate/group"/>
       
 20381      </component>
       
 20382      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20383      <component name="FilterScale" long-name="FilterScale">
       
 20384       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20385       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterScale/group"/>
       
 20386      </component>
       
 20387      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20388      <component name="FilterSepia" long-name="FilterSepia">
       
 20389       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20390       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterSepia/group"/>
       
 20391      </component>
       
 20392      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20393      <component name="FilterSharpness" long-name="FilterSharpness">
       
 20394       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20395       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterSharpness/group"/>
       
 20396      </component>
       
 20397      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20398      <component name="FilterText" long-name="FilterText">
       
 20399       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20400       <unit bldFile="app/imgeditor/imageeditorengine/filters/FilterText/group"/>
       
 20401      </component>
       
 20402      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20403      <component name="imageeditorengine" long-name="imageeditorengine">
       
 20404       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20405       <unit bldFile="app/imgeditor/imageeditorengine/group"/>
       
 20406      </component>
       
 20407     </collection>
       
 20408     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20409     <collection name="imgeditor" long-name="imgeditor">
       
 20410      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20411      <component name="imgeditor" long-name="imgeditor">
       
 20412       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20413       <unit bldFile="app/imgeditor/group"/>
       
 20414      </component>
       
 20415     </collection>
       
 20416     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20417     <collection name="imgeditor_plat" long-name="imgeditor_plat">
       
 20418      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20419      <component name="imgeditor_plat" long-name="imgeditor_plat">
       
 20420       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20421       <unit bldFile="app/imgeditor/imgeditor_plat/group"/>
       
 20422      </component>
       
 20423      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20424      <component name="image_editor_debug_utilities_api" long-name="image_editor_debug_utilities_api">
       
 20425       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20426       <unit bldFile="app/imgeditor/imgeditor_plat/image_editor_debug_utilities_api/group"/>
       
 20427      </component>
       
 20428      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20429      <component name="image_editor_definitions_api" long-name="image_editor_definitions_api">
       
 20430       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20431       <unit bldFile="app/imgeditor/imgeditor_plat/image_editor_definitions_api/group"/>
       
 20432      </component>
       
 20433      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20434      <component name="image_editor_system_parameters_api" long-name="image_editor_system_parameters_api">
       
 20435       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20436       <unit bldFile="app/imgeditor/imgeditor_plat/image_editor_system_parameters_api/group"/>
       
 20437      </component>
       
 20438      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20439      <component name="image_editor_utilities_api" long-name="image_editor_utilities_api">
       
 20440       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20441       <unit bldFile="app/imgeditor/imgeditor_plat/image_editor_utilities_api/group"/>
       
 20442      </component>
       
 20443      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20444      <component name="image_processing_engine_api" long-name="image_processing_engine_api">
       
 20445       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20446       <unit bldFile="app/imgeditor/imgeditor_plat/image_processing_engine_api/group"/>
       
 20447      </component>
       
 20448     </collection>
       
 20449    </block>
       
 20450    <block long-name="Video Editor Apps" level="apps" name="videoeditor" levels="engine ui">
       
 20451     <collection name="videditor" long-name="Video Editor" level="ui">
       
 20452      <component name="ManualVideoEditor" long-name="Manual Video Editor">
       
 20453       <unit bldFile="app/videoeditor/videditor/ManualVideoEditor/group"/>
       
 20454      </component>
       
 20455      <component name="SimpleCutVideo" long-name="Simple Cut Video">
       
 20456       <unit bldFile="app/videoeditor/videditor/SimpleCutVideo/group"/>
       
 20457      </component>
       
 20458      <component name="SimpleVideoEditor" long-name="Simple Video Editor">
       
 20459       <unit bldFile="app/videoeditor/videditor/SimpleVideoEditor/group"/>
       
 20460      </component>
       
 20461      <component name="TrimForMms" long-name="Trim For MMS">
       
 20462       <unit bldFile="app/videoeditor/videditor/TrimForMms/group"/>
       
 20463      </component>
       
 20464      <component name="VideoEditorCommon" long-name="Video Editor Common">
       
 20465       <unit bldFile="app/videoeditor/videditor/VideoEditorCommon/group"/>
       
 20466      </component>
       
 20467      <component name="VideoEditorUiComponents" long-name="Video Editor UI Components">
       
 20468       <unit bldFile="app/videoeditor/videditor/VideoEditorUiComponents/group"/>
       
 20469      </component>
       
 20470      <component name="VideoProvider" long-name="Video Provider">
       
 20471       <unit bldFile="app/videoeditor/videditor/VideoProvider/group"/>
       
 20472      </component>
       
 20473      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20474      <component name="videditor" long-name="videditor">
       
 20475       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20476       <unit bldFile="app/videoeditor/videditor/group"/>
       
 20477      </component>
       
 20478     </collection>
       
 20479     <collection name="videoeditorengine" long-name="Video Editor Engine" level="engine">
       
 20480      <component name="audioeditorengine" long-name="Audio Editor Engine">
       
 20481       <unit bldFile="app/videoeditor/videoeditorengine/audioeditorengine/group"/>
       
 20482      </component>
       
 20483      <component name="avcedit" long-name="Avcedit">
       
 20484       <unit bldFile="app/videoeditor/videoeditorengine/avcedit/group"/>
       
 20485      </component>
       
 20486      <component name="h263decoder" long-name="H263 Decoder">
       
 20487       <unit bldFile="app/videoeditor/videoeditorengine/h263decoder/group"/>
       
 20488      </component>
       
 20489      <component name="mp3aacManipLib" long-name="Mp3aac Manip Lib">
       
 20490       <unit bldFile="app/videoeditor/videoeditorengine/mp3aacManipLib/group"/>
       
 20491      </component>
       
 20492      <component name="vedengine" long-name="Ved Engine">
       
 20493       <unit bldFile="app/videoeditor/videoeditorengine/vedengine/group"/>
       
 20494      </component>
       
 20495      <component name="vedtranscoder" long-name="Ved Transcoder">
       
 20496       <unit bldFile="app/videoeditor/videoeditorengine/vedtranscoder/group"/>
       
 20497      </component>
       
 20498      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20499      <component name="videoeditorengine" long-name="videoeditorengine">
       
 20500       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20501       <unit bldFile="app/videoeditor/videoeditorengine/group"/>
       
 20502      </component>
       
 20503     </collection>
       
 20504     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20505     <collection name="videoeditor" long-name="videoeditor">
       
 20506      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20507      <component name="videoeditor" long-name="videoeditor">
       
 20508       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20509       <unit bldFile="app/videoeditor/group"/>
       
 20510      </component>
       
 20511     </collection>
       
 20512     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20513     <collection name="videoeditor_plat" long-name="videoeditor_plat">
       
 20514      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20515      <component name="videoeditor_plat" long-name="videoeditor_plat">
       
 20516       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20517       <unit bldFile="app/videoeditor/videoeditor_plat/group"/>
       
 20518      </component>
       
 20519      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20520      <component name="video_editor_engine_api" long-name="video_editor_engine_api">
       
 20521       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20522       <unit bldFile="app/videoeditor/videoeditor_plat/video_editor_engine_api/group"/>
       
 20523      </component>
       
 20524     </collection>
       
 20525    </block>
       
 20526    <block long-name="Gallery Apps" level="apps" name="gallery" levels="app">
       
 20527     <collection name="mediagallery" long-name="Media Gallery" level="app">
       
 20528      <component name="MediaGallery2" long-name="Media Gallery 2">
       
 20529       <unit bldFile="app/gallery/mediagallery/MediaGallery2/group"/>
       
 20530      </component>
       
 20531      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20532      <component name="mediagallery" long-name="mediagallery">
       
 20533       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20534       <unit bldFile="app/gallery/mediagallery/group"/>
       
 20535      </component>
       
 20536      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20537      <component name="t_cmgxexternalmusicviewcontainer" long-name="t_cmgxexternalmusicviewcontainer">
       
 20538       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20539       <unit bldFile="app/gallery/mediagallery/mediagallery2/ExtensionPlugins/musicviewplugin/Test/t_cmgxexternalmusicviewcontainer"/>
       
 20540      </component>
       
 20541      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20542      <component name="t_cmgxexternalmusicviewplugin" long-name="t_cmgxexternalmusicviewplugin">
       
 20543       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20544       <unit bldFile="app/gallery/mediagallery/mediagallery2/ExtensionPlugins/musicviewplugin/Test/t_cmgxexternalmusicviewplugin"/>
       
 20545      </component>
       
 20546     </collection>
       
 20547     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20548     <collection name="gallery" long-name="gallery">
       
 20549      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20550      <component name="gallery" long-name="gallery">
       
 20551       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20552       <unit bldFile="app/gallery/group"/>
       
 20553       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20554       <unit bldFile="app/photos/photosgallery/gallery/group"/>
       
 20555      </component>
       
 20556     </collection>
       
 20557     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20558     <collection name="gallery_plat" long-name="gallery_plat">
       
 20559      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20560      <component name="album_manager_api" long-name="album_manager_api">
       
 20561       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20562       <unit bldFile="app/gallery/gallery_plat/album_manager_api/group"/>
       
 20563      </component>
       
 20564      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20565      <component name="gallery_plat" long-name="gallery_plat">
       
 20566       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20567       <unit bldFile="app/gallery/gallery_plat/group"/>
       
 20568      </component>
       
 20569      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20570      <component name="media_file_api" long-name="media_file_api">
       
 20571       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20572       <unit bldFile="app/gallery/gallery_plat/media_file_api/group"/>
       
 20573      </component>
       
 20574      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20575      <component name="media_gallery_api" long-name="media_gallery_api">
       
 20576       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20577       <unit bldFile="app/gallery/gallery_plat/media_gallery_api/group"/>
       
 20578      </component>
       
 20579      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20580      <component name="media_gallery_file_notification" long-name="media_gallery_file_notification">
       
 20581       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20582       <unit bldFile="app/gallery/gallery_plat/media_gallery_file_notification/group"/>
       
 20583      </component>
       
 20584      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20585      <component name="media_gallery_main_view_extension_api" long-name="media_gallery_main_view_extension_api">
       
 20586       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20587       <unit bldFile="app/gallery/gallery_plat/media_gallery_main_view_extension_api/group"/>
       
 20588      </component>
       
 20589     </collection>
       
 20590    </block>
       
 20591    <block long-name="Video Player Apps" level="apps" name="videoplayer" levels="support apps">
       
 20592     <collection name="lwplayer" long-name="LW Player" level="apps">
       
 20593      <component name="LWPlayer.exe=binary" long-name="LW Player">
       
 20594       <unit bldFile="app/videoplayer/lwplayer/group"/>
       
 20595      </component>
       
 20596     </collection>
       
 20597     <collection name="mediaplayer" long-name="Media Player" level="apps">
       
 20598      <component name="MPEngine.dll=binary" long-name="MP Engine">
       
 20599       <unit bldFile="app/videoplayer/mediaplayer/group"/>
       
 20600      </component>
       
 20601      <component name="MPFileDetailsDialog.dll=binary">
       
 20602 <!--       <unit bldFile="app/videoplayer/mediaplayer/group"/> -->
       
 20603      </component>
       
 20604      <component name="MPRecognizer.dll=binary">
       
 20605 <!--       <unit bldFile="app/videoplayer/mediaplayer/group"/> -->
       
 20606      </component>
       
 20607      <component name="MediaPlayer.exe=binary">
       
 20608 <!--       <unit bldFile="app/videoplayer/mediaplayer/group"/> -->
       
 20609      </component>
       
 20610     </collection>
       
 20611     <collection name="mediasettings" long-name="Media Settings" level="support">
       
 20612      <component name="GSVideoPlugin.dll=binary">
       
 20613       <unit bldFile="app/videoplayer/mediasettings/group"/>
       
 20614      </component>
       
 20615      <component name="MPSettBase.dll=binary">
       
 20616 <!--       <unit bldFile="app/videoplayer/mediasettings/group"/> -->
       
 20617      </component>
       
 20618      <component name="MPSettROPModel.dll=binary">
       
 20619 <!--       <unit bldFile="app/videoplayer/mediasettings/group"/> -->
       
 20620      </component>
       
 20621      <component name="MediaSettings.exe=binary">
       
 20622 <!--       <unit bldFile="app/videoplayer/mediasettings/group"/> -->
       
 20623      </component>
       
 20624     </collection>
       
 20625     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20626     <collection name="videoplayer" long-name="videoplayer">
       
 20627      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20628      <component name="videoplayer" long-name="videoplayer">
       
 20629       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20630       <unit bldFile="app/videoplayer/group"/>
       
 20631      </component>
       
 20632     </collection>
       
 20633     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20634     <collection name="videoplayer_plat" long-name="videoplayer_plat">
       
 20635      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20636      <component name="videoplayer_plat" long-name="videoplayer_plat">
       
 20637       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20638       <unit bldFile="app/videoplayer/videoplayer_plat/group"/>
       
 20639      </component>
       
 20640      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20641      <component name="media_player_engine_api" long-name="media_player_engine_api">
       
 20642       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20643       <unit bldFile="app/videoplayer/videoplayer_plat/media_player_engine_api/group"/>
       
 20644      </component>
       
 20645      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20646      <component name="media_player_file_details_dialog_api" long-name="media_player_file_details_dialog_api">
       
 20647       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20648       <unit bldFile="app/videoplayer/videoplayer_plat/media_player_file_details_dialog_api/group"/>
       
 20649      </component>
       
 20650     </collection>
       
 20651    </block>
       
 20652    <block long-name="Photos" level="apps" name="photos" levels="support fw ui app">
       
 20653     <collection name="activedataplugin" long-name="Active Data Plugin" level="fw">
       
 20654      <component name="glxactivedataplugin.dll=binary">
       
 20655       <unit bldFile="app/photos/activedataplugin/group"/>
       
 20656      </component>
       
 20657      <component name="test" long-name="Test">
       
 20658       <unit bldFile="app/photos/activedataplugin/test/group"/>
       
 20659      </component>
       
 20660     </collection>
       
 20661     <collection name="collectionframework" long-name="Collection Framework" level="fw">
       
 20662      <component name="datasource" long-name="Data Source">
       
 20663       <unit bldFile="app/photos/collectionframework/datasource/group"/>
       
 20664      </component>
       
 20665      <component name="plugins">
       
 20666       <unit bldFile="app/photos/collectionframework/plugins/group"/>
       
 20667      </component>
       
 20668      <component name="test">
       
 20669       <unit bldFile="app/photos/collectionframework/test/group"/>
       
 20670      </component>
       
 20671      <component name="thumbnailcreator" long-name="Thumbnail Creator">
       
 20672       <unit bldFile="app/photos/collectionframework/thumbnailcreator/group"/>
       
 20673       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20674       <unit bldFile="app/photos/photosgallery/collectionframework/thumbnailcreator/group"/>
       
 20675      </component>
       
 20676     </collection>
       
 20677     <collection name="common" long-name="Common" level="support">
       
 20678      <component name="glxcommon.dll=binary">
       
 20679       <unit bldFile="app/photos/common/group"/>
       
 20680      </component>
       
 20681      <component name="test">
       
 20682       <unit bldFile="app/photos/common/test/group"/>
       
 20683      </component>
       
 20684     </collection>
       
 20685     <collection name="commonui" long-name="Common UI" level="ui">
       
 20686      <component name="glxcommonui.dll=binary">
       
 20687       <unit bldFile="app/photos/commonui/group"/>
       
 20688      </component>
       
 20689      <component name="test">
       
 20690       <unit bldFile="app/photos/commonui/test/group"/>
       
 20691      </component>
       
 20692     </collection>
       
 20693     <collection name="contentharvesterplugin" long-name="Content Harvester Plugin" level="ui">
       
 20694      <component name="glxcontentharvesterplugin.dll=binary">
       
 20695       <unit bldFile="app/photos/contentharvesterplugin/group"/>
       
 20696      </component>
       
 20697     </collection>
       
 20698     <collection name="controllers" long-name="Controllers" level="ui">
       
 20699      <component name="collectionmanager" long-name="Collection Manager">
       
 20700       <unit bldFile="app/photos/controllers/collectionmanager/group"/>
       
 20701       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20702       <unit bldFile="app/photos/photosgallery/controllers/collectionmanager/group"/>
       
 20703      </component>
       
 20704      <component name="fetcher" long-name="Fetcher">
       
 20705       <unit bldFile="app/photos/controllers/fetcher/group"/>
       
 20706       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20707       <unit bldFile="app/photos/photosgallery/controllers/fetcher/group"/>
       
 20708      </component>
       
 20709     </collection>
       
 20710     <collection name="gallery" long-name="Gallery" level="app">
       
 20711      <component name="glx.exe=binary">
       
 20712       <unit bldFile="app/photos/gallery/group"/>
       
 20713      </component>
       
 20714     </collection>
       
 20715     <collection name="logging" long-name="Logging" level="support">
       
 20716      <component name="app">
       
 20717       <unit bldFile="app/photos/logging/app/group"/>
       
 20718      </component>
       
 20719      <component name="client">
       
 20720       <unit bldFile="app/photos/logging/client/group"/>
       
 20721      </component>
       
 20722     </collection>
       
 20723     <collection name="photossuite" long-name="Photos Suite" level="ui">
       
 20724      <component name="dummyC.dll=binary">
       
 20725       <unit bldFile="app/photos/photossuite/group"/>
       
 20726      </component>
       
 20727     </collection>
       
 20728     <collection name="slideshow" long-name="Slideshow" level="app">
       
 20729      <component name="engine">
       
 20730       <unit bldFile="app/photos/slideshow/engine/group"/>
       
 20731      </component>
       
 20732      <component name="settingsdialog" long-name="Settings Dialog">
       
 20733       <unit bldFile="app/photos/slideshow/settingsdialog/group"/>
       
 20734       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20735       <unit bldFile="app/photos/photosgallery/slideshow/settingsdialog/group"/>
       
 20736      </component>
       
 20737      <component name="view" long-name="View">
       
 20738       <unit bldFile="app/photos/slideshow/view/group"/>
       
 20739       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20740       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/view/group"/>
       
 20741       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20742       <unit bldFile="app/photos/photosgallery/slideshow/view/group"/>
       
 20743      </component>
       
 20744     </collection>
       
 20745     <collection name="test" long-name="Test" level="app">
       
 20746      <component name="viewframework">
       
 20747       <unit bldFile="app/photos/test/viewframework/group"/>
       
 20748      </component>
       
 20749     </collection>
       
 20750     <collection name="viewframework" long-name="View Framework" level="fw">
       
 20751      <component name="commandhandlers" long-name="Command Handlers">
       
 20752       <unit bldFile="app/photos/viewframework/commandhandlers/group"/>
       
 20753       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20754       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/group"/>
       
 20755      </component>
       
 20756      <component name="dataprovider" long-name="Data Provider">
       
 20757       <unit bldFile="app/photos/viewframework/dataprovider/group"/>
       
 20758       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20759       <unit bldFile="app/photos/photosgallery/viewframework/dataprovider/group"/>
       
 20760      </component>
       
 20761      <component name="drmutility">
       
 20762       <unit bldFile="app/photos/viewframework/drmutility/group"/>
       
 20763      </component>
       
 20764      <component name="layouts" long-name="Layouts">
       
 20765       <unit bldFile="app/photos/viewframework/layouts/group"/>
       
 20766       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20767       <unit bldFile="app/photos/photosgallery/viewframework/layouts/group"/>
       
 20768      </component>
       
 20769      <component name="medialists" long-name="Media Lists">
       
 20770       <unit bldFile="app/photos/viewframework/medialists/group"/>
       
 20771       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20772       <unit bldFile="app/photos/photosgallery/viewframework/dataprovider/test/medialists/group"/>
       
 20773       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20774       <unit bldFile="app/photos/photosgallery/viewframework/medialists/group"/>
       
 20775      </component>
       
 20776      <component name="plugins">
       
 20777       <unit bldFile="app/photos/viewframework/plugins/group"/>
       
 20778      </component>
       
 20779      <component name="texturemanager" long-name="Texture Manager">
       
 20780       <unit bldFile="app/photos/viewframework/texturemanager/group"/>
       
 20781       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20782       <unit bldFile="app/photos/photosgallery/viewframework/texturemanager/group"/>
       
 20783      </component>
       
 20784      <component name="tvout" long-name="TV Out">
       
 20785       <unit bldFile="app/photos/viewframework/tvout/group"/>
       
 20786       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20787       <unit bldFile="app/photos/photosgallery/viewframework/tvout/group"/>
       
 20788      </component>
       
 20789      <component name="uiutilities" long-name="UI Utilities">
       
 20790       <unit bldFile="app/photos/viewframework/uiutilities/group"/>
       
 20791       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20792       <unit bldFile="app/photos/photosgallery/viewframework/uiutilities/group"/>
       
 20793      </component>
       
 20794      <component name="views">
       
 20795       <unit bldFile="app/photos/viewframework/views/group"/>
       
 20796      </component>
       
 20797      <component name="visuallistmanager" long-name="Visuallist Manager">
       
 20798       <unit bldFile="app/photos/viewframework/visuallistmanager/group"/>
       
 20799       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20800       <unit bldFile="app/photos/photosgallery/viewframework/visuallistmanager/group"/>
       
 20801      </component>
       
 20802     </collection>
       
 20803     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20804     <collection name="photos" long-name="photos">
       
 20805      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20806      <component name="photos" long-name="photos">
       
 20807       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20808       <unit bldFile="app/photos/group"/>
       
 20809      </component>
       
 20810     </collection>
       
 20811     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20812     <collection name="photos_plat" long-name="photos_plat">
       
 20813      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20814      <component name="collection_plugins_api" long-name="collection_plugins_api">
       
 20815       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20816       <unit bldFile="app/photos/photos_plat/collection_plugins_api/group"/>
       
 20817      </component>
       
 20818      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20819      <component name="controllers_collection_api" long-name="controllers_collection_api">
       
 20820       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20821       <unit bldFile="app/photos/photos_plat/controllers_collection_api/group"/>
       
 20822      </component>
       
 20823      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20824      <component name="gallery_utilities_api" long-name="gallery_utilities_api">
       
 20825       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20826       <unit bldFile="app/photos/photos_plat/gallery_utilities_api/group"/>
       
 20827      </component>
       
 20828      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20829      <component name="photos_plat" long-name="photos_plat">
       
 20830       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20831       <unit bldFile="app/photos/photos_plat/group"/>
       
 20832      </component>
       
 20833      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20834      <component name="slideshow_ui_constants_api" long-name="slideshow_ui_constants_api">
       
 20835       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20836       <unit bldFile="app/photos/photos_plat/slideshow_ui_constants_api/group"/>
       
 20837      </component>
       
 20838      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20839      <component name="views_metadatadialog_api" long-name="views_metadatadialog_api">
       
 20840       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20841       <unit bldFile="app/photos/photos_plat/views_metadatadialog_api/group"/>
       
 20842      </component>
       
 20843     </collection>
       
 20844     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 20845     <collection name="photosgallery" long-name="photosgallery">
       
 20846      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20847      <component name="glxdatasourcemde" long-name="glxdatasourcemde">
       
 20848       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20849       <unit bldFile="app/photos/photosgallery/collectionframework/datasource/plugins/glxdatasourcemde/group"/>
       
 20850      </component>
       
 20851      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20852      <component name="glxdatasourcemde2.5" long-name="glxdatasourcemde2.5">
       
 20853       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20854       <unit bldFile="app/photos/photosgallery/collectionframework/datasource/plugins/glxdatasourcemde2.5/group"/>
       
 20855      </component>
       
 20856      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20857      <component name="glxcollectionpluginalbums" long-name="glxcollectionpluginalbums">
       
 20858       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20859       <unit bldFile="app/photos/photosgallery/collectionframework/plugins/glxcollectionpluginalbums/group"/>
       
 20860      </component>
       
 20861      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20862      <component name="tagcollectionplugin" long-name="tagcollectionplugin">
       
 20863       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20864       <unit bldFile="app/photos/photosgallery/collectionframework/plugins/tagcollectionplugin/group"/>
       
 20865      </component>
       
 20866      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20867      <component name="albumcollectionplugin" long-name="albumcollectionplugin">
       
 20868       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20869       <unit bldFile="app/photos/photosgallery/collectionframework/plugins/Test/albumcollectionplugin/group"/>
       
 20870      </component>
       
 20871      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20872      <component name="testtagcollectionplugin" long-name="testtagcollectionplugin">
       
 20873       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20874       <unit bldFile="app/photos/photosgallery/collectionframework/plugins/Test/testtagcollectionplugin/group"/>
       
 20875      </component>
       
 20876      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20877      <component name="gallerytestapp" long-name="gallerytestapp">
       
 20878       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20879       <unit bldFile="app/photos/photosgallery/collectionframework/test/gallerytestapp/group"/>
       
 20880      </component>
       
 20881      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20882      <component name="t_glxresolutionutilitiy" long-name="t_glxresolutionutilitiy">
       
 20883       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20884       <unit bldFile="app/photos/photosgallery/commonui/test/t_glxresolutionutilitiy"/>
       
 20885      </component>
       
 20886      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20887      <component name="contentharvesterplugin" long-name="contentharvesterplugin">
       
 20888       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20889       <unit bldFile="app/photos/photosgallery/contentharvesterplugin/group"/>
       
 20890      </component>
       
 20891      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20892      <component name="fetchertestapp" long-name="fetchertestapp">
       
 20893       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20894       <unit bldFile="app/photos/photosgallery/controllers/fetcher/Test/fetchertestapp/group"/>
       
 20895      </component>
       
 20896      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20897      <component name="ut_fetcher" long-name="ut_fetcher">
       
 20898       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20899       <unit bldFile="app/photos/photosgallery/controllers/fetcher/Test/ut_fetcher"/>
       
 20900      </component>
       
 20901      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20902      <component name="controllers" long-name="controllers">
       
 20903       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20904       <unit bldFile="app/photos/photosgallery/controllers/group"/>
       
 20905      </component>
       
 20906      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20907      <component name="photosgallery" long-name="photosgallery">
       
 20908       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20909       <unit bldFile="app/photos/photosgallery/group"/>
       
 20910      </component>
       
 20911      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20912      <component name="icons" long-name="icons">
       
 20913       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20914       <unit bldFile="app/photos/photosgallery/icons"/>
       
 20915       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20916       <unit bldFile="app/videocenter/vcplayer/utils/icons/group"/>
       
 20917      </component>
       
 20918      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20919      <component name="logging" long-name="logging">
       
 20920       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20921       <unit bldFile="app/photos/photosgallery/logging/group"/>
       
 20922      </component>
       
 20923      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20924      <component name="photossuite" long-name="photossuite">
       
 20925       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20926       <unit bldFile="app/photos/photosgallery/photossuite/group"/>
       
 20927      </component>
       
 20928      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20929      <component name="slideshow" long-name="slideshow">
       
 20930       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20931       <unit bldFile="app/photos/photosgallery/slideshow/group"/>
       
 20932      </component>
       
 20933      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20934      <component name="albumpopuptest" long-name="albumpopuptest">
       
 20935       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20936       <unit bldFile="app/photos/photosgallery/test/viewframework/uiutilities/albumpopuptest/group"/>
       
 20937      </component>
       
 20938      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20939      <component name="commandhandlerbase" long-name="commandhandlerbase">
       
 20940       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20941       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerbase/group"/>
       
 20942      </component>
       
 20943      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20944      <component name="commandhandlerdrm" long-name="commandhandlerdrm">
       
 20945       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20946       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerdrm/group"/>
       
 20947      </component>
       
 20948      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20949      <component name="commandhandlermarking" long-name="commandhandlermarking">
       
 20950       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20951       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlermarking/group"/>
       
 20952      </component>
       
 20953      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20954      <component name="commandhandlermoreinfo" long-name="commandhandlermoreinfo">
       
 20955       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20956       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlermoreinfo/group"/>
       
 20957      </component>
       
 20958      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20959      <component name="commandhandlerupnp" long-name="commandhandlerupnp">
       
 20960       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20961       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/group"/>
       
 20962      </component>
       
 20963      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20964      <component name="t_cglxcommandhandlershowviaupnp" long-name="t_cglxcommandhandlershowviaupnp">
       
 20965       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20966       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/test/t_cglxcommandhandlershowviaupnp"/>
       
 20967      </component>
       
 20968      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20969      <component name="t_cglxthumbnailsaver" long-name="t_cglxthumbnailsaver">
       
 20970       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20971       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/test/t_cglxthumbnailsaver"/>
       
 20972      </component>
       
 20973      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20974      <component name="t_cglxupnprendererimpl" long-name="t_cglxupnprendererimpl">
       
 20975       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20976       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/test/t_cglxupnprendererimpl"/>
       
 20977      </component>
       
 20978      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20979      <component name="t_glxcommandhandlercopytohomenetwork" long-name="t_glxcommandhandlercopytohomenetwork">
       
 20980       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20981       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/test/t_glxcommandhandlercopytohomenetwork"/>
       
 20982      </component>
       
 20983      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20984      <component name="t_glxupnprenderer" long-name="t_glxupnprenderer">
       
 20985       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20986       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/test/t_glxupnprenderer"/>
       
 20987      </component>
       
 20988      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20989      <component name="commoncommandhandlers" long-name="commoncommandhandlers">
       
 20990       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20991       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/group"/>
       
 20992      </component>
       
 20993      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20994      <component name="t_cglxaiwservicehandler" long-name="t_cglxaiwservicehandler">
       
 20995       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 20996       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/test/t_cglxaiwservicehandler"/>
       
 20997      </component>
       
 20998      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 20999      <component name="t_glxcommandhandlerback" long-name="t_glxcommandhandlerback">
       
 21000       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21001       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/test/t_glxcommandhandlerback"/>
       
 21002      </component>
       
 21003      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21004      <component name="ut_cglxcommandhandlersortorder" long-name="ut_cglxcommandhandlersortorder">
       
 21005       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21006       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/test/ut_cglxcommandhandlersortorder"/>
       
 21007      </component>
       
 21008      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21009      <component name="ut_commandhandlermoreinfo" long-name="ut_commandhandlermoreinfo">
       
 21010       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21011       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/test/ut_commandhandlermoreinfo"/>
       
 21012      </component>
       
 21013      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21014      <component name="ut__commandhandlermarking" long-name="ut__commandhandlermarking">
       
 21015       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21016       <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/test/ut__commandhandlermarking"/>
       
 21017      </component>
       
 21018      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21019      <component name="ui_commandbinding" long-name="ui_commandbinding">
       
 21020       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21021       <unit bldFile="app/photos/photosgallery/viewframework/dataprovider/test/ui_commandbinding/group"/>
       
 21022      </component>
       
 21023      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21024      <component name="t_cglxdownloadsgridviewplugin" long-name="t_cglxdownloadsgridviewplugin">
       
 21025       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21026       <unit bldFile="app/photos/photosgallery/viewframework/plugins/gridviewplugin/test/t_cglxdownloadsgridviewplugin"/>
       
 21027      </component>
       
 21028      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21029      <component name="ut_CGlxTagGridViewPlugin" long-name="ut_CGlxTagGridViewPlugin">
       
 21030       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21031       <unit bldFile="app/photos/photosgallery/viewframework/plugins/gridviewplugin/test/ut_CGlxTagGridViewPlugin"/>
       
 21032      </component>
       
 21033      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21034      <component name="tagsbrowserviewplugin" long-name="tagsbrowserviewplugin">
       
 21035       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21036       <unit bldFile="app/photos/photosgallery/viewframework/plugins/tagsbrowserviewplugin/group"/>
       
 21037      </component>
       
 21038      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21039      <component name="t_cglxtagsbrowserviewplugin" long-name="t_cglxtagsbrowserviewplugin">
       
 21040       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21041       <unit bldFile="app/photos/photosgallery/viewframework/plugins/tagsbrowserviewplugin/test/t_cglxtagsbrowserviewplugin"/>
       
 21042      </component>
       
 21043      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21044      <component name="testgridviewplugin" long-name="testgridviewplugin">
       
 21045       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21046       <unit bldFile="app/photos/photosgallery/viewframework/plugins/test/testgridviewplugin/group"/>
       
 21047      </component>
       
 21048      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21049      <component name="t_cglxhuiutility" long-name="t_cglxhuiutility">
       
 21050       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21051       <unit bldFile="app/photos/photosgallery/viewframework/uiutilities/Test/t_cglxhuiutility"/>
       
 21052      </component>
       
 21053      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21054      <component name="t_glxskinchangemonitor" long-name="t_glxskinchangemonitor">
       
 21055       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21056       <unit bldFile="app/photos/photosgallery/viewframework/uiutilities/Test/t_glxskinchangemonitor"/>
       
 21057      </component>
       
 21058      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21059      <component name="cloudview" long-name="cloudview">
       
 21060       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21061       <unit bldFile="app/photos/photosgallery/viewframework/views/cloudview/group"/>
       
 21062      </component>
       
 21063      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21064      <component name="listview" long-name="listview">
       
 21065       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21066       <unit bldFile="app/photos/photosgallery/viewframework/views/listview/group"/>
       
 21067      </component>
       
 21068      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21069      <component name="metadatadialog" long-name="metadatadialog">
       
 21070       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21071       <unit bldFile="app/photos/photosgallery/viewframework/views/metadatadialog/group"/>
       
 21072      </component>
       
 21073      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21074      <component name="viewbase" long-name="viewbase">
       
 21075       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21076       <unit bldFile="app/photos/photosgallery/viewframework/views/viewbase/group"/>
       
 21077      </component>
       
 21078     </collection>
       
 21079    </block>
       
 21080    <block long-name="Video Center" level="apps" name="videocenter" levels="eng ui app">
       
 21081     <collection name="mpxmyvideoscollection" long-name="MPX My Videos Collection" level="app">
       
 21082      <component name="mpx_common_api" long-name="MPX Common_Api">
       
 21083       <unit bldFile="app/videocenter/mpxmyvideoscollection/mpx_common_api/group"/>
       
 21084      </component>
       
 21085      <component name="vcxmyvideoscollectionplugin.dll=binary">
       
 21086       <unit bldFile="app/videocenter/mpxmyvideoscollection/group"/>
       
 21087      </component>
       
 21088     </collection>
       
 21089     <collection name="nsmyvideosview" long-name="NS My Videos View" level="app">
       
 21090      <component name="nsmyvideos" long-name="NS Myvideos">
       
 21091       <unit bldFile="app/videocenter/nsmyvideosview/nsmyvideos/group"/>
       
 21092      </component>
       
 21093      <component name="nsmyvideosplugin" long-name="NS Myvideos Plugin">
       
 21094       <unit bldFile="app/videocenter/nsmyvideosview/nsmyvideosplugin/group"/>
       
 21095      </component>
       
 21096      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21097      <component name="nsmyvideosview" long-name="nsmyvideosview">
       
 21098       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21099       <unit bldFile="app/videocenter/nsmyvideosview/group"/>
       
 21100      </component>
       
 21101      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21102      <component name="hgmyvideos" long-name="hgmyvideos">
       
 21103       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21104       <unit bldFile="app/videocenter/nsmyvideosview/hgmyvideos/group"/>
       
 21105      </component>
       
 21106      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21107      <component name="hgmyvideosplugin" long-name="hgmyvideosplugin">
       
 21108       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21109       <unit bldFile="app/videocenter/nsmyvideosview/hgmyvideosplugin/group"/>
       
 21110      </component>
       
 21111     </collection>
       
 21112     <collection name="vccommon" long-name="Video Center Common" level="eng">
       
 21113      <component name="help_rel6" long-name="Help REl6">
       
 21114       <unit bldFile="app/videocenter/vccommon/help_rel6/group"/>
       
 21115      </component>
       
 21116      <component name="notifierplugins" long-name="Notifier Plugins">
       
 21117       <unit bldFile="app/videocenter/vccommon/notifierplugins/group"/>
       
 21118      </component>
       
 21119      <component name="utils">
       
 21120       <unit bldFile="app/videocenter/vccommon/utils/group"/>
       
 21121      </component>
       
 21122      <component name="viewmessageutility" long-name="View Message Utility">
       
 21123       <unit bldFile="app/videocenter/vccommon/viewmessageutility/group"/>
       
 21124      </component>
       
 21125      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21126      <component name="vccommon" long-name="vccommon">
       
 21127       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21128       <unit bldFile="app/videocenter/vccommon/group"/>
       
 21129      </component>
       
 21130      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21131      <component name="notifierplugin" long-name="notifierplugin">
       
 21132       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21133       <unit bldFile="app/videocenter/vccommon/notifierplugins/notifierplugin/Group"/>
       
 21134      </component>
       
 21135      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21136      <component name="vcxnotifier" long-name="vcxnotifier">
       
 21137       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21138       <unit bldFile="app/videocenter/vccommon/notifierplugins/vcxnotifier/group"/>
       
 21139      </component>
       
 21140      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21141      <component name="sis" long-name="sis">
       
 21142       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21143       <unit bldFile="app/videocenter/vccommon/sis"/>
       
 21144      </component>
       
 21145     </collection>
       
 21146     <collection name="vcengines" long-name="Video Center Engines" level="eng">
       
 21147      <component name="livetvepgengine" long-name="Live TV EPG Engine">
       
 21148       <unit bldFile="app/videocenter/vcengines/livetvepgengine/group"/>
       
 21149      </component>
       
 21150      <component name="livetvschedulerplugin" long-name="Live TV Scheduler Plugin">
       
 21151       <unit bldFile="app/videocenter/vcengines/livetvschedulerplugin/group"/>
       
 21152      </component>
       
 21153      <component name="livetvutils" long-name="Live TV Utils">
       
 21154       <unit bldFile="app/videocenter/vcengines/livetvutils/group"/>
       
 21155      </component>
       
 21156      <component name="mrssplugin" long-name="Mrss Plugin">
       
 21157       <unit bldFile="app/videocenter/vcengines/mrssplugin/group"/>
       
 21158      </component>
       
 21159      <component name="networkengine" long-name="Network Engine">
       
 21160       <unit bldFile="app/videocenter/vcengines/networkengine/group"/>
       
 21161      </component>
       
 21162      <component name="scheduleddlplugin" long-name="Scheduled Download Plugin">
       
 21163       <unit bldFile="app/videocenter/vcengines/scheduleddlplugin/group"/>
       
 21164      </component>
       
 21165      <component name="server">
       
 21166       <unit bldFile="app/videocenter/vcengines/server/group"/>
       
 21167      </component>
       
 21168      <component name="serviceprovisioning" long-name="Service Provisioning">
       
 21169       <unit bldFile="app/videocenter/vcengines/serviceprovisioning/group"/>
       
 21170      </component>
       
 21171      <component name="tunerengine" long-name="Tuner Engine">
       
 21172       <unit bldFile="app/videocenter/vcengines/tunerengine/group"/>
       
 21173      </component>
       
 21174      <component name="voddownloadplugin" long-name="VOD Download Plugin">
       
 21175       <unit bldFile="app/videocenter/vcengines/voddownloadplugin/group"/>
       
 21176      </component>
       
 21177      <component name="xmltvplugin" long-name="XML TV Plugin">
       
 21178       <unit bldFile="app/videocenter/vcengines/xmltvplugin/group"/>
       
 21179      </component>
       
 21180      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21181      <component name="vcengines" long-name="vcengines">
       
 21182       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21183       <unit bldFile="app/videocenter/vcengines/group"/>
       
 21184      </component>
       
 21185      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21186      <component name="clientapi" long-name="clientapi">
       
 21187       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21188       <unit bldFile="app/videocenter/vcengines/server/clientapi/group"/>
       
 21189      </component>
       
 21190      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21191      <component name="IptvEpgManager" long-name="IptvEpgManager">
       
 21192       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21193       <unit bldFile="app/videocenter/vcengines/server/IptvEpgManager/group"/>
       
 21194      </component>
       
 21195      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21196      <component name="omaprovisioning" long-name="omaprovisioning">
       
 21197       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21198       <unit bldFile="app/videocenter/vcengines/serviceprovisioning/omaprovisioning/group"/>
       
 21199      </component>
       
 21200      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21201      <component name="provisioningappui" long-name="provisioningappui">
       
 21202       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21203       <unit bldFile="app/videocenter/vcengines/serviceprovisioning/provisioningappui/group"/>
       
 21204      </component>
       
 21205      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21206      <component name="provisioningprocessor" long-name="provisioningprocessor">
       
 21207       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21208       <unit bldFile="app/videocenter/vcengines/serviceprovisioning/provisioningprocessor/group"/>
       
 21209      </component>
       
 21210      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21211      <component name="provisioningrecognizer" long-name="provisioningrecognizer">
       
 21212       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21213       <unit bldFile="app/videocenter/vcengines/serviceprovisioning/provisioningrecognizer/group"/>
       
 21214      </component>
       
 21215     </collection>
       
 21216     <collection name="vcnsuis" long-name="Video Center NS UIs" level="ui">
       
 21217      <component name="vcnsahplugin" long-name="VCNS Action Handler Plugin">
       
 21218       <unit bldFile="app/videocenter/vcnsuis/vcnsahplugin/group"/>
       
 21219      </component>
       
 21220      <component name="vcnsapp" long-name="VCNS App">
       
 21221       <unit bldFile="app/videocenter/vcnsuis/vcnsapp/group"/>
       
 21222      </component>
       
 21223      <component name="vcnschplugin" long-name="VCNS Content Harvester Plugin">
       
 21224       <unit bldFile="app/videocenter/vcnsuis/vcnschplugin/group"/>
       
 21225      </component>
       
 21226      <component name="vcnslivetv" long-name="VCNS Live TV">
       
 21227       <unit bldFile="app/videocenter/vcnsuis/vcnslivetv/group"/>
       
 21228      </component>
       
 21229      <component name="vcnssettings" long-name="VCNS Settings">
       
 21230       <unit bldFile="app/videocenter/vcnsuis/vcnssettings/group"/>
       
 21231      </component>
       
 21232      <component name="vcnsvodui" long-name="VCNS VOD UI">
       
 21233       <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/group"/>
       
 21234       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21235       <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/views/vcnsvodui/group"/>
       
 21236      </component>
       
 21237      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21238      <component name="vcnsappui" long-name="vcnsappui">
       
 21239       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21240       <unit bldFile="app/videocenter/vcnsuis/vcnsapp/vcnsappui/group"/>
       
 21241      </component>
       
 21242      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21243      <component name="vcnsbsutility" long-name="vcnsbsutility">
       
 21244       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21245       <unit bldFile="app/videocenter/vcnsuis/vcnsapp/vcnsbsutility/group"/>
       
 21246      </component>
       
 21247      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21248      <component name="vcnsuiengine" long-name="vcnsuiengine">
       
 21249       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21250       <unit bldFile="app/videocenter/vcnsuis/vcnsapp/vcnsuiengine/group"/>
       
 21251      </component>
       
 21252      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21253      <component name="remindernotifier" long-name="remindernotifier">
       
 21254       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21255       <unit bldFile="app/videocenter/vcnsuis/vcnslivetv/remindernotifier/Group"/>
       
 21256      </component>
       
 21257      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21258      <component name="vcnsgsplugin" long-name="vcnsgsplugin">
       
 21259       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21260       <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnsgsplugin/group"/>
       
 21261      </component>
       
 21262      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21263      <component name="vcnsscheduleplugin" long-name="vcnsscheduleplugin">
       
 21264       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21265       <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnsscheduleplugin/group"/>
       
 21266      </component>
       
 21267      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21268      <component name="vcnsscheduleview" long-name="vcnsscheduleview">
       
 21269       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21270       <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnsscheduleview/group"/>
       
 21271      </component>
       
 21272      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21273      <component name="vcnssettingsengine" long-name="vcnssettingsengine">
       
 21274       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21275       <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnssettingsengine/group"/>
       
 21276      </component>
       
 21277      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21278      <component name="vcnssettingsplugin" long-name="vcnssettingsplugin">
       
 21279       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21280       <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnssettingsplugin/group"/>
       
 21281      </component>
       
 21282      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21283      <component name="vcnssettingsviews" long-name="vcnssettingsviews">
       
 21284       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21285       <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnssettingsviews/group"/>
       
 21286      </component>
       
 21287      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21288      <component name="hgvodplugin" long-name="hgvodplugin">
       
 21289       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21290       <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/plugins/hgvodplugin/group"/>
       
 21291      </component>
       
 21292      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21293      <component name="vcnsvodplugin" long-name="vcnsvodplugin">
       
 21294       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21295       <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/plugins/vcnsvodplugin/group"/>
       
 21296      </component>
       
 21297      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21298      <component name="hgvodui" long-name="hgvodui">
       
 21299       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21300       <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/views/hgvodui/group"/>
       
 21301      </component>
       
 21302     </collection>
       
 21303     <collection name="vcplayer" long-name="Video Center Player" level="app">
       
 21304      <component name="core">
       
 21305       <unit bldFile="app/videocenter/vcplayer/core/group"/>
       
 21306      </component>
       
 21307      <component name="defaultview" long-name="Default View">
       
 21308       <unit bldFile="app/videocenter/vcplayer/defaultview/group"/>
       
 21309      </component>
       
 21310      <component name="plugins">
       
 21311       <unit bldFile="app/videocenter/vcplayer/plugins/group"/>
       
 21312      </component>
       
 21313      <component name="utils">
       
 21314       <unit bldFile="app/videocenter/vcplayer/utils/group"/>
       
 21315      </component>
       
 21316      <component name="vcnsplayerview" long-name="VCNS Player View">
       
 21317       <unit bldFile="app/videocenter/vcplayer/vcnsplayerview/group"/>
       
 21318      </component>
       
 21319      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21320      <component name="controllerbase" long-name="controllerbase">
       
 21321       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21322       <unit bldFile="app/videocenter/vcplayer/core/controllerbase/group"/>
       
 21323      </component>
       
 21324      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21325      <component name="playercore" long-name="playercore">
       
 21326       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21327       <unit bldFile="app/videocenter/vcplayer/core/playercore/group"/>
       
 21328      </component>
       
 21329      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21330      <component name="vcplayer" long-name="vcplayer">
       
 21331       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21332       <unit bldFile="app/videocenter/vcplayer/group"/>
       
 21333      </component>
       
 21334      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21335      <component name="dlprogresscontroller" long-name="dlprogresscontroller">
       
 21336       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21337       <unit bldFile="app/videocenter/vcplayer/plugins/dlprogresscontroller/group"/>
       
 21338      </component>
       
 21339      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21340      <component name="rtpfileplaycontroller" long-name="rtpfileplaycontroller">
       
 21341       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21342       <unit bldFile="app/videocenter/vcplayer/plugins/rtpfileplaycontroller/group"/>
       
 21343      </component>
       
 21344      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21345      <component name="unicaststreamplayercontroller" long-name="unicaststreamplayercontroller">
       
 21346       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21347       <unit bldFile="app/videocenter/vcplayer/plugins/unicaststreamplayercontroller/group"/>
       
 21348      </component>
       
 21349      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21350      <component name="s60_50" long-name="s60_50">
       
 21351       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21352       <unit bldFile="app/videocenter/vcplayer/utils/icons/s60_50/group"/>
       
 21353      </component>
       
 21354     </collection>
       
 21355     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 21356     <collection name="videocenter" long-name="videocenter">
       
 21357      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21358      <component name="videocenter" long-name="videocenter">
       
 21359       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21360       <unit bldFile="app/videocenter/group"/>
       
 21361      </component>
       
 21362     </collection>
       
 21363     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 21364     <collection name="videocenter_plat" long-name="videocenter_plat">
       
 21365      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21366      <component name="videocenter_plat" long-name="videocenter_plat">
       
 21367       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21368       <unit bldFile="app/videocenter/videocenter_plat/group"/>
       
 21369      </component>
       
 21370      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21371      <component name="videocenter_player_api" long-name="videocenter_player_api">
       
 21372       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21373       <unit bldFile="app/videocenter/videocenter_plat/videocenter_player_api/group"/>
       
 21374      </component>
       
 21375     </collection>
       
 21376    </block>
       
 21377    <block long-name="Music Player Apps" level="apps" name="musicplayer" levels="plugins support apps">
       
 21378     <collection name="cameseui" long-name="Camese UI" level="support">
       
 21379      <component name="browserview" long-name="Browser View">
       
 21380       <unit bldFile="app/musicplayer/cameseui/browserview/group"/>
       
 21381      </component>
       
 21382      <component name="browserviewplugin" long-name="Browser View Plugin">
       
 21383       <unit bldFile="app/musicplayer/cameseui/browserviewplugin/group"/>
       
 21384      </component>
       
 21385      <component name="common">
       
 21386       <unit bldFile="app/musicplayer/cameseui/common/group"/>
       
 21387      </component>
       
 21388      <component name="drmhandler" long-name="DRM Handler">
       
 21389       <unit bldFile="app/musicplayer/cameseui/drmhandler/group"/>
       
 21390      </component>
       
 21391     </collection>
       
 21392     <collection name="mpxmusicplayer" long-name="MPX Music Player" level="apps">
       
 21393      <component name="activeidle" long-name="Active Idle">
       
 21394       <unit bldFile="app/musicplayer/mpxmusicplayer/activeidle/group"/>
       
 21395      </component>
       
 21396      <component name="app">
       
 21397       <unit bldFile="app/musicplayer/mpxmusicplayer/app/group"/>
       
 21398      </component>
       
 21399      <component name="commonui">
       
 21400       <unit bldFile="app/musicplayer/mpxmusicplayer/commonui/group"/>
       
 21401      </component>
       
 21402      <component name="mediakeyhandler" long-name="Mediakey Handler">
       
 21403       <unit bldFile="app/musicplayer/mpxmusicplayer/mediakeyhandler/group"/>
       
 21404      </component>
       
 21405      <component name="metadatahandler" long-name="Metadata Handler">
       
 21406       <unit bldFile="app/musicplayer/mpxmusicplayer/metadatahandler/group"/>
       
 21407      </component>
       
 21408      <component name="mpvolumepopup" long-name="MP Volume PopUp">
       
 21409       <unit bldFile="app/musicplayer/mpxmusicplayer/mpvolumepopup/group"/>
       
 21410      </component>
       
 21411      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21412      <component name="aiplayerplugin" long-name="aiplayerplugin">
       
 21413       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21414       <unit bldFile="app/musicplayer/mpxmusicplayer/activeidle/aiplayerplugin/group"/>
       
 21415      </component>
       
 21416      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21417      <component name="mpxmusicplayer" long-name="mpxmusicplayer">
       
 21418       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21419       <unit bldFile="app/musicplayer/mpxmusicplayer/group"/>
       
 21420      </component>
       
 21421     </collection>
       
 21422     <collection name="musichomescreen" long-name="Music Homescreen" level="apps">
       
 21423      <component name="data">
       
 21424       <unit bldFile="app/musicplayer/musichomescreen/data/group"/>
       
 21425      </component>
       
 21426      <component name="dummyMusic.dll=binary">
       
 21427       <unit bldFile="app/musicplayer/musichomescreen/group"/>
       
 21428      </component>
       
 21429      <component name="mcpmusicplayer" long-name="MCP Music Player">
       
 21430       <unit bldFile="app/musicplayer/musichomescreen/mcpmusicplayer/group"/>
       
 21431      </component>
       
 21432      <component name="mpxcollectionpublisher" long-name="MPX Collection Publisher">
       
 21433       <unit bldFile="app/musicplayer/musichomescreen/mpxcollectionpublisher/group"/>
       
 21434      </component>
       
 21435      <component name="musiccontentpublisher" long-name="Music Content Publisher">
       
 21436       <unit bldFile="app/musicplayer/musichomescreen/musiccontentpublisher/group"/>
       
 21437      </component>
       
 21438      <component name="musicplayeractionhandlerplugin" long-name="Music Player Action Handler Plugin">
       
 21439       <unit bldFile="app/musicplayer/musichomescreen/musicplayeractionhandlerplugin/group"/>
       
 21440      </component>
       
 21441      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21442      <component name="default" long-name="default">
       
 21443       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21444       <unit bldFile="app/musicplayer/musichomescreen/data/themes/default/group"/>
       
 21445      </component>
       
 21446      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21447      <component name="musicwidget" long-name="musicwidget">
       
 21448       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21449       <unit bldFile="app/musicplayer/musichomescreen/data/themes/default/install/musicwidget/group"/>
       
 21450      </component>
       
 21451     </collection>
       
 21452     <collection name="musicvisualization" long-name="Music Visualization" level="plugins">
       
 21453      <component name="MusicVisualizationPlugin.dll=binary">
       
 21454       <unit bldFile="app/musicplayer/musicvisualization/group"/>
       
 21455      </component>
       
 21456      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21457      <component name="mpxvisualizationplugins" long-name="mpxvisualizationplugins">
       
 21458       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21459       <unit bldFile="app/musicplayer/musicvisualization/mpxvisualizationplugins/group"/>
       
 21460      </component>
       
 21461      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21462      <component name="musicvisualizationplugin" long-name="musicvisualizationplugin">
       
 21463       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21464       <unit bldFile="app/musicplayer/musicvisualization/musicvisualizationplugin/group"/>
       
 21465      </component>
       
 21466     </collection>
       
 21467     <collection name="serviceplugins" long-name="Service Plugins" level="plugins">
       
 21468      <component name="collectionplugins" long-name="Collection Plugins">
       
 21469       <unit bldFile="app/musicplayer/serviceplugins/collectionplugins/group"/>
       
 21470       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21471       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/collectionplugins/group"/>
       
 21472      </component>
       
 21473      <component name="playbackplugins" long-name="Playback Plugins">
       
 21474       <unit bldFile="app/musicplayer/serviceplugins/playbackplugins/group"/>
       
 21475       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21476       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/playbackplugins/group"/>
       
 21477      </component>
       
 21478      <component name="playlistplugins" long-name="Playlist Plugins">
       
 21479       <unit bldFile="app/musicplayer/serviceplugins/playlistplugins/group"/>
       
 21480       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21481       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/playlistplugins/group"/>
       
 21482      </component>
       
 21483      <component name="screensaverplugins" long-name="Screensaver Plugins">
       
 21484       <unit bldFile="app/musicplayer/serviceplugins/screensaverplugins/group"/>
       
 21485       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21486       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/screensaverplugins/group"/>
       
 21487      </component>
       
 21488      <component name="visualizationplugins" long-name="Visualization Plugins">
       
 21489       <unit bldFile="app/musicplayer/serviceplugins/visualizationplugins/group"/>
       
 21490      </component>
       
 21491     </collection>
       
 21492     <collection name="viewplugins" long-name="View Plugins" level="plugins">
       
 21493      <component name="plugins">
       
 21494       <unit bldFile="app/musicplayer/viewplugins/plugins/group"/>
       
 21495      </component>
       
 21496      <component name="views">
       
 21497       <unit bldFile="app/musicplayer/viewplugins/views/group"/>
       
 21498      </component>
       
 21499     </collection>
       
 21500     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 21501     <collection name="musicplayer" long-name="musicplayer">
       
 21502      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21503      <component name="musicplayer" long-name="musicplayer">
       
 21504       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21505       <unit bldFile="app/musicplayer/group"/>
       
 21506      </component>
       
 21507     </collection>
       
 21508     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 21509     <collection name="mpxplugins" long-name="mpxplugins">
       
 21510      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21511      <component name="mpxplugins" long-name="mpxplugins">
       
 21512       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21513       <unit bldFile="app/musicplayer/mpxplugins/group"/>
       
 21514      </component>
       
 21515      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21516      <component name="mpxinmemoryplugin" long-name="mpxinmemoryplugin">
       
 21517       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21518       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/collectionplugins/mpxinmemoryplugin/group"/>
       
 21519      </component>
       
 21520      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21521      <component name="mpxsqlitedbcommon" long-name="mpxsqlitedbcommon">
       
 21522       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21523       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbcommon/group"/>
       
 21524      </component>
       
 21525      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21526      <component name="mpxsqlitedbplugin" long-name="mpxsqlitedbplugin">
       
 21527       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21528       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbplugin/group"/>
       
 21529      </component>
       
 21530      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21531      <component name="mpxsqlitepodcastdbplugin" long-name="mpxsqlitepodcastdbplugin">
       
 21532       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21533       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/collectionplugins/mpxsqlitepodcastdbplugin/group"/>
       
 21534      </component>
       
 21535      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21536      <component name="serviceplugins" long-name="serviceplugins">
       
 21537       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21538       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/group"/>
       
 21539      </component>
       
 21540      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21541      <component name="audioeffects" long-name="audioeffects">
       
 21542       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21543       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/playbackplugins/audioeffects/group"/>
       
 21544      </component>
       
 21545      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21546      <component name="localaudio" long-name="localaudio">
       
 21547       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21548       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/playbackplugins/localaudio/group"/>
       
 21549      </component>
       
 21550      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21551      <component name="progressdownload" long-name="progressdownload">
       
 21552       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21553       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/playbackplugins/progressdownload/group"/>
       
 21554      </component>
       
 21555      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21556      <component name="progressdownloadsb" long-name="progressdownloadsb">
       
 21557       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21558       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/playbackplugins/progressdownloadsb/group"/>
       
 21559      </component>
       
 21560      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21561      <component name="m3uplaylistplugin" long-name="m3uplaylistplugin">
       
 21562       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21563       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/playlistplugins/m3uplaylistplugin/group"/>
       
 21564      </component>
       
 21565      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21566      <component name="mpxscreensaverplugin" long-name="mpxscreensaverplugin">
       
 21567       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21568       <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/screensaverplugins/mpxscreensaverplugin/group"/>
       
 21569      </component>
       
 21570      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21571      <component name="viewplugins" long-name="viewplugins">
       
 21572       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21573       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/group"/>
       
 21574      </component>
       
 21575      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21576      <component name="addtracksdialogplugin" long-name="addtracksdialogplugin">
       
 21577       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21578       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/addtracksdialogplugin/group"/>
       
 21579      </component>
       
 21580      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21581      <component name="albumarteditordialogplugin" long-name="albumarteditordialogplugin">
       
 21582       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21583       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/albumarteditordialogplugin/group"/>
       
 21584      </component>
       
 21585      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21586      <component name="audioeffectsviewplugin" long-name="audioeffectsviewplugin">
       
 21587       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21588       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/audioeffectsviewplugin/group"/>
       
 21589      </component>
       
 21590      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21591      <component name="collectionviewplugin" long-name="collectionviewplugin">
       
 21592       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21593       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/collectionviewplugin/group"/>
       
 21594      </component>
       
 21595      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21596      <component name="embeddedplaybackviewplugin" long-name="embeddedplaybackviewplugin">
       
 21597       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21598       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/embeddedplaybackviewplugin/group"/>
       
 21599      </component>
       
 21600      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21601      <component name="equalizerviewplugin" long-name="equalizerviewplugin">
       
 21602       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21603       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/equalizerviewplugin/group"/>
       
 21604      </component>
       
 21605      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21606      <component name="mainviewplugin" long-name="mainviewplugin">
       
 21607       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21608       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/mainviewplugin/group"/>
       
 21609      </component>
       
 21610      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21611      <component name="metadataeditordialogplugin" long-name="metadataeditordialogplugin">
       
 21612       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21613       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/metadataeditordialogplugin/group"/>
       
 21614      </component>
       
 21615      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21616      <component name="pdplaybackviewplugin" long-name="pdplaybackviewplugin">
       
 21617       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21618       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/pdplaybackviewplugin/group"/>
       
 21619      </component>
       
 21620      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21621      <component name="pdsbplaybackviewplugin" long-name="pdsbplaybackviewplugin">
       
 21622       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21623       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/pdsbplaybackviewplugin/group"/>
       
 21624      </component>
       
 21625      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21626      <component name="playbackviewplugin" long-name="playbackviewplugin">
       
 21627       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21628       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/playbackviewplugin/group"/>
       
 21629      </component>
       
 21630      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21631      <component name="podcastplaybackviewplugin" long-name="podcastplaybackviewplugin">
       
 21632       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21633       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/podcastplaybackviewplugin/group"/>
       
 21634      </component>
       
 21635      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21636      <component name="podcastviewplugin" long-name="podcastviewplugin">
       
 21637       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21638       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/podcastviewplugin/group"/>
       
 21639      </component>
       
 21640      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21641      <component name="upnpbrowsedialogplugin" long-name="upnpbrowsedialogplugin">
       
 21642       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21643       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/upnpbrowsedialogplugin/group"/>
       
 21644      </component>
       
 21645      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21646      <component name="upnpplaybackdialogplugin" long-name="upnpplaybackdialogplugin">
       
 21647       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21648       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/upnpplaybackdialogplugin/group"/>
       
 21649      </component>
       
 21650      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21651      <component name="upnpplaybackviewplugin" long-name="upnpplaybackviewplugin">
       
 21652       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21653       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/upnpplaybackviewplugin/group"/>
       
 21654      </component>
       
 21655      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21656      <component name="visualizationmenudialogplugin" long-name="visualizationmenudialogplugin">
       
 21657       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21658       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/visualizationmenudialogplugin/group"/>
       
 21659      </component>
       
 21660      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21661      <component name="visualizationviewplugin" long-name="visualizationviewplugin">
       
 21662       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21663       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/visualizationviewplugin/group"/>
       
 21664      </component>
       
 21665      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21666      <component name="waitnotedialogplugin" long-name="waitnotedialogplugin">
       
 21667       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21668       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/plugins/waitnotedialogplugin/group"/>
       
 21669      </component>
       
 21670      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21671      <component name="addtracksdialog" long-name="addtracksdialog">
       
 21672       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21673       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/addtracksdialog/group"/>
       
 21674      </component>
       
 21675      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21676      <component name="albumarteditordialog" long-name="albumarteditordialog">
       
 21677       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21678       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/albumarteditordialog/group"/>
       
 21679      </component>
       
 21680      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21681      <component name="audioeffectsview" long-name="audioeffectsview">
       
 21682       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21683       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/audioeffectsview/group"/>
       
 21684      </component>
       
 21685      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21686      <component name="collectionview" long-name="collectionview">
       
 21687       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21688       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/collectionview/group"/>
       
 21689      </component>
       
 21690      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21691      <component name="commoncontainer" long-name="commoncontainer">
       
 21692       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21693       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/commoncontainer/group"/>
       
 21694      </component>
       
 21695      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21696      <component name="commonplaybackview" long-name="commonplaybackview">
       
 21697       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21698       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/commonplaybackview/group"/>
       
 21699      </component>
       
 21700      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21701      <component name="embeddedplaybackview" long-name="embeddedplaybackview">
       
 21702       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21703       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/embeddedplaybackview/group"/>
       
 21704      </component>
       
 21705      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21706      <component name="equalizerview" long-name="equalizerview">
       
 21707       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21708       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/equalizerview/group"/>
       
 21709      </component>
       
 21710      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21711      <component name="mainview" long-name="mainview">
       
 21712       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21713       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/mainview/group"/>
       
 21714      </component>
       
 21715      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21716      <component name="metadataeditordialog" long-name="metadataeditordialog">
       
 21717       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21718       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/metadataeditordialog/group"/>
       
 21719      </component>
       
 21720      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21721      <component name="pdplaybackview" long-name="pdplaybackview">
       
 21722       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21723       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/pdplaybackview/group"/>
       
 21724      </component>
       
 21725      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21726      <component name="pdsbplaybackview" long-name="pdsbplaybackview">
       
 21727       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21728       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/pdsbplaybackview/group"/>
       
 21729      </component>
       
 21730      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21731      <component name="playbackview" long-name="playbackview">
       
 21732       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21733       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/playbackview/group"/>
       
 21734      </component>
       
 21735      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21736      <component name="podcastplaybackview" long-name="podcastplaybackview">
       
 21737       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21738       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/podcastplaybackview/group"/>
       
 21739      </component>
       
 21740      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21741      <component name="podcastview" long-name="podcastview">
       
 21742       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21743       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/podcastview/group"/>
       
 21744      </component>
       
 21745      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21746      <component name="upnpbrowsedialog" long-name="upnpbrowsedialog">
       
 21747       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21748       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/upnpbrowsedialog/group"/>
       
 21749      </component>
       
 21750      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21751      <component name="upnpplaybackdialog" long-name="upnpplaybackdialog">
       
 21752       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21753       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/upnpplaybackdialog/group"/>
       
 21754      </component>
       
 21755      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21756      <component name="upnpplaybackview" long-name="upnpplaybackview">
       
 21757       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21758       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/upnpplaybackview/group"/>
       
 21759      </component>
       
 21760      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21761      <component name="visualizationmenudialog" long-name="visualizationmenudialog">
       
 21762       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21763       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/visualizationmenudialog/group"/>
       
 21764      </component>
       
 21765      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21766      <component name="visualizationview" long-name="visualizationview">
       
 21767       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21768       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/visualizationview/group"/>
       
 21769      </component>
       
 21770      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21771      <component name="waitnotedialog" long-name="waitnotedialog">
       
 21772       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21773       <unit bldFile="app/musicplayer/mpxplugins/viewplugins/views/waitnotedialog/group"/>
       
 21774      </component>
       
 21775     </collection>
       
 21776     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 21777     <collection name="musicplayer_plat" long-name="musicplayer_plat">
       
 21778      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21779      <component name="audio_application_features_api" long-name="audio_application_features_api">
       
 21780       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21781       <unit bldFile="app/musicplayer/musicplayer_plat/audio_application_features_api/group"/>
       
 21782      </component>
       
 21783      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21784      <component name="musicplayer_plat" long-name="musicplayer_plat">
       
 21785       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21786       <unit bldFile="app/musicplayer/musicplayer_plat/group"/>
       
 21787      </component>
       
 21788      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21789      <component name="mpx_music_player_app_api" long-name="mpx_music_player_app_api">
       
 21790       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21791       <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_app_api/group"/>
       
 21792      </component>
       
 21793      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21794      <component name="mpx_music_player_commonui_api" long-name="mpx_music_player_commonui_api">
       
 21795       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21796       <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_commonui_api/group"/>
       
 21797      </component>
       
 21798      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21799      <component name="mpx_music_player_media_key_handler_api" long-name="mpx_music_player_media_key_handler_api">
       
 21800       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21801       <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_media_key_handler_api/group"/>
       
 21802      </component>
       
 21803      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21804      <component name="mpx_music_player_remote_control_api" long-name="mpx_music_player_remote_control_api">
       
 21805       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21806       <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_remote_control_api/group"/>
       
 21807      </component>
       
 21808      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21809      <component name="mpx_music_shop_ui_api" long-name="mpx_music_shop_ui_api">
       
 21810       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21811       <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_shop_ui_api/group"/>
       
 21812      </component>
       
 21813      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21814      <component name="mpx_music_store_api" long-name="mpx_music_store_api">
       
 21815       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21816       <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_store_api/group"/>
       
 21817      </component>
       
 21818      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21819      <component name="mpx_music_wap_adapter_cenrep_api" long-name="mpx_music_wap_adapter_cenrep_api">
       
 21820       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21821       <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_wap_adapter_cenrep_api/group"/>
       
 21822      </component>
       
 21823      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21824      <component name="music_content_publisher_plugin_api" long-name="music_content_publisher_plugin_api">
       
 21825       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21826       <unit bldFile="app/musicplayer/musicplayer_plat/music_content_publisher_plugin_api/group"/>
       
 21827      </component>
       
 21828      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21829      <component name="music_visualization_plugin_api" long-name="music_visualization_plugin_api">
       
 21830       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21831       <unit bldFile="app/musicplayer/musicplayer_plat/music_visualization_plugin_api/group"/>
       
 21832      </component>
       
 21833     </collection>
       
 21834    </block>
       
 21835    <block long-name="Radio Apps" level="apps" name="radio" levels="engine ui">
       
 21836     <collection name="fmradio" long-name="FM Radio" level="ui">
       
 21837      <component name="FMRadio.exe=binary" long-name="FMRadio">
       
 21838       <unit bldFile="app/radio/fmradio/group"/>
       
 21839      </component>
       
 21840      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21841      <component name="activeidleengine" long-name="activeidleengine">
       
 21842       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21843       <unit bldFile="app/radio/fmradio/activeidleengine/group"/>
       
 21844      </component>
       
 21845      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21846      <component name="FMRadio" long-name="FMRadio">
       
 21847       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21848       <unit bldFile="app/radio/fmradio/FMRadio/group"/>
       
 21849      </component>
       
 21850      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21851      <component name="fmradioengine" long-name="fmradioengine">
       
 21852       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21853       <unit bldFile="app/radio/fmradio/fmradioengine/group"/>
       
 21854      </component>
       
 21855     </collection>
       
 21856     <collection name="fmradioengine" long-name="FM Radio Engine" level="engine">
       
 21857      <component name="FMRadioEngine.dll=binary">
       
 21858       <unit bldFile="app/radio/fmradioengine/group"/>
       
 21859      </component>
       
 21860     </collection>
       
 21861     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 21862     <collection name="radio" long-name="radio">
       
 21863      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21864      <component name="radio" long-name="radio">
       
 21865       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21866       <unit bldFile="app/radio/group"/>
       
 21867      </component>
       
 21868     </collection>
       
 21869    </block>
       
 21870    <block long-name="Voice Recorder Apps" level="apps" name="voicerec" levels="empty 1">
       
 21871     <collection name="voicerecorder" long-name="Voice Recorder" level="1">
       
 21872      <component name="gsplugin">
       
 21873       <unit bldFile="app/voicerec/voicerecorder/gsplugin/group"/>
       
 21874      </component>
       
 21875      <component name="VoiceRecorderUtils.dll=binary">
       
 21876       <unit bldFile="app/voicerec/voicerecorder/group"/>
       
 21877      </component>
       
 21878      <component name="VoiceRecorderRecView.dll=binary">
       
 21879 <!--       <unit bldFile="app/voicerec/voicerecorder/group"/> -->
       
 21880      </component>
       
 21881      <component name="NewService.dll=binary">
       
 21882 <!--       <unit bldFile="app/voicerec/voicerecorder/group"/> -->
       
 21883      </component>
       
 21884      <component name="VoiceRecorder.exe=binary">
       
 21885 <!--       <unit bldFile="app/voicerec/voicerecorder/group"/> -->
       
 21886      </component>
       
 21887     </collection>
       
 21888     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 21889     <collection name="voicerec" long-name="voicerec">
       
 21890      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21891      <component name="voicerec" long-name="voicerec">
       
 21892       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21893       <unit bldFile="app/voicerec/group"/>
       
 21894      </component>
       
 21895     </collection>
       
 21896     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 21897     <collection name="voicerec_plat" long-name="voicerec_plat">
       
 21898      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21899      <component name="voicerec_plat" long-name="voicerec_plat">
       
 21900       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21901       <unit bldFile="app/voicerec/voicerec_plat/group"/>
       
 21902      </component>
       
 21903      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21904      <component name="new_file_service_api" long-name="new_file_service_api">
       
 21905       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21906       <unit bldFile="app/voicerec/voicerec_plat/new_file_service_api/group"/>
       
 21907      </component>
       
 21908      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21909      <component name="voicerecorder_public_constants_api" long-name="voicerecorder_public_constants_api">
       
 21910       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21911       <unit bldFile="app/voicerec/voicerec_plat/voicerecorder_public_constants_api/group"/>
       
 21912      </component>
       
 21913     </collection>
       
 21914    </block>
       
 21915    <block long-name="Screen Saver Apps" level="apps" name="screensaver" levels="eng plugin">
       
 21916     <collection name="screensaver.exe=binary" long-name="Screen Saver" level="plugin">
       
 21917      <component name="screensaver.exe=binary compo">
       
 21918       <unit bldFile="app/screensaver/screensaver.exe=binary/screensaver.exe=binary compo/group"/>
       
 21919      </component>
       
 21920     </collection>
       
 21921     <collection name="scrsaver" long-name="Screen Saver Plugins" level="eng">
       
 21922      <component name="screensaveraiwplugin" long-name="Screen Saver AIW Plugin">
       
 21923       <unit bldFile="app/screensaver/scrsaver/screensaveraiwplugin/group"/>
       
 21924      </component>
       
 21925      <component name="scrsaverplugins" long-name="Screen Saver Plugins">
       
 21926       <unit bldFile="app/screensaver/scrsaver/scrsaverplugins/group"/>
       
 21927      </component>
       
 21928      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21929      <component name="BmpAnimScrPlugin" long-name="BmpAnimScrPlugin">
       
 21930       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21931       <unit bldFile="app/screensaver/scrsaver/scrsaverplugins/BmpAnimScrPlugin/group"/>
       
 21932      </component>
       
 21933      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21934      <component name="ScreenSaverAnimPlugin" long-name="ScreenSaverAnimPlugin">
       
 21935       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21936       <unit bldFile="app/screensaver/scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group"/>
       
 21937      </component>
       
 21938      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21939      <component name="ScreenSaverGifAnimPlugin" long-name="ScreenSaverGifAnimPlugin">
       
 21940       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21941       <unit bldFile="app/screensaver/scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/group"/>
       
 21942      </component>
       
 21943      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21944      <component name="SlideshowPlugin" long-name="SlideshowPlugin">
       
 21945       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21946       <unit bldFile="app/screensaver/scrsaver/scrsaverplugins/SlideshowPlugin/group"/>
       
 21947      </component>
       
 21948     </collection>
       
 21949     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 21950     <collection name="screensaver" long-name="screensaver">
       
 21951      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21952      <component name="screensaver" long-name="screensaver">
       
 21953       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21954       <unit bldFile="app/screensaver/group"/>
       
 21955      </component>
       
 21956     </collection>
       
 21957    </block>
       
 21958    <block long-name="Homescreen Apps" level="apps" name="homescreen" levels="fw apps">
       
 21959     <collection name="idlehomescreen" long-name="Idle Homescreen" level="apps">
       
 21960      <component name="activeidle3" long-name="Active Idle 3">
       
 21961       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/group"/>
       
 21962      </component>
       
 21963      <component name="exths" long-name="ExtHS">
       
 21964       <unit bldFile="app/homescreen/idlehomescreen/exths/group"/>
       
 21965      </component>
       
 21966      <component name="hsplugins" long-name="HS Plugins">
       
 21967       <unit bldFile="app/homescreen/idlehomescreen/hsplugins/group"/>
       
 21968      </component>
       
 21969      <component name="nativeuicontroller" long-name="Native UI Controller">
       
 21970       <unit bldFile="app/homescreen/idlehomescreen/nativeuicontroller/group"/>
       
 21971      </component>
       
 21972      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21973      <component name="ai3demo" long-name="ai3demo">
       
 21974       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21975       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/ai3demo/group"/>
       
 21976      </component>
       
 21977      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21978      <component name="buzzidle" long-name="buzzidle">
       
 21979       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21980       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/group"/>
       
 21981      </component>
       
 21982      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21983      <component name="onerow" long-name="onerow">
       
 21984       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21985       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/onerow/group"/>
       
 21986      </component>
       
 21987      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21988      <component name="player" long-name="player">
       
 21989       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21990       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/player/group"/>
       
 21991      </component>
       
 21992      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21993      <component name="root" long-name="root">
       
 21994       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 21995       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/root/group"/>
       
 21996      </component>
       
 21997      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 21998      <component name="shortcut" long-name="shortcut">
       
 21999       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22000       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/shortcut/group"/>
       
 22001      </component>
       
 22002      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22003      <component name="softindicator" long-name="softindicator">
       
 22004       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22005       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/softindicator/group"/>
       
 22006      </component>
       
 22007      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22008      <component name="threerows" long-name="threerows">
       
 22009       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22010       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/threerows/group"/>
       
 22011      </component>
       
 22012      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22013      <component name="threetextrows" long-name="threetextrows">
       
 22014       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22015       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/threetextrows/group"/>
       
 22016      </component>
       
 22017      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22018      <component name="tworows" long-name="tworows">
       
 22019       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22020       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/tworows/group"/>
       
 22021      </component>
       
 22022      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22023      <component name="wideimage" long-name="wideimage">
       
 22024       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22025       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/themes/buzzidle/install/wideimage/group"/>
       
 22026      </component>
       
 22027      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22028      <component name="hspswrapper" long-name="hspswrapper">
       
 22029       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22030       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/sapiwrapper/hspswrapper/group"/>
       
 22031      </component>
       
 22032      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22033      <component name="xmluicontroller" long-name="xmluicontroller">
       
 22034       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22035       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluicontroller/group"/>
       
 22036      </component>
       
 22037      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22038      <component name="dom" long-name="dom">
       
 22039       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22040       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/dom/group"/>
       
 22041      </component>
       
 22042      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22043      <component name="ecomelement" long-name="ecomelement">
       
 22044       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22045       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/ecomelement/group"/>
       
 22046      </component>
       
 22047      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22048      <component name="xndomvisitor" long-name="xndomvisitor">
       
 22049       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22050       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/ecomelement/xndomvisitor/group"/>
       
 22051      </component>
       
 22052      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22053      <component name="xnecomelementproxy" long-name="xnecomelementproxy">
       
 22054       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22055       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/ecomelement/xnecomelementproxy/group"/>
       
 22056      </component>
       
 22057      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22058      <component name="xmluirendering" long-name="xmluirendering">
       
 22059       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22060       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/group"/>
       
 22061      </component>
       
 22062      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22063      <component name="odt" long-name="odt">
       
 22064       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22065       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/odt/group"/>
       
 22066      </component>
       
 22067      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22068      <component name="xnbitmapfactory" long-name="xnbitmapfactory">
       
 22069       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22070       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/renderingplugins/xnbitmapfactory/group"/>
       
 22071      </component>
       
 22072      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22073      <component name="xnclockfactory" long-name="xnclockfactory">
       
 22074       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22075       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/renderingplugins/xnclockfactory/group"/>
       
 22076      </component>
       
 22077      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22078      <component name="xnmenufactory" long-name="xnmenufactory">
       
 22079       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22080       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/renderingplugins/xnmenufactory/group"/>
       
 22081      </component>
       
 22082      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22083      <component name="xnnewstickerfactory" long-name="xnnewstickerfactory">
       
 22084       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22085       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/renderingplugins/xnnewstickerfactory/group"/>
       
 22086      </component>
       
 22087      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22088      <component name="xnnppluginfactory" long-name="xnnppluginfactory">
       
 22089       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22090       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/renderingplugins/xnnppluginfactory/group"/>
       
 22091      </component>
       
 22092      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22093      <component name="xnpopupfactory" long-name="xnpopupfactory">
       
 22094       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22095       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/renderingplugins/xnpopupfactory/group"/>
       
 22096      </component>
       
 22097      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22098      <component name="xntextfactory" long-name="xntextfactory">
       
 22099       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22100       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/renderingplugins/xntextfactory/group"/>
       
 22101      </component>
       
 22102      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22103      <component name="xnviewfactory" long-name="xnviewfactory">
       
 22104       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22105       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/renderingplugins/xnviewfactory/group"/>
       
 22106      </component>
       
 22107      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22108      <component name="xnvolumecontrolfactory" long-name="xnvolumecontrolfactory">
       
 22109       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22110       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/renderingplugins/xnvolumecontrolfactory/group"/>
       
 22111      </component>
       
 22112      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22113      <component name="uiengine" long-name="uiengine">
       
 22114       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22115       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/uiengine/group"/>
       
 22116      </component>
       
 22117      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22118      <component name="xnlayoutengine" long-name="xnlayoutengine">
       
 22119       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22120       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/uiengine/xnlayoutengine/group"/>
       
 22121      </component>
       
 22122      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22123      <component name="xnutils" long-name="xnutils">
       
 22124       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22125       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/uiengine/xnutils/group"/>
       
 22126      </component>
       
 22127      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22128      <component name="uiresource" long-name="uiresource">
       
 22129       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22130       <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/uiresource/group"/>
       
 22131      </component>
       
 22132      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22133      <component name="idlehomescreen" long-name="idlehomescreen">
       
 22134       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22135       <unit bldFile="app/homescreen/idlehomescreen/group"/>
       
 22136      </component>
       
 22137      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22138      <component name="aiagendaplugin2" long-name="aiagendaplugin2">
       
 22139       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22140       <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/aiagendaplugin2/group"/>
       
 22141      </component>
       
 22142      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22143      <component name="aiagendapluginengine" long-name="aiagendapluginengine">
       
 22144       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22145       <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/aiagendapluginengine/group"/>
       
 22146      </component>
       
 22147      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22148      <component name="organizer" long-name="organizer">
       
 22149       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22150       <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/group"/>
       
 22151      </component>
       
 22152      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22153      <component name="organizerplugin" long-name="organizerplugin">
       
 22154       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22155       <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/organizerplugin/group"/>
       
 22156      </component>
       
 22157      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22158      <component name="organizerplugin3row" long-name="organizerplugin3row">
       
 22159       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22160       <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/organizerplugin3row/group"/>
       
 22161      </component>
       
 22162     </collection>
       
 22163     <collection name="menufw" long-name="Menu Framework">
       
 22164      <component name="hierarchynavigator" long-name="Hierarchy Navigator">
       
 22165       <unit bldFile="app/homescreen/menufw/hierarchynavigator/group"/>
       
 22166      </component>
       
 22167      <component name="menufwui" long-name="Menu Framework UI">
       
 22168       <unit bldFile="app/homescreen/menufw/menufwui/group"/>
       
 22169      </component>
       
 22170      <component name="menusuites" long-name="Menu Suites">
       
 22171       <unit bldFile="app/homescreen/menufw/menusuites/group"/>
       
 22172      </component>
       
 22173      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22174      <component name="menufw" long-name="menufw">
       
 22175       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22176       <unit bldFile="app/homescreen/menufw/group"/>
       
 22177      </component>
       
 22178      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22179      <component name="hnengine" long-name="hnengine">
       
 22180       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22181       <unit bldFile="app/homescreen/menufw/hierarchynavigator/hnengine/group"/>
       
 22182      </component>
       
 22183      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22184      <component name="hnmetadatamodel" long-name="hnmetadatamodel">
       
 22185       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22186       <unit bldFile="app/homescreen/menufw/hierarchynavigator/hnmetadatamodel/group"/>
       
 22187      </component>
       
 22188      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22189      <component name="hnpresentationmodel" long-name="hnpresentationmodel">
       
 22190       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22191       <unit bldFile="app/homescreen/menufw/hierarchynavigator/hnpresentationmodel/group"/>
       
 22192      </component>
       
 22193      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22194      <component name="hnutilities" long-name="hnutilities">
       
 22195       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22196       <unit bldFile="app/homescreen/menufw/hierarchynavigator/hnutilities/group"/>
       
 22197      </component>
       
 22198      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22199      <component name="matrixmenu" long-name="matrixmenu">
       
 22200       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22201       <unit bldFile="app/homescreen/menufw/menufwui/matrixmenu/group"/>
       
 22202      </component>
       
 22203      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22204      <component name="mmextensions" long-name="mmextensions">
       
 22205       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22206       <unit bldFile="app/homescreen/menufw/menufwui/mmextensions/group"/>
       
 22207      </component>
       
 22208      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22209      <component name="mmextensionmanager" long-name="mmextensionmanager">
       
 22210       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22211       <unit bldFile="app/homescreen/menufw/menufwui/mmextensions/mmextensionmanager/group"/>
       
 22212      </component>
       
 22213      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22214      <component name="mmfolderuiextension" long-name="mmfolderuiextension">
       
 22215       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22216       <unit bldFile="app/homescreen/menufw/menufwui/mmextensions/mmfolderuiextension/group"/>
       
 22217      </component>
       
 22218      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22219      <component name="mmwidgets" long-name="mmwidgets">
       
 22220       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22221       <unit bldFile="app/homescreen/menufw/menufwui/mmwidgets/group"/>
       
 22222      </component>
       
 22223      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22224      <component name="foldersuite" long-name="foldersuite">
       
 22225       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22226       <unit bldFile="app/homescreen/menufw/menusuites/foldersuite/group"/>
       
 22227      </component>
       
 22228     </collection>
       
 22229     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22230     <collection name="homescreen" long-name="homescreen">
       
 22231      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22232      <component name="homescreen" long-name="homescreen">
       
 22233       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22234       <unit bldFile="app/homescreen/group"/>
       
 22235      </component>
       
 22236     </collection>
       
 22237     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22238     <collection name="homescreen_plat" long-name="homescreen_plat">
       
 22239      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22240      <component name="homescreen_plat" long-name="homescreen_plat">
       
 22241       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22242       <unit bldFile="app/homescreen/homescreen_plat/group"/>
       
 22243      </component>
       
 22244     </collection>
       
 22245    </block>
       
 22246    <block long-name="Image Viewer UIs" level="services" name="imgvieweruis" levels="app">
       
 22247     <collection name="imageviewer" long-name="Image Viewer" level="app">
       
 22248      <component name="ImageViewer.exe=binary">
       
 22249       <unit bldFile="app/imgvieweruis/imageviewer/group"/>
       
 22250      </component>
       
 22251     </collection>
       
 22252     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22253     <collection name="imgvieweruis" long-name="imgvieweruis">
       
 22254      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22255      <component name="imgvieweruis" long-name="imgvieweruis">
       
 22256       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22257       <unit bldFile="app/imgvieweruis/group"/>
       
 22258      </component>
       
 22259     </collection>
       
 22260    </block>
       
 22261    <block long-name="Graphics UIs" level="services" name="graphicsuis" levels="util ui">
       
 22262     <collection name="svgtviewer" long-name="SVGT Viewer" level="ui">
       
 22263      <component name="SvgtViewerPlugin" long-name="SVGT Viewer Plugin">
       
 22264       <unit bldFile="app/graphicsuis/svgtviewer/SvgtViewerPlugin/group"/>
       
 22265      </component>
       
 22266      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22267      <component name="svgtviewer" long-name="svgtviewer">
       
 22268       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22269       <unit bldFile="app/graphicsuis/svgtviewer/group"/>
       
 22270      </component>
       
 22271     </collection>
       
 22272     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22273     <collection name="graphicsuis" long-name="graphicsuis">
       
 22274      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22275      <component name="graphicsuis" long-name="graphicsuis">
       
 22276       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22277       <unit bldFile="app/graphicsuis/group"/>
       
 22278      </component>
       
 22279     </collection>
       
 22280     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22281     <collection name="graphicsuis_plat" long-name="graphicsuis_plat">
       
 22282      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22283      <component name="graphicsuis_plat" long-name="graphicsuis_plat">
       
 22284       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22285       <unit bldFile="app/graphicsuis/graphicsuis_plat/group"/>
       
 22286      </component>
       
 22287      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22288      <component name="svgt_file_view_details_dialog_api" long-name="svgt_file_view_details_dialog_api">
       
 22289       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22290       <unit bldFile="app/graphicsuis/graphicsuis_plat/svgt_file_view_details_dialog_api/group"/>
       
 22291      </component>
       
 22292      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22293      <component name="svgt_viewer_ui_api" long-name="svgt_viewer_ui_api">
       
 22294       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22295       <unit bldFile="app/graphicsuis/graphicsuis_plat/svgt_viewer_ui_api/group"/>
       
 22296      </component>
       
 22297      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22298      <component name="svg_application_observer_utility_api" long-name="svg_application_observer_utility_api">
       
 22299       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22300       <unit bldFile="app/graphicsuis/graphicsuis_plat/svg_application_observer_utility_api/group"/>
       
 22301      </component>
       
 22302     </collection>
       
 22303    </block>
       
 22304    <block long-name="Help Apps" level="apps" name="helps" levels="eng ui">
       
 22305     <collection name="csxhelp" long-name="Context Sensitive Extended Help" level="ui">
       
 22306      <component name="AiwHelpProvider" long-name="Aiw Help Provider">
       
 22307       <unit bldFile="app/helps/csxhelp/AiwHelpProvider/group"/>
       
 22308      </component>
       
 22309      <component name="HelpEngine.dll=binary">
       
 22310       <unit bldFile="app/helps/csxhelp/group"/>
       
 22311      </component>
       
 22312      <component name="cshelp.exe=binary" long-name="Cs Help">
       
 22313 <!--       <unit bldFile="app/helps/csxhelp/group"/> -->
       
 22314      </component>
       
 22315     </collection>
  2089     <collection name="symhelp" long-name="Symbian Help" level="eng">
 22316     <collection name="symhelp" long-name="Symbian Help" level="eng">
  2090      <component name="cshlpcmpbackend" long-name="CSHelp Compiler Backend">
 22317      <component name="cshlpcmpbackend" long-name="CSHelp Compiler Backend">
  2091       <unit mrp="app\helps\symhelp\cshlpcmpbackend\group\tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
 22318       <unit mrp="app/helps/symhelp/cshlpcmpbackend/group/tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
  2092      </component>
 22319      </component>
  2093      <component name="cshlpcmpfrontend" long-name="CSHelp Compiler Frontend">
 22320      <component name="cshlpcmpfrontend" long-name="CSHelp Compiler Frontend">
  2094       <unit bldFile="app\helps\symhelp\cshlpcmpfrontend\group" mrp="app\helps\symhelp\cshlpcmpfrontend\group\tools_sdk_eng_cshlpcmp_frontend.mrp"/>
 22321       <unit bldFile="app/helps/symhelp/cshlpcmpfrontend/group" mrp="app/helps/symhelp/cshlpcmpfrontend/group/tools_sdk_eng_cshlpcmp_frontend.mrp"/>
  2095      </component>
 22322      </component>
  2096      <component name="cshlpcmpgui" long-name="CSHelp Compiler GUI" filter="gt">
 22323      <component name="cshlpcmpgui" long-name="CSHelp Compiler GUI" filter="gt">
  2097       <unit bldFile="app\helps\symhelp\cshlpcmpgui\group" mrp="app\helps\symhelp\cshlpcmpgui\group\tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/>
 22324       <unit bldFile="app/helps/symhelp/cshlpcmpgui/group" mrp="app/helps/symhelp/cshlpcmpgui/group/tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/>
       
 22325      </component>
       
 22326      <component name="helpmodel" long-name="Help" introduced="6.0">
       
 22327       <unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
  2098      </component>
 22328      </component>
  2099      <component name="mbmcodec" long-name="MBM Codec" filter="gt">
 22329      <component name="mbmcodec" long-name="MBM Codec" filter="gt">
  2100       <unit bldFile="app\helps\symhelp\mbmcodec\group" mrp="app\helps\symhelp\mbmcodec\group\tools_sdk_eng_mbmcodec.mrp"/>
 22330       <unit bldFile="app/helps/symhelp/mbmcodec/group" mrp="app/helps/symhelp/mbmcodec/group/tools_sdk_eng_mbmcodec.mrp"/>
  2101      </component>
 22331      </component>
  2102      <component name="helpmodel" long-name="Help" introduced="6.0">
 22332     </collection>
  2103       <unit bldFile="app\helps\symhelp\helpmodel\group" mrp="app\helps\symhelp\helpmodel\group\app-services_hlpmodel.mrp"/>
 22333     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22334     <collection name="helps" long-name="helps">
       
 22335      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22336      <component name="helps" long-name="helps">
       
 22337       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22338       <unit bldFile="app/helps/group"/>
  2104      </component>
 22339      </component>
  2105     </collection>
 22340     </collection>
  2106    </block>
 22341    </block>
  2107    <block name="techview" long-name="Techview" level="apps" span="2" levels="services ui utils apps1 apps2 apps3">
 22342    <block long-name="Profile" level="apps" name="profile" levels="app">
       
 22343     <collection name="profilesapplication" long-name="Profiles Application" level="app">
       
 22344      <component name="Profiles" long-name="Profiles">
       
 22345       <unit bldFile="app/profile/profilesapplication/Profiles/group"/>
       
 22346      </component>
       
 22347      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22348      <component name="profilesapplication" long-name="profilesapplication">
       
 22349       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22350       <unit bldFile="app/profile/profilesapplication/group"/>
       
 22351      </component>
       
 22352      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22353      <component name="GSProfilesPlugin" long-name="GSProfilesPlugin">
       
 22354       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22355       <unit bldFile="app/profile/profilesapplication/Profiles/GSProfilesPlugin/group"/>
       
 22356      </component>
       
 22357      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22358      <component name="ProfileAiwProvider" long-name="ProfileAiwProvider">
       
 22359       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22360       <unit bldFile="app/profile/profilesapplication/Profiles/ProfileAiwProvider/group"/>
       
 22361      </component>
       
 22362      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22363      <component name="ProfileApp" long-name="ProfileApp">
       
 22364       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22365       <unit bldFile="app/profile/profilesapplication/Profiles/ProfileApp/group"/>
       
 22366      </component>
       
 22367      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22368      <component name="ProfilesGSTonesPlugin" long-name="ProfilesGSTonesPlugin">
       
 22369       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22370       <unit bldFile="app/profile/profilesapplication/Profiles/ProfilesGSTonesPlugin/group"/>
       
 22371      </component>
       
 22372     </collection>
       
 22373     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22374     <collection name="profile" long-name="profile">
       
 22375      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22376      <component name="profile" long-name="profile">
       
 22377       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22378       <unit bldFile="app/profile/group"/>
       
 22379      </component>
       
 22380     </collection>
       
 22381     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22382     <collection name="profile_plat" long-name="profile_plat">
       
 22383      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22384      <component name="profile_plat" long-name="profile_plat">
       
 22385       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22386       <unit bldFile="app/profile/profile_plat/group"/>
       
 22387      </component>
       
 22388      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22389      <component name="profiles_settings_view_api" long-name="profiles_settings_view_api">
       
 22390       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22391       <unit bldFile="app/profile/profile_plat/profiles_settings_view_api/group"/>
       
 22392      </component>
       
 22393     </collection>
       
 22394    </block>
       
 22395    <block long-name="Speech Recognition UIs" level="services" name="speechsrv" levels="engine framework ui">
       
 22396     <collection name="srsf" long-name="Speech Recognition and Synthesis Framework" level="framework">
       
 22397      <component name="devasr" long-name="Audio Recording and Speech Recognition">
       
 22398       <unit bldFile="app/speechsrv/srsf/devasr/group"/>
       
 22399      </component>
       
 22400      <component name="devtts" long-name="Text to Speech">
       
 22401       <unit bldFile="app/speechsrv/srsf/devtts/group"/>
       
 22402      </component>
       
 22403      <component name="nssvasapi" long-name="NSS VAS API">
       
 22404       <unit bldFile="app/speechsrv/srsf/nssvasapi/group"/>
       
 22405      </component>
       
 22406      <component name="nssvascontacthdlr" long-name="NSS VAS Contact Handler">
       
 22407       <unit bldFile="app/speechsrv/srsf/nssvascontacthdlr/group"/>
       
 22408      </component>
       
 22409      <component name="profileobserverplugin" long-name="Profile Observer Plugin">
       
 22410       <unit bldFile="app/speechsrv/srsf/profileobserverplugin/group"/>
       
 22411      </component>
       
 22412      <component name="sicc" long-name="Speaker Independent Custom Commands">
       
 22413       <unit bldFile="app/speechsrv/srsf/sicc/group"/>
       
 22414      </component>
       
 22415      <component name="sispeechrecognitiondata" long-name="SI Speech Recognition Data">
       
 22416       <unit bldFile="app/speechsrv/srsf/sispeechrecognitiondata/group"/>
       
 22417      </component>
       
 22418      <component name="sisrscontrollerplugin" long-name="SI SRS Controller Plugin">
       
 22419       <unit bldFile="app/speechsrv/srsf/sisrscontrollerplugin/group"/>
       
 22420      </component>
       
 22421      <component name="siutility" long-name="Speaker Independent Utility">
       
 22422       <unit bldFile="app/speechsrv/srsf/siutility/group"/>
       
 22423      </component>
       
 22424      <component name="speechsynthesis" long-name="Speech Synthesis">
       
 22425       <unit bldFile="app/speechsrv/srsf/speechsynthesis/group"/>
       
 22426      </component>
       
 22427      <component name="ttscommon" long-name="TTS Common">
       
 22428       <unit bldFile="app/speechsrv/srsf/ttscommon/group"/>
       
 22429      </component>
       
 22430      <component name="ttscontrollerplugin" long-name="TTS Controller Plugin">
       
 22431       <unit bldFile="app/speechsrv/srsf/ttscontrollerplugin/group"/>
       
 22432      </component>
       
 22433      <component name="ttscustomcommands" long-name="TTS Custom Commands">
       
 22434       <unit bldFile="app/speechsrv/srsf/ttscustomcommands/group"/>
       
 22435      </component>
       
 22436      <component name="ttsutility" long-name="TTS Utility">
       
 22437       <unit bldFile="app/speechsrv/srsf/ttsutility/group"/>
       
 22438      </component>
       
 22439      <component name="vcexecutorapp" long-name="Voice Command Executor Application">
       
 22440       <unit bldFile="app/speechsrv/srsf/vcexecutorapp/group"/>
       
 22441      </component>
       
 22442      <component name="vcommandexecutor" long-name="Voice Command Executor">
       
 22443       <unit bldFile="app/speechsrv/srsf/vcommandexecutor/group"/>
       
 22444      </component>
       
 22445      <component name="vcommandexecutorbearer" long-name="Voice Command Executor Bearer">
       
 22446       <unit bldFile="app/speechsrv/srsf/vcommandexecutorbearer/group"/>
       
 22447      </component>
       
 22448      <component name="vcommandhandler" long-name="Voice Command Handler">
       
 22449       <unit bldFile="app/speechsrv/srsf/vcommandhandler/group"/>
       
 22450      </component>
       
 22451      <component name="vcommandmanager" long-name="Voice Command Manager">
       
 22452       <unit bldFile="app/speechsrv/srsf/vcommandmanager/group"/>
       
 22453      </component>
       
 22454      <component name="vuiphandler" long-name="Voice UI Plugin Handler">
       
 22455       <unit bldFile="app/speechsrv/srsf/vuiphandler/group"/>
       
 22456      </component>
       
 22457      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22458      <component name="srsf" long-name="srsf">
       
 22459       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22460       <unit bldFile="app/speechsrv/srsf/group"/>
       
 22461      </component>
       
 22462      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22463      <component name="nssvasdbeventnotifier" long-name="nssvasdbeventnotifier">
       
 22464       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22465       <unit bldFile="app/speechsrv/srsf/nssvasapi/nssvasdb/nssvasdbeventnotifier/group"/>
       
 22466      </component>
       
 22467     </collection>
       
 22468     <collection name="voiceui" long-name="Voice UI" level="ui">
       
 22469      <component name="aiwpbkinfoviewprovider" long-name="AIW Phonebook Info View Provider">
       
 22470       <unit bldFile="app/speechsrv/voiceui/aiwpbkinfoviewprovider/group"/>
       
 22471      </component>
       
 22472      <component name="pbkinfoviewimpl" long-name="Phonebook Info View Implementation">
       
 22473       <unit bldFile="app/speechsrv/voiceui/pbkinfoviewimpl/group"/>
       
 22474      </component>
       
 22475      <component name="vccontrolpanelplugin" long-name="VC Control Panel Plugin">
       
 22476       <unit bldFile="app/speechsrv/voiceui/vccontrolpanelplugin/group"/>
       
 22477      </component>
       
 22478      <component name="vcommand" long-name="VCommand">
       
 22479       <unit bldFile="app/speechsrv/voiceui/vcommand/group"/>
       
 22480      </component>
       
 22481      <component name="voiceuivoicerecognition" long-name="Voice UI Voice Recognition">
       
 22482       <unit bldFile="app/speechsrv/voiceui/voiceuivoicerecognition/group"/>
       
 22483      </component>
       
 22484      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22485      <component name="voiceui" long-name="voiceui">
       
 22486       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22487       <unit bldFile="app/speechsrv/voiceui/group"/>
       
 22488      </component>
       
 22489     </collection>
       
 22490     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22491     <collection name="speechsrv" long-name="speechsrv">
       
 22492      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22493      <component name="speechsrv" long-name="speechsrv">
       
 22494       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22495       <unit bldFile="app/speechsrv/group"/>
       
 22496      </component>
       
 22497     </collection>
       
 22498     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22499     <collection name="speechsrv_plat" long-name="speechsrv_plat">
       
 22500      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22501      <component name="adaptation_hw_device_api" long-name="adaptation_hw_device_api">
       
 22502       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22503       <unit bldFile="app/speechsrv/speechsrv_plat/adaptation_hw_device_api/group"/>
       
 22504      </component>
       
 22505      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22506      <component name="asrs_hw_device_api" long-name="asrs_hw_device_api">
       
 22507       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22508       <unit bldFile="app/speechsrv/speechsrv_plat/asrs_hw_device_api/group"/>
       
 22509      </component>
       
 22510      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22511      <component name="grcompiler_hw_device_api" long-name="grcompiler_hw_device_api">
       
 22512       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22513       <unit bldFile="app/speechsrv/speechsrv_plat/grcompiler_hw_device_api/group"/>
       
 22514      </component>
       
 22515      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22516      <component name="speechsrv_plat" long-name="speechsrv_plat">
       
 22517       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22518       <unit bldFile="app/speechsrv/speechsrv_plat/group"/>
       
 22519      </component>
       
 22520      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22521      <component name="nlp_hw_device" long-name="nlp_hw_device">
       
 22522       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22523       <unit bldFile="app/speechsrv/speechsrv_plat/nlp_hw_device/group"/>
       
 22524      </component>
       
 22525      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22526      <component name="nss_devasr_api" long-name="nss_devasr_api">
       
 22527       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22528       <unit bldFile="app/speechsrv/speechsrv_plat/nss_devasr_api/group"/>
       
 22529      </component>
       
 22530      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22531      <component name="nss_devtts_api" long-name="nss_devtts_api">
       
 22532       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22533       <unit bldFile="app/speechsrv/speechsrv_plat/nss_devtts_api/group"/>
       
 22534      </component>
       
 22535      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22536      <component name="nss_mmf_tts_custom_commands_api" long-name="nss_mmf_tts_custom_commands_api">
       
 22537       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22538       <unit bldFile="app/speechsrv/speechsrv_plat/nss_mmf_tts_custom_commands_api/group"/>
       
 22539      </component>
       
 22540      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22541      <component name="nss_si_speech_recognition_data_api" long-name="nss_si_speech_recognition_data_api">
       
 22542       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22543       <unit bldFile="app/speechsrv/speechsrv_plat/nss_si_speech_recognition_data_api/group"/>
       
 22544      </component>
       
 22545      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22546      <component name="nss_srs_custom_commands_api" long-name="nss_srs_custom_commands_api">
       
 22547       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22548       <unit bldFile="app/speechsrv/speechsrv_plat/nss_srs_custom_commands_api/group"/>
       
 22549      </component>
       
 22550      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22551      <component name="nss_srs_utility_api" long-name="nss_srs_utility_api">
       
 22552       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22553       <unit bldFile="app/speechsrv/speechsrv_plat/nss_srs_utility_api/group"/>
       
 22554      </component>
       
 22555      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22556      <component name="nss_tts_common_api" long-name="nss_tts_common_api">
       
 22557       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22558       <unit bldFile="app/speechsrv/speechsrv_plat/nss_tts_common_api/group"/>
       
 22559      </component>
       
 22560      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22561      <component name="nss_tts_utility_api" long-name="nss_tts_utility_api">
       
 22562       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22563       <unit bldFile="app/speechsrv/speechsrv_plat/nss_tts_utility_api/group"/>
       
 22564      </component>
       
 22565      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22566      <component name="recognition_hw_device_api" long-name="recognition_hw_device_api">
       
 22567       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22568       <unit bldFile="app/speechsrv/speechsrv_plat/recognition_hw_device_api/group"/>
       
 22569      </component>
       
 22570      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22571      <component name="speech_synthesis_clientserver_api" long-name="speech_synthesis_clientserver_api">
       
 22572       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22573       <unit bldFile="app/speechsrv/speechsrv_plat/speech_synthesis_clientserver_api/group"/>
       
 22574      </component>
       
 22575      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22576      <component name="srsf_cenrep_settings_api" long-name="srsf_cenrep_settings_api">
       
 22577       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22578       <unit bldFile="app/speechsrv/speechsrv_plat/srsf_cenrep_settings_api/group"/>
       
 22579      </component>
       
 22580      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22581      <component name="srsf_secondarydisplay_api" long-name="srsf_secondarydisplay_api">
       
 22582       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22583       <unit bldFile="app/speechsrv/speechsrv_plat/srsf_secondarydisplay_api/group"/>
       
 22584      </component>
       
 22585      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22586      <component name="ttp_hw_device_api" long-name="ttp_hw_device_api">
       
 22587       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22588       <unit bldFile="app/speechsrv/speechsrv_plat/ttp_hw_device_api/group"/>
       
 22589      </component>
       
 22590      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22591      <component name="tts_hw_device_api" long-name="tts_hw_device_api">
       
 22592       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22593       <unit bldFile="app/speechsrv/speechsrv_plat/tts_hw_device_api/group"/>
       
 22594      </component>
       
 22595      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22596      <component name="ui_voice_recognition_api" long-name="ui_voice_recognition_api">
       
 22597       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22598       <unit bldFile="app/speechsrv/speechsrv_plat/ui_voice_recognition_api/group"/>
       
 22599      </component>
       
 22600      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22601      <component name="vas_api" long-name="vas_api">
       
 22602       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22603       <unit bldFile="app/speechsrv/speechsrv_plat/vas_api/group"/>
       
 22604      </component>
       
 22605      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22606      <component name="vas_contact_handler_api" long-name="vas_contact_handler_api">
       
 22607       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22608       <unit bldFile="app/speechsrv/speechsrv_plat/vas_contact_handler_api/group"/>
       
 22609      </component>
       
 22610      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22611      <component name="vas_vcommand_api" long-name="vas_vcommand_api">
       
 22612       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22613       <unit bldFile="app/speechsrv/speechsrv_plat/vas_vcommand_api/group"/>
       
 22614      </component>
       
 22615      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22616      <component name="vcommand_settings_cenrep_api" long-name="vcommand_settings_cenrep_api">
       
 22617       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22618       <unit bldFile="app/speechsrv/speechsrv_plat/vcommand_settings_cenrep_api/group"/>
       
 22619      </component>
       
 22620      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22621      <component name="vocman_hw_device_api" long-name="vocman_hw_device_api">
       
 22622       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22623       <unit bldFile="app/speechsrv/speechsrv_plat/vocman_hw_device_api/group"/>
       
 22624      </component>
       
 22625      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22626      <component name="voice_commands_resource_header_api" long-name="voice_commands_resource_header_api">
       
 22627       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22628       <unit bldFile="app/speechsrv/speechsrv_plat/voice_commands_resource_header_api/group"/>
       
 22629      </component>
       
 22630      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22631      <component name="voice_ui_accessory_button_handling_api" long-name="voice_ui_accessory_button_handling_api">
       
 22632       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22633       <unit bldFile="app/speechsrv/speechsrv_plat/voice_ui_accessory_button_handling_api/group"/>
       
 22634      </component>
       
 22635      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22636      <component name="voice_ui_plugin_api" long-name="voice_ui_plugin_api">
       
 22637       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22638       <unit bldFile="app/speechsrv/speechsrv_plat/voice_ui_plugin_api/group"/>
       
 22639      </component>
       
 22640     </collection>
       
 22641    </block>
       
 22642    <block long-name="Web UIs" level="services" name="webuis" levels="ui app">
       
 22643     <collection name="browserplugins" long-name="Browser Plugins" level="app">
       
 22644      <component name="browseraudiovideoplugin" long-name="Browser Audio Video Plugin">
       
 22645       <unit bldFile="app/webuis/browserplugins/browseraudiovideoplugin/group"/>
       
 22646      </component>
       
 22647      <component name="browsergpsplugin" long-name="Browser GPS Plugin">
       
 22648       <unit bldFile="app/webuis/browserplugins/browsergpsplugin/group"/>
       
 22649      </component>
       
 22650      <component name="browsersysteminfoplugin" long-name="Browser System Info Plugin">
       
 22651       <unit bldFile="app/webuis/browserplugins/browsersysteminfoplugin/group"/>
       
 22652      </component>
       
 22653      <component name="browserwidgetutilsplugin" long-name="Browser Widget Utils Plugin">
       
 22654       <unit bldFile="app/webuis/browserplugins/browserwidgetutilsplugin/group"/>
       
 22655      </component>
       
 22656      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22657      <component name="browserplugins" long-name="browserplugins">
       
 22658       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22659       <unit bldFile="app/webuis/browserplugins/group"/>
       
 22660      </component>
       
 22661     </collection>
       
 22662     <collection name="browserui" long-name="Browser UI" level="app">
       
 22663      <component name="BROWSER" long-name="Browser">
       
 22664       <unit bldFile="app/webuis/browserui/BROWSER/group"/>
       
 22665      </component>
       
 22666      <component name="OperatorMenu" long-name="Operator Menu">
       
 22667       <unit bldFile="app/webuis/browserui/OperatorMenu/group"/>
       
 22668      </component>
       
 22669      <component name="VideoServices" long-name="Video Services">
       
 22670       <unit bldFile="app/webuis/browserui/VideoServices/group"/>
       
 22671      </component>
       
 22672      <component name="webuis_plat" long-name="Web UIs Platform">
       
 22673       <unit bldFile="app/webuis/browserui/webuis_plat/group"/>
       
 22674      </component>
       
 22675      <component name="webuis_pub" long-name="Web UIs Public">
       
 22676       <unit bldFile="app/webuis/browserui/webuis_pub/group"/>
       
 22677      </component>
       
 22678      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22679      <component name="Launcher2" long-name="Launcher2">
       
 22680       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22681       <unit bldFile="app/webuis/browserui/browser/Launcher2/group"/>
       
 22682      </component>
       
 22683      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22684      <component name="browserui" long-name="browserui">
       
 22685       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22686       <unit bldFile="app/webuis/browserui/group"/>
       
 22687      </component>
       
 22688     </collection>
       
 22689     <collection name="pushmtm" long-name="Push MTM">
       
 22690      <component name="Plugins">
       
 22691       <unit bldFile="app/webuis/pushmtm/Plugins/group"/>
       
 22692      </component>
       
 22693      <component name="PushMtmCliSrv.dll=binary">
       
 22694       <unit bldFile="app/webuis/pushmtm/group"/>
       
 22695      </component>
       
 22696      <component name="PushMtmUi.dll=binary">
       
 22697 <!--       <unit bldFile="app/webuis/pushmtm/group"/> -->
       
 22698      </component>
       
 22699      <component name="PushMtmUtil.dll=binary">
       
 22700 <!--       <unit bldFile="app/webuis/pushmtm/group"/> -->
       
 22701      </component>
       
 22702      <component name="PushViewer.exe=binary">
       
 22703 <!--       <unit bldFile="app/webuis/pushmtm/group"/> -->
       
 22704      </component>
       
 22705     </collection>
       
 22706     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 22707     <collection name="webuis" long-name="webuis">
       
 22708      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22709      <component name="webuis" long-name="webuis">
       
 22710       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22711       <unit bldFile="app/webuis/group"/>
       
 22712      </component>
       
 22713     </collection>
       
 22714    </block>
       
 22715    <block long-name="Java" level="services" name="java" levels="framework util generic rt">
       
 22716     <collection name="javaextensions" long-name="Java Extensions" level="generic">
       
 22717      <component name="eswt" long-name="Eswt">
       
 22718       <unit bldFile="app/java/javaextensions/eswt/group"/>
       
 22719      </component>
       
 22720      <component name="jsr" long-name="JSR">
       
 22721       <unit bldFile="app/java/javaextensions/jsr/group"/>
       
 22722      </component>
       
 22723      <component name="supplements" long-name="Supplements">
       
 22724       <unit bldFile="app/java/javaextensions/supplements/group"/>
       
 22725      </component>
       
 22726      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22727      <component name="eswtapifacade" long-name="eswtapifacade">
       
 22728       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22729       <unit bldFile="app/java/javaextensions/eswt/eswtapifacade/group"/>
       
 22730      </component>
       
 22731      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22732      <component name="eswtdirectcontent" long-name="eswtdirectcontent">
       
 22733       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22734       <unit bldFile="app/java/javaextensions/eswt/eswtdirectcontent/group"/>
       
 22735      </component>
       
 22736      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22737      <component name="eswtinstaller" long-name="eswtinstaller">
       
 22738       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22739       <unit bldFile="app/java/javaextensions/eswt/eswtinstaller/group"/>
       
 22740      </component>
       
 22741      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22742      <component name="build" long-name="build">
       
 22743       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22744       <unit bldFile="app/java/javaextensions/eswt/org.eclipse.ercp.swt.s60/build"/>
       
 22745       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22746       <unit bldFile="app/java/javaextensions/jsr/mia/rscreader/build"/>
       
 22747       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22748       <unit bldFile="app/java/javalegacy/j2me/plugins/cenrep/build"/>
       
 22749       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22750       <unit bldFile="app/java/javalegacy/j2me/plugins/jtwironesecurity/build"/>
       
 22751       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22752       <unit bldFile="app/java/javalegacy/j2me/plugins/refuauifactory/build"/>
       
 22753       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22754       <unit bldFile="app/java/javalegacy/j2me/plugins/rmsreserve/build"/>
       
 22755       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22756       <unit bldFile="app/java/javalegacy/j2me/plugins/s60cryptotokenfactory/build"/>
       
 22757       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22758       <unit bldFile="app/java/javalegacy/j2me/plugins/s60simprops/build"/>
       
 22759       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22760       <unit bldFile="app/java/javalegacy/j2me/plugins/uanotifierui/build"/>
       
 22761       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22762       <unit bldFile="app/java/javalegacy/j2me/plugins/useragent/build"/>
       
 22763      </component>
       
 22764      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22765      <component name="native" long-name="native">
       
 22766       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22767       <unit bldFile="app/java/javaextensions/eswt/org.eclipse.ercp.swt.s60/native/group"/>
       
 22768      </component>
       
 22769      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22770      <component name="s60file" long-name="s60file">
       
 22771       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22772       <unit bldFile="app/java/javaextensions/jsr/file/s60file/group"/>
       
 22773      </component>
       
 22774      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22775      <component name="s60pimeka2" long-name="s60pimeka2">
       
 22776       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22777       <unit bldFile="app/java/javaextensions/jsr/pim/s60pimeka2/group"/>
       
 22778      </component>
       
 22779      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22780      <component name="sensor" long-name="sensor">
       
 22781       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22782       <unit bldFile="app/java/javaextensions/jsr/sensor/group"/>
       
 22783      </component>
       
 22784      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22785      <component name="s60sipmidp2client" long-name="s60sipmidp2client">
       
 22786       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22787       <unit bldFile="app/java/javaextensions/jsr/sip/s60sipmidp2client/group"/>
       
 22788      </component>
       
 22789      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22790      <component name="s60sipmidp2push" long-name="s60sipmidp2push">
       
 22791       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22792       <unit bldFile="app/java/javaextensions/jsr/sip/s60sipmidp2push/group"/>
       
 22793      </component>
       
 22794      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22795      <component name="s60sipmidp2rscreader" long-name="s60sipmidp2rscreader">
       
 22796       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22797       <unit bldFile="app/java/javaextensions/jsr/sip/s60sipmidp2rscreader/group"/>
       
 22798      </component>
       
 22799      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22800      <component name="instplugin" long-name="instplugin">
       
 22801       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22802       <unit bldFile="app/java/javaextensions/jsr/wma/api_v2/instplugin/group"/>
       
 22803      </component>
       
 22804      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22805      <component name="pushplugin" long-name="pushplugin">
       
 22806       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22807       <unit bldFile="app/java/javaextensions/jsr/wma/api_v2/pushplugin/group"/>
       
 22808      </component>
       
 22809      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22810      <component name="javaai" long-name="javaai">
       
 22811       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22812       <unit bldFile="app/java/javaextensions/supplements/javaai/group"/>
       
 22813      </component>
       
 22814     </collection>
       
 22815     <collection name="javainstaller" long-name="Java Installer" level="generic">
       
 22816      <component name="iferecognizers" long-name="Ife Recognizers">
       
 22817       <unit bldFile="app/java/javainstaller/iferecognizers/group"/>
       
 22818       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22819       <unit bldFile="app/java/javainstaller/iferecognizers"/>
       
 22820      </component>
       
 22821      <component name="installationfrontend" long-name="Installation Frontend">
       
 22822       <unit bldFile="app/java/javainstaller/installationfrontend/group"/>
       
 22823      </component>
       
 22824      <component name="installplugins" long-name="Install Plugins">
       
 22825       <unit bldFile="app/java/javainstaller/installplugins/group"/>
       
 22826      </component>
       
 22827      <component name="javarightslistener" long-name="Java Rights Listener">
       
 22828       <unit bldFile="app/java/javainstaller/javarightslistener/group"/>
       
 22829      </component>
       
 22830      <component name="midp2iferecognizer" long-name="MIDP2 Interface Rrecognizer">
       
 22831       <unit bldFile="app/java/javainstaller/midp2iferecognizer/group"/>
       
 22832       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22833       <unit bldFile="app/java/javainstaller/iferecognizers/midp2iferecognizer/group"/>
       
 22834      </component>
       
 22835      <component name="midp2otadownloadplugin" long-name="MIDP2 OTA Download Plugin">
       
 22836       <unit bldFile="app/java/javainstaller/midp2otadownloadplugin/group"/>
       
 22837      </component>
       
 22838      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22839      <component name="downloadplugins" long-name="downloadplugins">
       
 22840       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22841       <unit bldFile="app/java/javainstaller/downloadplugins"/>
       
 22842      </component>
       
 22843      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22844      <component name="javainstaller" long-name="javainstaller">
       
 22845       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22846       <unit bldFile="app/java/javainstaller/group"/>
       
 22847      </component>
       
 22848      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22849      <component name="javadrminstallhelper" long-name="javadrminstallhelper">
       
 22850       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22851       <unit bldFile="app/java/javainstaller/installplugins/javadrminstallhelper/group"/>
       
 22852      </component>
       
 22853      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22854      <component name="midp2installplugin" long-name="midp2installplugin">
       
 22855       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22856       <unit bldFile="app/java/javainstaller/installplugins/midp2installplugin/group"/>
       
 22857      </component>
       
 22858      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22859      <component name="drmrlclient" long-name="drmrlclient">
       
 22860       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22861       <unit bldFile="app/java/javainstaller/javarightslistener/drmrlclient/group"/>
       
 22862      </component>
       
 22863      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22864      <component name="drmrlserver" long-name="drmrlserver">
       
 22865       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22866       <unit bldFile="app/java/javainstaller/javarightslistener/drmrlserver/group"/>
       
 22867      </component>
       
 22868     </collection>
       
 22869     <collection name="javalegacy" long-name="Java Legacy" level="util">
       
 22870      <component name="JcfCommon" long-name="Jcf Common">
       
 22871       <unit bldFile="app/java/javalegacy/JcfCommon/group"/>
       
 22872      </component>
       
 22873      <component name="j2me" long-name="J2ME">
       
 22874       <unit bldFile="app/java/javalegacy/j2me/group"/>
       
 22875       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22876       <unit bldFile="app/java/javalegacy/j2me/doc/examples/binarydev/j2me/group/binonly"/>
       
 22877       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22878       <unit bldFile="app/java/javalegacy/j2me/group/9.2"/>
       
 22879       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22880       <unit bldFile="app/java/javalegacy/j2me/group/S60v31"/>
       
 22881      </component>
       
 22882      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22883      <component name="binonly" long-name="binonly">
       
 22884       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22885       <unit bldFile="app/java/javalegacy/j2me/doc/examples/binarydev/j2me/products/binonly"/>
       
 22886      </component>
       
 22887      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22888      <component name="kbinonly" long-name="kbinonly">
       
 22889       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22890       <unit bldFile="app/java/javalegacy/j2me/doc/examples/binarydev/j2me/products/kbinonly"/>
       
 22891      </component>
       
 22892      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22893      <component name="midp2security" long-name="midp2security">
       
 22894       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22895       <unit bldFile="app/java/javalegacy/j2me/midp2security"/>
       
 22896      </component>
       
 22897      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22898      <component name="JavaSIDChecker" long-name="JavaSIDChecker">
       
 22899       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22900       <unit bldFile="app/java/javalegacy/j2me/misc/JavaSIDChecker"/>
       
 22901      </component>
       
 22902      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22903      <component name="S60JavaSIDChecker" long-name="S60JavaSIDChecker">
       
 22904       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22905       <unit bldFile="app/java/javalegacy/j2me/misc/S60JavaSIDChecker"/>
       
 22906      </component>
       
 22907      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22908      <component name="apn" long-name="apn">
       
 22909       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22910       <unit bldFile="app/java/javalegacy/j2me/plugins/apn/group"/>
       
 22911      </component>
       
 22912      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22913      <component name="bluetoothpush" long-name="bluetoothpush">
       
 22914       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22915       <unit bldFile="app/java/javalegacy/j2me/plugins/bluetoothpush/group"/>
       
 22916      </component>
       
 22917      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22918      <component name="bluetoothpushservice" long-name="bluetoothpushservice">
       
 22919       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22920       <unit bldFile="app/java/javalegacy/j2me/plugins/bluetoothpushservice/group"/>
       
 22921      </component>
       
 22922      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22923      <component name="commplugins" long-name="commplugins">
       
 22924       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22925       <unit bldFile="app/java/javalegacy/j2me/plugins/commplugins"/>
       
 22926      </component>
       
 22927      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22928      <component name="JavaTls" long-name="JavaTls">
       
 22929       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22930       <unit bldFile="app/java/javalegacy/j2me/plugins/JavaTls/group"/>
       
 22931      </component>
       
 22932      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22933      <component name="jcfhttpclient" long-name="jcfhttpclient">
       
 22934       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22935       <unit bldFile="app/java/javalegacy/j2me/plugins/jcfhttpclient/group"/>
       
 22936      </component>
       
 22937      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22938      <component name="vodaKK_customiser" long-name="vodaKK_customiser">
       
 22939       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22940       <unit bldFile="app/java/javalegacy/j2me/plugins/jcfhttpclient/vodaKK_customiser/group"/>
       
 22941      </component>
       
 22942      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22943      <component name="jcfruntimeV2" long-name="jcfruntimeV2">
       
 22944       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22945       <unit bldFile="app/java/javalegacy/j2me/plugins/jcfruntimeV2"/>
       
 22946      </component>
       
 22947      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22948      <component name="jtwironesecurity" long-name="jtwironesecurity">
       
 22949       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22950       <unit bldFile="app/java/javalegacy/j2me/plugins/jtwironesecurity"/>
       
 22951      </component>
       
 22952      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22953      <component name="lcdgd" long-name="lcdgd">
       
 22954       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22955       <unit bldFile="app/java/javalegacy/j2me/plugins/lcdgd/group"/>
       
 22956      </component>
       
 22957      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22958      <component name="lcdgr" long-name="lcdgr">
       
 22959       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22960       <unit bldFile="app/java/javalegacy/j2me/plugins/lcdgr/group"/>
       
 22961      </component>
       
 22962      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22963      <component name="multiprocess" long-name="multiprocess">
       
 22964       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22965       <unit bldFile="app/java/javalegacy/j2me/plugins/mailboxipc/examples/multiprocess"/>
       
 22966      </component>
       
 22967      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22968      <component name="paul" long-name="paul">
       
 22969       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22970       <unit bldFile="app/java/javalegacy/j2me/plugins/mailboxipc/examples/multiprocess/paul"/>
       
 22971      </component>
       
 22972      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22973      <component name="peter" long-name="peter">
       
 22974       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22975       <unit bldFile="app/java/javalegacy/j2me/plugins/mailboxipc/examples/multiprocess/peter"/>
       
 22976      </component>
       
 22977      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22978      <component name="singleprocess" long-name="singleprocess">
       
 22979       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22980       <unit bldFile="app/java/javalegacy/j2me/plugins/mailboxipc/examples/singleprocess"/>
       
 22981      </component>
       
 22982      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22983      <component name="mailboxipc" long-name="mailboxipc">
       
 22984       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22985       <unit bldFile="app/java/javalegacy/j2me/plugins/mailboxipc/group"/>
       
 22986      </component>
       
 22987      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22988      <component name="midp2test" long-name="midp2test">
       
 22989       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22990       <unit bldFile="app/java/javalegacy/j2me/plugins/midp2test/group"/>
       
 22991      </component>
       
 22992      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22993      <component name="midperm" long-name="midperm">
       
 22994       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 22995       <unit bldFile="app/java/javalegacy/j2me/plugins/midperm/group"/>
       
 22996      </component>
       
 22997      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 22998      <component name="NonGCFController" long-name="NonGCFController">
       
 22999       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23000       <unit bldFile="app/java/javalegacy/j2me/plugins/NonGCFController/group"/>
       
 23001      </component>
       
 23002      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23003      <component name="otatestserver" long-name="otatestserver">
       
 23004       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23005       <unit bldFile="app/java/javalegacy/j2me/plugins/otatestserver/group"/>
       
 23006      </component>
       
 23007      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23008      <component name="refhttpclient" long-name="refhttpclient">
       
 23009       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23010       <unit bldFile="app/java/javalegacy/j2me/plugins/refhttpclient/group"/>
       
 23011      </component>
       
 23012      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23013      <component name="refhttpproxy" long-name="refhttpproxy">
       
 23014       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23015       <unit bldFile="app/java/javalegacy/j2me/plugins/refhttpproxy/group"/>
       
 23016      </component>
       
 23017      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23018      <component name="refInstallationPlugin" long-name="refInstallationPlugin">
       
 23019       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23020       <unit bldFile="app/java/javalegacy/j2me/plugins/refInstallationPlugin/group"/>
       
 23021      </component>
       
 23022      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23023      <component name="reflcdui" long-name="reflcdui">
       
 23024       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23025       <unit bldFile="app/java/javalegacy/j2me/plugins/reflcdui/group"/>
       
 23026       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23027       <unit bldFile="app/java/javalegacy/j2me/plugins/reflcdui/group/RefUI"/>
       
 23028      </component>
       
 23029      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23030      <component name="refNotificationPlugin" long-name="refNotificationPlugin">
       
 23031       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23032       <unit bldFile="app/java/javalegacy/j2me/plugins/refNotificationPlugin/group"/>
       
 23033      </component>
       
 23034      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23035      <component name="refnotifier" long-name="refnotifier">
       
 23036       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23037       <unit bldFile="app/java/javalegacy/j2me/plugins/refnotifier/group"/>
       
 23038      </component>
       
 23039      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23040      <component name="refpimV2" long-name="refpimV2">
       
 23041       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23042       <unit bldFile="app/java/javalegacy/j2me/plugins/refpimV2/group"/>
       
 23043      </component>
       
 23044      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23045      <component name="readonlysetup" long-name="readonlysetup">
       
 23046       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23047       <unit bldFile="app/java/javalegacy/j2me/plugins/refpimV2/tapps/readonlysetup"/>
       
 23048      </component>
       
 23049      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23050      <component name="s60installationplugin" long-name="s60installationplugin">
       
 23051       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23052       <unit bldFile="app/java/javalegacy/j2me/plugins/s60installationplugin/group"/>
       
 23053      </component>
       
 23054      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23055      <component name="s60lcdui" long-name="s60lcdui">
       
 23056       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23057       <unit bldFile="app/java/javalegacy/j2me/plugins/s60lcdui/group"/>
       
 23058      </component>
       
 23059      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23060      <component name="s60platformrequesthandler" long-name="s60platformrequesthandler">
       
 23061       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23062       <unit bldFile="app/java/javalegacy/j2me/plugins/s60platformrequesthandler/group"/>
       
 23063      </component>
       
 23064      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23065      <component name="s60useragent" long-name="s60useragent">
       
 23066       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23067       <unit bldFile="app/java/javalegacy/j2me/plugins/s60useragent"/>
       
 23068      </component>
       
 23069      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23070      <component name="midpermtest" long-name="midpermtest">
       
 23071       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23072       <unit bldFile="app/java/javalegacy/j2me/plugins/testapps/midpermtest/group"/>
       
 23073      </component>
       
 23074      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23075      <component name="trustroots" long-name="trustroots">
       
 23076       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23077       <unit bldFile="app/java/javalegacy/j2me/plugins/trustroots/group"/>
       
 23078      </component>
       
 23079      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23080      <component name="uanotifierui" long-name="uanotifierui">
       
 23081       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23082       <unit bldFile="app/java/javalegacy/j2me/plugins/uanotifierui"/>
       
 23083      </component>
       
 23084      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23085      <component name="uitestutilsimpl" long-name="uitestutilsimpl">
       
 23086       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23087       <unit bldFile="app/java/javalegacy/j2me/plugins/uitestutilsimpl/group"/>
       
 23088      </component>
       
 23089      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23090      <component name="useragent" long-name="useragent">
       
 23091       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23092       <unit bldFile="app/java/javalegacy/j2me/plugins/useragent"/>
       
 23093      </component>
       
 23094      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23095      <component name="hmidpS60v31" long-name="hmidpS60v31">
       
 23096       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23097       <unit bldFile="app/java/javalegacy/j2me/products/hmidpS60v31"/>
       
 23098      </component>
       
 23099      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23100      <component name="systemamsjcf" long-name="systemamsjcf">
       
 23101       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23102       <unit bldFile="app/java/javalegacy/j2me/systemamsjcf"/>
       
 23103      </component>
       
 23104      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23105      <component name="systemamsref" long-name="systemamsref">
       
 23106       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23107       <unit bldFile="app/java/javalegacy/j2me/systemamsref"/>
       
 23108      </component>
       
 23109      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23110      <component name="systemamsV1_5" long-name="systemamsV1_5">
       
 23111       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23112       <unit bldFile="app/java/javalegacy/j2me/systemamsV1_5"/>
       
 23113      </component>
       
 23114      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23115      <component name="silentinstall" long-name="silentinstall">
       
 23116       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23117       <unit bldFile="app/java/javalegacy/j2me/systemamsV1_5/build/silentinstall"/>
       
 23118      </component>
       
 23119      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23120      <component name="Die" long-name="Die">
       
 23121       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23122       <unit bldFile="app/java/javalegacy/j2me/tools/native/Die"/>
       
 23123      </component>
       
 23124      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23125      <component name="installSIS9.1" long-name="installSIS9.1">
       
 23126       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23127       <unit bldFile="app/java/javalegacy/j2me/tools/native/installSIS9.1"/>
       
 23128      </component>
       
 23129      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23130      <component name="midletutils" long-name="midletutils">
       
 23131       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23132       <unit bldFile="app/java/javalegacy/j2me/tools/native/midletutils"/>
       
 23133      </component>
       
 23134      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23135      <component name="installmidlet" long-name="installmidlet">
       
 23136       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23137       <unit bldFile="app/java/javalegacy/j2me/tools/native/midletutils/installmidlet"/>
       
 23138      </component>
       
 23139      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23140      <component name="launchmidlet" long-name="launchmidlet">
       
 23141       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23142       <unit bldFile="app/java/javalegacy/j2me/tools/native/midletutils/launchmidlet"/>
       
 23143      </component>
       
 23144      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23145      <component name="nearlyFillDrive" long-name="nearlyFillDrive">
       
 23146       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23147       <unit bldFile="app/java/javalegacy/j2me/tools/native/nearlyFillDrive"/>
       
 23148      </component>
       
 23149      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23150      <component name="PushKeys" long-name="PushKeys">
       
 23151       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23152       <unit bldFile="app/java/javalegacy/j2me/tools/native/PushKeys/group"/>
       
 23153      </component>
       
 23154      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23155      <component name="startirstack" long-name="startirstack">
       
 23156       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23157       <unit bldFile="app/java/javalegacy/j2me/tools/native/startirstack"/>
       
 23158      </component>
       
 23159      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23160      <component name="usbon" long-name="usbon">
       
 23161       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23162       <unit bldFile="app/java/javalegacy/j2me/tools/native/usbon"/>
       
 23163      </component>
       
 23164      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23165      <component name="wait" long-name="wait">
       
 23166       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23167       <unit bldFile="app/java/javalegacy/j2me/tools/native/wait"/>
       
 23168      </component>
       
 23169      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23170      <component name="debugagent" long-name="debugagent">
       
 23171       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23172       <unit bldFile="app/java/javalegacy/j2me/utils/debugagent/group/driver/refui/app"/>
       
 23173       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23174       <unit bldFile="app/java/javalegacy/j2me/utils/debugagent/group/driver/refui/exe"/>
       
 23175      </component>
       
 23176      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23177      <component name="redirapp" long-name="redirapp">
       
 23178       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23179       <unit bldFile="app/java/javalegacy/j2me/utils/redirect/redirapp/group"/>
       
 23180      </component>
       
 23181      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23182      <component name="s60ui" long-name="s60ui">
       
 23183       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23184       <unit bldFile="app/java/javalegacy/j2me/utils/redirect/redirapp/s60ui"/>
       
 23185      </component>
       
 23186      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23187      <component name="Utils" long-name="Utils">
       
 23188       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23189       <unit bldFile="app/java/javalegacy/JcfCommon/Utils/Group"/>
       
 23190      </component>
       
 23191     </collection>
       
 23192     <collection name="javamanager" long-name="Java Manager" level="framework">
       
 23193      <component name="javabackup" long-name="Java Backup">
       
 23194       <unit bldFile="app/java/javamanager/javabackup/group"/>
       
 23195       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23196       <unit bldFile="app/java/javamanager/javabackup"/>
       
 23197      </component>
       
 23198      <component name="javadrmmanager" long-name="Java DRM Manager">
       
 23199       <unit bldFile="app/java/javamanager/javadrmmanager/group"/>
       
 23200      </component>
       
 23201      <component name="javaregistry" long-name="Java Registry">
       
 23202       <unit bldFile="app/java/javamanager/javaregistry/group"/>
       
 23203       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23204       <unit bldFile="app/java/javamanager/javaregistry/newlegacy/javaregistry/group"/>
       
 23205      </component>
       
 23206      <component name="javasettings" long-name="Java Settings">
       
 23207       <unit bldFile="app/java/javamanager/javasettings/group"/>
       
 23208      </component>
       
 23209      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23210      <component name="javamanager" long-name="javamanager">
       
 23211       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23212       <unit bldFile="app/java/javamanager/group"/>
       
 23213      </component>
       
 23214      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23215      <component name="javabackupcore" long-name="javabackupcore">
       
 23216       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23217       <unit bldFile="app/java/javamanager/javabackup/javabackupcore/group"/>
       
 23218      </component>
       
 23219      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23220      <component name="midp2backup" long-name="midp2backup">
       
 23221       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23222       <unit bldFile="app/java/javamanager/javabackup/midp2backup/group"/>
       
 23223      </component>
       
 23224      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23225      <component name="javasizehelper" long-name="javasizehelper">
       
 23226       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23227       <unit bldFile="app/java/javamanager/javaregistry/javasizehelper/group"/>
       
 23228      </component>
       
 23229      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23230      <component name="midp" long-name="midp">
       
 23231       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23232       <unit bldFile="app/java/javamanager/javaregistry/midp/group"/>
       
 23233      </component>
       
 23234      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23235      <component name="newlegacy" long-name="newlegacy">
       
 23236       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23237       <unit bldFile="app/java/javamanager/javaregistry/newlegacy"/>
       
 23238      </component>
       
 23239      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23240      <component name="installedappsregistry" long-name="installedappsregistry">
       
 23241       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23242       <unit bldFile="app/java/javamanager/javaregistry/newlegacy/installedappsregistry/group"/>
       
 23243      </component>
       
 23244      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23245      <component name="appmngrplugin" long-name="appmngrplugin">
       
 23246       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23247       <unit bldFile="app/java/javamanager/javasettings/appmngrplugin/group"/>
       
 23248      </component>
       
 23249      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23250      <component name="dbV2" long-name="dbV2">
       
 23251       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23252       <unit bldFile="app/java/javamanager/javasettings/dbV2/group"/>
       
 23253      </component>
       
 23254      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23255      <component name="jcfpermissiondb" long-name="jcfpermissiondb">
       
 23256       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23257       <unit bldFile="app/java/javamanager/javasettings/jcfpermissiondb/group"/>
       
 23258      </component>
       
 23259      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23260      <component name="networkaccessrepository" long-name="networkaccessrepository">
       
 23261       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23262       <unit bldFile="app/java/javamanager/javasettings/networkaccessrepository/group"/>
       
 23263      </component>
       
 23264      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23265      <component name="securitypolicyV2" long-name="securitypolicyV2">
       
 23266       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23267       <unit bldFile="app/java/javamanager/javasettings/securitypolicyV2/group"/>
       
 23268      </component>
       
 23269      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23270      <component name="userpreferences" long-name="userpreferences">
       
 23271       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23272       <unit bldFile="app/java/javamanager/javasettings/userpreferences/group"/>
       
 23273      </component>
       
 23274     </collection>
       
 23275     <collection name="javaruntime" long-name="Java Runtime" level="rt">
       
 23276      <component name="common">
       
 23277       <unit bldFile="app/java/javaruntime/common/group"/>
       
 23278      </component>
       
 23279      <component name="eventserver" long-name="Event Server">
       
 23280       <unit bldFile="app/java/javaruntime/eventserver/group"/>
       
 23281      </component>
       
 23282      <component name="jvm" long-name="JVM">
       
 23283       <unit bldFile="app/java/javaruntime/jvm/group"/>
       
 23284      </component>
       
 23285      <component name="midp2ams" long-name="Midp2ams">
       
 23286       <unit bldFile="app/java/javaruntime/midp2ams/group"/>
       
 23287      </component>
       
 23288      <component name="redirserver" long-name="Redirect Server">
       
 23289       <unit bldFile="app/java/javaruntime/redirserver/group"/>
       
 23290      </component>
       
 23291      <component name="temp_j2me_root" long-name="Temp J2me Root">
       
 23292       <unit bldFile="app/java/javaruntime/temp_j2me_root/group"/>
       
 23293      </component>
       
 23294      <component name="utils">
       
 23295       <unit bldFile="app/java/javaruntime/utils/group"/>
       
 23296      </component>
       
 23297      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23298      <component name="remconobserver" long-name="remconobserver">
       
 23299       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23300       <unit bldFile="app/java/javaruntime/common/remconobserver/group"/>
       
 23301      </component>
       
 23302      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23303      <component name="ThreadDump" long-name="ThreadDump">
       
 23304       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23305       <unit bldFile="app/java/javaruntime/jvm/ibm/j9_23/tools/ThreadDump/group"/>
       
 23306      </component>
       
 23307      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23308      <component name="nativeport" long-name="nativeport">
       
 23309       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23310       <unit bldFile="app/java/javaruntime/jvm/portinglayer/nativeport/group"/>
       
 23311      </component>
       
 23312      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23313      <component name="midp2vmargsmodifier" long-name="midp2vmargsmodifier">
       
 23314       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23315       <unit bldFile="app/java/javaruntime/midp2ams/midp2runtime/midp2vmargsmodifier/group"/>
       
 23316      </component>
       
 23317      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23318      <component name="components" long-name="components">
       
 23319       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23320       <unit bldFile="app/java/javaruntime/temp_j2me_root/components"/>
       
 23321      </component>
       
 23322      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23323      <component name="hmidps60" long-name="hmidps60">
       
 23324       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23325       <unit bldFile="app/java/javaruntime/temp_j2me_root/products/hmidps60"/>
       
 23326      </component>
       
 23327      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23328      <component name="j9midpS60" long-name="j9midpS60">
       
 23329       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23330       <unit bldFile="app/java/javaruntime/temp_j2me_root/products/j9midpS60"/>
       
 23331      </component>
       
 23332     </collection>
       
 23333     <collection name="javautils" long-name="Java Utils" level="util">
       
 23334      <component name="adt" long-name="ADT">
       
 23335       <unit bldFile="app/java/javautils/adt/group"/>
       
 23336      </component>
       
 23337      <component name="common">
       
 23338       <unit bldFile="app/java/javautils/common/group"/>
       
 23339      </component>
       
 23340      <component name="iconconverter" long-name="Icon Converter">
       
 23341       <unit bldFile="app/java/javautils/iconconverter/group"/>
       
 23342      </component>
       
 23343      <component name="integrityserver" long-name="Integrity Server">
       
 23344       <unit bldFile="app/java/javautils/integrityserver/group"/>
       
 23345       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23346       <unit bldFile="app/java/javautils/integrityserver/integrityserver/group"/>
       
 23347      </component>
       
 23348      <component name="jarfiledecoder" long-name="JAR File Decoder">
       
 23349       <unit bldFile="app/java/javautils/jarfiledecoder/group"/>
       
 23350      </component>
       
 23351      <component name="javadrmutils" long-name="Java DRM Utils">
       
 23352       <unit bldFile="app/java/javautils/javadrmutils/group"/>
       
 23353       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23354       <unit bldFile="app/java/java_stubs/javadrmutils/group"/>
       
 23355      </component>
       
 23356      <component name="javapackagelookup" long-name="Java Package Lookup">
       
 23357       <unit bldFile="app/java/javautils/javapackagelookup/group"/>
       
 23358      </component>
       
 23359      <component name="javareader" long-name="Java Reader">
       
 23360       <unit bldFile="app/java/javautils/javareader/group"/>
       
 23361      </component>
       
 23362      <component name="javarecognizer" long-name="Java Recognizer">
       
 23363       <unit bldFile="app/java/javautils/javarecognizer/group"/>
       
 23364      </component>
       
 23365      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23366      <component name="javautils" long-name="javautils">
       
 23367       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23368       <unit bldFile="app/java/javautils/group"/>
       
 23369      </component>
       
 23370      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23371      <component name="integrityserverclient" long-name="integrityserverclient">
       
 23372       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23373       <unit bldFile="app/java/javautils/integrityserver/integrityserverclient/group"/>
       
 23374      </component>
       
 23375      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23376      <component name="javaenvinfo" long-name="javaenvinfo">
       
 23377       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23378       <unit bldFile="app/java/javautils/javaenvinfo/group"/>
       
 23379      </component>
       
 23380     </collection>
       
 23381     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23382     <collection name="java" long-name="java">
       
 23383      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23384      <component name="java" long-name="java">
       
 23385       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23386       <unit bldFile="app/java/group"/>
       
 23387      </component>
       
 23388     </collection>
       
 23389     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23390     <collection name="java_group" long-name="java_group">
       
 23391      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23392      <component name="java_group" long-name="java_group">
       
 23393       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23394       <unit bldFile="app/java/java_group"/>
       
 23395      </component>
       
 23396     </collection>
       
 23397     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23398     <collection name="java_plat" long-name="java_plat">
       
 23399      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23400      <component name="java_plat" long-name="java_plat">
       
 23401       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23402       <unit bldFile="app/java/java_plat/group"/>
       
 23403      </component>
       
 23404      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23405      <component name="java_env_info_api" long-name="java_env_info_api">
       
 23406       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23407       <unit bldFile="app/java/java_plat/java_env_info_api/group"/>
       
 23408      </component>
       
 23409      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23410      <component name="java_registry_api" long-name="java_registry_api">
       
 23411       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23412       <unit bldFile="app/java/java_plat/java_registry_api/group"/>
       
 23413      </component>
       
 23414      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23415      <component name="java_superd_parser_api" long-name="java_superd_parser_api">
       
 23416       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23417       <unit bldFile="app/java/java_plat/java_superd_parser_api/group"/>
       
 23418      </component>
       
 23419     </collection>
       
 23420     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23421     <collection name="java_stubs" long-name="java_stubs">
       
 23422      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23423      <component name="java_stubs" long-name="java_stubs">
       
 23424       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23425       <unit bldFile="app/java/java_stubs/group"/>
       
 23426      </component>
       
 23427      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23428      <component name="javaenvinfo" long-name="javaenvinfo">
       
 23429       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23430       <unit bldFile="app/java/java_stubs/javaenvinfo/group"/>
       
 23431      </component>
       
 23432     </collection>
       
 23433    </block>
       
 23434    <block long-name="RD tools" level="services" name="rndtools" levels="app ui">
       
 23435     <collection name="creator" long-name="Creator" level="app">
       
 23436      <component name="creator.exe=binary">
       
 23437       <unit bldFile="app/rndtools/creator/group"/>
       
 23438      </component>
       
 23439      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23440      <component name="creator" long-name="creator">
       
 23441       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23442       <unit bldFile="tools/rndtools/creator/group"/>
       
 23443      </component>
       
 23444     </collection>
       
 23445     <collection name="filebrowser" long-name="File Browser" level="ui">
       
 23446      <component name="FileBrowser.exe=binary">
       
 23447       <unit bldFile="app/rndtools/filebrowser/group"/>
       
 23448      </component>
       
 23449      <component name="fileopclient" long-name="File Op Client">
       
 23450       <unit bldFile="app/rndtools/filebrowser/fileopclient/group"/>
       
 23451       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23452       <unit bldFile="tools/rndtools/filebrowser/fileopclient/group"/>
       
 23453      </component>
       
 23454      <component name="fileopserver" long-name="File Op Server">
       
 23455       <unit bldFile="app/rndtools/filebrowser/fileopserver/group"/>
       
 23456       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23457       <unit bldFile="tools/rndtools/filebrowser/fileopserver/group"/>
       
 23458      </component>
       
 23459      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23460      <component name="filebrowser" long-name="filebrowser">
       
 23461       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23462       <unit bldFile="tools/rndtools/filebrowser/group"/>
       
 23463      </component>
       
 23464     </collection>
       
 23465     <collection name="launcher" long-name="Launcher" level="ui">
       
 23466      <component name="Launcher.exe=binary">
       
 23467       <unit bldFile="app/rndtools/launcher/group"/>
       
 23468      </component>
       
 23469     </collection>
       
 23470     <collection name="loadgen" long-name="Load Generator" level="app">
       
 23471      <component name="LoadGen.exe=binary">
       
 23472       <unit bldFile="app/rndtools/loadgen/group"/>
       
 23473      </component>
       
 23474      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23475      <component name="loadgen" long-name="loadgen">
       
 23476       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23477       <unit bldFile="tools/rndtools/loadgen/group"/>
       
 23478      </component>
       
 23479     </collection>
       
 23480     <collection name="perfhooks" long-name="Performance Hooks" level="app">
       
 23481      <component name="perfhooks.exe=binary">
       
 23482       <unit bldFile="app/rndtools/perfhooks/group"/>
       
 23483      </component>
       
 23484     </collection>
       
 23485     <collection name="perfmon" long-name="Performance Monitor" level="app">
       
 23486      <component name="PerfMon.exe=binary">
       
 23487       <unit bldFile="app/rndtools/perfmon/group"/>
       
 23488      </component>
       
 23489      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23490      <component name="perfmon" long-name="perfmon">
       
 23491       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23492       <unit bldFile="tools/rndtools/perfmon/group"/>
       
 23493      </component>
       
 23494     </collection>
       
 23495     <collection name="screengrabber" long-name="Screen Grabber" level="ui">
       
 23496      <component name="ScreenGrabber.exe=binary">
       
 23497       <unit bldFile="app/rndtools/screengrabber/group"/>
       
 23498      </component>
       
 23499      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23500      <component name="screengrabber" long-name="screengrabber">
       
 23501       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23502       <unit bldFile="tools/rndtools/screengrabber/group"/>
       
 23503      </component>
       
 23504     </collection>
       
 23505     <collection name="stifui" long-name="STIF UI" level="ui">
       
 23506      <component name="stifui" long-name="STIF UI">
       
 23507       <unit bldFile="app/rndtools/stifui/stifui/group"/>
       
 23508       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23509       <unit bldFile="tools/rndtools/stifui/group"/>
       
 23510       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23511       <unit bldFile="tools/rndtools/stifui/stifui/group"/>
       
 23512      </component>
       
 23513      <component name="uitestserverstarter" long-name="UI Test Server Starter">
       
 23514       <unit bldFile="app/rndtools/stifui/uitestserverstarter/group"/>
       
 23515       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23516       <unit bldFile="tools/rndtools/stifui/uitestserverstarter/group"/>
       
 23517      </component>
       
 23518     </collection>
       
 23519     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23520     <collection name="rndtools" long-name="rndtools">
       
 23521      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23522      <component name="rndtools" long-name="rndtools">
       
 23523       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23524       <unit bldFile="tools/rndtools/group"/>
       
 23525      </component>
       
 23526     </collection>
       
 23527     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23528     <collection name="htiui" long-name="htiui">
       
 23529      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23530      <component name="htiui" long-name="htiui">
       
 23531       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23532       <unit bldFile="tools/rndtools/htiui/group"/>
       
 23533      </component>
       
 23534      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23535      <component name="HtiAdmin" long-name="HtiAdmin">
       
 23536       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23537       <unit bldFile="tools/rndtools/htiui/HtiAdmin/group"/>
       
 23538      </component>
       
 23539      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23540      <component name="HtiDeviceReboot" long-name="HtiDeviceReboot">
       
 23541       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23542       <unit bldFile="tools/rndtools/htiui/HtiDeviceReboot/group"/>
       
 23543      </component>
       
 23544      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23545      <component name="HtiAudioServicePlugin" long-name="HtiAudioServicePlugin">
       
 23546       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23547       <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
       
 23548      </component>
       
 23549      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23550      <component name="HtiKeyEventServicePlugin" long-name="HtiKeyEventServicePlugin">
       
 23551       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23552       <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
       
 23553      </component>
       
 23554      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23555      <component name="HtiMessagesServicePlugin" long-name="HtiMessagesServicePlugin">
       
 23556       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23557       <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
       
 23558      </component>
       
 23559      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23560      <component name="HtiPIMServicePlugin" long-name="HtiPIMServicePlugin">
       
 23561       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23562       <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
       
 23563      </component>
       
 23564      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23565      <component name="HtiScreenshotServicePlugin" long-name="HtiScreenshotServicePlugin">
       
 23566       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23567       <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
       
 23568      </component>
       
 23569      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23570      <component name="HtiSysInfoServicePlugin" long-name="HtiSysInfoServicePlugin">
       
 23571       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23572       <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
       
 23573      </component>
       
 23574      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23575      <component name="HtiStartupWait" long-name="HtiStartupWait">
       
 23576       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23577       <unit bldFile="tools/rndtools/htiui/HtiStartupWait/group"/>
       
 23578      </component>
       
 23579     </collection>
       
 23580     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23581     <collection name="memspyui" long-name="memspyui">
       
 23582      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23583      <component name="memspyui" long-name="memspyui">
       
 23584       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23585       <unit bldFile="tools/rndtools/memspyui/group"/>
       
 23586      </component>
       
 23587     </collection>
       
 23588    </block>
       
 23589    <block long-name="Techview" level="apps" span="2" name="techview" levels="services ui utils apps1 apps2 apps3">
       
 23590     <collection name="connectivityapps" long-name="Connectivity Apps" level="utils">
       
 23591      <component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91">
       
 23592       <unit bldFile="app/techview/connectivityapps/connectivityfw/group" mrp="app/techview/connectivityapps/connectivityfw/group/connectivity_framework.mrp"/>
       
 23593      </component>
       
 23594      <component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91">
       
 23595       <unit bldFile="app/techview/connectivityapps/connectivityservices/group" mrp="app/techview/connectivityapps/connectivityservices/group/connectivity_services.mrp"/>
       
 23596      </component>
       
 23597     </collection>
       
 23598     <collection name="controlpanel" long-name="Control Panel" level="ui">
       
 23599      <component name="cctlcolscheme" long-name="Colour Scheme Control" filter="techview">
       
 23600       <unit bldFile="app/techview/controlpanel/cctlcolscheme/group" mrp="app/techview/controlpanel/cctlcolscheme/group/techview_cctlcolscheme.mrp"/>
       
 23601      </component>
       
 23602      <component name="fepsetup" long-name="FEP Setup" filter="techview">
       
 23603       <unit bldFile="app/techview/controlpanel/fepsetup/group" mrp="app/techview/controlpanel/fepsetup/group/techview_fepsetup.mrp"/>
       
 23604      </component>
       
 23605      <component name="keyclickref" long-name="Key Click Ref" filter="techview">
       
 23606       <unit bldFile="app/techview/controlpanel/keyclickref/Group" mrp="app/techview/controlpanel/keyclickref/Group/techview_KeyClickRef.mrp"/>
       
 23607      </component>
       
 23608      <component name="soundsetup" long-name="Sound Setup" filter="techview">
       
 23609       <unit bldFile="app/techview/controlpanel/soundsetup/group" mrp="app/techview/controlpanel/soundsetup/group/techview_soundsetup.mrp"/>
       
 23610      </component>
       
 23611     </collection>
       
 23612     <collection name="datasyncapps" long-name="Data Sync Applications" level="apps2">
       
 23613      <component name="syncmlapp" long-name="SyncML App" filter="techview">
       
 23614       <unit bldFile="app/techview/datasyncapps/syncmlapp/group" mrp="app/techview/datasyncapps/syncmlapp/group/techview_syncmlapp.mrp"/>
       
 23615      </component>
       
 23616     </collection>
       
 23617     <collection name="installationapps" long-name="Installation Apps" level="apps2">
       
 23618      <component name="installapp" long-name="Install App" filter="techview">
       
 23619       <unit bldFile="app/techview/installationapps/installapp/group" mrp="app/techview/installationapps/installapp/group/techview_installapp.mrp"/>
       
 23620      </component>
       
 23621     </collection>
       
 23622     <collection name="messagingapps" long-name="Messaging Apps" level="apps2">
       
 23623      <component name="messagingui" long-name="Messaging UI" filter="techview">
       
 23624       <unit bldFile="app/techview/messagingapps/messagingui/Group" mrp="app/techview/messagingapps/messagingui/Group/techview_messagingui.mrp"/>
       
 23625      </component>
       
 23626     </collection>
       
 23627     <collection name="networkingapps" long-name="Networking Apps" level="apps1">
       
 23628      <component name="iapstatusapp" long-name="IAP Status App" filter="techview">
       
 23629       <unit bldFile="app/techview/networkingapps/iapstatusapp/group" mrp="app/techview/networkingapps/iapstatusapp/group/techview_iapstatusapp.mrp"/>
       
 23630      </component>
       
 23631      <component name="networkingagentnotifier" long-name="Networking Agent Notifier" filter="techview" plugin="Y" introduced="7.0s">
       
 23632       <unit bldFile="app/techview/networkingapps/networkingagentnotifier/group" mrp="app/techview/networkingapps/networkingagentnotifier/group/techview_networking_agentnotifier.mrp"/>
       
 23633      </component>
       
 23634      <component name="techviewvpnui" long-name="VPN UI" filter="techview" introduced="7.0">
       
 23635       <unit bldFile="app/techview/networkingapps/techviewvpnui/group" mrp="app/techview/networkingapps/techviewvpnui/group/techview_networking_vpnui.mrp"/>
       
 23636      </component>
       
 23637     </collection>
       
 23638     <collection name="networkingutils" long-name="Networking Utils" level="utils">
       
 23639      <component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0">
       
 23640       <unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
       
 23641      </component>
       
 23642      <component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s">
       
 23643       <unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
       
 23644      </component>
       
 23645     </collection>
       
 23646     <collection name="pimapps" long-name="PIM Apps" level="apps3">
       
 23647      <component name="agenda" long-name="Agenda UI" filter="techview">
       
 23648       <unit bldFile="app/techview/pimapps/agenda/group" mrp="app/techview/pimapps/agenda/group/techview_agenda.mrp"/>
       
 23649      </component>
       
 23650      <component name="contactstechview" long-name="Contacts" filter="techview">
       
 23651       <unit bldFile="app/techview/pimapps/contactstechview/group" mrp="app/techview/pimapps/contactstechview/group/techview_contacts.mrp"/>
       
 23652      </component>
       
 23653      <component name="contacui" long-name="Contacts UI" filter="techview">
       
 23654       <unit bldFile="app/techview/pimapps/contacui/group" mrp="app/techview/pimapps/contacui/group/techview_contacui.mrp" priority="30"/>
       
 23655      </component>
       
 23656     </collection>
       
 23657     <collection name="securityapps" long-name="Security Apps" level="apps3">
       
 23658      <component name="secui" long-name="Security UI" filter="techview">
       
 23659       <unit bldFile="app/techview/securityapps/secui/group" mrp="app/techview/securityapps/secui/group/techview_secui.mrp"/>
       
 23660      </component>
       
 23661      <component name="securityupstechview" long-name="Security UPS Techview" filter="techview">
       
 23662       <unit bldFile="app/techview/securityapps/securityupstechview/group" mrp="app/techview/securityapps/securityupstechview/group/security_ups_techview.mrp"/>
       
 23663      </component>
       
 23664     </collection>
       
 23665     <collection name="shortlinkapps" long-name="Shortlink Apps" level="apps1">
       
 23666      <component name="bluetoothui" long-name="Bluetooth UI" filter="techview">
       
 23667       <unit bldFile="app/techview/shortlinkapps/bluetoothui/group" mrp="app/techview/shortlinkapps/bluetoothui/group/techview_bluetoothui.mrp"/>
       
 23668      </component>
       
 23669      <component name="connectui" long-name="Connect UI" filter="techview">
       
 23670       <unit bldFile="app/techview/shortlinkapps/connectui/group" mrp="app/techview/shortlinkapps/connectui/group/techview_connectui.mrp"/>
       
 23671      </component>
       
 23672      <component name="techviewusbui" long-name="USB UI" filter="techview">
       
 23673       <unit bldFile="app/techview/shortlinkapps/techviewusbui/group" mrp="app/techview/shortlinkapps/techviewusbui/group/techview_usbui.mrp"/>
       
 23674      </component>
       
 23675     </collection>
       
 23676     <collection name="techviewplat" long-name="Techview Platform" level="services">
       
 23677      <component name="eikstd" long-name="EIKSTD" filter="techview">
       
 23678       <unit bldFile="app/techview/techviewplat/eikstd/group" mrp="app/techview/techviewplat/eikstd/group/techview_eikstd.mrp" priority="20"/>
       
 23679      </component>
       
 23680      <component name="feps" long-name="FEPS" filter="techview">
       
 23681       <unit bldFile="app/techview/techviewplat/feps/group" mrp="app/techview/techviewplat/feps/group/techview_feps.mrp"/>
       
 23682      </component>
       
 23683      <component name="techviewuiklaf" long-name="UIKLAF" filter="techview">
       
 23684       <unit bldFile="app/techview/techviewplat/techviewuiklaf/GROUP" mrp="app/techview/techviewplat/techviewuiklaf/GROUP/techview_uiklaf.mrp" priority="10"/>
       
 23685      </component>
       
 23686     </collection>
       
 23687     <collection name="techviewui" long-name="Techview UI" level="ui">
       
 23688      <component name="techviewextras" long-name="Extras" filter="techview">
       
 23689       <unit bldFile="app/techview/techviewui/techviewextras/group" mrp="app/techview/techviewui/techviewextras/group/techview_extras.mrp"/>
       
 23690      </component>
       
 23691      <component name="shell" long-name="Shell" filter="techview">
       
 23692       <unit bldFile="app/techview/techviewui/shell/group" mrp="app/techview/techviewui/shell/group/techview_shell.mrp"/>
       
 23693      </component>
       
 23694      <component name="startup" long-name="Startup" filter="techview">
       
 23695       <unit bldFile="app/techview/techviewui/startup/group" mrp="app/techview/techviewui/startup/group/techview_startup.mrp"/>
       
 23696      </component>
       
 23697      <component name="statuspane" long-name="Status Pane" filter="techview">
       
 23698       <unit bldFile="app/techview/techviewui/statuspane/group" mrp="app/techview/techviewui/statuspane/group/techview_statuspane.mrp"/>
       
 23699      </component>
       
 23700     </collection>
       
 23701     <collection name="telephonyapps" long-name="Telephony Apps" level="apps1">
       
 23702      <component name="techviewphoneui" long-name="Phone UI" filter="techview">
       
 23703       <unit bldFile="app/techview/telephonyapps/techviewphoneui/group" mrp="app/techview/telephonyapps/techviewphoneui/group/techview_phoneui.mrp"/>
       
 23704      </component>
       
 23705     </collection>
       
 23706     <collection name="testapps" long-name="Test Apps" level="utils">
       
 23707      <component name="rschandler" long-name="Resource Handler" deprecated="tb92">
       
 23708       <unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
       
 23709      </component>
       
 23710      <component name="rschandlerui" long-name="Resource Handler UI" filter="techview">
       
 23711       <unit bldFile="app/techview/testapps/rschandler/TVResourceHandler/group" mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_techview.mrp"/>
       
 23712      </component>
       
 23713      <component name="statdevice" long-name="STAT Device" filter="techview">
       
 23714       <unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/Techview" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_techview.mrp"/>
       
 23715      </component>
       
 23716      <component name="simpleapp" long-name="Simple App" filter="techview">
       
 23717       <unit bldFile="app/techview/testapps/simpleapp/group" mrp="app/techview/testapps/simpleapp/group/Techview_SimpleApp.mrp"/>
       
 23718      </component>
       
 23719      <component name="memspy" long-name="MemSpy" filter="techview" introduced="9.2" class="test" purpose="development" license-values="3">
       
 23720       <unit bldFile="app/techview/testapps/memspy/group" mrp="app/techview/testapps/memspy/group/graphics_memspy.mrp"/>
       
 23721      </component>
       
 23722     </collection>
       
 23723     <collection name="toolkit" long-name="Toolkit" level="utils">
       
 23724      <component name="additionalconfigfiles" long-name="Additional Configuration Files" filter="techview">
       
 23725       <unit mrp="app/techview/toolkit/configfiles/techview_additional_cedar.mrp"/>
       
 23726      </component>
       
 23727      <component name="configfiles" long-name="Configuration Files" filter="techview">
       
 23728       <unit mrp="app/techview/toolkit/configfiles/techview_epoc_ini.mrp"/>
       
 23729      </component>
       
 23730      <component name="romimages" long-name="ROM Images" filter="techview">
       
 23731       <unit version="Future" mrp="os/deviceplatformrelease/symbianosbld/cedarutils/techview_roms_Future.mrp"/>
       
 23732       <unit version="9.4" mrp="os/deviceplatformrelease/symbianosbld/cedarutils/techview_roms_9.4.mrp"/>
       
 23733      </component>
       
 23734      <component name="romkit" long-name="ROM Kit" filter="techview">
       
 23735       <unit bldFile="app/techview/toolkit/romkit/group" mrp="app/techview/toolkit/romkit/group/techview_romkit.mrp"/>
       
 23736      </component>
       
 23737     </collection>
       
 23738     <collection name="utilityapps" long-name="Utility Apps" level="apps2">
       
 23739      <component name="helptechview" long-name="Help" filter="techview">
       
 23740       <unit bldFile="app/techview/utilityapps/helptechview/group" mrp="app/techview/utilityapps/helptechview/group/techview_help.mrp"/>
       
 23741      </component>
       
 23742      <component name="timew" long-name="World Time" filter="techview">
       
 23743       <unit bldFile="app/techview/utilityapps/timew/group" mrp="app/techview/utilityapps/timew/group/techview_timew.mrp"/>
       
 23744      </component>
       
 23745     </collection>
       
 23746     <collection name="avapps" long-name="A/V Apps" level="apps3">
       
 23747      <component name="techviewaudio" long-name="Audio" filter="techview">
       
 23748       <unit bldFile="app/techview/avapps/techviewaudio/Group" mrp="app/techview/avapps/techviewaudio/Group/techview_audio.mrp"/>
       
 23749      </component>
       
 23750     </collection>
  2108     <collection name="buildverification" long-name="Build Verification" level="services">
 23751     <collection name="buildverification" long-name="Build Verification" level="services">
  2109      <component name="smoketest" long-name="Smoke Test" filter="gt">
 23752      <component name="smoketest" long-name="Smoke Test" filter="gt">
  2110       <unit bldFile="app\techview\buildverification\smoketest\Group" mrp="app\techview\buildverification\smoketest\Group\testtools_smoketest.mrp"/>
 23753       <unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
  2111      </component>
 23754      </component>
  2112     </collection>
 23755     </collection>
  2113     <collection name="networkingutils" long-name="Networking Utils" level="utils">
 23756     <collection name="sysvalidation" long-name="System Validation" level="services">
  2114      <component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0">
 23757      <component name="systemtestos" long-name="System Test OS" filter="systemtest">
  2115       <unit mrp="app\techview\networkingutils\ipadministrationtool\group\networking_ipadm.mrp"/>
 23758       <unit bldFile="app/techview/sysvalidation/systemtestos/Group" mrp="app/techview/sysvalidation/systemtestos/Group/systemtest_os.mrp"/>
  2116      </component>
 23759      </component>
  2117      <component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s">
 23760      <component name="systemtesttools" long-name="System Test Tools" filter="systemtest">
  2118       <unit mrp="app\techview\networkingutils\nameresolverutility\group\networking_nslookup.mrp"/>
 23761       <unit bldFile="app/techview/sysvalidation/systemtesttools/Group" mrp="app/techview/sysvalidation/systemtesttools/Group/systemtest_tools.mrp"/>
  2119      </component>
 23762      </component>
  2120     </collection>
 23763     </collection>
  2121     <collection name="testapps" long-name="Test Apps" level="utils">
 23764    </block>
  2122      <component name="rschandler" long-name="Resource Handler" deprecated="tb92">
 23765    <!-- Following Block added by SF via autopopulating script from S60 model -->
  2123       <unit mrp="app\techview\testapps\rschandler\TVResourceHandler\group\Testtools_ResourceHandler_gt.mrp"/>
 23766    <block long-name="stubs" level="new" name="stubs">
       
 23767     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23768     <collection name="PtiT9Core_stub" long-name="PtiT9Core_stub">
       
 23769      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23770      <component name="PtiT9Core_stub" long-name="PtiT9Core_stub">
       
 23771       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23772       <unit bldFile="adaptation/stubs/PtiT9Core_stub/group"/>
       
 23773      </component>
       
 23774     </collection>
       
 23775     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23776     <collection name="audiostubs" long-name="audiostubs">
       
 23777      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23778      <component name="addeddevsoundcontrolcistub" long-name="addeddevsoundcontrolcistub">
       
 23779       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23780       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/addeddevsoundcontrolcistub/Group"/>
       
 23781      </component>
       
 23782      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23783      <component name="aacdecoderconfigcistub" long-name="aacdecoderconfigcistub">
       
 23784       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23785       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/aacdecoderconfigcistub/group"/>
       
 23786      </component>
       
 23787      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23788      <component name="audiovibracontrolcistub" long-name="audiovibracontrolcistub">
       
 23789       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23790       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/audiovibracontrolcistub/group"/>
       
 23791      </component>
       
 23792      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23793      <component name="eaacplusdecoderintfccistub" long-name="eaacplusdecoderintfccistub">
       
 23794       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23795       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/eaacplusdecoderintfccistub/Group"/>
       
 23796      </component>
       
 23797      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23798      <component name="errorconcealmentintfccistub" long-name="errorconcealmentintfccistub">
       
 23799       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23800       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/errorconcealmentintfccistub/group"/>
       
 23801      </component>
       
 23802      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23803      <component name="g711decoderintfccistub" long-name="g711decoderintfccistub">
       
 23804       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23805       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/g711decoderintfccistub/group"/>
       
 23806      </component>
       
 23807      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23808      <component name="g711encoderintfccistub" long-name="g711encoderintfccistub">
       
 23809       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23810       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/g711encoderintfccistub/group"/>
       
 23811      </component>
       
 23812      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23813      <component name="g729decoderintfccistub" long-name="g729decoderintfccistub">
       
 23814       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23815       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/g729decoderintfccistub/group"/>
       
 23816      </component>
       
 23817      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23818      <component name="g729encoderintfccistub" long-name="g729encoderintfccistub">
       
 23819       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23820       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/g729encoderintfccistub/group"/>
       
 23821      </component>
       
 23822      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23823      <component name="audiocodeccistubs" long-name="audiocodeccistubs">
       
 23824       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23825       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/group"/>
       
 23826      </component>
       
 23827      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23828      <component name="ilbcdecoderintfccistub" long-name="ilbcdecoderintfccistub">
       
 23829       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23830       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/ilbcdecoderintfccistub/group"/>
       
 23831      </component>
       
 23832      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23833      <component name="ilbcencoderintfccistub" long-name="ilbcencoderintfccistub">
       
 23834       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23835       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/ilbcencoderintfccistub/group"/>
       
 23836      </component>
       
 23837      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23838      <component name="ra8decoderintfccistub" long-name="ra8decoderintfccistub">
       
 23839       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23840       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/ra8decoderintfccistub/Group"/>
       
 23841      </component>
       
 23842      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23843      <component name="sbcencoderintfccistub" long-name="sbcencoderintfccistub">
       
 23844       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23845       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/sbcencoderintfccistub/Group"/>
       
 23846      </component>
       
 23847      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23848      <component name="speechencoderconfigcistub" long-name="speechencoderconfigcistub">
       
 23849       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23850       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/speechencoderconfigcistub/group"/>
       
 23851      </component>
       
 23852      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23853      <component name="wmadecodercintfccistub" long-name="wmadecodercintfccistub">
       
 23854       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23855       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/wmadecodercintfccistub/group"/>
       
 23856      </component>
       
 23857      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23858      <component name="audioequalizercistub" long-name="audioequalizercistub">
       
 23859       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23860       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/audioequalizercistub/Group"/>
       
 23861      </component>
       
 23862      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23863      <component name="bassboostcistub" long-name="bassboostcistub">
       
 23864       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23865       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/bassboostcistub/Group"/>
       
 23866      </component>
       
 23867      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23868      <component name="distanceattenuationcistub" long-name="distanceattenuationcistub">
       
 23869       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23870       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/distanceattenuationcistub/Group"/>
       
 23871      </component>
       
 23872      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23873      <component name="environmentalreverbcistub" long-name="environmentalreverbcistub">
       
 23874       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23875       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/environmentalreverbcistub/Group"/>
       
 23876      </component>
       
 23877      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23878      <component name="audioeffectscistubs" long-name="audioeffectscistubs">
       
 23879       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23880       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/group"/>
       
 23881      </component>
       
 23882      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23883      <component name="listenerdopplercistub" long-name="listenerdopplercistub">
       
 23884       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23885       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/listenerdopplercistub/Group"/>
       
 23886      </component>
       
 23887      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23888      <component name="listenerlocationcistub" long-name="listenerlocationcistub">
       
 23889       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23890       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/listenerlocationcistub/Group"/>
       
 23891      </component>
       
 23892      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23893      <component name="listenerorientationcistub" long-name="listenerorientationcistub">
       
 23894       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23895       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/listenerorientationcistub/Group"/>
       
 23896      </component>
       
 23897      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23898      <component name="loudnesscistub" long-name="loudnesscistub">
       
 23899       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23900       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/loudnesscistub/Group"/>
       
 23901      </component>
       
 23902      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23903      <component name="roomlevelcistub" long-name="roomlevelcistub">
       
 23904       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23905       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/roomlevelcistub/Group"/>
       
 23906      </component>
       
 23907      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23908      <component name="sourcedopplercistub" long-name="sourcedopplercistub">
       
 23909       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23910       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/sourcedopplercistub/Group"/>
       
 23911      </component>
       
 23912      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23913      <component name="sourcelocationcistub" long-name="sourcelocationcistub">
       
 23914       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23915       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/sourcelocationcistub/Group"/>
       
 23916      </component>
       
 23917      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23918      <component name="sourceorientationcistub" long-name="sourceorientationcistub">
       
 23919       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23920       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/sourceorientationcistub/Group"/>
       
 23921      </component>
       
 23922      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23923      <component name="stereowideningcistub" long-name="stereowideningcistub">
       
 23924       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23925       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioeffectscistubs/stereowideningcistub/Group"/>
       
 23926      </component>
       
 23927      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23928      <component name="CustomInterfaceProxyFactory_stub" long-name="CustomInterfaceProxyFactory_stub">
       
 23929       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23930       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioenhancementfactorystubs/CustomInterfaceProxyFactory_stub/group"/>
       
 23931      </component>
       
 23932      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23933      <component name="audioenhancementfactorystubs" long-name="audioenhancementfactorystubs">
       
 23934       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23935       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioenhancementfactorystubs/group"/>
       
 23936      </component>
       
 23937      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23938      <component name="MessageHandlerFactory_stub" long-name="MessageHandlerFactory_stub">
       
 23939       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23940       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioenhancementfactorystubs/MessageHandlerFactory_stub/group"/>
       
 23941      </component>
       
 23942      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23943      <component name="audioinputcistub" long-name="audioinputcistub">
       
 23944       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23945       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioinputcistub/Group"/>
       
 23946      </component>
       
 23947      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23948      <component name="audiooutputcistub" long-name="audiooutputcistub">
       
 23949       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23950       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiooutputcistub/Group"/>
       
 23951      </component>
       
 23952      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23953      <component name="audiovisualizationstub" long-name="audiovisualizationstub">
       
 23954       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23955       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiovisualizationstub/Group"/>
       
 23956      </component>
       
 23957      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23958      <component name="devsoundextensions_stubs" long-name="devsoundextensions_stubs">
       
 23959       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23960       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/group"/>
       
 23961      </component>
       
 23962      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23963      <component name="mmfaudioserverfactorystub" long-name="mmfaudioserverfactorystub">
       
 23964       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23965       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/mmfaudioserverfactorystub/group"/>
       
 23966      </component>
       
 23967      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23968      <component name="mmfdevsoundadaptation_stub" long-name="mmfdevsoundadaptation_stub">
       
 23969       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23970       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/mmfdevsoundadaptation_stub/group"/>
       
 23971      </component>
       
 23972      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23973      <component name="restrictedaudiooutputcistub" long-name="restrictedaudiooutputcistub">
       
 23974       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23975       <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/restrictedaudiooutputcistub/Group"/>
       
 23976      </component>
       
 23977      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23978      <component name="fmradiotunercontrolstub" long-name="fmradiotunercontrolstub">
       
 23979       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23980       <unit bldFile="adaptation/stubs/audiostubs/fmradiotunercontrolstub/Group"/>
       
 23981      </component>
       
 23982      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23983      <component name="audiostubs" long-name="audiostubs">
       
 23984       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23985       <unit bldFile="adaptation/stubs/audiostubs/group"/>
       
 23986      </component>
       
 23987     </collection>
       
 23988     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23989     <collection name="btaudioadaptation_stub" long-name="btaudioadaptation_stub">
       
 23990      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23991      <component name="btaudioadaptation_stub" long-name="btaudioadaptation_stub">
       
 23992       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 23993       <unit bldFile="adaptation/stubs/btaudioadaptation_stub/group"/>
       
 23994      </component>
       
 23995     </collection>
       
 23996     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 23997     <collection name="drm_stubs" long-name="drm_stubs">
       
 23998      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 23999      <component name="drm_stubs" long-name="drm_stubs">
       
 24000       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24001       <unit bldFile="adaptation/stubs/drm_stubs/group"/>
       
 24002      </component>
       
 24003     </collection>
       
 24004     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24005     <collection name="licensee_tsy_stub" long-name="licensee_tsy_stub">
       
 24006      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24007      <component name="licensee_tsy_stub" long-name="licensee_tsy_stub">
       
 24008       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24009       <unit bldFile="adaptation/stubs/licensee_tsy_stub/group"/>
       
 24010      </component>
       
 24011     </collection>
       
 24012     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24013     <collection name="ocrsrv_stub" long-name="ocrsrv_stub">
       
 24014      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24015      <component name="ocrsrv_stub" long-name="ocrsrv_stub">
       
 24016       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24017       <unit bldFile="adaptation/stubs/ocrsrv_stub/group"/>
       
 24018      </component>
       
 24019     </collection>
       
 24020     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24021     <collection name="omasuplasnconverterstubimpl" long-name="omasuplasnconverterstubimpl">
       
 24022      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24023      <component name="omasuplasnconverterstubimpl" long-name="omasuplasnconverterstubimpl">
       
 24024       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24025       <unit bldFile="adaptation/stubs/omasuplasnconverterstubimpl/group"/>
       
 24026      </component>
       
 24027     </collection>
       
 24028     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24029     <collection name="posmsgpluginreferenceimpl" long-name="posmsgpluginreferenceimpl">
       
 24030      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24031      <component name="posmsgpluginreferenceimpl" long-name="posmsgpluginreferenceimpl">
       
 24032       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24033       <unit bldFile="adaptation/stubs/posmsgpluginreferenceimpl/group"/>
       
 24034      </component>
       
 24035     </collection>
       
 24036     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24037     <collection name="power_save_display_mode_stub" long-name="power_save_display_mode_stub">
       
 24038      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24039      <component name="power_save_display_mode_stub" long-name="power_save_display_mode_stub">
       
 24040       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24041       <unit bldFile="adaptation/stubs/power_save_display_mode_stub/group"/>
       
 24042      </component>
       
 24043     </collection>
       
 24044     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24045     <collection name="simatk_tsy_stub" long-name="simatk_tsy_stub">
       
 24046      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24047      <component name="simatk_tsy_stub" long-name="simatk_tsy_stub">
       
 24048       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24049       <unit bldFile="adaptation/stubs/simatk_tsy_stub/group"/>
       
 24050      </component>
       
 24051     </collection>
       
 24052     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24053     <collection name="srsfenginestub" long-name="srsfenginestub">
       
 24054      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24055      <component name="adaptationhwdevice" long-name="adaptationhwdevice">
       
 24056       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24057       <unit bldFile="adaptation/stubs/srsfenginestub/adaptationhwdevice/group"/>
       
 24058      </component>
       
 24059      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24060      <component name="grcompilerhwdevice" long-name="grcompilerhwdevice">
       
 24061       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24062       <unit bldFile="adaptation/stubs/srsfenginestub/grcompilerhwdevice/group"/>
       
 24063      </component>
       
 24064      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24065      <component name="srsfenginestub" long-name="srsfenginestub">
       
 24066       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24067       <unit bldFile="adaptation/stubs/srsfenginestub/group"/>
       
 24068      </component>
       
 24069      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24070      <component name="nlphwdevice" long-name="nlphwdevice">
       
 24071       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24072       <unit bldFile="adaptation/stubs/srsfenginestub/nlphwdevice/group"/>
       
 24073      </component>
       
 24074      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24075      <component name="recognitionhwdevice" long-name="recognitionhwdevice">
       
 24076       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24077       <unit bldFile="adaptation/stubs/srsfenginestub/recognitionhwdevice/group"/>
       
 24078      </component>
       
 24079      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24080      <component name="ttphwdevice" long-name="ttphwdevice">
       
 24081       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24082       <unit bldFile="adaptation/stubs/srsfenginestub/ttphwdevice/group"/>
       
 24083      </component>
       
 24084      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24085      <component name="ttshwdevice" long-name="ttshwdevice">
       
 24086       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24087       <unit bldFile="adaptation/stubs/srsfenginestub/ttshwdevice/group"/>
       
 24088      </component>
       
 24089      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24090      <component name="vocmanhwdevice" long-name="vocmanhwdevice">
       
 24091       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24092       <unit bldFile="adaptation/stubs/srsfenginestub/vocmanhwdevice/group"/>
       
 24093      </component>
       
 24094     </collection>
       
 24095     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24096     <collection name="systemswstubs" long-name="systemswstubs">
       
 24097      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24098      <component name="accessorypolicyreference" long-name="accessorypolicyreference">
       
 24099       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24100       <unit bldFile="adaptation/stubs/systemswstubs/accessorypolicyreference/group"/>
       
 24101      </component>
       
 24102      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24103      <component name="asyreference" long-name="asyreference">
       
 24104       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24105       <unit bldFile="adaptation/stubs/systemswstubs/asyreference/group"/>
       
 24106      </component>
       
 24107      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24108      <component name="examplecommonisc" long-name="examplecommonisc">
       
 24109       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24110       <unit bldFile="adaptation/stubs/systemswstubs/examplecommonisc/group"/>
       
 24111      </component>
       
 24112      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24113      <component name="exampledsy" long-name="exampledsy">
       
 24114       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24115       <unit bldFile="adaptation/stubs/systemswstubs/exampledsy/group"/>
       
 24116      </component>
       
 24117      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24118      <component name="featuremanagerstub" long-name="featuremanagerstub">
       
 24119       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24120       <unit bldFile="adaptation/stubs/systemswstubs/featuremanagerstub/group"/>
       
 24121      </component>
       
 24122      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24123      <component name="systemswstubs" long-name="systemswstubs">
       
 24124       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24125       <unit bldFile="adaptation/stubs/systemswstubs/group"/>
       
 24126      </component>
       
 24127      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24128      <component name="hwrmhapticsstubplugin" long-name="hwrmhapticsstubplugin">
       
 24129       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24130       <unit bldFile="adaptation/stubs/systemswstubs/hwrmhapticsstubplugin/group"/>
       
 24131      </component>
       
 24132      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24133      <component name="hwrmstubplugins" long-name="hwrmstubplugins">
       
 24134       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24135       <unit bldFile="adaptation/stubs/systemswstubs/hwrmstubplugins/group"/>
       
 24136      </component>
       
 24137      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24138      <component name="sensorchannelsreference" long-name="sensorchannelsreference">
       
 24139       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24140       <unit bldFile="adaptation/stubs/systemswstubs/sensorchannelsreference/group"/>
       
 24141      </component>
       
 24142      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24143      <component name="ssyreference" long-name="ssyreference">
       
 24144       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24145       <unit bldFile="adaptation/stubs/systemswstubs/ssyreference/group"/>
       
 24146      </component>
       
 24147      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24148      <component name="startupadaptationstub" long-name="startupadaptationstub">
       
 24149       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24150       <unit bldFile="adaptation/stubs/systemswstubs/startupadaptationstub/group"/>
       
 24151      </component>
       
 24152      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24153      <component name="tiltcompensationstub" long-name="tiltcompensationstub">
       
 24154       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24155       <unit bldFile="adaptation/stubs/systemswstubs/tiltcompensationstub/group"/>
       
 24156      </component>
       
 24157      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24158      <component name="TVOutConfig" long-name="TVOutConfig">
       
 24159       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24160       <unit bldFile="adaptation/stubs/systemswstubs/TVOutConfig/group"/>
       
 24161      </component>
       
 24162      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24163      <component name="wiredbearerreference" long-name="wiredbearerreference">
       
 24164       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24165       <unit bldFile="adaptation/stubs/systemswstubs/wiredbearerreference/group"/>
       
 24166      </component>
       
 24167     </collection>
       
 24168     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24169     <collection name="tactileclickplugin_stub" long-name="tactileclickplugin_stub">
       
 24170      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24171      <component name="tactileclickplugin_stub" long-name="tactileclickplugin_stub">
       
 24172       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24173       <unit bldFile="adaptation/stubs/tactileclickplugin_stub/group"/>
       
 24174      </component>
       
 24175     </collection>
       
 24176     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24177     <collection name="wlanhwinit_stub" long-name="wlanhwinit_stub">
       
 24178      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24179      <component name="wlanhwinit_stub" long-name="wlanhwinit_stub">
       
 24180       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24181       <unit bldFile="adaptation/stubs/wlanhwinit_stub/group"/>
       
 24182      </component>
       
 24183     </collection>
       
 24184    </block>
       
 24185    <!-- Following Block added by SF via autopopulating script from S60 model -->
       
 24186    <block long-name="commonemail" level="new" name="commonemail">
       
 24187     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24188     <collection name="commonemail" long-name="commonemail">
       
 24189      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24190      <component name="commonemail" long-name="commonemail">
       
 24191       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24192       <unit bldFile="app/commonemail/group"/>
       
 24193      </component>
       
 24194     </collection>
       
 24195     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24196     <collection name="email_plat" long-name="email_plat">
       
 24197      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24198      <component name="email_setup_plugin_api" long-name="email_setup_plugin_api">
       
 24199       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24200       <unit bldFile="app/commonemail/email_plat/email_setup_plugin_api/group"/>
       
 24201      </component>
       
 24202      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24203      <component name="email_plat" long-name="email_plat">
       
 24204       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24205       <unit bldFile="app/commonemail/email_plat/group"/>
       
 24206      </component>
       
 24207     </collection>
       
 24208     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24209     <collection name="emailcontacts" long-name="emailcontacts">
       
 24210      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24211      <component name="contactactionmenu" long-name="contactactionmenu">
       
 24212       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24213       <unit bldFile="app/commonemail/emailcontacts/contactactionmenu/group"/>
       
 24214      </component>
       
 24215      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24216      <component name="callplugin" long-name="callplugin">
       
 24217       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24218       <unit bldFile="app/commonemail/emailcontacts/contactactionservice/callplugin/group"/>
       
 24219      </component>
       
 24220      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24221      <component name="contactactionservice" long-name="contactactionservice">
       
 24222       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24223       <unit bldFile="app/commonemail/emailcontacts/contactactionservice/group"/>
       
 24224      </component>
       
 24225      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24226      <component name="pocplugin" long-name="pocplugin">
       
 24227       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24228       <unit bldFile="app/commonemail/emailcontacts/contactactionservice/pocplugin/group"/>
       
 24229      </component>
       
 24230      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24231      <component name="saveascontactplugin" long-name="saveascontactplugin">
       
 24232       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24233       <unit bldFile="app/commonemail/emailcontacts/contactactionservice/saveascontactplugin/group"/>
       
 24234      </component>
       
 24235      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24236      <component name="sendplugin" long-name="sendplugin">
       
 24237       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24238       <unit bldFile="app/commonemail/emailcontacts/contactactionservice/sendplugin/group"/>
       
 24239      </component>
       
 24240      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24241      <component name="emailcontacts" long-name="emailcontacts">
       
 24242       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24243       <unit bldFile="app/commonemail/emailcontacts/group"/>
       
 24244      </component>
       
 24245      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24246      <component name="remotecontactlookup" long-name="remotecontactlookup">
       
 24247       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24248       <unit bldFile="app/commonemail/emailcontacts/remotecontactlookup/group"/>
       
 24249      </component>
       
 24250      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24251      <component name="settingplugin" long-name="settingplugin">
       
 24252       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24253       <unit bldFile="app/commonemail/emailcontacts/remotecontactlookup/settingplugin/group"/>
       
 24254      </component>
       
 24255     </collection>
       
 24256     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24257     <collection name="emailhelp" long-name="emailhelp">
       
 24258      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24259      <component name="emailhelp" long-name="emailhelp">
       
 24260       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24261       <unit bldFile="app/commonemail/emailhelp/group"/>
       
 24262      </component>
       
 24263     </collection>
       
 24264     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24265     <collection name="emailservices" long-name="emailservices">
       
 24266      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24267      <component name="emaildebug" long-name="emaildebug">
       
 24268       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24269       <unit bldFile="app/commonemail/emailservices/emaildebug/group"/>
       
 24270      </component>
       
 24271      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24272      <component name="commonlib" long-name="commonlib">
       
 24273       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24274       <unit bldFile="app/commonemail/emailservices/emailframework/commonlib/group"/>
       
 24275      </component>
       
 24276      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24277      <component name="emailframework" long-name="emailframework">
       
 24278       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24279       <unit bldFile="app/commonemail/emailservices/emailframework/group"/>
       
 24280      </component>
       
 24281      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24282      <component name="cmailhandlerplugin" long-name="cmailhandlerplugin">
       
 24283       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24284       <unit bldFile="app/commonemail/emailservices/emailserver/cmailhandlerplugin/group"/>
       
 24285      </component>
       
 24286      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24287      <component name="emailserver" long-name="emailserver">
       
 24288       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24289       <unit bldFile="app/commonemail/emailservices/emailserver/group"/>
       
 24290      </component>
       
 24291      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24292      <component name="mailserverautostart" long-name="mailserverautostart">
       
 24293       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24294       <unit bldFile="app/commonemail/emailservices/emailserver/mailserverautostart/group"/>
       
 24295      </component>
       
 24296      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24297      <component name="base_plugin" long-name="base_plugin">
       
 24298       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24299       <unit bldFile="app/commonemail/emailservices/emailstore/base_plugin/group"/>
       
 24300      </component>
       
 24301      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24302      <component name="emailstore" long-name="emailstore">
       
 24303       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24304       <unit bldFile="app/commonemail/emailservices/emailstore/group"/>
       
 24305      </component>
       
 24306      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24307      <component name="debuglog" long-name="debuglog">
       
 24308       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24309       <unit bldFile="app/commonemail/emailservices/emailstore/message_store/debuglog/group"/>
       
 24310      </component>
       
 24311      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24312      <component name="exe" long-name="exe">
       
 24313       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24314       <unit bldFile="app/commonemail/emailservices/emailstore/message_store/exe/group"/>
       
 24315      </component>
       
 24316      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24317      <component name="message_store" long-name="message_store">
       
 24318       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24319       <unit bldFile="app/commonemail/emailservices/emailstore/message_store/group"/>
       
 24320      </component>
       
 24321      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24322      <component name="PointSecMonitor" long-name="PointSecMonitor">
       
 24323       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24324       <unit bldFile="app/commonemail/emailservices/emailstore/message_store/PointSecMonitor/Group"/>
       
 24325      </component>
       
 24326      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24327      <component name="preinstall" long-name="preinstall">
       
 24328       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24329       <unit bldFile="app/commonemail/emailservices/emailstore/preinstall/group"/>
       
 24330      </component>
       
 24331      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24332      <component name="emailservices" long-name="emailservices">
       
 24333       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24334       <unit bldFile="app/commonemail/emailservices/group"/>
       
 24335      </component>
       
 24336      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24337      <component name="psmruadapter" long-name="psmruadapter">
       
 24338       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24339       <unit bldFile="app/commonemail/emailservices/psmruadapter/group"/>
       
 24340      </component>
       
 24341     </collection>
       
 24342     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24343     <collection name="emailuis" long-name="emailuis">
       
 24344      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24345      <component name="emailui" long-name="emailui">
       
 24346       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24347       <unit bldFile="app/commonemail/emailuis/emailui/group"/>
       
 24348      </component>
       
 24349      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24350      <component name="fsmtms" long-name="fsmtms">
       
 24351       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24352       <unit bldFile="app/commonemail/emailuis/emailui/sendasmtm/fsmtms/group"/>
       
 24353      </component>
       
 24354      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24355      <component name="remove" long-name="remove">
       
 24356       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24357       <unit bldFile="app/commonemail/emailuis/emailui/sendasmtm/fsmtms/remove/group"/>
       
 24358      </component>
       
 24359      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24360      <component name="ui" long-name="ui">
       
 24361       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24362       <unit bldFile="app/commonemail/emailuis/emailui/sendasmtm/fsmtms/ui/group"/>
       
 24363      </component>
       
 24364      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24365      <component name="uidata" long-name="uidata">
       
 24366       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24367       <unit bldFile="app/commonemail/emailuis/emailui/sendasmtm/fsmtms/uidata/group"/>
       
 24368      </component>
       
 24369      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24370      <component name="sendasmtm" long-name="sendasmtm">
       
 24371       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24372       <unit bldFile="app/commonemail/emailuis/emailui/sendasmtm/group"/>
       
 24373      </component>
       
 24374      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24375      <component name="sendashelper" long-name="sendashelper">
       
 24376       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24377       <unit bldFile="app/commonemail/emailuis/emailui/sendasmtm/sendashelper/group"/>
       
 24378      </component>
       
 24379      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24380      <component name="emailuis" long-name="emailuis">
       
 24381       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24382       <unit bldFile="app/commonemail/emailuis/group"/>
       
 24383      </component>
       
 24384      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24385      <component name="gsemailsettings" long-name="gsemailsettings">
       
 24386       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24387       <unit bldFile="app/commonemail/emailuis/gsemailsettings/group"/>
       
 24388      </component>
       
 24389      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24390      <component name="fsscrollbarplugin" long-name="fsscrollbarplugin">
       
 24391       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24392       <unit bldFile="app/commonemail/emailuis/uicomponents/fsscrollbarplugin/group"/>
       
 24393      </component>
       
 24394      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24395      <component name="uicomponents" long-name="uicomponents">
       
 24396       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24397       <unit bldFile="app/commonemail/emailuis/uicomponents/group"/>
       
 24398      </component>
       
 24399      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24400      <component name="widget" long-name="widget">
       
 24401       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24402       <unit bldFile="app/commonemail/emailuis/widget/group"/>
       
 24403      </component>
       
 24404      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24405      <component name="gswidgetsettings" long-name="gswidgetsettings">
       
 24406       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24407       <unit bldFile="app/commonemail/emailuis/widget/gswidgetsettings/group"/>
       
 24408      </component>
       
 24409     </collection>
       
 24410     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24411     <collection name="ipsservices" long-name="ipsservices">
       
 24412      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24413      <component name="ipsservices" long-name="ipsservices">
       
 24414       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24415       <unit bldFile="app/commonemail/ipsservices/group"/>
       
 24416      </component>
       
 24417      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24418      <component name="ipssosaoplugin" long-name="ipssosaoplugin">
       
 24419       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24420       <unit bldFile="app/commonemail/ipsservices/ipssosaoplugin/group"/>
       
 24421      </component>
       
 24422      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24423      <component name="ipssosplugin" long-name="ipssosplugin">
       
 24424       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24425       <unit bldFile="app/commonemail/ipsservices/ipssosplugin/group"/>
       
 24426      </component>
       
 24427      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24428      <component name="ipssossettings" long-name="ipssossettings">
       
 24429       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24430       <unit bldFile="app/commonemail/ipsservices/ipssossettings/group"/>
       
 24431      </component>
       
 24432     </collection>
       
 24433     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24434     <collection name="legacy" long-name="legacy">
       
 24435      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24436      <component name="iad_rofs" long-name="iad_rofs">
       
 24437       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24438       <unit bldFile="app/commonemail/legacy/iad_rofs/group"/>
       
 24439      </component>
       
 24440      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24441      <component name="ls_pt_hack" long-name="ls_pt_hack">
       
 24442       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24443       <unit bldFile="app/commonemail/legacy/ls_pt_hack/group"/>
       
 24444      </component>
       
 24445      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24446      <component name="settingwizard" long-name="settingwizard">
       
 24447       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24448       <unit bldFile="app/commonemail/legacy/settingwizard/group"/>
       
 24449      </component>
       
 24450     </collection>
       
 24451     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24452     <collection name="meetingrequest" long-name="meetingrequest">
       
 24453      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24454      <component name="meetingrequest" long-name="meetingrequest">
       
 24455       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24456       <unit bldFile="app/commonemail/meetingrequest/group"/>
       
 24457      </component>
       
 24458      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24459      <component name="mragnversit2" long-name="mragnversit2">
       
 24460       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24461       <unit bldFile="app/commonemail/meetingrequest/mragnversit2/group"/>
       
 24462      </component>
       
 24463      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24464      <component name="mrcasplugin" long-name="mrcasplugin">
       
 24465       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24466       <unit bldFile="app/commonemail/meetingrequest/mrcasplugin/group"/>
       
 24467      </component>
       
 24468      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24469      <component name="mrcommon" long-name="mrcommon">
       
 24470       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24471       <unit bldFile="app/commonemail/meetingrequest/mrcommon/group"/>
       
 24472      </component>
       
 24473      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24474      <component name="mrdb" long-name="mrdb">
       
 24475       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24476       <unit bldFile="app/commonemail/meetingrequest/mrdb/group"/>
       
 24477      </component>
       
 24478      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24479      <component name="mrentry" long-name="mrentry">
       
 24480       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24481       <unit bldFile="app/commonemail/meetingrequest/mrentry/group"/>
       
 24482      </component>
       
 24483      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24484      <component name="mrgui" long-name="mrgui">
       
 24485       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24486       <unit bldFile="app/commonemail/meetingrequest/mrgui/group"/>
       
 24487      </component>
       
 24488      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24489      <component name="mrfieldbuildercommon" long-name="mrfieldbuildercommon">
       
 24490       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24491       <unit bldFile="app/commonemail/meetingrequest/mrgui/mrfieldbuildercommon/group"/>
       
 24492      </component>
       
 24493      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24494      <component name="mrfieldbuilderplugin" long-name="mrfieldbuilderplugin">
       
 24495       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24496       <unit bldFile="app/commonemail/meetingrequest/mrgui/mrfieldbuilderplugin/group"/>
       
 24497      </component>
       
 24498      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24499      <component name="mrfieldbuilderpluginextension" long-name="mrfieldbuilderpluginextension">
       
 24500       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24501       <unit bldFile="app/commonemail/meetingrequest/mrgui/mrfieldbuilderpluginextension/group"/>
       
 24502      </component>
       
 24503      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24504      <component name="mrfieldevent" long-name="mrfieldevent">
       
 24505       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24506       <unit bldFile="app/commonemail/meetingrequest/mrgui/mrfieldevent/group"/>
       
 24507      </component>
       
 24508      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24509      <component name="mrlocationplugin" long-name="mrlocationplugin">
       
 24510       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24511       <unit bldFile="app/commonemail/meetingrequest/mrgui/mrlocationplugin/group"/>
       
 24512      </component>
       
 24513      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24514      <component name="mricalviewer" long-name="mricalviewer">
       
 24515       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24516       <unit bldFile="app/commonemail/meetingrequest/mricalviewer/group"/>
       
 24517      </component>
       
 24518      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24519      <component name="mrpolicy" long-name="mrpolicy">
       
 24520       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24521       <unit bldFile="app/commonemail/meetingrequest/mrpolicy/group"/>
       
 24522      </component>
       
 24523      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24524      <component name="mrservices" long-name="mrservices">
       
 24525       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24526       <unit bldFile="app/commonemail/meetingrequest/mrservices/group"/>
       
 24527      </component>
       
 24528      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24529      <component name="mrtasks" long-name="mrtasks">
       
 24530       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24531       <unit bldFile="app/commonemail/meetingrequest/mrtasks/group"/>
       
 24532      </component>
       
 24533      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24534      <component name="mrurlparserplugin" long-name="mrurlparserplugin">
       
 24535       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24536       <unit bldFile="app/commonemail/meetingrequest/mrurlparserplugin/group"/>
       
 24537      </component>
       
 24538      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24539      <component name="mrutils" long-name="mrutils">
       
 24540       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24541       <unit bldFile="app/commonemail/meetingrequest/mrutils/group"/>
       
 24542      </component>
       
 24543      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24544      <component name="mrutilscalplugin" long-name="mrutilscalplugin">
       
 24545       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24546       <unit bldFile="app/commonemail/meetingrequest/mrutilscalplugin/group"/>
       
 24547      </component>
       
 24548      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24549      <component name="mrversit2" long-name="mrversit2">
       
 24550       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24551       <unit bldFile="app/commonemail/meetingrequest/mrversit2/group"/>
       
 24552      </component>
       
 24553      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24554      <component name="mrviewer" long-name="mrviewer">
       
 24555       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24556       <unit bldFile="app/commonemail/meetingrequest/mrviewer/group"/>
       
 24557      </component>
       
 24558      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24559      <component name="mrviewercalplugin" long-name="mrviewercalplugin">
       
 24560       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24561       <unit bldFile="app/commonemail/meetingrequest/mrviewercalplugin/group"/>
       
 24562      </component>
       
 24563     </collection>
       
 24564    </block>
       
 24565    <!-- Following Block added by SF via autopopulating script from S60 model -->
       
 24566    <block long-name="printing" level="new" name="printing">
       
 24567     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24568     <collection name="printing" long-name="printing">
       
 24569      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24570      <component name="printing" long-name="printing">
       
 24571       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24572       <unit bldFile="app/printing/group"/>
       
 24573      </component>
       
 24574     </collection>
       
 24575     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24576     <collection name="ImagePrint" long-name="ImagePrint">
       
 24577      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24578      <component name="clog" long-name="clog">
       
 24579       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24580       <unit bldFile="app/printing/ImagePrint/clog/group"/>
       
 24581      </component>
       
 24582      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24583      <component name="ImagePrint" long-name="ImagePrint">
       
 24584       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24585       <unit bldFile="app/printing/ImagePrint/group"/>
       
 24586      </component>
       
 24587      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24588      <component name="btprotocol" long-name="btprotocol">
       
 24589       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24590       <unit bldFile="app/printing/ImagePrint/ImagePrintEngine/DeviceProtocols/btprotocol/group"/>
       
 24591      </component>
       
 24592      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24593      <component name="dpof" long-name="dpof">
       
 24594       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24595       <unit bldFile="app/printing/ImagePrint/ImagePrintEngine/DeviceProtocols/dpof/group"/>
       
 24596      </component>
       
 24597      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24598      <component name="pictbridge2" long-name="pictbridge2">
       
 24599       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24600       <unit bldFile="app/printing/ImagePrint/ImagePrintEngine/DeviceProtocols/pictbridge2/group"/>
       
 24601      </component>
       
 24602      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24603      <component name="upnpprotocolfw2" long-name="upnpprotocolfw2">
       
 24604       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24605       <unit bldFile="app/printing/ImagePrint/ImagePrintEngine/DeviceProtocols/upnpprotocolfw2/group"/>
       
 24606      </component>
       
 24607      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24608      <component name="xhtmlfilecomposer" long-name="xhtmlfilecomposer">
       
 24609       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24610       <unit bldFile="app/printing/ImagePrint/ImagePrintEngine/DeviceProtocols/xhtmlfilecomposer/group"/>
       
 24611      </component>
       
 24612      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24613      <component name="ImagePrintEngine" long-name="ImagePrintEngine">
       
 24614       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24615       <unit bldFile="app/printing/ImagePrint/ImagePrintEngine/group"/>
       
 24616      </component>
       
 24617      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24618      <component name="ImagePrintServer" long-name="ImagePrintServer">
       
 24619       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24620       <unit bldFile="app/printing/ImagePrint/ImagePrintEngine/ImagePrintServer/group"/>
       
 24621      </component>
       
 24622      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24623      <component name="ImagePrintUI" long-name="ImagePrintUI">
       
 24624       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24625       <unit bldFile="app/printing/ImagePrint/ImagePrintUI/group"/>
       
 24626      </component>
       
 24627      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24628      <component name="imageprintapp" long-name="imageprintapp">
       
 24629       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24630       <unit bldFile="app/printing/ImagePrint/ImagePrintUI/imageprintapp/group"/>
       
 24631      </component>
       
 24632      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24633      <component name="imageprinteng" long-name="imageprinteng">
       
 24634       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24635       <unit bldFile="app/printing/ImagePrint/ImagePrintUI/imageprinteng/group"/>
       
 24636      </component>
       
 24637      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24638      <component name="imageprintprovider" long-name="imageprintprovider">
       
 24639       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24640       <unit bldFile="app/printing/ImagePrint/ImagePrintUI/imageprintprovider/group"/>
       
 24641      </component>
       
 24642      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24643      <component name="imgpprintdll" long-name="imgpprintdll">
       
 24644       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24645       <unit bldFile="app/printing/ImagePrint/ImagePrintUI/imgpprintdll/group"/>
       
 24646      </component>
       
 24647     </collection>
       
 24648    </block>
       
 24649    <!-- Following Block added by SF via autopopulating script from S60 model -->
       
 24650    <block long-name="hapticsservices" level="new" name="hapticsservices">
       
 24651     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24652     <collection name="hapticsservices" long-name="hapticsservices">
       
 24653      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24654      <component name="hapticsservices" long-name="hapticsservices">
       
 24655       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24656       <unit bldFile="mw/hapticsservices/group"/>
       
 24657      </component>
       
 24658     </collection>
       
 24659     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24660     <collection name="hapticsservices_plat" long-name="hapticsservices_plat">
       
 24661      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24662      <component name="hapticsservices_plat" long-name="hapticsservices_plat">
       
 24663       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24664       <unit bldFile="mw/hapticsservices/hapticsservices_plat/group"/>
       
 24665      </component>
       
 24666      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24667      <component name="tactile_feedback_server_api" long-name="tactile_feedback_server_api">
       
 24668       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24669       <unit bldFile="mw/hapticsservices/hapticsservices_plat/tactile_feedback_server_api/group"/>
       
 24670      </component>
       
 24671     </collection>
       
 24672     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24673     <collection name="hapticsservices_pub" long-name="hapticsservices_pub">
       
 24674      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24675      <component name="hapticsservices_pub" long-name="hapticsservices_pub">
       
 24676       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24677       <unit bldFile="mw/hapticsservices/hapticsservices_pub/group"/>
       
 24678      </component>
       
 24679      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24680      <component name="tactile_feedback_client_api" long-name="tactile_feedback_client_api">
       
 24681       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24682       <unit bldFile="mw/hapticsservices/hapticsservices_pub/tactile_feedback_client_api/group"/>
       
 24683      </component>
       
 24684     </collection>
       
 24685     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24686     <collection name="tactilefeedback" long-name="tactilefeedback">
       
 24687      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24688      <component name="tactileactionplugin" long-name="tactileactionplugin">
       
 24689       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24690       <unit bldFile="mw/hapticsservices/tactilefeedback/tactileactionplugin/group"/>
       
 24691      </component>
       
 24692      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24693      <component name="tactilearearegistry" long-name="tactilearearegistry">
       
 24694       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24695       <unit bldFile="mw/hapticsservices/tactilefeedback/tactilearearegistry/group"/>
       
 24696      </component>
       
 24697      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24698      <component name="tactileclickplugin" long-name="tactileclickplugin">
       
 24699       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24700       <unit bldFile="mw/hapticsservices/tactilefeedback/tactileclickplugin/group"/>
       
 24701      </component>
       
 24702      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24703      <component name="tactilefeedbackclient" long-name="tactilefeedbackclient">
       
 24704       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24705       <unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackclient/group"/>
       
 24706      </component>
       
 24707      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24708      <component name="tactilefeedbackresolver" long-name="tactilefeedbackresolver">
       
 24709       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24710       <unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackresolver/group"/>
       
 24711      </component>
       
 24712     </collection>
       
 24713    </block>
       
 24714    <!-- Following Block added by SF via autopopulating script from S60 model -->
       
 24715    <block long-name="mobiletv" level="new" name="mobiletv">
       
 24716     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24717     <collection name="mobiletv" long-name="mobiletv">
       
 24718      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24719      <component name="mobiletv" long-name="mobiletv">
       
 24720       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24721       <unit bldFile="mw/mobiletv/group"/>
       
 24722      </component>
       
 24723     </collection>
       
 24724     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24725     <collection name="mobiletv_plat" long-name="mobiletv_plat">
       
 24726      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24727      <component name="mobiletv_plat" long-name="mobiletv_plat">
       
 24728       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24729       <unit bldFile="mw/mobiletv/mobiletv_plat/group"/>
       
 24730      </component>
       
 24731     </collection>
       
 24732    </block>
       
 24733    <!-- Following Block added by SF via autopopulating script from S60 model -->
       
 24734    <block long-name="buildplatforms" level="new" name="buildplatforms">
       
 24735     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24736     <collection name="buildplatforms" long-name="buildplatforms">
       
 24737      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24738      <component name="buildplatforms" long-name="buildplatforms">
       
 24739       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24740       <unit bldFile="tools/buildplatforms/group"/>
       
 24741      </component>
       
 24742     </collection>
       
 24743    </block>
       
 24744    <!-- Following Block added by SF via autopopulating script from S60 model -->
       
 24745    <block long-name="homescreentools" level="new" name="homescreentools">
       
 24746     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24747     <collection name="homescreentools" long-name="homescreentools">
       
 24748      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24749      <component name="homescreentools" long-name="homescreentools">
       
 24750       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24751       <unit bldFile="tools/homescreentools/group"/>
       
 24752      </component>
       
 24753     </collection>
       
 24754     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24755     <collection name="dtdinstaller" long-name="dtdinstaller">
       
 24756      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24757      <component name="dtdinstaller" long-name="dtdinstaller">
       
 24758       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24759       <unit bldFile="tools/homescreentools/dtdinstaller/group"/>
       
 24760      </component>
       
 24761     </collection>
       
 24762     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24763     <collection name="themeinstaller" long-name="themeinstaller">
       
 24764      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24765      <component name="themeinstaller" long-name="themeinstaller">
       
 24766       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24767       <unit bldFile="tools/homescreentools/themeinstaller/group"/>
       
 24768      </component>
       
 24769     </collection>
       
 24770     <!-- Following Collection added by SF via autopopulating script from S60 model -->
       
 24771     <collection name="themetool" long-name="themetool">
       
 24772      <!-- Following Component added by SF via autopopulating script from S60 model -->
       
 24773      <component name="themetool" long-name="themetool">
       
 24774       <!-- Unit added by SF via autopopulating script from S60 model -->
       
 24775       <unit bldFile="tools/homescreentools/themetool/group"/>
  2124      </component>
 24776      </component>
  2125     </collection>
 24777     </collection>
  2126    </block>
 24778    </block>
  2127   </layer>
 24779   </layer>
  2128  </systemModel>
 24780  </systemModel>
  2129 <SystemBuild schema="1.0.0">
 24781 </SystemDefinition>
  2130   <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
       
  2131   <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
       
  2132   <option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
       
  2133   <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
       
  2134   <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
       
  2135   <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
       
  2136   <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
       
  2137   <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
       
  2138   <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
       
  2139   <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
       
  2140   <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
       
  2141   <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
       
  2142   <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
       
  2143   <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
       
  2144   <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
       
  2145   <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
       
  2146   <!-- Aditional Targets -->
       
  2147   <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
       
  2148   <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
       
  2149   <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
       
  2150   <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
       
  2151   <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
       
  2152   <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
       
  2153   <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
       
  2154   <targetList name="tools" description="tools Targets" target="TOOLS"/>
       
  2155   <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
       
  2156   <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
       
  2157   <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
       
  2158   <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
       
  2159   <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
       
  2160   <!-- 9.4 configuration -->
       
  2161     <!-- tb91 configuration -->
       
  2162     <!-- tb91sf configuration -->
       
  2163   <configuration name="GT_tb91sf" description="tb91sf GT build" filter="tb91sf,gt">
       
  2164     <ref item="os"/>
       
  2165     <ref item="mw"/>
       
  2166     <ref item="app"/>
       
  2167     <task><specialInstructions name="BootStrap1" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="setupprj.bat secure"/></task>
       
  2168     <task><specialInstructions name="BootStrap2" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="bld.bat rel"/></task>
       
  2169     <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
       
  2170     <task><buildLayer command="abld export" unitParallel="Y"/></task>
       
  2171     <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
       
  2172     <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
       
  2173     <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
       
  2174     <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
       
  2175     <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
       
  2176     <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
       
  2177     <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
       
  2178     <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
       
  2179     <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task> 
       
  2180     <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
       
  2181     <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
       
  2182     <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
       
  2183     <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
       
  2184     <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
       
  2185     <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
       
  2186     <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
       
  2187     <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
       
  2188     <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
       
  2189     <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
       
  2190     <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
       
  2191     <task><buildLayer command="abld help" unitParallel="Y"/></task>
       
  2192     <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
       
  2193   </configuration>
       
  2194     <!-- 9.5 configuration -->
       
  2195     <!-- 9.6 configuration -->
       
  2196  <!-- Future configuration -->
       
  2197 </SystemBuild></SystemDefinition>