Remove platform\symbian2 now that Symbian^2 is closed.
authorWilliam Roberts <williamr@symbian.org>
Mon, 20 Sep 2010 15:14:12 +0100
changeset 848 2105b2521f0b
parent 847 55e3bba245ba
child 849 7af26ea35f66
Remove platform\symbian2 now that Symbian^2 is closed. Note that PDK 2.0.3 was built from the RCL_1 branch in this repository anyway.
symbian2/micro/job_props.ant.xml
symbian2/micro/job_refs.ant.xml
symbian2/micro/sources.csv
symbian2/micro/sysdefs/system_model.xml
symbian2/platform_test.csv
symbian2/sdkFiles.txt
symbian2/single/job_props.ant.xml
symbian2/single/job_refs.ant.xml
symbian2/single/public_override_props.ant.xml
symbian2/single/sources.csv
symbian2/single/sources_fcl.csv
symbian2/single/sysdefs/sysdef_2_0_0.dtd
symbian2/single/sysdefs/sysdef_dtd_2_0_0.xml
symbian2/single/sysdefs/system_model.xml
symbian2/single/sysdefs/system_model_trimmed.xml
symbian2/split/job_props.ant.xml
symbian2/split/job_refs.ant.xml
symbian2/split/sources.csv
symbian2/split/sources_fcl.csv
symbian2/split/sysdefs/S60_SystemBuild.xml
symbian2/split/sysdefs/S60_SystemModel.xml
symbian2/split/sysdefs/System_Definition.xml
symbian2/split/sysdefs/sysdef_1_4_0.dtd
symbian2/split/sysdefs/sysdef_2_0_0.dtd
symbian2/split/sysdefs/sysdef_dtd_1_4_0.xml
symbian2/split/sysdefs/sysdef_dtd_2_0_0.xml
symbian2/split/sysdefs/system_model.xml
symbian2/split/sysdefs/system_model_os.xml
symbian2/split/sysdefs/system_model_os_contributed.xml
symbian2/split/sysdefs/system_model_s60.xml
symbian2/split/sysdefs/system_model_s60_contributed.xml
symbian2/split/sysdefs/system_model_svg.xml
--- a/symbian2/micro/job_props.ant.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,83 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="SF-JOB-PROPS" >
-    
-    <dirname property="sf.spec.job.dir" file="${ant.file.SF-JOB-PROPS}"/>
-    <property name="sf.project.type" value="platform" />
-
-    <property name="sf.drive.space.needed" value="2G"/>
-
-    <property name="sf.previous.pdk.tag" value="PDK_2.0.2" />
-
-    <property name="sf.spec.corebuildversion" value="week19"/>
-    
-    <property name="sf.spec.sbs.variant" value="tb91sf"/>
-    <property name="sf.spec.sbs.config"  value="winscw_udeb.whatlog"/>
-    <property name="sf.spec.sbs.tools.config" value="tools2_rel.whatlog"/>
-    
-    <property name="sf.os.compile.iterate"  value="true"/> <!-- New property for iterating though sf.spec.sbs.config instead of all at once -->
-
-    <property name="sf.spec.bldmefirst.gt.variant" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS_v${sf.spec.sbs.variant}.cfg" />
-    <property name="sf.spec.bldmefirst.gt.hrh" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/" />
-
-    <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan but only western is used at the moment -->
-    <property name="sf.spec.bldmefirst.s60.config.root" value="sf/os/deviceplatformrelease/sf_config/config" />
-    <property name="sf.spec.bldmefirst.s60.sbs.variant.cfg" value="${sf.spec.bldmefirst.s60.config.root}/inc/variant.cfg" /> <!-- currently needed for touching -->
-    <property name="sf.spec.bldmefirst.s60.exports" value="${sf.spec.bldmefirst.s60.config.root}/${sf.spec.bldmefirst.s60.variant}/group,${sf.spec.bldmefirst.s60.config.root}/group,sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/group,sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group,sf/os/devicesrv/commonservices/commonengine/group,sf/mw/web/web_plat/browser_platform_api/group,sf/tools/homescreentools/dtdinstaller/group"/>
-    
-    <!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog  -->
-    <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
-    <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
-
-    <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}" />
-    
-    <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_1.2" /> <!-- for TEF etc -->
-    
-    <!-- platform build specific properties -->
-    <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_1_sf" />
-    <property name="sf.spec.os.sysdef.clean.configurations.list"   value="GT_${sf.spec.sbs.variant}" />
-    
-    <!-- provide dtd location as os and s60 layers will be different -->
-    <property name="sf.spec.s60.sysdef.dtd"  value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/>
-    <property name="sf.spec.os.sysdef.dtd"   value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/>
-    
-    <property name="sf.spec.sysdef.version"      value="2.0.0"/> <!-- default -->
-    <property name="sf.spec.s60.sysdef.version"  value="2.0.0"/>
-    <property name="sf.spec.os.sysdef.version"   value="2.0.0"/>
-    
-    <!-- build os and s60 by default -->
-    <property name="sf.spec.os.skipbuild"   value="false"/>
-    <property name="sf.spec.s60.skipbuild"  value="true"/>
-    <property name="sf.spec.splitbuild"     value="false"/> <!-- *this* platform build defines two steps -->
-
-    <!-- generate dir list(s) of epoc32 tree -->
-    <property name="sf.spec.dirlist.enable"  value="true"/>
-    
-    <!-- generate delta of two epoc32 trees. note: this takes a while! -->
-    <property name="sf.spec.dirdelta.enable" value="true"/>
-
-    <!-- prefilter raptor logs -->
-    <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
-    
-    <!-- zip all logs before publish -->
-    <property name="sf.spec.logs.zip.enable"  value="true"/>
-
-    <!-- packaging options for bin/src-->
-    <property name="sf.spec.package.bin.enable"  value="true"/>
-    <property name="sf.spec.package.src.enable"  value="true"/>
-    
-    <property name="sf.spec.md5.enable"          value="true"/>
-
-    <!-- These are certainly specific to the micro build -->
-    <property name="sf.spec.job.name" value="micro"/>
-    <property name="sf.spec.publish.enable"      value="false"/> <!-- Over-ridden when run by Hudson -->
-    <property name="sf.suppress.buildenv.check"  value="true"/>
-    <property name="sf.spec.sourcesync.usecache" value="true"/>
-    <property name="sf.spec.test.sendpkg.enable" value="false"/>
-    <property name="sf.spec.bccheck.enable"      value="false"/>
-    <!-- Slight hack to override these targets in the platform/common scripts -->
-    <target name="sf-platform-bootstrap-s60"/>
-    <target name="sf-build-smoketestpkg"/>
-
-</project>
--- a/symbian2/micro/job_refs.ant.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="SF-JOB-REFS">
-
-<!-- For a combined model GT+S60, sf.spec.os.system.definition.files must be used -->
-<path id="sf.spec.os.system.definition.files">
-    <fileset dir="${sf.project.location}/" casesensitive="false">
-            <include name="sysdefs/system_model.xml" />
-    </fileset>
- </path>
-  
-  <path id="sf.spec.s60.system.definition.files">
-	<fileset dir="${sf.project.location}/" casesensitive="false">
-			<include name="sysdefs/system_model_s60.xml" />
-	</fileset>
-  </path>   
-    
- </project>
\ No newline at end of file
--- a/symbian2/micro/sources.csv	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-source,dst,type,pattern,sysdef
-http://developer.symbian.org/oss/MCL/sftools/fbf/utilities/,/utilities,branch,default,
-//v800008/Builds01/mercurial_development/rnd/internal/epoc_additional/,/rnd/internal/epoc_additional,branch,RCL_1,
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/deviceplatformrelease/,/sf/os/deviceplatformrelease,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/kernelhwsrv/,/sf/os/kernelhwsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/buildtools/,/sf/os/buildtools,branch,RCL_1,layers.sysdef.xml
--- a/symbian2/micro/sysdefs/system_model.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,534 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<SystemDefinition name="foundation" schema="2.0.1">
- <systemModel>
-  <layer name="os" long-name="OS" levels="hw services">
-   <block name="deviceplatformrelease" long-name="Device Platform Release" tech_domain="to" level="services" levels="bld mid top">
-    <collection name="s60extras" long-name="S60 Extras" level="mid">
-     <component name="s60extras_build" long-name="S60 Extras Component" origin-model="foundation">
-      <unit bldFile="os/deviceplatformrelease/s60extras/group"/>
-     </component>
-    </collection>
-    <collection name="s60locfiles" long-name="S60 Loc Files" level="mid">
-     <component name="s60locfiles_build" long-name="S60 Loc Files Component" origin-model="foundation">
-      <unit bldFile="os/deviceplatformrelease/s60locfiles/group"/>
-     </component>
-    </collection>
-    <collection name="version" long-name="Version" level="top">
-     <component name="version_build" long-name="Version Component" origin-model="foundation">
-      <unit bldFile="os/deviceplatformrelease/version/group"/>
-     </component>
-    </collection>
-    <collection name="sf_config" long-name="SF Config" level="mid">
-     <component name="config" origin-model="foundation">
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/apac/group"/> -->
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/group"/> -->
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/japan/group"/> -->
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/western/group"/> -->
-     </component>
-    </collection>
-    <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
-     <component name="cedarutils" long-name="Cedar Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
-     </component>
-     <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
-     </component>
-    </collection>
-    <collection name="foundation_system" long-name="Foundation System" level="top">
-     <component name="systemdocs" long-name="System Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
-     </component>
-     <component name="system_model" long-name="System Model" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
-     </component>
-    </collection>
-    <collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
-     <component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="kernelhwsrv" long-name="Kernel and Hardware Services" tech_domain="hb" level="hw" levels="hw-if adaptation framework test">
-    <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
-     <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
-     </component>
-    </collection>
-    <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
-     <component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
-     </component>
-    </collection>
-    <collection name="n:unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
-     <component name="n:uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2.mrp"/> -->
-     </component>
-     <component name="n:uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
-     </component>
-     <component name="n:uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2/base_crashflash_unistore2.mrp"/> -->
-     </component>
-     <component name="n:uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/unistore2/uiibootsupport/nandloader/unistore2" mrp="os/kernelhwsrv/unistore2/uiibootsupport/base_nandboot_unistore2.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
-     <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
-     </component>
-    </collection>
-    <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
-     <component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
-     </component>
-    </collection>
-    <collection name="kerneltest" long-name="Kernel Test" level="hw-if">
-     <component name="e32test" long-name="E32 Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
-     </component>
-     <component name="n:sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kerneltest/sdiotest" mrp="os/kernelhwsrv/kerneltest/sdiotest/base_sdiotests.mrp"/> -->
-     </component>
-     <component name="e32utils" long-name="E32 Utilities" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
-     </component>
-     <component name="f32test" long-name="File Server Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
-     </component>
-    </collection>
-    <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
-     <component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
-     </component>
-     <component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
-     </component>
-     <component name="serialldd" long-name="Serial Port Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
-     </component>
-     <component name="legacydrivers" long-name="Legacy Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
-     </component>
-     <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!-- these are LDDs for storage media-->
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
-     </component>
-     <component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
-     </component>
-     <component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
-     </component>
-    </collection>
-    <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
-     <component name="n:sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/base_e32_sd3c.mrp"/> -->
-     </component>
-     <component name="n:sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c/base_e32_sd4c.mrp"/> -->
-     </component>
-     <component name="mediadrivers" long-name="Media Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- these are for storage media-->
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
-     </component>
-     <component name="genericboardsupport" long-name="Generic Board Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
-     </component>
-    </collection>
-    <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
-     <component name="euser" long-name="User Library" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
-     </component>
-     <component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
-     </component>
-     <component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
-     </component>
-     <component name="n:nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sftl" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sftl/base_f32_sftl.mrp"/> -->
-     </component>
-     <component name="estart" long-name="Base Starter" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
-     </component>
-     <component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
-     </component>
-     <component name="basedocs" long-name="Base Documentation" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="filesystems" long-name="File Systems" level="framework">
-     <component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
-     </component>
-     <component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
-     </component>
-     <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
-     </component>
-     <component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
-     </component>
-     <component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
-     </component>
-     <component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
-     </component>
-     <component name="n:ntfs" long-name="NTFS" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs/base_f32_sntfs.mrp"/> -->
-     </component>
-     <component name="n:iso9660fs" long-name="ISO9660 File System" filter="gt" introduced="8.1b" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660/base_f32_siso9660.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="halservices" long-name="HAL Services" level="framework">
-     <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
-     </component>
-    </collection>
-    <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
-     <component name="e32wsrv" long-name="Text Window Server" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
-     </component>
-     <component name="textshell" long-name="Text Shell" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
-     </component>
-    </collection>
-    <collection name="baseapitest" long-name="Base API Tests" level="test">
-     <component name="basesvs" long-name="Base Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/baseapitest/basesvs/group/basesvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
-     <component unofficial="yes" name="localesupport" origin-model="foundation">
-      <!-- <unit bldFile="os/kernelhwsrv/localisation/localesupport/mmpfiles"/> -->
-     </component>
-    <component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="buildtools" long-name="Build Tools" tech_domain="to" level="hw" levels="bld mw fw ui">
-    <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
-     <component name="buildsystemtools" long-name="Build System Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
-     </component>
-     <component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
-     </component>
-     <component name="commonbldutils" long-name="Common Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="packaging" long-name="Packaging" level="ui">
-     <component name="additionalutils" long-name="Additional Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
-     </component>
-    </collection>
-    <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
-     <component unofficial="yes" name="buildsystem" origin-model="foundation">
-      <!-- <unit bldFile="os/buildtools/toolsandutils/buildsystem/test/helloworld"/> -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/buildsystem/test/binaryvariation"/> -->
-     </component>
-    <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
-     </component>
-     <component name="n:ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
-     </component>
-     <component name="n:burtestserver" long-name="BUR Test Server" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/burtestserver/Group" mrp="os/buildtools/toolsandutils/burtestserver/Group/testtools_burtestserver.mrp"/> -->
-     </component>
-     <component name="n:cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/cbrtools/group" mrp="os/buildtools/toolsandutils/cbrtools/group/tools_cbr_tools.mrp"/> -->
-     </component>
-     <component name="n:prf" long-name="Product Realisation Framework" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/prf/group" mrp="os/buildtools/toolsandutils/prf/group/tools_cbr_prf.mrp"/> -->
-     </component>
-     <component name="n:cdb" long-name="Code Database" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/cdb/group" mrp="os/buildtools/toolsandutils/cdb/group/testtools_cdb.mrp"/> -->
-     </component>
-     <component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
-     </component>
-     <component name="n:kitcomparator" long-name="Kit Comparator" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/kitcomparator/group" mrp="os/buildtools/toolsandutils/kitcomparator/group/testtools_cts_kitcomparator.mrp"/> -->
-     </component>
-     <component name="wincredistribution" long-name="WinC Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
-     </component>
-     <component name="additionalredistribution" long-name="Additional Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
-     </component>
-     <component name="n:testdriver" long-name="Test Driver" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/testdriver/Group" mrp="os/buildtools/toolsandutils/testdriver/Group/testtools_testdriver.mrp"/> -->
-     </component>
-     <component name="statapi" long-name="STAT API" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/console" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_gt.mrp"/> -->
-     </component>
-     <component name="n:statsource" long-name="STAT Source" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
-     </component>
-     <component name="n:statdesktop" long-name="STAT Desktop" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/statdesktop/group" mrp="os/buildtools/toolsandutils/statdesktop/group/testtools_stat_desktop.mrp"/> -->
-     </component>
-     <component name="n:systemmonitor" long-name="System Monitor" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/systemmonitor/group" mrp="os/buildtools/toolsandutils/systemmonitor/group/testtools_systemmonitor.mrp"/> -->
-     </component>
-     <component name="n:testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/testtoolsdesktop/group" mrp="os/buildtools/toolsandutils/testtoolsdesktop/group/testtools_desktop.mrp"/> -->
-     </component>
-     <component name="wintunnel" long-name="Wintunnel" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
-     </component>
-     <component name="n:usecasecontroller" long-name="Use Case Controller" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group" mrp="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group/testtools_ucc.mrp"/> -->
-     </component>
-     <component name="n:testconfigfileparser" long-name="Test Config File Parser" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/testconfigfileparser/group" mrp="os/buildtools/toolsandutils/testconfigfileparser/group/tools_testconfigfileparser.mrp"/> -->
-     </component>
-     <component name="n:kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
-     </component>
-     <component name="n:navigationpages" long-name="Navigation Pages" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
-     </component>
-     <component name="n:productinstaller" long-name="Product Installer" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/productinstaller/group" mrp="os/buildtools/toolsandutils/productinstaller/group/tools_custkits_productinstaller.mrp"/> -->
-     </component>
-     <component name="n:stlport" long-name="STL Port" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/stlport/group" mrp="os/buildtools/toolsandutils/stlport/group/tools_stlport.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:bintools_os" long-name="Binary Tools" level="fw">
-     <component name="n:rcomp" long-name="Resource Compiler" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/bintools_os/rcomp/group" mrp="os/buildtools/bintools_os/rcomp/group/tools_rcomp.mrp"/> -->
-     </component>
-     <component name="n:evalid" long-name="Evalid" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/bintools_os/evalid" mrp="os/buildtools/bintools_os/evalid/tools_evalid.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
-     <component name="n:redistribution" long-name="Redistribution" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/perltoolsplat_os/redistribution" mrp="os/buildtools/perltoolsplat_os/redistribution/tools_redistribution_common.mrp"/> -->
-     </component>
-     <component name="n:legacycommonperl" long-name="Legacy Common Perl Libraries" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/perltoolsplat_os/legacycommonperl/group" mrp="os/buildtools/perltoolsplat_os/legacycommonperl/group/tools_sdk_eng_perllibrary.mrp"/> -->
-     </component>
-     <component name="n:commonperl" long-name="Common Perl Libraries" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/perltoolsplat_os/commonperl/group" mrp="os/buildtools/perltoolsplat_os/commonperl/group/tools_sdk_eng_perl_shared.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
-     <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/sbsv1_os/e32toolp/group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
-     </component>
-     <component name="n:bldtools" long-name="Build Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/sbsv1_os/bldtools/group" mrp="os/buildtools/sbsv1_os/bldtools/group/tools_sdk_eng_build-tools.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
-     <component name="n:leavescan" long-name="Leavescan" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/srcanamdw_os/leavescan/group" mrp="os/buildtools/srcanamdw_os/leavescan/group/testtools_leavescan.mrp"/> -->
-     </component>
-     <component name="n:programchecker" long-name="Program Checker" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/srcanamdw_os/programchecker/group" mrp="os/buildtools/srcanamdw_os/programchecker/group/testtools_programchecker.mrp"/> -->
-     </component>
-     <component name="n:migrationtool" long-name="Migration Tool" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/srcanamdw_os/migrationtool/group" mrp="os/buildtools/srcanamdw_os/migrationtool/group/testtools_migrationtool.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="imgtools_os" long-name="Image Tools" level="fw">
-     <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
-     </component>
-    </collection>
-    <collection name="n:binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
-     <component name="n:captools" long-name="Capability Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/binanamdw_os/captools/group" mrp="os/buildtools/binanamdw_os/captools/group/testtools_captools.mrp"/> -->
-     </component>
-     <component name="n:depcheck" long-name="Dependency Checker" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/binanamdw_os/depcheck" mrp="os/buildtools/binanamdw_os/depcheck/tools_depcheck.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:devlib" long-name="Developer Library" level="ui">
-     <component name="n:devlibhelp" long-name="Developer Library Help" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/devlib/devlibhelp/group/devlib94" mrp="os/buildtools/devlib/devlibhelp/group/devlib94/developerlibrary_doc_html.mrp" version="9.4"/> -->
-     </component>
-     <component name="n:toolsdocs" long-name="Tools Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="misccomponents" long-name="Misc Components" level="mw">
-     <component name="n:runperl" long-name="Run PERL" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/runperl/group" mrp="os/buildtools/misccomponents/runperl/group/tools_sdk_eng_runperl.mrp"/> -->
-     </component>
-     <component name="n:assertion" long-name="Assertion" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/assertion/group" mrp="os/buildtools/misccomponents/assertion/group/tools_sdk_eng_assertion.mrp"/> -->
-     </component>
-     <component name="n:enum" long-name="Enum" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/enum/group" mrp="os/buildtools/misccomponents/enum/group/tools_sdk_eng_enum.mrp"/> -->
-     </component>
-     <component name="n:logger" long-name="Logger" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/logger/group" mrp="os/buildtools/misccomponents/logger/group/tools_sdk_eng_logger.mrp"/> -->
-     </component>
-     <component name="n:filesys" long-name="Filesys" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/filesys/group" mrp="os/buildtools/misccomponents/filesys/group/tools_sdk_eng_filesys.mrp"/> -->
-     </component>
-     <component name="n:envvar" long-name="Envvar" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/envvar/group" mrp="os/buildtools/misccomponents/envvar/group/tools_sdk_eng_envvar.mrp"/> -->
-     </component>
-     <component name="n:installutils" long-name="Install Utils" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/installutils/group" mrp="os/buildtools/misccomponents/installutils/group/tools_sdk_eng_installutils.mrp"/> -->
-     </component>
-     <component name="n:mnemonicfix" long-name="Mnemonic Fix" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/mnemonicfix/group" mrp="os/buildtools/misccomponents/mnemonicfix/group/tools_sdk_eng_mnemonicfix.mrp"/> -->
-     </component>
-     <component name="n:pathbrowser" long-name="Path Browser" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/pathbrowser/group" mrp="os/buildtools/misccomponents/pathbrowser/group/tools_sdk_eng_pathbrowser.mrp"/> -->
-     </component>
-     <component name="n:shellexec" long-name="Shell Exec" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/shellexec/group" mrp="os/buildtools/misccomponents/shellexec/group/tools_sdk_eng_shellexec.mrp"/> -->
-     </component>
-     <component name="n:swingworker" long-name="Swing Worker" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/swingworker/group" mrp="os/buildtools/misccomponents/swingworker/group/tools_sdk_eng_swingworker.mrp"/> -->
-     </component>
-     <component name="n:testcaserunner" long-name="Test Case Runner" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/testcaserunner/group" mrp="os/buildtools/misccomponents/testcaserunner/group/tools_sdk_eng_testcaserunner.mrp"/> -->
-     </component>
-     <component name="n:toolbarpanel" long-name="Tool Bar Panel" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/toolbarpanel/group" mrp="os/buildtools/misccomponents/toolbarpanel/group/tools_sdk_eng_toolbarpanel.mrp"/> -->
-     </component>
-     <component name="n:javahelp" long-name="Java Help" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/javahelp/group" mrp="os/buildtools/misccomponents/javahelp/group/tools_sdk_eng_javahelp.mrp"/> -->
-     </component>
-     <component name="n:langconfig" long-name="Language Config" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/langconfig/group" mrp="os/buildtools/misccomponents/langconfig/group/tools_sdk_eng_langconfig.mrp"/> -->
-     </component>
-     <component name="n:sdkinfo" long-name="SDK Info" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/sdkinfo/group" mrp="os/buildtools/misccomponents/sdkinfo/group/tools_sdk_eng_sdkinfo.mrp"/> -->
-     </component>
-     <component name="n:jade" long-name="Jade " filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/jade/group" mrp="os/buildtools/misccomponents/jade/group/tools_sdk_eng_jade.mrp"/> -->
-     </component>
-     <component name="n:sdkpackagemgr" long-name="SDK Package Manager" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/sdkpackagemgr/group" mrp="os/buildtools/misccomponents/sdkpackagemgr/group/tools_sdk_eng_sdkpkg-manager.mrp"/> -->
-     </component>
-     <component name="n:sdkpkgtools" long-name="SDK Package Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/sdkpkgtools/group" mrp="os/buildtools/misccomponents/sdkpkgtools/group/tools_sdk_eng_sdkpkg-tools.mrp"/> -->
-     </component>
-     <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
-     </component>
-     <component name="n:pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/pkgmgrgui/group" mrp="os/buildtools/misccomponents/pkgmgrgui/group/tools_sdk_eng_pkgmgrgui.mrp"/> -->
-     </component>
-     <component name="n:launch" long-name="Launch" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/launch/group" mrp="os/buildtools/misccomponents/launch/group/tools_sdk_eng_launch.mrp"/> -->
-     </component>
-     <component name="n:toolsstubs" long-name="Devices Tools Stubs" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/toolsstubs/group" mrp="os/buildtools/misccomponents/toolsstubs/group/tools_sdk_eng_tools_stubs.mrp"/> -->
-     </component>
-     <component name="n:bspbuilder" long-name="BSP Builder" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/bspbuilder/group" mrp="os/buildtools/misccomponents/bspbuilder/group/tools_bspbuilder.mrp"/> -->
-     </component>
-     <component name="n:splash" long-name="Splash Screen" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/splash/group" mrp="os/buildtools/misccomponents/splash/group/tools_sdk_eng_splash.mrp"/> -->
-     </component>
-     <component name="n:sdkbuilder" long-name="SDK Building Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/sdkbuilder/group" mrp="os/buildtools/misccomponents/sdkbuilder/group/tools_sdk_eng_sdk_builder.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:javatoolsplat" long-name="Java Tools Platform" level="mw">
-     <component name="n:javalib" long-name="Java Library " filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/javatoolsplat/javalib/group" mrp="os/buildtools/javatoolsplat/javalib/group/tools_sdk_eng_javalibrary.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:fileconv" long-name="File Converters" level="mw">
-     <component name="n:cjpeg" long-name="CJpeg" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/fileconv/cjpeg/group" mrp="os/buildtools/fileconv/cjpeg/group/tools_sdk_eng_cjpeg.mrp"/> -->
-     </component>
-     <component name="n:alp2csh" long-name="ALP to CSH" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/fileconv/alp2csh/group" mrp="os/buildtools/fileconv/alp2csh/group/tools_sdk_eng_alp2csh.mrp"/> -->
-     </component>
-     <component name="n:rtf2ptml" long-name="RTF to PTML" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/fileconv/rtf2ptml/group" mrp="os/buildtools/fileconv/rtf2ptml/group/tools_sdk_eng_rtf2ptml.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="buildtools_info" long-name="Build Tools Info" level="ui">
-     <component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
- </systemModel>
-</SystemDefinition>
--- a/symbian2/platform_test.csv	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-source,dst,type,pattern,sysdef
-http://developer.symbian.org/oss/FCL/interim/sf-test/platform/smoketest,/smoketest,branch,Symbian2,
--- a/symbian2/sdkFiles.txt	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3916 +0,0 @@
-epoc32/include/_sdpdefs.h
-epoc32/include/_sipcodecdefs.h
-epoc32/include/a3f/a3f_trace_ctxt.h
-epoc32/include/AccMonitor.h
-epoc32/include/AccMonitorCapabilities.h
-epoc32/include/AccMonitorInfo.h
-epoc32/include/AccMonitorInfo.inl
-epoc32/include/agentdialog.h
-epoc32/include/aiftool.rh
-epoc32/include/animation.h
-epoc32/include/animationcmd.h
-epoc32/include/animationconfig.h
-epoc32/include/animationdataprovider.h
-epoc32/include/animationevents.h
-epoc32/include/animationframe.h
-epoc32/include/animationgroup.h
-epoc32/include/animationmixins.h
-epoc32/include/animationticker.h
-epoc32/include/animationtls.h
-epoc32/include/animator.h
-epoc32/include/ansicomp.h
-epoc32/include/apacln.h
-epoc32/include/apacmdln.h
-epoc32/include/apadbase.h
-epoc32/include/apadef.h
-epoc32/include/apaflrec.h
-epoc32/include/apaid.h
-epoc32/include/apamdr.h
-epoc32/include/apaserverapp.h
-epoc32/include/apasvst.h
-epoc32/include/apcaptionfile.rh
-epoc32/include/apfctlf.h
-epoc32/include/apfdef.h
-epoc32/include/apffndr.h
-epoc32/include/apfrec.h
-epoc32/include/apgcli.h
-epoc32/include/apgctl.h
-epoc32/include/apgdoor.h
-epoc32/include/apgicnfl.h
-epoc32/include/apgnotif.h
-epoc32/include/apgtask.h
-epoc32/include/apgwgnam.h
-epoc32/include/apmfndr.h
-epoc32/include/apmrec.h
-epoc32/include/apmrec.inl
-epoc32/include/apmstd.h
-epoc32/include/app/BCardEng.h
-epoc32/include/app/CalenInterimUtils2.h
-epoc32/include/app/CLmkCategorySelectorDlg.h
-epoc32/include/app/CLmkEditorDlg.h
-epoc32/include/app/CLmkLandmarkSelectorDlg.h
-epoc32/include/app/CPbkAddressSelect.h
-epoc32/include/app/CPbkContactChangeNotifier.h
-epoc32/include/app/CPbkContactEditorDlg.h
-epoc32/include/app/CPbkContactIter.h
-epoc32/include/app/CPbkDataSaveAppUi.h
-epoc32/include/app/CPbkEmailAddressSelect.h
-epoc32/include/app/CPbkEmailOverSmsAddressSelect.h
-epoc32/include/app/CPbkFieldInfo.h
-epoc32/include/app/CPbkIdleFinder.h
-epoc32/include/app/CPbkMmsAddressSelect.h
-epoc32/include/app/CPbkMultipleEntryFetchDlg.h
-epoc32/include/app/CPbkPhoneNumberSelect.h
-epoc32/include/app/CPbkPhoneNumberSelectBase.h
-epoc32/include/app/CPbkPocAddressSelect.h
-epoc32/include/app/CPbkSelectFieldDlg.h
-epoc32/include/app/CPbkSingleEntryFetchDlg.h
-epoc32/include/app/CPbkSingleItemFetchDlg.h
-epoc32/include/app/CPbkSmsAddressSelect.h
-epoc32/include/app/CPbkVideoNumberSelect.h
-epoc32/include/app/CPbkViewState.h
-epoc32/include/app/CPbkVoipAddressSelect.h
-epoc32/include/app/CRichBio.h
-epoc32/include/app/ExtendedMTMIDS.hrh
-epoc32/include/app/imclient.h
-epoc32/include/app/imconnection.h
-epoc32/include/app/imconnection.inl
-epoc32/include/app/imerrors.h
-epoc32/include/app/imlauncherplugin.h
-epoc32/include/app/imlauncherplugin.inl
-epoc32/include/app/MessagingSDKCRKeys.h
-epoc32/include/app/mmsclient.h
-epoc32/include/app/mmsclient.inl
-epoc32/include/app/mmsconst.h
-epoc32/include/app/mmserrors.h
-epoc32/include/app/mmsgbiocontrol.h
-epoc32/include/app/MMsgBioControlExtension.h
-epoc32/include/app/MNcnNotification.h
-epoc32/include/app/MNcnNotification.inl
-epoc32/include/app/MPbkContactDbObserver.h
-epoc32/include/app/MPbkEditorOkToExitCallback.h
-epoc32/include/app/MPbkFetchCallbacks.h
-epoc32/include/app/MPbkFetchDlgSelection.h
-epoc32/include/app/MPbkFieldData.h
-epoc32/include/app/MPbkThumbnailOperationObservers.h
-epoc32/include/app/msgbiocontrol.h
-epoc32/include/app/msgbiocontrolObserver.h
-epoc32/include/app/MsgBioUids.h
-epoc32/include/app/MsgEditor.hrh
-epoc32/include/app/PbkDataSaveAppUi.hrh
-epoc32/include/app/PbkFields.hrh
-epoc32/include/app/PbkIconId.hrh
-epoc32/include/app/PbkIconInfo.h
-epoc32/include/app/RPbkViewResourceFile.h
-epoc32/include/app/SpdiaControl.h
-epoc32/include/app/TLmkItemIdDbCombiInfo.h
-epoc32/include/app/TPbkContactItemField.h
-epoc32/include/apparc.h
-epoc32/include/appinfo.rh
-epoc32/include/arm_vfp.h
-epoc32/include/arp_hdr.h
-epoc32/include/asaltdefs.h
-epoc32/include/ascliclientutils.h
-epoc32/include/asclidefinitions.h
-epoc32/include/asclisession.h
-epoc32/include/asclisoundplay.h
-epoc32/include/asn1cons.h
-epoc32/include/asn1dec.h
-epoc32/include/asn1enc.h
-epoc32/include/asshdalarm.h
-epoc32/include/asshdbitflags.h
-epoc32/include/asshddefs.h
-epoc32/include/assp/template_assp/template_assp.h
-epoc32/include/assp/template_assp/template_assp_priv.h
-epoc32/include/ataudioeventapi.h
-epoc32/include/attrlut.h
-epoc32/include/AudioEffectBase.h
-epoc32/include/AudioEffectData.h
-epoc32/include/AudioEqualizerBase.h
-epoc32/include/AudioEqualizerData.h
-epoc32/include/AudioEqualizerUtility.h
-epoc32/include/AudioEqualizerUtilityData.h
-epoc32/include/authority16.h
-epoc32/include/authority8.h
-epoc32/include/authoritycommon.h
-epoc32/include/avkon.mbg
-epoc32/include/avkon.rsg
-epoc32/include/babackup.h
-epoc32/include/babitflags.h
-epoc32/include/bacell.h
-epoc32/include/bacline.h
-epoc32/include/baclipb.h
-epoc32/include/bacntf.h
-epoc32/include/badef.rh
-epoc32/include/badesca.h
-epoc32/include/baerrhan.h
-epoc32/include/baerror.h
-epoc32/include/baerrrsvr.rh
-epoc32/include/bafindf.h
-epoc32/include/baliba.h
-epoc32/include/bamatch.h
-epoc32/include/bamdesca.h
-epoc32/include/banamedplugins.h
-epoc32/include/banddev.h
-epoc32/include/barsc.h
-epoc32/include/barsc2.h
-epoc32/include/barsread.h
-epoc32/include/barsread2.h
-epoc32/include/basched.h
-epoc32/include/basicanimation.h
-epoc32/include/BassBoostBase.h
-epoc32/include/BassBoostData.h
-epoc32/include/bassnd.h
-epoc32/include/bautils.h
-epoc32/include/bidi.h
-epoc32/include/biditext.h
-epoc32/include/bidivisual.h
-epoc32/include/bif.h
-epoc32/include/bifbase.h
-epoc32/include/biftool2.rh
-epoc32/include/big5.h
-epoc32/include/biodb.h
-epoc32/include/biouids.h
-epoc32/include/bitbase.h
-epoc32/include/bitdev.h
-epoc32/include/bitdev.inl
-epoc32/include/bitmap.h
-epoc32/include/bitmaptransforms.h
-epoc32/include/bitmaptransforms.inl
-epoc32/include/bitmtrans/bitmtranspanic.h
-epoc32/include/bitstd.h
-epoc32/include/bldcodeline.hrh
-epoc32/include/bldprivate.hrh
-epoc32/include/bldpublic.hrh
-epoc32/include/bldregional.hrh
-epoc32/include/bldvariant.hrh
-epoc32/include/bluetooth/eirdatacodec.h
-epoc32/include/bluetooth/hci/aclpacketconsts.h
-epoc32/include/bluetooth/hci/basebandpacketconsts.h
-epoc32/include/bluetooth/hci/hciconsts.h
-epoc32/include/bluetooth/hci/hcierrors.h
-epoc32/include/bluetooth/hci/hciframe.h
-epoc32/include/bluetooth/hci/hciopcodes.h
-epoc32/include/bluetooth/hci/hcitypes.h
-epoc32/include/bluetooth/hci/hctlchannelobserver.h
-epoc32/include/bmpancli.h
-epoc32/include/bmpanconsts.h
-epoc32/include/bmpansrv.h
-epoc32/include/bsp.h
-epoc32/include/bsp.inl
-epoc32/include/bsul/bsul.h
-epoc32/include/bsul/ccacheddriveinfo.h
-epoc32/include/bt_sock.h
-epoc32/include/bt_subscribe.h
-epoc32/include/btcmtm.h
-epoc32/include/btdefcommport.h
-epoc32/include/btdevice.h
-epoc32/include/btextnotifiers.h
-epoc32/include/btheader.h
-epoc32/include/btmanclient.h
-epoc32/include/btmsgtypeuid.h
-epoc32/include/btmtmcmds.h
-epoc32/include/btsdp.h
-epoc32/include/btsecmanclient.h
-epoc32/include/bttypes.h
-epoc32/include/c32comm.h
-epoc32/include/c32comm.inl
-epoc32/include/cacheman.h
-epoc32/include/caf/agent.h
-epoc32/include/caf/agentfactory.h
-epoc32/include/caf/agentinterface.h
-epoc32/include/caf/attributeset.h
-epoc32/include/caf/bitset.h
-epoc32/include/caf/caf.h
-epoc32/include/caf/caferr.h
-epoc32/include/caf/cafmimeheader.h
-epoc32/include/caf/cafpanic.h
-epoc32/include/caf/caftypes.h
-epoc32/include/caf/content.h
-epoc32/include/caf/data.h
-epoc32/include/caf/dirstreamable.h
-epoc32/include/caf/embeddedobject.h
-epoc32/include/caf/f32agentui.h
-epoc32/include/caf/importfile.h
-epoc32/include/caf/manager.h
-epoc32/include/caf/metadata.h
-epoc32/include/caf/metadataarray.h
-epoc32/include/caf/rightsinfo.h
-epoc32/include/caf/rightsmanager.h
-epoc32/include/caf/streamableptrarray.h
-epoc32/include/caf/streamableptrarray.inl
-epoc32/include/caf/stringattributeset.h
-epoc32/include/caf/supplier.h
-epoc32/include/caf/supplieroutputfile.h
-epoc32/include/caf/virtualpath.h
-epoc32/include/caf/virtualpathptr.h
-epoc32/include/calalarm.h
-epoc32/include/calcategory.h
-epoc32/include/calcategorymanager.h
-epoc32/include/calchangecallback.h
-epoc32/include/calcommon.h
-epoc32/include/calcontent.h
-epoc32/include/caldataexchange.h
-epoc32/include/caldataformat.h
-epoc32/include/calendarconverter.h
-epoc32/include/calentry.h
-epoc32/include/calentryview.h
-epoc32/include/calinstance.h
-epoc32/include/calinstanceview.h
-epoc32/include/calinterimapipanic.h
-epoc32/include/caliterator.h
-epoc32/include/calnotification.h
-epoc32/include/calprogresscallback.h
-epoc32/include/calrrule.h
-epoc32/include/calsession.h
-epoc32/include/caltime.h
-epoc32/include/caluser.h
-epoc32/include/cauthentication.h
-epoc32/include/cbioasyncwaiter.h
-epoc32/include/cbnfnode.h
-epoc32/include/cbnfparser.h
-epoc32/include/ccertattributefilter.h
-epoc32/include/cctcertinfo.h
-epoc32/include/cdbcols.h
-epoc32/include/cdblen.h
-epoc32/include/cdbover.h
-epoc32/include/cdbover.inl
-epoc32/include/cdbpreftable.h
-epoc32/include/cdbstore.h
-epoc32/include/cdbstore.inl
-epoc32/include/cdbtemp.h
-epoc32/include/cdmasmsaddr.h
-epoc32/include/cdsb.h
-epoc32/include/cdtdmodel.h
-epoc32/include/cemailaccounts.h
-epoc32/include/cenrepnotifyhandler.h
-epoc32/include/centralrepository.h
-epoc32/include/certificateapps.h
-epoc32/include/cfragmentedstring.h
-epoc32/include/charactersetconverter.h
-epoc32/include/CharacterSetConverter.inl
-epoc32/include/charconv.h
-epoc32/include/chttpformencoder.h
-epoc32/include/chttpresponse.h
-epoc32/include/cimattachmentwaiter.h
-epoc32/include/cimmobilitypolicyplugin.inl
-epoc32/include/cimplainbodytext.h
-epoc32/include/clock.h
-epoc32/include/cmarkedstack.h
-epoc32/include/cmarkedstack.inl
-epoc32/include/cmmsaccounts.h
-epoc32/include/cmmssettings.h
-epoc32/include/cmsvattachment.h
-epoc32/include/cmsvmimeheaders.h
-epoc32/include/cmsvplainbodytext.h
-epoc32/include/cmsvrecipientlist.h
-epoc32/include/cmsvtechnologytypedefaultmtmsettings.h
-epoc32/include/cnftool.rh
-epoc32/include/cnode.h
-epoc32/include/cnode.inl
-epoc32/include/cnodeleteattribute.h
-epoc32/include/cntdb.h
-epoc32/include/cntdbobs.h
-epoc32/include/cntdef.h
-epoc32/include/cntdef.hrh
-epoc32/include/cntfield.h
-epoc32/include/cntfilt.h
-epoc32/include/cntfldst.h
-epoc32/include/cntitem.h
-epoc32/include/cntmodel.rh
-epoc32/include/cntsync.h
-epoc32/include/cntvcard.h
-epoc32/include/cntview.h
-epoc32/include/cntviewbase.h
-epoc32/include/cntviewfindconfig.h
-epoc32/include/cntviewfindconfig.inl
-epoc32/include/cobexsendoperation.h
-epoc32/include/coeaui.h
-epoc32/include/coeccntx.h
-epoc32/include/coecntrl.h
-epoc32/include/coecntss.h
-epoc32/include/coecobs.h
-epoc32/include/coecoloruse.h
-epoc32/include/coecontrolarray.h
-epoc32/include/coedef.h
-epoc32/include/coeerror.h
-epoc32/include/coefepff.h
-epoc32/include/coefont.h
-epoc32/include/coefontprovider.h
-epoc32/include/coehelp.h
-epoc32/include/coeinput.h
-epoc32/include/coelayoutman.h
-epoc32/include/coemain.h
-epoc32/include/coemain.inl
-epoc32/include/coemop.h
-epoc32/include/coesndpy.h
-epoc32/include/coetextdrawer.h
-epoc32/include/coeutils.h
-epoc32/include/coever.h
-epoc32/include/coeview.h
-epoc32/include/collate.h
-epoc32/include/commdb.h
-epoc32/include/commdb.inl
-epoc32/include/commdbconnpref.h
-epoc32/include/commdbconnpref.inl
-epoc32/include/commonphoneparser.h
-epoc32/include/comms-infras/api_ext_list.h
-epoc32/include/comms-infras/api_ext_msg.h
-epoc32/include/comms-infras/cftransport.inl
-epoc32/include/comms-infras/cftransportmacro.h
-epoc32/include/comms-infras/cs_api_ext.h
-epoc32/include/comms-infras/cs_mobility_apiext.h
-epoc32/include/comms-infras/metabuffer.h
-epoc32/include/comms-infras/metacontainer.h
-epoc32/include/comms-infras/metacontainer.inl
-epoc32/include/comms-infras/metadata.h
-epoc32/include/comms-infras/metadata.inl
-epoc32/include/comms-infras/metatype.h
-epoc32/include/comms-infras/metatypevariablelen.h
-epoc32/include/comms-infras/netmessages.h
-epoc32/include/comms-infras/ss_roles.inl
-epoc32/include/comms-infras/trbuf.h
-epoc32/include/commsdat.h
-epoc32/include/commsdattypeinfov1_1.h
-epoc32/include/commsdattypesv1_1.h
-epoc32/include/commsdatutils.h
-epoc32/include/conarc.h
-epoc32/include/concnf.h
-epoc32/include/ConeResLoader.h
-epoc32/include/confndr.h
-epoc32/include/conlist.h
-epoc32/include/connect/abclient.h
-epoc32/include/connect/sbdefs.h
-epoc32/include/connectprog.h
-epoc32/include/connpref.h
-epoc32/include/conplugin.rh
-epoc32/include/consolealarmalertservermain.h
-epoc32/include/constd.h
-epoc32/include/convdata.h
-epoc32/include/convgeneratedcpp.h
-epoc32/include/convnames.h
-epoc32/include/convutils.h
-epoc32/include/crulemarkedstack.h
-epoc32/include/crulemarkedstack.inl
-epoc32/include/cryptopanic.h
-epoc32/include/cryptotokenregistryinfo.rh
-epoc32/include/cs_port.h
-epoc32/include/cs_subconevents.h
-epoc32/include/cs_subconevents.inl
-epoc32/include/cs_subconparams.h
-epoc32/include/cs_subconparams.inl
-epoc32/include/csch_cli.h
-epoc32/include/csendasaccounts.h
-epoc32/include/csendaseditutils.inl
-epoc32/include/csendasmessagetypes.h
-epoc32/include/cshelp/conset.hlp.hrh
-epoc32/include/cshelp/div.hlp.hrh
-epoc32/include/cshelp/find.hlp.hrh
-epoc32/include/csmsaccount.h
-epoc32/include/csmsclass0base.h
-epoc32/include/csmsemailfields.h
-epoc32/include/csmsgetdetdescinterface.inl
-epoc32/include/cstack.h
-epoc32/include/cstack.inl
-epoc32/include/csy.rh
-epoc32/include/ct.h
-epoc32/include/ct/ccttokentype.h
-epoc32/include/ct/ccttokentypeinfo.h
-epoc32/include/ct/interfaceuid.hrh
-epoc32/include/ct/logger.h
-epoc32/include/ct/mcttoken.h
-epoc32/include/ct/mcttokeninterface.h
-epoc32/include/ct/mcttokenobject.h
-epoc32/include/ct/mcttokentype.h
-epoc32/include/ct/mcttokentypefilter.h
-epoc32/include/ct/rcpointerarray.h
-epoc32/include/ct/rmpointerarray.h
-epoc32/include/ct/tctalltokentypes.h
-epoc32/include/ct/tctfindtokentypesbyinterface.h
-epoc32/include/ct/tctfindtokentypesbyinterfaceandattribute.h
-epoc32/include/ct/tcttokenhandle.h
-epoc32/include/ct/tcttokenobjecthandle.h
-epoc32/include/ct/tcttokentypeattribute.h
-epoc32/include/CustomCommandTypes.h
-epoc32/include/d32comm.h
-epoc32/include/d32comm.inl
-epoc32/include/d32dbms.h
-epoc32/include/d32dbms.inl
-epoc32/include/d32locd.h
-epoc32/include/d32locd.inl
-epoc32/include/data_caging_path_literals.hrh
-epoc32/include/data_caging_paths.hrh
-epoc32/include/data_caging_paths_for_iby.hrh
-epoc32/include/data_caging_paths_strings.hrh
-epoc32/include/datastor.h
-epoc32/include/defaultcaps.hrh
-epoc32/include/delimitedparser16.h
-epoc32/include/delimitedparser8.h
-epoc32/include/delimitedparsercommon.h
-epoc32/include/delimitedpath16.h
-epoc32/include/delimitedpath8.h
-epoc32/include/delimitedpathsegment16.h
-epoc32/include/delimitedpathsegment8.h
-epoc32/include/delimitedquery16.h
-epoc32/include/delimitedquery8.h
-epoc32/include/dial.h
-epoc32/include/dial.inl
-epoc32/include/dial_consts.h
-epoc32/include/DistanceAttenuationBase.h
-epoc32/include/DistanceAttenuationData.h
-epoc32/include/dns_qry.h
-epoc32/include/dns_qry.inl
-epoc32/include/DopplerBase.h
-epoc32/include/DopplerData.h
-epoc32/include/driveinfo.h
-epoc32/include/driveinfo.inl
-epoc32/include/drivers/dma.inl
-epoc32/include/drivers/pbus.inl
-epoc32/include/drivers/pccard.inl
-epoc32/include/DrmAudioSamplePlayer.h
-epoc32/include/dtdnode.h
-epoc32/include/dtdnode.inl
-epoc32/include/e32base.h
-epoc32/include/e32base.inl
-epoc32/include/e32capability.h
-epoc32/include/e32cmn.h
-epoc32/include/e32cmn.inl
-epoc32/include/e32cons.h
-epoc32/include/e32const.h
-epoc32/include/e32debug.h
-epoc32/include/e32def.h
-epoc32/include/e32des16.h
-epoc32/include/e32des8.h
-epoc32/include/e32err.h
-epoc32/include/e32event.h
-epoc32/include/e32hal.h
-epoc32/include/e32hashtab.h
-epoc32/include/e32keys.h
-epoc32/include/e32kpan.h
-epoc32/include/e32ktran.h
-epoc32/include/e32lang.h
-epoc32/include/e32ldr.h
-epoc32/include/e32lmsg.h
-epoc32/include/e32math.h
-epoc32/include/e32math.inl
-epoc32/include/e32modes.h
-epoc32/include/e32msgqueue.h
-epoc32/include/e32msgqueue.inl
-epoc32/include/e32notif.h
-epoc32/include/e32panic.h
-epoc32/include/e32power.h
-epoc32/include/e32property.h
-epoc32/include/e32rom.h
-epoc32/include/e32std.h
-epoc32/include/e32std.inl
-epoc32/include/e32svr.h
-epoc32/include/e32test.h
-epoc32/include/e32twin.h
-epoc32/include/e32uid.h
-epoc32/include/e32ver.h
-epoc32/include/ecam.h
-epoc32/include/ecam/cameraoverlay.h
-epoc32/include/ecam/ecamcommonuids.hrh
-epoc32/include/ecam/ecamconstants.h
-epoc32/include/ecam/ecamdirectviewfinder.h
-epoc32/include/ecam/ecamdirectviewfinderuids.hrh
-epoc32/include/ecamadvsettings.h
-epoc32/include/ecamadvsettingsuids.hrh
-epoc32/include/ecamerrors.h
-epoc32/include/ecamimageprocessing.h
-epoc32/include/ecamuids.hrh
-epoc32/include/ecom/ecom.h
-epoc32/include/ecom/ecomerrorcodes.h
-epoc32/include/ecom/ecomresolverparams.h
-epoc32/include/ecom/ecomresolverparams.inl
-epoc32/include/ecom/implementationinformation.h
-epoc32/include/ecom/implementationinformation.inl
-epoc32/include/ecom/implementationproxy.h
-epoc32/include/ecom/publicregistry.h
-epoc32/include/ecom/registryinfo.rh
-epoc32/include/ecom/registryinfov2.rh
-epoc32/include/ecom/resolver.h
-epoc32/include/ecom/test_bed/componentinfo.inl
-epoc32/include/ecom/test_bed/transition.inl
-epoc32/include/ecom/test_bed/unittest.inl
-epoc32/include/ecom/test_bed/unittestinfo.inl
-epoc32/include/editorundo.h
-epoc32/include/eikamnt.h
-epoc32/include/eikapp.h
-epoc32/include/eikappui.h
-epoc32/include/eikaufty.h
-epoc32/include/eikbhelp.h
-epoc32/include/eikbusymsgwin.h
-epoc32/include/eikcdlg.rsg
-epoc32/include/eikcmobs.h
-epoc32/include/eikcoctl.rsg
-epoc32/include/eikcolor.hrh
-epoc32/include/eikcore.rsg
-epoc32/include/eikctl.rsg
-epoc32/include/eikcycledef.h
-epoc32/include/eikdebug.h
-epoc32/include/eikdef.h
-epoc32/include/eikdgfty.h
-epoc32/include/eikdll.h
-epoc32/include/eikdoc.h
-epoc32/include/eikembal.h
-epoc32/include/eikenv.h
-epoc32/include/eikenv.inl
-epoc32/include/eikfctry.h
-epoc32/include/eikfutil.h
-epoc32/include/eikinfomsgwin.h
-epoc32/include/eikirfty.h
-epoc32/include/eiklibry.h
-epoc32/include/eikmobs.h
-epoc32/include/eikmsg.h
-epoc32/include/eiknotapi.h
-epoc32/include/eikpanic.h
-epoc32/include/eikpicturefactory.h
-epoc32/include/eikproc.h
-epoc32/include/eikrutil.h
-epoc32/include/eikserverapp.h
-epoc32/include/eiksfont.h
-epoc32/include/eiksrv.h
-epoc32/include/eiksrv.pan
-epoc32/include/eiksrvc.h
-epoc32/include/eiksrvs.h
-epoc32/include/eikstart.h
-epoc32/include/eiksvdef.h
-epoc32/include/eikunder.h
-epoc32/include/eikvcurs.h
-epoc32/include/emsinformationelement.h
-epoc32/include/emsinformationelement.inl
-epoc32/include/EnvironmentalReverbBase.h
-epoc32/include/EnvironmentalReverbData.h
-epoc32/include/EnvironmentalReverbUtility.h
-epoc32/include/EnvironmentalReverbUtilityData.h
-epoc32/include/errorres.rsg
-epoc32/include/es_enum.h
-epoc32/include/es_enum.inl
-epoc32/include/es_prot.h
-epoc32/include/es_prot.inl
-epoc32/include/es_sock.h
-epoc32/include/es_sock.inl
-epoc32/include/es_ver.h
-epoc32/include/es_wsms.h
-epoc32/include/es_wsms.inl
-epoc32/include/escapeutils.h
-epoc32/include/estatus.h
-epoc32/include/estlib.h
-epoc32/include/estw32.h
-epoc32/include/et_clsvr.h
-epoc32/include/etbuffer.h
-epoc32/include/etel.h
-epoc32/include/etel.inl
-epoc32/include/etel3rdparty.h
-epoc32/include/etelext.h
-epoc32/include/etelmm.h
-epoc32/include/etelpckt.h
-epoc32/include/etelpckt.inl
-epoc32/include/etelqos.h
-epoc32/include/etelutils.h
-epoc32/include/etslotnum.h
-epoc32/include/eui_addr.h
-epoc32/include/ewsd.h
-epoc32/include/exbuf.h
-epoc32/include/ExifModify.h
-epoc32/include/ExifRead.h
-epoc32/include/ExifTag.h
-epoc32/include/exifutility.h
-epoc32/include/ext_hdr.h
-epoc32/include/exterror.h
-epoc32/include/ezbufman.h
-epoc32/include/ezcompressor.h
-epoc32/include/ezconf.h
-epoc32/include/ezdecompressor.h
-epoc32/include/ezfilebuffer.h
-epoc32/include/ezgzip.h
-epoc32/include/ezlib.h
-epoc32/include/ezliberrorcodes.h
-epoc32/include/ezstream.h
-epoc32/include/f32dbg.h
-epoc32/include/f32file.h
-epoc32/include/f32file.inl
-epoc32/include/f32fsys.h
-epoc32/include/f32fsys.inl
-epoc32/include/f32image.h
-epoc32/include/f32plugin.inl
-epoc32/include/f32ver.h
-epoc32/include/faxdefn.h
-epoc32/include/fbs.h
-epoc32/include/fbsmessage.h
-epoc32/include/FeatDiscovery.h
-epoc32/include/featureinfo.h
-epoc32/include/features.hrh
-epoc32/include/featureuids.h
-epoc32/include/fepbase.h
-epoc32/include/fepbconfig.h
-epoc32/include/fepbutils.h
-epoc32/include/fepitfr.h
-epoc32/include/fepplugin.h
-epoc32/include/fepplugin.inl
-epoc32/include/finditemengine.h
-epoc32/include/fldbase.h
-epoc32/include/fldbltin.h
-epoc32/include/flddef.h
-epoc32/include/fldinfo.h
-epoc32/include/fldset.h
-epoc32/include/flogger.h
-epoc32/include/flogger.inl
-epoc32/include/fntstore.h
-epoc32/include/frmconst.h
-epoc32/include/frmcurs.h
-epoc32/include/frmframe.h
-epoc32/include/frmlaydt.h
-epoc32/include/frmpage.h
-epoc32/include/frmparam.h
-epoc32/include/frmprint.h
-epoc32/include/frmtlay.h
-epoc32/include/frmtview.h
-epoc32/include/frmvis.h
-epoc32/include/ftpprot.h
-epoc32/include/ftpsess.h
-epoc32/include/gb2312.h
-epoc32/include/gbk.h
-epoc32/include/gcc_mingw/gcc_mingw_3_4_2.h
-epoc32/include/gcce/gcce.h
-epoc32/include/gdi.h
-epoc32/include/gdi.inl
-epoc32/include/gfp.h
-epoc32/include/gfxtranseffect/gfxtransadapter.h
-epoc32/include/gfxtranseffect/gfxtransclient.h
-epoc32/include/gfxtranseffect/gfxtransdatatype.h
-epoc32/include/gfxtranseffect/gfxtranseffect.h
-epoc32/include/gifscaler.h
-epoc32/include/GLES/egl.h
-epoc32/include/GLES/egltypes.h
-epoc32/include/GLES/gl.h
-epoc32/include/GLES/glext.h
-epoc32/include/GLES/glextplatform.h
-epoc32/include/GLES/glplatform.h
-epoc32/include/gmxmlparser.h
-epoc32/include/gprsprog.h
-epoc32/include/graphics/blendingalgorithms.h
-epoc32/include/graphics/blendingalgorithms.inl
-epoc32/include/graphics/lookuptable.h
-epoc32/include/graphicsaccelerator.h
-epoc32/include/grdcells.h
-epoc32/include/grddef.h
-epoc32/include/grdprint.h
-epoc32/include/grdprint.inl
-epoc32/include/grdstd.h
-epoc32/include/grdstd.inl
-epoc32/include/gsmubuf.h
-epoc32/include/gsmuelem.h
-epoc32/include/gsmuelem.inl
-epoc32/include/gsmuetel.h
-epoc32/include/gsmuetel.inl
-epoc32/include/gsmuieoperations.h
-epoc32/include/gsmumsg.h
-epoc32/include/gsmumsg.inl
-epoc32/include/gsmunmspacemobmsg.h
-epoc32/include/gsmunmspacemobph.h
-epoc32/include/gsmunmspacemobstore.h
-epoc32/include/gsmunonieoperations.h
-epoc32/include/gsmupdu.h
-epoc32/include/gsmupdu.inl
-epoc32/include/gsmuset.h
-epoc32/include/gsmuset.inl
-epoc32/include/gsmustor.h
-epoc32/include/gsmustor.inl
-epoc32/include/gulalign.h
-epoc32/include/gulbordr.h
-epoc32/include/gulcolor.h
-epoc32/include/guldef.h
-epoc32/include/gulfont.h
-epoc32/include/gulfont.hrh
-epoc32/include/gulftflg.hrh
-epoc32/include/gulgcmap.h
-epoc32/include/gulicon.h
-epoc32/include/gulpanic.h
-epoc32/include/gulsprite.h
-epoc32/include/gulutil.h
-epoc32/include/hal.h
-epoc32/include/hal_data.h
-epoc32/include/hash.h
-epoc32/include/hcibase.h
-epoc32/include/hcierrors.h
-epoc32/include/hcitypes.h
-epoc32/include/hlpconstants.h
-epoc32/include/hlplch.h
-epoc32/include/hlpmodel.h
-epoc32/include/hlpzoom.h
-epoc32/include/hsdataobserver.h
-epoc32/include/hsexception.h
-epoc32/include/hswidget.h
-epoc32/include/hswidgetpublisher.h
-epoc32/include/http.h
-epoc32/include/http/cauthenticationfilterinterface.h
-epoc32/include/http/cecomfilter.h
-epoc32/include/http/framework/cheadercodec.h
-epoc32/include/http/framework/cprotocolhandler.h
-epoc32/include/http/framework/cprottransaction.h
-epoc32/include/http/framework/crxdata.h
-epoc32/include/http/framework/csecuritypolicy.h
-epoc32/include/http/framework/csecuritypolicy.inl
-epoc32/include/http/framework/ctxdata.h
-epoc32/include/http/framework/mrxdataobserver.h
-epoc32/include/http/framework/rheaderfield.h
-epoc32/include/http/mhttpauthenticationcallback.h
-epoc32/include/http/mhttpdataoptimiser.h
-epoc32/include/http/mhttpdatasupplier.h
-epoc32/include/http/mhttpfilter.h
-epoc32/include/http/mhttpfilterbase.h
-epoc32/include/http/mhttpfiltercreationcallback.h
-epoc32/include/http/mhttpsessioneventcallback.h
-epoc32/include/http/mhttptransactioncallback.h
-epoc32/include/http/rhttpconnectioninfo.h
-epoc32/include/http/rhttpfiltercollection.h
-epoc32/include/http/rhttpheaders.h
-epoc32/include/http/rhttpmessage.h
-epoc32/include/http/rhttppropertyset.h
-epoc32/include/http/rhttprequest.h
-epoc32/include/http/rhttpresponse.h
-epoc32/include/http/rhttpsession.h
-epoc32/include/http/rhttptransaction.h
-epoc32/include/http/rhttptransactionpropertyset.h
-epoc32/include/http/tfilterconfigurationiter.h
-epoc32/include/http/tfilterinformation.h
-epoc32/include/http/thttpevent.h
-epoc32/include/http/thttpevent.inl
-epoc32/include/http/thttpfilterhandle.h
-epoc32/include/http/thttpfilteriterator.h
-epoc32/include/http/thttpfilterregistration.h
-epoc32/include/http/thttphdrfielditer.h
-epoc32/include/http/thttphdrval.h
-epoc32/include/httperr.h
-epoc32/include/httpstd.h
-epoc32/include/httpstringconstants.h
-epoc32/include/hwrmhaptics.h
-epoc32/include/hwrmhapticsactuatorobserver.h
-epoc32/include/hwrmhapticsobserver.h
-epoc32/include/HWRMLight.h
-epoc32/include/hwrmlogicalactuators.h
-epoc32/include/HWRMPowerStateSDKPSKeys.h
-epoc32/include/HWRMVibra.h
-epoc32/include/HWRMVibraSDKCRKeys.h
-epoc32/include/iapprefs.h
-epoc32/include/icl/exifimagedisplayext.h
-epoc32/include/icl/icl_propertyuids.h
-epoc32/include/icl/icl_propertyuids.hrh
-epoc32/include/icl/icl_uids.hrh
-epoc32/include/icl/imagecodec.h
-epoc32/include/icl/imagecodecdata.h
-epoc32/include/icl/imageconstruct.h
-epoc32/include/icl/imageconversionextension.h
-epoc32/include/icl/imageconversionextensionintf.h
-epoc32/include/icl/imagedata.h
-epoc32/include/icl/imagedisplay.hrh
-epoc32/include/icl/imagedisplaypaniccodes.h
-epoc32/include/icl/imagedisplayplugin.h
-epoc32/include/icl/imagedisplaypluginext.h
-epoc32/include/icl/imageplugin.h
-epoc32/include/icl/imageprocessor.h
-epoc32/include/icl/imagetransform.hrh
-epoc32/include/icl/imagetransformpaniccodes.h
-epoc32/include/icl/imagetransformplugin.h
-epoc32/include/icl/imagetransformpluginext.h
-epoc32/include/icl/jpegyuvdecoder.h
-epoc32/include/iclanimationdataprovider.h
-epoc32/include/iclexif.h
-epoc32/include/iclexifimageframe.h
-epoc32/include/icmp6_hdr.h
-epoc32/include/iconlocations.hrh
-epoc32/include/imageconversion.h
-epoc32/include/imagedisplay.h
-epoc32/include/imageframe.h
-epoc32/include/imageframeconst.h
-epoc32/include/imageframeconst.hrh
-epoc32/include/imageframeformats.hrh
-epoc32/include/imagetransform.h
-epoc32/include/imapcmds.h
-epoc32/include/imapconnectionobserver.h
-epoc32/include/imapset.h
-epoc32/include/imcmmain.h
-epoc32/include/imcmutil.h
-epoc32/include/imcvcodc.h
-epoc32/include/imcvcodc.inl
-epoc32/include/imcvdata.h
-epoc32/include/imcvrecv.inl
-epoc32/include/imcvsend.inl
-epoc32/include/imcvtext.h
-epoc32/include/impcmtm.h
-epoc32/include/imsk.h
-epoc32/include/imutdll.h
-epoc32/include/in6_if.h
-epoc32/include/in6_opt.h
-epoc32/include/in_chk.h
-epoc32/include/in_hdr.h
-epoc32/include/in_iface.h
-epoc32/include/in_pkt.h
-epoc32/include/in_sock.h
-epoc32/include/inbuf.h
-epoc32/include/inet6err.h
-epoc32/include/inetprottextutils.h
-epoc32/include/ineturi.h
-epoc32/include/ineturilist.h
-epoc32/include/ineturilistdef.h
-epoc32/include/ip4_hdr.h
-epoc32/include/ip6_hdr.h
-epoc32/include/ip_subconparams.h
-epoc32/include/ip_subconparams.inl
-epoc32/include/ipaddr.h
-epoc32/include/ir_sock.h
-epoc32/include/ircmtm.h
-epoc32/include/irheader.h
-epoc32/include/irmsgtypeuid.h
-epoc32/include/irmtmcmds.h
-epoc32/include/irs.h
-epoc32/include/jisx0201.h
-epoc32/include/jisx0208.h
-epoc32/include/jisx0212.h
-epoc32/include/kernel/arm/vfpsupport.h
-epoc32/include/kernel/hal_int.h
-epoc32/include/khronos_types.h
-epoc32/include/lafmain.h
-epoc32/include/lbs.h
-epoc32/include/lbs.inl
-epoc32/include/lbs/lbsadmin.inl
-epoc32/include/lbs/lbsassistancedatabase.inl
-epoc32/include/lbs/lbsassistancedatabuilderset.inl
-epoc32/include/lbs/lbsassistancedatasourcemodule.inl
-epoc32/include/lbs/lbsipc.hrh
-epoc32/include/lbsclasstypes.h
-epoc32/include/lbscommon.h
-epoc32/include/lbscriteria.h
-epoc32/include/lbserrors.h
-epoc32/include/lbsfieldids.h
-epoc32/include/lbsfields.h
-epoc32/include/lbsipc.h
-epoc32/include/lbsposition.h
-epoc32/include/lbspositioncalc.h
-epoc32/include/lbspositioninfo.h
-epoc32/include/lbsrequestor.h
-epoc32/include/lbssatellite.h
-epoc32/include/libc/_ansi.h
-epoc32/include/libc/arpa/ftp.h
-epoc32/include/libc/arpa/inet.h
-epoc32/include/libc/arpa/nameser.h
-epoc32/include/libc/arpa/telnet.h
-epoc32/include/libc/arpa/tftp.h
-epoc32/include/libc/assert.h
-epoc32/include/libc/ctype.h
-epoc32/include/libc/dirent.h
-epoc32/include/libc/errno.h
-epoc32/include/libc/fcntl.h
-epoc32/include/libc/ieeefp.h
-epoc32/include/libc/limits.h
-epoc32/include/libc/locale.h
-epoc32/include/libc/machine/ieeefp.h
-epoc32/include/libc/machine/types.h
-epoc32/include/libc/math.h
-epoc32/include/libc/netdb.h
-epoc32/include/libc/netdb_r.h
-epoc32/include/libc/netinet/arp.h
-epoc32/include/libc/netinet/in.h
-epoc32/include/libc/netinet/ip.h
-epoc32/include/libc/netinet/ip_icmp.h
-epoc32/include/libc/netinet/net_types.h
-epoc32/include/libc/netinet/tcp.h
-epoc32/include/libc/netinet/tcp_fsm.h
-epoc32/include/libc/netinet/tcp_seq.h
-epoc32/include/libc/netinet/udp.h
-epoc32/include/libc/process.h
-epoc32/include/libc/pwd.h
-epoc32/include/libc/reent.h
-epoc32/include/libc/setjmp.h
-epoc32/include/libc/signal.h
-epoc32/include/libc/stdarg.h
-epoc32/include/libc/stdarg_e.h
-epoc32/include/libc/stddef.h
-epoc32/include/libc/stdio.h
-epoc32/include/libc/stdio_r.h
-epoc32/include/libc/stdlib.h
-epoc32/include/libc/stdlib_r.h
-epoc32/include/libc/string.h
-epoc32/include/libc/sys/_types.h
-epoc32/include/libc/sys/config.h
-epoc32/include/libc/sys/dirent.h
-epoc32/include/libc/sys/errno.h
-epoc32/include/libc/sys/fcntl.h
-epoc32/include/libc/sys/file.h
-epoc32/include/libc/sys/ioctl.h
-epoc32/include/libc/sys/param.h
-epoc32/include/libc/sys/reent.h
-epoc32/include/libc/sys/resource.h
-epoc32/include/libc/sys/serial.h
-epoc32/include/libc/sys/signal.h
-epoc32/include/libc/sys/socket.h
-epoc32/include/libc/sys/stat.h
-epoc32/include/libc/sys/stdio_t.h
-epoc32/include/libc/sys/time.h
-epoc32/include/libc/sys/times.h
-epoc32/include/libc/sys/types.h
-epoc32/include/libc/sys/unistd.h
-epoc32/include/libc/sys/wait.h
-epoc32/include/libc/time.h
-epoc32/include/libc/unistd.h
-epoc32/include/liblogger.h
-epoc32/include/linebreak.h
-epoc32/include/ListenerDopplerBase.h
-epoc32/include/ListenerLocationBase.h
-epoc32/include/ListenerOrientationBase.h
-epoc32/include/localtypes.h
-epoc32/include/LocationBase.h
-epoc32/include/LocationData.h
-epoc32/include/logcli.h
-epoc32/include/logcli.inl
-epoc32/include/logclientchangeobserver.h
-epoc32/include/logcntdef.h
-epoc32/include/logdef.h
-epoc32/include/logeng.h
-epoc32/include/logview.h
-epoc32/include/logview.inl
-epoc32/include/logviewchangeobserver.h
-epoc32/include/logwrap.h
-epoc32/include/logwrap.hrh
-epoc32/include/logwrap.inl
-epoc32/include/logwrap.rsg
-epoc32/include/LoudnessBase.h
-epoc32/include/LoudnessData.h
-epoc32/include/mateventcompleteobserver.h
-epoc32/include/MAudioEffectObserver.h
-epoc32/include/MAudioEqualizerObserver.h
-epoc32/include/MBassBoostObserver.h
-epoc32/include/mbmstypes.h
-epoc32/include/mcertstore.h
-epoc32/include/mclient.h
-epoc32/include/mcontactbackupobserver.h
-epoc32/include/mctcertapps.h
-epoc32/include/mctcertstore.h
-epoc32/include/mctkeystore.inl
-epoc32/include/mctwritablecertstore.h
-epoc32/include/mctwritablecertstore.inl
-epoc32/include/MCustomCommand.h
-epoc32/include/MCustomInterface.h
-epoc32/include/mda/client/resource.h
-epoc32/include/mda/client/utility.h
-epoc32/include/mda/common/audio.h
-epoc32/include/mda/common/audio.hrh
-epoc32/include/mda/common/audiostream.hrh
-epoc32/include/mda/common/base.h
-epoc32/include/mda/common/base.hrh
-epoc32/include/mda/common/base.inl
-epoc32/include/mda/common/controller.h
-epoc32/include/mda/common/gsmaudio.h
-epoc32/include/mda/common/gsmaudio.hrh
-epoc32/include/mda/common/port.h
-epoc32/include/mda/common/port.hrh
-epoc32/include/mda/common/resource.h
-epoc32/include/mda/common/resource.hrh
-epoc32/include/mda/common/video.h
-epoc32/include/mda/common/video.hrh
-epoc32/include/mda/common/video.inl
-epoc32/include/mdaaudioinputstream.h
-epoc32/include/mdaaudiooutputstream.h
-epoc32/include/mdaaudiosampleeditor.h
-epoc32/include/mdaaudiosampleplayer.h
-epoc32/include/mdaaudiotoneplayer.h
-epoc32/include/mdaframeinfo.h
-epoc32/include/mdaimageconverter.h
-epoc32/include/mdataproviderobserver.h
-epoc32/include/mdf/mdfprocessingunit.inl
-epoc32/include/mdf/mdfpuloader.inl
-epoc32/include/MDistanceAttenuationObserver.h
-epoc32/include/MDopplerObserver.h
-epoc32/include/mdptx.h
-epoc32/include/medobsrv.h
-epoc32/include/memmodel/emul/platform.h
-epoc32/include/memmodel/epoc/mmubase/kblockmap.h
-epoc32/include/mentact.h
-epoc32/include/MEnvironmentalReverbObserver.h
-epoc32/include/metadatabase.h
-epoc32/include/metafile.h
-epoc32/include/mframeworksp.h
-epoc32/include/midiclientutility.h
-epoc32/include/miut_err.h
-epoc32/include/miutatch.h
-epoc32/include/miutconv.h
-epoc32/include/miutdef.h
-epoc32/include/miuthdr.h
-epoc32/include/miuthdr.inl
-epoc32/include/miutlog.h
-epoc32/include/miutmsg.h
-epoc32/include/miutpars.h
-epoc32/include/miutset.h
-epoc32/include/miutstd.hrh
-epoc32/include/MListenerDopplerObserver.h
-epoc32/include/MListenerLocationObserver.h
-epoc32/include/MListenerOrientationObserver.h
-epoc32/include/MLocationObserver.h
-epoc32/include/MLoudnessObserver.h
-epoc32/include/mm/conversioncoefficient.h
-epoc32/include/mm/mmcaf.h
-epoc32/include/mmf/common/midistandardcustomcommands.h
-epoc32/include/mmf/common/mmcaf.h
-epoc32/include/mmf/common/mmfaudio.h
-epoc32/include/mmf/common/mmfbase.h
-epoc32/include/mmf/common/mmfcontroller.h
-epoc32/include/mmf/common/mmfcontrollerframework.h
-epoc32/include/mmf/common/mmfcontrollerframeworkbase.h
-epoc32/include/mmf/common/mmfcontrollerpluginresolver.h
-epoc32/include/mmf/common/mmfdrmcustomcommands.h
-epoc32/include/mmf/common/mmfdurationinfocustomcommands.h
-epoc32/include/mmf/common/mmferrors.h
-epoc32/include/mmf/common/mmffourcc.h
-epoc32/include/mmf/common/mmfipc.h
-epoc32/include/mmf/common/mmfipc.inl
-epoc32/include/mmf/common/mmfmeta.h
-epoc32/include/mmf/common/mmfmidi.h
-epoc32/include/mmf/common/mmfmididatacommon.h
-epoc32/include/mmf/common/mmfpaniccodes.h
-epoc32/include/mmf/common/mmfstandardcustomcommands.h
-epoc32/include/mmf/common/mmfutilities.h
-epoc32/include/mmf/common/mmfutilities.inl
-epoc32/include/mmf/common/mmfvideo.h
-epoc32/include/mmf/common/speechrecognitioncustomcommandimplementor.h
-epoc32/include/mmf/common/speechrecognitioncustomcommandparser.h
-epoc32/include/mmf/common/speechrecognitioncustomcommands.h
-epoc32/include/mmf/common/speechrecognitiondataclient.h
-epoc32/include/mmf/common/speechrecognitiondatacommon.h
-epoc32/include/mmf/common/speechrecognitiondatadevasr.h
-epoc32/include/mmf/common/speechrecognitiondatatest.h
-epoc32/include/mmf/devasr/devasr.h
-epoc32/include/mmf/devasr/devasrcommon.h
-epoc32/include/mmf/devasr/devasruids.hrh
-epoc32/include/mmf/devvideo/avc.h
-epoc32/include/mmf/devvideo/devvideobase.h
-epoc32/include/mmf/devvideo/devvideobase.inl
-epoc32/include/mmf/devvideo/devvideoconstants.h
-epoc32/include/mmf/devvideo/devvideoplay.h
-epoc32/include/mmf/devvideo/devvideoplay.inl
-epoc32/include/mmf/devvideo/devvideoplugininterfaceuids.hrh
-epoc32/include/mmf/devvideo/devvideorecord.h
-epoc32/include/mmf/devvideo/devvideorecord.inl
-epoc32/include/mmf/devvideo/h263.h
-epoc32/include/mmf/devvideo/mpeg4visual.h
-epoc32/include/mmf/devvideo/on2vp6.h
-epoc32/include/mmf/devvideo/sorensonspark.h
-epoc32/include/mmf/devvideo/vc1.h
-epoc32/include/mmf/devvideo/videoplayhwdevice.h
-epoc32/include/mmf/devvideo/videorecordhwdevice.h
-epoc32/include/mmf/plugin/mmfplugininterfaceuids.hrh
-epoc32/include/mmf/server/devsoundstandardcustominterfaces.h
-epoc32/include/mmf/server/mmfaudioinput.h
-epoc32/include/mmf/server/mmfaudiooutput.h
-epoc32/include/mmf/server/mmfbuffer.h
-epoc32/include/mmf/server/mmfbuffer.hrh
-epoc32/include/mmf/server/mmfclip.h
-epoc32/include/mmf/server/mmfcodec.h
-epoc32/include/mmf/server/mmfdatabuffer.h
-epoc32/include/mmf/server/mmfdatapath.h
-epoc32/include/mmf/server/mmfdatapathproxy.h
-epoc32/include/mmf/server/mmfdatasink.h
-epoc32/include/mmf/server/mmfdatasource.h
-epoc32/include/mmf/server/mmfdatasourcesink.hrh
-epoc32/include/mmf/server/mmfdes.h
-epoc32/include/mmf/server/mmfdevsoundcustominterfacesupport.h
-epoc32/include/mmf/server/mmffile.h
-epoc32/include/mmf/server/mmfformat.h
-epoc32/include/mmf/server/mmfformat.inl
-epoc32/include/mmf/server/mmfhwdevice.inl
-epoc32/include/mmf/server/mmfsubthreadbase.h
-epoc32/include/mmf/server/mmfswcodecwrapper.h
-epoc32/include/mmf/server/mmfurl.h
-epoc32/include/mmf/server/mmfvideoframebuffer.h
-epoc32/include/mmf/server/sounddevice.h
-epoc32/include/mmf/server/sounddevice.inl
-epoc32/include/mmfclntutility.h
-epoc32/include/mmfformatimplementationuids.hrh
-epoc32/include/mmfplugininterfaceuids.hrh
-epoc32/include/mmmssettingsobserver.h
-epoc32/include/mmssettingsproxybase.inl
-epoc32/include/mmsvattachmentmanager.h
-epoc32/include/mmsvattachmentmanagersync.h
-epoc32/include/mmsvstoremanager.h
-epoc32/include/mobexnotify.h
-epoc32/include/MOrientationObserver.h
-epoc32/include/mparser.h
-epoc32/include/MRoomLevelObserver.h
-epoc32/include/MSourceDopplerObserver.h
-epoc32/include/MSourceLocationObserver.h
-epoc32/include/MSourceOrientationObserver.h
-epoc32/include/MStereoWideningObserver.h
-epoc32/include/msvapi.h
-epoc32/include/msvapi.inl
-epoc32/include/msvarray.h
-epoc32/include/msventry.h
-epoc32/include/msventry.inl
-epoc32/include/msventryscheduledata.h
-epoc32/include/msvfind.h
-epoc32/include/msvfind.inl
-epoc32/include/msvftext.h
-epoc32/include/msvftext.inl
-epoc32/include/msvids.h
-epoc32/include/msvipc.h
-epoc32/include/msvipc.inl
-epoc32/include/msvoffpeaktime.h
-epoc32/include/msvrcpt.h
-epoc32/include/msvrcpt.inl
-epoc32/include/msvreg.h
-epoc32/include/msvreg.inl
-epoc32/include/msvruids.h
-epoc32/include/msvscheduledentry.h
-epoc32/include/msvscheduledentry.inl
-epoc32/include/msvschedulepackage.h
-epoc32/include/msvschedulesend.h
-epoc32/include/msvschedulesend.inl
-epoc32/include/msvschedulesettings.h
-epoc32/include/msvsenderroraction.h
-epoc32/include/msvstd.h
-epoc32/include/msvstd.hrh
-epoc32/include/msvstd.inl
-epoc32/include/msvstore.h
-epoc32/include/msvsysagentaction.h
-epoc32/include/msvuids.h
-epoc32/include/msvutils.h
-epoc32/include/mtclbase.h
-epoc32/include/mtclreg.h
-epoc32/include/mtmconfig.rh
-epoc32/include/mtmdef.h
-epoc32/include/mtmdef.hrh
-epoc32/include/mtmuibas.h
-epoc32/include/mtmuidef.hrh
-epoc32/include/mtmuids.h
-epoc32/include/mtsr.h
-epoc32/include/mtud.hrh
-epoc32/include/mtud.rh
-epoc32/include/mtudcbas.h
-epoc32/include/mtudreg.h
-epoc32/include/mtuireg.h
-epoc32/include/mturutils.h
-epoc32/include/mw/ActiveApDb.h
-epoc32/include/mw/ActiveFavouritesDbNotifier.h
-epoc32/include/mw/AiwCommon.h
-epoc32/include/mw/AiwCommon.hrh
-epoc32/include/mw/AiwCommon.rh
-epoc32/include/mw/AiwGenericParam.h
-epoc32/include/mw/AiwGenericParam.hrh
-epoc32/include/mw/AiwGenericParam.inl
-epoc32/include/mw/AiwServiceHandler.h
-epoc32/include/mw/AiwVariant.h
-epoc32/include/mw/AiwVariant.inl
-epoc32/include/mw/AiwVariantType.hrh
-epoc32/include/mw/aknanim.hrh
-epoc32/include/mw/aknanim.rh
-epoc32/include/mw/aknapp.h
-epoc32/include/mw/aknappui.h
-epoc32/include/mw/AknBidiTextUtils.h
-epoc32/include/mw/AknBitmapAnimation.h
-epoc32/include/mw/aknborders.h
-epoc32/include/mw/aknbutton.h
-epoc32/include/mw/akncheckboxsettingpage.h
-epoc32/include/mw/aknchoicelist.h
-epoc32/include/mw/aknclearer.h
-epoc32/include/mw/AknColourSelectionGrid.h
-epoc32/include/mw/AknCommonDialogs.h
-epoc32/include/mw/AknCommonDialogsDynMem.h
-epoc32/include/mw/akncontext.h
-epoc32/include/mw/AknControl.h
-epoc32/include/mw/akncustomtreeordering.h
-epoc32/include/mw/AknDef.hrh
-epoc32/include/mw/AknDesCArrayDecorator.h
-epoc32/include/mw/AknDialog.h
-epoc32/include/mw/AknDlgShut.h
-epoc32/include/mw/AknDoc.h
-epoc32/include/mw/aknEditStateIndicator.h
-epoc32/include/mw/aknedsts.h
-epoc32/include/mw/aknedstsobs.h
-epoc32/include/mw/AknFontAccess.h
-epoc32/include/mw/AknFontCategory.hrh
-epoc32/include/mw/AknFontIdOffsets.hrh
-epoc32/include/mw/AknForm.h
-epoc32/include/mw/AknGlobalListMsgQuery.h
-epoc32/include/mw/AknGMSStyleGrid.h
-epoc32/include/mw/AknGrid.h
-epoc32/include/mw/AknGridM.h
-epoc32/include/mw/AknGridView.h
-epoc32/include/mw/aknhlistpanic.h
-epoc32/include/mw/AknIconArray.h
-epoc32/include/mw/AknIconObserver.h
-epoc32/include/mw/AknIconSrvClient.h
-epoc32/include/mw/AknIconUtils.inl
-epoc32/include/mw/AknIndicatorContainer.h
-epoc32/include/mw/AknInfoPopupNoteController.h
-epoc32/include/mw/akninfrm.h
-epoc32/include/mw/AknInputLanguageInfo.h
-epoc32/include/mw/aknintermediate.h
-epoc32/include/mw/AknInternalIconUtils.h
-epoc32/include/mw/aknipfed.h
-epoc32/include/mw/AknLayout2Id.h
-epoc32/include/mw/AknListBoxLayoutDecorator.h
-epoc32/include/mw/AknListBoxSettingPage.h
-epoc32/include/mw/aknlistquerycontrol.h
-epoc32/include/mw/aknlistquerydialog.h
-epoc32/include/mw/aknlists.h
-epoc32/include/mw/aknlocationed.h
-epoc32/include/mw/aknlongtapdetector.h
-epoc32/include/mw/aknmessagequerycontrol.h
-epoc32/include/mw/aknmessagequerydialog.h
-epoc32/include/mw/aknmfnecommandobserver.h
-epoc32/include/mw/aknmfnesettingpage.h
-epoc32/include/mw/aknmultilinequerycontrol.h
-epoc32/include/mw/aknnavide.h
-epoc32/include/mw/AknNaviDecoratorObserver.h
-epoc32/include/mw/aknnavilabel.h
-epoc32/include/mw/AknNaviObserver.h
-epoc32/include/mw/aknnotecontrol.h
-epoc32/include/mw/aknnotedialog.h
-epoc32/include/mw/aknnotewrappers.h
-epoc32/include/mw/aknnumed.h
-epoc32/include/mw/AknNumEdwin.h
-epoc32/include/mw/Aknnumseced.h
-epoc32/include/mw/AknPanic.h
-epoc32/include/mw/aknpasswordsettingpage.h
-epoc32/include/mw/AknPictographDrawerInterface.h
-epoc32/include/mw/AknPictographInterface.h
-epoc32/include/mw/AknPictographInterface.inl
-epoc32/include/mw/aknpointereventsuppressor.h
-epoc32/include/mw/aknPopup.h
-epoc32/include/mw/AknPopupFader.h
-epoc32/include/mw/AknPopupField.h
-epoc32/include/mw/AknPopupFieldList.h
-epoc32/include/mw/AknPopupFieldText.h
-epoc32/include/mw/aknPopupHeadingPane.h
-epoc32/include/mw/aknpopuplayout.h
-epoc32/include/mw/AknPopupNotify.h
-epoc32/include/mw/aknpopupsettingpage.h
-epoc32/include/mw/AknPreviewPopUpContentProvider.h
-epoc32/include/mw/AknPreviewPopUpController.h
-epoc32/include/mw/AknPreviewPopUpObserver.h
-epoc32/include/mw/AknProgressDialog.h
-epoc32/include/mw/aknprogresstimer.h
-epoc32/include/mw/aknQueryControl.h
-epoc32/include/mw/aknquerydata.h
-epoc32/include/mw/AknQueryDialog.h
-epoc32/include/mw/AknQueryValue.h
-epoc32/include/mw/AknQueryValueDate.h
-epoc32/include/mw/AknQueryValueDuration.h
-epoc32/include/mw/AknQueryValueNumber.h
-epoc32/include/mw/AknQueryValuePhone.h
-epoc32/include/mw/AknQueryValueText.h
-epoc32/include/mw/AknQueryValueTime.h
-epoc32/include/mw/aknradiobuttonsettingpage.h
-epoc32/include/mw/AknsBasicBackgroundControlContext.h
-epoc32/include/mw/aknscbut.h
-epoc32/include/mw/AknsConstants.h
-epoc32/include/mw/aknsconstants.hrh
-epoc32/include/mw/AknsControlContext.h
-epoc32/include/mw/AknScreenMode.h
-epoc32/include/mw/aknscrlb.h
-epoc32/include/mw/AknsDataContext.h
-epoc32/include/mw/AknsDrawUtils.h
-epoc32/include/mw/aknselectionlist.h
-epoc32/include/mw/AknServerApp.h
-epoc32/include/mw/aknsettingitemlist.h
-epoc32/include/mw/aknsettingpage.h
-epoc32/include/mw/aknsinglecolumnstyletreelist.h
-epoc32/include/mw/aknsinglestyletreelist.h
-epoc32/include/mw/AknsItemID.inl
-epoc32/include/mw/AknsLayeredBackgroundControlContext.h
-epoc32/include/mw/aknslider.h
-epoc32/include/mw/aknslidersettingpage.h
-epoc32/include/mw/AknsListBoxBackgroundControlContext.h
-epoc32/include/mw/aknSoundinfo.h
-epoc32/include/mw/aknsoundsystem.h
-epoc32/include/mw/AknsRlEffect.h
-epoc32/include/mw/AknsRlEffectContext.h
-epoc32/include/mw/AknsRlParameter.h
-epoc32/include/mw/aknstaticnotedialog.h
-epoc32/include/mw/aknstyluspopupmenu.h
-epoc32/include/mw/AknsWallpaperUtils.h
-epoc32/include/mw/AknTabObserver.h
-epoc32/include/mw/akntextsettingpage.h
-epoc32/include/mw/AknTitlePaneObserver.h
-epoc32/include/mw/akntoolbar.h
-epoc32/include/mw/akntoolbarextension.h
-epoc32/include/mw/akntoolbarobserver.h
-epoc32/include/mw/akntouchpane.h
-epoc32/include/mw/akntouchpane.hrh
-epoc32/include/mw/akntouchpaneobserver.h
-epoc32/include/mw/akntreelist.h
-epoc32/include/mw/akntreelistconstants.h
-epoc32/include/mw/akntreelistobserver.h
-epoc32/include/mw/aknuniteditor.h
-epoc32/include/mw/aknview.h
-epoc32/include/mw/aknViewAppUi.h
-epoc32/include/mw/Aknvolumecontrol.h
-epoc32/include/mw/aknvolumesettingpage.h
-epoc32/include/mw/AknWaitDialog.h
-epoc32/include/mw/AknWaitNoteWrapper.h
-epoc32/include/mw/AknWsEventObserver.h
-epoc32/include/mw/ApAccessPointItem.h
-epoc32/include/mw/ApDataHandler.h
-epoc32/include/mw/ApEngineConsts.h
-epoc32/include/mw/ApEngineVer.h
-epoc32/include/mw/ApListItem.h
-epoc32/include/mw/ApListItemList.h
-epoc32/include/mw/ApNetworkItem.h
-epoc32/include/mw/ApNetworkItemList.h
-epoc32/include/mw/ApNetworks.h
-epoc32/include/mw/ApSelect.h
-epoc32/include/mw/ApSettingsHandlerCommons.h
-epoc32/include/mw/ApSettingsHandlerUI.h
-epoc32/include/mw/ApUtils.h
-epoc32/include/mw/avkon.hrh
-epoc32/include/mw/avkon.rh
-epoc32/include/mw/AvkonIcons.hrh
-epoc32/include/mw/BrCtlDefs.h
-epoc32/include/mw/BrCtlDialogsProvider.h
-epoc32/include/mw/BrCtlDownloadObserver.h
-epoc32/include/mw/brctlinterface.h
-epoc32/include/mw/BrCtlLayoutObserver.h
-epoc32/include/mw/BrCtlLinkResolver.h
-epoc32/include/mw/BrCtlSoftkeysObserver.h
-epoc32/include/mw/BrCtlSpecialLoadObserver.h
-epoc32/include/mw/BrCtlWindowObserver.h
-epoc32/include/mw/BrowserPluginInterface.h
-epoc32/include/mw/BrowserUiInternalCRKeys.h
-epoc32/include/mw/BrowserUiSDKCRKeys.h
-epoc32/include/mw/btnotifierapi.h
-epoc32/include/mw/btserversdkcrkeys.h
-epoc32/include/mw/CAknCommonDialogsBase.h
-epoc32/include/mw/CAknFileNamePromptDialog.h
-epoc32/include/mw/CAknFileSelectionDialog.h
-epoc32/include/mw/CAknMemorySelectionDialog.h
-epoc32/include/mw/CAknMemorySelectionDialogMultiDrive.h
-epoc32/include/mw/CAknMemorySelectionSettingItem.h
-epoc32/include/mw/CAknMemorySelectionSettingItemMultiDrive.h
-epoc32/include/mw/CAknMemorySelectionSettingPage.h
-epoc32/include/mw/CDirectoryLocalizer.h
-epoc32/include/mw/CDownloadMgrUiBase.h
-epoc32/include/mw/CDownloadMgrUiDownloadMenu.h
-epoc32/include/mw/CDownloadMgrUiDownloadsList.h
-epoc32/include/mw/CDownloadMgrUiLibRegistry.h
-epoc32/include/mw/CDownloadMgrUiUserInteractions.h
-epoc32/include/mw/CEcomBrowserPluginInterface.h
-epoc32/include/mw/CLFContentListing.h
-epoc32/include/mw/CLFContentListing.hrh
-epoc32/include/mw/CLFContentListing.rh
-epoc32/include/mw/cmapplicationsettingsui.h
-epoc32/include/mw/cmconnectionmethod.h
-epoc32/include/mw/cmconnectionmethod.inl
-epoc32/include/mw/cmconnectionmethoddef.h
-epoc32/include/mw/cmdefconnvalues.h
-epoc32/include/mw/cmdestination.h
-epoc32/include/mw/CMessageAddress.h
-epoc32/include/mw/CMessageData.h
-epoc32/include/mw/cmmanager.h
-epoc32/include/mw/cmmanager.inl
-epoc32/include/mw/cmmanagerdef.h
-epoc32/include/mw/cmplugincsddef.h
-epoc32/include/mw/cmplugindialcommondefs.h
-epoc32/include/mw/cmpluginembdestinationdef.h
-epoc32/include/mw/cmpluginhscsddef.h
-epoc32/include/mw/cmpluginpacketdatadef.h
-epoc32/include/mw/cmpluginvpndef.h
-epoc32/include/mw/cmpluginwlandef.h
-epoc32/include/mw/cmsettingsui.h
-epoc32/include/mw/CommonDialogs.hrh
-epoc32/include/mw/CommonDialogs.rh
-epoc32/include/mw/ContentListingFactory.h
-epoc32/include/mw/CoreApplicationUIsSDKCRKeys.h
-epoc32/include/mw/CSatelliteInfoUI.h
-epoc32/include/mw/CSendingServiceInfo.h
-epoc32/include/mw/dclcrkeys.h
-epoc32/include/mw/DirectoryLocalizer.rh
-epoc32/include/mw/DocumentHandler.h
-epoc32/include/mw/DownloadMgrClient.h
-epoc32/include/mw/DownloadsListDlgObserver.h
-epoc32/include/mw/DRMHelper.h
-epoc32/include/mw/DRMHelperServerInternalCRKeys.h
-epoc32/include/mw/DRMLicenseChecker.h
-epoc32/include/mw/eikalert.h
-epoc32/include/mw/eikalign.h
-epoc32/include/mw/eikbctrl.h
-epoc32/include/mw/eikbgfty.h
-epoc32/include/mw/eikbtgpc.h
-epoc32/include/mw/eikbtgps.h
-epoc32/include/mw/eikbutb.h
-epoc32/include/mw/eikcal.h
-epoc32/include/mw/eikcapc.h
-epoc32/include/mw/eikcapca.h
-epoc32/include/mw/eikccpu.h
-epoc32/include/mw/eikclb.h
-epoc32/include/mw/eikcmbut.h
-epoc32/include/mw/eikcoctlpanic.h
-epoc32/include/mw/eikconso.h
-epoc32/include/mw/eikctgrp.h
-epoc32/include/mw/eikdialg.h
-epoc32/include/mw/eikdpobs.h
-epoc32/include/mw/eikedwin.h
-epoc32/include/mw/eikedwob.h
-epoc32/include/mw/eikfnlab.h
-epoc32/include/mw/eikfpne.h
-epoc32/include/mw/eikgted.h
-epoc32/include/mw/eikhfdlg.h
-epoc32/include/mw/eikhkeyc.h
-epoc32/include/mw/eikhkeyt.h
-epoc32/include/mw/eikimage.h
-epoc32/include/mw/eikinfo.h
-epoc32/include/mw/eikkeys.h
-epoc32/include/mw/eiklay.h
-epoc32/include/mw/eiklbbut.h
-epoc32/include/mw/eiklbd.h
-epoc32/include/mw/eiklbed.h
-epoc32/include/mw/eiklbi.h
-epoc32/include/mw/eiklbm.h
-epoc32/include/mw/eiklbo.h
-epoc32/include/mw/eiklbv.h
-epoc32/include/mw/eiklbx.h
-epoc32/include/mw/eikmenub.h
-epoc32/include/mw/eikmenup.h
-epoc32/include/mw/eikmfne.h
-epoc32/include/mw/eikmnbut.h
-epoc32/include/mw/eikmover.h
-epoc32/include/mw/eikon.hrh
-epoc32/include/mw/eikon.rh
-epoc32/include/mw/eikprogi.h
-epoc32/include/mw/eikrted.h
-epoc32/include/mw/eiksbfrm.h
-epoc32/include/mw/eiksbobs.h
-epoc32/include/mw/eikscbut.h
-epoc32/include/mw/eikscrlb.h
-epoc32/include/mw/eikseced.h
-epoc32/include/mw/eikslb.h
-epoc32/include/mw/eikspace.h
-epoc32/include/mw/eikspmod.h
-epoc32/include/mw/eikthumb.h
-epoc32/include/mw/eiktxlbm.h
-epoc32/include/mw/eiktxlbx.h
-epoc32/include/mw/epos_cposlandmarkdatabaseextended.h
-epoc32/include/mw/EPos_CPosLandmarkEncoder.h
-epoc32/include/mw/EPos_CPosLandmarkParser.h
-epoc32/include/mw/EPos_CPosLandmarkSearch.h
-epoc32/include/mw/EPos_CPosLmAreaCriteria.h
-epoc32/include/mw/EPos_CPosLmCategoryCriteria.h
-epoc32/include/mw/EPos_CPosLmCategoryManager.h
-epoc32/include/mw/EPos_CPosLmCatNameCriteria.h
-epoc32/include/mw/EPos_CPosLmCompositeCriteria.h
-epoc32/include/mw/EPos_CPosLmDatabaseManager.h
-epoc32/include/mw/EPos_CPosLmIdListCriteria.h
-epoc32/include/mw/EPos_CPosLmItemIterator.h
-epoc32/include/mw/EPos_CPosLmMultiDbSearch.h
-epoc32/include/mw/EPos_CPosLmNearestCriteria.h
-epoc32/include/mw/EPos_CPosLmOperation.h
-epoc32/include/mw/EPos_CPosLmOperation.inl
-epoc32/include/mw/EPos_CPosLmPartialReadParameters.h
-epoc32/include/mw/EPos_CPosLmSearchCriteria.h
-epoc32/include/mw/EPos_CPosLmTextCriteria.h
-epoc32/include/mw/EPos_Landmarks.h
-epoc32/include/mw/epos_poslandmarkserialization.h
-epoc32/include/mw/epos_poslmcategoryserialization.h
-epoc32/include/mw/EPos_TPosLmDatabaseEvent.h
-epoc32/include/mw/EPos_TPosLmDatabaseSettings.h
-epoc32/include/mw/EPos_TPosLmSortPref.h
-epoc32/include/mw/ErrorUI.h
-epoc32/include/mw/FavouritesDb.h
-epoc32/include/mw/FavouritesDbIncremental.h
-epoc32/include/mw/FavouritesDbNotifier.h
-epoc32/include/mw/FavouritesDbObserver.h
-epoc32/include/mw/FavouritesFile.h
-epoc32/include/mw/FavouritesFile.inl
-epoc32/include/mw/FavouritesHandle.h
-epoc32/include/mw/FavouritesHandle.inl
-epoc32/include/mw/FavouritesItem.h
-epoc32/include/mw/FavouritesItemData.h
-epoc32/include/mw/FavouritesItemList.h
-epoc32/include/mw/FavouritesLimits.h
-epoc32/include/mw/FavouritesSession.h
-epoc32/include/mw/FavouritesSession.inl
-epoc32/include/mw/FavouritesWapAp.h
-epoc32/include/mw/flash_ui.h
-epoc32/include/mw/fontids.hrh
-epoc32/include/mw/HttpDownloadMgrCommon.h
-epoc32/include/mw/jri.h
-epoc32/include/mw/lafpanic.h
-epoc32/include/mw/lafpublc.h
-epoc32/include/mw/lafpublc.hrh
-epoc32/include/mw/lbt.h
-epoc32/include/mw/lbtcommon.h
-epoc32/include/mw/lbterrors.h
-epoc32/include/mw/lbtgeoareabase.h
-epoc32/include/mw/lbtgeocell.h
-epoc32/include/mw/lbtgeocircle.h
-epoc32/include/mw/lbtgeorect.h
-epoc32/include/mw/lbtlisttriggeroptions.h
-epoc32/include/mw/lbtserver.h
-epoc32/include/mw/lbtsessiontrigger.h
-epoc32/include/mw/lbtstartuptrigger.h
-epoc32/include/mw/lbttriggerchangeevent.h
-epoc32/include/mw/lbttriggerchangeeventnotifier.h
-epoc32/include/mw/lbttriggerchangeeventobserver.h
-epoc32/include/mw/lbttriggerconditionarea.h
-epoc32/include/mw/lbttriggerconditionbase.h
-epoc32/include/mw/lbttriggerdynamicinfo.h
-epoc32/include/mw/lbttriggerentry.h
-epoc32/include/mw/lbttriggerfilterbase.h
-epoc32/include/mw/lbttriggerfilterbyarea.h
-epoc32/include/mw/lbttriggerfilterbyattribute.h
-epoc32/include/mw/lbttriggerfiltercomposite.h
-epoc32/include/mw/lbttriggerfiringeventnotifier.h
-epoc32/include/mw/lbttriggerfiringeventobserver.h
-epoc32/include/mw/lbttriggerinfo.h
-epoc32/include/mw/lbttriggeringsystemsettings.h
-epoc32/include/mw/lbttriggeringsystemsettingschangeeventnotifier.h
-epoc32/include/mw/lbttriggeringsystemsettingschangeeventobserver.h
-epoc32/include/mw/MAknFileFilter.h
-epoc32/include/mw/MAknFileSelectionObserver.h
-epoc32/include/mw/MAknMemorySelectionObserver.h
-epoc32/include/mw/MCLFChangedItemObserver.h
-epoc32/include/mw/MCLFContentListingEngine.h
-epoc32/include/mw/MCLFCustomGrouper.h
-epoc32/include/mw/MCLFCustomSorter.h
-epoc32/include/mw/MCLFItem.h
-epoc32/include/mw/MCLFItemListModel.h
-epoc32/include/mw/MCLFModifiableItem.h
-epoc32/include/mw/MCLFOperationObserver.h
-epoc32/include/mw/MCLFPostFilter.h
-epoc32/include/mw/MCLFProcessObserver.h
-epoc32/include/mw/MCLFSortingStyle.h
-epoc32/include/mw/MediaFileTypes.hrh
-epoc32/include/mw/MemoryManager.h
-epoc32/include/mw/MGFetch.h
-epoc32/include/mw/MMFROPCustomCommandConstants.h
-epoc32/include/mw/MMGFetchCanceler.h
-epoc32/include/mw/MMGFetchVerifier.h
-epoc32/include/mw/MProEngActiveProfileObserver.h
-epoc32/include/mw/MProEngAlertToneSeeker.h
-epoc32/include/mw/MProEngAlertToneSeekerObserver.h
-epoc32/include/mw/MProEngEngine.h
-epoc32/include/mw/MProEngNotifyHandler.h
-epoc32/include/mw/MProEngProfile.h
-epoc32/include/mw/MProEngProfileActivationObserver.h
-epoc32/include/mw/MProEngProfileName.h
-epoc32/include/mw/MProEngProfileNameArray.h
-epoc32/include/mw/MProEngProfileNameArrayObserver.h
-epoc32/include/mw/MProEngProfileObserver.h
-epoc32/include/mw/MProEngTones.h
-epoc32/include/mw/MProEngToneSettings.h
-epoc32/include/mw/MSenAuthenticationProvider.h
-epoc32/include/mw/MSenConsumerPolicy.h
-epoc32/include/mw/MSenContentHandlerClient.h
-epoc32/include/mw/MSenElement.h
-epoc32/include/mw/MSenFragment.h
-epoc32/include/mw/MSenHostlet.h
-epoc32/include/mw/MSenHostletRequest.h
-epoc32/include/mw/MSenHostletResponse.h
-epoc32/include/mw/MSenIdentityProviderIdArray.h
-epoc32/include/mw/MSenMessage.h
-epoc32/include/mw/MSenProperties.h
-epoc32/include/mw/MSenProperty.h
-epoc32/include/mw/MSenProviderPolicy.h
-epoc32/include/mw/MSenServiceConsumer.h
-epoc32/include/mw/MSenServiceDescription.h
-epoc32/include/mw/MSenServicePolicy.h
-epoc32/include/mw/np_defines.h
-epoc32/include/mw/npapi.h
-epoc32/include/mw/npupp.h
-epoc32/include/mw/obsolete/protypes.h
-epoc32/include/mw/ocrcommon.h
-epoc32/include/mw/ocrsrv.h
-epoc32/include/mw/Oma2Agent.h
-epoc32/include/mw/PluginAdapterInterface.h
-epoc32/include/mw/prcpucfg.h
-epoc32/include/mw/ProEngFactory.h
-epoc32/include/mw/Profile.hrh
-epoc32/include/mw/ProfileEngineSDKCRKeys.h
-epoc32/include/mw/prtypes.h
-epoc32/include/mw/PtiCompositionDataIF.h
-epoc32/include/mw/PtiCore.h
-epoc32/include/mw/PtiDefs.h
-epoc32/include/mw/PtiDefs.inl
-epoc32/include/mw/PtiEngine.h
-epoc32/include/mw/PtiKeyMappings.h
-epoc32/include/mw/PtiLanguage.h
-epoc32/include/mw/PtiLanguage.inl
-epoc32/include/mw/PtiLanguageDatabase.h
-epoc32/include/mw/PtiObserver.h
-epoc32/include/mw/PtiUids.hrh
-epoc32/include/mw/PtiUserDicEntry.h
-epoc32/include/mw/PtiUserDicEntry.inl
-epoc32/include/mw/PtiUserDictionary.h
-epoc32/include/mw/PtiUserDictionary.inl
-epoc32/include/mw/rconnmon.h
-epoc32/include/mw/rdrmhelper.h
-epoc32/include/mw/RSenDocument.h
-epoc32/include/mw/rsfwmountentry.h
-epoc32/include/mw/rsfwmountentryitem.h
-epoc32/include/mw/rsfwmountman.h
-epoc32/include/mw/screensaverplugin.h
-epoc32/include/mw/ScreensaverpluginIntDef.h
-epoc32/include/mw/ScreensaverpluginIntDef.hrh
-epoc32/include/mw/ScreensaverpluginIntDef.inl
-epoc32/include/mw/seconsdkcrkeys.h
-epoc32/include/mw/SenBaseAttribute.h
-epoc32/include/mw/SenBaseElement.h
-epoc32/include/mw/SenBaseFragment.h
-epoc32/include/mw/SenCredential.h
-epoc32/include/mw/SenCredential2.h
-epoc32/include/mw/sencryptoutils.h
-epoc32/include/mw/SenDateUtils.h
-epoc32/include/mw/SenDomFragment.h
-epoc32/include/mw/SenDomFragmentBase.h
-epoc32/include/mw/sendui.h
-epoc32/include/mw/SendUiConsts.h
-epoc32/include/mw/SenduiMtmUids.h
-epoc32/include/mw/SenElement.h
-epoc32/include/mw/SenFacet.h
-epoc32/include/mw/SenFragment.h
-epoc32/include/mw/SenFragmentBase.h
-epoc32/include/mw/SenHostletConnection.h
-epoc32/include/mw/SenHttpTransportProperties.h
-epoc32/include/mw/SenIdentityProvider.h
-epoc32/include/mw/SenIdentityProviderIdArray8.h
-epoc32/include/mw/SenNameSpace.h
-epoc32/include/mw/SenParser.h
-epoc32/include/mw/senpointermap.h
-epoc32/include/mw/SenServiceConnection.h
-epoc32/include/mw/SenServiceManager.h
-epoc32/include/mw/SenServicePattern.h
-epoc32/include/mw/SenSoapConstants.h
-epoc32/include/mw/SenSoapEnvelope.h
-epoc32/include/mw/SenSoapEnvelope2.h
-epoc32/include/mw/SenSoapFault.h
-epoc32/include/mw/SenSoapFault2.h
-epoc32/include/mw/SenSoapMessage.h
-epoc32/include/mw/SenSoapMessage2.h
-epoc32/include/mw/SenTransportProperties.h
-epoc32/include/mw/SenWsSecurityHeader.h
-epoc32/include/mw/SenWsSecurityHeader2.h
-epoc32/include/mw/SenXmlConstants.h
-epoc32/include/mw/SenXmlElement.h
-epoc32/include/mw/SenXmlProperties.h
-epoc32/include/mw/SenXmlReader.h
-epoc32/include/mw/SenXmlServiceDescription.h
-epoc32/include/mw/SenXmlUtils.h
-epoc32/include/mw/StartupItem.hrh
-epoc32/include/mw/StartupItem.rh
-epoc32/include/mw/touchfeedback.h
-epoc32/include/mw/touchlogicalfeedback.h
-epoc32/include/mw/TSendingCapabilities.h
-epoc32/include/mw/TSendingCapabilities.inl
-epoc32/include/mwappluginsp.h
-epoc32/include/mwbxmlconverterobserver.h
-epoc32/include/nd_err.h
-epoc32/include/netconerror.h
-epoc32/include/networkemulator/cnetworkemulatorsetupcommdb.h
-epoc32/include/networkemulator/cprotocoltypes.h
-epoc32/include/networkemulator/cuccsdevicecontrol.h
-epoc32/include/networkemulator/cuccsdeviceprotocol.h
-epoc32/include/networkemulator/mucctransport.h
-epoc32/include/networkemulator/networkemulatorcontrol.h
-epoc32/include/networkemulator/uccs_errorcodes.h
-epoc32/include/networking/dnd_err.h
-epoc32/include/networking/packetlogger.h
-epoc32/include/networking/qos3gpp_subconparams.h
-epoc32/include/networking/qos3gpp_subconparams.inl
-epoc32/include/networking/vj.inl
-epoc32/include/networking/vjcomp.inl
-epoc32/include/nifman.h
-epoc32/include/nifvar.h
-epoc32/include/non_foundation_paths.hrh
-epoc32/include/numberconversion.h
-epoc32/include/obex.h
-epoc32/include/obex/internal/obextransportconstants.h
-epoc32/include/obexbase.h
-epoc32/include/obexbaseobject.h
-epoc32/include/obexbttransportinfo.h
-epoc32/include/obexclient.h
-epoc32/include/obexclientmtm.h
-epoc32/include/obexconstants.h
-epoc32/include/obexfinalpacketobserver.h
-epoc32/include/obexheader.h
-epoc32/include/obexheaderlist.h
-epoc32/include/obexheaders.h
-epoc32/include/obexinternalutils.h
-epoc32/include/obexirtransportinfo.h
-epoc32/include/obexobjects.h
-epoc32/include/obexpanics.h
-epoc32/include/obexsendop.h
-epoc32/include/obexserver.h
-epoc32/include/obexservermtm.h
-epoc32/include/obextransportinfo.h
-epoc32/include/obextypes.h
-epoc32/include/obexusbtransportinfo.h
-epoc32/include/offop.h
-epoc32/include/offop.inl
-epoc32/include/openfont.h
-epoc32/include/OrientationBase.h
-epoc32/include/OrientationData.h
-epoc32/include/palette.h
-epoc32/include/panerr.h
-epoc32/include/panprog.h
-epoc32/include/partitions.h
-epoc32/include/pathconfiguration.hrh
-epoc32/include/pathinfo.h
-epoc32/include/pdrport.h
-epoc32/include/PDRRECRD.H
-epoc32/include/pdrstore.h
-epoc32/include/phbksync.h
-epoc32/include/pkcs10attr.h
-epoc32/include/pkixcertchain.h
-epoc32/include/pkixvalidationresult.h
-epoc32/include/platform_paths.hrh
-epoc32/include/PlatformStaticFeatures.hrh
-epoc32/include/playerinformationtarget.h
-epoc32/include/playerinformationtargetobserver.h
-epoc32/include/plpsess.inl
-epoc32/include/pls.h
-epoc32/include/pop3cmds.h
-epoc32/include/pop3set.h
-epoc32/include/popcmtm.h
-epoc32/include/power.h
-epoc32/include/pragmamessage.h
-epoc32/include/privateruntimeids.hrh
-epoc32/include/PrivateStaticFeatures.hrh
-epoc32/include/prninf.h
-epoc32/include/prnprev.h
-epoc32/include/prnsetup.h
-epoc32/include/prnuids.h
-epoc32/include/ProductVariant.hrh
-epoc32/include/publicruntimeids.hrh
-epoc32/include/PublicStaticFeatures.hrh
-epoc32/include/push/ccontenthandlerbase.h
-epoc32/include/push/ccontenthandlerbase.inl
-epoc32/include/push/cpushhandlerbase.h
-epoc32/include/push/cpushhandlerbase.inl
-epoc32/include/push/cwappushmsgutils.inl
-epoc32/include/push/pluginkiller.h
-epoc32/include/push/pushlog.h
-epoc32/include/push/pushmessage.h
-epoc32/include/push/unknownmimedefs.h
-epoc32/include/pushentry.h
-epoc32/include/pushentry.inl
-epoc32/include/random.h
-epoc32/include/redircli.h
-epoc32/include/redirstr.h
-epoc32/include/regpsdll.inl
-epoc32/include/remcon/clienttype.h
-epoc32/include/remcon/messagetype.h
-epoc32/include/remcon/operationinformation.h
-epoc32/include/remcon/remconclient.h
-epoc32/include/remcon/remconextapi1.h
-epoc32/include/remcon/remconinterfacebase.h
-epoc32/include/remcon/remconinterfaceif.h
-epoc32/include/remcon/remconserver.h
-epoc32/include/remconabsvolcontroller.h
-epoc32/include/remconabsvolcontrollerobserver.h
-epoc32/include/remconabsvoltarget.h
-epoc32/include/remconabsvoltargetobserver.h
-epoc32/include/remconaddress.h
-epoc32/include/remconbatterytarget.h
-epoc32/include/remconbatterytargetobserver.h
-epoc32/include/remconcoreapi.h
-epoc32/include/remconcoreapicontroller.h
-epoc32/include/remconcoreapicontrollerobserver.h
-epoc32/include/remconcoreapitarget.h
-epoc32/include/remconcoreapitargetobserver.h
-epoc32/include/remconerrorobserver.h
-epoc32/include/remcongroupnavigationtarget.h
-epoc32/include/remcongroupnavigationtargetobserver.h
-epoc32/include/remconinterfaceselector.h
-epoc32/include/remconmediainformationtarget.h
-epoc32/include/remconmediainformationtargetobserver.h
-epoc32/include/remconserverpanic.h
-epoc32/include/remconstatusapicontroller.h
-epoc32/include/remconstatusapicontrollerobserver.h
-epoc32/include/remcontrackinfocontroller.h
-epoc32/include/remcontrackinfocontrollerobserver.h
-epoc32/include/remcontrackinfotarget.h
-epoc32/include/remcontrackinfotargetobserver.h
-epoc32/include/RoomLevelBase.h
-epoc32/include/RoomLevelData.h
-epoc32/include/rsendas.h
-epoc32/include/rsendasmessage.h
-epoc32/include/rtcp.h
-epoc32/include/rtp.h
-epoc32/include/rtp.inl
-epoc32/include/rvct2_1/rvct2_1.h
-epoc32/include/rvct2_2/rvct2_2.h
-epoc32/include/s32btree.h
-epoc32/include/s32btree.inl
-epoc32/include/s32buf.h
-epoc32/include/s32buf.inl
-epoc32/include/s32cont.h
-epoc32/include/s32cont.inl
-epoc32/include/s32crypt.inl
-epoc32/include/s32file.h
-epoc32/include/s32file.inl
-epoc32/include/s32mem.h
-epoc32/include/s32mem.inl
-epoc32/include/s32page.h
-epoc32/include/s32page.inl
-epoc32/include/s32share.h
-epoc32/include/s32share.inl
-epoc32/include/s32std.h
-epoc32/include/s32std.inl
-epoc32/include/s32stor.h
-epoc32/include/s32stor.inl
-epoc32/include/s32strm.h
-epoc32/include/s32strm.inl
-epoc32/include/s32ucmp.h
-epoc32/include/sacls.h
-epoc32/include/savenotf.h
-epoc32/include/savepriv.h
-epoc32/include/sbque.h
-epoc32/include/schedulebaseservermtm.h
-epoc32/include/schinfo.h
-epoc32/include/schsend.hrh
-epoc32/include/schsend.rh
-epoc32/include/schtask.h
-epoc32/include/schtime.h
-epoc32/include/sdpattributefield.h
-epoc32/include/sdpbandwidthfield.h
-epoc32/include/sdpcodecconstants.h
-epoc32/include/sdpcodecerr.h
-epoc32/include/sdpcodecstringconstants.h
-epoc32/include/sdpcodecstringpool.h
-epoc32/include/sdpconnectionfield.h
-epoc32/include/sdpdocument.h
-epoc32/include/sdpfmtattributefield.h
-epoc32/include/sdpkeyfield.h
-epoc32/include/sdpmediafield.h
-epoc32/include/sdporiginfield.h
-epoc32/include/sdprepeatfield.h
-epoc32/include/sdprtpmapvalue.h
-epoc32/include/sdptimefield.h
-epoc32/include/sdptypedtime.h
-epoc32/include/securesocket.h
-epoc32/include/securesocketinterface.h
-epoc32/include/securitydefs.h
-epoc32/include/securitydefs.inl
-epoc32/include/securityerr.h
-epoc32/include/sendas2.h
-epoc32/include/sendasserver.rh
-epoc32/include/sensordatacompensationtypes.h
-epoc32/include/sensordatacompensator.h
-epoc32/include/sensrvaccelerometersensor.h
-epoc32/include/sensrvchannel.h
-epoc32/include/sensrvchannelcondition.h
-epoc32/include/sensrvchannelconditionlistener.h
-epoc32/include/sensrvchannelconditionset.h
-epoc32/include/sensrvchannelfinder.h
-epoc32/include/sensrvchannelinfo.h
-epoc32/include/sensrvchannellistener.h
-epoc32/include/sensrvdatalistener.h
-epoc32/include/sensrvgeneralproperties.h
-epoc32/include/sensrvilluminationsensor.h
-epoc32/include/sensrvmagneticnorthsensor.h
-epoc32/include/sensrvmagnetometersensor.h
-epoc32/include/sensrvorientationsensor.h
-epoc32/include/sensrvproperty.h
-epoc32/include/sensrvpropertylistener.h
-epoc32/include/sensrvproximitysensor.h
-epoc32/include/sensrvtappingsensor.h
-epoc32/include/sensrvtypes.h
-epoc32/include/shapeinfo.h
-epoc32/include/shiftjis.h
-epoc32/include/signed.h
-epoc32/include/sip.h
-epoc32/include/sip_subconevents.h
-epoc32/include/sip_subconevents.inl
-epoc32/include/sip_subconparams.h
-epoc32/include/sip_subconparams.inl
-epoc32/include/sipacceptcontactheader.h
-epoc32/include/sipacceptencodingheader.h
-epoc32/include/sipacceptheader.h
-epoc32/include/sipacceptlanguageheader.h
-epoc32/include/sipaccessnetworkinfo.inl
-epoc32/include/sipaddress.h
-epoc32/include/sipaddressheaderbase.h
-epoc32/include/sipalloweventsheader.h
-epoc32/include/sipallowheader.h
-epoc32/include/sipauthenticateheaderbase.h
-epoc32/include/sipauthheaderbase.h
-epoc32/include/sipauthorizationheader.h
-epoc32/include/sipauthorizationheaderbase.h
-epoc32/include/sipbearermonitor.inl
-epoc32/include/sipcallidheader.h
-epoc32/include/sipclientresolverconfigcrkeys.h
-epoc32/include/sipclienttransaction.h
-epoc32/include/sipcodecerr.h
-epoc32/include/sipconcreteprofileobserver.h
-epoc32/include/sipconnection.h
-epoc32/include/sipconnectionobserver.h
-epoc32/include/sipconnpref.h
-epoc32/include/sipconnpref.inl
-epoc32/include/sipcontactheader.h
-epoc32/include/sipcontentdispositionheader.h
-epoc32/include/sipcontentencodingheader.h
-epoc32/include/sipcontenttypeheader.h
-epoc32/include/sipcseqheader.h
-epoc32/include/sipdefs.h
-epoc32/include/sipdialog.h
-epoc32/include/sipdialogassocbase.h
-epoc32/include/siperr.h
-epoc32/include/sipeventheader.h
-epoc32/include/sipexpiresheader.h
-epoc32/include/sipextensionheader.h
-epoc32/include/sipfromheader.h
-epoc32/include/sipfromtoheaderbase.h
-epoc32/include/sipheaderbase.h
-epoc32/include/siphlerr.h
-epoc32/include/siphttpdigest.h
-epoc32/include/siphttpdigestchallengeobserver.h
-epoc32/include/siphttpdigestchallengeobserver2.h
-epoc32/include/sipinvitedialogassoc.h
-epoc32/include/sipmanagedprofile.h
-epoc32/include/sipmanagedprofileregistry.h
-epoc32/include/sipmessageelements.h
-epoc32/include/sipnattraversalcontroller.inl
-epoc32/include/sipnattraversalcontrollerinitparams.inl
-epoc32/include/sipnotifydialogassoc.h
-epoc32/include/sipobserver.h
-epoc32/include/sipparameterheaderbase.h
-epoc32/include/sippassociateduriheader.h
-epoc32/include/sipprofile.h
-epoc32/include/sipprofileagent.inl
-epoc32/include/sipprofileagentinitparams.inl
-epoc32/include/sipprofilealrcontroller.h
-epoc32/include/sipprofilealrobserver.h
-epoc32/include/sipprofileregistry.h
-epoc32/include/sipprofileregistrybase.h
-epoc32/include/sipprofileregistryobserver.h
-epoc32/include/sipprofileservercrkeys.h
-epoc32/include/sipprofiletypeinfo.h
-epoc32/include/sipproxyauthenticateheader.h
-epoc32/include/sipproxyauthorizationheader.h
-epoc32/include/sipproxyrequireheader.h
-epoc32/include/siprackheader.h
-epoc32/include/sipreferdialogassoc.h
-epoc32/include/siprefertoheader.h
-epoc32/include/siprefresh.h
-epoc32/include/sipregistrationbinding.h
-epoc32/include/sipregistrationcontext.h
-epoc32/include/sipreplytoheader.h
-epoc32/include/siprequestelements.h
-epoc32/include/siprequireheader.h
-epoc32/include/sipresolvedclient.h
-epoc32/include/sipresolvedclient.inl
-epoc32/include/sipresolvedclient2.h
-epoc32/include/sipresolvedclient2.inl
-epoc32/include/sipresponseelements.h
-epoc32/include/sipretryafterheader.h
-epoc32/include/siprouteheader.h
-epoc32/include/siprouteheaderbase.h
-epoc32/include/siprseqheader.h
-epoc32/include/sipsdkcrkeys.h
-epoc32/include/sipsecurityclientheader.h
-epoc32/include/sipsecurityheaderbase.h
-epoc32/include/sipservertransaction.h
-epoc32/include/sipstrconsts.h
-epoc32/include/sipstrings.h
-epoc32/include/sipsubscribedialogassoc.h
-epoc32/include/sipsubscriptionstateheader.h
-epoc32/include/sipsupportedheader.h
-epoc32/include/sipsystemstatemonitor.inl
-epoc32/include/siptimestampheader.h
-epoc32/include/siptoheader.h
-epoc32/include/siptokenheaderbase.h
-epoc32/include/siptransactionbase.h
-epoc32/include/sipunsignedintheaderbase.h
-epoc32/include/sipunsupportedheader.h
-epoc32/include/sipwwwauthenticateheader.h
-epoc32/include/smcmmain.h
-epoc32/include/smilattributes.h
-epoc32/include/smilelements.h
-epoc32/include/smilgenericelements.h
-epoc32/include/smsclnt.h
-epoc32/include/smsclnt.inl
-epoc32/include/smscmds.h
-epoc32/include/smss.hrh
-epoc32/include/smsuact.h
-epoc32/include/smsuaddr.h
-epoc32/include/smsulog.h
-epoc32/include/smsulog.inl
-epoc32/include/smsuset.h
-epoc32/include/smsuset.inl
-epoc32/include/smsustrm.h
-epoc32/include/smtcmtm.h
-epoc32/include/smtpcmds.h
-epoc32/include/smtpset.h
-epoc32/include/smut.h
-epoc32/include/smuthdr.h
-epoc32/include/smuthdr.inl
-epoc32/include/smutset.h
-epoc32/include/smutset.inl
-epoc32/include/smutsimparam.h
-epoc32/include/SourceDopplerBase.h
-epoc32/include/SourceLocationBase.h
-epoc32/include/SourceOrientationBase.h
-epoc32/include/speechrecognitionuids.hrh
-epoc32/include/speechrecognitionutility.h
-epoc32/include/speechrecognitionutilityobserver.h
-epoc32/include/spriteanimation.h
-epoc32/include/spriteanimationclient.h
-epoc32/include/sqldb.h
-epoc32/include/ss_std.inl
-epoc32/include/ssl.h
-epoc32/include/ssl_compatibility.h
-epoc32/include/sslerr.h
-epoc32/include/stdapis/_ansi.h
-epoc32/include/stdapis/_ctype.h
-epoc32/include/stdapis/arpa/inet.h
-epoc32/include/stdapis/arpa/nameser.h
-epoc32/include/stdapis/arpa/nameser_compat.h
-epoc32/include/stdapis/assert.h
-epoc32/include/stdapis/boost/any.hpp
-epoc32/include/stdapis/boost/archive/archive_exception.hpp
-epoc32/include/stdapis/boost/archive/basic_archive.hpp
-epoc32/include/stdapis/boost/archive/basic_text_iarchive.hpp
-epoc32/include/stdapis/boost/archive/basic_text_iprimitive.hpp
-epoc32/include/stdapis/boost/archive/basic_text_oarchive.hpp
-epoc32/include/stdapis/boost/archive/basic_text_oprimitive.hpp
-epoc32/include/stdapis/boost/archive/detail/archive_pointer_iserializer.hpp
-epoc32/include/stdapis/boost/archive/detail/archive_pointer_oserializer.hpp
-epoc32/include/stdapis/boost/archive/detail/auto_link_archive.hpp
-epoc32/include/stdapis/boost/archive/detail/basic_iarchive.hpp
-epoc32/include/stdapis/boost/archive/detail/basic_iserializer.hpp
-epoc32/include/stdapis/boost/archive/detail/basic_oarchive.hpp
-epoc32/include/stdapis/boost/archive/detail/basic_oserializer.hpp
-epoc32/include/stdapis/boost/archive/detail/basic_pointer_iserializer.hpp
-epoc32/include/stdapis/boost/archive/detail/basic_pointer_oserializer.hpp
-epoc32/include/stdapis/boost/archive/detail/basic_serializer.hpp
-epoc32/include/stdapis/boost/archive/detail/common_iarchive.hpp
-epoc32/include/stdapis/boost/archive/detail/common_oarchive.hpp
-epoc32/include/stdapis/boost/archive/detail/decl.hpp
-epoc32/include/stdapis/boost/archive/detail/interface_iarchive.hpp
-epoc32/include/stdapis/boost/archive/detail/interface_oarchive.hpp
-epoc32/include/stdapis/boost/archive/detail/iserializer.hpp
-epoc32/include/stdapis/boost/archive/detail/known_archive_types.hpp
-epoc32/include/stdapis/boost/archive/detail/oserializer.hpp
-epoc32/include/stdapis/boost/archive/text_iarchive.hpp
-epoc32/include/stdapis/boost/archive/text_oarchive.hpp
-epoc32/include/stdapis/boost/archive/xml_iarchive.hpp
-epoc32/include/stdapis/boost/archive/xml_oarchive.hpp
-epoc32/include/stdapis/boost/assign/list_inserter.hpp
-epoc32/include/stdapis/boost/assign/std/map.hpp
-epoc32/include/stdapis/boost/bind/bind_cc.hpp
-epoc32/include/stdapis/boost/bind/bind_mf_cc.hpp
-epoc32/include/stdapis/boost/bind/bind_template.hpp
-epoc32/include/stdapis/boost/bind/mem_fn_cc.hpp
-epoc32/include/stdapis/boost/bind/mem_fn_template.hpp
-epoc32/include/stdapis/boost/bind/storage.hpp
-epoc32/include/stdapis/boost/blank.hpp
-epoc32/include/stdapis/boost/blank_fwd.hpp
-epoc32/include/stdapis/boost/checked_delete.hpp
-epoc32/include/stdapis/boost/concept_archetype.hpp
-epoc32/include/stdapis/boost/concept_check.hpp
-epoc32/include/stdapis/boost/config/abi_prefix.hpp
-epoc32/include/stdapis/boost/config/abi_suffix.hpp
-epoc32/include/stdapis/boost/config/auto_link.hpp
-epoc32/include/stdapis/boost/config/compiler/metrowerks.hpp
-epoc32/include/stdapis/boost/config/platform/win32.hpp
-epoc32/include/stdapis/boost/config/select_compiler_config.hpp
-epoc32/include/stdapis/boost/config/select_platform_config.hpp
-epoc32/include/stdapis/boost/config/select_stdlib_config.hpp
-epoc32/include/stdapis/boost/config/stdlib/stlport.hpp
-epoc32/include/stdapis/boost/config/suffix.hpp
-epoc32/include/stdapis/boost/config/user.hpp
-epoc32/include/stdapis/boost/cstdint.hpp
-epoc32/include/stdapis/boost/cstdlib.hpp
-epoc32/include/stdapis/boost/current_function.hpp
-epoc32/include/stdapis/boost/detail/allocator_utilities.hpp
-epoc32/include/stdapis/boost/detail/atomic_count.hpp
-epoc32/include/stdapis/boost/detail/atomic_count_win32.hpp
-epoc32/include/stdapis/boost/detail/bad_weak_ptr.hpp
-epoc32/include/stdapis/boost/detail/binary_search.hpp
-epoc32/include/stdapis/boost/detail/call_traits.hpp
-epoc32/include/stdapis/boost/detail/compressed_pair.hpp
-epoc32/include/stdapis/boost/detail/indirect_traits.hpp
-epoc32/include/stdapis/boost/detail/interlocked.hpp
-epoc32/include/stdapis/boost/detail/is_incrementable.hpp
-epoc32/include/stdapis/boost/detail/lightweight_mutex.hpp
-epoc32/include/stdapis/boost/detail/lightweight_test.hpp
-epoc32/include/stdapis/boost/detail/lwm_nop.hpp
-epoc32/include/stdapis/boost/detail/lwm_pthreads.hpp
-epoc32/include/stdapis/boost/detail/lwm_win32_cs.hpp
-epoc32/include/stdapis/boost/detail/no_exceptions_support.hpp
-epoc32/include/stdapis/boost/detail/numeric_traits.hpp
-epoc32/include/stdapis/boost/detail/quick_allocator.hpp
-epoc32/include/stdapis/boost/detail/reference_content.hpp
-epoc32/include/stdapis/boost/detail/select_type.hpp
-epoc32/include/stdapis/boost/detail/shared_array_nmt.hpp
-epoc32/include/stdapis/boost/detail/shared_count.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_base.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_base_cw_ppc.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_base_cw_x86.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_base_gcc_ia64.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_base_gcc_ppc.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_base_gcc_x86.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_base_nt.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_base_pt.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_base_w32.hpp
-epoc32/include/stdapis/boost/detail/sp_counted_impl.hpp
-epoc32/include/stdapis/boost/detail/templated_streams.hpp
-epoc32/include/stdapis/boost/dynamic_bitset/dynamic_bitset.hpp
-epoc32/include/stdapis/boost/dynamic_bitset_fwd.hpp
-epoc32/include/stdapis/boost/dynamic_property_map.hpp
-epoc32/include/stdapis/boost/enable_shared_from_this.hpp
-epoc32/include/stdapis/boost/function.hpp
-epoc32/include/stdapis/boost/function/detail/function_iterate.hpp
-epoc32/include/stdapis/boost/function/detail/maybe_include.hpp
-epoc32/include/stdapis/boost/function/detail/prologue.hpp
-epoc32/include/stdapis/boost/function/function2.hpp
-epoc32/include/stdapis/boost/function/function3.hpp
-epoc32/include/stdapis/boost/function/function_base.hpp
-epoc32/include/stdapis/boost/function/function_template.hpp
-epoc32/include/stdapis/boost/function_equal.hpp
-epoc32/include/stdapis/boost/functional.hpp
-epoc32/include/stdapis/boost/functional/detail/container_fwd.hpp
-epoc32/include/stdapis/boost/functional/detail/float_functions.hpp
-epoc32/include/stdapis/boost/functional/detail/hash_float.hpp
-epoc32/include/stdapis/boost/functional/hash/hash.hpp
-epoc32/include/stdapis/boost/functional/hash_fwd.hpp
-epoc32/include/stdapis/boost/get_pointer.hpp
-epoc32/include/stdapis/boost/graph/adj_list_serialize.hpp
-epoc32/include/stdapis/boost/graph/adjacency_iterator.hpp
-epoc32/include/stdapis/boost/graph/adjacency_list_io.hpp
-epoc32/include/stdapis/boost/graph/adjacency_matrix.hpp
-epoc32/include/stdapis/boost/graph/astar_search.hpp
-epoc32/include/stdapis/boost/graph/bandwidth.hpp
-epoc32/include/stdapis/boost/graph/bc_clustering.hpp
-epoc32/include/stdapis/boost/graph/bellman_ford_shortest_paths.hpp
-epoc32/include/stdapis/boost/graph/betweenness_centrality.hpp
-epoc32/include/stdapis/boost/graph/biconnected_components.hpp
-epoc32/include/stdapis/boost/graph/breadth_first_search.hpp
-epoc32/include/stdapis/boost/graph/circle_layout.hpp
-epoc32/include/stdapis/boost/graph/compressed_sparse_row_graph.hpp
-epoc32/include/stdapis/boost/graph/connected_components.hpp
-epoc32/include/stdapis/boost/graph/copy.hpp
-epoc32/include/stdapis/boost/graph/create_condensation_graph.hpp
-epoc32/include/stdapis/boost/graph/cuthill_mckee_ordering.hpp
-epoc32/include/stdapis/boost/graph/dag_shortest_paths.hpp
-epoc32/include/stdapis/boost/graph/depth_first_search.hpp
-epoc32/include/stdapis/boost/graph/detail/adj_list_edge_iterator.hpp
-epoc32/include/stdapis/boost/graph/detail/adjacency_list.hpp
-epoc32/include/stdapis/boost/graph/detail/array_binary_tree.hpp
-epoc32/include/stdapis/boost/graph/detail/bitset_adaptor.hpp
-epoc32/include/stdapis/boost/graph/detail/edge.hpp
-epoc32/include/stdapis/boost/graph/detail/incidence_iterator.hpp
-epoc32/include/stdapis/boost/graph/detail/indexed_properties.hpp
-epoc32/include/stdapis/boost/graph/detail/list_base.hpp
-epoc32/include/stdapis/boost/graph/detail/set_adaptor.hpp
-epoc32/include/stdapis/boost/graph/detail/sparse_ordering.hpp
-epoc32/include/stdapis/boost/graph/dijkstra_shortest_paths.hpp
-epoc32/include/stdapis/boost/graph/dominator_tree.hpp
-epoc32/include/stdapis/boost/graph/edge_connectivity.hpp
-epoc32/include/stdapis/boost/graph/edge_list.hpp
-epoc32/include/stdapis/boost/graph/edmunds_karp_max_flow.hpp
-epoc32/include/stdapis/boost/graph/erdos_renyi_generator.hpp
-epoc32/include/stdapis/boost/graph/filtered_graph.hpp
-epoc32/include/stdapis/boost/graph/floyd_warshall_shortest.hpp
-epoc32/include/stdapis/boost/graph/fruchterman_reingold.hpp
-epoc32/include/stdapis/boost/graph/graph_archetypes.hpp
-epoc32/include/stdapis/boost/graph/graph_concepts.hpp
-epoc32/include/stdapis/boost/graph/graph_selectors.hpp
-epoc32/include/stdapis/boost/graph/graph_test.hpp
-epoc32/include/stdapis/boost/graph/graph_traits.hpp
-epoc32/include/stdapis/boost/graph/graph_utility.hpp
-epoc32/include/stdapis/boost/graph/graphviz.hpp
-epoc32/include/stdapis/boost/graph/gursoy_atun_layout.hpp
-epoc32/include/stdapis/boost/graph/incremental_components.hpp
-epoc32/include/stdapis/boost/graph/isomorphism.hpp
-epoc32/include/stdapis/boost/graph/iteration_macros.hpp
-epoc32/include/stdapis/boost/graph/iteration_macros_undef.hpp
-epoc32/include/stdapis/boost/graph/johnson_all_pairs_shortest.hpp
-epoc32/include/stdapis/boost/graph/kamada_kawai_spring_layout.hpp
-epoc32/include/stdapis/boost/graph/king_ordering.hpp
-epoc32/include/stdapis/boost/graph/kruskal_min_spanning_tree.hpp
-epoc32/include/stdapis/boost/graph/leda_graph.hpp
-epoc32/include/stdapis/boost/graph/max_cardinality_matching.hpp
-epoc32/include/stdapis/boost/graph/minimum_degree_ordering.hpp
-epoc32/include/stdapis/boost/graph/named_function_params.hpp
-epoc32/include/stdapis/boost/graph/neighbor_bfs.hpp
-epoc32/include/stdapis/boost/graph/page_rank.hpp
-epoc32/include/stdapis/boost/graph/plod_generator.hpp
-epoc32/include/stdapis/boost/graph/prim_minimum_spanning_tree.hpp
-epoc32/include/stdapis/boost/graph/profile.hpp
-epoc32/include/stdapis/boost/graph/properties.hpp
-epoc32/include/stdapis/boost/graph/property_iter_range.hpp
-epoc32/include/stdapis/boost/graph/push_relabel_max_flow.hpp
-epoc32/include/stdapis/boost/graph/random_layout.hpp
-epoc32/include/stdapis/boost/graph/read_dimacs.hpp
-epoc32/include/stdapis/boost/graph/relax.hpp
-epoc32/include/stdapis/boost/graph/reverse_graph.hpp
-epoc32/include/stdapis/boost/graph/sequential_vertex_coloring.hpp
-epoc32/include/stdapis/boost/graph/simple_point.hpp
-epoc32/include/stdapis/boost/graph/sloan_ordering.hpp
-epoc32/include/stdapis/boost/graph/small_world_generator.hpp
-epoc32/include/stdapis/boost/graph/smallest_last_ordering.hpp
-epoc32/include/stdapis/boost/graph/strong_components.hpp
-epoc32/include/stdapis/boost/graph/subgraph.hpp
-epoc32/include/stdapis/boost/graph/topological_sort.hpp
-epoc32/include/stdapis/boost/graph/transitive_closure.hpp
-epoc32/include/stdapis/boost/graph/transpose_graph.hpp
-epoc32/include/stdapis/boost/graph/tree_traits.hpp
-epoc32/include/stdapis/boost/graph/two_bit_color_map.hpp
-epoc32/include/stdapis/boost/graph/undirected_dfs.hpp
-epoc32/include/stdapis/boost/graph/vector_as_graph.hpp
-epoc32/include/stdapis/boost/graph/visitors.hpp
-epoc32/include/stdapis/boost/implicit_cast.hpp
-epoc32/include/stdapis/boost/indirect_reference.hpp
-epoc32/include/stdapis/boost/integer.hpp
-epoc32/include/stdapis/boost/integer_fwd.hpp
-epoc32/include/stdapis/boost/integer_traits.hpp
-epoc32/include/stdapis/boost/intrusive_ptr.hpp
-epoc32/include/stdapis/boost/io/ios_state.hpp
-epoc32/include/stdapis/boost/io_fwd.hpp
-epoc32/include/stdapis/boost/iterator/counting_iterator.hpp
-epoc32/include/stdapis/boost/iterator/detail/config_def.hpp
-epoc32/include/stdapis/boost/iterator/detail/config_undef.hpp
-epoc32/include/stdapis/boost/iterator/detail/facade_iterator_category.hpp
-epoc32/include/stdapis/boost/iterator/filter_iterator.hpp
-epoc32/include/stdapis/boost/iterator/indirect_iterator.hpp
-epoc32/include/stdapis/boost/iterator/interoperable.hpp
-epoc32/include/stdapis/boost/iterator/iterator_adaptor.hpp
-epoc32/include/stdapis/boost/iterator/iterator_categories.hpp
-epoc32/include/stdapis/boost/iterator/iterator_concepts.hpp
-epoc32/include/stdapis/boost/iterator/iterator_facade.hpp
-epoc32/include/stdapis/boost/iterator/iterator_traits.hpp
-epoc32/include/stdapis/boost/iterator/transform_iterator.hpp
-epoc32/include/stdapis/boost/iterator_adaptors.hpp
-epoc32/include/stdapis/boost/lambda/core.hpp
-epoc32/include/stdapis/boost/lambda/detail/actions.hpp
-epoc32/include/stdapis/boost/lambda/detail/arity_code.hpp
-epoc32/include/stdapis/boost/lambda/detail/function_adaptors.hpp
-epoc32/include/stdapis/boost/lambda/detail/is_instance_of.hpp
-epoc32/include/stdapis/boost/lambda/detail/lambda_config.hpp
-epoc32/include/stdapis/boost/lambda/detail/lambda_functor_base.hpp
-epoc32/include/stdapis/boost/lambda/detail/lambda_functors.hpp
-epoc32/include/stdapis/boost/lambda/detail/lambda_traits.hpp
-epoc32/include/stdapis/boost/lambda/detail/member_ptr.hpp
-epoc32/include/stdapis/boost/lambda/detail/operator_actions.hpp
-epoc32/include/stdapis/boost/lambda/detail/operator_lambda_func_base.hpp
-epoc32/include/stdapis/boost/lambda/detail/operator_return_type_traits.hpp
-epoc32/include/stdapis/boost/lambda/detail/ret.hpp
-epoc32/include/stdapis/boost/lambda/detail/return_type_traits.hpp
-epoc32/include/stdapis/boost/lambda/detail/select_functions.hpp
-epoc32/include/stdapis/boost/lexical_cast.hpp
-epoc32/include/stdapis/boost/math/common_factor.hpp
-epoc32/include/stdapis/boost/math/common_factor_ct.hpp
-epoc32/include/stdapis/boost/math/common_factor_rt.hpp
-epoc32/include/stdapis/boost/math/complex.hpp
-epoc32/include/stdapis/boost/math/complex/acos.hpp
-epoc32/include/stdapis/boost/math/complex/asin.hpp
-epoc32/include/stdapis/boost/math/complex/atan.hpp
-epoc32/include/stdapis/boost/math/complex/details.hpp
-epoc32/include/stdapis/boost/math/complex/fabs.hpp
-epoc32/include/stdapis/boost/math/octonion.hpp
-epoc32/include/stdapis/boost/math/quaternion.hpp
-epoc32/include/stdapis/boost/math/special_functions/acosh.hpp
-epoc32/include/stdapis/boost/math/special_functions/asinh.hpp
-epoc32/include/stdapis/boost/math/special_functions/atanh.hpp
-epoc32/include/stdapis/boost/math/special_functions/detail/series.hpp
-epoc32/include/stdapis/boost/math/special_functions/expm1.hpp
-epoc32/include/stdapis/boost/math/special_functions/hypot.hpp
-epoc32/include/stdapis/boost/math/special_functions/log1p.hpp
-epoc32/include/stdapis/boost/math/special_functions/sinc.hpp
-epoc32/include/stdapis/boost/math/special_functions/sinhc.hpp
-epoc32/include/stdapis/boost/math_fwd.hpp
-epoc32/include/stdapis/boost/mem_fn.hpp
-epoc32/include/stdapis/boost/mpl/advance.hpp
-epoc32/include/stdapis/boost/mpl/advance_fwd.hpp
-epoc32/include/stdapis/boost/mpl/always.hpp
-epoc32/include/stdapis/boost/mpl/arg_fwd.hpp
-epoc32/include/stdapis/boost/mpl/at_fwd.hpp
-epoc32/include/stdapis/boost/mpl/aux_/adl_barrier.hpp
-epoc32/include/stdapis/boost/mpl/aux_/arg_typedef.hpp
-epoc32/include/stdapis/boost/mpl/aux_/arithmetic_op.hpp
-epoc32/include/stdapis/boost/mpl/aux_/arity_spec.hpp
-epoc32/include/stdapis/boost/mpl/aux_/common_name_wknd.hpp
-epoc32/include/stdapis/boost/mpl/aux_/comparison_op.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/adl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/arrays.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/compiler.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/ctps.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/dtp.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/eti.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/forwarding.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/gcc.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/integral.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/intel.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/msvc.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/msvc_typename.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/nttp.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/overload_resolution.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/static_constant.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/ttp.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/typeof.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/use_preprocessed.hpp
-epoc32/include/stdapis/boost/mpl/aux_/config/workaround.hpp
-epoc32/include/stdapis/boost/mpl/aux_/contains_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/find_if_pred.hpp
-epoc32/include/stdapis/boost/mpl/aux_/front_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/has_apply.hpp
-epoc32/include/stdapis/boost/mpl/aux_/has_begin.hpp
-epoc32/include/stdapis/boost/mpl/aux_/has_size.hpp
-epoc32/include/stdapis/boost/mpl/aux_/has_type.hpp
-epoc32/include/stdapis/boost/mpl/aux_/inserter_algorithm.hpp
-epoc32/include/stdapis/boost/mpl/aux_/integral_wrapper.hpp
-epoc32/include/stdapis/boost/mpl/aux_/is_msvc_eti_arg.hpp
-epoc32/include/stdapis/boost/mpl/aux_/iter_apply.hpp
-epoc32/include/stdapis/boost/mpl/aux_/lambda_arity_param.hpp
-epoc32/include/stdapis/boost/mpl/aux_/lambda_spec.hpp
-epoc32/include/stdapis/boost/mpl/aux_/lambda_support.hpp
-epoc32/include/stdapis/boost/mpl/aux_/largest_int.hpp
-epoc32/include/stdapis/boost/mpl/aux_/msvc_eti_base.hpp
-epoc32/include/stdapis/boost/mpl/aux_/msvc_never_true.hpp
-epoc32/include/stdapis/boost/mpl/aux_/msvc_type.hpp
-epoc32/include/stdapis/boost/mpl/aux_/na.hpp
-epoc32/include/stdapis/boost/mpl/aux_/na_assert.hpp
-epoc32/include/stdapis/boost/mpl/aux_/na_fwd.hpp
-epoc32/include/stdapis/boost/mpl/aux_/na_spec.hpp
-epoc32/include/stdapis/boost/mpl/aux_/nested_type_wknd.hpp
-epoc32/include/stdapis/boost/mpl/aux_/nttp_decl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/numeric_cast_utils.hpp
-epoc32/include/stdapis/boost/mpl/aux_/numeric_op.hpp
-epoc32/include/stdapis/boost/mpl/aux_/O1_size_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/overload_names.hpp
-epoc32/include/stdapis/boost/mpl/aux_/pop_front_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessed/plain/arg.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessor/def_params_tail.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessor/default_params.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessor/filter_params.hpp
-epoc32/include/stdapis/boost/mpl/aux_/preprocessor/params.hpp
-epoc32/include/stdapis/boost/mpl/aux_/ptr_to_ref.hpp
-epoc32/include/stdapis/boost/mpl/aux_/push_back_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/push_front_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/reverse_fold_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/reverse_iter_fold_impl.hpp
-epoc32/include/stdapis/boost/mpl/aux_/static_cast.hpp
-epoc32/include/stdapis/boost/mpl/aux_/template_arity.hpp
-epoc32/include/stdapis/boost/mpl/aux_/template_arity_fwd.hpp
-epoc32/include/stdapis/boost/mpl/aux_/traits_lambda_spec.hpp
-epoc32/include/stdapis/boost/mpl/aux_/type_wrapper.hpp
-epoc32/include/stdapis/boost/mpl/aux_/unwrap.hpp
-epoc32/include/stdapis/boost/mpl/aux_/value_wknd.hpp
-epoc32/include/stdapis/boost/mpl/aux_/yes_no.hpp
-epoc32/include/stdapis/boost/mpl/back_fwd.hpp
-epoc32/include/stdapis/boost/mpl/back_inserter.hpp
-epoc32/include/stdapis/boost/mpl/begin_end_fwd.hpp
-epoc32/include/stdapis/boost/mpl/bind.hpp
-epoc32/include/stdapis/boost/mpl/bind_fwd.hpp
-epoc32/include/stdapis/boost/mpl/bool_fwd.hpp
-epoc32/include/stdapis/boost/mpl/clear_fwd.hpp
-epoc32/include/stdapis/boost/mpl/contains.hpp
-epoc32/include/stdapis/boost/mpl/contains_fwd.hpp
-epoc32/include/stdapis/boost/mpl/deref.hpp
-epoc32/include/stdapis/boost/mpl/distance.hpp
-epoc32/include/stdapis/boost/mpl/distance_fwd.hpp
-epoc32/include/stdapis/boost/mpl/empty_fwd.hpp
-epoc32/include/stdapis/boost/mpl/equal_to.hpp
-epoc32/include/stdapis/boost/mpl/erase_fwd.hpp
-epoc32/include/stdapis/boost/mpl/erase_key_fwd.hpp
-epoc32/include/stdapis/boost/mpl/eval_if.hpp
-epoc32/include/stdapis/boost/mpl/find.hpp
-epoc32/include/stdapis/boost/mpl/find_if.hpp
-epoc32/include/stdapis/boost/mpl/fold.hpp
-epoc32/include/stdapis/boost/mpl/front_fwd.hpp
-epoc32/include/stdapis/boost/mpl/front_inserter.hpp
-epoc32/include/stdapis/boost/mpl/has_key.hpp
-epoc32/include/stdapis/boost/mpl/has_key_fwd.hpp
-epoc32/include/stdapis/boost/mpl/has_xxx.hpp
-epoc32/include/stdapis/boost/mpl/insert_fwd.hpp
-epoc32/include/stdapis/boost/mpl/inserter.hpp
-epoc32/include/stdapis/boost/mpl/int.hpp
-epoc32/include/stdapis/boost/mpl/int_fwd.hpp
-epoc32/include/stdapis/boost/mpl/integral_c.hpp
-epoc32/include/stdapis/boost/mpl/integral_c_fwd.hpp
-epoc32/include/stdapis/boost/mpl/integral_c_tag.hpp
-epoc32/include/stdapis/boost/mpl/is_sequence.hpp
-epoc32/include/stdapis/boost/mpl/iter_fold.hpp
-epoc32/include/stdapis/boost/mpl/iter_fold_if.hpp
-epoc32/include/stdapis/boost/mpl/iterator_category.hpp
-epoc32/include/stdapis/boost/mpl/iterator_tags.hpp
-epoc32/include/stdapis/boost/mpl/key_type_fwd.hpp
-epoc32/include/stdapis/boost/mpl/lambda.hpp
-epoc32/include/stdapis/boost/mpl/lambda_fwd.hpp
-epoc32/include/stdapis/boost/mpl/limits/arity.hpp
-epoc32/include/stdapis/boost/mpl/list/list0.hpp
-epoc32/include/stdapis/boost/mpl/list/list10.hpp
-epoc32/include/stdapis/boost/mpl/list/list20.hpp
-epoc32/include/stdapis/boost/mpl/long.hpp
-epoc32/include/stdapis/boost/mpl/long_fwd.hpp
-epoc32/include/stdapis/boost/mpl/max_element.hpp
-epoc32/include/stdapis/boost/mpl/min_max.hpp
-epoc32/include/stdapis/boost/mpl/minus.hpp
-epoc32/include/stdapis/boost/mpl/multiplies.hpp
-epoc32/include/stdapis/boost/mpl/negate.hpp
-epoc32/include/stdapis/boost/mpl/next.hpp
-epoc32/include/stdapis/boost/mpl/numeric_cast.hpp
-epoc32/include/stdapis/boost/mpl/O1_size_fwd.hpp
-epoc32/include/stdapis/boost/mpl/pair.hpp
-epoc32/include/stdapis/boost/mpl/pair_view.hpp
-epoc32/include/stdapis/boost/mpl/placeholders.hpp
-epoc32/include/stdapis/boost/mpl/plus.hpp
-epoc32/include/stdapis/boost/mpl/pop_back_fwd.hpp
-epoc32/include/stdapis/boost/mpl/pop_front_fwd.hpp
-epoc32/include/stdapis/boost/mpl/prior.hpp
-epoc32/include/stdapis/boost/mpl/protect.hpp
-epoc32/include/stdapis/boost/mpl/push_back_fwd.hpp
-epoc32/include/stdapis/boost/mpl/push_front_fwd.hpp
-epoc32/include/stdapis/boost/mpl/quote.hpp
-epoc32/include/stdapis/boost/mpl/reverse_fold.hpp
-epoc32/include/stdapis/boost/mpl/reverse_iter_fold.hpp
-epoc32/include/stdapis/boost/mpl/same_as.hpp
-epoc32/include/stdapis/boost/mpl/sequence_tag.hpp
-epoc32/include/stdapis/boost/mpl/sequence_tag_fwd.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/at_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/begin_end_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/clear_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/empty_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/erase_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/erase_key_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/has_key_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/insert_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/key_type_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/size_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/aux_/value_type_impl.hpp
-epoc32/include/stdapis/boost/mpl/set/set0.hpp
-epoc32/include/stdapis/boost/mpl/size_fwd.hpp
-epoc32/include/stdapis/boost/mpl/size_t.hpp
-epoc32/include/stdapis/boost/mpl/size_t_fwd.hpp
-epoc32/include/stdapis/boost/mpl/sizeof.hpp
-epoc32/include/stdapis/boost/mpl/times.hpp
-epoc32/include/stdapis/boost/mpl/value_type_fwd.hpp
-epoc32/include/stdapis/boost/mpl/vector.hpp
-epoc32/include/stdapis/boost/mpl/vector/aux_/back.hpp
-epoc32/include/stdapis/boost/mpl/vector/aux_/begin_end.hpp
-epoc32/include/stdapis/boost/mpl/vector/aux_/clear.hpp
-epoc32/include/stdapis/boost/mpl/vector/aux_/front.hpp
-epoc32/include/stdapis/boost/mpl/vector/aux_/include_preprocessed.hpp
-epoc32/include/stdapis/boost/mpl/vector/aux_/item.hpp
-epoc32/include/stdapis/boost/mpl/vector/aux_/O1_size.hpp
-epoc32/include/stdapis/boost/mpl/vector/vector0.hpp
-epoc32/include/stdapis/boost/mpl/vector/vector10.hpp
-epoc32/include/stdapis/boost/mpl/vector/vector20.hpp
-epoc32/include/stdapis/boost/mpl/void.hpp
-epoc32/include/stdapis/boost/mpl/void_fwd.hpp
-epoc32/include/stdapis/boost/multi_array.hpp
-epoc32/include/stdapis/boost/multi_array/algorithm.hpp
-epoc32/include/stdapis/boost/multi_array/base.hpp
-epoc32/include/stdapis/boost/multi_array/collection_concept.hpp
-epoc32/include/stdapis/boost/multi_array/concept_checks.hpp
-epoc32/include/stdapis/boost/multi_array/copy_array.hpp
-epoc32/include/stdapis/boost/multi_array/extent_gen.hpp
-epoc32/include/stdapis/boost/multi_array/extent_range.hpp
-epoc32/include/stdapis/boost/multi_array/index_gen.hpp
-epoc32/include/stdapis/boost/multi_array/index_range.hpp
-epoc32/include/stdapis/boost/multi_array/multi_array_ref.hpp
-epoc32/include/stdapis/boost/multi_array/range_list.hpp
-epoc32/include/stdapis/boost/multi_array/storage_order.hpp
-epoc32/include/stdapis/boost/multi_array/subarray.hpp
-epoc32/include/stdapis/boost/multi_array/types.hpp
-epoc32/include/stdapis/boost/multi_array/view.hpp
-epoc32/include/stdapis/boost/multi_index/composite_key.hpp
-epoc32/include/stdapis/boost/multi_index/detail/access_specifier.hpp
-epoc32/include/stdapis/boost/multi_index/detail/archive_constructed.hpp
-epoc32/include/stdapis/boost/multi_index/detail/auto_space.hpp
-epoc32/include/stdapis/boost/multi_index/detail/base_type.hpp
-epoc32/include/stdapis/boost/multi_index/detail/bidir_node_iterator.hpp
-epoc32/include/stdapis/boost/multi_index/detail/bucket_array.hpp
-epoc32/include/stdapis/boost/multi_index/detail/copy_map.hpp
-epoc32/include/stdapis/boost/multi_index/detail/def_ctor_tuple_cons.hpp
-epoc32/include/stdapis/boost/multi_index/detail/duplicates_iterator.hpp
-epoc32/include/stdapis/boost/multi_index/detail/has_tag.hpp
-epoc32/include/stdapis/boost/multi_index/detail/hash_index_args.hpp
-epoc32/include/stdapis/boost/multi_index/detail/hash_index_iterator.hpp
-epoc32/include/stdapis/boost/multi_index/detail/hash_index_node.hpp
-epoc32/include/stdapis/boost/multi_index/detail/header_holder.hpp
-epoc32/include/stdapis/boost/multi_index/detail/index_base.hpp
-epoc32/include/stdapis/boost/multi_index/detail/index_loader.hpp
-epoc32/include/stdapis/boost/multi_index/detail/index_matcher.hpp
-epoc32/include/stdapis/boost/multi_index/detail/index_node_base.hpp
-epoc32/include/stdapis/boost/multi_index/detail/index_saver.hpp
-epoc32/include/stdapis/boost/multi_index/detail/invariant_assert.hpp
-epoc32/include/stdapis/boost/multi_index/detail/is_index_list.hpp
-epoc32/include/stdapis/boost/multi_index/detail/iter_adaptor.hpp
-epoc32/include/stdapis/boost/multi_index/detail/modify_key_adaptor.hpp
-epoc32/include/stdapis/boost/multi_index/detail/msvc_index_specifier.hpp
-epoc32/include/stdapis/boost/multi_index/detail/no_duplicate_tags.hpp
-epoc32/include/stdapis/boost/multi_index/detail/node_type.hpp
-epoc32/include/stdapis/boost/multi_index/detail/ord_index_args.hpp
-epoc32/include/stdapis/boost/multi_index/detail/ord_index_node.hpp
-epoc32/include/stdapis/boost/multi_index/detail/ord_index_ops.hpp
-epoc32/include/stdapis/boost/multi_index/detail/prevent_eti.hpp
-epoc32/include/stdapis/boost/multi_index/detail/rnd_index_loader.hpp
-epoc32/include/stdapis/boost/multi_index/detail/rnd_index_node.hpp
-epoc32/include/stdapis/boost/multi_index/detail/rnd_index_ops.hpp
-epoc32/include/stdapis/boost/multi_index/detail/rnd_index_ptr_array.hpp
-epoc32/include/stdapis/boost/multi_index/detail/rnd_node_iterator.hpp
-epoc32/include/stdapis/boost/multi_index/detail/safe_ctr_proxy.hpp
-epoc32/include/stdapis/boost/multi_index/detail/safe_mode.hpp
-epoc32/include/stdapis/boost/multi_index/detail/scope_guard.hpp
-epoc32/include/stdapis/boost/multi_index/detail/seq_index_node.hpp
-epoc32/include/stdapis/boost/multi_index/detail/seq_index_ops.hpp
-epoc32/include/stdapis/boost/multi_index/detail/uintptr_type.hpp
-epoc32/include/stdapis/boost/multi_index/detail/unbounded.hpp
-epoc32/include/stdapis/boost/multi_index/detail/value_compare.hpp
-epoc32/include/stdapis/boost/multi_index/hashed_index.hpp
-epoc32/include/stdapis/boost/multi_index/hashed_index_fwd.hpp
-epoc32/include/stdapis/boost/multi_index/identity_fwd.hpp
-epoc32/include/stdapis/boost/multi_index/indexed_by.hpp
-epoc32/include/stdapis/boost/multi_index/key_extractors.hpp
-epoc32/include/stdapis/boost/multi_index/mem_fun.hpp
-epoc32/include/stdapis/boost/multi_index/member.hpp
-epoc32/include/stdapis/boost/multi_index/ordered_index.hpp
-epoc32/include/stdapis/boost/multi_index/ordered_index_fwd.hpp
-epoc32/include/stdapis/boost/multi_index/random_access_index.hpp
-epoc32/include/stdapis/boost/multi_index/random_access_index_fwd.hpp
-epoc32/include/stdapis/boost/multi_index/safe_mode_errors.hpp
-epoc32/include/stdapis/boost/multi_index/sequenced_index.hpp
-epoc32/include/stdapis/boost/multi_index/sequenced_index_fwd.hpp
-epoc32/include/stdapis/boost/multi_index/tag.hpp
-epoc32/include/stdapis/boost/multi_index_container.hpp
-epoc32/include/stdapis/boost/multi_index_container_fwd.hpp
-epoc32/include/stdapis/boost/next_prior.hpp
-epoc32/include/stdapis/boost/noncopyable.hpp
-epoc32/include/stdapis/boost/none.hpp
-epoc32/include/stdapis/boost/numeric/conversion/cast.hpp
-epoc32/include/stdapis/boost/numeric/conversion/converter_policies.hpp
-epoc32/include/stdapis/boost/numeric/conversion/detail/bounds.hpp
-epoc32/include/stdapis/boost/numeric/conversion/detail/converter.hpp
-epoc32/include/stdapis/boost/numeric/conversion/detail/int_float_mixture.hpp
-epoc32/include/stdapis/boost/numeric/conversion/detail/is_subranged.hpp
-epoc32/include/stdapis/boost/numeric/conversion/detail/meta.hpp
-epoc32/include/stdapis/boost/numeric/conversion/detail/sign_mixture.hpp
-epoc32/include/stdapis/boost/numeric/conversion/detail/udt_builtin_mixture.hpp
-epoc32/include/stdapis/boost/numeric/conversion/int_float_mixture_enum.hpp
-epoc32/include/stdapis/boost/numeric/conversion/sign_mixture_enum.hpp
-epoc32/include/stdapis/boost/numeric/conversion/udt_builtin_mixture_enum.hpp
-epoc32/include/stdapis/boost/operators.hpp
-epoc32/include/stdapis/boost/optional/optional.hpp
-epoc32/include/stdapis/boost/optional/optional_fwd.hpp
-epoc32/include/stdapis/boost/pending/bucket_sorter.hpp
-epoc32/include/stdapis/boost/pending/container_traits.hpp
-epoc32/include/stdapis/boost/pending/cstddef.hpp
-epoc32/include/stdapis/boost/pending/ct_if.hpp
-epoc32/include/stdapis/boost/pending/disjoint_sets.hpp
-epoc32/include/stdapis/boost/pending/indirect_cmp.hpp
-epoc32/include/stdapis/boost/pending/integer_log2.hpp
-epoc32/include/stdapis/boost/pending/integer_range.hpp
-epoc32/include/stdapis/boost/pending/is_heap.hpp
-epoc32/include/stdapis/boost/pending/lowest_bit.hpp
-epoc32/include/stdapis/boost/pending/mutable_heap.hpp
-epoc32/include/stdapis/boost/pending/mutable_queue.hpp
-epoc32/include/stdapis/boost/pending/property.hpp
-epoc32/include/stdapis/boost/pending/property_serialize.hpp
-epoc32/include/stdapis/boost/pending/queue.hpp
-epoc32/include/stdapis/boost/pending/relaxed_heap.hpp
-epoc32/include/stdapis/boost/pfto.hpp
-epoc32/include/stdapis/boost/pointee.hpp
-epoc32/include/stdapis/boost/pointer_cast.hpp
-epoc32/include/stdapis/boost/pointer_to_other.hpp
-epoc32/include/stdapis/boost/preprocessor.hpp
-epoc32/include/stdapis/boost/preprocessor/arithmetic.hpp
-epoc32/include/stdapis/boost/preprocessor/arithmetic/add.hpp
-epoc32/include/stdapis/boost/preprocessor/arithmetic/dec.hpp
-epoc32/include/stdapis/boost/preprocessor/arithmetic/detail/div_base.hpp
-epoc32/include/stdapis/boost/preprocessor/arithmetic/div.hpp
-epoc32/include/stdapis/boost/preprocessor/arithmetic/mod.hpp
-epoc32/include/stdapis/boost/preprocessor/arithmetic/mul.hpp
-epoc32/include/stdapis/boost/preprocessor/arithmetic/sub.hpp
-epoc32/include/stdapis/boost/preprocessor/array.hpp
-epoc32/include/stdapis/boost/preprocessor/array/data.hpp
-epoc32/include/stdapis/boost/preprocessor/comparison.hpp
-epoc32/include/stdapis/boost/preprocessor/comparison/equal.hpp
-epoc32/include/stdapis/boost/preprocessor/comparison/greater.hpp
-epoc32/include/stdapis/boost/preprocessor/comparison/greater_equal.hpp
-epoc32/include/stdapis/boost/preprocessor/comparison/less.hpp
-epoc32/include/stdapis/boost/preprocessor/comparison/less_equal.hpp
-epoc32/include/stdapis/boost/preprocessor/comparison/not_equal.hpp
-epoc32/include/stdapis/boost/preprocessor/config/limits.hpp
-epoc32/include/stdapis/boost/preprocessor/control.hpp
-epoc32/include/stdapis/boost/preprocessor/control/deduce_d.hpp
-epoc32/include/stdapis/boost/preprocessor/control/expr_if.hpp
-epoc32/include/stdapis/boost/preprocessor/control/expr_iif.hpp
-epoc32/include/stdapis/boost/preprocessor/control/if.hpp
-epoc32/include/stdapis/boost/preprocessor/control/iif.hpp
-epoc32/include/stdapis/boost/preprocessor/control/while.hpp
-epoc32/include/stdapis/boost/preprocessor/debug.hpp
-epoc32/include/stdapis/boost/preprocessor/debug/assert.hpp
-epoc32/include/stdapis/boost/preprocessor/debug/error.hpp
-epoc32/include/stdapis/boost/preprocessor/debug/line.hpp
-epoc32/include/stdapis/boost/preprocessor/detail/auto_rec.hpp
-epoc32/include/stdapis/boost/preprocessor/detail/check.hpp
-epoc32/include/stdapis/boost/preprocessor/detail/is_binary.hpp
-epoc32/include/stdapis/boost/preprocessor/detail/is_unary.hpp
-epoc32/include/stdapis/boost/preprocessor/facilities.hpp
-epoc32/include/stdapis/boost/preprocessor/facilities/apply.hpp
-epoc32/include/stdapis/boost/preprocessor/facilities/expand.hpp
-epoc32/include/stdapis/boost/preprocessor/facilities/intercept.hpp
-epoc32/include/stdapis/boost/preprocessor/identity.hpp
-epoc32/include/stdapis/boost/preprocessor/inc.hpp
-epoc32/include/stdapis/boost/preprocessor/iteration.hpp
-epoc32/include/stdapis/boost/preprocessor/iteration/detail/bounds/lower1.hpp
-epoc32/include/stdapis/boost/preprocessor/iteration/detail/bounds/upper1.hpp
-epoc32/include/stdapis/boost/preprocessor/iteration/detail/finish.hpp
-epoc32/include/stdapis/boost/preprocessor/iteration/detail/iter/forward1.hpp
-epoc32/include/stdapis/boost/preprocessor/iteration/detail/start.hpp
-epoc32/include/stdapis/boost/preprocessor/iteration/iterate.hpp
-epoc32/include/stdapis/boost/preprocessor/iteration/local.hpp
-epoc32/include/stdapis/boost/preprocessor/iteration/self.hpp
-epoc32/include/stdapis/boost/preprocessor/library.hpp
-epoc32/include/stdapis/boost/preprocessor/list.hpp
-epoc32/include/stdapis/boost/preprocessor/list/adt.hpp
-epoc32/include/stdapis/boost/preprocessor/list/append.hpp
-epoc32/include/stdapis/boost/preprocessor/list/at.hpp
-epoc32/include/stdapis/boost/preprocessor/logical.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/and.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/bitand.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/bitnor.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/bitor.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/bitxor.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/bool.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/compl.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/nor.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/not.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/or.hpp
-epoc32/include/stdapis/boost/preprocessor/logical/xor.hpp
-epoc32/include/stdapis/boost/preprocessor/punctuation.hpp
-epoc32/include/stdapis/boost/preprocessor/punctuation/comma.hpp
-epoc32/include/stdapis/boost/preprocessor/punctuation/comma_if.hpp
-epoc32/include/stdapis/boost/preprocessor/punctuation/paren.hpp
-epoc32/include/stdapis/boost/preprocessor/punctuation/paren_if.hpp
-epoc32/include/stdapis/boost/preprocessor/repeat_2nd.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/deduce_r.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/deduce_z.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_binary_params.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_params.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_params_with_a_default.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_params_with_defaults.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_shifted.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_shifted_binary_params.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_shifted_params.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_trailing.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_trailing_binary_params.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/enum_trailing_params.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/for.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/repeat.hpp
-epoc32/include/stdapis/boost/preprocessor/repetition/repeat_from_to.hpp
-epoc32/include/stdapis/boost/preprocessor/selection.hpp
-epoc32/include/stdapis/boost/preprocessor/selection/max.hpp
-epoc32/include/stdapis/boost/preprocessor/selection/min.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/cat.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/detail/split.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/enum.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/filter.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/first_n.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/fold_left.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/fold_right.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/for_each.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/for_each_i.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/for_each_product.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/insert.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/pop_back.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/pop_front.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/push_back.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/push_front.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/remove.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/replace.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/rest_n.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/seq.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/subseq.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/to_array.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/to_tuple.hpp
-epoc32/include/stdapis/boost/preprocessor/seq/transform.hpp
-epoc32/include/stdapis/boost/preprocessor/slot/detail/def.hpp
-epoc32/include/stdapis/boost/preprocessor/slot/detail/shared.hpp
-epoc32/include/stdapis/boost/preprocessor/slot/slot.hpp
-epoc32/include/stdapis/boost/preprocessor/stringize.hpp
-epoc32/include/stdapis/boost/preprocessor/tuple/eat.hpp
-epoc32/include/stdapis/boost/preprocessor/tuple/elem.hpp
-epoc32/include/stdapis/boost/preprocessor/tuple/rem.hpp
-epoc32/include/stdapis/boost/preprocessor/tuple/reverse.hpp
-epoc32/include/stdapis/boost/preprocessor/tuple/to_list.hpp
-epoc32/include/stdapis/boost/preprocessor/tuple/to_seq.hpp
-epoc32/include/stdapis/boost/progress.hpp
-epoc32/include/stdapis/boost/property_map.hpp
-epoc32/include/stdapis/boost/property_map_iterator.hpp
-epoc32/include/stdapis/boost/ptr_container/clone_allocator.hpp
-epoc32/include/stdapis/boost/ptr_container/detail/associative_ptr_container.hpp
-epoc32/include/stdapis/boost/ptr_container/detail/default_deleter.hpp
-epoc32/include/stdapis/boost/ptr_container/detail/map_iterator.hpp
-epoc32/include/stdapis/boost/ptr_container/detail/reversible_ptr_container.hpp
-epoc32/include/stdapis/boost/ptr_container/detail/scoped_deleter.hpp
-epoc32/include/stdapis/boost/ptr_container/detail/static_move_ptr.hpp
-epoc32/include/stdapis/boost/ptr_container/detail/void_ptr_iterator.hpp
-epoc32/include/stdapis/boost/ptr_container/exception.hpp
-epoc32/include/stdapis/boost/ptr_container/indirect_fun.hpp
-epoc32/include/stdapis/boost/ptr_container/nullable.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_array.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_container.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_deque.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_list.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_map.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_map_adapter.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_sequence_adapter.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_set.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_set_adapter.hpp
-epoc32/include/stdapis/boost/ptr_container/ptr_vector.hpp
-epoc32/include/stdapis/boost/random.hpp
-epoc32/include/stdapis/boost/random/additive_combine.hpp
-epoc32/include/stdapis/boost/random/bernoulli_distribution.hpp
-epoc32/include/stdapis/boost/random/binomial_distribution.hpp
-epoc32/include/stdapis/boost/random/cauchy_distribution.hpp
-epoc32/include/stdapis/boost/random/detail/const_mod.hpp
-epoc32/include/stdapis/boost/random/detail/pass_through_engine.hpp
-epoc32/include/stdapis/boost/random/detail/ptr_helper.hpp
-epoc32/include/stdapis/boost/random/detail/signed_unsigned_compare.hpp
-epoc32/include/stdapis/boost/random/detail/uniform_int_float.hpp
-epoc32/include/stdapis/boost/random/discard_block.hpp
-epoc32/include/stdapis/boost/random/exponential_distribution.hpp
-epoc32/include/stdapis/boost/random/gamma_distribution.hpp
-epoc32/include/stdapis/boost/random/geometric_distribution.hpp
-epoc32/include/stdapis/boost/random/inversive_congruential.hpp
-epoc32/include/stdapis/boost/random/lagged_fibonacci.hpp
-epoc32/include/stdapis/boost/random/linear_congruential.hpp
-epoc32/include/stdapis/boost/random/linear_feedback_shift.hpp
-epoc32/include/stdapis/boost/random/lognormal_distribution.hpp
-epoc32/include/stdapis/boost/random/mersenne_twister.hpp
-epoc32/include/stdapis/boost/random/normal_distribution.hpp
-epoc32/include/stdapis/boost/random/poisson_distribution.hpp
-epoc32/include/stdapis/boost/random/random_number_generator.hpp
-epoc32/include/stdapis/boost/random/ranlux.hpp
-epoc32/include/stdapis/boost/random/shuffle_output.hpp
-epoc32/include/stdapis/boost/random/subtract_with_carry.hpp
-epoc32/include/stdapis/boost/random/triangle_distribution.hpp
-epoc32/include/stdapis/boost/random/uniform_01.hpp
-epoc32/include/stdapis/boost/random/uniform_int.hpp
-epoc32/include/stdapis/boost/random/uniform_on_sphere.hpp
-epoc32/include/stdapis/boost/random/uniform_real.hpp
-epoc32/include/stdapis/boost/random/uniform_smallint.hpp
-epoc32/include/stdapis/boost/random/variate_generator.hpp
-epoc32/include/stdapis/boost/random/xor_combine.hpp
-epoc32/include/stdapis/boost/range/begin.hpp
-epoc32/include/stdapis/boost/range/const_iterator.hpp
-epoc32/include/stdapis/boost/range/const_reverse_iterator.hpp
-epoc32/include/stdapis/boost/range/detail/common.hpp
-epoc32/include/stdapis/boost/range/detail/implementation_help.hpp
-epoc32/include/stdapis/boost/range/detail/sfinae.hpp
-epoc32/include/stdapis/boost/range/difference_type.hpp
-epoc32/include/stdapis/boost/range/empty.hpp
-epoc32/include/stdapis/boost/range/end.hpp
-epoc32/include/stdapis/boost/range/functions.hpp
-epoc32/include/stdapis/boost/range/iterator.hpp
-epoc32/include/stdapis/boost/range/iterator_range.hpp
-epoc32/include/stdapis/boost/range/rbegin.hpp
-epoc32/include/stdapis/boost/range/rend.hpp
-epoc32/include/stdapis/boost/range/result_iterator.hpp
-epoc32/include/stdapis/boost/range/reverse_iterator.hpp
-epoc32/include/stdapis/boost/range/reverse_result_iterator.hpp
-epoc32/include/stdapis/boost/range/size.hpp
-epoc32/include/stdapis/boost/range/size_type.hpp
-epoc32/include/stdapis/boost/range/sub_range.hpp
-epoc32/include/stdapis/boost/range/value_type.hpp
-epoc32/include/stdapis/boost/ref.hpp
-epoc32/include/stdapis/boost/scoped_array.hpp
-epoc32/include/stdapis/boost/scoped_ptr.hpp
-epoc32/include/stdapis/boost/serialization/access.hpp
-epoc32/include/stdapis/boost/serialization/base_object.hpp
-epoc32/include/stdapis/boost/serialization/binary_object.hpp
-epoc32/include/stdapis/boost/serialization/export.hpp
-epoc32/include/stdapis/boost/serialization/extended_type_info.hpp
-epoc32/include/stdapis/boost/serialization/extended_type_info_typeid.hpp
-epoc32/include/stdapis/boost/serialization/force_include.hpp
-epoc32/include/stdapis/boost/serialization/level.hpp
-epoc32/include/stdapis/boost/serialization/level_enum.hpp
-epoc32/include/stdapis/boost/serialization/nvp.hpp
-epoc32/include/stdapis/boost/serialization/serialization.hpp
-epoc32/include/stdapis/boost/serialization/split_member.hpp
-epoc32/include/stdapis/boost/serialization/string.hpp
-epoc32/include/stdapis/boost/serialization/tracking.hpp
-epoc32/include/stdapis/boost/serialization/tracking_enum.hpp
-epoc32/include/stdapis/boost/serialization/traits.hpp
-epoc32/include/stdapis/boost/serialization/type_info_implementation.hpp
-epoc32/include/stdapis/boost/serialization/void_cast.hpp
-epoc32/include/stdapis/boost/serialization/void_cast_fwd.hpp
-epoc32/include/stdapis/boost/shared_array.hpp
-epoc32/include/stdapis/boost/shared_ptr.hpp
-epoc32/include/stdapis/boost/smart_cast.hpp
-epoc32/include/stdapis/boost/static_assert.hpp
-epoc32/include/stdapis/boost/static_warning.hpp
-epoc32/include/stdapis/boost/strong_typedef.hpp
-epoc32/include/stdapis/boost/throw_exception.hpp
-epoc32/include/stdapis/boost/timer.hpp
-epoc32/include/stdapis/boost/tuple/detail/tuple_basic.hpp
-epoc32/include/stdapis/boost/tuple/tuple.hpp
-epoc32/include/stdapis/boost/type.hpp
-epoc32/include/stdapis/boost/type_traits.hpp
-epoc32/include/stdapis/boost/type_traits/add_const.hpp
-epoc32/include/stdapis/boost/type_traits/add_cv.hpp
-epoc32/include/stdapis/boost/type_traits/add_pointer.hpp
-epoc32/include/stdapis/boost/type_traits/add_reference.hpp
-epoc32/include/stdapis/boost/type_traits/add_volatile.hpp
-epoc32/include/stdapis/boost/type_traits/aligned_storage.hpp
-epoc32/include/stdapis/boost/type_traits/alignment_of.hpp
-epoc32/include/stdapis/boost/type_traits/broken_compiler_spec.hpp
-epoc32/include/stdapis/boost/type_traits/composite_traits.hpp
-epoc32/include/stdapis/boost/type_traits/conversion_traits.hpp
-epoc32/include/stdapis/boost/type_traits/cv_traits.hpp
-epoc32/include/stdapis/boost/type_traits/detail/cv_traits_impl.hpp
-epoc32/include/stdapis/boost/type_traits/detail/false_result.hpp
-epoc32/include/stdapis/boost/type_traits/detail/ice_and.hpp
-epoc32/include/stdapis/boost/type_traits/detail/ice_eq.hpp
-epoc32/include/stdapis/boost/type_traits/detail/ice_not.hpp
-epoc32/include/stdapis/boost/type_traits/detail/ice_or.hpp
-epoc32/include/stdapis/boost/type_traits/detail/is_function_ptr_helper.hpp
-epoc32/include/stdapis/boost/type_traits/detail/is_function_ptr_tester.hpp
-epoc32/include/stdapis/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp
-epoc32/include/stdapis/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp
-epoc32/include/stdapis/boost/type_traits/detail/size_t_trait_def.hpp
-epoc32/include/stdapis/boost/type_traits/detail/size_t_trait_undef.hpp
-epoc32/include/stdapis/boost/type_traits/detail/template_arity_spec.hpp
-epoc32/include/stdapis/boost/type_traits/detail/type_trait_def.hpp
-epoc32/include/stdapis/boost/type_traits/detail/type_trait_undef.hpp
-epoc32/include/stdapis/boost/type_traits/detail/yes_no_type.hpp
-epoc32/include/stdapis/boost/type_traits/extent.hpp
-epoc32/include/stdapis/boost/type_traits/function_traits.hpp
-epoc32/include/stdapis/boost/type_traits/has_nothrow_assign.hpp
-epoc32/include/stdapis/boost/type_traits/has_nothrow_constructor.hpp
-epoc32/include/stdapis/boost/type_traits/has_nothrow_copy.hpp
-epoc32/include/stdapis/boost/type_traits/has_nothrow_destructor.hpp
-epoc32/include/stdapis/boost/type_traits/has_trivial_assign.hpp
-epoc32/include/stdapis/boost/type_traits/has_trivial_constructor.hpp
-epoc32/include/stdapis/boost/type_traits/has_trivial_copy.hpp
-epoc32/include/stdapis/boost/type_traits/has_trivial_destructor.hpp
-epoc32/include/stdapis/boost/type_traits/has_virtual_destructor.hpp
-epoc32/include/stdapis/boost/type_traits/ice.hpp
-epoc32/include/stdapis/boost/type_traits/integral_constant.hpp
-epoc32/include/stdapis/boost/type_traits/intrinsics.hpp
-epoc32/include/stdapis/boost/type_traits/is_abstract.hpp
-epoc32/include/stdapis/boost/type_traits/is_arithmetic.hpp
-epoc32/include/stdapis/boost/type_traits/is_array.hpp
-epoc32/include/stdapis/boost/type_traits/is_base_and_derived.hpp
-epoc32/include/stdapis/boost/type_traits/is_base_of.hpp
-epoc32/include/stdapis/boost/type_traits/is_class.hpp
-epoc32/include/stdapis/boost/type_traits/is_compound.hpp
-epoc32/include/stdapis/boost/type_traits/is_const.hpp
-epoc32/include/stdapis/boost/type_traits/is_convertible.hpp
-epoc32/include/stdapis/boost/type_traits/is_empty.hpp
-epoc32/include/stdapis/boost/type_traits/is_enum.hpp
-epoc32/include/stdapis/boost/type_traits/is_float.hpp
-epoc32/include/stdapis/boost/type_traits/is_floating_point.hpp
-epoc32/include/stdapis/boost/type_traits/is_function.hpp
-epoc32/include/stdapis/boost/type_traits/is_fundamental.hpp
-epoc32/include/stdapis/boost/type_traits/is_integral.hpp
-epoc32/include/stdapis/boost/type_traits/is_member_function_pointer.hpp
-epoc32/include/stdapis/boost/type_traits/is_member_object_pointer.hpp
-epoc32/include/stdapis/boost/type_traits/is_member_pointer.hpp
-epoc32/include/stdapis/boost/type_traits/is_object.hpp
-epoc32/include/stdapis/boost/type_traits/is_pod.hpp
-epoc32/include/stdapis/boost/type_traits/is_pointer.hpp
-epoc32/include/stdapis/boost/type_traits/is_polymorphic.hpp
-epoc32/include/stdapis/boost/type_traits/is_reference.hpp
-epoc32/include/stdapis/boost/type_traits/is_same.hpp
-epoc32/include/stdapis/boost/type_traits/is_scalar.hpp
-epoc32/include/stdapis/boost/type_traits/is_signed.hpp
-epoc32/include/stdapis/boost/type_traits/is_stateless.hpp
-epoc32/include/stdapis/boost/type_traits/is_union.hpp
-epoc32/include/stdapis/boost/type_traits/is_unsigned.hpp
-epoc32/include/stdapis/boost/type_traits/is_void.hpp
-epoc32/include/stdapis/boost/type_traits/is_volatile.hpp
-epoc32/include/stdapis/boost/type_traits/object_traits.hpp
-epoc32/include/stdapis/boost/type_traits/rank.hpp
-epoc32/include/stdapis/boost/type_traits/remove_all_extents.hpp
-epoc32/include/stdapis/boost/type_traits/remove_bounds.hpp
-epoc32/include/stdapis/boost/type_traits/remove_const.hpp
-epoc32/include/stdapis/boost/type_traits/remove_cv.hpp
-epoc32/include/stdapis/boost/type_traits/remove_extent.hpp
-epoc32/include/stdapis/boost/type_traits/remove_pointer.hpp
-epoc32/include/stdapis/boost/type_traits/remove_reference.hpp
-epoc32/include/stdapis/boost/type_traits/remove_volatile.hpp
-epoc32/include/stdapis/boost/type_traits/same_traits.hpp
-epoc32/include/stdapis/boost/type_traits/transform_traits.hpp
-epoc32/include/stdapis/boost/type_traits/type_with_alignment.hpp
-epoc32/include/stdapis/boost/utility.hpp
-epoc32/include/stdapis/boost/utility/addressof.hpp
-epoc32/include/stdapis/boost/utility/base_from_member.hpp
-epoc32/include/stdapis/boost/utility/compare_pointees.hpp
-epoc32/include/stdapis/boost/utility/detail/result_of_iterate.hpp
-epoc32/include/stdapis/boost/utility/enable_if.hpp
-epoc32/include/stdapis/boost/utility/result_of.hpp
-epoc32/include/stdapis/boost/utility/value_init.hpp
-epoc32/include/stdapis/boost/variant/apply_visitor.hpp
-epoc32/include/stdapis/boost/variant/bad_visit.hpp
-epoc32/include/stdapis/boost/variant/detail/apply_visitor_binary.hpp
-epoc32/include/stdapis/boost/variant/detail/apply_visitor_delayed.hpp
-epoc32/include/stdapis/boost/variant/detail/apply_visitor_unary.hpp
-epoc32/include/stdapis/boost/variant/detail/backup_holder.hpp
-epoc32/include/stdapis/boost/variant/detail/bool_trait_def.hpp
-epoc32/include/stdapis/boost/variant/detail/bool_trait_undef.hpp
-epoc32/include/stdapis/boost/variant/detail/cast_storage.hpp
-epoc32/include/stdapis/boost/variant/detail/config.hpp
-epoc32/include/stdapis/boost/variant/detail/enable_recursive.hpp
-epoc32/include/stdapis/boost/variant/detail/enable_recursive_fwd.hpp
-epoc32/include/stdapis/boost/variant/detail/forced_return.hpp
-epoc32/include/stdapis/boost/variant/detail/generic_result_type.hpp
-epoc32/include/stdapis/boost/variant/detail/has_nothrow_move.hpp
-epoc32/include/stdapis/boost/variant/detail/has_trivial_move.hpp
-epoc32/include/stdapis/boost/variant/detail/initializer.hpp
-epoc32/include/stdapis/boost/variant/detail/make_variant_list.hpp
-epoc32/include/stdapis/boost/variant/detail/move.hpp
-epoc32/include/stdapis/boost/variant/detail/over_sequence.hpp
-epoc32/include/stdapis/boost/variant/detail/substitute.hpp
-epoc32/include/stdapis/boost/variant/detail/substitute_fwd.hpp
-epoc32/include/stdapis/boost/variant/detail/variant_io.hpp
-epoc32/include/stdapis/boost/variant/detail/visitation_impl.hpp
-epoc32/include/stdapis/boost/variant/get.hpp
-epoc32/include/stdapis/boost/variant/recursive_variant.hpp
-epoc32/include/stdapis/boost/variant/recursive_wrapper.hpp
-epoc32/include/stdapis/boost/variant/recursive_wrapper_fwd.hpp
-epoc32/include/stdapis/boost/variant/static_visitor.hpp
-epoc32/include/stdapis/boost/variant/variant.hpp
-epoc32/include/stdapis/boost/variant/variant_fwd.hpp
-epoc32/include/stdapis/boost/variant/visitor_ptr.hpp
-epoc32/include/stdapis/boost/vector_property_map.hpp
-epoc32/include/stdapis/boost/version.hpp
-epoc32/include/stdapis/boost/visit_each.hpp
-epoc32/include/stdapis/boost/weak_ptr.hpp
-epoc32/include/stdapis/crypt.h
-epoc32/include/stdapis/ctype.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-address.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-arch-deps.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-bus.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-connection.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-errors.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-glib-bindings.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-glib-error-enum.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-glib-lowlevel.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-glib.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-gtype-specialized.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-macros.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-memory.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-message.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-misc.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-pending-call.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-protocol.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-server.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-shared.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-signature.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-threads.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus-types.h
-epoc32/include/stdapis/dbus-1.0/dbus/dbus.h
-epoc32/include/stdapis/dirent.h
-epoc32/include/stdapis/dlfcn.h
-epoc32/include/stdapis/err.h
-epoc32/include/stdapis/errno.h
-epoc32/include/stdapis/fcntl.h
-epoc32/include/stdapis/fenv.h
-epoc32/include/stdapis/float.h
-epoc32/include/stdapis/ftw.h
-epoc32/include/stdapis/getopt.h
-epoc32/include/stdapis/glib-2.0/glib-object.h
-epoc32/include/stdapis/glib-2.0/glib.h
-epoc32/include/stdapis/glib-2.0/glib/galloca.h
-epoc32/include/stdapis/glib-2.0/glib/garray.h
-epoc32/include/stdapis/glib-2.0/glib/gasyncqueue.h
-epoc32/include/stdapis/glib-2.0/glib/gatomic.h
-epoc32/include/stdapis/glib-2.0/glib/gbacktrace.h
-epoc32/include/stdapis/glib-2.0/glib/gcache.h
-epoc32/include/stdapis/glib-2.0/glib/gcompletion.h
-epoc32/include/stdapis/glib-2.0/glib/gconvert.h
-epoc32/include/stdapis/glib-2.0/glib/gdataset.h
-epoc32/include/stdapis/glib-2.0/glib/gdate.h
-epoc32/include/stdapis/glib-2.0/glib/gdir.h
-epoc32/include/stdapis/glib-2.0/glib/gerror.h
-epoc32/include/stdapis/glib-2.0/glib/gfileutils.h
-epoc32/include/stdapis/glib-2.0/glib/ghash.h
-epoc32/include/stdapis/glib-2.0/glib/ghook.h
-epoc32/include/stdapis/glib-2.0/glib/gi18n-lib.h
-epoc32/include/stdapis/glib-2.0/glib/gi18n.h
-epoc32/include/stdapis/glib-2.0/glib/giochannel.h
-epoc32/include/stdapis/glib-2.0/glib/gkeyfile.h
-epoc32/include/stdapis/glib-2.0/glib/glist.h
-epoc32/include/stdapis/glib-2.0/glib/gmacros.h
-epoc32/include/stdapis/glib-2.0/glib/gmain.h
-epoc32/include/stdapis/glib-2.0/glib/gmappedfile.h
-epoc32/include/stdapis/glib-2.0/glib/gmarkup.h
-epoc32/include/stdapis/glib-2.0/glib/gmem.h
-epoc32/include/stdapis/glib-2.0/glib/gmessages.h
-epoc32/include/stdapis/glib-2.0/glib/gnode.h
-epoc32/include/stdapis/glib-2.0/glib/goption.h
-epoc32/include/stdapis/glib-2.0/glib/gpattern.h
-epoc32/include/stdapis/glib-2.0/glib/gprimes.h
-epoc32/include/stdapis/glib-2.0/glib/gprintf.h
-epoc32/include/stdapis/glib-2.0/glib/gqsort.h
-epoc32/include/stdapis/glib-2.0/glib/gquark.h
-epoc32/include/stdapis/glib-2.0/glib/gqueue.h
-epoc32/include/stdapis/glib-2.0/glib/grand.h
-epoc32/include/stdapis/glib-2.0/glib/grel.h
-epoc32/include/stdapis/glib-2.0/glib/gscanner.h
-epoc32/include/stdapis/glib-2.0/glib/gshell.h
-epoc32/include/stdapis/glib-2.0/glib/gslice.h
-epoc32/include/stdapis/glib-2.0/glib/gslist.h
-epoc32/include/stdapis/glib-2.0/glib/gspawn.h
-epoc32/include/stdapis/glib-2.0/glib/gstdio.h
-epoc32/include/stdapis/glib-2.0/glib/gstrfuncs.h
-epoc32/include/stdapis/glib-2.0/glib/gstring.h
-epoc32/include/stdapis/glib-2.0/glib/gthread.h
-epoc32/include/stdapis/glib-2.0/glib/gthreadpool.h
-epoc32/include/stdapis/glib-2.0/glib/gtimer.h
-epoc32/include/stdapis/glib-2.0/glib/gtree.h
-epoc32/include/stdapis/glib-2.0/glib/gtypes.h
-epoc32/include/stdapis/glib-2.0/glib/gunicode.h
-epoc32/include/stdapis/glib-2.0/glib/gutils.h
-epoc32/include/stdapis/glib-2.0/glib/gwin32.h
-epoc32/include/stdapis/glib-2.0/glib_global.h
-epoc32/include/stdapis/glib-2.0/glibconfig.h
-epoc32/include/stdapis/glib-2.0/glowmem.h
-epoc32/include/stdapis/glib-2.0/gmodule.h
-epoc32/include/stdapis/glib-2.0/gobject/gboxed.h
-epoc32/include/stdapis/glib-2.0/gobject/gclosure.h
-epoc32/include/stdapis/glib-2.0/gobject/genums.h
-epoc32/include/stdapis/glib-2.0/gobject/gmarshal.h
-epoc32/include/stdapis/glib-2.0/gobject/gobject.h
-epoc32/include/stdapis/glib-2.0/gobject/gobjectnotifyqueue.c
-epoc32/include/stdapis/glib-2.0/gobject/gparam.h
-epoc32/include/stdapis/glib-2.0/gobject/gparamspecs.h
-epoc32/include/stdapis/glib-2.0/gobject/gsignal.h
-epoc32/include/stdapis/glib-2.0/gobject/gsourceclosure.h
-epoc32/include/stdapis/glib-2.0/gobject/gtype.h
-epoc32/include/stdapis/glib-2.0/gobject/gtypemodule.h
-epoc32/include/stdapis/glib-2.0/gobject/gtypeplugin.h
-epoc32/include/stdapis/glib-2.0/gobject/gvalue.h
-epoc32/include/stdapis/glib-2.0/gobject/gvaluearray.h
-epoc32/include/stdapis/glib-2.0/gobject/gvaluecollector.h
-epoc32/include/stdapis/glib-2.0/gobject/gvaluetypes.h
-epoc32/include/stdapis/glib-2.0/gobject_global.h
-epoc32/include/stdapis/glob.h
-epoc32/include/stdapis/grp.h
-epoc32/include/stdapis/iconv.h
-epoc32/include/stdapis/inttypes.h
-epoc32/include/stdapis/langinfo.h
-epoc32/include/stdapis/libm_aliases.h
-epoc32/include/stdapis/limits.h
-epoc32/include/stdapis/locale.h
-epoc32/include/stdapis/machine/_inttypes.h
-epoc32/include/stdapis/machine/_limits.h
-epoc32/include/stdapis/machine/_stdint.h
-epoc32/include/stdapis/machine/_types.h
-epoc32/include/stdapis/machine/endian.h
-epoc32/include/stdapis/machine/param.h
-epoc32/include/stdapis/machine/setjmp.h
-epoc32/include/stdapis/machine/signal.h
-epoc32/include/stdapis/math.h
-epoc32/include/stdapis/md5.h
-epoc32/include/stdapis/memory.h
-epoc32/include/stdapis/monetary.h
-epoc32/include/stdapis/net/if.h
-epoc32/include/stdapis/net/if_var.h
-epoc32/include/stdapis/net/radix.h
-epoc32/include/stdapis/net/route.h
-epoc32/include/stdapis/netconfig.h
-epoc32/include/stdapis/netdb.h
-epoc32/include/stdapis/netinet/in.h
-epoc32/include/stdapis/netinet6/in6.h
-epoc32/include/stdapis/netinet6/in6_var.h
-epoc32/include/stdapis/nsswitch.h
-epoc32/include/stdapis/openssl/aes.h
-epoc32/include/stdapis/openssl/asn1.h
-epoc32/include/stdapis/openssl/asn1_mac.h
-epoc32/include/stdapis/openssl/asn1t.h
-epoc32/include/stdapis/openssl/bio.h
-epoc32/include/stdapis/openssl/bn.h
-epoc32/include/stdapis/openssl/buffer.h
-epoc32/include/stdapis/openssl/comp.h
-epoc32/include/stdapis/openssl/conf.h
-epoc32/include/stdapis/openssl/conf_api.h
-epoc32/include/stdapis/openssl/crypto.h
-epoc32/include/stdapis/openssl/des.h
-epoc32/include/stdapis/openssl/des_old.h
-epoc32/include/stdapis/openssl/dh.h
-epoc32/include/stdapis/openssl/dsa.h
-epoc32/include/stdapis/openssl/dso.h
-epoc32/include/stdapis/openssl/dtls1.h
-epoc32/include/stdapis/openssl/e_os2.h
-epoc32/include/stdapis/openssl/engine.h
-epoc32/include/stdapis/openssl/err.h
-epoc32/include/stdapis/openssl/evp.h
-epoc32/include/stdapis/openssl/hmac.h
-epoc32/include/stdapis/openssl/kssl.h
-epoc32/include/stdapis/openssl/lhash.h
-epoc32/include/stdapis/openssl/md2.h
-epoc32/include/stdapis/openssl/md5.h
-epoc32/include/stdapis/openssl/obj_mac.h
-epoc32/include/stdapis/openssl/objects.h
-epoc32/include/stdapis/openssl/ocsp.h
-epoc32/include/stdapis/openssl/opensslconf.h
-epoc32/include/stdapis/openssl/opensslv.h
-epoc32/include/stdapis/openssl/ossl_typ.h
-epoc32/include/stdapis/openssl/pem.h
-epoc32/include/stdapis/openssl/pem2.h
-epoc32/include/stdapis/openssl/pkcs12.h
-epoc32/include/stdapis/openssl/pkcs7.h
-epoc32/include/stdapis/openssl/pq_compat.h
-epoc32/include/stdapis/openssl/pqueue.h
-epoc32/include/stdapis/openssl/rand.h
-epoc32/include/stdapis/openssl/rc2.h
-epoc32/include/stdapis/openssl/rc4.h
-epoc32/include/stdapis/openssl/rsa.h
-epoc32/include/stdapis/openssl/safestack.h
-epoc32/include/stdapis/openssl/sha.h
-epoc32/include/stdapis/openssl/ssl.h
-epoc32/include/stdapis/openssl/ssl2.h
-epoc32/include/stdapis/openssl/ssl23.h
-epoc32/include/stdapis/openssl/ssl3.h
-epoc32/include/stdapis/openssl/stack.h
-epoc32/include/stdapis/openssl/store.h
-epoc32/include/stdapis/openssl/symhacks.h
-epoc32/include/stdapis/openssl/tls1.h
-epoc32/include/stdapis/openssl/tmdiff.h
-epoc32/include/stdapis/openssl/txt_db.h
-epoc32/include/stdapis/openssl/ui.h
-epoc32/include/stdapis/openssl/ui_compat.h
-epoc32/include/stdapis/openssl/x509.h
-epoc32/include/stdapis/openssl/x509_vfy.h
-epoc32/include/stdapis/openssl/x509v3.h
-epoc32/include/stdapis/paths.h
-epoc32/include/stdapis/pipsversion.h
-epoc32/include/stdapis/pthread.h
-epoc32/include/stdapis/pthreadalias.h
-epoc32/include/stdapis/pthreadtypes.h
-epoc32/include/stdapis/pwd.h
-epoc32/include/stdapis/regex.h
-epoc32/include/stdapis/resolv.h
-epoc32/include/stdapis/sched.h
-epoc32/include/stdapis/semaphore.h
-epoc32/include/stdapis/setjmp.h
-epoc32/include/stdapis/signal.h
-epoc32/include/stdapis/signgam.h
-epoc32/include/stdapis/spawn.h
-epoc32/include/stdapis/staticlibinit_gcce.h
-epoc32/include/stdapis/stdarg.h
-epoc32/include/stdapis/stdarg_e.h
-epoc32/include/stdapis/stdbool.h
-epoc32/include/stdapis/stddef.h
-epoc32/include/stdapis/stdint.h
-epoc32/include/stdapis/stdio.h
-epoc32/include/stdapis/stdlib.h
-epoc32/include/stdapis/stlport/algorithm
-epoc32/include/stdapis/stlport/bitset
-epoc32/include/stdapis/stlport/cassert
-epoc32/include/stdapis/stlport/cctype
-epoc32/include/stdapis/stlport/cerrno
-epoc32/include/stdapis/stlport/cfloat
-epoc32/include/stdapis/stlport/climits
-epoc32/include/stdapis/stlport/clocale
-epoc32/include/stdapis/stlport/cmath
-epoc32/include/stdapis/stlport/complex
-epoc32/include/stdapis/stlport/config/_epilog.h
-epoc32/include/stdapis/stlport/config/_msvc_warnings_off.h
-epoc32/include/stdapis/stlport/config/_prolog.h
-epoc32/include/stdapis/stlport/config/stl_as400.h
-epoc32/include/stdapis/stlport/config/stl_confix.h
-epoc32/include/stdapis/stlport/config/stl_epoc.h
-epoc32/include/stdapis/stlport/config/stl_gcce.h
-epoc32/include/stdapis/stlport/config/stl_msvc.h
-epoc32/include/stdapis/stlport/config/stl_mwerks.h
-epoc32/include/stdapis/stlport/config/stl_rvct.h
-epoc32/include/stdapis/stlport/config/stl_select_lib.h
-epoc32/include/stdapis/stlport/config/stl_watcom.h
-epoc32/include/stdapis/stlport/config/stl_winscw.h
-epoc32/include/stdapis/stlport/config/stlcomp.h
-epoc32/include/stdapis/stlport/csetjmp
-epoc32/include/stdapis/stlport/csignal
-epoc32/include/stdapis/stlport/cstd/cctype
-epoc32/include/stdapis/stlport/cstd/cerrno
-epoc32/include/stdapis/stlport/cstd/cfloat
-epoc32/include/stdapis/stlport/cstd/climits
-epoc32/include/stdapis/stlport/cstd/clocale
-epoc32/include/stdapis/stlport/cstd/cmath
-epoc32/include/stdapis/stlport/cstd/csetjmp
-epoc32/include/stdapis/stlport/cstd/csignal
-epoc32/include/stdapis/stlport/cstd/cstdarg
-epoc32/include/stdapis/stlport/cstd/cstddef
-epoc32/include/stdapis/stlport/cstd/cstdio
-epoc32/include/stdapis/stlport/cstd/cstdlib
-epoc32/include/stdapis/stlport/cstd/cstring
-epoc32/include/stdapis/stlport/cstd/ctime
-epoc32/include/stdapis/stlport/cstd/cwchar
-epoc32/include/stdapis/stlport/cstd/cwctype
-epoc32/include/stdapis/stlport/cstd/locale.h
-epoc32/include/stdapis/stlport/cstd/math.h
-epoc32/include/stdapis/stlport/cstd/setjmp.h
-epoc32/include/stdapis/stlport/cstd/stdarg.h
-epoc32/include/stdapis/stlport/cstd/stddef.h
-epoc32/include/stdapis/stlport/cstd/stdio.h
-epoc32/include/stdapis/stlport/cstd/stdlib.h
-epoc32/include/stdapis/stlport/cstd/string.h
-epoc32/include/stdapis/stlport/cstd/time.h
-epoc32/include/stdapis/stlport/cstd/wchar.h
-epoc32/include/stdapis/stlport/cstd/wctype.h
-epoc32/include/stdapis/stlport/cstdarg
-epoc32/include/stdapis/stlport/cstddef
-epoc32/include/stdapis/stlport/cstdio
-epoc32/include/stdapis/stlport/cstdlib
-epoc32/include/stdapis/stlport/cstring
-epoc32/include/stdapis/stlport/ctime
-epoc32/include/stdapis/stlport/ctype.h
-epoc32/include/stdapis/stlport/cwchar
-epoc32/include/stdapis/stlport/cwctype
-epoc32/include/stdapis/stlport/deque
-epoc32/include/stdapis/stlport/exception
-epoc32/include/stdapis/stlport/exception.h
-epoc32/include/stdapis/stlport/fstream
-epoc32/include/stdapis/stlport/fstream.h
-epoc32/include/stdapis/stlport/functional
-epoc32/include/stdapis/stlport/hash_map
-epoc32/include/stdapis/stlport/hash_set
-epoc32/include/stdapis/stlport/iomanip
-epoc32/include/stdapis/stlport/iomanip.h
-epoc32/include/stdapis/stlport/ios
-epoc32/include/stdapis/stlport/ios.h
-epoc32/include/stdapis/stlport/iosfwd
-epoc32/include/stdapis/stlport/iostream
-epoc32/include/stdapis/stlport/iostream.h
-epoc32/include/stdapis/stlport/istream
-epoc32/include/stdapis/stlport/istream.h
-epoc32/include/stdapis/stlport/iterator
-epoc32/include/stdapis/stlport/limits
-epoc32/include/stdapis/stlport/list
-epoc32/include/stdapis/stlport/locale
-epoc32/include/stdapis/stlport/locale.h
-epoc32/include/stdapis/stlport/map
-epoc32/include/stdapis/stlport/math.h
-epoc32/include/stdapis/stlport/mem.h
-epoc32/include/stdapis/stlport/memory
-epoc32/include/stdapis/stlport/new
-epoc32/include/stdapis/stlport/new.h
-epoc32/include/stdapis/stlport/numeric
-epoc32/include/stdapis/stlport/ostream
-epoc32/include/stdapis/stlport/ostream.h
-epoc32/include/stdapis/stlport/pthread.h
-epoc32/include/stdapis/stlport/pthread_alloc
-epoc32/include/stdapis/stlport/queue
-epoc32/include/stdapis/stlport/rope
-epoc32/include/stdapis/stlport/runtime/exception.h
-epoc32/include/stdapis/stlport/runtime/new
-epoc32/include/stdapis/stlport/runtime/new.h
-epoc32/include/stdapis/stlport/runtime/numeric
-epoc32/include/stdapis/stlport/runtime/typeinfo
-epoc32/include/stdapis/stlport/runtime/typeinfo.h
-epoc32/include/stdapis/stlport/set
-epoc32/include/stdapis/stlport/setjmp.h
-epoc32/include/stdapis/stlport/slist
-epoc32/include/stdapis/stlport/sstream
-epoc32/include/stdapis/stlport/stack
-epoc32/include/stdapis/stlport/stdarg.h
-epoc32/include/stdapis/stlport/stddef.h
-epoc32/include/stdapis/stlport/stdexcept
-epoc32/include/stdapis/stlport/stdio.h
-epoc32/include/stdapis/stlport/stdio_streambuf
-epoc32/include/stdapis/stlport/stdiostream.h
-epoc32/include/stdapis/stlport/stdlib.h
-epoc32/include/stdapis/stlport/stl/_abbrevs.h
-epoc32/include/stdapis/stlport/stl/_algo.c
-epoc32/include/stdapis/stlport/stl/_algo.h
-epoc32/include/stdapis/stlport/stl/_algobase.c
-epoc32/include/stdapis/stlport/stl/_algobase.h
-epoc32/include/stdapis/stlport/stl/_alloc.c
-epoc32/include/stdapis/stlport/stl/_alloc.h
-epoc32/include/stdapis/stlport/stl/_auto_ptr.h
-epoc32/include/stdapis/stlport/stl/_bitset.c
-epoc32/include/stdapis/stlport/stl/_bitset.h
-epoc32/include/stdapis/stlport/stl/_bvector.h
-epoc32/include/stdapis/stlport/stl/_check_config.h
-epoc32/include/stdapis/stlport/stl/_cmath.h
-epoc32/include/stdapis/stlport/stl/_codecvt.h
-epoc32/include/stdapis/stlport/stl/_collate.h
-epoc32/include/stdapis/stlport/stl/_complex.c
-epoc32/include/stdapis/stlport/stl/_complex.h
-epoc32/include/stdapis/stlport/stl/_config.h
-epoc32/include/stdapis/stlport/stl/_config_compat.h
-epoc32/include/stdapis/stlport/stl/_config_compat_post.h
-epoc32/include/stdapis/stlport/stl/_construct.h
-epoc32/include/stdapis/stlport/stl/_ctraits_fns.h
-epoc32/include/stdapis/stlport/stl/_ctype.c
-epoc32/include/stdapis/stlport/stl/_ctype.h
-epoc32/include/stdapis/stlport/stl/_cwchar.h
-epoc32/include/stdapis/stlport/stl/_deque.c
-epoc32/include/stdapis/stlport/stl/_deque.h
-epoc32/include/stdapis/stlport/stl/_epilog.h
-epoc32/include/stdapis/stlport/stl/_exception.h
-epoc32/include/stdapis/stlport/stl/_fstream.c
-epoc32/include/stdapis/stlport/stl/_fstream.h
-epoc32/include/stdapis/stlport/stl/_function.h
-epoc32/include/stdapis/stlport/stl/_function_adaptors.h
-epoc32/include/stdapis/stlport/stl/_function_base.h
-epoc32/include/stdapis/stlport/stl/_hash_fun.h
-epoc32/include/stdapis/stlport/stl/_hash_map.h
-epoc32/include/stdapis/stlport/stl/_hash_set.h
-epoc32/include/stdapis/stlport/stl/_hashtable.c
-epoc32/include/stdapis/stlport/stl/_hashtable.h
-epoc32/include/stdapis/stlport/stl/_heap.c
-epoc32/include/stdapis/stlport/stl/_heap.h
-epoc32/include/stdapis/stlport/stl/_ios.c
-epoc32/include/stdapis/stlport/stl/_ios.h
-epoc32/include/stdapis/stlport/stl/_ios_base.h
-epoc32/include/stdapis/stlport/stl/_iosfwd.h
-epoc32/include/stdapis/stlport/stl/_istream.c
-epoc32/include/stdapis/stlport/stl/_istream.h
-epoc32/include/stdapis/stlport/stl/_istreambuf_iterator.h
-epoc32/include/stdapis/stlport/stl/_iterator.h
-epoc32/include/stdapis/stlport/stl/_iterator_base.h
-epoc32/include/stdapis/stlport/stl/_iterator_old.h
-epoc32/include/stdapis/stlport/stl/_limits.c
-epoc32/include/stdapis/stlport/stl/_limits.h
-epoc32/include/stdapis/stlport/stl/_list.c
-epoc32/include/stdapis/stlport/stl/_list.h
-epoc32/include/stdapis/stlport/stl/_locale.h
-epoc32/include/stdapis/stlport/stl/_map.h
-epoc32/include/stdapis/stlport/stl/_messages_facets.h
-epoc32/include/stdapis/stlport/stl/_monetary.c
-epoc32/include/stdapis/stlport/stl/_monetary.h
-epoc32/include/stdapis/stlport/stl/_new.h
-epoc32/include/stdapis/stlport/stl/_null_stream.h
-epoc32/include/stdapis/stlport/stl/_num_get.c
-epoc32/include/stdapis/stlport/stl/_num_get.h
-epoc32/include/stdapis/stlport/stl/_num_put.c
-epoc32/include/stdapis/stlport/stl/_num_put.h
-epoc32/include/stdapis/stlport/stl/_numeric.c
-epoc32/include/stdapis/stlport/stl/_numeric.h
-epoc32/include/stdapis/stlport/stl/_numpunct.c
-epoc32/include/stdapis/stlport/stl/_numpunct.h
-epoc32/include/stdapis/stlport/stl/_ostream.c
-epoc32/include/stdapis/stlport/stl/_ostream.h
-epoc32/include/stdapis/stlport/stl/_ostreambuf_iterator.h
-epoc32/include/stdapis/stlport/stl/_pair.h
-epoc32/include/stdapis/stlport/stl/_prolog.h
-epoc32/include/stdapis/stlport/stl/_pthread_alloc.c
-epoc32/include/stdapis/stlport/stl/_pthread_alloc.h
-epoc32/include/stdapis/stlport/stl/_ptrs_specialize.h
-epoc32/include/stdapis/stlport/stl/_queue.h
-epoc32/include/stdapis/stlport/stl/_range_errors.h
-epoc32/include/stdapis/stlport/stl/_raw_storage_iter.h
-epoc32/include/stdapis/stlport/stl/_relops.h
-epoc32/include/stdapis/stlport/stl/_relops_cont.h
-epoc32/include/stdapis/stlport/stl/_relops_hash_cont.h
-epoc32/include/stdapis/stlport/stl/_relops_template.h
-epoc32/include/stdapis/stlport/stl/_rope.c
-epoc32/include/stdapis/stlport/stl/_rope.h
-epoc32/include/stdapis/stlport/stl/_set.h
-epoc32/include/stdapis/stlport/stl/_site_config.h
-epoc32/include/stdapis/stlport/stl/_slist.c
-epoc32/include/stdapis/stlport/stl/_slist.h
-epoc32/include/stdapis/stlport/stl/_slist_base.c
-epoc32/include/stdapis/stlport/stl/_slist_base.h
-epoc32/include/stdapis/stlport/stl/_sstream.c
-epoc32/include/stdapis/stlport/stl/_sstream.h
-epoc32/include/stdapis/stlport/stl/_stack.h
-epoc32/include/stdapis/stlport/stl/_stdio_file.h
-epoc32/include/stdapis/stlport/stl/_stream_iterator.h
-epoc32/include/stdapis/stlport/stl/_streambuf.c
-epoc32/include/stdapis/stlport/stl/_streambuf.h
-epoc32/include/stdapis/stlport/stl/_streambuf_iterator.h
-epoc32/include/stdapis/stlport/stl/_string.c
-epoc32/include/stdapis/stlport/stl/_string.h
-epoc32/include/stdapis/stlport/stl/_string_fwd.c
-epoc32/include/stdapis/stlport/stl/_string_fwd.h
-epoc32/include/stdapis/stlport/stl/_string_hash.h
-epoc32/include/stdapis/stlport/stl/_string_io.c
-epoc32/include/stdapis/stlport/stl/_string_io.h
-epoc32/include/stdapis/stlport/stl/_strstream.h
-epoc32/include/stdapis/stlport/stl/_tempbuf.c
-epoc32/include/stdapis/stlport/stl/_tempbuf.h
-epoc32/include/stdapis/stlport/stl/_threads.c
-epoc32/include/stdapis/stlport/stl/_threads.h
-epoc32/include/stdapis/stlport/stl/_time_facets.c
-epoc32/include/stdapis/stlport/stl/_time_facets.h
-epoc32/include/stdapis/stlport/stl/_tree.c
-epoc32/include/stdapis/stlport/stl/_tree.h
-epoc32/include/stdapis/stlport/stl/_uninitialized.h
-epoc32/include/stdapis/stlport/stl/_valarray.c
-epoc32/include/stdapis/stlport/stl/_valarray.h
-epoc32/include/stdapis/stlport/stl/_vector.c
-epoc32/include/stdapis/stlport/stl/_vector.h
-epoc32/include/stdapis/stlport/stl/c_locale.h
-epoc32/include/stdapis/stlport/stl/char_traits.h
-epoc32/include/stdapis/stlport/stl/concept_checks.h
-epoc32/include/stdapis/stlport/stl/debug/_debug.c
-epoc32/include/stdapis/stlport/stl/debug/_debug.h
-epoc32/include/stdapis/stlport/stl/debug/_deque.h
-epoc32/include/stdapis/stlport/stl/debug/_hashtable.h
-epoc32/include/stdapis/stlport/stl/debug/_iterator.h
-epoc32/include/stdapis/stlport/stl/debug/_list.h
-epoc32/include/stdapis/stlport/stl/debug/_relops_cont.h
-epoc32/include/stdapis/stlport/stl/debug/_relops_hash_cont.h
-epoc32/include/stdapis/stlport/stl/debug/_slist.h
-epoc32/include/stdapis/stlport/stl/debug/_string.h
-epoc32/include/stdapis/stlport/stl/debug/_tree.h
-epoc32/include/stdapis/stlport/stl/debug/_vector.h
-epoc32/include/stdapis/stlport/stl/msl_string.h
-epoc32/include/stdapis/stlport/stl/type_traits.h
-epoc32/include/stdapis/stlport/stl/wrappers/_deque.h
-epoc32/include/stdapis/stlport/stl/wrappers/_hash_map.h
-epoc32/include/stdapis/stlport/stl/wrappers/_hash_set.h
-epoc32/include/stdapis/stlport/stl/wrappers/_list.h
-epoc32/include/stdapis/stlport/stl/wrappers/_map.h
-epoc32/include/stdapis/stlport/stl/wrappers/_mmap.h
-epoc32/include/stdapis/stlport/stl/wrappers/_set.h
-epoc32/include/stdapis/stlport/stl/wrappers/_slist.h
-epoc32/include/stdapis/stlport/stl/wrappers/_vector.h
-epoc32/include/stdapis/stlport/stl_user_config.h
-epoc32/include/stdapis/stlport/streambuf
-epoc32/include/stdapis/stlport/streambuf.h
-epoc32/include/stdapis/stlport/string
-epoc32/include/stdapis/stlport/string.h
-epoc32/include/stdapis/stlport/strstream
-epoc32/include/stdapis/stlport/strstream.h
-epoc32/include/stdapis/stlport/time.h
-epoc32/include/stdapis/stlport/typeinfo
-epoc32/include/stdapis/stlport/typeinfo.h
-epoc32/include/stdapis/stlport/using/cstring
-epoc32/include/stdapis/stlport/using/fstream
-epoc32/include/stdapis/stlport/using/h/fstream.h
-epoc32/include/stdapis/stlport/using/h/iomanip.h
-epoc32/include/stdapis/stlport/using/h/iostream.h
-epoc32/include/stdapis/stlport/using/h/ostream.h
-epoc32/include/stdapis/stlport/using/h/streambuf.h
-epoc32/include/stdapis/stlport/using/h/strstream.h
-epoc32/include/stdapis/stlport/using/iomanip
-epoc32/include/stdapis/stlport/using/ios
-epoc32/include/stdapis/stlport/using/iosfwd
-epoc32/include/stdapis/stlport/using/iostream
-epoc32/include/stdapis/stlport/using/istream
-epoc32/include/stdapis/stlport/using/locale
-epoc32/include/stdapis/stlport/using/ostream
-epoc32/include/stdapis/stlport/using/sstream
-epoc32/include/stdapis/stlport/using/streambuf
-epoc32/include/stdapis/stlport/using/strstream
-epoc32/include/stdapis/stlport/utility
-epoc32/include/stdapis/stlport/valarray
-epoc32/include/stdapis/stlport/vector
-epoc32/include/stdapis/stlport/wchar.h
-epoc32/include/stdapis/stlport/wctype.h
-epoc32/include/stdapis/stlport/wrap_std/complex
-epoc32/include/stdapis/stlport/wrap_std/fstream
-epoc32/include/stdapis/stlport/wrap_std/h/fstream.h
-epoc32/include/stdapis/stlport/wrap_std/h/iostream.h
-epoc32/include/stdapis/stlport/wrap_std/h/streambuf.h
-epoc32/include/stdapis/stlport/wrap_std/h/strstream.h
-epoc32/include/stdapis/stlport/wrap_std/iomanip
-epoc32/include/stdapis/stlport/wrap_std/ios
-epoc32/include/stdapis/stlport/wrap_std/iosfwd
-epoc32/include/stdapis/stlport/wrap_std/iostream
-epoc32/include/stdapis/stlport/wrap_std/istream
-epoc32/include/stdapis/stlport/wrap_std/locale
-epoc32/include/stdapis/stlport/wrap_std/ostream
-epoc32/include/stdapis/stlport/wrap_std/sstream
-epoc32/include/stdapis/stlport/wrap_std/streambuf
-epoc32/include/stdapis/stlport/wrap_std/strstream
-epoc32/include/stdapis/string.h
-epoc32/include/stdapis/strings.h
-epoc32/include/stdapis/sys/_iovec.h
-epoc32/include/stdapis/sys/_null.h
-epoc32/include/stdapis/sys/_pthreadtypes.h
-epoc32/include/stdapis/sys/_sigset.h
-epoc32/include/stdapis/sys/_timespec.h
-epoc32/include/stdapis/sys/_timeval.h
-epoc32/include/stdapis/sys/_types.h
-epoc32/include/stdapis/sys/aeselect.h
-epoc32/include/stdapis/sys/cdefs.h
-epoc32/include/stdapis/sys/dirent.h
-epoc32/include/stdapis/sys/endian.h
-epoc32/include/stdapis/sys/errno.h
-epoc32/include/stdapis/sys/event.h
-epoc32/include/stdapis/sys/fcntl.h
-epoc32/include/stdapis/sys/file.h
-epoc32/include/stdapis/sys/filio.h
-epoc32/include/stdapis/sys/ioccom.h
-epoc32/include/stdapis/sys/ioctl.h
-epoc32/include/stdapis/sys/ipc.h
-epoc32/include/stdapis/sys/limits.h
-epoc32/include/stdapis/sys/md5.h
-epoc32/include/stdapis/sys/mman.h
-epoc32/include/stdapis/sys/msg.h
-epoc32/include/stdapis/sys/param.h
-epoc32/include/stdapis/sys/queue.h
-epoc32/include/stdapis/sys/resource.h
-epoc32/include/stdapis/sys/select.h
-epoc32/include/stdapis/sys/sem.h
-epoc32/include/stdapis/sys/serial.h
-epoc32/include/stdapis/sys/shm.h
-epoc32/include/stdapis/sys/signal.h
-epoc32/include/stdapis/sys/socket.h
-epoc32/include/stdapis/sys/sockio.h
-epoc32/include/stdapis/sys/stat.h
-epoc32/include/stdapis/sys/stdint.h
-epoc32/include/stdapis/sys/sysctl.h
-epoc32/include/stdapis/sys/syslimits.h
-epoc32/include/stdapis/sys/time.h
-epoc32/include/stdapis/sys/times.h
-epoc32/include/stdapis/sys/timespec.h
-epoc32/include/stdapis/sys/ttycom.h
-epoc32/include/stdapis/sys/types.h
-epoc32/include/stdapis/sys/uio.h
-epoc32/include/stdapis/sys/un.h
-epoc32/include/stdapis/sys/unistd.h
-epoc32/include/stdapis/sys/utsname.h
-epoc32/include/stdapis/sys/wait.h
-epoc32/include/stdapis/sysexits.h
-epoc32/include/stdapis/time.h
-epoc32/include/stdapis/unistd.h
-epoc32/include/stdapis/utime.h
-epoc32/include/stdapis/utmp.h
-epoc32/include/stdapis/wchar.h
-epoc32/include/stdapis/wctype.h
-epoc32/include/stdapis/zconf.h
-epoc32/include/stdapis/zlib.h
-epoc32/include/StereoWideningBase.h
-epoc32/include/StereoWideningData.h
-epoc32/include/StereoWideningUtility.h
-epoc32/include/StereoWideningUtilityData.h
-epoc32/include/StringLoader.h
-epoc32/include/stringpool.h
-epoc32/include/stringpool.inl
-epoc32/include/stringpoolerr.h
-epoc32/include/stringtablesupport.h
-epoc32/include/STRNG.INL
-epoc32/include/swi/AppVersion.h
-epoc32/include/swi/AppVersion.inl
-epoc32/include/swi/pkgremover.h
-epoc32/include/swi/pkgremovererrors.h
-epoc32/include/symcpp.h
-epoc32/include/SyncMLAlertInfo.h
-epoc32/include/SyncMLClient.h
-epoc32/include/SyncMLClientDM.h
-epoc32/include/SyncMLClientDS.h
-epoc32/include/SyncMLContactSuiteProgressClient.h
-epoc32/include/SyncMLDataFilter.h
-epoc32/include/SyncMLDataFilter.hrh
-epoc32/include/SyncMLDataFilter.rh
-epoc32/include/SyncMLDef.h
-epoc32/include/SyncMLErr.h
-epoc32/include/SyncMLHistory.h
-epoc32/include/SyncMLObservers.h
-epoc32/include/SyncMLTransportProperties.h
-epoc32/include/sysutil.h
-epoc32/include/t32wld.h
-epoc32/include/tagma.h
-epoc32/include/tcp_hdr.h
-epoc32/include/tcpseq.h
-epoc32/include/telephony.inl
-epoc32/include/telsess.h
-epoc32/include/template/mconf.h
-epoc32/include/template/specific/iolines.h
-epoc32/include/test/datawrapper.inl
-epoc32/include/test/fileservplugin.h
-epoc32/include/test/rfileloggermacro.h
-epoc32/include/test/sysstartplugin.h
-epoc32/include/test/tefshareddata.inl
-epoc32/include/test/testblockcontroller.inl
-epoc32/include/test/testexecuteserverutils.inl
-epoc32/include/test/testshareddata.inl
-epoc32/include/testconfigfileparser.inl
-epoc32/include/textresolver.h
-epoc32/include/textresolver.hrh
-epoc32/include/thttpfields.h
-epoc32/include/tia637.h
-epoc32/include/tinternetdate.h
-epoc32/include/tmsvsystemprogress.h
-epoc32/include/tnonoperationmtmdata.h
-epoc32/include/tools/certapp-api.h
-epoc32/include/tools/elfdefs.h
-epoc32/include/tools/stlport/ciso646
-epoc32/include/tools/stlport/iso646.h
-epoc32/include/tools/stlport/rlocks.h
-epoc32/include/tools/stlport/stl/_alloc_old.h
-epoc32/include/tools/stlport/stl/_carray.h
-epoc32/include/tools/stlport/stl/_cctype.h
-epoc32/include/tools/stlport/stl/_clocale.h
-epoc32/include/tools/stlport/stl/_csetjmp.h
-epoc32/include/tools/stlport/stl/_csignal.h
-epoc32/include/tools/stlport/stl/_cstdarg.h
-epoc32/include/tools/stlport/stl/_cstddef.h
-epoc32/include/tools/stlport/stl/_cstdio.h
-epoc32/include/tools/stlport/stl/_cstdlib.h
-epoc32/include/tools/stlport/stl/_cstring.h
-epoc32/include/tools/stlport/stl/_ctime.h
-epoc32/include/tools/stlport/stl/_cwctype.h
-epoc32/include/tools/stlport/stl/_ioserr.h
-epoc32/include/tools/stlport/stl/_iostream_string.h
-epoc32/include/tools/stlport/stl/_mbstate_t.h
-epoc32/include/tools/stlport/stl/_move_construct_fwk.h
-epoc32/include/tools/stlport/stl/_sparc_atomic.h
-epoc32/include/tools/stlport/stl/_stdexcept.h
-epoc32/include/tools/stlport/stl/_stdexcept_base.h
-epoc32/include/tools/stlport/stl/_stlport_version.h
-epoc32/include/tools/stlport/stl/_string_base.h
-epoc32/include/tools/stlport/stl/_string_npos.h
-epoc32/include/tools/stlport/stl/_string_operators.h
-epoc32/include/tools/stlport/stl/_string_sum.h
-epoc32/include/tools/stlport/stl/_string_workaround.h
-epoc32/include/tools/stlport/stl/_typeinfo.h
-epoc32/include/tools/stlport/stl/_unordered_map.h
-epoc32/include/tools/stlport/stl/_unordered_set.h
-epoc32/include/tools/stlport/stl/boost_type_traits.h
-epoc32/include/tools/stlport/stl/config/_aix.h
-epoc32/include/tools/stlport/stl/config/_apcc.h
-epoc32/include/tools/stlport/stl/config/_apple.h
-epoc32/include/tools/stlport/stl/config/_as400.h
-epoc32/include/tools/stlport/stl/config/_auto_link.h
-epoc32/include/tools/stlport/stl/config/_bc.h
-epoc32/include/tools/stlport/stl/config/_como.h
-epoc32/include/tools/stlport/stl/config/_cray.h
-epoc32/include/tools/stlport/stl/config/_cygwin.h
-epoc32/include/tools/stlport/stl/config/_dec.h
-epoc32/include/tools/stlport/stl/config/_dec_vms.h
-epoc32/include/tools/stlport/stl/config/_detect_dll_or_lib.h
-epoc32/include/tools/stlport/stl/config/_dm.h
-epoc32/include/tools/stlport/stl/config/_evc.h
-epoc32/include/tools/stlport/stl/config/_freebsd.h
-epoc32/include/tools/stlport/stl/config/_fujitsu.h
-epoc32/include/tools/stlport/stl/config/_gcc.h
-epoc32/include/tools/stlport/stl/config/_hpacc.h
-epoc32/include/tools/stlport/stl/config/_hpux.h
-epoc32/include/tools/stlport/stl/config/_ibm.h
-epoc32/include/tools/stlport/stl/config/_icc.h
-epoc32/include/tools/stlport/stl/config/_intel.h
-epoc32/include/tools/stlport/stl/config/_kai.h
-epoc32/include/tools/stlport/stl/config/_linux.h
-epoc32/include/tools/stlport/stl/config/_mac.h
-epoc32/include/tools/stlport/stl/config/_macosx.h
-epoc32/include/tools/stlport/stl/config/_mlc.h
-epoc32/include/tools/stlport/stl/config/_msvc.h
-epoc32/include/tools/stlport/stl/config/_mwccnlm.h
-epoc32/include/tools/stlport/stl/config/_mwerks.h
-epoc32/include/tools/stlport/stl/config/_native_headers.h
-epoc32/include/tools/stlport/stl/config/_netware.h
-epoc32/include/tools/stlport/stl/config/_openbsd.h
-epoc32/include/tools/stlport/stl/config/_sgi.h
-epoc32/include/tools/stlport/stl/config/_solaris.h
-epoc32/include/tools/stlport/stl/config/_sunprocc.h
-epoc32/include/tools/stlport/stl/config/_symantec.h
-epoc32/include/tools/stlport/stl/config/_system.h
-epoc32/include/tools/stlport/stl/config/_warnings_off.h
-epoc32/include/tools/stlport/stl/config/_watcom.h
-epoc32/include/tools/stlport/stl/config/_windows.h
-epoc32/include/tools/stlport/stl/config/compat.h
-epoc32/include/tools/stlport/stl/config/features.h
-epoc32/include/tools/stlport/stl/config/host.h
-epoc32/include/tools/stlport/stl/config/stl_mycomp.h
-epoc32/include/tools/stlport/stl/config/user_config.h
-epoc32/include/tools/stlport/stl/debug/_string_sum_methods.h
-epoc32/include/tools/stlport/stl/pointers/_tools.h
-epoc32/include/tools/stlport/stl/type_manips.h
-epoc32/include/tools/stlport/unordered_map
-epoc32/include/tools/stlport/unordered_set
-epoc32/include/tools/stlport/using/export
-epoc32/include/tranp.h
-epoc32/include/tsendasclientpanic.h
-epoc32/include/tsendasmessagetypefilter.h
-epoc32/include/tsy.hrh
-epoc32/include/tsy.rh
-epoc32/include/tuladdressstringtokenizer.h
-epoc32/include/tulpanics.h
-epoc32/include/tulphonenumberutils.h
-epoc32/include/tulstringresourcereader.h
-epoc32/include/tultextresourceutils.h
-epoc32/include/txtetext.h
-epoc32/include/txtetext.inl
-epoc32/include/txtfmlyr.h
-epoc32/include/txtfmlyr.inl
-epoc32/include/txtfmstm.h
-epoc32/include/txtfrmat.h
-epoc32/include/txtfrmat.inl
-epoc32/include/txtglobl.h
-epoc32/include/txtglobl.inl
-epoc32/include/txtlaydc.h
-epoc32/include/txtmfmtx.h
-epoc32/include/txtmrtsr.h
-epoc32/include/txtrich.h
-epoc32/include/txtrich.inl
-epoc32/include/txtstyle.h
-epoc32/include/txtstyle.inl
-epoc32/include/txtuids.h
-epoc32/include/tz.h
-epoc32/include/tzconverter.h
-epoc32/include/tzdefines.h
-epoc32/include/tzlocalizationdatatypes.h
-epoc32/include/tzlocalizationdatatypes.inl
-epoc32/include/tzlocalizer.h
-epoc32/include/tzupdate.h
-epoc32/include/udp_hdr.h
-epoc32/include/uiklaf/private/lafappui.h
-epoc32/include/uiklaf/private/lafenv.h
-epoc32/include/uiklaf/private/lafmsg.h
-epoc32/include/uiklaf/private/lafnotcap.h
-epoc32/include/uiklaf/private/lafspane.h
-epoc32/include/uiklaf/private/lafsrv.h
-epoc32/include/uiklaf/private/lafvcurs.h
-epoc32/include/uikon.hrh
-epoc32/include/uikon.rh
-epoc32/include/uikon/eikalsrv.h
-epoc32/include/uikon/eikalsup.h
-epoc32/include/uikon/eiknfysv.h
-epoc32/include/uikon/eiksvfty.h
-epoc32/include/unified_editor.h
-epoc32/include/unifiedcertstore.h
-epoc32/include/uri16.h
-epoc32/include/uri8.h
-epoc32/include/uricommon.h
-epoc32/include/uriutils.h
-epoc32/include/uriutilscommon.h
-epoc32/include/utf.h
-epoc32/include/variant/Symbian_OS.hrh
-epoc32/include/vcal.h
-epoc32/include/vcal.inl
-epoc32/include/vcard.h
-epoc32/include/vcard.inl
-epoc32/include/versioninfo.h
-epoc32/include/versioninfo.inl
-epoc32/include/versit.h
-epoc32/include/versit.inl
-epoc32/include/versittls.h
-epoc32/include/VG/1.1/openvg.h
-epoc32/include/VG/1.1/vgu.h
-epoc32/include/videoplayer.h
-epoc32/include/videorecorder.h
-epoc32/include/viewcli.h
-epoc32/include/vobserv.h
-epoc32/include/vprop.h
-epoc32/include/vprop.inl
-epoc32/include/vrecur.h
-epoc32/include/vrecur.inl
-epoc32/include/vstaticutils.h
-epoc32/include/vtoken.h
-epoc32/include/vtzrules.h
-epoc32/include/vuid.h
-epoc32/include/vutil.h
-epoc32/include/vwsappst.h
-epoc32/include/vwsdef.h
-epoc32/include/w32adll.h
-epoc32/include/w32click.h
-epoc32/include/w32std.h
-epoc32/include/w32stdgraphic.h
-epoc32/include/wap_sock.h
-epoc32/include/wapattrdf.h
-epoc32/include/wapengstd.h
-epoc32/include/waplog.h
-epoc32/include/wapmessage.h
-epoc32/include/wapmime.h
-epoc32/include/wapmsgerr.h
-epoc32/include/wappdef.h
-epoc32/include/waptestutils.h
-epoc32/include/waptestutils.inl
-epoc32/include/wbconverter.h
-epoc32/include/wins/variantmediadef.h
-epoc32/include/wins/winscomm.h
-epoc32/include/wins/winscomm.inl
-epoc32/include/wlansdkpskeys.h
-epoc32/include/wldtools.h
-epoc32/include/wngdoor.h
-epoc32/include/wngmodel.h
-epoc32/include/wngmodel.inl
-epoc32/include/wsp/wsptypes.h
-epoc32/include/wspdecoder.h
-epoc32/include/wspencoder.h
-epoc32/include/wtlscert.h
-epoc32/include/wtlscertchain.h
-epoc32/include/wtlskeys.h
-epoc32/include/wtlsnames.h
-epoc32/include/x500dn.h
-epoc32/include/x509cert.h
-epoc32/include/x509certchain.h
-epoc32/include/x509certext.h
-epoc32/include/x509gn.h
-epoc32/include/x509keys.h
-epoc32/include/x520ava.h
-epoc32/include/xml/attribute.h
-epoc32/include/xml/contenthandler.h
-epoc32/include/xml/contentprocessor.h
-epoc32/include/xml/contentprocessoruids.h
-epoc32/include/xml/contentsource.h
-epoc32/include/xml/documentparameters.h
-epoc32/include/xml/extension.h
-epoc32/include/xml/matchdata.h
-epoc32/include/xml/parser.h
-epoc32/include/xml/parserfeature.h
-epoc32/include/xml/plugins/charsetconverter.h
-epoc32/include/xml/plugins/contentprocessorinitparams.h
-epoc32/include/xml/plugins/dictionarycodepage.h
-epoc32/include/xml/plugins/elementstack.h
-epoc32/include/xml/plugins/parserinitparams.h
-epoc32/include/xml/plugins/parserinterface.h
-epoc32/include/xml/plugins/stringdictionary.h
-epoc32/include/xml/stringdictionarycollection.h
-epoc32/include/xml/taginfo.h
-epoc32/include/xml/wbxmlextensionhandler.h
-epoc32/include/xml/wbxmlparsererrors.h
-epoc32/include/xml/xmlframeworkconstants.h
-epoc32/include/xml/xmlframeworkerrors.h
-epoc32/include/xml/xmlparsererrors.h
-epoc32/include/xmlelemt.h
-epoc32/include/xmlengattr.h
-epoc32/include/xmlengattr.inl
-epoc32/include/xmlengbinarycontainer.h
-epoc32/include/xmlengbinarycontainer.inl
-epoc32/include/xmlengcdatasection.h
-epoc32/include/xmlengcdatasection.inl
-epoc32/include/xmlengcharacterdata.h
-epoc32/include/xmlengcharacterdata.inl
-epoc32/include/xmlengchunkcontainer.h
-epoc32/include/xmlengchunkcontainer.inl
-epoc32/include/xmlengcomment.h
-epoc32/include/xmlengcomment.inl
-epoc32/include/xmlengdatacontainer.h
-epoc32/include/xmlengdatacontainer.inl
-epoc32/include/xmlengdataserializer.h
-epoc32/include/xmlengdocument.h
-epoc32/include/xmlengdocument.inl
-epoc32/include/xmlengdocumentfragment.h
-epoc32/include/xmlengdocumentfragment.inl
-epoc32/include/xmlengdom.h
-epoc32/include/xmlengdomimplementation.h
-epoc32/include/xmlengdomparser.h
-epoc32/include/xmlengelement.h
-epoc32/include/xmlengelement.inl
-epoc32/include/xmlengentityreference.h
-epoc32/include/xmlengentityreference.inl
-epoc32/include/xmlengerrors.h
-epoc32/include/xmlengfilecontainer.h
-epoc32/include/xmlengfilecontainer.inl
-epoc32/include/xmlengnamespace.h
-epoc32/include/xmlengnamespace.inl
-epoc32/include/xmlengnode.h
-epoc32/include/xmlengnode.inl
-epoc32/include/xmlengnodefilter.h
-epoc32/include/xmlengnodelist.h
-epoc32/include/xmlengnodelist.inl
-epoc32/include/xmlengnodelist_impl.h
-epoc32/include/xmlengoutputstream.h
-epoc32/include/xmlengprocessinginstruction.h
-epoc32/include/xmlengprocessinginstruction.inl
-epoc32/include/xmlengserializationoptions.h
-epoc32/include/xmlengtext.h
-epoc32/include/xmlengtext.inl
-epoc32/include/xmlenguserdata.h
-epoc32/include/xmlentityreferences.h
-epoc32/include/xmllib.h
-epoc32/include/ziparchive.h
-epoc32/include/zipfile.h
-epoc32/include/zipfilemember.h
-epoc32/include/zipfilememberinputstream.h
-epoc32/include/zipfilememberiterator.h
--- a/symbian2/single/job_props.ant.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="SF-JOB-PROPS" >
-    
-    <dirname property="sf.spec.job.dir" file="${ant.file.SF-JOB-PROPS}"/>
-    <property name="sf.project.type" value="platform" />
-
-    <property name="sf.previous.pdk.tag" value="PDK_2.0.2" />
-
-    <property name="sf.spec.job.name" value="symbian2"/>
-    <property name="sf.spec.corebuildversion" value="week19"/>
-    
-    <property name="sf.spec.sbs.variant" value="tb91sf"/>  
-    <property name="sf.spec.sbs.config"  value="winscw.whatlog,armv5.whatlog"/> <!-- both _urel and _udeb -->
-    <property name="sf.spec.sbs.tools.config" value="tools2_rel.whatlog,tools_rel.whatlog"/>
-    
-    <property name="sf.os.compile.iterate"  value="true"/> <!-- New property for iterating though sf.spec.sbs.config instead of all at once -->
-
-    <property name="sf.spec.bldmefirst.gt.variant" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS_v${sf.spec.sbs.variant}.cfg" />
-    <property name="sf.spec.bldmefirst.gt.hrh" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/" />
-
-    <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan but only western is used at the moment -->
-    <property name="sf.spec.bldmefirst.s60.config.root" value="sf/os/deviceplatformrelease/sf_config/config" />
-    <property name="sf.spec.bldmefirst.s60.sbs.variant.cfg" value="${sf.spec.bldmefirst.s60.config.root}/inc/variant.cfg" /> <!-- currently needed for touching -->
-    <property name="sf.spec.bldmefirst.s60.exports" value="${sf.spec.bldmefirst.s60.config.root}/${sf.spec.bldmefirst.s60.variant}/group,${sf.spec.bldmefirst.s60.config.root}/group,sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/group,sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group,sf/os/devicesrv/commonservices/commonengine/group,sf/mw/web/web_plat/browser_platform_api/group,sf/tools/homescreentools/dtdinstaller/group"/>
-    
-    <!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog  -->
-    <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
-    <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
-
-    <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.location"       value="\\v800008\PDT\prebuilt_default.22_custom" />
-    
-    <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}_custom" /> <!-- for TEF etc -->
-    
-    <!-- platform build specific properties -->
-    <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_1_sf" />
-    <property name="sf.spec.os.sysdef.clean.configurations.list"   value="GT_${sf.spec.sbs.variant}" />
-    
-    <!-- provide dtd location as os and s60 layers will be different -->
-    <property name="sf.spec.s60.sysdef.dtd"  value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/>
-    <property name="sf.spec.os.sysdef.dtd"   value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/>
-    
-    <property name="sf.spec.sysdef.version"      value="2.0.0"/> <!-- default -->
-    <property name="sf.spec.s60.sysdef.version"  value="2.0.0"/>
-    <property name="sf.spec.os.sysdef.version"   value="2.0.0"/>
-    
-    <!-- build os and s60 by default -->
-    <property name="sf.spec.os.skipbuild"   value="false"/>
-    <property name="sf.spec.s60.skipbuild"  value="true"/>
-    <property name="sf.spec.splitbuild"     value="false"/> <!-- *this* platform build defines two steps -->
-
-    <!-- generate dir list(s) of epoc32 tree -->
-    <property name="sf.spec.dirlist.enable"  value="true"/>
-    
-    <!-- generate delta of two epoc32 trees. note: this takes a while! -->
-    <property name="sf.spec.dirdelta.enable" value="true"/>
-
-    <!-- prefilter raptor logs -->
-    <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
-    
-    <!-- zip all logs before publish -->
-    <property name="sf.spec.logs.zip.enable"  value="true"/>
-
-    <!-- packaging options for bin/src-->
-    <property name="sf.spec.package.bin.enable"  value="true"/>
-    <property name="sf.spec.package.src.enable"  value="true"/>
-    <property name="sf.sdk.header.list.file"     value="${sf.spec.job.dir}/../sdkFiles.txt"/>
-    
-    <property name="sf.spec.test.sendpkg.enable" value="true"/>
-    <property name="sf.test.csv.file"            value="${sf.spec.job.dir}/../platform_test.csv"/>
-
-    <property name="sf.spec.md5.enable"          value="true"/>
-
-    <!-- Build ROMs from iMaker config defined in job_refs.ant.xml -->
-    <property name="sf.spec.referenceroms.createimages.enable" value="false"/>
-
-</project>
--- a/symbian2/single/job_refs.ant.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="SF-JOB-REFS">
-
-<!-- For a combined model GT+S60, sf.spec.os.system.definition.files must be used -->
-  <path id="sf.spec.os.system.definition.files">
-    <fileset dir="${sf.spec.systemdefinition.location}/" casesensitive="false">
-            <include name="${sf.spec.systemdefinition.filename}" />
-    </fileset>
-  </path>  
-    
- </project>
\ No newline at end of file
--- a/symbian2/single/public_override_props.ant.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="SF-PUBLIC-PROPS">
-    
-    <dirname property="sf.spec.job.dir" file="${ant.file.SF-PUBLIC-PROPS}"/>
-    <property name="sf.suppress.buildenv.check" value="true" />
-    <property name="sf.suppress.drive.space.check" value="true" />
-    <property name="sf.drive.space.needed" value="40G"/>
-    <property name="sf.spec.job.drive" value="M:"/>
-    
-    <!-- unpack prebuilt binaries and bom? if so from where? -->
-    <property name="sf.spec.baseline.enable"         value="true" />
-    <property name="sf.spec.baseline.location"       value="D:\PDK_3.0.i_download" />
-    <property name="sf.spec.baseline.getenv_options" value="-i emu -i prebuilt -i info -k" />
-    
-    <!-- unpack tools? if so, from same location as baseline? -->
-    <property name="sf.spec.toolsbaseline.enable"         value="true" />
-    <property name="sf.spec.toolsbaseline.location"       value="${sf.spec.baseline.location}" />
-    <property name="sf.spec.toolsbaseline.getenv_options" value="-i tools -k" />
-    
-    <!-- packaging options -->
-    <property name="sf.spec.package.src.enable" value="false" />
-    <property name="sf.spec.package.bin.enable" value="false" />
-    
-    <!-- default build configurations -->
-    <property name="sf.spec.sbs.config"       value="winscw_udeb.whatlog" />
-    <property name="sf.spec.sbs.tools.config" value="tools2.whatlog" />
-
-    <!-- default localisation variant -->
-    <property name="sf.spec.bldmefirst.s60.variant" value="engineering" />
-    
-    <!-- prevent trying to access default SF servers -->
-    <property name="sf.spec.publish.enable"      value="false" />
-    <property name="sf.spec.smoketest.enable"    value="false" />
-    <property name="sf.spec.test.sendpkg.enable" value="false" />
-    
-    <!-- public rnd binaries are in baseline.location, not from mercurial -->
-    <property name="sf.spec.sourcesync.sourcespecfile.rnd" value="nul:"/>
-
-    <!-- use sources defined in BOM as this will rebuild that PDK -->
-    <property name="sf.spec.sourcesync.sourcespecdir"  value="${sf.spec.job.drive}\build_info\logs\BOM"/>
-    <property name="sf.spec.systemdefinition.location" value="${sf.spec.job.drive}\build_info\logs\BOM"/>
-</project>
--- a/symbian2/single/sources.csv	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,120 +0,0 @@
-source,dst,type,pattern,sysdef
-http://developer.symbian.org/oss/MCL/sftools/fbf/utilities/,/utilities,branch,default,
-//v800008/Builds01/mercurial_development/rnd/internal/epoc_additional/,/rnd/internal/epoc_additional,branch,RCL_1,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/aricent/,/rnd/rndonly/aricent,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/monotype/,/rnd/rndonly/monotype,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/realnetworks/,/rnd/rndonly/realnetworks,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/samsung/,/rnd/rndonly/samsung,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/redist/objective_systems/,/rnd/redist/objective_systems,branch,default,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/adaptation/stubs/,/sf/adaptation/stubs,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/camera/,/sf/app/camera,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/commonemail/,/sf/app/commonemail,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/conntools/,/sf/app/conntools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/contacts/,/sf/app/contacts,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/contentcontrol/,/sf/app/contentcontrol,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/conversations/,/sf/app/conversations,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/devicecontrol/,/sf/app/devicecontrol,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/dictionary/,/sf/app/dictionary,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/files/,/sf/app/files,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/gallery/,/sf/app/gallery,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/graphicsuis/,/sf/app/graphicsuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/helps/,/sf/app/helps,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/homescreen/,/sf/app/homescreen,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/im/,/sf/app/im,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/imgeditor/,/sf/app/imgeditor,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/imgvieweruis/,/sf/app/imgvieweruis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/iptelephony/,/sf/app/iptelephony,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/java/,/sf/app/java,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/location/,/sf/app/location,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/messaging/,/sf/app/messaging,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/mmsharinguis/,/sf/app/mmsharinguis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/musicplayer/,/sf/app/musicplayer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/organizer/,/sf/app/organizer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/phone/,/sf/app/phone,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/photos/,/sf/app/photos,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/poc/,/sf/app/poc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/printing/,/sf/app/printing,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/profile/,/sf/app/profile,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/radio/,/sf/app/radio,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/screensaver/,/sf/app/screensaver,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/settingsuis/,/sf/app/settingsuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/speechsrv/,/sf/app/speechsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/techview/,/sf/app/techview,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/utils/,/sf/app/utils,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videocenter/,/sf/app/videocenter,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videoeditor/,/sf/app/videoeditor,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videoplayer/,/sf/app/videoplayer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videotelephony/,/sf/app/videotelephony,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/voicerec/,/sf/app/voicerec,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/app/webuis/,/sf/app/webuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/accesssec/,/sf/mw/accesssec,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/appinstall/,/sf/mw/appinstall,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/appsupport/,/sf/mw/appsupport,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/camerasrv/,/sf/mw/camerasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/classicui/,/sf/mw/classicui,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/dlnasrv/,/sf/mw/dlnasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/drm/,/sf/mw/drm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/hapticsservices/,/sf/mw/hapticsservices,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/homescreensrv/,/sf/mw/homescreensrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/imghandling/,/sf/mw/imghandling,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/imsrv/,/sf/mw/imsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/inputmethods/,/sf/mw/inputmethods,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipappprotocols/,/sf/mw/ipappprotocols,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipappsrv/,/sf/mw/ipappsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipconnmgmt/,/sf/mw/ipconnmgmt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/legacypresence/,/sf/mw/legacypresence,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/locationsrv/,/sf/mw/locationsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mds/,/sf/mw/mds,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/messagingmw/,/sf/mw/messagingmw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/metadatasrv/,/sf/mw/metadatasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmappfw/,/sf/mw/mmappfw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmmw/,/sf/mw/mmmw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmuifw/,/sf/mw/mmuifw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/netprotocols/,/sf/mw/netprotocols,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/networkingdm/,/sf/mw/networkingdm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/opensrv/,/sf/mw/opensrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/phonesrv/,/sf/mw/phonesrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remoteconn/,/sf/mw/remoteconn,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remotemgmt/,/sf/mw/remotemgmt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remotestorage/,/sf/mw/remotestorage,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/securitysrv/,/sf/mw/securitysrv,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/serviceapi/,/sf/mw/serviceapi,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/serviceapifw/,/sf/mw/serviceapifw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/shortlinkconn/,/sf/mw/shortlinkconn,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/svgt/,/sf/mw/svgt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uiaccelerator/,/sf/mw/uiaccelerator,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uiresources/,/sf/mw/uiresources,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uitools/,/sf/mw/uitools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/videoutils/,/sf/mw/videoutils,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/vpnclient/,/sf/mw/vpnclient,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/web/,/sf/mw/web,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/websrv/,/sf/mw/websrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/wirelessacc/,/sf/mw/wirelessacc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/boardsupport/,/sf/os/boardsupport,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/buildtools/,/sf/os/buildtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/cellularsrv/,/sf/os/cellularsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/commsfw/,/sf/os/commsfw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/deviceplatformrelease/,/sf/os/deviceplatformrelease,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/devicesrv/,/sf/os/devicesrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/graphics/,/sf/os/graphics,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/imagingext/,/sf/os/imagingext,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/kernelhwsrv/,/sf/os/kernelhwsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/lbs/,/sf/os/lbs,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/mm/,/sf/os/mm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/networkingsrv/,/sf/os/networkingsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/ossrv/,/sf/os/ossrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/persistentdata/,/sf/os/persistentdata,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/os/security/,/sf/os/security,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/shortlinksrv/,/sf/os/shortlinksrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/textandloc/,/sf/os/textandloc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/unref/,/sf/os/unref,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/wlan/,/sf/os/wlan,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/xmlsrv/,/sf/os/xmlsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/ostools/osrndtools/,/sf/ostools/osrndtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/build_s60/,/sf/tools/build_s60,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/buildplatforms/,/sf/tools/buildplatforms,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/homescreentools/,/sf/tools/homescreentools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/makefile_templates/,/sf/tools/makefile_templates,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/platformtools/,/sf/tools/platformtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/rndtools/,/sf/tools/rndtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/swconfigtools/,/sf/tools/swconfigtools,branch,RCL_1,layers.sysdef.xml
--- a/symbian2/single/sources_fcl.csv	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,123 +0,0 @@
-source,dst,type,pattern,sysdef
-http://developer.symbian.org/oss/MCL/sftools/fbf/utilities/,/utilities,branch,default,
-//v800008/Builds01/mercurial_development/rnd/internal/epoc_additional/,/rnd/internal/epoc_additional,branch,RCL_1,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/aricent/,/rnd/rndonly/aricent,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/monotype/,/rnd/rndonly/monotype,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/realnetworks/,/rnd/rndonly/realnetworks,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/samsung/,/rnd/rndonly/samsung,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/redist/objective_systems/,/rnd/redist/objective_systems,branch,default,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/homescreentools/,/sf/tools/homescreentools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/rndtools/,/sf/tools/rndtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/tools/platformtools/,/sf/tools/platformtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/swconfigtools/,/sf/tools/swconfigtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/build_s60/,/sf/tools/build_s60,branch,RCL_1,
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/tools/buildplatforms/,/sf/tools/buildplatforms,branch,RCL_1,
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/tools/makefile_templates/,/sf/tools/makefile_templates,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/ostools/osrndtools/,/sf/ostools/osrndtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/adaptation/stubs/,/sf/adaptation/stubs,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/oss/FCL/sf/adaptation/qemu/,/sf/adaptation/qemu,branch,default,
-http://developer.symbian.org/oss/MCL/sf/adaptation/codecs.aricent/,/sf/adaptation/codecs.aricent,branch,default,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/boardsupport/,/sf/os/boardsupport,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/os/ossrv/,/sf/os/ossrv,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/os/security/,/sf/os/security,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/persistentdata/,/sf/os/persistentdata,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/os/devicesrv/,/sf/os/devicesrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/lbs/,/sf/os/lbs,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/commsfw/,/sf/os/commsfw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/os/networkingsrv/,/sf/os/networkingsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/wlan/,/sf/os/wlan,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/cellularsrv/,/sf/os/cellularsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/mm/,/sf/os/mm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/imagingext/,/sf/os/imagingext,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/graphics/,/sf/os/graphics,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/textandloc/,/sf/os/textandloc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/xmlsrv/,/sf/os/xmlsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/deviceplatformrelease/,/sf/os/deviceplatformrelease,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/kernelhwsrv/,/sf/os/kernelhwsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/shortlinksrv/,/sf/os/shortlinksrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/buildtools/,/sf/os/buildtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/unref/,/sf/os/unref,branch,RCL_1,
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/mw/appsupport/,/sf/mw/appsupport,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/securitysrv/,/sf/mw/securitysrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/drm/,/sf/mw/drm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/accesssec/,/sf/mw/accesssec,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/locationsrv/,/sf/mw/locationsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipconnmgmt/,/sf/mw/ipconnmgmt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/netprotocols/,/sf/mw/netprotocols,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipappprotocols/,/sf/mw/ipappprotocols,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/wirelessacc/,/sf/mw/wirelessacc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/vpnclient/,/sf/mw/vpnclient,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipappsrv/,/sf/mw/ipappsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/phonesrv/,/sf/mw/phonesrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/messagingmw/,/sf/mw/messagingmw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/imsrv/,/sf/mw/imsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/legacypresence/,/sf/mw/legacypresence,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/opensrv/,/sf/mw/opensrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remotemgmt/,/sf/mw/remotemgmt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/networkingdm/,/sf/mw/networkingdm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remotestorage/,/sf/mw/remotestorage,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remoteconn/,/sf/mw/remoteconn,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/dlnasrv/,/sf/mw/dlnasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/shortlinkconn/,/sf/mw/shortlinkconn,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/imghandling/,/sf/mw/imghandling,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/metadatasrv/,/sf/mw/metadatasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mds/,/sf/mw/mds,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmuifw/,/sf/mw/mmuifw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/videoutils/,/sf/mw/videoutils,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmmw/,/sf/mw/mmmw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/helix/,/sf/mw/helix,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/camerasrv/,/sf/mw/camerasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmappfw/,/sf/mw/mmappfw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/inputmethods/,/sf/mw/inputmethods,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/mw/classicui/,/sf/mw/classicui,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/svgt/,/sf/mw/svgt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uiaccelerator/,/sf/mw/uiaccelerator,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/mw/uiresources/,/sf/mw/uiresources,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/hapticsservices/,/sf/mw/hapticsservices,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/homescreensrv/,/sf/mw/homescreensrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/mw/appinstall/,/sf/mw/appinstall,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/serviceapifw/,/sf/mw/serviceapifw,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/serviceapi/,/sf/mw/serviceapi,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/web/,/sf/mw/web,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/websrv/,/sf/mw/websrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uitools/,/sf/mw/uitools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/location/,/sf/app/location,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/mmsharinguis/,/sf/app/mmsharinguis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/app/phone/,/sf/app/phone,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videotelephony/,/sf/app/videotelephony,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/poc/,/sf/app/poc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/iptelephony/,/sf/app/iptelephony,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/settingsuis/,/sf/app/settingsuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/contentcontrol/,/sf/app/contentcontrol,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/devicecontrol/,/sf/app/devicecontrol,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/conntools/,/sf/app/conntools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/printing/,/sf/app/printing,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/files/,/sf/app/files,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/app/contacts/,/sf/app/contacts,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/organizer/,/sf/app/organizer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/messaging/,/sf/app/messaging,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/commonemail/,/sf/app/commonemail,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/app/conversations/,/sf/app/conversations,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/app/im/,/sf/app/im,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/utils/,/sf/app/utils,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/dictionary/,/sf/app/dictionary,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/camera/,/sf/app/camera,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/imgeditor/,/sf/app/imgeditor,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videoeditor/,/sf/app/videoeditor,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/gallery/,/sf/app/gallery,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videoplayer/,/sf/app/videoplayer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/app/photos/,/sf/app/photos,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/app/videocenter/,/sf/app/videocenter,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/musicplayer/,/sf/app/musicplayer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/radio/,/sf/app/radio,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/voicerec/,/sf/app/voicerec,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/imgvieweruis/,/sf/app/imgvieweruis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/screensaver/,/sf/app/screensaver,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/homescreen/,/sf/app/homescreen,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/graphicsuis/,/sf/app/graphicsuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/profile/,/sf/app/profile,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/speechsrv/,/sf/app/speechsrv,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/app/webuis/,/sf/app/webuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/java/,/sf/app/java,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/helps/,/sf/app/helps,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/techview/,/sf/app/techview,branch,RCL_1,layers.sysdef.xml
--- a/symbian2/single/sysdefs/sysdef_2_0_0.dtd	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,86 +0,0 @@
- <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (block* | collection*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT block (subblock* | collection*)*>
- <!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED>
- <!ELEMENT subblock (collection)*>
- <!ATTLIST subblock name CDATA #REQUIRED>
- <!ELEMENT collection (component)*>
- <!ATTLIST collection
-  name CDATA #REQUIRED
-  level NMTOKEN #IMPLIED>
- <!ELEMENT component (unit)*>
- <!ATTLIST component
-  name CDATA #REQUIRED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) "N"
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  bldFile CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED>
- <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
- <!ATTLIST SystemBuild schema CDATA #REQUIRED>
- <!ELEMENT list (ref+)>
- <!ATTLIST list
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT ref EMPTY>
- <!ATTLIST ref item CDATA #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N ) #REQUIRED>
- <!ELEMENT configuration (listRef+ | ref+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
- <!ELEMENT listRef EMPTY>
- <!ATTLIST listRef list CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N ) #REQUIRED
-  targetParallel (Y | N ) "N">
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  root CDATA #IMPLIED
-  command CDATA #REQUIRED>
\ No newline at end of file
--- a/symbian2/single/sysdefs/sysdef_dtd_2_0_0.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-============================================================================ 
-Name        : sysdef_dtd_1_4_0.xml 
-Part of     : Helium 
-
-Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
-This component and the accompanying materials are made available
-under the terms of the License "Eclipse Public License v1.0"
-which accompanies this distribution, and is available
-at the URL "http://www.eclipse.org/legal/epl-v10.html".
-
-Initial Contributors:
-Nokia Corporation - initial contribution.
-
-Contributors:
-
-Description:
-
-============================================================================
--->
-<!DOCTYPE SystemDefinition [
- <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (block* | collection*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT block (subblock* | collection*)*>
- <!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED>
- <!ELEMENT subblock (collection)*>
- <!ATTLIST subblock name CDATA #REQUIRED>
- <!ELEMENT collection (component)*>
- <!ATTLIST collection
-  name CDATA #REQUIRED
-  level NMTOKEN #IMPLIED>
- <!ELEMENT component (unit)*>
- <!ATTLIST component
-  name CDATA #REQUIRED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) "N"
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  bldFile CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED>
- <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
- <!ATTLIST SystemBuild schema CDATA #REQUIRED>
- <!ELEMENT list (ref+)>
- <!ATTLIST list
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT ref EMPTY>
- <!ATTLIST ref item CDATA #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N ) #REQUIRED>
- <!ELEMENT configuration (listRef+ | ref+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
- <!ELEMENT listRef EMPTY>
- <!ATTLIST listRef list CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N ) #REQUIRED
-  targetParallel (Y | N ) "N">
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  root CDATA #IMPLIED
-  command CDATA #REQUIRED>
-]>
-<SystemDefinition name="MCL" schema="2.0.0">
-</SystemDefinition>
--- a/symbian2/single/sysdefs/system_model.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9488 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<SystemDefinition name="foundation" schema="2.0.1">
- <systemModel>
-  <layer name="tools" long-name="Tools">
-   <block name="homescreentools" long-name="Home Screen Tools" tech_domain="ui" level="services" levels="tool install">
-    <collection name="dtdinstaller" long-name="DTD Installer" level="install">
-     <component name="dtdinstaller_build" origin-model="foundation">
-      <unit bldFile="tools/homescreentools/dtdinstaller/group"/>
-     </component>
-    </collection>
-    <collection name="themeinstaller" long-name="Theme Installer" level="install">
-     <component name="themeinstaller_build" origin-model="foundation">
-      <unit bldFile="tools/homescreentools/themeinstaller/group"/>
-     </component>
-    </collection>
-    <collection name="themetool" long-name="Theme Tool" level="tool">
-     <component name="themetool_build" origin-model="foundation">
-      <unit bldFile="tools/homescreentools/themetool/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="rndtools" long-name="RD tools" tech_domain="to" level="services" levels="app generic specific">
-    <collection name="creator" long-name="Creator" level="app">
-     <component name="creator_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/creator/group"/>
-     </component>
-    </collection>
-    <collection name="filebrowser" long-name="File Browser" level="specific">
-     <component name="fileopserver" long-name="File Op Server" origin-model="foundation">
-      <unit bldFile="tools/rndtools/filebrowser/fileopserver/group"/>
-     </component>
-     <component name="fileopclient" long-name="File Op Client" origin-model="foundation">
-      <unit bldFile="tools/rndtools/filebrowser/fileopclient/group"/>
-     </component>
-     <component name="filebrowser_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/filebrowser/group"/>
-     </component>
-    </collection>
-    <collection name="launcher" long-name="Launcher" level="specific">
-     <component name="launcher_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/launcher/group"/>
-     </component>
-    </collection>
-    <collection name="screengrabber" long-name="Screen Grabber" level="specific">
-     <component name="screengrabber_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/screengrabber/group"/>
-     </component>
-    </collection>
-    <collection name="stifui" long-name="STIF UI" level="generic">
-     <component name="stifui_stifui" long-name="STIF UI" origin-model="foundation">
-      <unit bldFile="tools/rndtools/stifui/stifui/group"/>
-     </component>
-     <component name="uitestserverstarter" long-name="UI Test Server Starter" origin-model="foundation">
-      <unit bldFile="tools/rndtools/stifui/uitestserverstarter/group"/>
-     </component>
-     <component unofficial="yes" name="stifui_build" long-name="STIF UI Build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/stifui/group"/>
-     </component>
-    </collection>
-    <collection name="loadgen" long-name="Load Generator" level="app">
-     <component name="loadgen_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/loadgen/group"/>
-     </component>
-    </collection>
-    <collection name="perfmon" long-name="Performance Monitor" level="app">
-     <component name="perfmon_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/perfmon/group"/>
-     </component>
-    </collection>
-    <collection name="htiui" long-name="HTI UI" level="generic">
-     <component name="HtiCommPlugins" filter="s60" long-name="HTI Comm Plugins" purpose="development" plugin="Y">
-      <unit bldFile="tools/rndtools/htiui/HtiCommPlugins/HtiBtCommPlugin/group"/>
-     </component>
-     <component name="HtiServicePlugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y">
-      <!-- can only have a single unit. Should #include from a common bld.inf file -->
-      <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
-      <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
-      <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
-      <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
-      <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
-      <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
-      <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
-      <unit bldFile="tools/rndtools/htiui/HtiServicePlugins/HtiFtpBackupFake/group"/>
-     </component>
-     <component name="htidevicereboot" long-name="HTI DeviceR eboot" origin-model="foundation">
-      <unit bldFile="tools/rndtools/htiui/htidevicereboot/group"/>
-     </component>
-     <component name="htistartupwait" long-name="HTI Startup Wait" origin-model="foundation">
-      <unit bldFile="tools/rndtools/htiui/htistartupwait/group"/>
-     </component>
-     <component name="htiadmin" long-name="HTI Admin" origin-model="foundation">
-      <unit bldFile="tools/rndtools/htiui/htiadmin/group"/>
-     </component>
-     <component unofficial="yes" name="htiui_build" long-name="HTI UI Build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/htiui/group"/>
-     </component>
-    </collection>
-    <collection name="memspyui" long-name="Memspy UI" level="generic">
-     <component name="memspyui_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/memspyui/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="platformtools" long-name="Platform Tools" tech_domain="to" level="generic">
-    <collection name="gfxconversion" long-name="Graphics Conversion">
-     <component name="bmconv_s60" long-name="Bm Conv S60" origin-model="foundation">
-      <unit bldFile="tools/platformtools/gfxconversion/bmconv_s60/group"/>
-     </component>
-     <component name="mifconv" long-name="Mifconv" origin-model="foundation">
-      <unit bldFile="tools/platformtools/gfxconversion/mifconv/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="swconfigtools" long-name="Software Config Tools" tech_domain="to" level="services">
-    <collection name="gid_pc_tool" long-name="GID PC Tool">
-     <component name="dbimporter" long-name="DB Importer" origin-model="foundation">
-      <unit bldFile="tools/swconfigtools/gid_pc_tool/group"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-  <layer name="ostools" long-name="OS Tools">
-   <block name="osrndtools" long-name="OS RD tools" tech_domain="to" level="services" levels="fw trace">
-    <collection name="stif" long-name="STIF" level="fw">
-     <component name="testinterface" long-name="Test Interface" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testinterface/group"/>
-     </component>
-     <component name="testserver" long-name="Test Server" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testserver/group"/>
-     </component>
-     <component name="testengine" long-name="Test Engine" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testengine/group"/>
-     </component>
-     <component name="testserverstarter" long-name="Test Server Starter" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testserverstarter/group"/>
-     </component>
-     <component name="stiftfwif" long-name="STIF TFwIf" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/stiftfwif/group"/>
-     </component>
-     <component name="consoleui" long-name="Console UI" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/consoleui/group"/>
-     </component>
-     <component name="testcombiner" long-name="Test Combiner" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testcombiner/group"/>
-     </component>
-     <component name="demomodule" long-name="Demo Module" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/demomodule/group"/>
-     </component>
-     <component name="atslogger" long-name="ATS Logger" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/atslogger/group"/>
-     </component>
-     <component name="atsinterface" long-name="ATS Interface" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/atsinterface/group"/>
-     </component>
-     <component name="testscripter" long-name="Test Scripter" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testscripter/group"/>
-     </component>
-     <component name="suevent" long-name="SU Event" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/suevent/group"/>
-     </component>
-     <component name="stifkerneltestclassbase" long-name="STIF Kernel Test Class Base" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/stifkerneltestclassbase/group"/>
-     </component>
-     <component name="examples" long-name="Examples" origin-model="foundation">
-      <!-- <unit bldFile="ostools/osrndtools/stif/examples/stiftestmeasurementstub/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/examples/stifhwresetstub/group"/> -->
-     </component>
-     <component name="testmoduletemplates" long-name="Test Module Templates" origin-model="foundation">
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/templatescriptxxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/templatekernelscriptxxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/capsmodifierxxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/testmodulexxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/stifunitxxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/hardcodedtestmodulexxx/group"/> -->
-     </component>
-     <component unofficial="yes" name="stif_build" long-name="STIF Build" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/group"/>
-     </component>
-    </collection>
-    <collection name="memspy" long-name="Memspy" level="trace">
-     <component name="driver" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/driver/group"/>
-     </component>
-     <component name="memspy_engine" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/engine/group"/>
-     </component>
-     <component name="commandline" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/commandline/group"/>
-     </component>
-     <component name="console" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/console/group"/>
-     </component>
-     <component unofficial="yes" name="memspy_build" long-name="Memspy Build" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/group"/>
-     </component>
-    </collection>
-    <collection name="hti" long-name="HTI" level="trace">
-     <component name="hticfg" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/hticfg/group"/>
-     </component>
-     <component name="htiautostart" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/htiautostart/group"/>
-     </component>
-     <component name="htiframework" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/htiframework/group"/>
-     </component>
-     <!-- Empty duplicate component HtiCommPlugins removed -->
-     <!-- Empty duplicate component HtiServicePlugins removed -->
-     <component name="htifilehlp" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/htifilehlp/group"/>
-     </component>
-     <component name="htiwatchdog" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/htiwatchdog/group"/>
-     </component>
-     <component unofficial="yes" name="hti_build" long-name="HTI Build" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/group"/>
-     </component>
-    </collection>
-    <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
-     <component name="cinidata" long-name="CINI Data" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/> -->
-     </component>
-     <component name="testexecute" long-name="Test Execute" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="osrndtools_info" long-name="OS RD tools Info" level="trace">
-    <component name="osrndtools_metadata" long-name="OS RD tools Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/osrndtools/osrndtools_info/osrndtools_metadata/osrndtools_metadata.mrp"/>
-     </component>
-    </collection>
-	<collection name="osrndtools_plat" long-name="OS RD tools Platform Interfaces" level="trace">
-     <component unofficial="yes" name="memspy_api" origin-model="Foundation">
-      <unit bldFile="ostools/osrndtools/osrndtools_plat/memspy_api/group"/>
-     </component>
-     <component unofficial="yes" name="stif_api" origin-model="Foundation">
-      <unit bldFile="ostools/osrndtools/osrndtools_plat/stif_api/group"/>
-     </component>
-     <component unofficial="yes" name="hti_api" origin-model="Foundation">
-      <unit bldFile="ostools/osrndtools/osrndtools_plat/hti_api/group"/>
-     </component>
-     <component unofficial="yes" name="open_system_trace_api" origin-model="Foundation">
-      <unit bldFile="ostools/osrndtools/osrndtools_plat/open_system_trace_api/group"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-  <layer name="adaptation" long-name="Adaptation">
-    <block name="qemu" level="hw-if" long-name="Syborg Adaptation" levels="hw-if">
-      <collection id="baseport" name="Baseport" level="hw-if"> 
-        <component id="syborg" name="Syborg" introduced="symbian^2" purpose="optional">
-          <unit bldFile="adaptation/qemu/baseport/syborg" mrp="adaptation/qemu/baseport/syborg/syborg.mrp"/>
-        </component>
-      </collection>
-    </block>
-   <block name="stubs" long-name="Stubs" tech_domain="hb" levels="adaptation plugin mid engine">
-    <collection name="audiostubs" long-name="Audio Stubs" level="adaptation">
-     <component name="devsoundextensions_stubs" long-name="Devsound Extensions Stubs" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/audiovibracontrolcistub/group"/> -->
-      <!-- <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioenhancementfactorystubs/custominterfaceproxyfactory_stub/group"/> -->
-      <!-- <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioenhancementfactorystubs/messagehandlerfactory_stub/group"/> -->
-      <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/group"/>
-     </component>
-     <component name="fmradiotunercontrolstub" long-name="FM Radio Tuner Control Stub" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/audiostubs/fmradiotunercontrolstub/group"/>
-     </component>
-    </collection>
-    <collection name="drm_stubs" long-name="DRM Stubs" level="plugin">
-     <component name="drm_stubs_build" long-name="DRM Stubs Component" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/drm_stubs/group"/>
-     </component>
-    </collection>
-    <collection name="ptit9core_stub" long-name="PTI T9 Core Stub" level="plugin">
-     <component name="ptit9core_stub_build" long-name="PTI T9 Core Stub Component" origin-model="foundation"/>
-    </collection>
-    <collection name="btaudioadaptation_stub" long-name="BT Audio Adaptation Stub" level="adaptation">
-     <component name="btaudioadaptation_stub_build" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/btaudioadaptation_stub/group"/>
-     </component>
-    </collection>
-    <collection name="posmsgpluginreferenceimpl" long-name="Pos Msg Plugin Reference Implementation" level="plugin">
-     <component name="eposomasuplposrefapp" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/posmsgpluginreferenceimpl/group"/>
-     </component>
-    </collection>
-    <collection name="omasuplasnconverterstubimpl" long-name="OMA SUPL ASN Converter Stub Implementation" level="plugin">
-     <component name="asnimplementation" long-name="ASN Implementation" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/omasuplasnconverterstubimpl/group"/>
-     </component>
-    </collection>
-    <collection name="power_save_display_mode_stub" long-name="Power Save Display Mode Stub" level="plugin">
-     <component name="power_save_display_mode_stub_build" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/power_save_display_mode_stub/group"/>
-     </component>
-    </collection>
-    <collection name="srsfenginestub" long-name="SRSF Engine Stub" level="engine">
-     <component name="adaptationhwdevice" long-name="Adaptation Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/adaptationhwdevice/group"/> -->
-     </component>
-     <component name="grcompilerhwdevice" long-name="GR Compiler Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/grcompilerhwdevice/group"/> -->
-     </component>
-     <component name="ttphwdevice" long-name="TTP Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/ttphwdevice/group"/> -->
-     </component>
-     <component name="recognitionhwdevice" long-name="Recognition Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/recognitionhwdevice/group"/> -->
-     </component>
-     <component name="vocmanhwdevice" long-name="Voc Man Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/vocmanhwdevice/group"/> -->
-     </component>
-     <component name="ttshwdevice" long-name="TTS Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/ttshwdevice/group"/> -->
-     </component>
-     <component name="nlphwdevice" long-name="NLP Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/nlphwdevice/group"/> -->
-     </component>
-     <component unofficial="yes" name="srsfenginestub_build" long-name="SRSF Engine Stub Build" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/srsfenginestub/group"/>
-     </component>
-    </collection>
-    <collection name="systemswstubs" long-name="System SW Stubs" level="adaptation">
-     <component name="accessorypolicyreference" long-name="Accessory Policy Reference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/accessorypolicyreference/group"/>
-     </component>
-     <component name="asyreference" long-name="ASY Reference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/asyreference/group"/>
-     </component>
-     <component name="examplecommonisc" long-name="Example Common ISC" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/examplecommonisc/group"/>
-     </component>
-     <component name="exampledsy" long-name="Example DSY" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/exampledsy/group"/>
-     </component>
-     <component name="featuremanagerstub" long-name="Feature Manager Stub" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/featuremanagerstub/group"/>
-     </component>
-     <component name="tvoutconfig" long-name="TVOut Config" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/tvoutconfig/group"/>
-     </component>
-     <component name="hwrmstubplugins" long-name="HWRM Stub Plugins" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/hwrmstubplugins/group"/>
-     </component>
-     <component name="hwrmhapticsstubplugin" long-name="HWRM Haptics Stub Plugin" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/hwrmhapticsstubplugin/group"/>
-     </component>
-     <component name="sensorchannelsreference" long-name="Sensor Channels Reference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/sensorchannelsreference/group"/>
-     </component>
-     <component name="ssyreference" long-name="SSY Rreference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/ssyreference/group"/>
-     </component>
-     <component name="startupadaptationstub" long-name="Startup Adaptation Stub" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/startupadaptationstub/group"/>
-     </component>
-     <component name="tiltcompensationstub" long-name="Tilt Compensation Stub" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/tiltcompensationstub/group"/>
-     </component>
-     <component name="wiredbearerreference" long-name="Wired Bearer Teference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/wiredbearerreference/group"/>
-     </component>
-     <component unofficial="yes" name="systemswstubs_build" long-name="System SW Stubs Build" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/systemswstubs/group"/> -->
-     </component>
-    </collection>
-    <collection name="tactileclickplugin_stub" long-name="Tactile Click Plugin Stub" level="engine">
-     <component name="tactileclickplugin_build" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/tactileclickplugin_stub/group"/>
-     </component>
-    </collection>
-    <collection name="wlanhwinit_stub" long-name="WLAN Hardware Init Stub" level="mid">
-     <component name="wlanhwinit" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/wlanhwinit_stub/group"/>
-     </component>
-    </collection>
-    <collection name="ocrsrv_stub" long-name="OCR Services Stub" level="mid">
-     <component name="ocrsrv" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/ocrsrv_stub/group"/>
-     </component>
-    </collection>
-   </block>
-<block name="codecs.aricent" level="low" long-name="Aricent Codecs">
-<collection name="utilities" long-name="Aricent Utilities">
-<component name="ariprocessengine" long-name="Aricent Process Engine">
-<unit bldFile="adaptation/codecs.aricent/utilities/ariprocessengine/group"/>
-</component>
-<component name="aristatemachine" long-name="Aricent State Machine">
-<unit bldFile="adaptation/codecs.aricent/utilities/aristatemachine/group"/>
-</component>
-</collection>
-<collection name="aaclc_enc" level="plugin">
-<component name="ariaaclcencmmfcodec">
-<unit bldFile="adaptation/codecs.aricent/aaclc_enc/ariaaclcencmmfcodec/group"/>
-</component>
-</collection>
-<collection name="amrnb_dec" level="plugin">
-<component name="ariamrnbdecmmfcodec">
-<unit bldFile="adaptation/codecs.aricent/amrnb_dec/ariamrnbdecmmfcodec/group"/>
-</component>
-</collection>
-<collection name="amrnb_enc" level="plugin">
-<component name="ariamrnbencmmfcodec">
-<unit bldFile="adaptation/codecs.aricent/amrnb_enc/ariamrnbencmmfcodec/group"/>
-</component>
-</collection>
-<collection name="amrwb_dec" level="plugin">
-<component name="ariamrwbdecmmfcodec">
-<unit bldFile="adaptation/codecs.aricent/amrwb_dec/ariamrwbdecmmfcodec/group"/>
-</component>
-</collection>
-<collection name="h264_dec" level="plugin">
-<component name="arih264dechwdevice">
-<unit bldFile="adaptation/codecs.aricent/h264_dec/arih264dechwdevice/group"/>
-</component>
-</collection>
-<collection name="h264_enc" level="plugin">
-<component name="arih264enchwdevice">
-<unit bldFile="adaptation/codecs.aricent/h264_enc/arih264enchwdevice/group"/>
-</component>
-</collection>
-<collection name="heaac_dec" level="plugin">
-<component name="ariheaacdecmmfcodec">
-<unit bldFile="adaptation/codecs.aricent/heaac_dec/ariheaacdecmmfcodec/group"/>
-</component>
-</collection>
-<collection name="mp3_dec" level="plugin">
-<component name="arimp3decmmfcodec">
-<unit bldFile="adaptation/codecs.aricent/mp3_dec/arimp3decmmfcodec/group"/>
-</component>
-</collection>
-<collection name="mp4asp_dec" level="plugin">
-<component name="arimpeg4aspdechwdevice">
-<unit bldFile="adaptation/codecs.aricent/mp4asp_dec/arimpeg4aspdechwdevice/group"/>
-</component>
-</collection>
-<collection name="mp4sp_enc" level="plugin">
-<component name="arimp4spenchwdevice">
-<unit bldFile="adaptation/codecs.aricent/mp4sp_enc/arimp4spenchwdevice/group"/>
-</component>
-</collection>
-</block>
-  </layer>
-  <layer name="os" long-name="OS" levels="hw services">
-   <block name="boardsupport" long-name="Board Support" tech_domain="hb" level="hw" levels="bsp test 2 3 4">
-    <collection name="emulator" long-name="Emulator" level="bsp">
-     <component name="emulatorbsp" long-name="Emulator BSP" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
-     </component>
-    </collection>
-    <collection name="haitest" long-name="HAI Test Suites" level="test">
-     <component name="bspsvs" long-name="BSP Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/boardsupport/haitest/bspsvs/group/bspsvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="boardsupport_info" long-name="Board Support Info" level="4">
-     <component name="boardsupport_metadata" long-name="Board Support Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/boardsupport/boardsupport_info/boardsupport_metadata/boardsupport_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="ossrv" long-name="Generic OS Services" tech_domain="hb" level="services" levels="physical-abstraction app-libs encoding translation data-services utilities">
-    <collection name="utilitylibraries" long-name="Utility Libraries" level="encoding">
-     <component name="libutils" long-name="Utility Library" origin-model="foundation">
-      <unit bldFile="os/ossrv/utilitylibraries/libutils/group"/>
-      <unit bldFile="os/ossrv/utilitylibraries/libutils/tsrc/group"/>
-      <!-- <unit bldFile="os/ossrv/utilitylibraries/libutils/tsrc/nft/group"/> -->
-     </component>
-    </collection>
-    <collection name="ofdbus" long-name="OF Dbus" level="utilities">
-     <component name="dbus" long-name="Dbus" origin-model="foundation">
-      <unit bldFile="os/ossrv/ofdbus/dbus/group"/>
-      <unit bldFile="os/ossrv/ofdbus/dbus/tsrc/group"/>
-     </component>
-     <component name="dbus-glib" long-name="Dbus glib" origin-model="foundation">
-      <unit bldFile="os/ossrv/ofdbus/dbus-glib/group"/>
-      <unit bldFile="os/ossrv/ofdbus/dbus-glib/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="ofdbus_build" long-name="OF Dbus Build" origin-model="foundation">
-      <unit bldFile="os/ossrv/ofdbus/group"/>
-     </component>
-     <component unofficial="yes" name="ofdbus_test" long-name="OF Dbus Test" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/idle_daemon_run/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/g_n_messages/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/g_file_send/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/send_messages1/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/stif_glib_1_simple_message/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/file_transfer_time/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/g_n_messages1/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/send_messages/group"/> -->
-     </component>
-    </collection>
-    <collection name="glib" long-name="Glib" level="utilities">
-     <component name="glibbackend" long-name="Glib Backend" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/glibbackend/group"/>
-     </component>
-     <component name="libglib" long-name="Libglib" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/libglib/group"/>
-     </component>
-     <component name="libgthread" long-name="Libg Thread" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/libgthread/group"/>
-     </component>
-     <component name="libgmodule" long-name="Libg Module" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/libgmodule/group"/>
-     </component>
-     <component name="libgobject" long-name="Libg Object" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/libgobject/group"/>
-     </component>
-     <component unofficial="yes" name="glib_test" long-name="Glib Test" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/glib/tsrc/bc/group"/> -->
-      <unit bldFile="os/ossrv/glib/tsrc/group"/>
-     </component>
-    </collection>
-    <collection name="ssl" long-name="SSL" level="data-services">
-     <component name="libcrypto" long-name="Libcrypto" origin-model="foundation">
-      <unit bldFile="os/ossrv/ssl/libcrypto/group"/>
-     </component>
-     <component name="libssl" long-name="Libssl" origin-model="foundation">
-      <unit bldFile="os/ossrv/ssl/libssl/group"/>
-     </component>
-     <component unofficial="yes" name="ssl_test" long-name="SSL Test" origin-model="foundation">
-      <unit bldFile="os/ossrv/ssl/tsrc/group"/>
-      <!-- <unit bldFile="os/ossrv/ssl/tsrc/bc/group"/> -->
-     </component>
-    </collection>
-    <collection name="stdcpp" long-name="Stdcpp" level="translation">
-     <component unofficial="yes" name="stdcpp_build" long-name="Stdcpp Build" origin-model="foundation">
-      <unit bldFile="os/ossrv/stdcpp/group"/>
-     </component>
-     <component unofficial="yes" name="stdcpp_test" long-name="Stdcpp Test" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/tstdcpp/twsd_manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/tstdcpp/ood_manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/stlport/manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/boost_test/multi_array/manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/tstdcpp/io_manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/boost_test/graph/manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/tstdcpp/multithread/manual/group"/> -->
-      <unit bldFile="os/ossrv/stdcpp/tsrc/group"/>
-     </component>
-    </collection>
-    <collection name="stdlibs" long-name="Stdlibs" level="translation">
-     <component name="libz" long-name="Libz" origin-model="foundation">
-      <unit bldFile="os/ossrv/stdlibs/libz/group"/>
-     </component>
-     <component name="libcrypt" long-name="Libcrypt" origin-model="foundation">
-      <unit bldFile="os/ossrv/stdlibs/libcrypt/group"/>
-     </component>
-    </collection>
-    <collection name="genericservices" long-name="Generic Services" level="utilities">
-     <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp" version="9.4"/>
-     </component>
-     <component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
-     </component>
-     <component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
-     </component>
-     <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
-     </component>
-     <component name="activebackupclient" long-name="Active Backup Client" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
-     </component>
-     <component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
-     </component>
-     <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
-     </component>
-    </collection>
-    <collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities">
-     <component name="syslibssvs" long-name="Syslibs Verfication Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/ossrv/syslibsapitest/syslibssvs/group/syslibssvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
-     <component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib.mrp"/>
-     </component>
-    </collection>
-    <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
-     <component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
-     </component>
-     <component name="openenvcore" long-name="Open Environment Core" introduced="tb91" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
-     </component>
-    </collection>
-    <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
-     <component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp" version="2"/>
-     </component>
-     <component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
-     </component>
-    </collection>
-    <collection name="ossrv_info" long-name="Generic OS Services Info" level="utilities">
-     <component unofficial="yes" name="ossrv_test" long-name="Generic OS Services Test" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="ossrv_plat" long-name="Generic OS Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/ossrv/ossrv_plat/libutils/group"/>
-     </component>
-     <component unofficial="yes" name="ossrv_build" long-name="Generic OS Services Build" origin-model="foundation">
-      <unit bldFile="os/ossrv/group"/>
-     </component>
-     <component unofficial="yes" name="ossrv_pub" long-name="Generic OS Services Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/ossrv_pub/boost_apis/tsrc/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ossrv_pub/glib_arrays/tsrc/group"/> -->
-      <unit bldFile="os/ossrv/ossrv_pub/group"/>
-      <!-- <unit bldFile="os/ossrv/ossrv_pub/ssl_general_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ossrv_pub/stl/tsrc/group"/> -->
-     </component>
-    <component name="ossrv_metadata" long-name="Generic OS Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/ossrv/ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="security" long-name="OS Security" tech_domain="se" level="services" levels="physical-abstraction plugins libraries management services utilities">
-    <collection name="contentmgmt" long-name="Content Management" level="utilities">
-     <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
-     </component>
-     <component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
-     </component>
-    </collection>
-    <collection name="crypto" long-name="Crypto Libraries" level="libraries">
-     <component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/crypto/weakcrypto/group" mrp="os/security/crypto/weakcrypto/group/security_crypto_weak.mrp"/>
-     </component>
-     <component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
-     </component>
-    </collection>
-    <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
-     <component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
-     </component>
-     <component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
-     </component>
-     <component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
-     </component>
-     <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
-     </component>
-    </collection>
-    <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
-     <component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
-     </component>
-     <component name="securitytools" long-name="Security Tools" introduced="tb92" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
-     </component>
-    </collection>
-    <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
-     <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
-     </component>
-     <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
-     </component>
-     <component name="rootcertificates" long-name="Root Certificates" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/rootcertificates/group" mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
-     </component>
-     <component id="browserrootcertificates" name="Browser Root Certificates" introduced="symbian^2" purpose="optional">
-       <unit mrp="os/security/cryptoservices/browserrootcertificates/browserrootcerts.mrp"/>
-     </component>
-     <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
-     </component>
-    </collection>
-    <collection name="security_info" long-name="OS Security Info" level="utilities">
-     <component name="security_metadata" long-name="OS Security Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/security_info/security_metadata/security_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="persistentdata" long-name="Persistent Data Services" tech_domain="hb" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="featuremgmt" long-name="Feature Management" level="framework">
-     <component name="featuremanager" long-name="Feature Manager" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/featuremgmt/featuremanager/clientdll/group"/> -->
-      <unit bldFile="os/devicesrv/featuremgmt/featuremanager/group"/>
-      <!-- <unit bldFile="os/devicesrv/featuremgmt/featuremanager/serverexe/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/featuremgmt/featuremanager/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="featuremgmt_build" long-name="Feature Management Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/featuremgmt/group"/>
-     </component>
-    <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="tb92" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
-     </component>
-    </collection>
-   <collection name="loggingservices" long-name="Logging Services" level="server">
-     <component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
-     </component>
-     <component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
-     </component>
-<!-- MattD: RFileLogger is in the PDK Overlay and is more recent -->
-<!--     
-     <component name="rfilelogger" long-name="RFile Logger" introduced="9.1" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
-     </component>
--->     
-    </collection>
-    <collection name="traceservices" long-name="Trace Services" level="server">
-     <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
-     </component>
-     <component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
-     </component>
-     <component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
-     </component>
-    </collection>
-    <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
-     <component name="store" long-name="Store" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
-     </component>
-     <component name="dbms" long-name="DBMS" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
-     </component>
-     <component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
-     </component>
-     <component name="sql" long-name="SQL" introduced="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
-     </component>
-    </collection>
-    <collection name="persistentdata_info" long-name="Persistent Data Services Info" level="app-if">
-     <component name="persistentdata_metadata" long-name="Persistent Data Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/persistentdata/persistentdata_info/persistentdata_metadata/persistentdata_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="devicesrv" long-name="Device Services" tech_domain="hb" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="accessoryservices" long-name="Accessory Services" level="framework">
-     <component name="accessorymonitor" long-name="Accessory Monitor" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/accmonconnectionemulator/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/accmonitoringtestmodule/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/accmonitoringtestmodule/tests/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/accmontesttimer/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/stubs/accfwuinotifierstub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/stubs/asystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/stubs/group"/> -->
-     </component>
-     <component name="accessoryremotecontrol" long-name="Accessory Remote Control" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/dsytesttool/dosservercontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/dsytesttool/dsytfcore/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/dsytesttool/dsytfstifadapter/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/dsytesttool/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/remcontestcontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/stub/audio/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/stub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/stub/phone/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/stub/remcon/group"/> -->
-     </component>
-     <component name="accessoryserver" long-name="Accessory Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/dsytesttool/dosservercontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/dsytesttool/dsytfcore/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/dsytesttool/dsytfstifadapter/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/dsytesttool/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/accessorytestcontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/stubs/accfwuinotifierstub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/stubs/asystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/stubs/btasystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/stubs/group"/> -->
-     </component>
-     <component name="headsetstatusapi" long-name="Headset Status Api" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/headsetstatusapi/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/headsetstatusapi/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="tspclientmapper" long-name="TSP Client Mapper" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/tspclientmapper/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/tspclientmapper/tsrc/public/basic/group"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="remotecontrolfw">
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/bearerplugin/group"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/client"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/converterplugin/group"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/reference"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/server/group"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/targetselectorplugin/group"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/test"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/types/group"/>
-     </component>-->
-     <component name="reftsp" origin-model="foundation"/>
-     <component unofficial="yes" name="accessoryservices_build" long-name="Accessory Services Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/group"/>
-     </component>
-    <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
-     </component>
-    </collection>
-    <collection name="commonservices" long-name="Common Services" level="app-if">
-     <component name="commonengine" long-name="Common Engine" origin-model="foundation">
-      <unit bldFile="os/devicesrv/commonservices/commonengine/group"/>
-      <!-- <unit bldFile="os/devicesrv/commonservices/commonengine/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="commonengineresources" long-name="Common Engine Resources" origin-model="foundation">
-      <unit bldFile="os/devicesrv/commonservices/commonengineresources/group"/>
-     </component>
-     <component name="platformenv" long-name="Platform Env" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/commonservices/platformenv/disknotifyhandler/group"/> -->
-      <unit bldFile="os/devicesrv/commonservices/platformenv/group"/>
-      <!-- <unit bldFile="os/devicesrv/commonservices/platformenv/platformver/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/commonservices/platformenv/sysversioninfo/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/commonservices/platformenv/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="sysutil" long-name="Sysutil" origin-model="foundation">
-      <unit bldFile="os/devicesrv/commonservices/sysutil/group"/>
-      <!-- <unit bldFile="os/devicesrv/commonservices/sysutil/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/commonservices/sysutil/tsrc/public/basic/sysutiltests/group"/> -->
-     </component>
-     <component name="activitymanager" long-name="Activity Manager" origin-model="foundation">
-      <unit bldFile="os/devicesrv/commonservices/activitymanager/group"/>
-      <unit bldFile="os/devicesrv/commonservices/activitymanager/tsrc/public/basic/group"/>
-     </component>
-     <component unofficial="yes" name="commonservices_build" long-name="Common Services Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/commonservices/group"/>
-     </component>
-    </collection>
-    <collection name="dosservices" long-name="Dos Services" level="hw-if">
-     <component name="commondsy" long-name="Common DSY" origin-model="foundation">
-      <unit bldFile="os/devicesrv/dosservices/commondsy/group"/>
-     </component>
-     <component name="dosserver" long-name="Dos Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/dosservices/dosserver/group"/>
-     </component>
-     <component unofficial="yes" name="dosservices_test" long-name="Dos Services Test" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/dsytesttool/dosservercontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/public/basic/stubs/dsystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/dsytesttool/dsytfcore/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/public/basic/dosservertestplugin/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/dsytesttool/dsytfstifadapter/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/dsytesttool/group"/> -->
-     </component>
-     <component unofficial="yes" name="dosservices_build" long-name="Dos Services Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/dosservices/group"/>
-     </component>
-    </collection>
-    <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
-     <component name="serverexe" long-name="Server Exe" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/serverexe/group"/> -->
-     </component>
-     <component name="hwrmfmtxwatcherplugin" long-name="HWRM FM Transmitter Watcher Plugin" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/hwrmfmtxwatcherplugin/group"/> -->
-     </component>
-     <component name="clientdll" long-name="Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/clientdll/group"/> -->
-     </component>
-     <component name="commondll" long-name="Common DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/commondll/group"/> -->
-     </component>
-     <component name="vibraclientdll" long-name="Vibra Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/vibraclientdll/group"/> -->
-     </component>
-     <component name="extendedlightclientdll" long-name="Extended Light Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/extendedlightclientdll/group"/> -->
-     </component>
-     <component name="lightclientdll" long-name="Light Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/lightclientdll/group"/> -->
-     </component>
-     <component name="fmtxclientdll" long-name="FM TX Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/fmtxclientdll/group"/> -->
-     </component>
-     <component name="hwrmtargetmodifierplugin" long-name="HWRM Target Modifier Plugin" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/hwrmtargetmodifierplugin/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/hwrmtargetmodifierplugin/tsrc/hwrmtargetmodifierplugintest/group"/> -->
-     </component>
-     <component name="vibractrl" long-name="Vibra Control" origin-model="foundation">
-      <unit bldFile="os/devicesrv/resourcemgmt/vibractrl/group"/>
-     </component>
-     <component name="hwresourcesmgr" origin-model="foundation">
-      <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/test/group"/>
-      <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/test/plugins/targetmodifierplugin/group"/>
-     </component>
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="powerandmemorynotificationservice"/>-->
-     <component unofficial="yes" name="resourcemgmt_build" long-name="Resource Management Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/resourcemgmt/group"/>
-     </component>
-     <component unofficial="yes" name="resourcemgmt_test" long-name="Resource Management Test" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/tsrc/public/basic/group"/> -->
-     </component>
-    <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
-     </component>
-    </collection>
-    <collection name="hwrmhaptics" long-name="HWRM Haptics" level="plugin">
-     <component name="hapticseffectdatagetterfw" long-name="Haptics Effect Data Getter Framework" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticseffectdatagetterfw/group"/>
-     </component>
-     <component name="hapticspluginservice" long-name="Haptics Plugin Service" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginservice/group"/>
-     </component>
-     <component name="hapticspacketizer" long-name="Haptics Packetizer" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticspacketizer/group"/>
-     </component>
-     <component name="hapticspluginmanager" long-name="Haptics Plugin Manager" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginmanager/group"/>
-     </component>
-     <component name="hapticsserver" long-name="Haptics Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticsserver/group"/>
-     </component>
-     <component name="hapticsclient" long-name="Haptics Client" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticsclient/group"/>
-     </component>
-     <component unofficial="yes" name="hwrmhaptics_build" long-name="HWRM Haptics Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/group"/>
-     </component>
-    </collection>
-    <collection name="mediator" long-name="Mediator" level="app-if">
-     <component unofficial="yes" name="mediator_test" long-name="Mediator Test" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/mediator/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/mediator/tsrc/public/basic/stub/group"/> -->
-     </component>
-     <component unofficial="yes" name="mediator_build" long-name="Mediator Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/mediator/group"/>
-     </component>
-    </collection>
-    <collection name="psmservices" long-name="PSM Services" level="app-if">
-     <component name="psmserver" long-name="PSM Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/psmservices/psmserver/group"/>
-      <!-- <unit bldFile="os/devicesrv/psmservices/psmserver/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="psmservices_build" long-name="PSM Services Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/psmservices/group"/>
-     </component>
-    </collection>
-    <collection name="sensorservices" long-name="Sensor Services" level="framework">
-     <component name="sensorserver" long-name="Sensor Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sensorservices/sensorserver/group"/>
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/condevalstub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/sensrvcondevalplugin/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/ssystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/stubprocess/group"/> -->
-     </component>
-     <component name="orientationssy" long-name="Orientation SSY" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sensorservices/orientationssy/group"/>
-     </component>
-     <component name="tiltcompensationssy" long-name="Tilt Compensation SSY" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sensorservices/tiltcompensationssy/group"/>
-     </component>
-     <component name="sensordatacompensator" long-name="Sensor Data Compensator" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/group"/>
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/tsrc/sensordatacompensatorpluginstub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/tsrc/sensordatacompensatortest/group"/> -->
-     </component>
-     <component unofficial="yes" name="sensorservices_build" long-name="Sensor Services Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sensorservices/group"/>
-     </component>
-    </collection>
-    <collection name="sysstatemgmt" long-name="System State Management" level="server">
-     <component name="starter" long-name="Starter" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sysstatemgmt/starter/group"/>
-      <!-- <unit bldFile="os/devicesrv/sysstatemgmt/starter/strtsecnote/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sysstatemgmt/starter/strtsecobs/group"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="systemstarter">
-       -  <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/sysmondemo/group"/>  -
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tamastarter/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tapstart/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tdscstore/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testappgood"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testappnorv"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testapprvafterretry"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testapprverror"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testappslow"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testprocgood"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/trestartsys/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tstartsafe/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tstartupproperties/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tsysmon/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tsysstart/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tsysstart2/group"/>
-     </component>-->
-     <component unofficial="yes" name="sysstatemgmt_build" long-name="System State Management Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sysstatemgmt/group"/>
-     </component>
-     <component unofficial="yes" name="sysstatemgmt_test" long-name="System State Management Test" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/sysstatemgmt/tsrc/public/basic/group"/> -->
-     </component>
-    <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
-     </component>
-    </collection>
-    <collection name="devicesrvapitest" long-name="Devices Services API Tests" level="app-if">
-     <component name="accessorieshaitest" long-name="Accessories HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="devicesrvapitest/accessorieshaitest/gropup/accessorieshai.mrp"/>
-	-->
-     </component>
-     <component name="hwrmhaitest" long-name="HWRM HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="devicesrvapitest/hwrmhaitest/group/hwrmhai.mrp"/>
-	-->
-     </component>
-    </collection>
-    <collection name="devicesrv_info" long-name="Device Services Info" level="app-if">
-     <component unofficial="yes" name="devicesrv_pub" long-name="Device Services Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/accessory_monitoring_api/tsrc/bc/accmonapibctests/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/feature_discovery_api/tsrc/bc/featurediscovery/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/find_item_api/tsrc/bc/finditem/group"/> -->
-      <unit bldFile="os/devicesrv/devicesrv_pub/group"/>
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/hwrm_power_state_api/tsrc/bc/powerstate/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/light_api/tsrc/bc/light/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/phone_parser_api/tsrc/bc/phoneparser/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/platform_environment_api/tsrc/bc/platformenv/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/sensor_channel_api/tsrc/bc/sensor/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/sensor_data_compensator_api/tsrc/bc/sensordatacompensatortest/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/sysutil_api/tsrc/bc/sysutil/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/text_resolver_api/tsrc/bc/textresolver/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/version_info_api/tsrc/bc/platformvertest/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/vibra_api/tsrc/bc/vibra/group"/> -->
-     </component>
-     <component unofficial="yes" name="devicesrv_build" long-name="Device Services Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/group"/>
-     </component>
-     <component unofficial="yes" name="devicesrv_plat" long-name="Device Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/devicesrv_plat/activity_manager_api/tsrc/group"/> -->
-      <unit bldFile="os/devicesrv/devicesrv_plat/group"/>
-     </component>
-    <component name="devicesrv_metadata" long-name="Device Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/devicesrv/devicesrv_info/devicesrv_metadata/devicesrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="lbs" long-name="Locating Services" tech_domain="lo" level="services" levels="hw-if data-acquisition adaptation management application-interface">
-    <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
-     <component name="locationnpppsy" long-name="Location NPP PSY" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/genericpositioningplugins/locationnpppsy/group"/>
-     </component>
-     <component name="locationsuplpsy" long-name="Location SUPL PSY" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/genericpositioningplugins/locationsuplpsy/group"/>
-     </component>
-    <component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
-     </component>
-     <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
-     </component>
-     <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
-     </component>
-    </collection>
-    <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
-     <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
-     </component>
-    </collection>
-    <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
-     <component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
-     </component>
-     <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
-     </component>
-    </collection>
-    <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
-     <component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
-     </component>
-     <component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
-     </component>
-    </collection>
-    <collection name="locationmgmt" long-name="Location Management" level="management">
-     <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
-     </component>
-     <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
-     </component>
-     <component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
-     </component>
-     <component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
-     <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
-     </component>
-     <component name="suplprotocolmodule" long-name="SUPL Protocol Module" introduced="tb91" deprecated="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
-     </component>
-    </collection>
-    <collection name="lbsapitest" long-name="Location API Tests" level="application-interface">
-     <component name="lbshaitest" long-name="Location HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="lbsapitest/lbshaitest/group/lbshai.mrp"/>
-	-->
-     </component>
-    </collection>
-    <collection name="lbs_info" long-name="Locating Services Info" level="application-interface">
-     <component unofficial="yes" name="lbs_build" long-name="Locating Services Build" origin-model="foundation">
-      <unit bldFile="os/lbs/group"/>
-     </component>
-    <component name="lbs_metadata" long-name="Locating Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/lbs/lbs_info/lbs_metadata/lbs_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="commsfw" long-name="Communications Framework" tech_domain="dc" level="services" levels="server support framework process app-if">
-    <collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
-     <component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsinfrastructureapitest/commsinfrastructuresvs/group/commsinfrastructuresvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsprocess" long-name="Comms Process" level="process">
-     <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
-     </component>
-     <component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
-     </component>
-    </collection>
-	<!-- Collection manually added due to faulty merge XSLT -->
-	<collection name="commsconfig" long-name="Comms Config" level="process">
-	 <component name="commsdatabase" long-name="Comms Database" purpose="mandatory">
-	  <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
-	 </component>
-	 <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory">
-	  <unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
-	 </component>
-	</collection>
-    <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
-     <component name="esockserver" long-name="ESock Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="2"/>
-     </component>
-     <component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp" version="2"/>
-     </component>
-     <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp" version="1"/>
-     </component>
-     <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
-     </component>
-     <component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
-     </component>
-     <component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
-     </component>
-    </collection>
-    <collection name="serialserver" long-name="Serial Server" level="server">
-     <component name="serialportcsy" long-name="Serial Port CSY" introduced="ER5" purpose="optional" class="placeholder" plugin="Y" origin-model="Symbian">
-      <!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
-     </component>
-     <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
-     </component>
-     <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
-     </component>
-     <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
-     </component>
-     <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
-     <component name="refcpr" long-name="Reference CPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
-     </component>
-     <component name="refscpr" long-name="Reference SCPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
-     <component name="commfw" long-name="Comms Framework" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
-     </component>
-     <component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
-     <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
-     </component>
-     <component name="commsfw_metadata" long-name="Communications Framework Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfw_info/commsfw_metadata/commsfw_metadata.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
-     <component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
-     <!-- Removing GT commdb
-<component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC">
-<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
-</component>
--->
-     <!-- <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC">
-<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
-</component> -->
-     <component name="commstools" long-name="Comms Tools" introduced="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="networkingsrv" long-name="Networking Services" tech_domain="dc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="commsdb" long-name="Comms DB" level="server">
-     <component name="s60_commsdb" long-name="S60 Commsdb" origin-model="foundation">
-      <unit bldFile="os/networkingsrv/commsdb/s60_commsdb/group"/>
-     </component>
-     <component unofficial="yes" name="commsdb_build" long-name="Comms DB Build" origin-model="foundation">
-      <unit bldFile="os/networkingsrv/commsdb/group"/>
-     </component>
-    </collection>
-    <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
-     <component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
-     </component>
-    </collection>
-    <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
-     <component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
-     </component>
-     <component name="dndconfig" long-name="DND Config" introduced="7.0" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
-     </component>
-     <component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
-     </component>
-     <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="tb91" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
-     <component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
-     <component name="ethernetnif" long-name="Ethernet NIF" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
-     </component>
-     <component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" introduced="7.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
-     </component>
-     <component name="pppnif" long-name="PPP NIF" introduced="ER5" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp" version="1"/>
-     </component>
-     <component name="pppconfig" long-name="PPP Config" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp" version="1"/>
-     </component>
-     <component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
-     </component>
-     <component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
-     <component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkcontrol" long-name="Network Control" level="plugin">
-     <component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
-     </component>
-     <component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
-     </component>
-     <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
-     </component>
-     <component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
-     </component>
-     <component name="ipcpr" long-name="IP CPR" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
-     </component>
-     <component name="ipscpr" long-name="IP SCPR" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
-     </component>
-     <component name="ipcprshim" long-name="IP CPR Shim" deprecated="Future" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
-     <component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
-     </component>
-     <component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
-     </component>
-     <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
-     </component>
-     <component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
-     </component>
-     <component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
-     </component>
-    </collection>
-    <collection name="networksecurity" long-name="Network Security" level="framework">
-     <component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
-     </component>
-     <component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
-     </component>
-     <component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
-     </component>
-     <component name="ipsecvpn" long-name="IPsec VPN" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DEF140049"
-        <unit bldFile="networksecurity/ipsecvpn/group" mrp="networksecurity/ipsecvpn/group/networking_ipsecvpn.mrp"/>
-		-->
-     </component>
-    </collection>
-    <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
-     <component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
-     </component>
-     <component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
-     </component>
-     <component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
-     </component>
-     <component name="ipprobe" long-name="IP Probe" introduced="7.0s" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
-     </component>
-     <component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
-     </component>
-     <component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
-     </component>
-     <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
-     <component unofficial="yes" name="networkingsrv_build" long-name="Networking Services Build" origin-model="foundation">
-      <unit bldFile="os/networkingsrv/group"/>
-     </component>
-    <component name="networkingrom" long-name="Networking ROM" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!--  production component: contains the IBY files -->
-      <unit bldFile="os/networkingsrv/networkingsrv_info/networkingrom/group" mrp="os/networkingsrv/networkingsrv_info/networkingrom/group/networking_general.mrp"/>
-     </component>
-     <component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
-     </component>
-     <component name="networkingsrv_metadata" long-name="Networking Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingsrv_info/networkingsrv_metadata/networkingsrv_metadata.mrp"/>
-     </component>
-    </collection>
-   <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
-     <component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="wlan" long-name="WLAN" tech_domain="dc" level="services" levels="hw low mid high tools test">
-    <collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
-     <component name="wlanpsmplugin" long-name="WLAN PSM Plugin" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlanpsmplugin/group"/>
-     </component>
-     <component name="wlanagent" long-name="WLAN Agent" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlanagent/group"/>
-     </component>
-     <component name="wlandbif_cd" long-name="WLAN CommsDat interface" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlandbif_cd/group"/>
-     </component>
-     <component name="wlanengine" long-name="WLAN Engine" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group"/>
-     </component>
-     <component name="wlanldd" long-name="WLAN LDD" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group"/>
-     </component>
-     <component name="wlannwif" long-name="WLAN Network Interface" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlannwif/group"/>
-     </component>
-     <component unofficial="yes" name="wlan_bearer_build" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/group"/>
-     </component>
-    </collection>
-    <collection name="wlantools" long-name="WLAN Tools" level="tools">
-     <component name="dut" long-name="Dut" origin-model="foundation"/>
-     <component name="ping" long-name="Ping" origin-model="foundation"/>
-    </collection>
-    <collection name="wlanapitest" long-name="WLAN API Tests" level="test">
-     <component name="wlanhaitest" long-name="WLAN HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="wlanapitest/wlanhaitest/group/wlanhai.mrp"/>
-	-->
-     </component>
-    </collection>
-    <collection name="wlan_info" long-name="WLAN Info" level="test">
-     <component unofficial="yes" name="wlan_pub" long-name="WLAN Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_pub/group"/>
-     </component>
-     <component unofficial="yes" name="wlan_build" long-name="WLAN Build" origin-model="foundation">
-      <unit bldFile="os/wlan/group"/>
-     </component>
-     <component unofficial="yes" name="wlan_plat" long-name="WLAN Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_plat/group"/>
-     </component>
-    <component name="wlan_metadata" long-name="WLAN Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/wlan/wlan_info/wlan_metadata/wlan_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="cellularsrv" long-name="Cellular Baseband Services" tech_domain="vc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
-     <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
-     </component>
-    </collection>
-    <collection name="fax" long-name="Fax" level="server">
-     <component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
-     </component>
-    </collection>
-    <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
-     <component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
-     <component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
-     </component>
-     <component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
-     </component>
-     <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
-     </component>
-     <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
-     </component>
-     <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
-     </component>
-     <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
-     </component>
-     <component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
-     </component>
-     <component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
-     </component>
-     <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyserver" long-name="Telephony Server" level="server">
-     <component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
-     </component>
-     <component name="etelconfig" long-name="ETel Config" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
-     </component>
-     <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
-     </component>
-     <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
-     </component>
-     <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
-     <!--Component manually removed, already declared in OS-->
-     <!--<component name="common_tsy">
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/component/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/component/mockltsy/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/component/mockltsy/mockltsy/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/component/mockltsy/mockltsydll/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/integration/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/integration/testsuites/group"/>  -
-     </component>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="multimodetsy"/>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="cdmatsy"/>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="simtsy"/>-->
-    <component name="common_tsy" long-name="Common TSY" introduced="tb92" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
-     </component>
-     <component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/licenseetsystub/group" mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp"/>
-     </component>
-     <component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
-     </component>
-     <component name="cdmatsy" long-name="CDMA TSY" introduced="7.0" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/>
-     </component>
-     <component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
-     </component>
-    </collection>
-    <collection name="commonnetworkinterface" long-name="Common Network Interface" level="hw-if">
-     <component name="gennif" long-name="Generic NIF" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/commonnetworkinterface/gennif/group"/>
-     </component>
-     <component name="gprsumtsagent" long-name="GPRS UMTS Agent" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/commonnetworkinterface/gprsumtsagent/group"/>
-     </component>
-     <component unofficial="yes" name="commonnetworkinterface_build" long-name="Common Network Interface Build" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/commonnetworkinterface/group"/>
-     </component>
-    </collection>
-    <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
-     <component name="isc_if" long-name="ISC Interface" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/basebandabstraction/isc_if/group"/>
-     </component>
-     <!--Component manually removed and merged to OS, unit originately commented out by Bob's script-->
-     <!--<component name="basebandchanneladaptor">
-       -  <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/test/te_bca/group"/>  -
-     </component>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="intersystemcomm"/>-->
-    <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
-     </component>
-     <component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
-     </component>
-    </collection>
-	<!-- Collection manually added due to faulty merge XSLT -->
-	<collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
-	 <component name="dial" long-name="Dial" deprecated="9.1" purpose="optional">
-	  <unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
-	 </component>
-	 <component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y">
-	  <unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
-	 </component>
-	 <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory">
-	  <unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
-	 </component>
-	</collection>
-    <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
-     <component unofficial="yes" name="cellularsrv_build" long-name="Cellular Baseband Services Build" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/group"/>
-     </component>
-     <component unofficial="yes" name="cellularsrv_plat" long-name="Cellular Baseband Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/cellularsrv_plat/group"/>
-     </component>
-    <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
-     </component>
-     <component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
-     </component>
-     <component name="cellularsrv_metadata" long-name="Cellular Baseband Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/cellularsrv_metadata/cellularsrv_metadata.mrp"/>
-     </component>
-    </collection>
-   <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
-     <component name="mocksy" long-name="MockSY" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
-     </component>
-    </collection>
-   <collection name="wapstack" long-name="WAP Stack" level="app-if">
-     <component name="wapmessageapi" long-name="WAP Message API" purpose="development">
-      <unit bldFile="os/cellularsrv/wapstack/wapmessageapi/group" mrp="os/cellularsrv/wapstack/wapmessageapi/group/wap-stack_wapmessage.mrp"/>
-     </component>
-    </collection>
-    <collection name="cellularsrvapitest" long-name="Telephony API Tests" level="app-if">
-     <component name="datatransferhaitest" long-name="Data Transfer HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="cellularsrvapitest/datatransferhaitest/group/datatransferhai.mrp"/>
-	-->
-     </component>
-     <component name="telephonyhaitest" long-name="Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="cellularsrvapitest/telephonyhaitest/group/telephonyhai.mrp"/>
-	-->
-     </component>
-     <component name="telephonydevsoundhaitest" long-name="DevSound Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="cellularsrvapitest/telephonydevsoundhaitest/group/telephonydevsoundhai.mrp"/>
-	-->
-     </component>
-    </collection>
-   </block>
-   <block name="mm" long-name="Multimedia" tech_domain="mm" level="services" levels="adaptation hw-if device-fw devices middleware app-if">
-    <collection name="audio" long-name="Audio Codecs" level="middleware">
-     <component name="arm_cmmf_codecs" long-name="ARM CMMF Codecs" origin-model="foundation">
-      <unit bldFile="os/mm/audio/arm_cmmf_codecs/group"/>
-     </component>
-     <component unofficial="yes" name="audio_build" long-name="Audio Codecs Build" origin-model="foundation">
-      <unit bldFile="os/mm/audio/group"/>
-     </component>
-    </collection>
-    <collection name="video" long-name="Video Codecs" level="middleware">
-     <component name="arm_mdf_decoders" long-name="ARM MDF Decoders" origin-model="foundation">
-      <unit bldFile="os/mm/video/group"/>
-     </component>
-    </collection>
-    <collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw">
-     <component name="drmaudioplayer" long-name="DRM Audio Player" origin-model="foundation">
-      <!-- <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/drmplayserver/group"/> -->
-      <!-- <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/drmplayutility/group"/> -->
-      <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/group"/>
-     </component>
-     <component name="mmextfw" long-name="MM Ext Framework" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/mmextfw/group"/>
-     </component>
-     <component name="audiorouting" long-name="Audio Routing" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/audiorouting/group"/>
-     </component>
-     <component name="effects" long-name="Effects" origin-model="foundation">
-      <!-- <unit bldFile="os/mm/devsoundextensions/effects/effecttest"/> -->
-      <unit bldFile="os/mm/devsoundextensions/effects/group"/>
-     </component>
-     <component name="effectspresets" long-name="Effects Presets" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/effectspresets/group"/>
-     </component>
-     <component name="telephonyaudiorouting" long-name="Telephony Audio Routing" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/group"/>
-      <!-- <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/server/group"/> -->
-      <!-- <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/session/group"/> -->
-      <!-- <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/telephonyaudioroutingbase/group"/> -->
-      <!-- <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/telephonyaudioroutingmanager/group"/> -->
-     </component>
-     <component name="mmfcustominterfaces" long-name="MMF Custom Interfaces" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/group"/>
-     </component>
-     <component name="addeddevsoundcontrol" long-name="Added DevSound Control" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/addeddevsoundcontrol/group"/>
-     </component>
-     <component name="globalaudiosettings" long-name="Global Audio Settings" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/globalaudiosettings/group"/>
-     </component>
-     <component name="restrictedaudiooutput" long-name="Restricted Audio Output" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/restrictedaudiooutput/group"/>
-     </component>
-     <component name="ciextnfactoryplugins" long-name="CI Extension Factory Plugins" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/group"/>
-     </component>
-     <component unofficial="yes" name="devsoundextensions_build" long-name="Devsound Extensions Build" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/group"/>
-     </component>
-    </collection>
-    <collection name="mdfdevvideoextensions" long-name="MDF devvideo Extensions" level="device-fw">
-     <component name="arm_mdf_postprocessor" long-name="ARM MDF Postprocessor" origin-model="foundation">
-      <unit bldFile="os/mm/mdfdevvideoextensions/arm_mdf_postprocessor/group"/>
-     </component>
-     <component unofficial="yes" name="mdfdevvideoextensions_build" long-name="MDF devvideo Extensions Build" origin-model="foundation">
-      <unit bldFile="os/mm/mdfdevvideoextensions/group"/>
-     </component>
-    </collection>
-    <collection name="videoadaptationextensions" long-name="Video Adaptation Extensions" level="adaptation">
-     <component name="postingsurface" long-name="Posting Surface" origin-model="foundation">
-      <unit bldFile="os/mm/videoadaptationextensions/postingsurface/group"/>
-     </component>
-     <component unofficial="yes" name="videoadaptationextensions_build" long-name="Video Adaptation Extensions Build" origin-model="foundation">
-      <unit bldFile="os/mm/videoadaptationextensions/group"/>
-     </component>
-    </collection>
-    <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
-     <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
-     </component>
-     <component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
-     </component>
-     <component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
-     </component>
-     <component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/camerafw/group" mrp="os/mm/imagingandcamerafws/camerafw/group/multimedia_ecam_framework.mrp"/>
-     </component>
-     <component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
-     <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmlibs/mmutilitylib/group" mrp="os/mm/mmlibs/mmutilitylib/group/multimedia_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
-     <component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
-      <!-- PLACEHOLDER="DEF137831" REMOVE -->
-      <!-- PLACEHOLDER="DEF137831"
-		<unit bldFile="mmplugins/imagingplugins/plugins/group" mrp="mmplugins/imagingplugins/plugins/group/multimedia_icl_plugin.mrp"/>
-		-->
-     </component>
-     <component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/mmplugins/cameraplugins/group" mrp="os/mm/mmplugins/cameraplugins/group/multimedia_ecam_plugins.mrp"/>
-     </component>
-     <component name="3gplib" long-name="3GP Library" introduced="Future" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
-     </component>
-     <component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mm_info" long-name="Multimedia Info" level="app-if">
-     <component unofficial="yes" name="mm_pub" long-name="Multimedia Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/mm/mm_pub/audio_effects_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_pub/audio_effects_presets_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_pub/drm_audio_player_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_pub/group"/>
-     </component>
-     <component unofficial="yes" name="mm_build" long-name="Multimedia Build" origin-model="foundation">
-      <unit bldFile="os/mm/group"/>
-     </component>
-     <component unofficial="yes" name="mm_test" long-name="Multimedia Test" origin-model="foundation">
-      <!-- <unit bldFile="os/mm/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mm_plat" long-name="Multimedia Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/mm/mm_plat/aac_decoder_config_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/audio_routing_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/audio_visualization_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/error_concealment_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/g711_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/g711_encoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/g729_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/g729_encoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/global_audio_settings_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/group"/>
-      <unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/ra8_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/restricted_audio_output_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/sbc_encoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/speech_encoder_config_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/wma_decoder_interface_api/tsrc/group"/>
-     </component>
-    <component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
-     </component>
-     <component name="mm_metadata" long-name="Multimedia Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mm_info/mm_metadata/mm_metadata.mrp"/>
-     </component>
-    </collection>
-   <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
-     <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
-     <component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
-     </component>
-     <component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
-     <component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
-     </component>
-     <component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
-     </component>
-     <component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
-     </component>
-     <component name="mmtesttools" long-name="Multimedia Test Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
-     <component name="openmax" long-name="OpenMAX" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
-     </component>
-    </collection>
-    <collection name="devsound" long-name="Sound Device" level="devices">
-     <component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
-     </component>
-     <component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
-     </component>
-     <component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
-     </component>
-     <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
-     </component>
-     <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
-     </component>
-     <component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
-     </component>
-     <component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
-     </component>
-     <component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
-     </component>
-     <component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
-     </component>
-     <component name="a3fsrvstart" long-name="A3F Server Start" introduced="tb92" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
-     <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
-     </component>
-     <component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
-     </component>
-     <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
-     </component>
-     <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
-     </component>
-     <component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/videohai/group" mrp="os/mm/mmhais/videohai/group/multimedia_videohai.mrp"/>
-     </component>
-     <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
-     </component>
-     <component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
-     <component name="mmsvs" long-name="Multimedia Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmapitest/mmsvs/group/mmsvs.mrp"/>
-     </component>
-     <component name="devvideohaitest" long-name="DevVideo HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="mmapitest/devvideohaitest/group/devvideohai.mrp"/>
-	-->
-     </component>
-     <component name="devsoundhaitest" long-name="DevSound HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="mmapitest/devsoundhaitest/group/devsoundhai.mrp"/>
-	-->
-     </component>
-     <component name="devsoundexthaitest" long-name="DevSound Extensions HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="mmapitest/devsoundexthaitest/group/devsoundexthai.mrp"/>
-	-->
-     </component>
-    </collection>
-   </block>
-   <block name="imagingext" long-name="Imaging Extensions" tech_domain="mm" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="imageadaptationextensions" long-name="Image Adaptation Extensions" level="app-if">
-     <component name="iclextjpegapi" long-name="ICL Ext JPEG API" origin-model="foundation">
-      <unit bldFile="os/imagingext/imageadaptationextensions/iclextjpegapi/group"/>
-     </component>
-     <component unofficial="yes" name="imageadaptationextensions_build" long-name="Image Adaptation Extensions Build" origin-model="foundation">
-      <unit bldFile="os/imagingext/imageadaptationextensions/group"/>
-     </component>
-    </collection>
-    <collection name="imagingmodules" long-name="Imaging Modules" level="hw-if">
-     <component name="exiflib" long-name="Exif Lib" origin-model="foundation">
-      <unit bldFile="os/imagingext/imagingmodules/exiflib/group"/>
-     </component>
-     <component name="jp2kcodec" long-name="JP2K Codec" origin-model="foundation">
-      <unit bldFile="os/imagingext/imagingmodules/jp2kcodec/group"/>
-     </component>
-     <component name="h264avcvideoencarm" long-name="H264AVC VideoEnc ARM" origin-model="foundation"/>
-     <component name="videoencpluginarm" long-name="VideoEnc Plugin ARM" origin-model="foundation"/>
-    </collection>
-    <collection name="imagingext_info" long-name="Imaging Extensions Info" level="app-if">
-     <component unofficial="yes" name="imagingext_plat" long-name="Imaging Extensions Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/imagingext/imagingext_plat/group"/>
-     </component>
-     <component unofficial="yes" name="imagingext_build" long-name="Imaging Extensions Build" origin-model="foundation">
-      <unit bldFile="os/imagingext/group"/>
-     </component>
-     <component unofficial="yes" name="imagingext_pub" long-name="Imaging Extensions Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/imagingext/imagingext_pub/exif_api/tsrc/group"/> -->
-      <unit bldFile="os/imagingext/imagingext_pub/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="graphics" long-name="Graphics" tech_domain="ui" level="services" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
-    <collection name="graphicsaccelaration" long-name="Graphics Accelaration" level="adaptation">
-     <component name="vgi" long-name="VGI" origin-model="foundation">
-      <unit bldFile="os/graphics/graphicsaccelaration/vgi/group"/>
-     </component>
-     <component name="2d_openvg_1_0" long-name="2D Open VG 1.0" origin-model="foundation"/>
-     <component name="3d_opengl_es_1_1" long-name="3d OpenGL ES 1.1" origin-model="foundation"/>
-    </collection>
-    <collection name="m3g" long-name="M3G" level="internal-adaptations">
-     <component name="m3gcore11" long-name="M3G Core 11" origin-model="foundation">
-      <unit bldFile="os/graphics/m3g/m3gcore11/group"/>
-     </component>
-    </collection>
-    <collection name="openvgref" long-name="OpenVG Ref">
-     <component name="openvgrefimpl" long-name="OpenVG Ref Implementation" origin-model="foundation">
-      <unit bldFile="os/graphics/openvg/openvgrefimplementation/sfopenvg/group"/>
-     </component>    
-    </collection>
-    <collection name="graphicstest" long-name="Graphics Test" level="app-if">
-     <component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
-     </component>
-     <component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphics_info" long-name="Graphics Info" level="app-if">
-     <component unofficial="yes" name="graphicssvs" origin-model="foundation">
-      <!-- <unit bldFile="os/graphics/graphicsapitest/graphicssvs/wserv/animplugin/group"/> -->
-      <!-- <unit bldFile="os/graphics/graphicsapitest/graphicssvs/wserv/twsgraphicshare"/> -->
-	  <unit mrp="os/graphics/graphicsapitest/graphicssvs/group/graphicssvs.mrp"/>
-     </component>
-     <component unofficial="yes" name="graphics_pub" long-name="Graphics Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/graphics/graphics_pub/group"/> -->
-     </component>
-     <component unofficial="yes" name="graphics_build" long-name="Graphics Build" origin-model="foundation">
-      <unit bldFile="os/graphics/group"/>
-     </component>
-     <component unofficial="yes" name="graphics_plat" long-name="Graphics Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/graphics/graphics_plat/group"/>
-     </component>
-    <component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
-     </component>
-     <component name="graphics_metadata" long-name="Graphics Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphics_info/graphics_metadata/graphics_metadata.mrp"/>
-     </component>
-    </collection>
-   <collection name="windowing" long-name="Windowing" level="app-if">
-     <component name="windowserver" long-name="Window Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
-     </component>
-    </collection>
-    <collection name="printingservices" long-name="Printing Services" level="app-if">
-     <component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
-     </component>
-     <component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
-     </component>
-    </collection>
-    <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
-     <component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
-     </component>
-    </collection>
-    <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
-     <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
-     </component>
-    </collection>
-    <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
-     <component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
-     </component>
-<!-- MattD 200091202 - Removing openvg11 so we can use the incomplete modified Khronos reference Implementation -->     
-<!--     
-	 <component name="openvg11" long-name="OpenVG11" level="internal-adaptations">
-      <unit bldFile="os/graphics/openvg/openvginterface/group/openvg11"/>
-     </component>
--->     
-    </collection>
-    <collection name="egl" long-name="EGL" level="internal-adaptations">
-     <component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
-     <component name="gdi" long-name="GDI" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/gdi/group" mrp="os/graphics/graphicsdeviceinterface/gdi/group/graphics_gdi.mrp"/>
-     </component>
-     <component name="bitgdi" long-name="BitGDI" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
-     </component>
-     <component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
-     </component>
-     <component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
-	 <!-- Following component removed to avoid bmconv.exe collision with S60 version, collaterals: fontcomp.exe not built by OS anymore -->
-<!--     <component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
-     </component>
--->
-    </collection>
-    <collection name="graphcisapitest" long-name="Graphics API Tests" level="app-if">
-     <component name="screendriverhaitest" long-name="Screen Driver HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="graphicsapitest/screendriverhaitest/group/screendriverhai.mrp"/>
-	-->
-     </component>
-    </collection>
-   </block>
-   <block name="textandloc" long-name="Text and Localisation" tech_domain="ui" level="services" levels="encoding util fonts tools text">
-    <collection name="charconvfw" long-name="Character Conversion FW" level="encoding">
-     <component name="charconv" long-name="Charconv" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/charconv/ongoing/group"/>
-     </component>
-     <component name="charconvplugin" long-name="Charconv Plugin" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/charconvplugin/group"/>
-     </component>
-     <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional" plugin="N" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="charconvplugins"/>-->
-    <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
-     </component>
-     <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
-     </component>
-    </collection>
-    <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
-     <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
-     </component>
-     <component name="fontstore" long-name="Font Store" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
-     </component>
-     <component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for text code from GDI -->
-     </component>
-     <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
-     </component>
-     <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
-     </component>
-    </collection>
-    <collection name="textlayout" long-name="Text Layout" level="text">
-     <component name="texthandling" long-name="Text Handling" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
-     </component>
-     <component name="textformatting" long-name="Text Formatting" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
-     </component>
-     <component name="word" long-name="Word" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
-     </component>
-    </collection>
-    <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
-     <component name="localizer" long-name="Localizer" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/localizer/group"/>
-     </component>
-     <component name="findutil" long-name="Find Util" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/findutil/group"/>
-     </component>
-     <component name="numbergrouping" long-name="Number Grouping" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/numbergrouping/group"/>
-     </component>
-     <component name="gamerecognizer" long-name="Game Recognizer" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/gamerecognizer/group"/>
-     </component>
-     <component name="jplangutil" long-name="JP Lang Util" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/jplangutil/group"/>
-     </component>
-     <component name="sortutil" long-name="Sort Util" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/sortutil/group"/>
-     </component>
-     <component name="aknjapanesereading" long-name="Akn Japanese Reading" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/aknjapanesereading/group"/>
-     </component>
-     <component name="inlinetext" long-name="Inline Text" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/inlinetext/group"/>
-     </component>
-    <component name="nearestlangutil" long-name="Nearest Language Util" introduced="tb91" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from bafl -->
-     </component>
-     <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
-     </component>
-    </collection>
-    <collection name="localesupport" long-name="Locale Support" level="util">
-     <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
-     </component>
-     <component name="initlocale" long-name="Initialise Locale" introduced="tb91" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from bafl -->
-     </component>
-    </collection>
-    <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
-     <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from GDI Tools -->
-     </component>
-     <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
-     </component>
-    </collection>
-    <collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
-     <component unofficial="yes" name="textandloc_pub" long-name="Text and Localisation Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/textandloc/textandloc_pub/character_conversion_plugin_provider_api/tsrc/group"/> -->
-      <unit bldFile="os/textandloc/textandloc_pub/group"/>
-     </component>
-     <component unofficial="yes" name="textandloc_build" long-name="Text and Localisation Build" origin-model="foundation">
-      <unit bldFile="os/textandloc/group"/>
-     </component>
-     <component unofficial="yes" name="textandloc_plat" long-name="Text and Localisation Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/textandloc/textandloc_plat/findutil_api/tsrc/group"/> -->
-      <unit bldFile="os/textandloc/textandloc_plat/group"/>
-      <!-- <unit bldFile="os/textandloc/textandloc_plat/sortutil_api/tsrc/group"/> -->
-     </component>
-    <component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="xmlsrv" long-name="XML Services" tech_domain="rt" level="services" levels="plugin server framework generic specific">
-    <collection name="xmlengine" long-name="XML Engine" level="server">
-     <component name="libxml2" long-name="Libxml2" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/libxml2/group"/>
-     </component>
-     <component name="xmlengineutils" long-name="XML Engine Utils" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/xmlengineutils/group"/>
-     </component>
-     <component name="domxpathwrapper" long-name="DOM XPath Wrapper" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/domxpathwrapper/group"/>
-     </component>
-     <component name="xmlengineserializer" long-name="XML Engines Erializer" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/xmlengineserializer/group"/>
-     </component>
-     <component name="xmlenginesaxplugin" long-name="XML Engine SAX Plugin" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/xmlenginesaxplugin/group"/>
-     </component>
-     <component unofficial="yes" name="xmlengine_build" long-name="XML Engine Build" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/group"/>
-     </component>
-    </collection>
-    <collection name="xmlsecurityengine" long-name="XML Security Engine" level="framework">
-     <component name="xmlseccertman" long-name="XML Security Certman" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccertman/group"/>
-     </component>
-     <component name="xmlsec" long-name="XML Security" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsec/group"/>
-     </component>
-     <component name="xmlseccrypto" long-name="XML Security Crypto" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccrypto/group"/>
-     </component>
-     <component name="xmlsecwrapper" long-name="XML Security Wrapper" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsecwrapper/group"/>
-     </component>
-     <component unofficial="yes" name="xmlsecurityengine_build" long-name="XML Security Engine Build" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsecurityengine/group"/>
-     </component>
-    </collection>
-    <collection name="xml" long-name="XML" level="generic">
-     <component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
-     </component>
-     <component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
-     </component>
-     <component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
-     </component>
-    </collection>
-    <collection name="xmlsrv_info" long-name="XML Services Info" level="specific">
-     <component unofficial="yes" name="xmlsrv_plat" long-name="XML Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsrv_plat/group"/>
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_encryption_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_serializer_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_xpath_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_security_engine_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_signature_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="xmlsrv_build" long-name="XML Services Build" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/group"/>
-     </component>
-     <component unofficial="yes" name="xmlsrv_pub" long-name="XML Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsrv_pub/group"/>
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_pub/xml_engine_dom_api/tsrc/group"/> -->
-     </component>
-    <component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="deviceplatformrelease" long-name="Device Platform Release" tech_domain="to" level="services" levels="bld mid top">
-    <collection name="s60extras" long-name="S60 Extras" level="mid">
-     <component name="s60extras_build" long-name="S60 Extras Component" origin-model="foundation">
-      <unit bldFile="os/deviceplatformrelease/s60extras/group"/>
-     </component>
-    </collection>
-    <collection name="s60locfiles" long-name="S60 Loc Files" level="mid">
-     <component name="s60locfiles_build" long-name="S60 Loc Files Component" origin-model="foundation">
-      <unit bldFile="os/deviceplatformrelease/s60locfiles/group"/>
-     </component>
-    </collection>
-    <collection name="version" long-name="Version" level="top">
-     <component name="version_build" long-name="Version Component" origin-model="foundation">
-      <unit bldFile="os/deviceplatformrelease/version/group"/>
-     </component>
-    </collection>
-    <collection name="sf_config" long-name="SF Config" level="mid">
-     <component name="config" origin-model="foundation">
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/apac/group"/> -->
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/group"/> -->
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/japan/group"/> -->
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/western/group"/> -->
-     </component>
-    </collection>
-    <collection name="s60bld">
-     <component unofficial="yes" name="buildplatforms" origin-model="foundation">
-      <unit bldFile="tools/buildplatforms/group"/>
-     </component>
-    </collection>
-   <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
-     <component name="cedarutils" long-name="Cedar Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
-     </component>
-     <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
-     </component>
-    </collection>
-    <collection name="foundation_system" long-name="Foundation System" level="top">
-     <component name="systemdocs" long-name="System Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
-     </component>
-     <component name="system_model" long-name="System Model" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
-     </component>
-    </collection>
-    <collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
-     <component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="kernelhwsrv" long-name="Kernel and Hardware Services" tech_domain="hb" level="hw" levels="hw-if adaptation framework test">
-    <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
-     <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
-     </component>
-    </collection>
-    <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
-     <component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
-     </component>
-    </collection>
-    <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
-     <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
-     </component>
-    </collection>
-    <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
-     <component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
-     </component>
-    </collection>
-    <collection name="kerneltest" long-name="Kernel Test" level="hw-if">
-     <component name="e32test" long-name="E32 Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
-     </component>
-     <component name="e32utils" long-name="E32 Utilities" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
-     </component>
-     <component name="f32test" long-name="File Server Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
-     </component>
-    </collection>
-    <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
-     <component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
-     </component>
-     <component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
-     </component>
-     <component name="serialldd" long-name="Serial Port Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
-     </component>
-     <component name="legacydrivers" long-name="Legacy Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
-     </component>
-     <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!-- these are LDDs for storage media -->
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
-     </component>
-     <component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
-     </component>
-     <component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
-     </component>
-    </collection>
-    <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
-     <component name="mediadrivers" long-name="Media Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- these are for storage media -->
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
-     </component>
-     <component name="genericboardsupport" long-name="Generic Board Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
-     </component>
-    </collection>
-    <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
-     <component name="euser" long-name="User Library" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
-     </component>
-     <component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
-     </component>
-     <component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
-     </component>
-     <component name="estart" long-name="Base Starter" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
-     </component>
-     <component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
-     </component>
-     <component name="basedocs" long-name="Base Documentation" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="filesystems" long-name="File Systems" level="framework">
-     <component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
-     </component>
-     <component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
-     </component>
-     <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
-     </component>
-     <component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
-     </component>
-     <component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
-     </component>
-     <component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
-     </component>
-    </collection>
-    <collection name="halservices" long-name="HAL Services" level="framework">
-     <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
-     </component>
-    </collection>
-    <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
-     <component name="e32wsrv" long-name="Text Window Server" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
-     </component>
-     <component name="textshell" long-name="Text Shell" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
-     </component>
-    </collection>
-    <collection name="baseapitest" long-name="Base API Tests" level="test">
-     <component name="basesvs" long-name="Base Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/baseapitest/basesvs/group/basesvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
-     <component unofficial="yes" name="localesupport" origin-model="foundation">
-      <!-- <unit bldFile="os/kernelhwsrv/localisation/localesupport/mmpfiles"/> -->
-     </component>
-    <component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="shortlinksrv" long-name="Short Link Services" tech_domain="de" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
-     <component name="bluetoothsvs" long-name="Bluetooth Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetoothapitest/bluetoothsvs/group/bluetoothsvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
-     <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetooth" long-name="Bluetooth" level="framework">
-     <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
-     </component>
-     <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
-     </component>
-     <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
-     </component>
-     <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
-     </component>
-     <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
-     </component>
-     <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
-     </component>
-     <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
-     </component>
-     <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
-     <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
-     </component>
-     <component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btconfig" mrp="os/shortlinksrv/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
-     </component>
-     <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
-     </component>
-     <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
-     </component>
-     <component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
-     <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
-     </component>
-    </collection>
-    <collection name="bthci" long-name="Host Controller Interface" level="server">
-     <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
-     </component>
-     <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
-     </component>
-     <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
-     </component>
-     <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
-     </component>
-    </collection>
-    <collection name="usbmgmt" long-name="USB Management" level="server">
-     <component name="usbmgr" long-name="USB Manager" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
-     </component>
-     <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
-     </component>
-     <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="irda" long-name="IrDA" level="plugin">
-     <component name="irdastack" long-name="IrDA Stack" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
-     </component>
-    </collection>
-    <collection name="shortlinksrv_info" long-name="Short Link Services Info" level="app-if">
-     <component unofficial="yes" name="shortlinksrv_build" origin-model="foundation">
-      <unit bldFile="os/shortlinksrv/group"/>
-     </component>
-     <component unofficial="yes" name="shortlinksrv_plat" class="api" origin-model="foundation">
-      <unit bldFile="os/shortlinksrv/shortlinksrv_plat/group"/>
-     </component>
-    <component name="shortlinksrv_metadata" long-name="Short Link Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/shortlinksrv_info/shortlinksrv_metadata/shortlinksrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="buildtools" long-name="Build Tools" tech_domain="to" level="hw" levels="bld mw fw ui">
-    <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
-     <component name="buildsystemtools" long-name="Build System Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
-     </component>
-     <component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
-     </component>
-     <component name="commonbldutils" long-name="Common Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="packaging" long-name="Packaging" level="ui">
-     <component name="additionalutils" long-name="Additional Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
-     </component>
-    </collection>
-    <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
-     <component unofficial="yes" name="buildsystem" origin-model="foundation">
-      <!-- <unit bldFile="os/buildtools/toolsandutils/buildsystem/test/helloworld"/> -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/buildsystem/test/binaryvariation"/> -->
-     </component>
-    <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
-     </component>
-     <component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
-     </component>
-     <component name="wincredistribution" long-name="WinC Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
-     </component>
-     <component name="additionalredistribution" long-name="Additional Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
-     </component>
-     <component name="statapi" long-name="STAT API" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/console" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_gt.mrp"/> -->
-     </component>
-     <component name="wintunnel" long-name="Wintunnel" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
-     </component>
-     <component name="autotest" long-name="Autotest" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
-     </component>
-    </collection>
-    <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
-     <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/sbsv1_os/e32toolp/group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
-     </component>
-    </collection>
-    <collection name="imgtools_os" long-name="Image Tools" level="fw">
-     <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
-     </component>
-    </collection>
-    <collection name="misccomponents" long-name="Misc Components" level="mw">
-     <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
-     </component>
-     </collection>
-    <collection name="buildtools_info" long-name="Build Tools Info" level="ui">
-     <component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-  <layer name="mw" long-name="Middleware" levels="generic specific">
-   <block name="appsupport" long-name="Generic Application Support" tech_domain="rt" level="generic" levels="system plugin framework server generic specific">
-    <collection name="sysresmonitoring" long-name="System Resource Monitoring" level="system">
-     <component name="oodmonitor" long-name="OOD Monitor" origin-model="foundation">
-      <unit bldFile="mw/appsupport/sysresmonitoring/oodmonitor/group"/>
-     </component>
-     <component name="oommonitor" long-name="OOM Monitor" origin-model="foundation">
-      <unit bldFile="mw/appsupport/sysresmonitoring/oommonitor/group"/>
-      <!-- <unit bldFile="mw/appsupport/sysresmonitoring/oommonitor/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="sysresmonitoring_build" long-name="System Resource Monitoring Build" origin-model="foundation">
-      <unit bldFile="mw/appsupport/sysresmonitoring/group"/>
-     </component>
-    </collection>
-    <collection name="gssettingsuis" long-name="GS Settings UIs" level="specific">
-     <component name="gs" long-name="GS" origin-model="foundation">
-      <unit bldFile="mw/appsupport/gssettingsuis/gs/group"/>
-      <!-- <unit bldFile="mw/appsupport/gssettingsuis/gs/gsdiagnosticsplugin"/> -->
-      <!-- <unit bldFile="mw/appsupport/gssettingsuis/gs/gsprslnplugin"/> -->
-      <!-- <unit bldFile="mw/appsupport/gssettingsuis/gs/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="profilesservices" long-name="Profiles Services" level="server">
-     <component name="filelist" long-name="File List" origin-model="foundation">
-      <unit bldFile="mw/appsupport/profilesservices/filelist/group"/>
-      <unit bldFile="mw/appsupport/profilesservices/filelist/tsrc/public/basic/group"/>
-     </component>
-     <component name="mediafilelist" long-name="Media File List" origin-model="foundation">
-      <unit bldFile="mw/appsupport/profilesservices/mediafilelist/group"/>
-     </component>
-     <component name="profileengine" long-name="Profile Engine" origin-model="foundation">
-      <unit bldFile="mw/appsupport/profilesservices/profileengine/group"/>
-      <unit bldFile="mw/appsupport/profilesservices/profileengine/tsrc/public/basic/group"/>
-     </component>
-     <component name="ringingtone3dplugin" long-name="Ringing Tone 3D Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/profilesservices/ringingtone3dplugin/group"/>
-     </component>
-     <component unofficial="yes" name="profilesservices_test" long-name="Profiles Services Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/profilesservices/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="flashliteapi_3_1" long-name="Flashlite API 3.1" level="specific">
-     <component name="flashliteapi_3_1_build" origin-model="foundation"/>
-    </collection>
-    <collection name="contextframework" long-name="Context Framework" level="framework">
-     <component name="cfw" long-name="Context Framework" origin-model="foundation">
-      <unit bldFile="mw/appsupport/contextframework/cfw/group"/>
-      <!-- <unit bldFile="mw/appsupport/contextframework/cfw/tsrc/cfwtest/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/contextframework/cfw/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="cfwplugins" long-name="Context Framework Plugins" origin-model="foundation">
-      <unit bldFile="mw/appsupport/contextframework/cfwplugins/group"/>
-     </component>
-     <component unofficial="yes" name="contextframework_build" long-name="Context Framework Build" origin-model="foundation">
-      <unit bldFile="mw/appsupport/contextframework/group"/>
-     </component>
-    </collection>
-    <collection name="mediakeys" long-name="Media Keys" level="plugin">
-     <component name="keypublisherplugin" long-name="Key Publisher Plugin" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/mediakeys/keypublisherplugin/group"/> -->
-     </component>
-     <component name="mmkeybearer" long-name="MM Key Bearer" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/mediakeys/mmkeybearer/group"/> -->
-     </component>
-     <component unofficial="yes" name="mediakeys_build" long-name="Media Keys Build" origin-model="foundation">
-      <unit bldFile="mw/appsupport/mediakeys/group"/>
-     </component>
-    </collection>
-    <collection name="coreapplicationuis" long-name="Core Application UIs" level="server">
-     <component name="dbrecovery" long-name="Db Recovery" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/dbrecovery/group"/>
-     </component>
-     <component name="nspswsplugin" long-name="Nsps WS Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/nspswsplugin/group"/>
-     </component>
-     <component name="rfs" long-name="RFS" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/rfs/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/rfs/plugins/gsrfsplugin/group"/> -->
-     </component>
-     <component name="rfsplugins" long-name="Rfs Plugins" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/group"/> -->
-     </component>
-     <component name="sysap" long-name="Sys Ap" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/sysap/group"/>
-     </component>
-     <component name="variatedsettings" long-name="Variated Settings" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/variatedsettings/group"/>
-     </component>
-     <component name="accfwuinotifier" long-name="ACC Framework UI Notifier" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/accfwuinotifier/group"/>
-     </component>
-     <component name="kefmapper" long-name="Key Event Framework Mapper" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/kefmapper/group"/>
-     </component>
-     <component name="advancedtspcontroller" long-name="Advanced TSP Controller" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/tsrc/mt_atspc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/tsrc/stub/group"/> -->
-     </component>
-     <component name="powersaveutilities" long-name="Power Save Utilities" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/powersaveutilities/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/powersaveutilities/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="gsserverenginestub" long-name="GS Server Engine Stub" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/gsserverenginestub/group"/>
-     </component>
-     <component name="gsserverengine" long-name="GS Server Engine" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/gsserverengine/group"/>
-     </component>
-     <component name="gsserver" long-name="GS Server" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/gsserver/group"/>
-     </component>
-     <component name="sensordatacompensatorplugin" long-name="Sensor Data Compensator Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/tsrc/sensordatacompensatorplgtest/data/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/tsrc/sensordatacompensatorplgtest/group"/> -->
-     </component>
-     <component unofficial="yes" name="coreapplicationuis_test" long-name="Core Application UIs Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="coreapplicationuis_build" long-name="Core Application UIs Build" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/group"/>
-     </component>
-    </collection>
-    <collection name="startupservices" long-name="Startup Services" level="system">
-     <component name="splashscreen" long-name="Splash Screen" origin-model="foundation">
-      <unit bldFile="mw/appsupport/startupservices/splashscreen/group"/>
-     </component>
-     <component name="startup" origin-model="foundation">
-      <unit bldFile="mw/appsupport/startupservices/startup/group"/>
-      <!-- <unit bldFile="mw/appsupport/startupservices/startup/mediatorplugin/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/startupservices/startup/startupsyncplugin/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/startupservices/startup/systemerrorplugin/group"/> -->
-     </component>
-     <component name="startupanimation" long-name="Startup Animation" origin-model="foundation">
-      <unit bldFile="mw/appsupport/startupservices/startupanimation/group"/>
-     </component>
-     <component unofficial="yes" name="startupservices_build" long-name="Startup Services Build" origin-model="foundation">
-      <unit bldFile="mw/appsupport/startupservices/group"/>
-     </component>
-    </collection>
-    <collection name="systemsettings" long-name="System Settings" level="system">
-     <component name="gssensorplugin" long-name="GS Sensor Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/systemsettings/gssensorplugin/group"/>
-     </component>
-     <component name="gsaccessoryplugin" long-name="GS Accessory Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/systemsettings/gsaccessoryplugin/group"/>
-     </component>
-     <component unofficial="yes" name="systemsettings_build" long-name="System Settings Build" origin-model="foundation">
-      <unit bldFile="mw/appsupport/systemsettings/group"/>
-     </component>
-    </collection>
-    <collection name="filehandling" long-name="File Handling" level="server">
-     <component name="fileconverterfw" long-name="File Converter Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
-     </component>
-     <component name="fileconverterplugins" long-name="Other File Converter Plugins" introduced="ER5" deprecated="9.3" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
-     </component>
-     <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
-     </component>
-     <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
-     </component>
-    </collection>
-    <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
-     <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="commonappservices" long-name="Common Application Services" level="framework">
-     <component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
-     </component>
-     <component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
-     </component>
-     <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
-     </component>
-     <component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
-     </component>
-     <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
-     </component>
-    </collection>
-    <collection name="tzservices" long-name="Time Zone Services" level="plugin">
-     <component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
-     </component>
-     <component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
-     </component>
-     <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
-     </component>
-     <component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
-     </component>
-     <component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
-     </component>
-     <component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
-     </component>
-    </collection>
-    <collection name="contenthandling" long-name="Content Handling" level="plugin">
-     <component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
-     </component>
-     <component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
-     </component>
-     <component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group" mrp="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
-     </component>
-    </collection>
-    <collection name="printingsupport" long-name="Printing Support" level="generic">
-     <component name="printinguisupport" long-name="Printing UI Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
-     </component>
-    </collection>
-    <collection name="appfw" long-name="Application Framework" level="framework">
-     <component name="apparchitecture" long-name="Application Architecture" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
-     </component>
-     <component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
-     </component>
-     <component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
-     </component>
-    </collection>
-    <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
-     <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
-     </component>
-     <component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/worlddatabasekit/group" mrp="mw/appsupport/tzpcside/worlddatabasekit/group/app-services_wlddatabasekit_cedar.mrp"/>
-     </component>
-     <component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
-     </component>
-    </collection>
-    <collection name="appsupport_info" long-name="Generic Application Support Info" level="specific">
-     <component unofficial="yes" name="appsupport_plat" long-name="Generic Application Support Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/appsupport/appsupport_plat/group"/>
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/profiles_engine_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/settings_backgroundimage_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/settings_framework_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/settings_launch_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/settings_listbox_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="appsupport_pub" long-name="Generic Application Support Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/appsupport_pub/flash_viewer_framework_api/tsrc/bc/flashviewerframework/group"/> -->
-      <unit bldFile="mw/appsupport/appsupport_pub/group"/>
-      <!-- <unit bldFile="mw/appsupport/appsupport_pub/network_status_api/tsrc/bc/networkstatus/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_pub/profiles_engine_wrapper_api/tsrc/bc/profilesenginewrapperapi/group"/> -->
-     </component>
-     <component unofficial="yes" name="appsupport_build" long-name="Generic Application Support Build" origin-model="foundation">
-      <unit bldFile="mw/appsupport/group"/>
-     </component>
-    <component name="appsupport_metadata" long-name="Generic Application Support Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/appsupport_info/appsupport_metadata/appsupport_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="securitysrv" long-name="Security Services" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <collection name="gba" long-name="Generic Boot Architecture" level="specific">
-     <component name="uicc" long-name="Uicc" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/uicc/group"/>
-     </component>
-     <component name="bootstrap" long-name="Bootstrap" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/bootstrap/group"/>
-     </component>
-     <component name="gbaserver" long-name="GBA Server" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/gbaserver/group"/>
-     </component>
-     <component name="gbaapi" long-name="GBA API" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/gbaapi/group"/>
-     </component>
-     <component name="gbafilter" long-name="GBA Filter" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/gbafilter/group"/>
-     </component>
-     <component unofficial="yes" name="gba_build" long-name="Generic Boot Architecture Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/group"/>
-     </component>
-    </collection>
-    <collection name="wim" long-name="WIM" level="framework">
-     <component name="swimreader" long-name="Swim Reader" origin-model="foundation"/>
-     <component name="scard" long-name="S Card" origin-model="foundation"/>
-     <component name="wimutil" long-name="WIM Util" origin-model="foundation"/>
-     <component name="wimserver" long-name="WIM Server" origin-model="foundation"/>
-     <component name="wimclient" long-name="WIM Client" origin-model="foundation"/>
-     <component name="wimplugin" long-name="WIM Plugin" origin-model="foundation"/>
-     <component unofficial="yes" name="wim_build" long-name="WIM Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/wim/group"/>
-     </component>
-    </collection>
-    <collection name="cms" long-name="Certificate Management Services" level="generic">
-     <component name="cms_build" long-name="CMS" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/cms/group"/>
-     </component>
-    </collection>
-    <collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
-     <component name="x509certnameparser" long-name="X509cert Name Parser" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/x509certnameparser/group"/>
-     </component>
-     <component name="pkcs12" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/pkcs12/group"/>
-     </component>
-     <component name="certmanui" long-name="Certman UI" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/certmanui/group"/>
-     </component>
-     <component name="ctsecuritydialogs" long-name="CT Security Dialogs" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/ctsecuritydialogs/group"/>
-     </component>
-     <component name="certsaver" long-name="Cert Saver" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/certsaver/group"/>
-     </component>
-     <component name="secmodui" long-name="Sec Mod UI" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/secmodui/group"/>
-     </component>
-     <component name="devicetoken" long-name="Device Token" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/devicetoken/group"/>
-     </component>
-     <component name="certificates" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/certificates/group"/>
-     </component>
-     <component name="certificates_oem" origin-model="foundation"/>
-     <component unofficial="yes" name="pkiutilities_build" long-name="PKI Utilities Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/group"/>
-     </component>
-    <component name="ocsp" long-name="Online Certificate Status Protocol" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/securitysrv/pkiutilities/ocsp/group" mrp="mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
-     </component>
-    </collection>
-    <collection name="remotelock" long-name="Remote Lock" level="server">
-     <component name="remotelocksettings" long-name="Remote Lock Settings" origin-model="foundation"/>
-     <component name="remotelockengine" long-name="Remote Lock Engine" origin-model="foundation"/>
-     <component unofficial="yes" name="remotelock_build" long-name="Remote Lock Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/remotelock/group"/>
-     </component>
-    </collection>
-    <collection name="boottimeintegritycheck" long-name="Boot Time Integrity Check" level="plugin">
-     <component name="trkdummy" long-name="Trk Dummy" origin-model="foundation">
-      <!-- <unit bldFile="mw/securitysrv/boottimeintegritycheck/trkdummy/group"/> -->
-     </component>
-     <component unofficial="yes" name="boottimeintegritycheck_build" long-name="Boot Time Integrity Check Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/boottimeintegritycheck/group"/>
-     </component>
-    </collection>
-    <collection name="securitydialogs" long-name="Security Dialogs" level="specific">
-     <component name="keylockpolicyapi" long-name="Keylock Policy Api" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/keylockpolicyapi/group"/>
-     </component>
-     <component name="autolock" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/autolock/group"/>
-     </component>
-     <component name="secui" long-name="Sec UI" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/secui/group"/>
-     </component>
-     <component name="securitynotifier" long-name="Security Notifier" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/securitynotifier/group"/>
-     </component>
-     <component name="securityobserver" long-name="Security Observer" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/securityobserver/group"/>
-     </component>
-     <component unofficial="yes" name="securitydialogs_build" long-name="Security Dialogs Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/group"/>
-     </component>
-    </collection>
-    <collection name="securitysrv_info" long-name="Security Services Info" level="specific">
-     <component unofficial="yes" name="securitysrv_build" long-name="Security Services Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/group"/>
-     </component>
-     <component unofficial="yes" name="secsrv_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/securitysrv/secsrv_plat/devicelock_access_api/group"/> -->
-      <unit bldFile="mw/securitysrv/secsrv_plat/group"/>
-      <!-- <unit bldFile="mw/securitysrv/secsrv_plat/keyguard_access_api/group"/> -->
-      <!-- <unit bldFile="mw/securitysrv/secsrv_plat/lockapp_server_api/group"/> -->
-     </component>
-     <component unofficial="yes" name="securitysrv_test" long-name="Security Services Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/securitysrv/tsrc/group"/> -->
-     </component>
-    <component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="drm" long-name="DRM" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <collection name="commondrm" long-name="Common DRM" level="generic">
-     <component name="drmencryptor" long-name="DRM Encryptor" origin-model="foundation"/>
-     <component name="drmsettingsplugin" long-name="DRM Settings Plugin" origin-model="foundation"/>
-     <component name="drmrightsmanagerui" long-name="DRM Rights Manager UI" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/drmrightsmanagerui/help/group"/>
-     </component>
-     <component name="drmutility" long-name="DRM Utility" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/drmutility/group"/>
-     </component>
-     <component name="drmserviceapiwrapper" long-name="DRM Service API Wrapper" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/drmserviceapiwrapper/group"/>
-     </component>
-     <component name="drmrightsstoringlocation" long-name="DRM Rights Storing Location" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/drmrightsstoringlocation/group"/>
-     </component>
-     <component unofficial="yes" name="commondrm_build" long-name="Common DRM Build" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/group"/>
-     </component>
-    </collection>
-    <collection name="omadrm" long-name="OMA DRM" level="server">
-     <component name="drmroapwbxmlparser" long-name="DRM ROAP WBXML Parser" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/omadrm/drmroapwbxmlparser/group"/> -->
-     </component>
-     <component name="drmplugins" long-name="DRM Plugins" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/omadrm/drmplugins/drmfilter/group"/> -->
-      <!-- <unit bldFile="mw/drm/omadrm/drmplugins/drmrecognizer/group"/> -->
-      <!-- <unit bldFile="mw/drm/omadrm/drmplugins/drmrohandler/group"/> -->
-      <!-- <unit bldFile="mw/drm/omadrm/drmplugins/drmromtm/group"/> -->
-     </component>
-     <component name="drmengine" long-name="DRM Engine" origin-model="foundation"/>
-     <component name="drmhelper" long-name="DRM Helper" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/omadrm/drmhelper/drmhelperserver/group"/> -->
-      <!-- <unit bldFile="mw/drm/omadrm/drmhelper/group"/> -->
-     </component>
-     <component name="drmlicensemanager" long-name="Drm License Manager" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/omadrm/drmlicensemanager/group"/> -->
-     </component>
-     <component unofficial="yes" name="omadrm_build" long-name="OMA DRM Build" origin-model="foundation">
-      <unit bldFile="mw/drm/omadrm/group"/>
-     </component>
-    </collection>
-    <collection name="wmdrm" long-name="WM DRM" level="framework">
-     <component name="wmdrmengine" long-name="WM DRM Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmagent/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmfileserver/client/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmfileserver/server/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmserver/client/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmserver/clientwrapper/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmserver/server/group"/> -->
-     </component>
-     <component name="camese" long-name="Camese" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/cameseutility/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/httpfiltercamese/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdla/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdlaapp/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdladefaulthttpplugin/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdladefaultuiplugin/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdlautils/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdlawrapper/group"/> -->
-     </component>
-     <component name="wmdrmplugins" long-name="WM DRM Plugins" origin-model="foundation"/>
-     <component unofficial="yes" name="wmdrm_build" long-name="WM DRM Build" origin-model="foundation">
-      <unit bldFile="mw/drm/wmdrm/group"/>
-     </component>
-    </collection>
-    <collection name="drm_info" long-name="DRM Info" level="specific">
-     <component unofficial="yes" name="drm_pub" long-name="DRM Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/drm_pub/drm_helper_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/drm/drm_pub/drm_license_checker_api/tsrc/group"/> -->
-      <unit bldFile="mw/drm/drm_pub/group"/>
-      <!-- <unit bldFile="mw/drm/drm_pub/oma_drm_caf_agent_api/tsrc/bc/group"/> -->
-     </component>
-     <component unofficial="yes" name="drm_plat" long-name="DRM Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/drm_plat/drm_common_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/drm/drm_plat/drm_rights_api/tsrc/group"/> -->
-      <unit bldFile="mw/drm/drm_plat/group"/>
-      <!-- <unit bldFile="mw/drm/drm_plat/roap_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="drm_build" long-name="DRM Build" origin-model="foundation">
-      <unit bldFile="mw/drm/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="accesssec" long-name="Access Security" tech_domain="dc" level="generic" levels="plugin framework server generic specific">
-    <collection name="wlansecuritysettings" long-name="WLAN Security Settings" level="specific">
-     <component name="wapisecuritysettingsui" long-name="WAPI Security Settings UI" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wapisecuritysettingsui/stub/group"/>
-     </component>
-     <component name="wepsecuritysettingsui" long-name="WEP Security Eettings UI" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wepsecuritysettingsui/group"/>
-     </component>
-     <component name="wifiprotectedsetup" long-name="WIFI Protected Setup" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wifiprotectedsetup/group"/>
-     </component>
-     <component name="wlaneapsettingsui" long-name="WLAN EAP Settings UI" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wlaneapsettingsui/group"/>
-     </component>
-     <component name="wpasecuritysettingsui" long-name="WPA Security Settings UI" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wpasecuritysettingsui/group"/>
-     </component>
-     <component unofficial="yes" name="wlansecuritysettings_build" long-name="WLAN Security Settings Build" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/group"/>
-     </component>
-    </collection>
-    <collection name="eapol" long-name="EAPOL" level="framework">
-     <component name="eapol_framework" long-name="EAPOL Framework" origin-model="foundation">
-      <unit bldFile="mw/accesssec/eapol/eapol_framework/eapol_symbian/group"/>
-     </component>
-     <component unofficial="yes" name="eapol_build" long-name="EAPOL Build" origin-model="foundation">
-      <unit bldFile="mw/accesssec/eapol/group"/>
-     </component>
-    </collection>
-    <collection name="accesssec_info" long-name="Access Security Info" level="specific">
-     <component unofficial="yes" name="accesssec_plat" long-name="Access Security Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/accesssec/accesssec_plat/group"/>
-     </component>
-     <component unofficial="yes" name="accesssec_build" long-name="Access Security Build" origin-model="foundation">
-      <unit bldFile="mw/accesssec/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="locationsrv" long-name="Location Services" tech_domain="lo" level="specific" levels="plugins fw interface">
-    <collection name="landmarks" long-name="Landmarks" level="fw">
-     <component name="locationlandmarks" long-name="Location Landmarks" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/group"/>
-     </component>
-     <component unofficial="yes" name="landmarks_build" long-name="Landmarks Build" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/landmarks/group"/>
-     </component>
-    </collection>
-    <collection name="locationmapnavfw" long-name="Location Map Nav Framework" level="fw">
-     <component name="library" long-name="Library" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationmapnavfw/library/group"/>
-     </component>
-     <component name="aiwprovider" long-name="Application Inter-Working Provider" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationmapnavfw/aiwprovider/group"/>
-     </component>
-     <component unofficial="yes" name="locationmapnavfw_build" long-name="Location Map Nav Framework Build" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationmapnavfw/group"/>
-     </component>
-    </collection>
-    <collection name="locationsystemui" long-name="Location System UI" level="interface">
-     <component name="locationsysui" long-name="Location Sys UI" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/group"/>
-     </component>
-     <component unofficial="yes" name="locationsystemui_build" long-name="Location System UI Build" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationsystemui/group"/>
-     </component>
-    </collection>
-    <collection name="supl" long-name="SUPL" level="plugins">
-     <component name="locationsuplfw" long-name="Location SUPL Framework" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/supl/locationsuplfw/group"/>
-     </component>
-     <component name="locationomasuplprotocolhandler" long-name="Location OMA SUPL Protocol Handler" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/group"/>
-     </component>
-     <component name="locationomasuplpostester" long-name="Location OMA SUPL Pos Tester" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/supl/locationomasuplpostester/group"/>
-     </component>
-     <component unofficial="yes" name="supl_build" long-name="SUPL Build" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/supl/group"/>
-     </component>
-    </collection>
-    <collection name="locationtriggering" long-name="Location Triggering" level="interface">
-     <component name="ltlogger" long-name="LT Logger" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltlogger/group"/>
-     </component>
-     <component name="ltclientlib" long-name="LT Client Lib" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltclientlib/group"/>
-     </component>
-     <component name="ltmanagementlib" long-name="LT Management Library" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltmanagementlib/group"/>
-     </component>
-     <component name="ltcontainer" long-name="LT Container" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltcontainer/group"/>
-     </component>
-     <component name="ltserver" long-name="LT Server" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltserver/group"/>
-     </component>
-     <component name="ltstrategypluginapi" long-name="LT Strategy Plugin API" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltstrategypluginapi/group"/>
-     </component>
-     <component name="ltstrategyengine" long-name="LT Strategy Engine" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltstrategyengine/group"/>
-     </component>
-     <component name="ltmovementdetectionpluginapi" long-name="Movement Detection Plugin API" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltmovementdetectionpluginapi/group"/>
-     </component>
-     <component name="ltcellidmovementdetector" long-name="Cell ID Movement Detector" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltcellidmovementdetector/group"/>
-     </component>
-     <component name="lbtmgmtui" long-name="LBT Management UI" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/lbtmgmtui/group"/>
-     </component>
-     <component unofficial="yes" name="locationtriggering_test" long-name="Location Triggering Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancelcreatetest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/createtest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/handlingprocesstest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity2_exe/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancellisttriggerstest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancelcreateiteratortest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity3_exe/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/firingofstartuptriggerandlisttrigger/createtest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/t_mgmtsettings/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity4_exe/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancelgettriggerstest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/modifytest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/t_mgmtsettings/createtest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity5_exe/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/notificationtest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancelsettriggerstest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/canceldeletetest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/deletetest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity1_exe/group"/> -->
-     </component>
-     <component unofficial="yes" name="locationtriggering_build" long-name="Location Triggering Build" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/group"/>
-     </component>
-    </collection>
-    <collection name="locationsrv_info" long-name="Location Services Info" level="interface">
-     <component unofficial="yes" name="locsrv_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/geocoding_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/geocoding_api/tsrc/mapnavproviderrefapp/group"/> -->
-      <unit bldFile="mw/locationsrv/locsrv_plat/group"/>
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/location_centre_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/location_settings_launch_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_api/tsrc/mapnavproviderrefapp/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_provider_discovery_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_provider_discovery_api/tsrc/mapnavproviderrefapp/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_image_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_image_api/tsrc/testprovider/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_image_conversion_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_image_conversion_plugin_api/tsrc/mapnavproviderrefapp/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/oma_supl_asn_codec_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_network_initiation_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_pos_message_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_pos_message_plugin_api/tsrc/posmsgpluginreferenceimpl/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_settings_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_terminal_initiation_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="genericpositioningplugins" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/genericpositioningplugins/group"/>
-     </component>
-     <component unofficial="yes" name="locationsrv_test" long-name="Location Services Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/locationsrv/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="locationsrv_build" long-name="Location Services Build" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/group"/>
-     </component>
-     <component unofficial="yes" name="locsrv_pub" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/blid_application_satellite_info_api/tsrc/bc_blid_application_satellite_info_api/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/blid_application_satellite_info_api/tsrc/ut_csatelliteuitest/group"/> -->
-      <unit bldFile="mw/locationsrv/locsrv_pub/group"/>
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_api/tsrc/bc_landmarks_api/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_database_management_api/tsrc/bc_landmarks_database_management_api/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_database_management_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_search_api/tsrc/bc_landmarks_search_api/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_search_api/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="ipconnmgmt" long-name="IP Connectivity Management" tech_domain="dc" level="generic" levels="plugin framework server generic utils">
-    <collection name="alwayson_net_plugin" long-name="Always On Net Plugin" level="server">
-     <component name="pdpcontextmanager2" long-name="PDP Context Manager 2" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/alwayson_net_plugin/pdpcontextmanager2/group"/>
-     </component>
-     <component unofficial="yes" name="alwayson_net_plugin_build" long-name="Always On Net Plugin Build" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/alwayson_net_plugin/group"/>
-     </component>
-    </collection>
-    <collection name="bearermanagement" long-name="Bearer Management" level="framework">
-     <component name="mpm" long-name="MPM" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/bearermanagement/mpm/group"/>
-     </component>
-     <component name="bearermanager" long-name="Bearer Manager" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/bearermanagement/bearermanager/group"/>
-     </component>
-     <component unofficial="yes" name="bearermanagement_build" long-name="Bearer Management Build" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/bearermanagement/group"/>
-     </component>
-    </collection>
-    <collection name="connectionmonitoring" long-name="Connection Monitoring" level="server">
-     <component name="connectionmonitorplugin" long-name="Connection Monitor Plugin" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorplugin/group"/>
-     </component>
-     <component name="connectionmonitorui" long-name="Connection Monitor UI" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorui/group"/>
-     </component>
-     <component name="connmon" long-name="Connection Monitor" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/connectionmonitor/group"/>
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/dataconnectionlogger/group"/>
-     </component>
-     <component name="connmonext" long-name="Connection Monitor Ext" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmonext/group"/>
-     </component>
-     <component unofficial="yes" name="connectionmonitoring_build" long-name="Connection Monitoring Build" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/group"/>
-     </component>
-    </collection>
-    <collection name="accesspointcontrol" long-name="Access Point Control" level="plugin">
-     <component name="apcontrollistplugin" long-name="Access Point Control List Plugin" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/accesspointcontrol/apcontrollistplugin/group"/>
-     </component>
-    </collection>
-    <collection name="apengine" long-name="Application Engine" level="framework">
-     <component name="apeng" long-name="Access Point Engine" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/apengine/apeng/group"/>
-     </component>
-     <component name="apsettingshandlerui" long-name="Access Point Settings Handler UI" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/apengine/apsettingshandlerui/group"/>
-     </component>
-     <component name="apsettingsplugin" long-name="Access Point Settings Plugin" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/apengine/apsettingsplugin/group"/>
-     </component>
-     <component unofficial="yes" name="apengine_build" long-name="Application Engine Build" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/apengine/group"/>
-     </component>
-    </collection>
-    <collection name="cmmanager" long-name="CM Manager" level="framework">
-     <component name="cmmgr" long-name="CM Manager" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/group"/>
-     </component>
-    </collection>
-    <collection name="dbcreator" long-name="DB Creator" level="utils">
-     <component name="commsdatcreator" long-name="Comms Database Creator" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreator/group"/>
-     </component>
-     <component name="commsdatcreatorrfsplugin" long-name="Comms Database Creator RFS Pluginr" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreatorrfsplugin/group"/>
-     </component>
-     <component name="commsdatstartup" long-name="Comms Database Startup" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatstartup/group"/>
-     </component>
-     <component name="dbcreatorexe" long-name="DB Creator" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/dbcreatorexe/group"/>
-     </component>
-     <component unofficial="yes" name="dbcreator_build" long-name="DB Creator Build" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/group"/>
-     </component>
-    </collection>
-    <collection name="connectionutilities" long-name="Connection Utilities" level="utils">
-     <component name="connectiondialogs" long-name="ConnectionDialogs" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionutilities/connectiondialogs/group"/>
-     </component>
-    </collection>
-    <collection name="ipconnmgmt_info" long-name="IP Connectivity Management Info" level="utils">
-     <component unofficial="yes" name="ipconnmgmt_build" long-name="IP Connectivity Management Build" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/group"/>
-     </component>
-     <component unofficial="yes" name="ipcm_pub" class="api" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/ipcm_pub/group"/>
-     </component>
-     <component unofficial="yes" name="ipcm_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/ipcm_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="netprotocols" long-name="High-level Internet Protocols" tech_domain="dc" level="generic" levels="plugin framework server generic specific">
-    <collection name="httpfilters" long-name="HTTP Filters" level="plugin">
-     <component name="httpfiltercommon" long-name="HTTP Filter Common" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfiltercommon/group"/>
-     </component>
-     <component name="cookie" long-name="Cookie" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/cookie/group"/>
-     </component>
-     <component name="deflatefilter" long-name="Deflate Filter" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/deflatefilter/group"/>
-     </component>
-     <component name="httpfilteracceptheader" long-name="HTTP Filter Accept Header" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilteracceptheader/group"/>
-     </component>
-     <component name="httpfilterauthentication" long-name="HTTP Filter Authentication" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilterauthentication/group"/>
-     </component>
-     <component name="httpfilterconnhandler" long-name="HTTP Filter Conn Handler" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilterconnhandler/group"/>
-     </component>
-     <component name="httpfilteriop" long-name="HTTP Filter Iop" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilteriop/group"/>
-     </component>
-     <component name="httpfilterproxy" long-name="HTTP Filter Proxy" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilterproxy/group"/>
-     </component>
-     <component name="uaproffilter" long-name="UAProf Filter" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/uaproffilter/group"/>
-     </component>
-     <component unofficial="yes" name="httpfilters_build" long-name="HTTP Filters Build" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/group"/>
-     </component>
-    </collection>
-    <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
-     <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
-     </component>
-     <component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
-     </component>
-     <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
-     </component>
-     <component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
-     </component>
-     <component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
-     </component>
-     <component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
-     </component>
-    </collection>
-    <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
-     <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
-     </component>
-     <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
-     </component>
-     <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
-     </component>
-     <component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific">
-     <component unofficial="yes" name="netprotocols_plat" long-name="High-level Internet Protocols Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/netprotocols_plat/group"/>
-     </component>
-     <component unofficial="yes" name="netprotocols_build" long-name="High-level Internet Protocols Build" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/group"/>
-     </component>
-    <component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="ipappprotocols" long-name="IP App Protocols" tech_domain="dc" level="generic" levels="plugin framework conn server">
-    <collection name="rtp" long-name="RTP" level="server">
-     <component name="srtpstack" long-name="SRTP Stack" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/rtp/srtpstack/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/rtp/srtpstack/tsrc/ut_srtpstack/group"/> -->
-     </component>
-     <component name="rtpstack" long-name="RTP Stack" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/rtp/rtpstack/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/rtp/rtpstack/tsrc/ut_rtpstack/group"/> -->
-     </component>
-    </collection>
-    <collection name="sipplugins" long-name="SIP Plugins" level="plugin">
-     <component name="sippwlanplugin" long-name="SIP WLAN Plugin" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippwlanplugin/group"/>
-     </component>
-     <component name="sippsipsettingsui" long-name="SIP Settings UI" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippsipsettingsui/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/sipplugins/sippsipsettingsui/tsrc/ut_sipsettingsui/group"/> -->
-     </component>
-     <component name="sippdevmgmtsipadapter" long-name="Device Management SIP Adapter" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/tsrc/ut_cnsmldmsipadapter/group"/> -->
-     </component>
-     <component name="sippsystemstatemonitor" long-name="SIP System State Monitor" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippsystemstatemonitor/group"/>
-     </component>
-     <component name="sippsipadapter" long-name="SIP Adapter" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippsipadapter/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/sipplugins/sippsipadapter/tsrc/ut_cwpsipadapter/group"/> -->
-     </component>
-    </collection>
-    <collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
-     <component name="rtp" long-name="RTP" introduced="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- Real Time Data Protocol -->
-      <unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
-     </component>
-     <component name="sipfw" long-name="SIP Framework" filter="gt" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
-     </component>
-    </collection>
-    <collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
-     <component name="sipprovider" long-name="SIP Provider" filter="gt" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
-     </component>
-    </collection>
-    <collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="server">
-     <component unofficial="yes" name="ipappprotocols_plat" long-name="IP App Protocols Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/ipappprotocols_plat/group"/>
-     </component>
-     <component unofficial="yes" name="ipappprotocols_build" long-name="IP App Protocols Build" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/group"/>
-     </component>
-    <component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="wirelessacc" long-name="Wireless Access" tech_domain="dc" level="specific" levels="framework generic ui">
-    <collection name="hotspotfw" long-name="Hotspot Framework" level="framework">
-     <component name="hsserver" long-name="HotSpot Server" origin-model="foundation"/>
-     <component name="hsclient" long-name="HS Client" origin-model="foundation"/>
-     <component name="internetconnectivitytestservice" long-name="Internet Connectivity Test Service" origin-model="foundation">
-      <!-- <unit bldFile="mw/wirelessacc/hotspotfw/internetconnectivitytestservice/group"/> -->
-     </component>
-     <component name="ictsdialogs" long-name="ICTS Dialogs" origin-model="foundation">
-      <!-- <unit bldFile="mw/wirelessacc/hotspotfw/ictsdialogs/group"/> -->
-     </component>
-     <component name="hspluginforagent" long-name="HotSpot Plugin For Agent" origin-model="foundation">
-      <!-- <unit bldFile="mw/wirelessacc/hotspotfw/hspluginforagent/group"/> -->
-     </component>
-     <component name="hsbrowser" long-name="HotSpot Browser" origin-model="foundation">
-      <!-- <unit bldFile="mw/wirelessacc/hotspotfw/hsbrowser/group"/> -->
-     </component>
-     <component unofficial="yes" name="hotspotfw_build" long-name="Hotspot Framework Build" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/hotspotfw/group"/>
-     </component>
-    </collection>
-    <collection name="wlanutilities" long-name="WLAN Utilities" level="generic">
-     <component name="wlanplugin" long-name="WLAN Plugin" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/wlanutilities/wlanplugin/group"/>
-     </component>
-     <component name="wlansettingsui" long-name="WLAN Settings UI" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/wlanutilities/wlansettingsui/group"/>
-     </component>
-     <component name="wlansniffer" long-name="WLAN Sniffer" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/group"/>
-     </component>
-     <component name="wlanindicatorplugin" long-name="WLAN Indicator Plugin" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/wlanutilities/wlanindicatorplugin/group"/>
-     </component>
-     <component unofficial="yes" name="wlanutilities_build" long-name="WLAN Utilities Build" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/wlanutilities/group"/>
-     </component>
-    </collection>
-    <collection name="wirelessacc_info" long-name="Wireless Access Info" level="ui">
-     <component unofficial="yes" name="hsfw_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/hsfw_plat/group"/>
-     </component>
-     <component unofficial="yes" name="wirelessacc_build" long-name="Wireless Access Build" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="vpnclient" long-name="VPN Client" tech_domain="dc" level="specific" levels="engine ui api">
-    <collection name="vpnclient_sis" long-name="VPN Client Sis" level="api">
-     <component name="ce_sis" long-name="CE SIS" origin-model="foundation">
-      <!-- <unit bldFile="mw/vpnclient/vpnclient_sis/ce_sis/group"/> -->
-     </component>
-     <component name="stub_sis" long-name="Stub Sis" origin-model="foundation">
-      <!-- <unit bldFile="mw/vpnclient/vpnclient_sis/stub_sis/group"/> -->
-     </component>
-     <component unofficial="yes" name="vpnclient_sis_build" origin-model="foundation">
-      <!-- <unit bldFile="mw/vpnclient/vpnclient_sis/group"/> -->
-     </component>
-    </collection>
-    <collection name="vpnengine" long-name="VPN Engine" level="engine">
-     <component name="eventmediatorapi" long-name="Event Mediator API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/eventmediatorapi/group"/>
-     </component>
-     <component name="eventviewer" long-name="Event Viewer" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/eventviewer/group"/>
-     </component>
-     <component name="vpnins" long-name="VPN Ins" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnins/group"/>
-     </component>
-     <component name="acuagenttransport" long-name="ACU Agent Transport" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuagenttransport/group"/>
-     </component>
-     <component name="acupluginlib" long-name="ACU Plugin Lib" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acupluginlib/group"/>
-     </component>
-     <component name="ikepolparser" long-name="IKE Policy Parser" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikepolparser/group"/>
-     </component>
-     <component name="utlbase64" long-name="UTL Base64" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlbase64/group"/>
-     </component>
-     <component name="utlcrypto" long-name="UTL Crypto" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlcrypto/group"/>
-     </component>
-     <component name="utlxml" long-name="UTL XML" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlxml/group"/>
-     </component>
-     <component name="utlpkcs10" long-name="UTL PKCS10" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlpkcs10/group"/>
-     </component>
-     <component name="pkiserviceapi" long-name="PKI Service API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/pkiserviceapi/group"/>
-     </component>
-     <component name="acuagentcrypto" long-name="ACU Agent Crypto" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuagentcrypto/group"/>
-     </component>
-     <component name="vpnextapi" long-name="VPN Ext. API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnextapi/group"/>
-     </component>
-     <component name="ikecert" long-name="Ike Cert" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikecert/group"/>
-     </component>
-     <component name="kmdapi" long-name="KMD API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/kmdapi/group"/>
-     </component>
-     <component name="kmdserver" long-name="Kmd Server" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/kmdserver/group"/>
-     </component>
-     <component name="ikeutils" long-name="IKE Utils" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikeutils/group"/>
-     </component>
-     <component name="ikev1lib" long-name="Ikev1 Library" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikev1lib/group"/>
-     </component>
-     <component name="ikev2lib" long-name="Ikev2 Library" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikev2lib/group"/>
-     </component>
-     <component name="acuagentmessage" long-name="ACU Agent Message" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuagentmessage/group"/>
-     </component>
-     <component name="acuagent" long-name="ACU Agent" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuagent/group"/>
-     </component>
-     <component name="vpnawapi" long-name="VPN AW API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnawapi/group"/>
-     </component>
-     <component name="vpnipsecpolparser" long-name="VPN Ipsecpolparser" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnipsecpolparser/group"/>
-     </component>
-     <component name="sit" long-name="Sit" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/sit/group"/>
-     </component>
-     <component name="acuins" long-name="ACU INS" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuins/group"/>
-     </component>
-     <component name="vpntcwrapper" long-name="VP NTC Wrapper" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpntcwrapper/group"/>
-     </component>
-     <component name="eventmediator" long-name="Event Mediator" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/eventmediator/group"/>
-     </component>
-     <component name="ipsecacuplugin" long-name="IPseca Cu Plugin" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ipsecacuplugin/group"/>
-     </component>
-     <component name="pkiservice" long-name="PKI Service" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/pkiservice/group"/>
-     </component>
-     <component name="vpnconnagt" long-name="VPN Connagt" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnconnagt/group"/>
-     </component>
-     <component name="vpnmanager" long-name="VPN Manager" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnmanager/group"/>
-     </component>
-     <component name="vpncleaner" long-name="VPN Cleaner" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpncleaner/group"/>
-     </component>
-     <component name="utlpkcs12" long-name="UTL PKCS12" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlpkcs12/group"/>
-     </component>
-     <component name="dmadengine" long-name="DM Adapter Engine" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/dmadengine/group"/>
-     </component>
-     <component name="dmadipsecvpn" long-name="DM Adapter IPsec VPN" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/dmadipsecvpn/group"/>
-     </component>
-     <component name="dmadpki" long-name="DM Adapter PKI" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/dmadpki/group"/>
-     </component>
-     <component name="ikesocketplugin" long-name="IKE Socket Plugin" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikesocketplugin/group"/>
-     </component>
-     <component name="vpnnif" long-name="VPN NIF" origin-model="foundation"/>
-    </collection>
-    <collection name="vpnui" long-name="VPN UI" level="ui">
-     <component name="vpnecomnotifier" long-name="VPN ECOM Notifier" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpnecomnotifier/group"/>
-     </component>
-     <component name="vpndialogmanager" long-name="VPN Dialog Manager" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpndialogmanager/group"/>
-     </component>
-     <component name="vpnmanagementui" long-name="VPN Management UI" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpnmanagementui/group"/>
-     </component>
-     <component name="vpnpolins" long-name="VPN Policy Ins" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpnpolins/group"/>
-     </component>
-     <component name="vpnpolicyrecognizer" long-name="VPN Policy Recognizer" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpnpolicyrecognizer/group"/>
-     </component>
-    </collection>
-    <collection name="vpnapiimpl" long-name="VPN API Implementation" level="api">
-     <component name="vpnapi" long-name="VPN API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnapiimpl/group"/>
-     </component>
-    </collection>
-    <collection name="vpnclient_info" long-name="VPN Client Info" level="api">
-     <component unofficial="yes" name="vpnclient_help" long-name="VPN Client Help" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/help/group"/>
-     </component>
-     <component unofficial="yes" name="vpnclient_build" long-name="VPN Client Build" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/group"/>
-     </component>
-     <component unofficial="yes" name="vpnc_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnc_plat/vpnapi/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="ipappsrv" long-name="IP App Services" tech_domain="vc" level="specific" levels="framework  generic server  conn plugin">
-    <collection name="multimediacommscontroller" long-name="Multimedia Comms Controller" level="conn">
-     <component name="mmccinterface" long-name="MMCC Interface" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccinterface/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccinterface/tsrc/ut_interface/group"/> -->
-     </component>
-     <component name="mmccjitterbuffer" long-name="Jitter Buffer" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccjitterbuffer/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccjitterbuffer/tsrc/ut_jitterbuffer/group"/> -->
-     </component>
-     <component name="mmccqoscontroller" long-name="QoS Controller" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccqoscontroller/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccqoscontroller/tsrc/ut_qoscontroller/group"/> -->
-     </component>
-     <component name="mmccmultiplexer" long-name="MMCC Multiplexer" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccmultiplexer/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccmultiplexer/tsrc/ut_multiplexer/group"/> -->
-     </component>
-     <component name="mmccsubcontroller" long-name="MMCC Subcontroller" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccsubcontroller/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccsubcontroller/tsrc/ut_rtpmediaclock/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccsubcontroller/tsrc/ut_subcontroller/group"/> -->
-     </component>
-     <component name="mmcccontroller" long-name="MMCC Controller" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcccontroller/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcccontroller/tsrc/ut_controller/group"/> -->
-     </component>
-     <component name="mmccredpayloadformat" long-name="RED Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccredpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccredpayloadformat/tsrc/ut_redpayloadformat/group"/> -->
-     </component>
-     <component name="mmccamrpayloadformat" long-name="AMR Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccamrpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccamrpayloadformat/tsrc/ut_amrpayloadformat/group"/> -->
-     </component>
-     <component name="mmccg711payloadformat" long-name="G711 Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg711payloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg711payloadformat/tsrc/ut_g711payloadformat/group"/> -->
-     </component>
-     <component name="mmccg729payloadformat" long-name="G729 Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg729payloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg729payloadformat/tsrc/ut_g729payloadformat/group"/> -->
-     </component>
-     <component name="mmccilbcpayloadformat" long-name="ILBC Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccilbcpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccilbcpayloadformat/tsrc/ut_ilbcpayloadformat/group"/> -->
-     </component>
-     <component name="mmccdtmfpayloadformat" long-name="DTMF Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccdtmfpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccdtmfpayloadformat/tsrc/ut_dtmfpayloadformat/group"/> -->
-     </component>
-     <component name="mmccrtpsourcesink" long-name="RTP Source Sink" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccrtpsourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccrtpsourcesink/tsrc/ut_rtpsourcesink/group"/> -->
-     </component>
-     <component name="mmccvideosourcesink" long-name="Video Source Sink" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccvideosourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccvideosourcesink/tsrc/ut_videosourcesink/group"/> -->
-     </component>
-     <component name="mmcch263payloadformat" long-name="H263 Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcch263payloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcch263payloadformat/tsrc/ut_h263payloadformat/group"/> -->
-     </component>
-     <component name="mmccanypayloadformat" long-name="ANY Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanypayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanypayloadformat/tsrc/ut_anypayloadformat/group"/> -->
-     </component>
-     <component name="mmccfilesourcesink" long-name="MMCC File Source Sink" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccfilesourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccfilesourcesink/tsrc/ut_filesourcesink/group"/> -->
-     </component>
-     <component name="mmccanysourcesink" long-name="Anysource Sink" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanysourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanysourcesink/tsrc/ut_anysourcesink/group"/> -->
-     </component>
-     <component name="mmccavcpayloadformat" long-name="AVC Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccavcpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccavcpayloadformat/tsrc/ut_avcpayloadformat/group"/> -->
-     </component>
-     <component unofficial="yes" name="multimediacommscontroller_build" long-name="Multimedia Comms Controller Build" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/multimediacommscontroller/group"/>
-     </component>
-     <component unofficial="yes" name="multimediacommscontroller_test" long-name="Multimedia Comms Controller Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/mcpsubthreads/dptests/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/mcpsubthreads/clienttests/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/componenttests/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/subcontrollerstub/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/jitterbuffertestconsole/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/rtpsourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/mcpconsole/group"/> -->
-     </component>
-    </collection>
-    <collection name="multimediacommsengine" long-name="Multimedia Comms Engine" level="generic">
-     <component name="mmcecli" long-name="MMCE Client" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcecli/group"/> -->
-     </component>
-     <component name="mmcefloorctrlengine" long-name="MMCE Foor Control Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlengine/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlengine/tsrc/ut_floorctrlengine/fctestpplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlengine/tsrc/ut_floorctrlengine/fctestpplugin2/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlengine/tsrc/ut_floorctrlengine/group"/> -->
-     </component>
-     <component name="mmcefloorctrlplugin" long-name="MMCE Foor Control Plugin" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlplugin/tsrc/ut_floorctrlplugin/group"/> -->
-     </component>
-     <component name="mmcesrv" long-name="MMCE Server" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/mmceevent/tsrc/ut_event/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/mmceevent/tsrc/ut_event/sip_stub/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/mmcemediamanager/tsrc/ut_mediamanager/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/mmceserver/tsrc/ut_server/group"/> -->
-     </component>
-     <component unofficial="yes" name="multimediacommsengine_build" long-name="Multimedia Comms Engine Build" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/multimediacommsengine/group"/>
-     </component>
-     <component unofficial="yes" name="multimediacommsengine_test" long-name="Multimedia Comms Engine Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mcetestui/mcetestuiplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mcetestui/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/testdriver/siptester/ttcnresolverplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/mcetester/iceplugin_stub/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/mcetester/ttcnresolverplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/testdriver/siptester/ttcnresolverplugin2/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mcetestui/mcetestuiengine/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/testdriver/group/s60_public_sdk"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/mcetester/iceplugin_stub/tsrc/test/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/testdriver/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/mcetester/voipplugin/group"/> -->
-     </component>
-    </collection>
-    <collection name="natfw" long-name="NAT Framework" level="framework">
-     <component name="natfwsettings" long-name="NAT Framework Settings" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwsettings/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwsettings/tsrc/ut_cnatfwnatsettings/group"/> -->
-     </component>
-     <component name="natfwconnectionmultiplexer" long-name="NAT Framework Connection Multiplexer" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwconnectionmultiplexer/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwconnectionmultiplexer/tsrc/muxtestconsole/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwconnectionmultiplexer/tsrc/ut_connectionmultiplexer/group"/> -->
-     </component>
-     <component name="natfwclient" long-name="NAT Framework Client" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwclient/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwclient/tsrc/ut_natfwclient/group"/> -->
-     </component>
-     <component name="natfwsocketmediaconnwrapper" long-name="Socket Media Connection Wrapper" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwsocketmediaconnwrapper/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwsocketmediaconnwrapper/tsrc/ut_socketmediaconnwrapper/group"/> -->
-     </component>
-     <component name="natfwunsaf_protocols" long-name="NAT Framework Unsaf Protocols" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwunsaf_protocols/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwunsaf_protocols/tsrc/ut_unsaf_codec/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwunsaf_protocols/tsrc/ut_unsaf_transport/group"/> -->
-     </component>
-     <component name="natfwstunturnclient" long-name="NAT Framework Stun Turn Client" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunturnclient/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunturnclient/tsrc/ut_stunturnclient/group"/> -->
-     </component>
-     <component name="natfwstunserver" long-name="NAT Framework Stun Server" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunserver/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunserver/tsrc/ut_cnatfwstunsrv/group"/> -->
-     </component>
-     <component name="natfwicecandidatehandler" long-name="NAT Framework Ice Candidate Handler" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwicecandidatehandler/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwicecandidatehandler/tsrc/ut_icecandidatehandler/group"/> -->
-     </component>
-     <component name="natfwstunplugin" long-name="NAT Framework STUN Plugin" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunplugin/tsrc/ut_cnatfwstunplugin/group"/> -->
-     </component>
-     <component name="natfwturnplugin" long-name="NAT Framework TURN Plugin" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwturnplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwturnplugin/tsrc/ut_cnatfwturnplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="natfw_build" long-name="NAT Framework Build" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natfw/group"/>
-     </component>
-     <component unofficial="yes" name="natfw_test" long-name="NAT Framework Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/tsrc/natfwtestconsoles/natfwtestconsole/group"/> -->
-     </component>
-    </collection>
-    <collection name="natplugins" long-name="NAT Plugins" level="plugin">
-     <component name="natpcliprovisioningnatfwadapter" long-name="Client Provisioning NAT Framework Traversal Adapter" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/group"/>
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/tsrc/t_natfwtraversaladapter/group"/> -->
-     </component>
-     <component name="natpdevmgmtnatfwadapter" long-name="Device Management NAT Framework Traversal Adapter" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/group"/>
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/tsrc/ut_cnsmldmnatfwtraversaladapter/group"/> -->
-     </component>
-     <component name="natptraversalcontroller" long-name="NAT Traversal Controller" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natplugins/natptraversalcontroller/group"/>
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natptraversalcontroller/tsrc/ut_nattraversalcontroller/group"/> -->
-     </component>
-     <component name="natpnatfwsdpprovider" long-name="NAT Framework SDP Provider" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/group"/>
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/tsrc/testconsole/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/tsrc/ut_natfwsdpprovider/group"/> -->
-     </component>
-    </collection>
-    <collection name="ipappsrv_info" long-name="IP App Services Info" level="plugin">
-     <component unofficial="yes" name="ipappsrv_plat" long-name="IP App Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/ipappsrv_plat/group"/>
-     </component>
-     <component unofficial="yes" name="ipappsrv_build" long-name="IP App Services Build" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="phonesrv" long-name="Telephony and SIM Services" tech_domain="vc" level="specific" levels="plugin framework server generic specific">
-    <collection name="phonecmdhandler" long-name="Phone Command Handler" level="generic">
-     <component name="phonecmdhnlr" long-name="Phone Command Handler" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phonecmdhandler/phonecmdhnlr/group"/>
-     </component>
-    </collection>
-    <collection name="cbs" long-name="Cellular Baseband Services" level="plugin">
-     <component name="cbsserver" long-name="CBS Server" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cbs/cbsserver/group"/>
-     </component>
-     <component name="cbsui" long-name="CBS UI" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cbs/cbsui/group"/>
-     </component>
-    </collection>
-    <collection name="convergedcallengine" long-name="Converged Call Engine" level="framework">
-     <component name="callprovider" long-name="Call Provider" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/callprovider/group"/>
-     </component>
-     <component name="cce" long-name="CCE" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/cce/group"/>
-     </component>
-     <component name="spsettings" long-name="SP Settings" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/spsettings/group"/>
-      <!-- <unit bldFile="mw/phonesrv/convergedcallengine/spsettings/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="mw/phonesrv/convergedcallengine/spsettings/tsrc/public/basic/spsettingsut/group"/> -->
-     </component>
-     <component name="cenrepdatabase" long-name="Cenrep Database" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/cenrepdatabase/group"/>
-     </component>
-     <component name="serviceselector" long-name="Service Selector" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/serviceselector/group"/>
-     </component>
-     <component name="csplugin" long-name="CS Plugin" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/csplugin/group"/>
-     </component>
-     <component unofficial="yes" name="convergedcallengine_build" long-name="Converged Call Engine Build" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/group"/>
-     </component>
-    </collection>
-    <collection name="networkhandling" long-name="Network Handling" level="plugin">
-     <component name="networkhandlingengine" long-name="Network Handling Engine" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/networkhandling/networkhandlingengine/group"/>
-     </component>
-    </collection>
-    <collection name="phoneclientserver" long-name="Phone Client/Server" level="server">
-     <component name="enpolicy" long-name="En Policy" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/enpolicy/group"/>
-     </component>
-     <component name="aiwdialdata" long-name="AIW Dial Data" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/aiwdialdata/group"/>
-     </component>
-     <component name="dialutils" long-name="Dial Utils" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/dialutils/group"/>
-     </component>
-     <component name="phoneclient" long-name="Phone Client" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/phoneclient/group"/>
-     </component>
-     <component name="phoneserver" long-name="Phones Erver" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/phoneserver/group"/>
-     </component>
-     <component name="callui" long-name="Call UI" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/callui/group"/>
-     </component>
-    </collection>
-    <collection name="satengine" long-name="Sat Engine" level="generic">
-     <component name="satserver" long-name="Sat Server" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/satengine/satserver/group"/>
-     </component>
-     <component unofficial="yes" name="satengine_build" long-name="Sat Engine Build" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/satengine/group"/>
-     </component>
-    </collection>
-    <collection name="satui" long-name="Sat UI" level="specific">
-     <component name="satapp" long-name="Sat App" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/satui/satapp/group"/>
-     </component>
-     <component name="satplugin" long-name="Sat Plugin" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/satui/satplugin/group"/>
-     </component>
-     <component unofficial="yes" name="satui_build" long-name="Sat UI Build" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/satui/group"/>
-     </component>
-    </collection>
-    <collection name="telutils" long-name="Utilities" level="generic">
-     <component name="phoneparser" long-name="Phone Parser" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/telutils/phoneparser/group"/>
-     </component>
-     <component name="telephonyservice" long-name="Telephony Service" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/telutils/telephonyservice/group"/>
-     </component>
-    </collection>
-    <collection name="cellular" long-name="Cellular" level="server">
-     <component name="telephonysettings" long-name="Telephony Settings" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cellular/telephonysettings/group"/>
-     </component>
-     <component name="sssettings" long-name="SS Settings" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cellular/sssettings/group"/>
-     </component>
-     <component name="psetnotesui" long-name="Pset Notes UI" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cellular/psetnotesui/group"/>
-     </component>
-     <component name="servicerequest" long-name="Service Request" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cellular/servicerequest/group"/>
-     </component>
-    </collection>
-    <collection name="engines" long-name="Telephony Engines" level="specific">
-     <component name="vmbxengine" long-name="Voice Mailbox Engine" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/engines/vmbxengine/group"/>
-     </component>
-    </collection>
-    <collection name="phonesrv_info" long-name="Telephony and SIM Services Info" level="specific">
-     <component unofficial="yes" name="phonesrv_plat" long-name="Telephony and SIM Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/call_information_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/call_information_mediator_api/tsrc/ut_callinfos/group"/> -->
-      <unit bldFile="mw/phonesrv/phonesrv_plat/group"/>
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_emergency_call_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/sat_client_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/sat_refresh_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="phonesrv_pub" long-name="Telephony and SIM Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phonesrv_pub/group"/>
-     </component>
-     <component unofficial="yes" name="phonesrv_build" long-name="Telephony and SIM Services Build" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="messagingmw" long-name="Messaging Middleware" tech_domain="pr" level="specific" levels="stack fw api">
-    <collection name="msgbranched" long-name="Messaging Branched" level="fw">
-     <component name="msgbranched_build" origin-model="foundation">
-      <unit bldFile="mw/messagingmw/msgbranched/group"/>
-     </component>
-    </collection>
-    <collection name="messagingfw" long-name="Messaging FW" level="fw">
-     <component name="alwaysonline" long-name="Always Online" origin-model="foundation">
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/alwaysonlinemanager/group"/> -->
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/alwaysonlinestarterapp/group"/> -->
-      <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/group"/>
-     </component>
-     <component name="msgcommonutils" long-name="Messaging Common Utils" origin-model="foundation">
-      <unit bldFile="mw/messagingmw/messagingfw/msgcommonutils/group"/>
-     </component>
-     <component name="senduiservices" long-name="Send UI Services" origin-model="foundation">
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/senduiservices/datautils/group"/> -->
-      <unit bldFile="mw/messagingmw/messagingfw/senduiservices/group"/>
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/senduiservices/launcher/group"/> -->
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/senduiservices/serviceresolver/group"/> -->
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/senduiservices/watcher/group"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="scheduledsendmtm">
-       <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/schedulesendexe/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/schedulesendmtm/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/test/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="msgsrvnstore">
-       <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/mtmbase/group"/>
-       -  <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/mtmbase/test/group"/>  -
-       <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/server/group"/>
-       -  <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/server/test/testrom"/>  -
-       <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/serverexe/group"/>
-     </component>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="biomsgfw">
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bdb"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bifu"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bioc"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bios"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/biowatchers"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bits"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/biut"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/cbcp"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/enp"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/gfp"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/iacp"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/rom"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/t_biomsg/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/wapp"/>
-     </component>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="msgconf"/>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="watcherfw">
-       <unit bldFile="mw/messagingmw/messagingfw/watcherfw/test/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="msgtest">
-       <unit bldFile="mw/messagingmw/messagingfw/msgtest/integration/group"/>
-       -  <unit bldFile="mw/messagingmw/messagingfw/msgtest/targetautomation"/>  -
-       <unit bldFile="mw/messagingmw/messagingfw/msgtest/testsuites/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/msgtest/testutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/msgtest/tools/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="biowatchers">
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmanbswatcher/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmasocketwatcher/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmawatchervmn/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmawatcherwemt/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmawatcherwmt/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmawatcherwpt/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/test/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="sendas">
-       <unit bldFile="mw/messagingmw/messagingfw/sendas/client/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/sendas/editutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/sendas/server/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/sendas/test/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="msgurlhandler">
-       <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/test/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/urlhandler/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="wappushfw">
-       -  <unit bldFile="mw/messagingmw/messagingfw/wappushfw/examples/pushapphandlerex"/>  -
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/miscpushmsgutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/plugins/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/plugins/wapurilookup/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/pushmsgentry/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/pushmtm/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/pushutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/pushwatcher/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/roaptcontenthandler/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/rocontenthandler/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/rom"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/sislcontenthandlers/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/sislpushmsgutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/tpush"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/tpushscriptbased"/>
-     </component>-->
-     <component name="suplsmshandler" origin-model="foundation"/>
-     <component name="suplwappushhandler" origin-model="foundation"/>
-    <component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
-     </component>
-     <component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
-     </component>
-     <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
-     </component>
-     <component name="msgconf" long-name="Messaging Config" introduced="tb91" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
-     </component>
-     <component name="watcherfw" long-name="Watcher Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
-     </component>
-     <component name="msgtest" long-name="Messaging Test" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
-     </component>
-     <component name="msgtests" long-name="Messaging Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
-     </component>
-     <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
-     </component>
-     <component name="msgtestproduct" long-name="Messaging Test Product" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
-     </component>
-     <component name="biowatchers" long-name="BIO Watchers" introduced="8.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
-     </component>
-     <component name="sendas" long-name="Send As" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
-     </component>
-     <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
-     </component>
-     <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
-     </component>
-    </collection>
-    <collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api">
-     <component unofficial="yes" name="msgfw_pub" class="api" origin-model="foundation">
-      <unit bldFile="mw/messagingmw/msgfw_pub/group"/>
-      <!-- <unit bldFile="mw/messagingmw/msgfw_pub/send_ui_api/tsrc/bc/group"/> -->
-      <unit bldFile="mw/messagingmw/msgfw_pub/send_ui_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="messagingmw_build" long-name="Messaging Middleware Build" origin-model="foundation">
-      <unit bldFile="mw/messagingmw/group"/>
-     </component>
-     <component unofficial="yes" name="msgfw_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/messagingmw/msgfw_plat/group"/>
-      <unit bldFile="mw/messagingmw/msgfw_plat/send_ui_plugin_api/tsrc/group"/>
-     </component>
-    <component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="imsrv" long-name="Instant Messaging and Presence Services" tech_domain="pr" level="specific" levels="plugin framework server generic specific">
-    <collection name="imservices" long-name="IM Services" level="generic">
-     <component name="imfeatureplugin" long-name="IM Feature Plugin" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/imfeatureplugin/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimdatamodel/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimfrontend/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimoperations/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimprocessor/group"/> -->
-     </component>
-     <component name="searchfeatureplugin" long-name="Search Feature Plugin" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchdatamodel/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchfrontend/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchoperations/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchprocessor/group"/> -->
-     </component>
-     <component name="xmppsettingsapi" long-name="XMPP Setting Sapi" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/xmppsettingsapi/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/xmppsettingsapi/tsrc/group"/> -->
-     </component>
-     <component name="xmppsettingsfetcher" long-name="XMPP Settingsfetcher" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/xmppsettingsfetcher/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/xmppsettingsfetcher/tsrc/xmppsettingsfetchermt/group"/> -->
-     </component>
-     <component name="ossprotocoladaptation" long-name="OSS Protocol Adaptation" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/imservices/ossprotocoladaptation/dataconvlib/group"/> -->
-      <unit bldFile="mw/imsrv/imservices/ossprotocoladaptation/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/ossprotocoladaptation/tsrc/ossadapmt/group"/> -->
-     </component>
-     <component name="instantmessagingcache" long-name="Instant Messaging Cache" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/instantmessagingcache/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/instantmessagingcache/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="imservices_build" long-name="IM Services Build" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/group"/>
-     </component>
-    </collection>
-    <collection name="ximpfw" long-name="XIMP Framework" level="framework">
-     <component name="ximpfw_core" long-name="Core" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/ximpfw/core/group"/> -->
-     </component>
-     <component name="presence" long-name="Presence" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/ximpfw/presence/group"/> -->
-     </component>
-     <component unofficial="yes" name="ximpfw_test" long-name="XIMP Framework Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencewatching"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencegroupmembermngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presenceblocking"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/tsrcutils"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_rootservices"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presenceall"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencegrouplistmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencecache"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencepublishing"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencewatcherlistmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/tsrcprotocols"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/tsrcprotocols/pr_prfwtestprotocol"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencegrantrequestmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_sessionmng"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presenceauthorization"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_eunittemplate"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_utils"/> -->
-     </component>
-     <component unofficial="yes" name="ximpfw_build" long-name="XIMP Framework Build" origin-model="foundation">
-      <unit bldFile="mw/imsrv/ximpfw/group"/>
-     </component>
-    </collection>
-    <collection name="brandingserver" long-name="Branding Server" level="specific">
-     <component name="tools" long-name="Tools" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/brandingserver/tools/bsimport/group"/> -->
-     </component>
-     <component unofficial="yes" name="brandingserver_build" long-name="Branding Server Build" origin-model="foundation">
-      <unit bldFile="mw/imsrv/brandingserver/group"/>
-     </component>
-    </collection>
-    <collection name="imsrv_info" long-name="Instant Messaging and Presence Services Info" level="specific">
-     <component unofficial="yes" name="imsrv_plat" long-name="Instant Messaging and Presence Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imsrv_plat/group"/>
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/im_cache_client_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_eunittemplate"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presenceall"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presenceauthorization"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presenceblocking"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencecache"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencegrantrequestmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencegrouplistmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencegroupmembermngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencepublishing"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencewatcherlistmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencewatching"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_rootservices"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_sessionmng"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_utils"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcprotocols"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcprotocols/pr_prfwtestprotocol"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcutils"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/xmpp_settings_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="imsrv_build" long-name="Instant Messaging and Presence Services Build" origin-model="foundation">
-      <unit bldFile="mw/imsrv/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="legacypresence" long-name="Legacy Presence Services" tech_domain="pr" level="specific" levels="engine fw ui">
-    <collection name="xdmengine" long-name="XDM Engine" level="engine">
-     <component name="xdmsettingsapi" long-name="XDM Settings Api" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmengine/xdmsettingsapi/group"/> -->
-     </component>
-     <component name="xdmprovisioning" long-name="XDM Provisioning" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmengine/xdmprovisioning/group"/> -->
-     </component>
-     <component name="xdmdevicemanagement" long-name="XDM Device Management" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmengine/xdmdevicemanagement/group"/> -->
-     </component>
-     <component name="xdmengine_build" long-name="XDM Engine" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/xdmengine/group"/>
-     </component>
-    </collection>
-    <collection name="xdmsettingsui" long-name="XDM Settings UI" level="ui">
-     <component name="xdmsettingsui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/xdmsettingsui/help/group"/>
-     </component>
-     <component unofficial="yes" name="xdmsettingsui_build" long-name="XDM Settings UI Build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/xdmsettingsui/group"/>
-     </component>
-    </collection>
-    <collection name="msgconnmanager" long-name="Messaging Connection Manager" level="fw">
-     <component name="msgconnmanager_build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/msgconnmanager/group"/>
-     </component>
-    </collection>
-    <collection name="presencefwsimpleadpt" long-name="Presence Framework SIMPLE Adaptor" level="fw">
-     <component name="simpleplugin" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/presencefwsimpleadpt/group"/>
-     </component>
-    </collection>
-    <collection name="presencesettingsui" long-name="Presence Settings UI" level="ui">
-     <component name="presencesettingsui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/presencesettingsui/help/group"/>
-     </component>
-     <component unofficial="yes" name="presencesettingsui_build" long-name="Presence Settings UI Build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/presencesettingsui/group"/>
-     </component>
-    </collection>
-    <collection name="simpleengine" long-name="SIMPLE Engine" level="engine">
-     <component name="presencesettingsapi" long-name="Presence Settings API" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/presencesettingsapi/group"/> -->
-     </component>
-     <component name="siputils" long-name="SIP Utils" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/siputils/group"/> -->
-     </component>
-     <component name="xmlutils" long-name="XML Utils" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/xmlutils/group"/> -->
-     </component>
-     <component name="simpleengine_engine" long-name="Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/engine/group"/> -->
-     </component>
-     <component name="xdmrlspres" long-name="XDM Rlspres" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/xdmrlspres/group"/> -->
-     </component>
-     <component name="presencedm" long-name="Presence DM" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/presencedm/group"/> -->
-     </component>
-     <component name="presenceprovisioning" long-name="Presence Provisioning" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/presenceprovisioning/group"/> -->
-     </component>
-     <component unofficial="yes" name="simpleengine_build" long-name="SIMPLE Engine Build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/simpleengine/group"/>
-     </component>
-    </collection>
-    <collection name="xdmprotocols" long-name="XDM Protocols" level="fw">
-     <component name="xdmxmlparser" long-name="XDM XML Parser" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xdmxmlparser/group"/> -->
-     </component>
-     <component name="xcapprotocol" long-name="Xcap Protocol" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcapappusage/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcapcache/client/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcapcache/server/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcaphttptransport/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcapoperations/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcaputils/group"/> -->
-     </component>
-     <component name="localprotocol" long-name="Local Protocol" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/localprotocol/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/localprotocol/localoperations/group"/> -->
-     </component>
-     <component unofficial="yes" name="xdmprotocols_build" long-name="XDM Protocols Build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/xdmprotocols/group"/>
-     </component>
-    </collection>
-    <collection name="simpledatamodeladapter" long-name="SIMPLE Data Mode Aadapter" level="fw">
-     <component name="presenceplugin" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/simpledatamodeladapter/group"/>
-     </component>
-    </collection>
-    <collection name="legacypresence_info" long-name="Legacy Presence Services Info" level="ui">
-     <component unofficial="yes" name="pressrv_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/pressrv_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="opensrv" long-name="Open Services" tech_domain="pr" level="specific" levels="prt lib server eng">
-    <collection name="loudmouth" long-name="Loudmouth" level="prt">
-     <component name="loudmouth_build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/loudmouth/group"/>
-     </component>
-     <component unofficial="yes" name="loudmouth_test" long-name="Loudmouth Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/opensrv/loudmouth/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="libtelepathy" long-name="Telepathy Library" level="lib">
-     <component name="libtelepathy_build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/libtelepathy/group"/>
-     </component>
-     <component unofficial="yes" name="libtelepathy_test" long-name="Telepathy Library Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/opensrv/libtelepathy/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="telepathygabble" long-name="Telepathy Gabble" level="eng">
-     <component unofficial="yes" name="telepathygabble_build" long-name="Telepathy Gabble Build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/telepathygabble/group"/>
-     </component>
-    </collection>
-    <collection name="isolationserver" long-name="Isloation Server" level="server">
-     <component name="messagequeue" long-name="Message Queue" origin-model="foundation">
-      <unit bldFile="mw/opensrv/isolationserver/messagequeue/group"/>
-     </component>
-     <component name="isoserver" long-name="ISO Server" origin-model="foundation">
-      <unit bldFile="mw/opensrv/isolationserver/isoserver/group"/>
-     </component>
-     <component unofficial="yes" name="isolationserver_test" long-name="Isloation Server Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/opensrv/isolationserver/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="isolationserver_build" long-name="Isloation Server Build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/isolationserver/group"/>
-     </component>
-    </collection>
-    <collection name="opensrv_info" long-name="Open Services Info" level="eng">
-     <component unofficial="yes" name="opensrv_plat" long-name="Open Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/opensrv/opensrv_plat/group"/>
-      <!-- <unit bldFile="mw/opensrv/opensrv_plat/messagequeue_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="opensrv_build" long-name="Open Services Build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="remotemgmt" long-name="Remote Management" tech_domain="dm" level="specific" levels="plugin framework server generic specific">
-    <collection name="fotaapplication" long-name="FOTA Application" level="app">
-     <component name="fotaserver" long-name="FOTA Server" origin-model="foundation">
-      <!-- <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fmsclient/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fmserver/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fotarfsplugin/group"/> -->
-      <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fotastartupextplg/group"/>
-      <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/group"/>
-     </component>
-     <component unofficial="yes" name="fotaapp" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/fotaapplication/group"/>
-     </component>
-    </collection>
-    <collection name="omaprovisioning" long-name="OMA Provisioning" level="specific">
-     <component name="pnputil" long-name="PnP Util" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/omaprovisioning/pnputil/group"/>
-      <!-- <unit bldFile="mw/remotemgmt/omaprovisioning/pnputil/tsrc/moduletest/group"/> -->
-     </component>
-     <component name="provisioning" long-name="provisioning" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/omaprovisioning/provisioning/group"/>
-      <!-- <unit bldFile="mw/remotemgmt/omaprovisioning/provisioning/tsrc/moduletest/group"/> -->
-     </component>
-    </collection>
-    <collection name="policymanagement" long-name="Policy Management" level="generic">
-     <component name="pmdmadapter" long-name="PMDM Adapter" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/policymanagement/pmdmadapter/group"/>
-     </component>
-     <component name="dmutilserver" long-name="DM Util Server" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/policymanagement/dmutilserver/group"/>
-     </component>
-     <component name="policyengine" long-name="Polic Eengine" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/policymanagement/policyengine/group"/>
-     </component>
-     <component unofficial="yes" name="policymanagement_build" long-name="Policy Management Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/policymanagement/group"/>
-     </component>
-    </collection>
-    <collection name="syncmlfw" long-name="SyncML Framework" level="server">
-     <component name="syncmlfw_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/alerthandler/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/alertqueue/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/debug/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/historylog/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/http/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/inc"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/inc/modifiedheaders"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/inc/policy"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/inc/symbianheaders"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/notifiers/inc"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexclient/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexcommserver/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexdmplugin/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexdsplugin/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexserverbinding/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver_clientapi/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver_privateapi/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver_transporthandler/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/syncagent/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/transport/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/wbxml/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/xml/bld"/>
-     </component>
-     <component name="ds" long-name="DS" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/adapterlog/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/adapters/dataproviderbase/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/agentlog/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/alerthandler/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/changefinder/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/dbcaps/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/filter/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/filterutils/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/profileutil/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/storeformat/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/hostserver/dshostclient/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/hostserver/dshostserverbase/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/hostserver/dshostservers/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/inc"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/netmon/bld"/>
-      <!-- <unit bldFile="mw/remotemgmt/syncmlfw/ds/ota/bld"/> -->
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/provisioningadapter/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/settings/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/syncagent/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/wappushalert/bld"/>
-     </component>
-     <component name="dm" long-name="DM" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/callbackserver/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/dmutils/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/hostserver/dmhostserverbase/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/hostserver/dmhostservers/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/provisioningadapter/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/settings/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/syncagent/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/treedbclient/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/treedbhandler/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/treemodule/bld"/>
-      <!-- <unit bldFile="mw/remotemgmt/syncmlfw/dm/tsrc/group"/> -->
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/wappushalert/bld"/>
-     </component>
-     <component name="syncmlnotifier" long-name="SyncML Notifier" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/syncmlnotifier/group"/>
-     </component>
-     <component name="syncservice" long-name="Sync Service" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/syncservice/group"/>
-     </component>
-     <component unofficial="yes" name="syncmlfw_build" long-name="SyncML Framework Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/group"/>
-     </component>
-    </collection>
-    <collection name="terminalsecurity" long-name="Terminal Security" level="specific">
-     <component name="scp" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpclient/group"/>
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scphistoryplugin/group"/>
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scppatternplugin/group"/>
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpserver/group"/>
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scptimestampplugin/group"/>
-     </component>
-     <component name="terminalsecurity_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/client/group"/>
-     </component>
-     <component name="terminalsecurity_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/server/group"/>
-     </component>
-     <component name="tcadapter" long-name="TC Adapter" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/tcadapter/bld"/>
-     </component>
-     <component unofficial="yes" name="terminalsecurity_build" long-name="Terminal Security Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/group"/>
-     </component>
-    </collection>
-    <collection name="devicediagnosticsfw" long-name="Device Diagnostics Framework" level="framework">
-     <component name="diagframework" long-name="Diagnostics Framework" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagframework/group"/>
-     </component>
-     <component name="diagpluginbase" long-name="Diagnostics Plugin Base" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagpluginbase/group"/>
-     </component>
-     <component name="diagresultsdb" long-name="Diagnostics Results DB" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/client/group"/>
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/server/group"/>
-     </component>
-     <component unofficial="yes" name="devicediagnosticsfw_build" long-name="Device Diagnostics Framework Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/group"/>
-     </component>
-    </collection>
-    <collection name="remotemgmt_info" long-name="Remote Management Info" level="specific">
-     <component unofficial="yes" name="remotemgmt_build" long-name="Remote Management Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/group"/>
-     </component>
-     <component unofficial="yes" name="remotemgmt_pub" long-name="Remote Management Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/remotemgmt_pub/group"/>
-     </component>
-     <component unofficial="yes" name="remotemgmt_plat" long-name="Remote Management Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/common_agent_util_and_definitions_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/data_synchronization_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_tree_apis/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/fota_engine_api/tsrc/group"/> -->
-      <unit bldFile="mw/remotemgmt/remotemgmt_plat/group"/>
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_ds_extensions_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_provisioning_engine_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/pnpms_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_certificate_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_request_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/scp_server_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/setting_enforcement_info_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_alert_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_client_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/terminal_security_device_lock_api/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="networkingdm" long-name="Networking Device Management" tech_domain="dm" level="generic" levels="plugin framework server generic specific">
-    <collection name="clientprovisioning" long-name="Client Provisioning" level="specific">
-     <component name="accesspointadapter" long-name="Access Point Adapter" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/clientprovisioning/accesspointadapter/group"/>
-     </component>
-     <component name="cpdestinationnwadapter" long-name="CP Destination NW Adapter" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/clientprovisioning/cpdestinationnwadapter/group"/>
-     </component>
-     <component unofficial="yes" name="clientprovisioning_build" long-name="Client Provisioning Build" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/clientprovisioning/group"/>
-     </component>
-    </collection>
-    <collection name="devicemanagement" long-name="Device Management" level="specific">
-     <component name="globalwlansettings" long-name="Global WLAN Settings" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/devicemanagement/globalwlansettings/group"/>
-     </component>
-     <component name="nsmldinternet" long-name="NSMLD Internet" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/devicemanagement/nsmldinternet/group"/>
-     </component>
-     <component name="nsmldmalwaysonadapter" long-name="Nsmldm Always On Adapter" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/devicemanagement/nsmldmalwaysonadapter/group"/>
-     </component>
-     <component name="nsmldmbmadapter" long-name="NSMLDM BM Adapter" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/devicemanagement/nsmldmbmadapter/group"/>
-     </component>
-     <component unofficial="yes" name="devicemanagement_build" long-name="Device Management Build" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/devicemanagement/group"/>
-     </component>
-    </collection>
-    <collection name="networkingdm_info" long-name="Networking Device Management Info" level="specific">
-     <component unofficial="yes" name="networkingdm_build" long-name="Networking Device Management Build" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="remotestorage" long-name="Remote Storage" tech_domain="de" level="generic" levels="framework">
-    <collection name="remotestoragefw" long-name="Remote Storage Framework" level="framework">
-     <component name="mountstore" long-name="Mount Store" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/mountstore/group"/>
-     </component>
-     <component name="rsfwnotifierplugins" long-name="RS Framework Notifier Plugins" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/rsfwnotifierplugins/group"/>
-     </component>
-     <component name="remotefileengine" long-name="Remote File Engine" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/remotefileengine/group"/>
-     </component>
-     <component name="mountmanager" long-name="Mount Manager" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/mountmanager/group"/>
-      <!-- <unit bldFile="mw/remotestorage/remotestoragefw/mountmanager/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="webdavaccessplugin" long-name="WebDAV Access Plugin" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/webdavaccessplugin/group"/>
-     </component>
-     <component name="remotefilesystemplugin" long-name="Remote Filesystem Plugin" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/remotefilesystemplugin/group"/>
-     </component>
-     <component name="remotestoragegsplugin" long-name="GS Plugin" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/gsplugin/group"/>
-     </component>
-     <component name="remotedriveconfigurationbiocontrol" long-name="Remote Drive Configuration BIO Control" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/remotedriveconfigurationbiocontrol/group"/>
-     </component>
-     <component unofficial="yes" name="remotestoragefw_build" long-name="Remote Storage Framework Build" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/group"/>
-     </component>
-    </collection>
-    <collection name="remotestorage_info" long-name="Remote Storage Info" level="framework">
-     <component unofficial="yes" name="rsfw_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/rsfw_plat/rsfw_access_protocol_plugin_api/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="remoteconn" long-name="Remote Connectivity" tech_domain="de" level="generic" levels="plugin framework server generic specific">
-    <collection name="connectivitymodules" long-name="Connectivity Modules" level="framework">
-     <component name="secon" long-name="Se Con" origin-model="foundation">
-      <unit bldFile="mw/remoteconn/connectivitymodules/secon/group"/>
-     </component>
-    </collection>
-    <collection name="remoteconn_info" long-name="Remote Connectivity Info" level="specific">
-     <component unofficial="yes" name="remoteconn_build" long-name="Remote Connectivity Build" origin-model="foundation">
-      <unit bldFile="mw/remoteconn/group"/>
-     </component>
-     <component unofficial="yes" name="remoteconn_plat" long-name="Remote Connectivity Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/remoteconn/remoteconn_plat/group"/>
-     </component>
-    <component name="remoteconn_metadata" long-name="Remote Connectivity Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/remoteconn_info/remoteconn_metadata/remoteconn_metadata.mrp"/>
-     </component>
-    </collection>
-   <collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
-     <component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/group" mrp="mw/remoteconn/connectivitytransports/plpremotelink/group/connectivity_legacy_plp_plpremotelink.mrp"/>
-     </component>
-     <component name="plpvariant" long-name="PLP Variant" deprecated="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/plpvariant/group" mrp="mw/remoteconn/connectivitytransports/plpvariant/group/connectivity_legacy_plp_plpvariant.mrp"/>
-     </component>
-     <component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtptransports" long-name="MTP Transports" level="plugin">
-     <component name="mtpusbtransport" long-name="MTP USB Transport" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtpfws" long-name="MTP Frameworks" level="framework">
-     <component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtpfws/mtpintegrationtest/group" mrp="mw/remoteconn/mtpfws/mtpintegrationtest/group/mtp_test.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
-     <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
-     </component>
-    </collection>
-    <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
-     <component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
-     </component>
-     <component name="backuptest" long-name="Backup Test" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/backupandrestore/backuptest/group" mrp="mw/remoteconn/backupandrestore/backuptest/group/connectivity_backuptest.mrp"/>
-     </component>
-    </collection>
-    <collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
-     <component name="chatscripts" long-name="Chat Scripts" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
-     </component>
-    </collection>
-    <collection name="connectivitydevicefws" long-name="Connectivity Device Frameworks" level="framework">
-     <component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityfw/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityfw/group/connectivity_framework.mrp"/>
-     </component>
-     <component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityservices/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityservices/group/connectivity_services.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="dlnasrv" long-name="DLNA Services" tech_domain="de" level="specific" levels="framework server plugin">
-    <collection name="upnpavcontrolpoint" long-name="UPnP A/V Control Point" level="plugin">
-     <component name="avcontrolframework" long-name="A/V Control Famework" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/avcontrolframework/group"/>
-     </component>
-     <component name="avcpengine" long-name="AVCP Engine" origin-model="foundation"/>
-     <component name="avcpengineclient" long-name="Avcp Engine Client" origin-model="foundation"/>
-     <component name="upnpaccessplugin" long-name="UPnP Access Plugin" origin-model="foundation"/>
-     <component unofficial="yes" name="upnpavcontrolpoint_build" long-name="UPnP A/V Control Point Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/group"/>
-     </component>
-    </collection>
-    <collection name="upnpmediaserver" long-name="UPnP Media Server" level="server">
-     <component name="avobjects" long-name="A/V Objects" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/avobjects/group"/>
-     </component>
-     <component name="mediaserverclient" long-name="Media Server Client" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverclient/group"/>
-     </component>
-     <component name="connectionmanagerservice" long-name="Connection Manager Service" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/connectionmanagerservice/group"/>
-     </component>
-     <component name="contentdirectoryservice" long-name="Content Directory Service" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/contentdirectoryservice/group"/>
-     </component>
-     <component name="mediaserverengine" long-name="Media Server Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverengine/group"/>
-     </component>
-     <component unofficial="yes" name="upnpmediaserver_build" long-name="UPnP Media Server Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/group"/>
-     </component>
-    </collection>
-    <collection name="upnpstack" long-name="UPnP Stack" level="framework">
-     <component name="upnputils" long-name="UPnP Utils" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/upnputils/group"/>
-     </component>
-     <component name="upnpconnectionmanagersession" long-name="UPnP Connection Manager Session" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/upnpconnectionmanagersession/group"/>
-     </component>
-     <component name="upnpconnmanager" long-name="UPnP Connection Manager" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/upnpconnmanager/group"/>
-     </component>
-     <component name="dlnawebserver" long-name="DLNA Web Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/dlnawebserver/group"/>
-     </component>
-     <component name="serviceframework" long-name="Service Framework" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/serviceframework/group"/>
-     </component>
-     <component name="ssdpserver" long-name="SSDP Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/ssdpserver/group"/>
-     </component>
-     <component name="messagehandler" long-name="Message Handler" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/messagehandler/group"/>
-     </component>
-     <component name="controlpointbase" long-name="Control Point Base" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/controlpointbase/group"/>
-     </component>
-     <component name="upnphttptransfer" long-name="UPnP HTTP Transfer" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/upnphttptransfer/group"/>
-     </component>
-     <component unofficial="yes" name="upnpstack_build" long-name="UPnP Stack Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/group"/>
-     </component>
-    </collection>
-    <collection name="upnpsharing" long-name="UPnP Sharing" level="server">
-     <component name="upnpdlnaprofiler" long-name="UPnP DLNA Profiler" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/upnpdlnaprofiler/group"/>
-     </component>
-     <component name="upnpsecurity" long-name="UPnP Security" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/upnpsecurity/group"/>
-     </component>
-     <component name="upnpcontentserver" long-name="UPnP Content Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/upnpcontentserver/group"/>
-     </component>
-     <component name="applicationengine" long-name="Application Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/applicationengine/group"/>
-     </component>
-     <component unofficial="yes" name="upnpsharing_build" long-name="UPnP Sharing Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/group"/>
-     </component>
-    </collection>
-    <collection name="upnpsettings" long-name="UPnP Settings" level="framework">
-     <component name="upnpsettingsengine" long-name="UPnP Settings Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/upnpsettingsengine/group"/>
-     </component>
-     <component name="multiselectionui" long-name="Multi-Selection UI" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/multiselectionui/group"/>
-     </component>
-     <component name="appwizard" long-name="App Wizard" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/appwizard/group"/>
-     </component>
-     <component name="upnpsharingui" long-name="UPnP Sharing UI" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/upnpsharingui/group"/>
-     </component>
-     <component name="upnpgsplugin" long-name="UPnP GS Plugin" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/upnpgsplugin/group"/>
-     </component>
-     <component unofficial="yes" name="upnpsettings_build" long-name="UPnP Settings Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/group"/>
-     </component>
-    </collection>
-    <collection name="upnpmpxplugins" long-name="UPnP MPX Plugins" level="plugin">
-     <component name="upnpplaybackplugins" long-name="UPnP Playback Plugins" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmpxplugins/upnpplaybackplugins/group"/>
-     </component>
-     <component unofficial="yes" name="upnpmpxplugins_build" long-name="UPnP MPX Plugins Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmpxplugins/group"/>
-     </component>
-    </collection>
-    <collection name="upnpharvester" long-name="UPnP Harvester" level="server">
-     <component name="upnpharvester_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpharvester/common/cmlibrary/group"/>
-      <unit bldFile="mw/dlnasrv/upnpharvester/common/cmsettings/group"/>
-      <unit bldFile="mw/dlnasrv/upnpharvester/common/cmsqlwrapper/group"/>
-      <unit bldFile="mw/dlnasrv/upnpharvester/common/dbmanager/group"/>
-     </component>
-     <component name="cdssync" long-name="CDS Sync" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpharvester/cdssync/common"/>
-     </component>
-     <component name="mdhserver" long-name="MDH Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpharvester/mdhserver/group"/>
-     </component>
-     <component unofficial="yes" name="upnpharvester_build" long-name="UPnP Harvester Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpharvester/group"/>
-     </component>
-    </collection>
-    <collection name="upnpframework" long-name="UPnP Framework" level="framework">
-     <component name="upnputilities" long-name="UPnP Utilities" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnputilities/group"/>
-     </component>
-     <component name="upnpextensionpluginif" long-name="UPnP Extension Plugin IF" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpextensionpluginif/group"/>
-     </component>
-     <component name="upnpfiletransferengine" long-name="UPnP File Transfer Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpfiletransferengine/group"/>
-     </component>
-     <component name="upnpmusicadapter" long-name="UPnP Musicadapter" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpmusicadapter/group"/>
-     </component>
-     <component name="upnpcommonui" long-name="UPnP Common UI" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpcommonui/group"/>
-     </component>
-     <component name="upnpcommand" long-name="UPnP Command" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpcommand/group"/>
-     </component>
-     <component name="upnpaiwengine" long-name="UPnP AIW Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpaiwengine/group"/>
-     </component>
-     <component name="upnpaiwprovider" long-name="UPnP AIW Provider" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpaiwprovider/group"/>
-     </component>
-     <component unofficial="yes" name="upnpframework_build" long-name="UPnP Framework Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/group"/>
-     </component>
-    </collection>
-    <collection name="upnpavcontroller" long-name="UPnP A/V Controller" level="server">
-     <component name="upnpxmlparser" long-name="UPnP XML Parser" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpxmlparser/group"/>
-     </component>
-     <component name="upnpavcontrollerserver" long-name="UPnP A/V Controller Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerserver/group"/>
-     </component>
-     <component name="upnpavcontrollerclient" long-name="UPnP A/V Ccontroller Client" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerclient/group"/>
-     </component>
-     <component name="upnpavcontrollerhelper" long-name="UPnP A/V Controller Helper" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerhelper/group"/>
-     </component>
-     <component unofficial="yes" name="upnpavcontroller_build" long-name="UPnP A/V Controller Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/group"/>
-     </component>
-    </collection>
-    <collection name="homesync" long-name="Home Sync" level="plugin">
-     <component name="contentmanager" long-name="Content Manager" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmfillmanager/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmmemorymanager/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmscheduler/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmserver/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmstoremanager/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/homesyncgsplugin/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/homesyncwizard/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/mediaservant/applicationengine/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/mediaservant/group"/>
-     </component>
-     <component unofficial="yes" name="homesync_build" long-name="Home Sync Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/homesync/group"/>
-     </component>
-    </collection>
-    <collection name="homemedia" long-name="Home Media" level="framework">
-     <component name="homemedia_build" long-name="Home Media" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/homemedia/group"/>
-     </component>
-     
-    </collection>
-    <collection name="dlnasrv_info" long-name="DLNA Services Info" level="plugin">
-     <component unofficial="yes" name="dlnasrv_plat" long-name="DLNA Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/dlnasrv_plat/group"/>
-     </component>
-     <component unofficial="yes" name="dlnasrv_build" long-name="DLNA Services Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="shortlinkconn" long-name="Shortlink Connectivity" tech_domain="de" level="generic" levels="framework server generic specific plugin">
-    <collection name="bluetoothengine" long-name="Bluetooth Engine" level="framework">
-     <component name="bteng" long-name="Bluetooth Engine" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/bteng/group"/>
-     </component>
-     <component name="btnotif" long-name="Bluetooth Notifier" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btnotif/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/bluetoothengine/btnotif/tsrc/btnotifapitest/group"/> -->
-     </component>
-     <component name="btaudioman" long-name="Bluetooth Audio Man" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btaudioman/group"/>
-     </component>
-     <component name="btmac" long-name="Bluetooth Mac" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btmac/group"/>
-     </component>
-     <component name="btsac" long-name="Bluetooth SAC" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btsac/group"/>
-     </component>
-     <component name="btaudiostreamer" long-name="Bluetooth Audio Streamer" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btaudiostreamer/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/bluetoothengine/btaudiostreamer/tsrc/btaudiostreamerapitest/group"/> -->
-     </component>
-     <component name="btsap" long-name="Bluetooth SAP" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btsap/group"/>
-     </component>
-     <component name="btui" long-name="Bluetooth UI" origin-model="foundation">
-      <!-- <unit bldFile="mw/shortlinkconn/bluetoothengine/btui/ecom/group"/> -->
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btui/group"/>
-     </component>
-     <component name="btpbap" long-name="Bluetooth PBAP" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btpbap/group"/>
-     </component>
-     <component name="bthid" long-name="BTHID" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/group"/>
-     </component>
-     <component unofficial="yes" name="bluetoothengine_build" long-name="Bluetooth Engine Build" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/group"/>
-     </component>
-    </collection>
-    <collection name="localconnectivityservice" long-name="Local Connectivity Service" level="server">
-     <component name="atext" long-name="Atext" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/atext/group"/>
-     </component>
-     <component name="locod" long-name="Locod" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/locod/group"/>
-     </component>
-     <component name="obexserviceman" long-name="Obex Service Man" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexserviceman/group"/>
-     </component>
-     <component name="obexsendservices" long-name="Obex Send Services" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexsendservices/group"/>
-     </component>
-     <component name="obexreceiveservices" long-name="OBEX Receive Services" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexreceiveservices/group"/>
-     </component>
-     <component name="dun" long-name="Dun" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/dun/group"/>
-     </component>
-     <component name="lcstylustap" long-name="LC Stylus Tap" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/lcstylustap/group"/>
-     </component>
-     <component name="generichid" long-name="Generic HID" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/generichid/group"/>
-     </component>
-     <component unofficial="yes" name="localconnectivityservice_build" long-name="Local Connectivity Service Build" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/group"/>
-     </component>
-    </collection>
-    <collection name="usbclasses" long-name="USB classes" level="framework">
-     <component name="usbobexclasscontroller" long-name="USB Obex Class Controller" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/usbobexclasscontroller/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbclasses/usbobexclasscontroller/tsrc/group"/> -->
-     </component>
-     <component name="usbbasicpersonality" long-name="USB Basic Personality" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/usbbasicpersonality/group"/>
-     </component>
-     <component name="usbmscpersonality" long-name="USB Msc Personality" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/usbmscpersonality/group"/>
-     </component>
-     <component name="ptpstack" long-name="Ptp Stack" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/ptpstack/group"/>
-     </component>
-     <component name="sicdusbplugin" long-name="Sicd USB Plugin" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/sicdusbplugin/group"/>
-     </component>
-     <component name="ptpserver" long-name="Ptp Server" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/ptpserver/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbclasses/ptpserver/ptpclasscontroller/group"/> -->
-     </component>
-     <component name="pictbridgeengine" long-name="Pictbridge Engine" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/pictbridgeengine/group"/>
-     </component>
-     <component name="usbosdescriptorhandler" long-name="USB Os Descriptor Handler" origin-model="foundation"/>
-    </collection>
-    <collection name="usbengines" long-name="USB Engines" level="generic">
-     <component name="usbwatcher" long-name="USB Watcher" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbengines/usbwatcher/group"/>
-     </component>
-     <component name="usblocodplugin" long-name="USB Locod Plugin" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbengines/usblocodplugin/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbengines/usblocodplugin/tsrc/group"/> -->
-     </component>
-     <component name="usbdevcon" long-name="USB Devcon" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbengines/usbdevcon/group"/>
-     </component>
-     <component name="usbremotepersonality" long-name="USB Remote Personality" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbengines/usbremotepersonality/group"/>
-     </component>
-    </collection>
-    <collection name="usbuis" long-name="USB UIs" level="specific">
-     <component name="usbui" long-name="USB UI" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbuis/usbui/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbuis/usbui/tsrc/usbuiapitest/group"/> -->
-     </component>
-     <component name="usbuinotif" long-name="USB UI Notif" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbuis/usbuinotif/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbuis/usbuinotif/tsrc/usbuinotifapitest/group"/> -->
-     </component>
-     <component name="imageprintuiprovider" long-name="ImagePrint UI Provider" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbuis/imageprintuiprovider/group"/>
-     </component>
-     <component name="usbimageprintui" long-name="ImagePrint UI" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbuis/imageprintui/group"/>
-     </component>
-    </collection>
-    <collection name="obex" long-name="OBEX" level="generic">
-     <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
-     </component>
-     <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
-     <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
-     </component>
-    </collection>
-    <collection name="shortlinkconn_info" long-name="Shortlink Connectivity Info" level="plugin">
-     <component unofficial="yes" name="shortlinkconn_pub" long-name="Shortlink Connectivity Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/shortlinkconn_pub/group"/>
-     </component>
-     <component unofficial="yes" name="public" origin-model="foundation">
-      <!-- <unit bldFile="mw/shortlinkconn/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="shortlinkconn_plat" long-name="Shortlink Connectivity Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_engine_settings_api/tsrc/group"/> -->
-      <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/group"/>
-     </component>
-     <component unofficial="yes" name="shortlinkconn_build" long-name="Shortlink Connectivity Build" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/group"/>
-     </component>
-    <component name="shortlinkconn_metadata" long-name="Shortlink Connectivity Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/shortlinkconn/shortlinkconn_info/shortlinkconn_metadata/shortlinkconn_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="imghandling" long-name="Image Handling" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <collection name="3gplibrary" long-name="3GP Library" level="server">
-     <component name="3gpmp4lib" long-name="3GP MP4 Library" origin-model="foundation">
-      <unit bldFile="mw/imghandling/3gplibrary/3gpmp4lib/group"/>
-      <!-- <unit bldFile="mw/imghandling/3gplibrary/3gpmp4lib/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="3gplibrary_build" long-name="3GP Library Build" origin-model="foundation">
-      <unit bldFile="mw/imghandling/3gplibrary/group"/>
-     </component>
-    </collection>
-    <collection name="imagehandlinglib" long-name="Image Handling Library" level="generic">
-     <component name="ihl" long-name="IHL" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlinglib/group"/>
-     </component>
-    </collection>
-    <collection name="imagehandlingutilities" long-name="Image Handling Utilities" level="specific">
-     <component name="imageinfopopup" long-name="Image Info Popup" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlingutilities/imageinfopopup/group"/>
-     </component>
-     <component name="imagepreview" long-name="Image Preview" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlingutilities/imagepreview/group"/>
-     </component>
-     <component name="thumbnailmanager" long-name="Thumbnail Manager" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/group"/>
-     </component>
-     <component name="tvoutengine" long-name="TV Out Engine" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlingutilities/tvoutengine/group"/>
-     </component>
-    </collection>
-    <collection name="imghandling_info" long-name="Image Handling Info" level="specific">
-     <component unofficial="yes" name="imagehandling_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/imghandling/imagehandling_plat/3gp_library_api/tsrc/group"/> -->
-      <unit bldFile="mw/imghandling/imagehandling_plat/group"/>
-      <!-- <unit bldFile="mw/imghandling/imagehandling_plat/thumbnailmanager_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="imghandling_build" long-name="Image Handling Build" origin-model="foundation">
-      <unit bldFile="mw/imghandling/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="metadatasrv" long-name="Legacy Metadata Services" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <collection name="contentlistingframework" long-name="Content Listing Framework" level="framework">
-     <component unofficial="yes" name="contentlistingframework_build" long-name="Content Listing Framework Build" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/contentlistingframework/group"/>
-     </component>
-    </collection>
-    <collection name="mediamanagementuis" long-name="Media Management UIs" level="server">
-     <component name="mediastylegrid" long-name="Media Style Grid" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/mediamanagementuis/mediastylegrid/group"/>
-     </component>
-    </collection>
-    <collection name="mediamanagementutilities" long-name="Media Management utilities" level="generic">
-     <component name="mediafetch" long-name="Media Fetch" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/mediamanagementutilities/mediafetch/group"/>
-     </component>
-    </collection>
-    <collection name="metadatasrv_info" long-name="Legacy Metadata Services Info" level="specific">
-     <component unofficial="yes" name="metadatasrv_plat" long-name="Legacy Metadata Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/metadatasrv_plat/group"/>
-     </component>
-     <component unofficial="yes" name="metadatasrv_build" long-name="Legacy Metadata Services Build" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/group"/>
-     </component>
-     <component unofficial="yes" name="metadatasrv_pub" long-name="Legacy Metadata Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/metadatasrv_pub/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mds" long-name="Metadata Services" tech_domain="mm" level="specific" levels="mgr eng server int">
-    <collection name="clfwrapper" long-name="CLF Wrapper" level="int">
-     <component unofficial="yes" name="clfwrapper_build" long-name="CLF Wrapper Build" origin-model="foundation">
-      <unit bldFile="mw/mds/clfwrapper/group"/>
-     </component>
-    </collection>
-    <collection name="contextengine" long-name="Context Engine" level="eng">
-     <component name="contextengine_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="mw/mds/contextengine/plugins/group"/>
-     </component>
-     <component unofficial="yes" name="contextengine_build" long-name="Context Engine Build" origin-model="foundation">
-      <unit bldFile="mw/mds/contextengine/group"/>
-     </component>
-    </collection>
-    <collection name="harvester" long-name="Harvester" level="eng">
-     <component name="blacklistclient" long-name="Blacklist Client" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/blacklistclient/group"/>
-     </component>
-     <component name="blacklistserver" long-name="Blacklist Server" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/blacklistserver/group"/>
-     </component>
-     <component name="harvester_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/common/group"/>
-     </component>
-     <component name="composerplugins" long-name="Composer Plugins" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/composerplugins/group"/>
-     </component>
-     <component name="harvesterplugins" long-name="Harvester Plugins" origin-model="foundation">
-      <!-- <unit bldFile="mw/mds/harvester/harvesterplugins/audioplaylistplugin/group"/> -->
-      <unit bldFile="mw/mds/harvester/harvesterplugins/group"/>
-     </component>
-     <component name="monitorplugins" long-name="Monitor Plugins" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/monitorplugins/group"/>
-     </component>
-     <component name="harvester_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/server/group"/>
-     </component>
-     <component name="harvester_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/client/group"/>
-     </component>
-     <component unofficial="yes" name="harvester_build" long-name="Harvester Build" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/group"/>
-     </component>
-    </collection>
-    <collection name="locationmanager" long-name="Location Manager" level="mgr">
-     <component name="locationtrail" long-name="Location Trail" origin-model="foundation">
-      <unit bldFile="mw/mds/locationmanager/locationtrail/group"/>
-     </component>
-     <component name="locationmanager_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="mw/mds/locationmanager/server/group"/>
-     </component>
-     <component name="locationmanager_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="mw/mds/locationmanager/client/group"/>
-     </component>
-     <component unofficial="yes" name="locationmanager_build" long-name="Location Manager Build" origin-model="foundation">
-      <unit bldFile="mw/mds/locationmanager/group"/>
-     </component>
-    </collection>
-    <collection name="metadataengine" long-name="Metadata Engine" level="eng">
-     <component name="metadataengine_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="mw/mds/metadataengine/common/group"/>
-     </component>
-     <component name="metadataengine_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="mw/mds/metadataengine/server/group"/>
-     </component>
-     <component name="metadataengine_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="mw/mds/metadataengine/client/group"/>
-     </component>
-     <component unofficial="yes" name="metadataengine_build" long-name="Metadata Engine Build" origin-model="foundation">
-      <unit bldFile="mw/mds/metadataengine/group"/>
-     </component>
-    </collection>
-    <collection name="watchdog" long-name="Watchdog" level="server">
-     <component name="mdswatchdog" origin-model="foundation">
-      <unit bldFile="mw/mds/watchdog/group"/>
-     </component>
-    </collection>
-    <collection name="iadstoprestart" long-name="IAD Stop Restart" level="server">
-     <component unofficial="yes" name="iadstoprestart_build" long-name="IAD Stop Restart Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/mds/iadstoprestart/group"/> -->
-     </component>
-    </collection>
-    <collection name="mds_info" long-name="Metadata Services Info" level="int">
-     <component unofficial="yes" name="mds_pub" long-name="Metadata Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/mds/mds_pub/group"/>
-     </component>
-     <component unofficial="yes" name="mds_plat" long-name="Metadata Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/mds/mds_plat/content_listing_framework_collection_manager_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/context_engine_plugin_api/tsrc/group"/> -->
-      <unit bldFile="mw/mds/mds_plat/group"/>
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/composerplugintest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/harvesterclienttest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/harvesterdatatest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/harvesterplugintest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/monitorplugintest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/location_manager_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/metadata_engine_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mds_build" long-name="Metadata Services Build" origin-model="foundation">
-      <unit bldFile="mw/mds/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mmuifw" long-name="Multimedia UI Framework" tech_domain="mm" level="specific" levels="mgr mdl util ui">
-    <collection name="alfwidgetutils" long-name="ALF Widget Utils" level="ui">
-     <component name="alfwidgetutils_build" long-name="ALF Widget Utils Component" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/alfwidgetutils/group"/>
-     </component>
-    </collection>
-    <collection name="mulwidgets" long-name="MUL Widgets" level="ui">
-     <component name="mullogging" long-name="Mul Logging" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/mullogging/group"/>
-     </component>
-     <component name="muldatamodel" long-name="Mul Data Model" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/muldatamodel/group"/>
-     </component>
-     <component name="mulwidgets_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/common/group"/>
-     </component>
-     <component name="gesturehelper" long-name="Gesture Helper" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/gesturehelper/group"/>
-     </component>
-     <component name="mulcoverflowwidget" long-name="MUL Coverflow Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/mulcoverflowwidget/group"/>
-     </component>
-     <component name="mulsliderwidget" long-name="Mul Slider Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/mulsliderwidget/group"/>
-     </component>
-     <component name="alfviewwidget" long-name="ALF View Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/alfviewwidget/group"/>
-     </component>
-     <component name="alfcontainerwidget" long-name="ALF Container Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/alfcontainerwidget/group"/>
-     </component>
-     <component name="alfscrollbarwidget" long-name="ALF Scrollbar Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/alfscrollbarwidget/group"/>
-     </component>
-     <component unofficial="yes" name="mulwidgets_build" long-name="MUL Widgets Build" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/group"/>
-     </component>
-    </collection>
-    <collection name="osncore" long-name="OSN Core" level="util">
-     <component name="osncore_build" long-name="OSN Core" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/osncore/group"/>
-     </component>
-     
-    </collection>
-    <collection name="resourcepool" long-name="Resource Pool" level="util">
-     <component name="alfresourcepool" long-name="ALF Resource Pool" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/resourcepool/group"/>
-     </component>
-    </collection>
-    <collection name="widgetmodel" long-name="Widget Model" level="mdl">
-     <component name="alfwidgetmodel" long-name="ALF Widget Model" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmuifw/widgetmodel/alfwidgetmodel/group"/> -->
-     </component>
-     <component name="alfwidgetfactory" long-name="ALF Widget Factory" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmuifw/widgetmodel/alfwidgetfactory/group"/> -->
-     </component>
-     <component unofficial="yes" name="widgetmodel_build" long-name="Widget Model Build" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/widgetmodel/group"/>
-     </component>
-    </collection>
-    <collection name="mmuifw_info" long-name="Multimedia UI Framework Info" level="ui">
-     <component unofficial="yes" name="mmuifw_plat" long-name="Multimedia UI Framework Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mmuifw_plat/group"/>
-     </component>
-     <component unofficial="yes" name="mmuifw_build" long-name="Multimedia UI Framework Build" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="videoutils" long-name="Video Utils" tech_domain="mm" level="specific" levels="empty eng util">
-    <collection name="dvrengine" long-name="DVR Engine" level="eng">
-     <component name="commonrecordingengine" long-name="Common Recording Engine" origin-model="foundation">
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengine/dvrrtpcliphandler/group"/>
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengine/dvrrtpcliprecognizer/group"/>
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengine/dvrrtputils/group"/>
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengine/group"/>
-     </component>
-     <component name="commonrecordingengineclient" long-name="Common Recording Engine Client" origin-model="foundation">
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengineclient/group"/>
-     </component>
-     <component unofficial="yes" name="dvrengine_build" long-name="DVR Engine Build" origin-model="foundation">
-      <unit bldFile="mw/videoutils/dvrengine/group"/>
-     </component>
-    </collection>
-    <collection name="videoconnutility" long-name="Video Conn Utility" level="util">
-     <component name="connutilpsworker" long-name="Conn Util Ps Worker" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoconnutility/connutilpsworker/group"/>
-     </component>
-     <component unofficial="yes" name="videoconnutility_build" long-name="Video Conn Utility Build" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoconnutility/group"/>
-     </component>
-    </collection>
-    <collection name="videoscheduler" long-name="Video Scheduler" level="util">
-     <component name="schedulerclient" long-name="Scheduler Client" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoscheduler/schedulerclient/group"/>
-     </component>
-     <component name="schedulerserver" long-name="Scheduler Server" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoscheduler/schedulerserver/group"/>
-     </component>
-     <component unofficial="yes" name="videoscheduler_build" long-name="Video Scheduler Build" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoscheduler/group"/>
-     </component>
-    </collection>
-    <collection name="videoutils_info" long-name="Video Utils Info" level="util">
-     <component unofficial="yes" name="videoutils_plat" long-name="Video Utils Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoutils_plat/group"/>
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/tsrc/vcxconnutiltestexe/group"/> -->
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/tsrc/vcxtestcommon/group"/> -->
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/tsrc/vcxtestutilmodule/group"/> -->
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoscheduler_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="videoutils_build" long-name="Video Utils Build" origin-model="foundation">
-      <unit bldFile="mw/videoutils/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mmmw" long-name="Multimedia Middleware" tech_domain="mm" level="generic" levels="plugin framework server generic specific">
-    <collection name="radioutility" long-name="Radio Utility" level="generic">
-     <component name="radioserver" long-name="Radio Server" origin-model="foundation">
-      <unit bldFile="mw/mmmw/radioutility/radioserver/group"/>
-      <!-- <unit bldFile="mw/mmmw/radioutility/radioserver/server/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/radioutility/radioserver/session/group"/> -->
-     </component>
-     <component name="radio_utility" long-name="Radio Utility" origin-model="foundation">
-      <unit bldFile="mw/mmmw/radioutility/radio_utility/group"/>
-     </component>
-     <component name="fmpresetutility" long-name="FM Preset Utility" origin-model="foundation">
-      <unit bldFile="mw/mmmw/radioutility/fmpresetutility/group"/>
-     </component>
-     <component unofficial="yes" name="radioutility_build" long-name="Radio Utility Build" origin-model="foundation">
-      <unit bldFile="mw/mmmw/radioutility/group"/>
-     </component>
-    </collection>
-    <collection name="mtp" long-name="MTP" level="framework">
-     <component name="mtpserver" long-name="Mtp Server" origin-model="foundation"/>
-     <component name="mtpusbclass" long-name="MTP USB Class" origin-model="foundation"/>
-     <component name="install" long-name="Install" origin-model="foundation"/>
-    </collection>
-    <collection name="audioeffectsui" long-name="Audio Effects UI" level="specific">
-     <component name="equalizer" long-name="Equalizer" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioeffectsui/equalizer/group"/>
-     </component>
-     <component unofficial="yes" name="audioeffectsui_build" long-name="Audio Effects UI Build" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioeffectsui/group"/>
-     </component>
-    </collection>
-    <collection name="audioenhancements" long-name="Audio Enhancements" level="generic">
-     <component name="enhancedaudioplayerutility" long-name="Enhanced Media Client" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/audioplayer/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/audiostreaming/group"/> -->
-      <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/group"/>
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/s60audiosource/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/s60audiosourcefactory/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/s60audioutility/group"/> -->
-     </component>
-     <component name="progressivedownload" long-name="Progressive Download" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/progressivedownload/group"/>
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/progressivedownload/progressivedownloadsource/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/progressivedownload/progressivedownloadutility/group"/> -->
-     </component>
-     <component name="enhancedmediaclient" long-name="Enhanced Media Client" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/group"/>
-     </component>
-     <component name="profilesettingsmonitor" long-name="Profile Settings Monitor" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/profilesettingsmonitor/group"/>
-     </component>
-     <component name="voipaudioservices" long-name="VoIP Audio Services" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/voipaudioservices/group"/>
-     </component>
-     <component name="configurationcomponentsfactory" long-name="Configuration Components Factory" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/configurationcomponentsfactory/group"/>
-     </component>
-     <component name="audiooutputcontrolutility" long-name="Audio Output Control Utility" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/audiooutputcontrolutility/group"/>
-     </component>
-     <component name="callaudiocontrol" long-name="Call Audio Control" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/callaudiocontrol/group"/>
-     </component>
-     <component unofficial="yes" name="audioenhancements_build" long-name="Audio Enhancements Build" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/group"/>
-     </component>
-    </collection>
-    <collection name="metadatautility" long-name="Metadata Utility" level="generic">
-     <component name="3gpextparserlib" origin-model="foundation"/>
-     <component name="3gpextparserlib_stub" origin-model="foundation">
-      <unit bldFile="mw/mmmw/metadatautility/3gpextparserlib_stub/group"/>
-     </component>
-     <component name="metadatautility_build" origin-model="foundation">
-      <unit bldFile="mw/mmmw/metadatautility/group"/>
-     </component>
-    </collection>
-    <collection name="advancedaudiocontroller" long-name="Advanced Audio Controller" level="plugin">
-     <component name="audiocontrollerpluginsvariant" long-name="Audio Controller Plugins Variant" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudioplaycontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudiorecordcontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpdatasourceadapter/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/advancedaudiocontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/advancedaudiocontrollerutility/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/amraudioplaycontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/amraudiorecordcontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/datasourceadapter/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/devsoundaudioinput/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/devsoundaudiooutput/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/fileaudiooutput/group"/> -->
-      <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/group"/>
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/hxaudiorecognizer/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/metadatawrite/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/group"/> -->
-     </component>
-     <component name="wavplaycontrollerplugin" long-name="WAV Play Controller Plugin" origin-model="foundation">
-      <unit bldFile="mw/mmmw/advancedaudiocontroller/wavplaycontrollerplugin/group"/>
-     </component>
-     <component unofficial="yes" name="advancedaudiocontroller_test" long-name="Advanced Audio Controller Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/group"/> -->
-     </component>
-     <component unofficial="yes" name="advancedaudiocontroller_build" long-name="Advanced Audio Controller Build" origin-model="foundation">
-      <unit bldFile="mw/mmmw/advancedaudiocontroller/group"/>
-     </component>
-    </collection>
-    <collection name="thumbnailengine" long-name="Thumbnail Engine" level="server">
-     <component name="tneengine" long-name="TNE Engine" origin-model="foundation">
-      <unit bldFile="mw/mmmw/thumbnailengine/group"/>
-     </component>
-    </collection>
-    <collection name="mmfw" long-name="Multimedia Framework" level="framework">
-     <component name="gstreamer" long-name="GStreamer" origin-model="foundation"/>
-     <component name="helix_stub" long-name="Helix Stub" origin-model="foundation">
-      <unit bldFile="mw/mmmw/mmfw/helix_stub/group"/>
-     </component>
-     <component unofficial="yes" name="mmfw_build" long-name="Multimedia Framework Build" origin-model="foundation">
-      <unit bldFile="mw/mmmw/mmfw/group"/>
-     </component>
-    </collection>
-    <collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
-     <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
-     <component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
-     <component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
-     </component>
-     <component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
-     </component>
-     <component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
-     <component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
-     </component>
-     <component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
-     </component>
-     <component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific">
-     <component unofficial="yes" name="mmmw_build" long-name="Multimedia Middleware Build" origin-model="foundation">
-      <unit bldFile="mw/mmmw/group"/>
-     </component>
-     <component unofficial="yes" name="mmmw_test" long-name="Multimedia Middleware Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmmw/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmmw_plat" long-name="Multimedia Middleware Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/mmmw/mmmw_plat/audio_metadata_reader_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/audio_output_control_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/call_audio_control_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/enhanced_media_client_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/radio_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/voip_audio_services_api/tsrc/group"/>
-     </component>
-    <component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="helix" long-name="Helix" tech_domain="mm" level="generic" levels="plugin framework server generic specific">
-    <collection name="helix_ren" long-name="Helix" level="framework">
-     <component name="helixrfsplugin" long-name="Helix RFS Plugin" origin-model="foundation">
-       <unit bldFile="mw/helix/helix_ren/helixrfsplugin/group"/>
-     </component>
-     <component name="helix_binary" long-name="Helix Binary" origin-model="foundation"/>
-     <component name="src" long-name="Src" origin-model="foundation"/>
-    </collection>
-   </block>
-   <block name="camerasrv" long-name="Camera Services" tech_domain="mm" level="specific" levels="plugin fw api">
-    <collection name="camappengine" long-name="Camera App Engine" level="fw">
-     <component name="stillconverter" long-name="Still Converter" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camappengine/stillconverter/group"/> -->
-     </component>
-     <component name="camappengine_engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camappengine/engine/group"/> -->
-     </component>
-     <component name="asynchfilesavequeue" long-name="Asynch File Save Queue" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/camappengine/asynchfilesavequeue/group"/>
-      <!-- <unit bldFile="mw/camerasrv/camappengine/asynchfilesavequeue/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="camappengine_build" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/camappengine/build"/>
-     </component>
-    </collection>
-    <collection name="camcordermmfplugin" long-name="Camcorder MMF Plugin" level="plugin">
-     <component name="mediarecorder" long-name="Media Recorder" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camcordermmfplugin/mediarecorder/group"/> -->
-     </component>
-     <component name="filecomposer" long-name="File Composer" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camcordermmfplugin/filecomposer/group"/> -->
-     </component>
-     <component name="camcordermmfplugin_controller" long-name="Controller" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camcordermmfplugin/controller/group"/> -->
-     </component>
-     <component unofficial="yes" name="camcordermmfplugin_test" long-name="Camcorder MMF Plugin Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camcordermmfplugin/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="camcordermmfplugin_build" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/camcordermmfplugin/build"/>
-     </component>
-    </collection>
-    <collection name="configmanagers" long-name="Config Managers" level="api">
-     <component name="imagingconfigmanager" long-name="Imaging Config Manager" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/configmanagers/imagingconfigmanager/group"/>
-      <!-- <unit bldFile="mw/camerasrv/configmanagers/imagingconfigmanager/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="camerasrv_info" long-name="Camera Services Info" level="api">
-     <component unofficial="yes" name="camerasrv_plat" long-name="Camera Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camerasrv_plat/asynchronous_file_saving_queue_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/camerasrv/camerasrv_plat/camera_application_engine_api/tsrc/group"/> -->
-      <unit bldFile="mw/camerasrv/camerasrv_plat/group"/>
-      <!-- <unit bldFile="mw/camerasrv/camerasrv_plat/imaging_configuration_manager_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/camerasrv/camerasrv_plat/media_recorder_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="camerasrv_build" long-name="Camera Services Build" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mmappfw" long-name="Multimedia App Framework" tech_domain="mm" level="specific" levels="empty fw utils">
-    <collection name="mmappcomponents" long-name="MM App Components" level="utils">
-     <component name="collectionhelper" long-name="Collection Helper" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/collectionhelper/group"/>
-     </component>
-     <component name="playlistengine" long-name="Playlist Engine" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/playlistengine/group"/>
-     </component>
-     <component name="mmappfwharvester" long-name="Harvester" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/harvester/group"/>
-     </component>
-     <component name="mmappcommonui" long-name="MM App Common UI" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/mmappcommonui/group"/>
-     </component>
-     <component name="mediaplayersettingsengine" long-name="Media Player Settings Engine" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/mediaplayersettingsengine/group"/>
-     </component>
-     <component name="audiofetcher" long-name="UUDIO Fetcher" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/audiofetcher/group"/>
-     </component>
-     <component name="asxparser" long-name="ASX Parser" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/asxparser/group"/>
-      <!-- <unit bldFile="mw/mmappfw/mmappcomponents/asxparser/test"/> -->
-     </component>
-    </collection>
-    <collection name="mpx" long-name="MPX" level="fw">
-     <component name="commonframework" long-name="Common Framework" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/commonframework/group"/>
-     </component>
-     <component name="playbackframework" long-name="Playback Framework" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/playbackframework/group"/>
-     </component>
-     <component name="mpxcollectionfw" long-name="Collection Framework" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/collectionframework/group"/>
-     </component>
-     <component name="mpxviewfw" long-name="View Framework" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/viewframework/group"/>
-     </component>
-     <component unofficial="yes" name="mpx_build" long-name="MPX Build" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/group"/>
-     </component>
-    </collection>
-    <collection name="mmappfw_info" long-name="Multimedia App Framework Info" level="utils">
-     <component unofficial="yes" name="mmappfw_build" long-name="Multimedia App Framework Build" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/group"/>
-     </component>
-     <component unofficial="yes" name="mmappfw_test" long-name="Multimedia App Framework Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmappfw/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmappfw_plat" long-name="Multimedia App Framework Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappfw_plat/asx_parser_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/collection_helper_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_collection_mediator_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_metadata_extractor_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/media_player_settings_engine_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_albumart_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_base_view_plugins_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_collection_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_common_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_playback_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_view_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/playlist_engine_api/tsrc/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="inputmethods" long-name="Input Methods" tech_domain="ui" level="generic" levels="plugin engine framework">
-    <collection name="textinput" long-name="Text Input" level="framework">
-     <component name="ptienginev2" long-name="PTI Engine V2" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/ptienginev2/group"/>
-     </component>
-     <component name="akninputlanguage" long-name="Akn Input Language" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/akninputlanguage/group"/>
-     </component>
-     <component name="peninputarc" long-name="Pen Input Arc" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputarc/group"/>
-      <!-- <unit bldFile="mw/inputmethods/textinput/peninputarc/src/peninputserverapp"/> -->
-      <!-- <unit bldFile="mw/inputmethods/textinput/peninputarc/utils/group"/> -->
-     </component>
-     <component name="peninputcommonctrls" long-name="Pen Input Common Ctrls" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputcommonctrls/group"/>
-     </component>
-     <component name="peninputhwrboxcn" long-name="Pen Input Hardwarer Boxcn" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputhwrboxcn/group"/>
-     </component>
-     <component name="peninputvkbcn" long-name="Pen Input Vkbcn" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputvkbcn/group"/>
-     </component>
-     <component name="peninputcommonlayout" long-name="Pen Input Common Layout" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputcommonlayout/group"/>
-     </component>
-     <component name="peninputgenerichwr" long-name="Pen Input Generic Hwr" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputgenerichwr/group"/>
-     </component>
-     <component name="peninputgenericvkb" long-name="Pen Input Generic Vkb" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputgenericvkb/group"/>
-     </component>
-     <component name="peninputcommonctrlsjp" long-name="Pen Input Common Ctrls Jp" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputcommonctrlsjp/group"/>
-     </component>
-     <component name="peninputhwrboxjp" long-name="Pen Input Hardwarer Boxjp" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputhwrboxjp/group"/>
-     </component>
-     <component name="peninputvkbjp" long-name="Pen Input Vkbjp" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputvkbjp/group"/>
-     </component>
-     <component name="peninputgenericitut" long-name="Pen Input Generici Tut" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputgenericitut/group"/>
-     </component>
-     <component name="peninputhwrtrui" long-name="Pen Input Hardwarer Tr UI" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputhwrtrui/group"/>
-     </component>
-     <component name="peninputhwrfscn" long-name="Pen Input Hardwarer Fscn" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputhwrfscn/group"/>
-     </component>
-     <component name="matsutake" long-name="Matsutake" origin-model="foundation"/>
-     <component unofficial="yes" name="textinput_build" long-name="Text Input Build" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/group"/>
-     </component>
-     <component unofficial="yes" name="gslangplugin" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/gslangplugin"/>
-     </component>
-    </collection>
-    <collection name="fep" long-name="FEP" level="engine">
-     <component name="aknfep" long-name="AKN FEP" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/fep/aknfep/group"/>
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimeplugincn/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimeplugingeneric/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimepluginitut/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimepluginjp/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/uiplugins/aknfepuiinterface/avkonimpl/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/uiplugins/aknfepuiinterface/group"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="frontendprocessor">
-       <unit bldFile="mw/inputmethods/fep/frontendprocessor/test/group"/>
-     </component>-->
-    <component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
-     </component>
-    </collection>
-    <collection name="inputmethods_info" long-name="Input Methods Info" level="framework">
-     <component unofficial="yes" name="inputmethods_plat" long-name="Input Methods Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_uiinterface_api/tsrc/group"/> -->
-      <unit bldFile="mw/inputmethods/inputmethods_plat/group"/>
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_plat/pen_input_server_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_hwr_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_key_definations_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="inputmethods_build" long-name="Input Methods Build" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/group"/>
-     </component>
-     <component unofficial="yes" name="inputmethods_pub" long-name="Input Methods Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/inputmethods_pub/group"/>
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_pub/input_language_info_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_pub/optical_character_recognition_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_pub/ptiengine_iti_api/tsrc/group"/> -->
-     </component>
-    <component name="inputmethods_metadata" long-name="Input Methods Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/inputmethods/inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="classicui" long-name="Classic UI" tech_domain="ui" level="generic" levels="base support server generic specific">
-    <collection name="psln" long-name="Personalization" level="specific">
-     <component name="pslnengine" long-name="Personalization Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/psln/pslnengine/group"/> -->
-     </component>
-     <component name="pslnframework" long-name="Personalization Framework" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/psln/pslnframework"/> -->
-     </component>
-     <component name="pslnlibraryloaders" long-name="Personalization Library Loaders" origin-model="foundation"/>
-     <component name="pslnslidesetdialog" long-name="Personalization Slideset Dialog" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/psln/pslnslidesetdialog/group"/> -->
-     </component>
-     <component name="pslngsplugin" long-name="Personalizaion GS Plugin" origin-model="foundation">
-      <unit bldFile="mw/classicui/psln/pslngsplugin/group"/>
-     </component>
-     <component name="psln_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="mw/classicui/psln/help/group"/>
-     </component>
-     <component name="psln_build" long-name="Psln" origin-model="foundation">
-      <unit bldFile="mw/classicui/psln/group"/>
-     </component>
-    </collection>
-    <collection name="applicationinterworkingfw" long-name="Application Interworking Framework" level="generic">
-     <component name="aifwservicehandler" long-name="Service Handler" origin-model="foundation">
-      <unit bldFile="mw/classicui/applicationinterworkingfw/servicehandler/group"/>
-     </component>
-    </collection>
-    <collection name="commonuis" long-name="Common UIs" level="specific">
-     <component name="commonui" long-name="Common UI" origin-model="foundation">
-      <unit bldFile="mw/classicui/commonuis/commonui/group"/>
-     </component>
-     <component name="commondialogs" long-name="Common Dialogs" origin-model="foundation">
-      <unit bldFile="mw/classicui/commonuis/commondialogs/group"/>
-      <!-- <unit bldFile="mw/classicui/commonuis/commondialogs/group_test"/> -->
-     </component>
-    </collection>
-    <collection name="uifw" long-name="UI Framework" level="server">
-     <component name="uiklaf" long-name="UIKLAF" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/uiklaf/group"/>
-     </component>
-     <component name="eikctl" long-name="Eikctl" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/eikctl/group"/>
-     </component>
-     <component name="avkon" long-name="AvKon" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/uifw/avkon/aknhlist/group"/> -->
-      <!-- <unit bldFile="mw/classicui/uifw/avkon/aknkeyrotator/group"/> -->
-      <unit bldFile="mw/classicui/uifw/avkon/aknphysics/group"/>
-      <unit bldFile="mw/classicui/uifw/avkon/group"/>
-      <unit bldFile="mw/classicui/uifw/avkon/odeconf/group"/>
-      <!-- <unit bldFile="mw/classicui/uifw/avkon/prebuilder"/> -->
-      <!-- <unit bldFile="mw/classicui/uifw/avkon/tsrc/bc/s60_sdkmcl/bctestmixmcl/group"/> -->
-     </component>
-     <component name="eikstd" long-name="EikStd" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/eikstd/group"/>
-     </component>
-     <component name="aknglobalui" long-name="Avkon Global UI" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/aknglobalui/group"/>
-     </component>
-     <component name="ganes" long-name="Ganes" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/ganes/group"/>
-     </component>
-     <component unofficial="yes" name="uifw_test" long-name="UI Framework Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/uifw/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="commonadapter" long-name="Common Adapter" level="support">
-     <component name="commonadapter_build" origin-model="foundation">
-      <unit bldFile="mw/classicui/commonadapter/group"/>
-     </component>
-    </collection>
-    <collection name="ode" long-name="Open Dynamics Engine" level="support">
-     <component name="ode_build" origin-model="foundation">
-      <unit bldFile="mw/classicui/ode/group"/>
-     </component>
-    </collection>
-    <collection name="commonuisupport" long-name="Common UI Support" level="support">
-     <component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
-     </component>
-     <component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
-     </component>
-     <component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
-     </component>
-     <component name="grid" long-name="Grid" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
-     </component>
-     <component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
-     <component name="cone" long-name="Control Environment" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
-     </component>
-     <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
-     </component>
-     <component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
-     </component>
-     <component name="clockanim" long-name="Clock" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
-     </component>
-     <component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
-     </component>
-     <component name="animation" long-name="Animation" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
-     </component>
-    </collection>
-    <collection name="classicui_info" long-name="Classic UI Info" level="specific">
-     <component unofficial="yes" name="classicui_build" long-name="Classic UI Build" origin-model="foundation">
-      <unit bldFile="mw/classicui/group"/>
-     </component>
-     <component unofficial="yes" name="classicui_pub" long-name="Classic UI Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/classicui/classicui_pub/aiw_criteria_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/aiw_generic_parameter_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/aiw_service_handler_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/animation_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/application_framework_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/base_controls_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/buttons_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/choice_list_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/common_file_dialogs_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/context_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/dialogs_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/dialog_shutter_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/document_handler_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/editors_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/error_ui_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/fonts_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/form_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/generic_button_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/grids_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/hierarchical_lists_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/hotkeys_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/images_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/indicators_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/information_preview_popup_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/info_popup_note_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/initialization_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/input_frame_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/keylock_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/labels_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/lists_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/misc_controls_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/navigation_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/notes_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/notifiers_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/options_menu_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/popups_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/private_ui_framework_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/queries_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/screen_clearer_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/screen_mode_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/screen_saver_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/scroller_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/searchfield_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/server_application_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/setting_pages_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/slider_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/sounds_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/status_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/stylus_popup_menu_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/tabs_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/title_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/toolbar_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/touch_ui_utilities_api/tsrc/group"/>
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/bctesttemplate/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk3.0/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk3.1/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk3.2/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk5.0/bctestpane/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk5.0/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/group"/> -->
-      <unit bldFile="mw/classicui/classicui_pub/uikon_core_controls/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/ui_framework_definitions_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/ui_framework_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/volume_control_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/window_server_event_observer_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="classicui_plat" long-name="Classic UI Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/classicui/classicui_plat/aiw_provider_utility_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_base_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_menu_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/alarm_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/application_switching_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/avkon_fonts_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/avkon_secondary_display_support_api/tsrc/group"/>
-      <!-- <unit bldFile="mw/classicui/classicui_plat/avkon_testability_api/tsrc/group"/> -->
-      <unit bldFile="mw/classicui/classicui_plat/avkon_ui_server_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/battery_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/common_file_dialogs_filter_factory_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/custom_cursors_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/eikon_server_extension_client_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/emergency_call_support_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_aiw_criteria_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_animation_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_buttons_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_editors_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_grids_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_indicators_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_initialization_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_input_capabilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_lists_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_notes_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_notifiers_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_setting_pages_api/tsrc/group"/>
-      <!-- <unit bldFile="mw/classicui/classicui_plat/extended_sounds_api/tsrc/group"/> -->
-      <unit bldFile="mw/classicui/classicui_plat/extended_status_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/find_item_ui_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/ganes_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/generic_parameter_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/global_popup_priority_controller_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/indicator_plugin_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/input_block_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/item_finder_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/japanese_reading_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/key_rotator_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/layout_configuration_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/list_effects_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/long_tap_animation_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/media_shared_document_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/memory_card_ui_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/number_grouping_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/personalisation_framework_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/phone_number_text_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/physics_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/pointer_event_modifier_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/popup_form_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/server_application_services_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/signal_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/skinnable_clock_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/special_character_table_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/stylus_activated_popup_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/task_list_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/text_scroller_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/touch_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/transition_effect_parameters_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/transition_effect_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/volume_popup_api/tsrc/group"/>
-     </component>
-    <component name="classicui_metadata" long-name="Classic UI Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/classicui/classicui_info/classicui_metadata/classicui_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="svgt" long-name="SVG Tiny" tech_domain="ui" level="generic" levels="util ui">
-    <collection name="svgtopt" long-name="SVGT Opt" level="util">
-     <component name="svg" origin-model="foundation">
-      <!-- <unit bldFile="mw/svgt/svgtopt/svg/svgrecog/group"/> -->
-     </component>
-     <component name="nvgdecoder" long-name="NVG Decoder" origin-model="foundation"/>
-     <component name="svgengineji" long-name="SVG Engine JI" origin-model="foundation"/>
-     <component name="svgtplugin" long-name="SVGT Plugin" origin-model="foundation">
-      <unit bldFile="mw/svgt/svgtopt/svgtplugin/group"/>
-     </component>
-     <component unofficial="yes" name="svgtopt_build" long-name="SVGT Opt Build" origin-model="foundation">
-      <unit bldFile="mw/svgt/svgtopt/group"/>
-     </component>
-    </collection>
-    <collection name="svgt_info" long-name="SVG Tiny Info" level="ui">
-     <component unofficial="yes" name="svgt_build" long-name="SVG Tiny Build" origin-model="foundation">
-      <unit bldFile="mw/svgt/group"/>
-     </component>
-     <component unofficial="yes" name="svgt_plat" long-name="SVG Tiny Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/svgt/svgt_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="uiaccelerator" long-name="UI Accelerator" tech_domain="ui" level="generic" levels="plugin framework server generic specific">
-    <collection name="uiacceltk" long-name="UI Accelerator TK" level="framework">
-     <component name="hitchcock" long-name="Hitchcock" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/coretoolkit/group"/> -->
-      <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/group"/>
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/group"/> -->
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/tracer/group"/> -->
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/tracer/traceextclient/group"/> -->
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/tracer/traceextplugin/group"/> -->
-     </component>
-     <component name="widgeteditors" long-name="Widget Editors" origin-model="foundation">
-      <unit bldFile="mw/uiaccelerator/uiacceltk/widgeteditors/group"/>
-     </component>
-     <component unofficial="yes" name="uiacceltk_build" long-name="UI Accelerator TK Build" origin-model="foundation">
-      <unit bldFile="mw/uiaccelerator/uiacceltk/group"/>
-     </component>
-    </collection>
-    <collection name="uiaccelexampleapps" long-name="UI Accelerator Example Apps" level="specific">
-     <component name="alfexanalogdialer" long-name="ALF Ex Analog Dialer" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiaccelerator/uiaccelexampleapps/alfexanalogdialer/group"/> -->
-     </component>
-     <component name="alfexstickers" long-name="ALF Ex Stickers" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiaccelerator/uiaccelexampleapps/alfexstickers/group"/> -->
-     </component>
-    </collection>
-    <collection name="uiaccelerator_info" long-name="UI Accelerator Info" level="specific">
-     <component unofficial="yes" name="inc" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiaccelerator/inc/group"/> -->
-     </component>
-     <component unofficial="yes" name="uiaccelerator_plat" long-name="UI Accelerator Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_client_server_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_core_toolkit_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_editors_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extended_visual_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extension_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_tracing_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_visual_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="uiresources" long-name="UI Resources" tech_domain="ui" level="generic" levels="compile plugin framework server generic data">
-    <collection name="layouts" long-name="Layouts" level="plugin">
-     <component name="cdl" long-name="Cdl" origin-model="foundation">
-      <unit bldFile="mw/uiresources/layouts/cdl/cdlengine/group"/>
-      <unit bldFile="mw/uiresources/layouts/cdl/cdlserver/group"/>
-      <!-- <unit bldFile="mw/uiresources/layouts/cdl/cdlutils/cdlexplorer/group"/> -->
-     </component>
-     <component name="aknlayout2" long-name="AKN Layout 2" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/nhd_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/nhd_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qhd_touch_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qhd_touch_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qvga2_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qvga2_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qvga_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qvga_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga3_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga3_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga_touch_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga_uiaccel"/> -->
-      <unit bldFile="mw/uiresources/layouts/aknlayout2/group"/>
-     </component>
-    </collection>
-    <collection name="locales" long-name="Locales" level="framework">
-     <component name="locales_build" long-name="Locales Component" origin-model="foundation">
-      <unit bldFile="mw/uiresources/locales/loce32"/>
-     </component>
-    </collection>
-    <collection name="pictographs" long-name="Pictographs" level="data">
-     <component name="aknpictograph" long-name="AKN Picto Graph" origin-model="foundation">
-      <unit bldFile="mw/uiresources/pictographs/aknpictograph/group"/>
-      <!-- <unit bldFile="mw/uiresources/pictographs/aknpictograph/tools/aknpictobitmapbuilder/group"/> -->
-     </component>
-    </collection>
-    <collection name="skins" long-name="Skins" level="data">
-     <component name="aknskincontent" long-name="AKN Skin Content" origin-model="foundation">
-      <unit bldFile="mw/uiresources/skins/aknskincontent/group"/>
-      <!-- <unit bldFile="mw/uiresources/skins/aknskincontent/srcdata/scalableseries60skin/mifindexdll"/> -->
-     </component>
-     <component name="aknskins" long-name="AKN Skins" origin-model="foundation">
-      <unit bldFile="mw/uiresources/skins/aknskins/group"/>
-     </component>
-    </collection>
-    <collection name="uiconfig" long-name="UI Config" level="server">
-     <component name="s60config" long-name="S60 Config" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uiconfig/s60config/group"/>
-     </component>
-    </collection>
-    <collection name="fontsupport" long-name="Font Support" level="generic">
-     <component name="fontprovider" long-name="Font Provider" origin-model="foundation">
-      <unit bldFile="mw/uiresources/fontsupport/fontprovider/group"/>
-     </component>
-     <component name="fontutils" long-name="Font Utils" origin-model="foundation">
-      <unit bldFile="mw/uiresources/fontsupport/fontutils/fontutils/group"/>
-      <!-- <unit bldFile="mw/uiresources/fontsupport/fontutils/group"/> -->
-     </component>
-    </collection>
-    <collection name="uigraphics" long-name="UI Graphics" level="generic">
-     <component name="bitmaps2" long-name="Bitmaps 2" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uigraphics/bitmaps2/group"/>
-     </component>
-     <component name="icons" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uigraphics/icons/group"/>
-     </component>
-     <component name="variatedbitmaps" long-name="Variated Bitmaps" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uigraphics/variatedbitmaps/group"/>
-     </component>
-     <component name="aknicon" long-name="AKN Icon" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uigraphics/aknicon/group"/>
-     </component>
-     <component name="palette" long-name="Palette" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiresources/uigraphics/palette/group"/> -->
-     </component>
-    </collection>
-    <collection name="helpthemes" long-name="Help Themes" level="data">
-     <component name="helpthemes_build" origin-model="foundation">
-      <unit bldFile="mw/uiresources/helpthemes/group"/>
-     </component>
-    </collection>
-    <collection name="aknlayoutcompiler" long-name="Avkon Layout Compiler" level="compile">
-     <component name="aknlayoutcompiler_build" long-name="AKN Layout Compiler Component" origin-model="foundation">
-      <unit bldFile="mw/uitools/aknlayoutcompiler/group"/>
-     </component>
-    </collection>
-    <collection name="cdlcompiler" long-name="CDL Compiler" level="compile">
-     <component name="cdlcompiler_build" long-name="CDL Compiler Component" origin-model="foundation">
-      <unit bldFile="mw/uitools/cdlcompiler/group"/>
-     </component>
-    </collection>
-    <collection name="cdlcompilertoolkit" long-name="CDL Compiler Toolkit" level="compile">
-     <component name="cdlcompilertoolkit_build" long-name="CDL Compiler Toolkit Component" origin-model="foundation">
-      <unit bldFile="mw/uitools/cdlcompilertoolkit/group"/>
-     </component>
-    </collection>
-    <collection name="skincompiler" long-name="Skin Compiler" level="compile">
-     <component name="aknskindesccompiler" long-name="AKN Skin Desc Compiler" origin-model="foundation">
-      <unit bldFile="mw/uitools/skincompiler/aknskindesccompiler/group"/>
-     </component>
-    </collection>
-    <collection name="uiresources_info" long-name="UI Resources Info" level="data">
-     <component unofficial="yes" name="uiresources_plat" long-name="UI Resources Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uiresources_plat/cdl_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/extended_fonts_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/extended_skins_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/graphic_configuration_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/layout_data_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/layout_system_private_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/skins_image_attributes_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="uiresources_build" long-name="UI Resources Build" origin-model="foundation">
-      <unit bldFile="mw/uiresources/group"/>
-     </component>
-     <component unofficial="yes" name="uiresources_pub" long-name="UI Resources Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uiresources_pub/font_definition_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/graphics_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/pictograph_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/scalable_icons_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/skins_api/tsrc/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="hapticsservices" long-name="Haptics Services" tech_domain="ui" level="generic" levels="fw api">
-    <collection name="tactilefeedback" long-name="Tactile Feedback" level="fw">
-     <component name="tactilearearegistry" long-name="Tactile Area Registry" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/tactilefeedback/tactilearearegistry/group"/>
-     </component>
-     <component name="tactilefeedbackclient" long-name="Tactile Feedback Client" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackclient/group"/>
-     </component>
-     <component name="tactileactionplugin" long-name="TactilE Action Plugin" origin-model="foundation"/>
-     <component name="tactileclickplugin" long-name="Tactile Click Plugin" origin-model="foundation"/>
-     <component name="tactilefeedbackresolver" long-name="Tactile Feedback Resolver" origin-model="foundation"/>
-     <component unofficial="yes" name="tactilefeedback_build" long-name="Tactile Feedback Build" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/tactilefeedback/group"/>
-     </component>
-    </collection>
-    <collection name="hapticsservices_info" long-name="Haptics Services Info" level="api">
-     <component unofficial="yes" name="hapticsservices_pub" long-name="Haptics Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/hapticsservices_pub/group"/>
-     </component>
-     <component unofficial="yes" name="hapticsservices_plat" long-name="Haptics Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/hapticsservices_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="homescreensrv" long-name="Home Screen Services" tech_domain="ui" level="specific" levels="plugin framework server generic specific">
-    <collection name="contentpublishingsrv" long-name="Content Publishing Service" level="server">
-     <component name="contentpublishingutils" long-name="Content Publishing Utils" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/contentpublishingdebug/group"/>
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/group"/>
-     </component>
-     <component name="contentpublishingserver" long-name="Content Publishing Server" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingserver/group"/>
-     </component>
-     <component name="contentharvester" long-name="Content Harvester" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentharvester/group"/>
-     </component>
-     <component unofficial="yes" name="contentpublishingsrv_build" long-name="Content Publishing Service Build" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/group"/>
-     </component>
-    </collection>
-    <collection name="backsteppingsrv" long-name="Backstepping Service" level="server">
-     <component name="bsengine" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/backsteppingsrv/group"/>
-     </component>
-    </collection>
-    <collection name="xcfw" long-name="XCFW" level="framework">
-     <component name="xcfw_build" long-name="XCFW" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/xcfw/group"/>
-     </component>
-    </collection>
-    <collection name="homescreenpluginsrv" long-name="Homescreen Plugin Service" level="plugin">
-     <component name="hspsdefinitionengine" long-name="Homescreen Plugin Server Definition Engine" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsdefinitionengine/group"/>
-     </component>
-     <component name="hspsdom" long-name="Homescreen Plugin Server DOM" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsdom/group"/>
-     </component>
-     <component name="hspspluginregistry" long-name="Homescreen Plugin Registry" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspspluginregistry/group"/>
-     </component>
-     <component name="hspsmanager" long-name="Homescreen Plugin Server Manager" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsmanager/group"/>
-     </component>
-     <component name="hspsodt" long-name="Homescreen Plugin Server ODT" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsodt/group"/>
-     </component>
-     <component name="hspsresource" long-name="Homescreen Plugin Server Resource" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsresource/group"/>
-     </component>
-     <component name="hspsresult" long-name="Homescreen Plugin Server Result" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsresult/group"/>
-     </component>
-     <component name="hspstools" long-name="Homescreen Plugin Server Tools" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspstools/group"/>
-     </component>
-     <component unofficial="yes" name="homescreenpluginsrv_build" long-name="Homescreen Plugin Service Build" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/group"/>
-     </component>
-    </collection>
-    <collection name="idlefw" long-name="Idle Framework" level="framework">
-     <component name="idlefw_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/idlefw/plugins/group"/>
-      <!-- <unit bldFile="mw/homescreensrv/idlefw/plugins/pslnactiveidleplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="idlefw_build" long-name="Idle Framework Build" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/idlefw/group"/>
-     </component>
-    </collection>
-    <collection name="menucontentsrv" long-name="Menu Content Service" level="generic">
-     <component name="menusatinterface" long-name="Menu SAT Interface" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/menucontentsrv/menusatinterface/group"/>
-     </component>
-     <component unofficial="yes" name="menucontentsrv_build" long-name="Menu Content Service Build" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/menucontentsrv/group"/>
-     </component>
-    </collection>
-    <collection name="homescreensrv_info" long-name="Home Screen Services Info" level="specific">
-     <component unofficial="yes" name="homescreensrv_plat" long-name="Home Screen Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/action_handler_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/content_harvester_plugin_api/tsrc/group"/> -->
-      <unit bldFile="mw/homescreensrv/homescreensrv_plat/group"/>
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/hs_widget_publisher_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_content_service_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_sat_interface_api/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="appinstall" long-name="Application Installation" tech_domain="rt" level="generic" levels="tool framework generic api">
-    <collection name="appinstaller" long-name="App Installer" level="generic">
-     <component name="appmngr2" long-name="App Mngr2" origin-model="foundation">
-      <unit bldFile="mw/appinstall/appinstaller/appmngr2/group"/>
-     </component>
-     <component name="appinstui" long-name="App Installer UI" origin-model="foundation">
-      <unit bldFile="mw/appinstall/appinstaller/appinstui/group"/>
-     </component>
-     <component unofficial="yes" name="appinstaller_build" long-name="App Installer Build" origin-model="foundation">
-      <unit bldFile="mw/appinstall/appinstaller/group"/>
-     </component>
-    </collection>
-    <collection name="ncdengine" long-name="NCD Engine" level="framework">
-     <component name="ncdengine_engine" long-name="Engine" origin-model="foundation">
-      <unit bldFile="mw/appinstall/ncdengine/engine/group"/>
-     </component>
-     <component name="debuglogger" long-name="Debug Logger" origin-model="foundation">
-      <!-- <unit bldFile="mw/appinstall/ncdengine/debuglogger/group"/> -->
-     </component>
-     <component unofficial="yes" name="ncdengine_build" long-name="NCD Engine Build" origin-model="foundation">
-      <unit bldFile="mw/appinstall/ncdengine/group"/>
-     </component>
-    </collection>
-    <collection name="iaupdateapi_stub" long-name="IA Update API Stub" level="api">
-     <component name="iaupdateapi_stub_build" origin-model="foundation">
-      <unit bldFile="mw/appinstall/iaupdateapi_stub/group"/>
-     </component>
-    </collection>
-    <collection name="iaupdate" long-name="IA Update" level="api">
-     <component name="iad" origin-model="foundation">
-      <unit bldFile="mw/appinstall/iaupdate/iad/group"/>
-     </component>
-     <component name="iaupdate_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="mw/appinstall/iaupdate/help/group"/>
-     </component>
-     <component unofficial="yes" name="iaupdate_build" long-name="IA Update Build" origin-model="foundation">
-      <unit bldFile="mw/appinstall/iaupdate/group"/>
-     </component>
-    </collection>
-    <collection name="appinstall_info" long-name="Application Installation Info" level="api">
-     <component unofficial="yes" name="appinstall_pub" long-name="Application Installation Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/appinstall/appinstall_pub/group"/>
-      <!-- <unit bldFile="mw/appinstall/appinstall_pub/startup_list_management_api/tsrc/bc/startuplistmanagementapi/selfsignedstartupapp/group"/> -->
-      <!-- <unit bldFile="mw/appinstall/appinstall_pub/startup_list_management_api/tsrc/bc/startuplistmanagementapi/startupapp/group"/> -->
-     </component>
-     <component unofficial="yes" name="appinstall_test" long-name="Application Installation Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/appinstall/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="appinstall_plat" long-name="Application Installation Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/appinstall/appinstall_plat/appmngr2runtimeapi/tsrc/data_src/sistest"/> -->
-      <unit bldFile="mw/appinstall/appinstall_plat/appmngr2runtimeapi/tsrc/group"/>
-      <unit bldFile="mw/appinstall/appinstall_plat/group"/>
-     </component>
-    <component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
-     </component>
-    </collection>
-	<!-- Collection manually added due to faulty merge XSLT -->
-	<collection name="installationservices" long-name="Installation Services" level="generic">
-	 <component name="swi" long-name="Secure Software Install" purpose="optional">
-	  <unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
-	 </component>
-	 <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
-	  <unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
-	 </component>
-	 <component name="switestfw" long-name="Software Install Test Framework" introduced="7.0" deprecated="tb92" purpose="development">
-	  <unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
-	 </component>
-	 <component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
-	  <unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
-	 </component>
-	</collection>
-    <collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="swisistools">
-       -  <unit bldFile="mw/appinstall/secureswitools/swisistools/test/tinterpretsisinteg/tintsistef"/>  -
-      </component>-->
-    <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
-     </component>
-     <component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="serviceapifw" long-name="Service API Framework" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <collection name="languageinterworkingfw" long-name="Language Interworking Framework" level="framework">
-     <component name="lifwservicehandler" long-name="Service Handler" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/languageinterworkingfw/servicehandler/group"/>
-     </component>
-    </collection>
-    <collection name="rtsecuritymanager" long-name="RT Security Manager" level="server">
-     <component name="rtsecuritymanagerutil" long-name="RT Security Manager Util" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerutil/group"/>
-     </component>
-     <component name="rtsecuritymanagerserver" long-name="RT Security Managers Erver" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerserver/group"/>
-     </component>
-     <component name="rtsecuritymanagerclient" long-name="RT Security Manager Client" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerclient/group"/>
-     </component>
-     <component unofficial="yes" name="rtsecuritymanager_build" long-name="RT Security Manager Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/rtsecuritymanager/group"/>
-     </component>
-    </collection>
-    <collection name="serviceapifw_info" long-name="Service API Framework Info" level="specific">
-     <component unofficial="yes" name="serviceapifw_pub" long-name="Service API Framework Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/serviceapifw_pub/group"/>
-     </component>
-     <component unofficial="yes" name="serviceapifw_plat" long-name="Service API Framework Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/serviceapifw_plat/group"/>
-      <unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_criteria_api/tsrc/group"/>
-      <unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_client_api/tsrc/group"/>
-      <!-- <unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_common_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_utility_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="serviceapifw_build" long-name="Service API Framework Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="serviceapi" long-name="Service API" tech_domain="rt" level="specific" levels="os mw1 mw2 app">
-    <collection name="sapi_applicationmanager" long-name="SAPI Application Manager" level="mw1">
-     <component name="appmanagerservice" long-name="App Manager Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_applicationmanager_build" long-name="SAPI Application Manager Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_applicationmanager/group"/>
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_applicationmanager/tsrc/dev/cruntimetest/group"/> -->
-     </component>
-    </collection>
-    <collection name="sapi_calendar" long-name="SAPI Calendar" level="app">
-     <component name="calendarservice" long-name="Calendar Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_calendar_build" long-name="SAPI Calendar Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_calendar/tsrc/testing/tcalprovider_combined/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_calendar/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_contacts_vpbk" long-name="SAPI Contacts Vpbk" level="app">
-     <component name="contactservice" long-name="Contact Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_contacts_vpbk_build" long-name="SAPI Contacts Vpbk Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_contacts_vpbk/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_landmarks" long-name="SAPI Landmarks" level="mw2">
-     <component name="landmarksservice" long-name="Landmarks Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_landmarks_build" long-name="SAPI Landmarks Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/tsrc/testing/tlandmarkstest/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/tsrc/dev/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/tsrc/testing/tlandmarksprovidertest/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/tsrc/dev/landmarks_inputparams/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_location" long-name="SAPI Location" level="mw2">
-     <component name="locationservice" long-name="Location Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_location_build" long-name="SAPI Location Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetloc/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetlocopts/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetlocasync/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetbearing/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/dev/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetdistance/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/group"/>
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pmove/group"/> -->
-     </component>
-    </collection>
-    <collection name="sapi_logging" long-name="SAPI Logging" level="app">
-     <component name="loggingservice" long-name="Logging Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_logging_build" long-name="SAPI Logging Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_logging/group"/>
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_logging/tsrc/dev/group"/> -->
-     </component>
-    </collection>
-    <collection name="sapi_mediamanagement" long-name="SAPI Media Management" level="mw2">
-     <component name="mediamanagementservice" long-name="Media Management Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_mediamanagement_build" long-name="SAPI Media Management Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/tsrc/dev/taiwmediamgmttest/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/group"/>
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/tsrc/testing/performance/runtime_perf/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/tsrc/testing/performance/s60_perf/group"/> -->
-     </component>
-    </collection>
-    <collection name="sapi_messaging" long-name="SAPI Messaging" level="mw2">
-     <component name="messagingservice" long-name="Messaging Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_messaging_build" long-name="SAPI Messaging Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/notify/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/status/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/delete/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/getlist/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_getlist/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_asyncsend/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_notify/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/send/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_status/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/tmessagingprovidertest/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_delete/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_send/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/asyncsend/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_sensor" long-name="SAPI Sensor" level="mw1">
-     <component name="sensorservice" long-name="Sensor Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_sensor_build" long-name="SAPI Sensor Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_sensor/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_sysinfo" long-name="SAPI Sysinfo" level="mw1">
-     <component name="sysinfoservice" long-name="Sysinfo Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_sysinfo_build" long-name="SAPI Sysinfo Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_sysinfo/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_serviceregistry" long-name="SAPI Service Registry" level="os">
-     <component name="serviceregistryprovider" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_serviceregistry/tsrc/dev/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_serviceregistry/group"/>
-     </component>
-    </collection>
-    <collection name="serviceapi_info" long-name="Service API Info" level="app">
-     <component unofficial="yes" name="serviceproviders" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/group"/>
-     </component>
-     <component unofficial="yes" name="serviceapi_test" long-name="Service API Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="web" long-name="Web" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <collection name="browserutilities" long-name="Browser Utilities" level="generic">
-     <component name="browserdialogsprovider" long-name="Browser Dialogs Provider" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/browserdialogsprovider/group"/>
-     </component>
-     <component name="recenturlstore" long-name="Recent URL Store" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/recenturlstore/group"/>
-     </component>
-     <component name="xmlparser" long-name="XML Parser" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/xmlparser/group"/>
-     </component>
-     <component name="cxmllibrary" long-name="CXml Library" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/cxmllibrary/group"/>
-     </component>
-     <component name="downloadmgr" long-name="Download Manager" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/downloadmgr/group"/>
-     </component>
-     <component name="connectionmanager" long-name="Connection Manager" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/connectionmanager/group"/>
-     </component>
-     <component name="browsertelservice" long-name="Browser Tel Service" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/browsertelservice/group"/>
-     </component>
-     <component name="favouritesengine" long-name="Favourites Engine" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/favouritesengine/group"/>
-     </component>
-     <component name="feedsengine" long-name="Feeds Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/web/browserutilities/feedsengine/feedsserver/reconizer/group"/> -->
-      <unit bldFile="mw/web/browserutilities/feedsengine/group"/>
-     </component>
-     <component name="multipartparser" long-name="Multipart Parser" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/multipartparser/group"/>
-     </component>
-     <component name="schemehandler" long-name="Scheme Handler" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/schemehandler/group"/>
-     </component>
-     <component name="webutils" long-name="Web Utils" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/webutils/group"/>
-      <!-- <unit bldFile="mw/web/browserutilities/webutils/tsrc/public/adv/group"/> -->
-     </component>
-     <component name="aiwbrowserprovider" long-name="AIW Browser Provider" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/aiwbrowserprovider/group"/>
-     </component>
-     <component unofficial="yes" name="browserutilities_build" long-name="Browser Utilities Build" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/group"/>
-     </component>
-    </collection>
-    <collection name="webengine" long-name="Web Engine" level="server">
-     <component name="osswebengine" long-name="OSS Web Engine" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/osswebengine/cache/group"/>
-      <unit bldFile="mw/web/webengine/osswebengine/memorymanager/group"/>
-      <unit bldFile="mw/web/webengine/osswebengine/npscript/group"/>
-      <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group"/>
-      <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group/javascriptcore"/>
-      <!-- <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/webview/webview_api_test/group"/> -->
-      <!-- <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/webview/webview_api_test/tsrc/group"/> -->
-     </component>
-     <component name="webkitutils" long-name="WebKit Utils" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/webkitutils/group"/>
-     </component>
-     <component name="pagescaler" long-name="Page Scaler" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/pagescaler/group"/>
-     </component>
-     <component name="webwidgetinstaller" long-name="Widget Installer" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetinstaller/group"/>
-     </component>
-     <component name="widgetregistry" long-name="Widget Registry" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetregistry/group"/>
-      <!-- <unit bldFile="mw/web/webengine/widgetregistry/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="wmlengine" long-name="WML Engine" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/wmlengine/group"/>
-     </component>
-     <component name="device" long-name="Device" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/device/group"/>
-     </component>
-     <component name="widgetengine" long-name="Widget Engine" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetengine/group"/>
-     </component>
-     <!--MattD 20091019: Put back into model (originally taken out due to conflict with photosgallery memoryplugin - Bug 157?) -->
-     <component name="webmemoryplugin" long-name="Web Memory Plugin">
-       <unit bldFile="mw/web/webengine/memoryplugin/group"/>
-     </component>
-     <component name="widgetmemoryplugin" long-name="Widget Memory Plugin" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetmemoryplugin/group"/>
-     </component>
-     <component name="widgetbackuprestore" long-name="Widget Backup Restore" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetbackuprestore/group"/>
-     </component>
-     <component name="browserrecognizers" long-name="Browser Recognizers" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/browserrecognizers/group"/>
-     </component>
-     <component name="wrtharvester" long-name="WRT Harvester" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/wrtharvester/group"/>
-     </component>
-     <component unofficial="yes" name="webengine_build" long-name="Web Engine Build" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/group"/>
-     </component>
-    </collection>
-    <collection name="widgets" long-name="Widgets" level="generic">
-     <component name="widgetrecognizer" long-name="Widget Recognizer" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetrecognizer/group"/>
-     </component>
-     <component name="widgetinstaller" long-name="Widget Installer" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetinstaller/group"/>
-     </component>
-     <component name="widgetlauncher" long-name="Widget Launcher" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetlauncher/group"/>
-     </component>
-     <component name="widgetapp" long-name="Widget App" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetapp/group"/>
-     </component>
-     <component name="widgetpreinstaller" long-name="Widget Pre Installer" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetpreinstaller/group"/>
-     </component>
-     <component name="widgetstartup" long-name="Widget Startup" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetstartup/group"/>
-     </component>
-     <component unofficial="yes" name="widgets_build" long-name="Widgets Build" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/group"/>
-     </component>
-    </collection>
-    <collection name="codhandler" long-name="COD Handler" level="specific">
-     <component name="codeng" long-name="COD Engine" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/codeng/group"/>
-     </component>
-     <component name="codui" long-name="COD UI" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/codui/group"/>
-     </component>
-     <component name="codrecog" long-name="COD Recogniser" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/codrecog/group"/>
-     </component>
-     <component name="codviewer" long-name="COD Viewer" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/codviewer/group"/>
-     </component>
-     <component name="ddrecog" long-name="DD Recogniser" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/ddrecog/group"/>
-     </component>
-     <component name="ddviewer" long-name="DD Viewer" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/ddviewer/group"/>
-     </component>
-     <component name="coddownload" long-name="COD Download" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/coddownload/group"/>
-     </component>
-     <component name="roapapp" long-name="ROAP Application" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/roapapp/group"/>
-     </component>
-     <component unofficial="yes" name="codhandler_build" long-name="COD Handler Build" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/group"/>
-     </component>
-    </collection>
-    <collection name="web_info" long-name="Web Info" level="specific">
-     <component unofficial="yes" name="web_pub" long-name="Web Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/web/web_pub/browser_control_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/web/web_pub/download_mgr_client_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/web/web_pub/favourites_engine_api/tsrc/group"/> -->
-      <unit bldFile="mw/web/web_pub/group"/>
-     </component>
-     <component unofficial="yes" name="web_build" long-name="Web Build" origin-model="foundation">
-      <unit bldFile="mw/web/group"/>
-     </component>
-     <component unofficial="yes" name="web_plat" long-name="Web Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/web/web_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="websrv" long-name="Web Services" tech_domain="rt" level="generic" levels="plugin framework server generic specific">
-    <collection name="webservices" long-name="Web Services" level="generic">
-     <component name="wsnotifierplugins" long-name="WS Notifier Plugins" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsnotifierplugins/group"/>
-     </component>
-     <component name="wslogger" long-name="WS Logger" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wslogger/group"/>
-     </component>
-     <component name="wsxml" long-name="WS XML" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsxml/group"/>
-     </component>
-     <component name="wsutils" long-name="WS Utils" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsutils/group"/>
-     </component>
-     <component name="wsfragment" long-name="WS Fragment" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsfragment/group"/>
-     </component>
-     <component name="wsdescription" long-name="WS Description" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsdescription/group"/>
-     </component>
-     <component name="wshttpchanneltransportplugin" long-name="WS HTTP Channel Transport Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wshttpchanneltransportplugin/group"/>
-     </component>
-     <component name="wsconnection" long-name="WS Connection" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsconnection/group"/>
-     </component>
-     <component name="wshostletconnection" long-name="WS Hostlet Connection" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wshostletconnection/group"/>
-     </component>
-     <component name="wscredentialmanager" long-name="WS Credential Manager" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wscredentialmanager/group"/>
-     </component>
-     <component name="wsmanager" long-name="WS Manager" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsmanager/group"/>
-     </component>
-     <component name="wsidentitymanager" long-name="WS Identity Manager" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsidentitymanager/group"/>
-     </component>
-     <component name="wsframework" long-name="WS Framework" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsframework/group"/>
-     </component>
-     <component name="wsmessages" long-name="WS Messages" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsmessages/group"/>
-     </component>
-     <component name="wsconnectionagent" long-name="WS Connection Agent" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsconnectionagent/group"/>
-     </component>
-     <component name="idwsfplugin" long-name="IDWSF Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/idwsfplugin/group"/>
-     </component>
-     <component name="wsibasicplugin" long-name="WSI Basic Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsibasicplugin/group"/>
-     </component>
-     <component name="wsrestplugin" long-name="WS Rest Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsrestplugin/group"/>
-     </component>
-     <component name="idwsfsecuritymechanism" long-name="IDWSF Security Mechanism" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/idwsfsecuritymechanism/group"/>
-     </component>
-     <component name="wspasswordtransforms" long-name="WS Password Transforms" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wspasswordtransforms/group"/>
-     </component>
-     <component name="wscore" long-name="WS Core" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wscore/group"/>
-     </component>
-     <component name="wsprovider" long-name="WS Provider" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsprovider/group"/>
-     </component>
-     <component name="wslocaltransportplugin" long-name="WS Local Transport Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wslocaltransportplugin/group"/>
-     </component>
-     <component name="wshostlettransportplugin" long-name="WS Hostlet Transport Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wshostlettransportplugin/group"/>
-     </component>
-     <component name="wsstar" long-name="WS Star" origin-model="foundation">
-      <!-- <unit bldFile="mw/websrv/webservices/wsstar/group"/> -->
-     </component>
-     <component name="wsoviplugin" long-name="WS Ovi Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsoviplugin/group"/>
-     </component>
-     <component unofficial="yes" name="webservices_build" long-name="Web Services Build" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/group"/>
-     </component>
-    </collection>
-    <collection name="websrv_info" long-name="Web Services Info" level="specific">
-     <component unofficial="yes" name="websrv_build" long-name="Web Services Build" origin-model="foundation">
-      <unit bldFile="mw/websrv/group"/>
-     </component>
-     <component unofficial="yes" name="websrv_pub" long-name="Web Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/websrv/websrv_pub/group"/>
-      <!-- <unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/tsrc/bc/hostconn/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/tsrc/hostconn/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/tsrc/hostconntester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/bc/connection/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/bc/senutils/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/connection/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senconnectiontester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senconnectiontimeoutstester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senlayeredpropertiestester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senutils/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senutilstestcases/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/wspolicytester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/wsstarmessagehandlertester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_description_api/tsrc/bc/senservdesc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_description_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_description_api/tsrc/senservdesc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_description_api/tsrc/senservdesctester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/tsrc/bc/senservicemanager/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/tsrc/senservicemanager/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/tsrc/senservicemanagertester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/tsrc/bc/newsoapclasses/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/tsrc/newsoapclasses/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/tsrc/newsoapclassestester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_extensions_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_extensions_api/tsrc/senxml/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_extensions_api/tsrc/senxmltester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_fragment_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_fragment_api/tsrc/senfragmenttester/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="uitools" long-name="UI Tools" tech_domain="to" level="specific" levels="compile encode tool">
-    <collection name="gfxtools" long-name="Graphics Tools" level="tool">
-     <component name="gditools" long-name="GDI Tools" origin-model="foundation">
-      <unit bldFile="mw/uitools/gfxtools/gditools/group"/>
-     </component>
-     <component name="color" origin-model="foundation">
-      <unit bldFile="mw/uitools/gfxtools/color/group"/>
-     </component>
-    </collection>
-    <collection name="reszip" long-name="Reszip" level="encode">
-     <component name="reszip_build" origin-model="foundation">
-      <unit bldFile="mw/uitools/reszip/group"/>
-     </component>
-    </collection>
-    <collection name="toollibraries" long-name="Tool Libraries" level="tool">
-     <component name="arabica" origin-model="foundation"/>
-     <component name="xercesc" long-name="Xerces C" origin-model="foundation"/>
-     <component unofficial="yes" name="toollibraries_build" long-name="Tool Libraries Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/uitools/toollibraries/group"/> -->
-     </component>
-    </collection>
-    <collection name="svgtencoder" long-name="SVGT Encoder" level="encode">
-     <component name="svgtenc" long-name="SVGT Enc" origin-model="foundation">
-      <unit bldFile="mw/uitools/svgtencoder/svgtenc/standalone/group"/>
-     </component>
-     <component unofficial="yes" name="svgtencoder_build" long-name="SVGT Encoder Build" origin-model="foundation">
-      <unit bldFile="mw/uitools/svgtencoder/group"/>
-     </component>
-    </collection>
-    <collection name="uitools_info" long-name="UI Tools Info" level="tool">
-     <component unofficial="yes" name="uitools_plat" long-name="UI Tools Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uitools/uitools_plat/group"/>
-     </component>
-     <component unofficial="yes" name="uitools_pub" long-name="UI Tools Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uitools/uitools_pub/group"/>
-     </component>
-     <component unofficial="yes" name="uitools_build" long-name="UI Tools Build" origin-model="foundation">
-      <unit bldFile="mw/uitools/group"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-  <layer name="app" long-name="Applications" levels="services apps">
-   <block name="location" long-name="Location Apps" tech_domain="lo" level="apps" levels="engine ui apps">
-    <collection name="landmarksui" long-name="Landmarks UI" level="ui">
-     <component name="landmarksui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/help/group"/>
-     </component>
-     <component name="landmarksui_engine" long-name="Engine" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/engine/group"/>
-     </component>
-     <component name="uicontrols" long-name="UI Controls" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/uicontrols/group"/>
-     </component>
-     <component name="landmarksui_commonui" long-name="Common UI" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/commonui/group"/>
-     </component>
-     <component name="landmarksui_app" long-name="Application" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/app/group"/>
-     </component>
-     <component name="msgviewer" long-name="Message Viewer" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/msgviewer/group"/>
-     </component>
-     <component unofficial="yes" name="landmarksui_build" long-name="Landmarks UI Build" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/group"/>
-     </component>
-    </collection>
-    <collection name="basiclocationinfodisplay" long-name="Basic Location Info Display" level="ui">
-     <component name="blid" long-name="Blid" origin-model="foundation">
-      <unit bldFile="app/location/basiclocationinfodisplay/blid/group"/>
-     </component>
-    </collection>
-    <collection name="eventsui" long-name="Events UI" level="ui">
-     <component name="eventsui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/help/group"/>
-     </component>
-     <component name="eventsutils" long-name="Events Utils" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventsutils/group"/>
-     </component>
-     <component name="eventsengine" long-name="Events Engine" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventsengine/group"/>
-     </component>
-     <component name="eventshandlerui" long-name="Events Handler UI" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventshandlerui/group"/>
-     </component>
-     <component name="eventseditor" long-name="Events Editor" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventseditor/group"/>
-     </component>
-     <component name="eventsmgmtui" long-name="Events Mgmt UI" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventsmgmtui/group"/>
-     </component>
-     <component unofficial="yes" name="eventsui_build" long-name="Events UI Build" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/group"/>
-     </component>
-    </collection>
-    <collection name="locationlandmarksrefappfors60" long-name="Location Landmarks Reference App for S60" level="apps">
-     <component name="lmrefapp" origin-model="foundation">
-      <unit bldFile="app/location/locationlandmarksrefappfors60/group"/>
-     </component>
-    </collection>
-    <collection name="locationlandmarksuirefapp" long-name="Location Landmarks UI Reference App" level="apps">
-     <component name="lmuirefapp" origin-model="foundation">
-      <unit bldFile="app/location/locationlandmarksuirefapp/group"/>
-     </component>
-    </collection>
-    <collection name="locationsatviewrefapp" long-name="Location Sat View Reference App" level="apps">
-     <component name="satellitereference" origin-model="foundation">
-      <unit bldFile="app/location/locationsatviewrefapp/group"/>
-     </component>
-    </collection>
-    <collection name="simpsyconfigurator" long-name="SIM PSY Configurator" level="engine">
-     <component name="simpsyui" origin-model="foundation">
-      <unit bldFile="app/location/simpsyconfigurator/group"/>
-     </component>
-    </collection>
-    <collection name="mapnavproviderrefapp" long-name="Map Nav Provider Reference App" level="apps">
-     <component unofficial="yes" name="mapnavproviderrefapp_build" long-name="Map Nav Provider Reference App Build" origin-model="foundation">
-      <unit bldFile="app/location/mapnavproviderrefapp/group"/>
-     </component>
-    </collection>
-    <collection name="location_info" long-name="Location Apps Info" level="apps">
-     <component unofficial="yes" name="location_test" long-name="Location Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/location/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="loc_pub" class="api" origin-model="foundation">
-      <unit bldFile="app/location/loc_pub/group"/>
-      <!-- <unit bldFile="app/location/loc_pub/landmarks_ui_addedit_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/location/loc_pub/landmarks_ui_addedit_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/location/loc_pub/landmarks_ui_selector_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/location/loc_pub/landmarks_ui_selector_api/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="mmsharinguis" long-name="Multimedia Sharing UIs" tech_domain="vc" level="services" levels="base plugin">
-    <collection name="mmsharing" long-name="MM Sharing" level="base">
-     <component name="mmshavailability" long-name="Multimedia Sharing Availability" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshavailability/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshavailability/tsrc/ut_availability/group"/> -->
-     </component>
-     <component name="mmshindicator" long-name="Multimedia Sharing Indicator" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshindicator/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshindicator/tsrc/indicatortestapp/group"/> -->
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshindicator/tsrc/ut_indicator/group"/> -->
-     </component>
-     <component name="mmshmanagercli" long-name="Multimedia Sharing Manager Client" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagercli/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagercli/tsrc/ut_managercli/group"/> -->
-     </component>
-     <component name="mmshmanagersrv" long-name="Multimedia Sharing Manager Server" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagersrv/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagersrv/tsrc/ut_managersrv/group"/> -->
-     </component>
-     <component name="mmshengine" long-name="Multimedia Sharing Engine" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshengine/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshengine/tsrc/ut_engine/group"/> -->
-     </component>
-     <component name="mmshui" long-name="Multimedia Sharing UI" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshui/group"/>
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshui/help/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshui/tsrc/ut_ui/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmsharing_build" long-name="MM Sharing Build" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/group"/>
-     </component>
-    </collection>
-    <collection name="mmshplugins" long-name="MM Sharing Plugins" level="plugin">
-     <component name="mmshaoplugin" long-name="Multimedia Sharing Always Online Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshaoplugin/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/group"/> -->
-     </component>
-     <component name="mmshaiwplugin" long-name="Multimedia Sharing AIW Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshaiwplugin/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmshaiwplugin/tsrc/ut_aiwplugin/group"/> -->
-     </component>
-     <component name="mmshsipcrplugin" long-name="Multimedia Sharing SIP Client Resolver Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshsipcrplugin/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmshsipcrplugin/tsrc/ut_sipcrplugin/group"/> -->
-     </component>
-     <component name="mmshsettingsuiplugin" long-name="Multimedia Sharing Settings UI Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshsettingsuiplugin/group"/>
-     </component>
-     <component name="mmshwpadapterplugin" long-name="Multimedia Sharing WP Adapter Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshwpadapterplugin/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmshwpadapterplugin/tsrc/ut_wpadapterplugin/group"/> -->
-     </component>
-     <component name="mmcctranscoder" long-name="MMCC Transcoder" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmcctranscoder/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmcctranscoder/tsrc/stubs/group"/> -->
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmcctranscoder/tsrc/ut_transcoder/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmshplugins_build" long-name="MM Sharing Plugins Build" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/group"/>
-     </component>
-    </collection>
-    <collection name="mmsharinguis_info" long-name="Multimedia Sharing UIs Info" level="plugin">
-     <component unofficial="yes" name="scripts" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/scripts"/> -->
-     </component>
-     <component unofficial="yes" name="mceclientstub" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/mceclientstub/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmsharinguis_build" long-name="Multimedia Sharing UIs Build" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/group"/>
-     </component>
-     <component unofficial="yes" name="musenginestub" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/musenginestub/group"/> -->
-     </component>
-     <component unofficial="yes" name="ututils" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/ututils/group"/> -->
-     </component>
-     <component unofficial="yes" name="cenrepeditor" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/cenrepeditor/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmsharinguis_plat" long-name="Multimedia Sharing UIs Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharinguis_plat/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharinguis_plat/multimedia_sharing_manager_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mustestapp" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/mustestapp/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="phone" long-name="Phone Apps" tech_domain="vc" level="apps" span="2" levels="engine plugin ui apps">
-    <collection name="phoneapp" long-name="Phone App" level="apps">
-     <component name="blacklist" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/blacklist/group"/>
-     </component>
-     <component name="phoneui" long-name="Phone UI" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneui/group"/>
-      <!-- <unit bldFile="app/phone/phoneapp/phoneui/tsrc/public/basic/3dringingtoneinterface_tests/group"/> -->
-      <!-- <unit bldFile="app/phone/phoneapp/phoneui/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="phoneuicontrol" long-name="Phone UI Control" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuicontrol/group"/>
-     </component>
-     <component name="phoneuistates" long-name="Phone UI States" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuistates/group"/>
-     </component>
-     <component name="phoneuiutils" long-name="Phone UI Utils" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuiutils/group"/>
-     </component>
-     <component name="phoneuiview" long-name="Phone UI View" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuiview/group"/>
-     </component>
-     <component name="phoneuivoipextension" long-name="Phone UI VOIP Extension" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuivoipextension/group"/>
-     </component>
-     <component name="silenceactionplugin" long-name="Silence Action Plugin" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/silenceactionplugin/group"/>
-     </component>
-     <component name="phonemediatorcenter" long-name="Phone Mediator Center" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phonemediatorcenter/group"/>
-     </component>
-    </collection>
-    <collection name="phoneengine" long-name="Phone Engine" level="engine">
-     <component name="phonecntfinder" long-name="Phone Contact Finder" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/phonecntfinder/group"/>
-     </component>
-     <component name="audiohandling" long-name="Audio Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/audiohandling/group"/>
-     </component>
-     <component name="callhandling" long-name="Call Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/callhandling/group"/>
-     </component>
-     <component name="contacthandling" long-name="Contact Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/contacthandling/group"/>
-     </component>
-     <component name="loghandling" long-name="Log Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/loghandling/group"/>
-     </component>
-     <component name="engineinfo" long-name="Engine Info" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/engineinfo/group"/>
-     </component>
-     <component name="phonemodel" long-name="Phone Model" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/phonemodel/group"/>
-     </component>
-     <component name="servicehandling" long-name="Service Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/servicehandling/group"/>
-     </component>
-    </collection>
-    <collection name="phonesettings" long-name="Phone Settings" level="ui">
-     <component name="aiwcallimageplugin" long-name="Aiw Call Image Plugin" origin-model="foundation">
-      <unit bldFile="app/phone/phonesettings/aiwcallimageplugin/group"/>
-     </component>
-     <component name="pslncallimageplugin" long-name="Personalization Call Image Plugin" origin-model="foundation">
-      <unit bldFile="app/phone/phonesettings/pslncallimageplugin/group"/>
-     </component>
-    </collection>
-    <collection name="phoneuis" long-name="Phone UIs" level="ui">
-     <component name="dialer" long-name="Dialer" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/dialer/group"/>
-      <!-- <unit bldFile="app/phone/phoneuis/dialer/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="bubblemanager" long-name="Bubble Manager" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/bubblemanager/group"/>
-     </component>
-     <component name="connectutil" long-name="Connect Util" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/connectutil/group"/>
-     </component>
-     <component name="sfiutils" long-name="SFI Utils" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/sfiutils/group"/>
-      <!-- <unit bldFile="app/phone/phoneuis/sfiutils/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="ussd" long-name="USSD" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/ussd/group"/>
-     </component>
-     <component name="vmbx" long-name="Vmbx" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/vmbx/group"/>
-     </component>
-     <component name="telephonydevicemode" long-name="Telephony Device Mode" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/telephonydevicemode/group"/>
-     </component>
-    </collection>
-    <collection name="phoneplugins" long-name="Phone Plugins" level="plugin">
-     <component name="telbranding" long-name="Tel Branding" origin-model="foundation">
-      <unit bldFile="app/phone/phoneplugins/telbranding/group"/>
-     </component>
-    </collection>
-    <collection name="phone_info" long-name="Phone Apps Info" level="apps">
-     <component unofficial="yes" name="phone_build" long-name="Phone Apps Build" origin-model="foundation">
-      <unit bldFile="app/phone/group"/>
-     </component>
-     <component unofficial="yes" name="phone_plat" long-name="Phone Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/phone/phone_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="videotelephony" long-name="Video Telephony Apps" tech_domain="vc" level="apps" levels="engine plugin prot ui">
-    <collection name="packetvideoengine" long-name="Packetvideo Engine" level="engine">
-     <component name="packetvideoenginebinaries" long-name="Packet Video Engine Binaries" origin-model="foundation"/>
-    </collection>
-    <collection name="vtengines" long-name="Video Telephony Engines" level="engine">
-     <component name="videoteleng" long-name="Videotel Engine" origin-model="foundation">
-      <!-- <unit bldFile="app/videotelephony/vtengines/videoteleng/callctrl/group"/> -->
-      <unit bldFile="app/videotelephony/vtengines/videoteleng/group"/>
-      <!-- <unit bldFile="app/videotelephony/vtengines/videoteleng/logger/group"/> -->
-     </component>
-     <component name="vtmediatorplugin" long-name="VT Mediator Plugin" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtengines/vtmediatorplugin/group"/>
-     </component>
-     <component unofficial="yes" name="vtengines_build" long-name="Video Telephony Engines Build" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtengines/group"/>
-     </component>
-    </collection>
-    <collection name="vtuis" long-name="Video Telephony UIs" level="ui">
-     <component name="videotelui" long-name="Video Telephony UI" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtuis/videotelui/group"/>
-     </component>
-     <component unofficial="yes" name="vtuis_build" long-name="Video Telephony UIs Build" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtuis/group"/>
-     </component>
-    </collection>
-    <collection name="vtprotocolplugins" long-name="Video Telephony Protocol Plugins" level="plugin">
-     <component name="displaysink" long-name="Display Sink" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtprotocolplugins/displaysink/group"/>
-     </component>
-     <component name="videosource" long-name="Video Source" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtprotocolplugins/videosource/group"/>
-     </component>
-     <component unofficial="yes" name="vtprotocolplugins_build" long-name="Video Telephony Protocol Plugins Build" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtprotocolplugins/group"/>
-     </component>
-    </collection>
-    <collection name="vtprotocols" long-name="Video Telephony Protocols" level="prot">
-     <!-- Empty duplicate component videotelproto.dll=binary removed -->
-    </collection>
-    <collection name="vtprotocolsstub" long-name="Video Telephony Protocols Stub" level="prot">
-     <component name="videotelproto" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtprotocolsstub/group"/>
-     </component>
-    </collection>
-    <collection name="videotelephony_info" long-name="Video Telephony Apps Info" level="ui">
-     <component unofficial="yes" name="videotelephony_plat" long-name="Video Telephony Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/videotelephony/videotelephony_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="poc" long-name="PoC" tech_domain="vc" level="apps" levels="engine ui">
-    <collection name="pocengine" long-name="PoC Engine" level="engine">
-     <component name="sipclientresolver" long-name="SIP Client Resolver" origin-model="foundation">
-      <!-- <unit bldFile="app/poc/pocengine/sipclientresolver/group"/> -->
-     </component>
-     <component unofficial="yes" name="pocengine_build" long-name="PoC Engine Build" origin-model="foundation">
-      <unit bldFile="app/poc/pocengine/group"/>
-     </component>
-     <component unofficial="yes" name="pocengine_test" long-name="PoC Engine Test" origin-model="foundation">
-      <!-- <unit bldFile="app/poc/pocengine/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="pocui" long-name="PoC Ui" level="ui">
-     <component name="pocuiintgr" long-name="PoC UI Intgr" origin-model="foundation">
-      <unit bldFile="app/poc/pocui/pocuiintgr/group"/>
-      <!-- <unit bldFile="app/poc/pocui/pocuiintgr/pocuiaiwplugin/group"/> -->
-      <!-- <unit bldFile="app/poc/pocui/pocuiintgr/pocuiecomplugin/group"/> -->
-      <!-- <unit bldFile="app/poc/pocui/pocuiintgr/pocuiintegrationservices/group"/> -->
-     </component>
-     <component name="pocui_app" long-name="Application" origin-model="foundation">
-      <unit bldFile="app/poc/pocui/app/group"/>
-     </component>
-     <component unofficial="yes" name="pocui_build" long-name="PoC Ui Build" origin-model="foundation">
-      <unit bldFile="app/poc/pocui/group"/>
-     </component>
-    </collection>
-    <collection name="poc_info" long-name="PoC Info" level="ui">
-     <component unofficial="yes" name="poc_build" long-name="PoC Build" origin-model="foundation">
-      <unit bldFile="app/poc/group"/>
-     </component>
-     <component unofficial="yes" name="poc_plat" long-name="PoC Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/poc/poc_plat/group"/>
-     </component>
-     <component unofficial="yes" name="poc_help" long-name="PoC Help" origin-model="foundation">
-      <unit bldFile="app/poc/help/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="iptelephony" long-name="IP Telephony" tech_domain="vc" level="apps" levels="plugin eng ui">
-    <!-- Collection renamed to avoid duplicates -->
-    <collection name="iptelcommsconfig" long-name="IP Telephony Comms Config" level="ui">
-     <component name="cscgsplugin" long-name="CSCGS Plugin" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscgsplugin/group"/>
-     </component>
-     <component name="cscsipvoipcleanupplugin" long-name="CSC SIP VOIP Cleanup Plugin" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscsipvoipcleanupplugin/group"/>
-     </component>
-     <component name="cscengine" long-name="CSC Engine" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscengine/group"/>
-     </component>
-     <component name="cscsettingsui" long-name="CSC Settings UI" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscsettingsui/group"/>
-     </component>
-     <component name="cscapplicationui" long-name="CSC Application UI" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscapplicationui/group"/>
-     </component>
-     <component unofficial="yes" name="commsconfig_build" long-name="Comms Config Build" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/group"/>
-     </component>
-    </collection>
-    <collection name="convergedconnectionhandler" long-name="Converged Connection Handler" level="ui">
-     <component name="cchserver" long-name="CCH Server" origin-model="foundation">
-      <unit bldFile="app/iptelephony/convergedconnectionhandler/cchserver/group"/>
-     </component>
-     <component name="cchclient" long-name="CCH Client" origin-model="foundation">
-      <unit bldFile="app/iptelephony/convergedconnectionhandler/cchclient/group"/>
-     </component>
-     <component name="cchclientapi" long-name="CCH Clientapi" origin-model="foundation">
-      <unit bldFile="app/iptelephony/convergedconnectionhandler/cchclientapi/group"/>
-     </component>
-     <component unofficial="yes" name="convergedconnectionhandler_build" long-name="Converged Connection Handler Build" origin-model="foundation">
-      <unit bldFile="app/iptelephony/convergedconnectionhandler/group"/>
-     </component>
-    </collection>
-    <collection name="richcallsettingsengine" long-name="Rich Call Settings Engine" level="eng">
-     <component name="rcse2" long-name="Rcse2" origin-model="foundation">
-      <unit bldFile="app/iptelephony/richcallsettingsengine/rcse2/group"/>
-     </component>
-    </collection>
-    <collection name="sipvoipprovider" long-name="SIP VoIP Provider" level="eng">
-     <component name="svp" origin-model="foundation">
-      <unit bldFile="app/iptelephony/sipvoipprovider/group"/>
-     </component>
-    </collection>
-    <collection name="voipplugins" long-name="VoIP Plugins" level="plugin">
-     <component name="sipmxresolver" long-name="SIP MX Resolver" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/sipmxresolver/group"/>
-     </component>
-     <component name="sipconnectionprovider" long-name="SIP Connection Provider" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/group"/>
-      <unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/ipvoicemailengine/group"/>
-     </component>
-     <component name="ipapputils" long-name="IP App Utils" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/ipapputils/group"/>
-     </component>
-     <component name="voipadapters" long-name="VOIP Adapters" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/voipadapters/group"/>
-     </component>
-     <component name="accountcreationplugin" long-name="Account Creation Plugin" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/accountcreationplugin/group"/>
-     </component>
-     <component name="dhcppositionprovider" long-name="DHCP Position Provider" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/dhcppositionprovider/group"/>
-     </component>
-     <component name="svtmatching" long-name="SVT Matching" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/svtmatching/group"/>
-     </component>
-     <component name="svtlogging" long-name="SVT Logging" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/svtlogging/group"/>
-     </component>
-     <component name="svtcallmenu" long-name="SVT Call Menu" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/svtcallmenu/group"/>
-     </component>
-    </collection>
-    <collection name="callcontinuity" long-name="Call Continuity" level="eng">
-     <component name="vccutils" long-name="VCC Utils" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vccutils/group"/>
-     </component>
-     <component name="nsmldmvccadapter" long-name="NSML DM VCC Adapter" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/nsmldmvccadapter/group"/>
-     </component>
-     <component name="vccclientprovisioningadapter" long-name="VCC Client Provisioning Adapter" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vccclientprovisioningadapter/group"/>
-     </component>
-     <component name="vccpropertyhandler" long-name="VCC Property Handler" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vccpropertyhandler/group"/>
-     </component>
-     <component name="vcchotrigger" long-name="VCC Hotrigger" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vcchotrigger/group"/>
-     </component>
-     <component name="vcc" long-name="VCC" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vcc/group"/>
-     </component>
-     <component name="settingsreader" long-name="Settings Reader" origin-model="foundation">
-      <!-- <unit bldFile="app/iptelephony/callcontinuity/settingsreader/group"/> -->
-     </component>
-     <component unofficial="yes" name="callcontinuity_build" long-name="Call Continuity Build" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/group"/>
-     </component>
-    </collection>
-    <collection name="iptelephony_info" long-name="IP Telephony Info" level="ui">
-     <component unofficial="yes" name="iptel_plat" class="api" origin-model="foundation">
-      <unit bldFile="app/iptelephony/iptel_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="settingsuis" long-name="Settings UIs" tech_domain="dm" level="services" levels="empty rsc ui">
-    <collection name="defaultapplicationsettings" long-name="Default Application Settings" level="rsc">
-     <component name="services_db" long-name="Services Db" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/services_db/group"/>
-     </component>
-     <component name="defaultapplicationsettings_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/server/group"/>
-     </component>
-     <component name="service" long-name="Service" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/service/group"/>
-     </component>
-     <component name="dasgsplugin" long-name="GS Plugin" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/gsplugin/group"/>
-     </component>
-     <component unofficial="yes" name="defaultapplicationsettings_build" long-name="Default Application Settings Build" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/group"/>
-     </component>
-    </collection>
-    <collection name="systemswuis" long-name="System SW UIs" level="ui">
-     <component name="touchscreencalib" long-name="Touchscreen Calib" origin-model="foundation">
-      <unit bldFile="app/settingsuis/systemswuis/touchscreencalib/group"/>
-     </component>
-    </collection>
-    <collection name="settingsuis_info" long-name="Settings UIs Info" level="ui">
-     <component unofficial="yes" name="devmngt_pub" class="api" origin-model="foundation">
-      <unit bldFile="app/settingsuis/devmngt_pub/group"/>
-     </component>
-     <component unofficial="yes" name="settingsuis_build" long-name="Settings UIs Build" origin-model="foundation">
-      <unit bldFile="app/settingsuis/group"/>
-     </component>
-     <component unofficial="yes" name="settingsuis_test" long-name="Settings UIs Test" origin-model="foundation">
-      <!-- <unit bldFile="app/settingsuis/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="devmngt_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/settingsuis/devmngt_plat/default_app_client_api/tsrc/dasclientapitest/group"/> -->
-      <unit bldFile="app/settingsuis/devmngt_plat/group"/>
-      <!-- <unit bldFile="app/settingsuis/devmngt_plat/services_db_api/tsrc/servicesdbapitest/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="contentcontrol" long-name="Content Control Daemons" tech_domain="dm" level="services" levels="1 2">
-    <collection name="applicationmanagement" long-name="Application Management" level="1">
-     <component name="options" long-name="Options" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/options/group"/>
-     </component>
-     <component unofficial="yes" name="applicationmanagement_build" origin-model="foundation" long-name="AM Build" filter="s60">
-      <unit bldFile="app/devicecontrol/applicationmanagement/group"/>
-     </component>
-     <component name="applicationmanagement_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/client/group"/>
-     </component>
-     <component name="applicationmanagement_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/server/group"/>
-     </component>
-     <component name="rfsplugin" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/rfsplugin/group"/>
-     </component>
-     <component name="amadapter2" long-name="AM Adapter2" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/amadapter2/group"/>
-     </component>
-    </collection>
-    <collection name="customization" long-name="Customization" level="2">
-     <component unofficial="yes" name="customization_build" origin-model="foundation" long-name="DM Customization Build" filter="s60">
-      <unit bldFile="app/devicecontrol/customization/group"/>
-     </component>
-     <component name="dmutils" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/dmutils/bld"/>
-     </component>
-     <component name="uisettingssrv" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/uisettingssrv/bld"/>
-     </component>
-     <component name="isadapter" long-name="IS Adapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/isadapter/bld"/>
-     </component>
-     <component name="supadapter" long-name="SUPAdapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/supadapter/bld"/>
-     </component>
-     <component name="wallpaperadapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/wallpaperadapter/bld"/>
-     </component>
-     <component name="operatorlogoadapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/operatorlogoadapter/bld"/>
-     </component>
-     <component name="screensaveradapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/screensaveradapter/bld"/>
-     </component>
-     <component name="themesadapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/themesadapter/bld"/>
-     </component>
-     <component name="embeddedlinkadapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/embeddedlinkadapter/bld"/>
-     </component>
-    </collection>
-    <collection name="omads" long-name="OMA DS" level="1">
-     <component name="omadsappui" long-name="OMA DS App UI" origin-model="foundation">
-      <unit bldFile="app/contentcontrol/omads/omadsappui/group"/>
-     </component>
-     <component name="omadsextensions" long-name="OMA DS Extensions" origin-model="foundation">
-      <!-- <unit bldFile="app/contentcontrol/omads/omadsextensions/dsutils/emailxmlutils/bld"/> -->
-      <unit bldFile="app/contentcontrol/omads/omadsextensions/group"/>
-     </component>
-    </collection>
-    <collection name="contentcontrol_info" long-name="Content Control Daemons Info" level="2">
-     <component unofficial="yes" name="contentctrl_plat" class="api" origin-model="foundation">
-      <unit bldFile="app/contentcontrol/contentctrl_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="devicecontrol" long-name="Device Control Daemons" tech_domain="dm" level="services" levels="oma mid app">
-    <collection name="devicediagnostics" long-name="Device Diagnostics" level="app">
-     <component name="devdiagapp" long-name="Dev Diag App" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/devdiagapp/group"/>
-     </component>
-     <component name="devdiaggsplugin" long-name="Dev Diag GS Plugin" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/devdiaggsplugin/group"/>
-     </component>
-     <component name="diagplugins" long-name="Diag Plugins" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/group"/>
-     </component>
-     <component name="diagsuites" long-name="Diag Suites" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/group"/>
-     </component>
-     <component unofficial="yes" name="devicediagnostics_build" long-name="Device Diagnostics Build" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/group"/>
-     </component>
-    </collection>
-    <collection name="omadm" long-name="OMA Device Management" level="oma">
-     <component name="omadmappui" long-name="OMA DM App UI" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/omadm/omadmappui/group"/>
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmappui/tsrc/group"/> -->
-     </component>
-     <component name="omadmextensions" long-name="OMA DM Extensions" origin-model="foundation">
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/email/tsrc/group"/> -->
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/mms/tsrc/group"/> -->
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/syncmldm/tsrc/group"/> -->
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/syncmldm12/tsrc/group"/> -->
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/syncmlds/tsrc/group"/> -->
-      <unit bldFile="app/devicecontrol/omadm/omadmextensions/group"/>
-     </component>
-    </collection>
-    <collection name="pnpmobileservices" long-name="PnP Mobile Services" level="mid">
-     <component name="pnpms" long-name="PnP MS" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/pnpmobileservices/pnpms/group"/>
-      <!-- <unit bldFile="app/devicecontrol/pnpmobileservices/pnpms/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="omacp" long-name="OMA Content Provisioning" level="oma">
-     <component name="omacpadapters" long-name="OMA CP Adapters" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/omacp/omacpadapters/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="conntools" long-name="Conn Tools" tech_domain="dc" level="services" levels="1 2">
-    <collection name="nettools" long-name="Net Tools" level="2">
-     <component name="conntest" long-name="Connection Test" origin-model="foundation">
-      <unit bldFile="app/conntools/nettools/conntest/group"/>
-     </component>
-    </collection>
-    <collection name="emulatorlan" long-name="Emulator Lan" level="1">
-     <component name="emulatorlan_build" long-name="Emulator LAN Component" origin-model="foundation">
-      <unit bldFile="app/conntools/emulatorlan/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="printing" long-name="Printing" tech_domain="de" level="services" levels="app">
-    <collection name="imageprint" long-name="ImagePrint" level="app">
-     <component name="clog" origin-model="foundation">
-      <unit bldFile="app/printing/imageprint/clog/group"/>
-     </component>
-     <component name="imageprintengine" origin-model="foundation">
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/btprotocol/group"/> -->
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/dpof/group"/> -->
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/pictbridge2/group"/> -->
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/upnpprotocolfw2/group"/> -->
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/xhtmlfilecomposer/group"/> -->
-      <unit bldFile="app/printing/imageprint/imageprintengine/group"/>
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/imageprintserver/group"/> -->
-     </component>
-     <component name="imageprintui" origin-model="foundation">
-      <unit bldFile="app/printing/imageprint/imageprintui/group"/>
-     </component>
-     <component unofficial="yes" name="imageprint_build" origin-model="foundation">
-      <unit bldFile="app/printing/imageprint/group"/>
-     </component>
-    </collection>
-    <collection name="printing_info" long-name="Printing Info" level="app">
-     <component unofficial="yes" name="printing_build" long-name="Printing Build" origin-model="foundation">
-      <unit bldFile="app/printing/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="files" long-name="File Manager Apps" tech_domain="pr" level="apps" levels="support apps">
-    <collection name="filemanager" long-name="File Manager" level="apps">
-     <component name="filemanager_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/files/filemanager/help/group"/>
-     </component>
-     <component name="filemanager_build" origin-model="foundation">
-      <unit bldFile="app/files/filemanager/group"/>
-     </component>
-    </collection>
-    <collection name="filesystemuis" long-name="File System UIs" level="support">
-     <component name="memscaneng" long-name="Mem Scan Eng" origin-model="foundation">
-      <unit bldFile="app/files/filesystemuis/memscaneng/group"/>
-     </component>
-     <component name="memstatepopup" long-name="Mem State Popup" origin-model="foundation">
-      <unit bldFile="app/files/filesystemuis/memstatepopup/group"/>
-     </component>
-    </collection>
-    <collection name="files_info" long-name="File Manager Apps Info" level="apps">
-     <component unofficial="yes" name="files_plat" long-name="File Manager Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/files/files_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="contacts" long-name="Contacts Apps" tech_domain="pr" level="apps" span="2" levels="engine support services ui">
-    <collection name="contactextensions" long-name="Contact Extensions" level="services">
-     <component name="predefinedcontacts" long-name="Predefined Contacts" origin-model="foundation">
-      <unit bldFile="app/contacts/contactextensions/predefinedcontacts/group"/>
-     </component>
-    </collection>
-    <collection name="logsui" long-name="Logs UI" level="ui">
-     <component name="logsui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/contacts/logsui/help/group"/>
-     </component>
-     <component name="logsserviceextension" long-name="Logs Service Extension" origin-model="foundation">
-      <unit bldFile="app/contacts/logsui/logsserviceextension/group"/>
-     </component>
-     <component unofficial="yes" name="logsui_build" long-name="Logs UI Build" origin-model="foundation">
-      <unit bldFile="app/contacts/logsui/group"/>
-     </component>
-    </collection>
-    <collection name="phonebookui" long-name="Phonebook UI" level="ui">
-     <component name="phonebook" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookui/phonebook/group"/>
-     </component>
-     <component name="speeddial" long-name="Speed Dial" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookui/speeddial/group"/>
-     </component>
-     <component name="phonebook2" long-name="Phone Book 2" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/phonebookui/phonebook2/ccapplication/ccacommlauncherplugin/tsrc/ut_commlaunchercontacthandler/group"/> -->
-      <!-- <unit bldFile="app/contacts/phonebookui/phonebook2/ccapplication/ccapp/tsrc/ut_cmscontactfetcher/group"/> -->
-      <unit bldFile="app/contacts/phonebookui/phonebook2/group"/>
-      <!-- <unit bldFile="app/contacts/phonebookui/phonebook2/tsrc/utilities/changepbk2cenrepkeyvaluestool/group"/> -->
-      <!-- <unit bldFile="app/contacts/phonebookui/phonebook2/tsrc/ut_addfavoritiesvisibility/group"/> -->
-     </component>
-    </collection>
-    <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
-     <component name="cntfindplugin" long-name="Cnt Find Plugin" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookengines/cntfindplugin/group"/>
-     </component>
-     <component name="cntsortplugin" long-name="Cnt Sort Plugin" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookengines/cntsortplugin/group"/>
-     </component>
-     <component name="virtualphonebook" long-name="Virtual Phonebook" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookengines/virtualphonebook/group"/>
-      <!-- <unit bldFile="app/contacts/phonebookengines/virtualphonebook/tsrc/mt_vpbkeng_selectorfactory/group"/> -->
-      <!-- <unit bldFile="app/contacts/phonebookengines/virtualphonebook/tsrc/mt_vpbkeng_strcntanalyzer/group"/> -->
-     </component>
-    <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/contacts/phonebookengines/contactsmodel/group" mrp="app/contacts/phonebookengines/contactsmodel/group/app-engines_cntmodel.mrp" version="1"/>
-     </component>
-    </collection>
-	<!-- Collection manually added due to faulty merge XSLT -->
-	<collection name="pimprotocols" long-name="PIM Protocols" level="services">
-	 <component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
-	  <unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
-	 </component>
-	 <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
-	  <unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
-	 </component>
-	</collection>
-    <collection name="ccservices" long-name="CC Services" level="services">
-     <component name="cmsservices" long-name="CMS Services" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/client/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/server/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/tsrc/contactcreator/client/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/tsrc/contactcreator/server/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/tsrc/contactcreator2/client/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/tsrc/contactcreator2/server/group"/> -->
-      <unit bldFile="app/contacts/ccservices/cmsservices/group"/>
-     </component>
-    </collection>
-    <collection name="presencecache" long-name="Presence Cache" level="support">
-     <component name="presencecacheutils" long-name="Presence Cache Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/presencecache/presencecacheutils/group"/> -->
-     </component>
-     <component name="presencecacheserver2" long-name="Presence Cache Server2" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/presencecache/presencecacheserver2/group"/> -->
-     </component>
-     <component name="presencecacheclient2" long-name="Presence Cache Client2" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/presencecache/presencecacheclient2/group"/> -->
-     </component>
-     <component unofficial="yes" name="presencecache_build" long-name="Presence Cache Build" origin-model="foundation">
-      <unit bldFile="app/contacts/presencecache/group"/>
-     </component>
-    </collection>
-    <collection name="predictivesearch" long-name="Predictive Search" level="support">
-     <component name="pcsutils" long-name="PCS Utils" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/pcsutils/group"/>
-     </component>
-     <component name="pcsserverclientapi" long-name="PCS Server Client API" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/pcsserverclientapi/group"/>
-     </component>
-     <component name="pcsserver" long-name="PCS Server" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/pcsserver/group"/>
-     </component>
-     <component name="adapters" long-name="Adapters" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/adapters/contacts/group"/>
-     </component>
-     <component name="pcsalgorithm" long-name="PCS Algorithm" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/pcsalgorithm/group"/>
-     </component>
-     <component unofficial="yes" name="predictivesearch_build" long-name="Predictive Search Build" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/group"/>
-     </component>
-    </collection>
-    <collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
-     <component unofficial="yes" name="contacts_plat" long-name="Contacts Apps Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/contacts_plat/cca_launch_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/cca_view_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/contactpresence_api/tsrc/group"/> -->
-      <unit bldFile="app/contacts/contacts_plat/group"/>
-      <!-- <unit bldFile="app/contacts/contacts_plat/predictivesearch_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/presence_cache_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/speed_dial_dialogs_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_policy_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_sim_services_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_store_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_vcard_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_view_definition_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="contacts_pub" long-name="Contacts Apps Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/contacts/contacts_pub/group"/>
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_data_addedit_ui_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_data_management_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_fetch_ui_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_ui_utilities_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_vcard_importexport_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/speed_dial_utility_control_api/tsrc/bc/group"/> -->
-     </component>
-    <component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="organizer" long-name="Organizer Application Suite" tech_domain="pr" level="apps" span="2" levels="support services engine ui">
-    <collection name="alarmui" long-name="Alarm UI" level="ui">
-     <component unofficial="yes" name="alarmui_build" long-name="Alarm UI Build" origin-model="foundation">
-      <unit bldFile="app/organizer/alarmui/group"/>
-     </component>
-    </collection>
-    <collection name="calendarui" long-name="Calendar UI" level="ui">
-     <component name="calendarui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/help/group"/>
-     </component>
-     <component name="commonutils" long-name="Common Utils" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/commonutils/group"/>
-     </component>
-     <component name="globaldata" long-name="Global Data" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/globaldata/group"/>
-     </component>
-     <component name="settings" long-name="Settings" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/settings/gsplugin/group"/>
-      <unit bldFile="app/organizer/calendarui/settings/settingsui/group"/>
-     </component>
-     <component name="customisation" long-name="Customisation" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/customisation/group"/>
-     </component>
-     <component name="customisationmanager" long-name="Customisation Manager" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/customisationmanager/group"/>
-     </component>
-     <component name="views" long-name="Views" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/views/group"/>
-     </component>
-     <component name="calendarui_controller" long-name="Controller" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/controller/group"/>
-     </component>
-     <component name="editors" long-name=" Editors" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/editors/group"/>
-     </component>
-     <component name="application" long-name="Application" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/application/group"/>
-     </component>
-     <component name="missedalarmindicatorplugin" long-name="Missed Alarm Indicator Plugin" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/missedalarmindicatorplugin/group"/>
-     </component>
-     <component name="calendarui_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/server/calensvr/group"/>
-      <unit bldFile="app/organizer/calendarui/server/calensvrclient/group"/>
-     </component>
-     <component name="regionalplugins" long-name="Regional Plugins" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/regionalplugins/calenregionalutil/group"/>
-      <unit bldFile="app/organizer/calendarui/regionalplugins/lunarchinese/group"/>
-      <unit bldFile="app/organizer/calendarui/regionalplugins/lunarvietnamese/group"/>
-      <unit bldFile="app/organizer/calendarui/regionalplugins/thai/group"/>
-     </component>
-     <!-- Empty duplicate component inc removed -->
-     <component unofficial="yes" name="calendarui_build" long-name="Calendar UI Build" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/group"/>
-     </component>
-    </collection>
-    <collection name="clock2" long-name="Clock2" level="ui">
-     <component name="clockengines" long-name="Clock Engines" origin-model="foundation">
-      <unit bldFile="app/organizer/clock2/clockengines/group"/>
-     </component>
-     <component name="clockui" long-name="Clock UI" origin-model="foundation">
-      <unit bldFile="app/organizer/clock2/clockui/group"/>
-      <!-- <unit bldFile="app/organizer/clock2/clockui/plugins/datetimeviewplugin/group"/> -->
-     </component>
-     <component name="clock2_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/organizer/clock2/help/group"/>
-     </component>
-     <component unofficial="yes" name="clock2_build" long-name="Clock2 Build" origin-model="foundation">
-      <unit bldFile="app/organizer/clock2/group"/>
-     </component>
-    </collection>
-    <collection name="meetingui" long-name="Meeting UI" level="ui">
-     <component name="attendeeview" long-name="Attendee View" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingui/attendeeview/group"/>
-     </component>
-     <component name="agnentryui" long-name="Agn Entry UI" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingui/agnentryui/group"/>
-     </component>
-     <component name="meetingrequestutils" long-name="Meeting Request Utils" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingui/meetingrequestutils/group"/>
-     </component>
-     <component name="meetingrequestviewers" long-name="Meeting Request Viewers" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingui/meetingrequestviewers/group"/>
-     </component>
-     <component unofficial="yes" name="meetingui_build" long-name="Meeting UI Build" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingui/group"/>
-     </component>
-    </collection>
-    <collection name="notepad" long-name="Notepad" level="ui">
-     <component name="notepad_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/organizer/notepad/help/group"/>
-     </component>
-     <component name="notepad1" long-name="Notepad1" origin-model="foundation">
-      <unit bldFile="app/organizer/notepad/notepad1/group"/>
-      <!-- <unit bldFile="app/organizer/notepad/notepad1/syncmladapter/group"/> -->
-     </component>
-     <component name="txtrecog" long-name="Txt Recog" origin-model="foundation">
-      <unit bldFile="app/organizer/notepad/txtrecog/group"/>
-     </component>
-     <component unofficial="yes" name="notepad_build" long-name="Notepad Build" origin-model="foundation">
-      <unit bldFile="app/organizer/notepad/group"/>
-     </component>
-    </collection>
-    <collection name="searchui" long-name="Search UI" level="ui">
-     <component name="searchui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/organizer/searchui/help/group"/>
-     </component>
-     <component name="searchapp" long-name="Search App" origin-model="foundation">
-      <unit bldFile="app/organizer/searchui/searchapp/group"/>
-      <!-- <unit bldFile="app/organizer/searchui/searchapp/plugins/searchsettingsplugin/group"/> -->
-      <!-- <unit bldFile="app/organizer/searchui/searchapp/plugins/srchuisettingsplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="searchui_build" long-name="Search UI Build" origin-model="foundation">
-      <unit bldFile="app/organizer/searchui/group"/>
-     </component>
-    </collection>
-    <collection name="calendarengines" long-name="Calendar Engines" level="engine">
-     <component name="versit2" long-name="Versit 2" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/versit2/group"/>
-     </component>
-     <component name="agnversit2" long-name="Agenda Versit2" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/agnversit2/group"/>
-     </component>
-     <component name="caleninterimutils" long-name="Calen Interim Utils" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/caleninterimutils/group"/>
-     </component>
-     <component name="calenimp" long-name="Calen Imp" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/calenimp/group"/>
-     </component>
-     <component name="calenlauncher" long-name="Calen Launcher" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/calenlauncher/group"/>
-     </component>
-     <component unofficial="yes" name="calendarengines_build" long-name="Calendar Engines Build" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/group"/>
-     </component>
-    </collection>
-    <collection name="meetingrequestengines" long-name="Meeting Request Engines" level="engine">
-     <component name="mrmailbox" long-name="MR Mailbox" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingrequestengines/mrmailbox/group"/>
-     </component>
-     <component name="mrmailboxutils" long-name="MR Mailbox Utils" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingrequestengines/mrmailboxutils/group"/>
-     </component>
-    </collection>
-    <collection name="alarmengines" long-name="Alarm Engines" level="engine">
-     <component name="missedalarmstore" long-name="Missed Alarm Store" origin-model="foundation">
-      <unit bldFile="app/organizer/alarmengines/missedalarmstore/group"/>
-     </component>
-     <component unofficial="yes" name="alarmengines_build" long-name="Alarm Engines Build" origin-model="foundation">
-      <unit bldFile="app/organizer/alarmengines/group"/>
-     </component>
-    </collection>
-    <collection name="searchfw" long-name="Search Framework" level="services">
-     <component name="coresearchfw" long-name="Core Search Framework" origin-model="foundation">
-      <unit bldFile="app/organizer/searchfw/coresearchfw/group"/>
-     </component>
-     <component name="searchfw_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="app/organizer/searchfw/plugins/group"/>
-     </component>
-     <component unofficial="yes" name="searchfw_build" long-name="Search Framework Build" origin-model="foundation">
-      <unit bldFile="app/organizer/searchfw/group"/>
-     </component>
-    </collection>
-    <collection name="pimappservices" long-name="PIM App Services" level="services">
-     <component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
-     </component>
-     <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
-     </component>
-     <component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
-     </component>
-     <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="officeappeng" long-name="Office App Engines" level="engine">
-     <component name="datamodel" long-name="Data Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/datamodel/group" mrp="app/organizer/officeappeng/datamodel/group/app-engines_damodel.mrp"/>
-     </component>
-     <component name="sheeteng" long-name="Sheet Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
-     </component>
-     <component name="charteng" long-name="Chart" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
-     </component>
-     <component name="wordeng" long-name="Word Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
-     </component>
-    </collection>
-    <collection name="pimappsupport" long-name="PIM Application Support" level="support">
-     <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
-     </component>
-     <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
-     </component>
-    </collection>
-    <collection name="organizer_info" long-name="Organizer Application Suite Info" level="ui">
-     <component unofficial="yes" name="organizer_pub" long-name="Organizer Application Suite Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/organizer/organizer_pub/calendar_interim_utils2_api/tsrc/group"/> -->
-      <unit bldFile="app/organizer/organizer_pub/group"/>
-      <!-- <unit bldFile="app/organizer/organizer_pub/notepad_library_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="organizer_build" long-name="Organizer Application Suite Build" origin-model="foundation">
-      <unit bldFile="app/organizer/group"/>
-     </component>
-     <component unofficial="yes" name="organizer_plat" long-name="Organizer Application Suite Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/organizer/organizer_plat/agenda_versit_2_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/organizer/organizer_plat/calendar_exporter_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/organizer/organizer_plat/calendar_importer_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/organizer/organizer_plat/common_alarm_editor_api/tsrc/group"/> -->
-      <unit bldFile="app/organizer/organizer_plat/group"/>
-      <!-- <unit bldFile="app/organizer/organizer_plat/meeting_request_mailbox_utilities_api/tsrc/group"/> -->
-     </component>
-    <component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="messaging" long-name="Messaging Apps" tech_domain="pr" level="apps" span="2" levels="mail eng base ui">
-    <collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
-     <component name="audiomsg" long-name="Audio Message" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/audiomsg/group"/>
-     </component>
-     <component name="msgmedia" long-name="Message Media" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/msgmedia/group"/>
-     </component>
-     <component name="unieditor" long-name="Uni Editor" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/unieditor/group"/>
-     </component>
-     <component name="mmsui" long-name="MMS UI" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/mmsui/group"/>
-     </component>
-     <component name="postcard" long-name="Postcard" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/postcard/group"/>
-     </component>
-     <component name="smilui" long-name="SMIL UI" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/smilui/group"/>
-     </component>
-     <component name="smum" long-name="Smum" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/smum/group"/>
-     </component>
-     <component name="smsui" long-name="SMS UI" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/smsui/group"/>
-      <!-- <unit bldFile="app/messaging/mobilemessaging/smsui/viewer"/> -->
-     </component>
-     <!--Component manually removed as already declared in OS-->
-     <!--<component name="smsmtm">
-       <unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/group"/>
-       -  <unit bldFile="app/messaging/mobilemessaging/smsmtm/test/testrom"/>  -
-     </component>-->
-    <component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmsengine" long-name="MMS Engine" level="eng">
-     <component name="mmsconninit" long-name="MMS Connection Init" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmsconninit/bld"/> -->
-     </component>
-     <component name="genutils" long-name="General Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/genutils/bld"/> -->
-     </component>
-     <component name="mmsserversettings" long-name="MMS Server Aettings" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmsserversettings/bld"/> -->
-     </component>
-     <component name="mmsmessage" long-name="MMS Message" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmsmessage/bld"/> -->
-     </component>
-     <component name="mmshttptransport" long-name="MMS HTTP Transport" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmshttptransport/bld"/> -->
-     </component>
-     <component name="mmscodec" long-name="MMS Codec" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmscodec/bld"/> -->
-     </component>
-     <component name="mmsserver" long-name="MMS Server" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmsserver/bld"/> -->
-     </component>
-     <component name="clientmtm" long-name="Client MTM" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/clientmtm/bld"/> -->
-     </component>
-     <component name="mmswatcher" long-name="MMS Watcher" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmswatcher/bld"/> -->
-     </component>
-     <component name="mmspushhandler" long-name="MMS Push Handler" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmspushhandler/bld"/> -->
-     </component>
-     <component name="applicationadapter" long-name="Application Adapter" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/applicationadapter/bld"/> -->
-     </component>
-     <component name="mmscodecclient" long-name="MMS Codec Client" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmscodecclient/bld"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="mmssettings">
-       <unit bldFile="app/messaging/mmsengine/mmssettings/test/group"/>
-     </component>-->
-     <component unofficial="yes" name="mmsengine_build" long-name="MMS Engine Build" origin-model="foundation">
-      <unit bldFile="app/messaging/mmsengine/group"/>
-     </component>
-    <component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/mmsengine/mmssettings/group" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
-     </component>
-     <component name="mmsconf" long-name="MMS Configuration" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/mmsengine/mmsconf" mrp="app/messaging/mmsengine/mmsconf/messaging_mmssettings-config.mrp"/>
-     </component>
-    </collection>
-    <collection name="messagingappbase" long-name="Messaging App Base" level="base">
-     <component name="msgavkon" long-name="Messaging Avkon" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/msgavkon/group"/>
-     </component>
-     <component name="mce" long-name="MCE" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/mce/group"/>
-     </component>
-     <component name="mceextraitems" long-name="Mce Extra Items" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/mceextraitems/group"/>
-     </component>
-     <component name="mcesettings" long-name="MCE Settings" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/mcesettings/group"/>
-     </component>
-     <component name="msgerrorwatcher" long-name="Msg Error Watcher" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/msgerrorwatcher/group"/>
-     </component>
-     <component name="ncnlist" long-name="NCN List" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/ncnlist/group"/>
-     </component>
-     <component name="schemeplugin" long-name="Scheme Plugin" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/schemeplugin/group"/>
-     </component>
-     <component name="sendui" long-name="Send UI" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/messagingappbase/sendui/drmlinksender/group"/> -->
-      <!-- <unit bldFile="app/messaging/messagingappbase/sendui/genericmtmplugin/group"/> -->
-      <unit bldFile="app/messaging/messagingappbase/sendui/group"/>
-      <!-- <unit bldFile="app/messaging/messagingappbase/sendui/meetingrequestsender/group"/> -->
-     </component>
-     <component name="smilengine" long-name="SMIL Engine" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/smilengine/group"/>
-     </component>
-     <component name="bium" long-name="Bium" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/bium/group"/>
-     </component>
-     <component name="smartmessaging" long-name="Smart Messaging" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/smartmessaging/group"/>
-     </component>
-     <component name="msgeditor" long-name="Messaging Editor" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/msgeditor/group"/>
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="smilparser">
-       <unit bldFile="app/messaging/messagingappbase/smilparser/rom"/>
-       <unit bldFile="app/messaging/messagingappbase/smilparser/smildtd/group"/>
-       <unit bldFile="app/messaging/messagingappbase/smilparser/xmldom/group"/>
-       <unit bldFile="app/messaging/messagingappbase/smilparser/xmlparser/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="obexmtms">
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/btmtm/btclient/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/btmtm/btserver/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/irmtm/irclient/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/irmtm/irserver/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/obexmtm/obexclient/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/obexmtm/obexserver/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/obexmtm/obexutil/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/rom"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/tobexmtm/group"/>
-       -  <unit bldFile="app/messaging/messagingappbase/obexmtms/tobexmtm/obexstub/bluetoothsdpstub/sdp"/>  -
-       -  <unit bldFile="app/messaging/messagingappbase/obexmtms/tobexmtm/obexstub/irobexstub/group"/>  -
-       -  <unit bldFile="app/messaging/messagingappbase/obexmtms/tobexmtm/testutils/msgth/group"/>  -
-     </component>-->
-    <component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
-     </component>
-     <component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
-     </component>
-    </collection>
-    <collection name="email" long-name="Email" level="mail">
-     <component name="alwaysonlineemailplugin" long-name="Always Online Mail Plugin" origin-model="foundation">
-      <unit bldFile="app/messaging/email/alwaysonlineemailplugin/group"/>
-     </component>
-     <component name="emailnotificationhandler" long-name="Email Notification Handler" origin-model="foundation">
-      <unit bldFile="app/messaging/email/emailnotificationhandler/group"/>
-     </component>
-     <component name="imum" long-name="IMUM" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/email/imum/domainapi/group"/> -->
-      <unit bldFile="app/messaging/email/imum/group"/>
-      <!-- <unit bldFile="app/messaging/email/imum/mtms/group"/> -->
-      <!-- <unit bldFile="app/messaging/email/imum/utils/group"/> -->
-     </component>
-     <component name="mail" long-name="Mail" origin-model="foundation">
-      <unit bldFile="app/messaging/email/mail/group"/>
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="pop3andsmtpmtm">
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/autosend/group"/>
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/clientmtms/group"/>
-       -  <unit bldFile="app/messaging/email/pop3andsmtpmtm/clientmtms/test/testrom"/>  -
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/popservermtm/group"/>
-       -  <unit bldFile="app/messaging/email/pop3andsmtpmtm/popservermtm/test/testrom"/>  -
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/servermtmutils/group"/>
-       -  <unit bldFile="app/messaging/email/pop3andsmtpmtm/servermtmutils/test/testrom"/>  -
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/smtpservermtm/group"/>
-       -  <unit bldFile="app/messaging/email/pop3andsmtpmtm/smtpservermtm/test/testrom"/>  -
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="imap4mtm">
-       <unit bldFile="app/messaging/email/imap4mtm/imapmailstore/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapofflinecontrol/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapprotocolcontroller/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapservermtm/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapsession/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapsettings/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapsyncmanager/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imaptransporthandler/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imaputils/group"/>
-     </component>-->
-    <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
-     </component>
-     <component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
-     </component>
-    </collection>
-    <collection name="messaging_info" long-name="Messaging Apps Info" level="ui">
-     <component unofficial="yes" name="messaging_test" long-name="Messaging Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="msg_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/msg_plat/email_domain_utilities_api/tsrc/group"/> -->
-      <unit bldFile="app/messaging/msg_plat/group"/>
-      <unit bldFile="app/messaging/msg_plat/messaging_center_ui_utilities_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/messaging_editor_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/messaging_media_resolver_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/mms_application_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/mms_codec_client_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/mms_conformance_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/mms_server_settings_api/tsrc/group"/>
-      <!-- <unit bldFile="app/messaging/msg_plat/send_ui_meeting_request_api/tsrc/group"/> -->
-      <unit bldFile="app/messaging/msg_plat/smil_engine_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/unified_editor_video_conversion_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="msg_pub" class="api" origin-model="foundation">
-      <unit bldFile="app/messaging/msg_pub/group"/>
-      <!-- <unit bldFile="app/messaging/msg_pub/mms_client_mtm_api/tsrc/bc/group"/> -->
-      <unit bldFile="app/messaging/msg_pub/mms_client_mtm_api/tsrc/group"/>
-      <!-- <unit bldFile="app/messaging/msg_pub/plugin_bio_control_api/tsrc/bc/group"/> -->
-      <unit bldFile="app/messaging/msg_pub/plugin_bio_control_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="messaging_build" long-name="Messaging Apps Build" origin-model="foundation">
-      <unit bldFile="app/messaging/group"/>
-     </component>
-    <component name="messaging_metadata" long-name="Messaging Apps Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/messaging/messaging_info/messaging_metadata/messaging_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="commonemail" long-name="Email Apps" tech_domain="pr" level="apps" levels="service support ui app">
-    <collection name="emailservices" long-name="Email Services" level="service">
-     <component name="emailframework" long-name="Email framework" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/emailframework/group"/>
-     </component>
-     <component name="emailserver" long-name="Email Server" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/emailserver/group"/>
-     </component>
-     <component name="psmruadapter" long-name="PSMRU Adapter" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/psmruadapter/group"/>
-     </component>
-     <component name="emailstore" long-name="Email Store" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/emailstore/group"/>
-     </component>
-     <component name="emaildebug" long-name="Email Debug" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/emaildebug/group"/>
-     </component>
-    </collection>
-    <collection name="ipsservices" long-name="IPS Services" level="service">
-     <component name="ipssossettings" long-name="IPSSOS Settings" origin-model="foundation">
-      <unit bldFile="app/commonemail/ipsservices/ipssossettings/group"/>
-     </component>
-     <component name="ipssosplugin" long-name="IPSSOS Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/ipsservices/ipssosplugin/group"/>
-     </component>
-     <component name="ipssosaoplugin" long-name="IPSSOS AO Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/ipsservices/ipssosaoplugin/group"/>
-     </component>
-     <component unofficial="yes" name="ipsservices_build" long-name="IPS Services Build" origin-model="foundation">
-      <unit bldFile="app/commonemail/ipsservices/group"/>
-     </component>
-    </collection>
-    <collection name="emailcontacts" long-name="Email Contacts" level="support">
-     <component name="contactactionservice" long-name="Contact Action Service" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailcontacts/contactactionservice/group"/>
-     </component>
-     <component name="contactactionmenu" long-name="Contact Action Menu" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailcontacts/contactactionmenu/group"/>
-     </component>
-     <component name="remotecontactlookup" long-name="Remote Contact Lookup" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailcontacts/remotecontactlookup/group"/>
-     </component>
-    </collection>
-    <collection name="meetingrequest" long-name="Meeting Request" level="ui">
-     <component name="mrcommon" long-name="MR Common" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrcommon/group"/>
-     </component>
-     <component name="mrdb" long-name="MR Database" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrdb/group"/>
-     </component>
-     <component name="mrpolicy" long-name="MR Policy" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrpolicy/group"/>
-     </component>
-     <component name="mrservices" long-name="MR Services" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrservices/group"/>
-     </component>
-     <component name="mrgui" long-name="MR GUI" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrgui/group"/>
-     </component>
-     <component name="mrentry" long-name="MR Entry" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrentry/group"/>
-     </component>
-     <component name="mrtasks" long-name="MR Tasks" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrtasks/group"/>
-     </component>
-     <component name="mrutils" long-name="MR Utils" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrutils/group"/>
-     </component>
-     <component name="mrutilscalplugin" long-name="MR Utils Cal Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrutilscalplugin/group"/>
-     </component>
-     <component name="mrviewer" long-name="MR Viewer" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrviewer/group"/>
-     </component>
-     <component name="mrviewercalplugin" long-name="MR Viewer Cal Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrviewercalplugin/group"/>
-     </component>
-     <component name="mricalviewer" long-name="MR iCal Viewer" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mricalviewer/group"/>
-     </component>
-     <component name="mrversit2" long-name="MR Versit2" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrversit2/group"/>
-     </component>
-     <component name="mragnversit2" long-name="MR Agenda Versit2" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mragnversit2/group"/>
-     </component>
-     <component name="mrcasplugin" long-name="MR CAS Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrcasplugin/group"/>
-     </component>
-     <component name="mrurlparserplugin" long-name="MR URLParser Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrurlparserplugin/group"/>
-     </component>
-     <component unofficial="yes" name="meetingrequest_build" long-name="Meeting Request Build" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/group"/>
-     </component>
-    </collection>
-    <collection name="emailuis" long-name="Email UIs" level="app">
-     <component name="emailui" long-name="Email UI" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailuis/emailui/group"/>
-     </component>
-     <component name="gsemailsettings" long-name="GSEmail Settings" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailuis/gsemailsettings/group"/>
-     </component>
-     <component name="uicomponents" long-name="UI Components" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailuis/uicomponents/group"/>
-     </component>
-     <component name="widget" long-name="Widget" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailuis/widget/group"/>
-     </component>
-     <component unofficial="yes" name="emailuis_build" long-name="Email UIs Build" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailuis/group"/>
-     </component>
-    </collection>
-    <collection name="emailhelp" long-name="Email Help" level="support">
-     <component name="emailhelp_build" origin-model="foundation">
-      <!-- <unit bldFile="app/commonemail/emailhelp/group"/> -->
-     </component>
-    </collection>
-    <collection name="legacy" long-name="Legacy Email" level="support">
-     <component name="iad_rofs" long-name="IAD ROFS" origin-model="foundation"/>
-     <component name="ls_pt_hack" long-name="ls pt hack" origin-model="foundation"/>
-     <component name="settingwizard" long-name="Setting Wizard" origin-model="foundation"/>
-     <!-- Empty duplicate component starter removed -->
-    </collection>
-    <collection name="commonemail_help" long-name="Email Help" level="support">
-     <component name="help" origin-model="foundation"/>
-    </collection>
-    <collection name="commonemail_info" long-name="Email Apps Info" level="app">
-     <component unofficial="yes" name="email_plat" class="api" origin-model="foundation">
-      <unit bldFile="app/commonemail/email_plat/group"/>
-     </component>
-     <component unofficial="yes" name="commonemail_build" long-name="Email Apps Build" origin-model="foundation">
-      <unit bldFile="app/commonemail/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="conversations" long-name="Conversation Apps" tech_domain="pr" level="apps" levels="settings utils ui">
-    <collection name="uiservicetabsettings" long-name="UI Service Tab Settings" level="settings">
-     <component name="vimpstsettings" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetabsettings/group"/>
-     </component>
-    </collection>
-    <collection name="imstutils" long-name="IM Service Tab Utils" level="utils">
-     <component name="imstutils_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/help/group"/>
-     </component>
-     <component name="imconnectionprovider" long-name="IM Connection Provider" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/imconnectionprovider/group"/>
-      <!-- <unit bldFile="app/conversations/imstutils/imconnectionprovider/tsrc/imconnectionprovider_test/group"/> -->
-     </component>
-     <component name="xmppadapter" long-name="XMPP Adapter" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/xmppadapter/group"/>
-      <!-- <unit bldFile="app/conversations/imstutils/xmppadapter/tsrc/xmppadapter_test/group"/> -->
-     </component>
-     <component name="imconversationview" long-name="IM Conversation View" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/imconversationview/group"/>
-      <!-- <unit bldFile="app/conversations/imstutils/imconversationview/tsrc/imcvuiengine_test/dummytestadaptation/group"/> -->
-      <!-- <unit bldFile="app/conversations/imstutils/imconversationview/tsrc/imcvuiengine_test/group"/> -->
-     </component>
-     <component unofficial="yes" name="imstutils_build" long-name="IM Service Tab Utils Build" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/group"/>
-     </component>
-    </collection>
-    <collection name="uiservicetab" long-name="UI Service Tab" level="ui">
-     <component name="vimpstutils" long-name="VIMP ST Utilities" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstutils/group"/>
-     </component>
-     <component name="vimpststorage" long-name="VIMP ST Storage" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpststorage/group"/>
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpststorage/tsrc/vimpststorage_ut/cvimpststoragecontactlist_ut/group"/> -->
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpststorage/tsrc/vimpststorage_ut/cvimpststoragecontactsorter_ut/group"/> -->
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpststorage/tsrc/vimpststorage_ut/cvimpststoragecontact_ut/group"/> -->
-     </component>
-     <component name="vimpstengine" long-name="VIMP ST Engine" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstengine/group"/>
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpstengine/tsrc/group"/> -->
-     </component>
-     <component name="vimpstcmdprocess" long-name="VIMP ST Command Process" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstcmdprocess/group"/>
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpstcmdprocess/tsrc/group"/> -->
-     </component>
-     <component name="vimpstui" long-name="VIMP ST UI" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstui/group"/>
-     </component>
-     <component name="vimpstdetailsviewplugin" long-name="VIMP ST Details View Plugin" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstdetailsviewplugin/group"/>
-     </component>
-     <component unofficial="yes" name="uiservicetab_build" long-name="UI Service Tab Build" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/group"/>
-     </component>
-    </collection>
-    <collection name="servicewidget" long-name="Service Widget" level="ui">
-     <component name="servicewidgetactionhandler" long-name="Service Widget Action Handler" origin-model="foundation">
-      <unit bldFile="app/conversations/servicewidget/servicewidgetactionhandler/group"/>
-     </component>
-     <component name="servicewidgetdatapublisher" long-name="Service Widget Data Publisher" origin-model="foundation">
-      <unit bldFile="app/conversations/servicewidget/servicewidgetdatapublisher/group"/>
-     </component>
-     <component name="themes" long-name="Themes" origin-model="foundation">
-      <unit bldFile="app/conversations/servicewidget/themes/install-themes/install/servicewidget/group"/>
-     </component>
-     <component unofficial="yes" name="servicewidget_build" long-name="Service Widget Build" origin-model="foundation">
-      <unit bldFile="app/conversations/servicewidget/group"/>
-     </component>
-    </collection>
-    <collection name="conversations_info" long-name="Conversation Apps Info" level="ui">
-     <component unofficial="yes" name="conversations_plat" long-name="Conversation Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/conversations/conversations_plat/group"/>
-     </component>
-     <component unofficial="yes" name="conversations_build" long-name="Conversation Apps Build" origin-model="foundation">
-      <unit bldFile="app/conversations/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="im" long-name="Instant Messaging Apps" tech_domain="pr" level="apps" levels="support engine apps">
-    <collection name="impsengine" long-name="IMPS Engine" level="engine">
-     <component name="impsengine_utils" long-name="Utilities" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/utils/group"/> -->
-     </component>
-     <component name="datautils" long-name="Data Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/datautils/group"/> -->
-     </component>
-     <component name="impsengine_client" long-name="Client" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/client/group"/> -->
-     </component>
-     <component name="imapi" long-name="IM API" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/imapi/group"/> -->
-     </component>
-     <component name="imlauncher" long-name="IM Launcher" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/imlauncher/group"/> -->
-     </component>
-     <component name="impsdatachannel" long-name="Imps Data Channel" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/impsdatachannel/group"/> -->
-     </component>
-     <component name="impsipcirwatcher" long-name="Imps Ip Cir Watcher" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/impsipcirwatcher/group"/> -->
-     </component>
-     <component name="messageencoder" long-name="Message Encoder" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/messageencoder/wbxml/group"/> -->
-     </component>
-     <component name="engsrv" long-name="Eng Srv" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/engsrv/group"/> -->
-     </component>
-     <component name="impswatcher" long-name="Imps Watcher" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/impswatcher/group"/> -->
-     </component>
-     <component name="wvotaparser" long-name="WV OTA Parser" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/wvotaparser/group"/> -->
-     </component>
-     <component unofficial="yes" name="impsengine_test" long-name="IMPS Engine Test" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/imlauncher_sdk_apis/basic/imlaunchertimerprocess/group"/> -->
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/advance/group"/> -->
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/imlauncher_sdk_apis/basic/imlaunchertest/group"/> -->
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/imlauncher_sdk_apis/basic/group"/> -->
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/imlauncher_sdk_apis/basic/imlaunchertestplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="impsengine_build" long-name="IMPS Engine Build" origin-model="foundation">
-      <unit bldFile="app/im/impsengine/group"/>
-     </component>
-    </collection>
-    <collection name="pecengine" long-name="Presence Engine" level="engine">
-     <component name="coreutilslib2" long-name="Core Utils Lib 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/coreutilslib2/group"/> -->
-     </component>
-     <component name="storagemanager2" long-name="Storage Manager 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/storagemanager2/group"/> -->
-     </component>
-     <component name="pecparser2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/parser2/group"/> -->
-     </component>
-     <component name="attributelibrary2" long-name="Attribute Library 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/attributelibrary2/group"/> -->
-     </component>
-     <component name="listlibrary2" long-name="List Library 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/listlibrary2/group"/> -->
-     </component>
-     <component name="transferadapter2" long-name="Transfer Adapter 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/transferadapter2/group"/> -->
-     </component>
-     <component name="presenceserver2" long-name="Presence Server 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/presenceserver2/group"/> -->
-     </component>
-     <component name="presencemanager2" long-name="Presence Manager 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/presencemanager2/group"/> -->
-     </component>
-     <component name="janitorplugin2" long-name="Janitor Plugin 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/janitorplugin2/group"/> -->
-     </component>
-     <component name="pluginserver2" long-name="Plugin Server 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/pluginserver2/group"/> -->
-     </component>
-     <component unofficial="yes" name="pecengine_build" long-name="Presence Engine Build" origin-model="foundation">
-      <unit bldFile="app/im/pecengine/group"/>
-     </component>
-    </collection>
-    <collection name="presadap12" long-name="Presence Adap 12" level="support">
-     <component name="presparser2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/presadap12/parser2/group"/> -->
-     </component>
-     <component name="impsplugin" long-name="IMPS Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/im/presadap12/impsplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="presadap12_build" long-name="Presence Adap 12 Build" origin-model="foundation">
-      <!-- <unit bldFile="app/im/presadap12/group"/> -->
-     </component>
-    </collection>
-    <collection name="wvsettings20" long-name="WV Settings 20" level="support">
-     <component name="wvsapsettingsstore" origin-model="foundation">
-      <unit bldFile="app/im/wvsettings20/group"/>
-     </component>
-    </collection>
-    <collection name="wvuing" long-name="WV UI NG" level="apps">
-     <component name="imindicatorplugin" long-name="IM Indicator Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/imindicatorplugin/group"/> -->
-     </component>
-     <component name="impsconnectionui" long-name="IMPS Connection UI" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/impsconnectionui/group"/> -->
-     </component>
-     <component name="impsservicesettingsui" long-name="IMPS Service Settings UI" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/impsservicesettingsui/group"/> -->
-     </component>
-     <component name="impsalwaysonlineplugin" long-name="IMPS Always Online Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/impsalwaysonlineplugin/group"/> -->
-     </component>
-     <component name="wvvariant" long-name="Wvvariant" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvvariant/group"/> -->
-     </component>
-     <component name="wvuiada" long-name="Wvuiada" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuiada/group"/> -->
-     </component>
-     <component name="wvuistorage" long-name="WV UI Storage" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuistorage/group"/> -->
-     </component>
-     <component name="wvuipresence" long-name="WV UI Presence" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuipresence/group"/> -->
-     </component>
-     <component name="wvlogger" long-name="Wvlogger" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvlogger/group"/> -->
-     </component>
-     <component name="wvuieng" long-name="Wvuieng" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuieng/group"/> -->
-     </component>
-     <component name="imutils" long-name="Im Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/imutils/group"/> -->
-     </component>
-     <component name="wvuiprocess" long-name="WV UI Process" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuiprocess/group"/> -->
-     </component>
-     <component name="wvcommandutils" long-name="Wv Command Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvcommandutils/group"/> -->
-     </component>
-     <component name="wvaudiomanager" long-name="Wv Audio Manager" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvaudiomanager/group"/> -->
-     </component>
-     <component name="wvuiave" long-name="Wvuiave" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuiave/group"/> -->
-     </component>
-     <component name="wvimlauncher" long-name="IM Launcher" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/imlauncher/group"/> -->
-     </component>
-     <component unofficial="yes" name="wvuing_build" long-name="WV UI NG Build" origin-model="foundation">
-      <unit bldFile="app/im/wvuing/group"/>
-     </component>
-    </collection>
-    <collection name="im_info" long-name="Instant Messaging Apps Info" level="apps">
-     <component unofficial="yes" name="im_plat" long-name="Instant Messaging Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/im/im_plat/group"/>
-      <unit bldFile="app/im/im_plat/wv_sap_settings_api/tsrc"/>
-     </component>
-     <component unofficial="yes" name="im_pub" long-name="Instant Messaging Apps Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/im/im_pub/group"/>
-      <!-- <unit bldFile="app/im/im_pub/im_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/im/im_pub/im_application_launch_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/im/im_pub/im_application_launch_api/tsrc/imlaunchertest/group"/> -->
-      <!-- <unit bldFile="app/im/im_pub/im_application_launch_api/tsrc/imlaunchertestplugin/group"/> -->
-      <!-- <unit bldFile="app/im/im_pub/im_application_launch_api/tsrc/imlaunchertimerprocess/group"/> -->
-     </component>
-     <component unofficial="yes" name="im_help" long-name="Instant Messaging Apps Help" origin-model="foundation">
-      <unit bldFile="app/im/help/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="utils" long-name="Utility Apps" tech_domain="pr" level="apps" levels="app">
-    <collection name="extras" long-name="Extras" level="app">
-     <component name="about" long-name="About" origin-model="foundation">
-      <unit bldFile="app/utils/extras/about/group"/>
-     </component>
-     <component name="calcsoft" long-name="Calcsoft" origin-model="foundation">
-      <unit bldFile="app/utils/extras/calcsoft/group"/>
-     </component>
-     <component name="converter" long-name="Converter" origin-model="foundation">
-      <unit bldFile="app/utils/extras/converter/group"/>
-     </component>
-     <component unofficial="yes" name="extras_build" long-name="Extras Build" origin-model="foundation">
-      <unit bldFile="app/utils/extras/group"/>
-     </component>
-    </collection>
-    <collection name="utils_info" long-name="Utility Apps Info" level="app">
-     <component unofficial="yes" name="utils_build" long-name="Utility Apps Build" origin-model="foundation">
-      <unit bldFile="app/utils/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="dictionary" long-name="Dictionary" tech_domain="pr" level="services" levels="appl">
-    <collection name="userdict" long-name="User Dictionary" level="appl">
-     <component name="userdict_build" long-name="UserDict Client" origin-model="foundation">
-      <unit bldFile="app/dictionary/userdict/group"/>
-     </component>
-    </collection>
-    <collection name="dictionary_info" long-name="Dictionary Info" level="appl">
-     <component unofficial="yes" name="dictionary_plat" long-name="Dictionary Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/dictionary/dictionary_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="camera" long-name="Camera Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <collection name="camerauis" long-name="Camera UIs" level="1">
-     <component name="activepalette" long-name="Active Palette" origin-model="foundation">
-      <unit bldFile="app/camera/camerauis/activepalette/group"/>
-     </component>
-     <component name="cameraapp" long-name="Camera Application" origin-model="foundation">
-      <!-- <unit bldFile="app/camera/camerauis/cameraapp/generic/camerauiconfigmanager/group"/> -->
-      <!-- <unit bldFile="app/camera/camerauis/cameraapp/generic/gscamcorderplugin/group"/> -->
-      <unit bldFile="app/camera/camerauis/cameraapp/group"/>
-      <unit bldFile="app/camera/camerauis/cameraapp/help/group"/>
-     </component>
-    </collection>
-    <collection name="camera_info" long-name="Camera Apps Info" level="1">
-     <component unofficial="yes" name="camera_build" long-name="Camera Apps Build" origin-model="foundation">
-      <unit bldFile="app/camera/group"/>
-     </component>
-     <component unofficial="yes" name="camera_plat" long-name="Camera Apps Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/camera/camera_plat/active_palette_2_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/camera/camera_plat/camcorder_ui_constants_api/tsrc/group"/> -->
-      <unit bldFile="app/camera/camera_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="imgeditor" long-name="Image Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <collection name="imageeditor" long-name="Image Editor" level="ui">
-     <component name="pb" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/pb/group"/>
-     </component>
-     <component name="iepb" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/iepb/group"/>
-     </component>
-     <component name="imageeditorui" long-name="Image Editor UI" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/imageeditorui/group"/>
-     </component>
-     <component name="imageeditormanager" long-name="Image Editor Manager" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/imageeditormanager/group"/>
-     </component>
-     <component name="imageeditorapp" long-name="Image Editor App" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/imageeditorapp/group"/>
-     </component>
-     <component name="imageeditor_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/plugins/blackwhiteplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/brightnessplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/bubbleplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/cartoonizeplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/clipartplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/contrastplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/cropplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/drawplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/frameplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/negativeplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/redeyeplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/resizeplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/rotatelplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/rotaterplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/sepiaplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/sharpnessplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/textplugin/group"/>
-     </component>
-     <component name="editorprovider" long-name="Editor Provider" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/editorprovider/group"/>
-     </component>
-     <component unofficial="yes" name="imageeditor_build" long-name="Image Editor Build" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/group"/>
-     </component>
-    </collection>
-    <collection name="imageeditorengine" long-name="Image Editor Engine" level="engine">
-     <component name="filters" long-name="Filters" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterbrightness/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterbubble/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterbuffer/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtercartoon/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterclipart/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtercontrast/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtercrop/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterdraw/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterframe/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtergrayscale/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtericlsource/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterjpegsource/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterjpegtarget/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filternegate/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterredeye/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterrotate/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterscale/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtersepia/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtersharpness/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtertext/group"/>
-     </component>
-     <component name="imageeditorutils" long-name="Image Editor Utils" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/imageeditorutils/group"/>
-     </component>
-     <component name="systemparameters" long-name="System Parameters" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/systemparameters/group"/>
-     </component>
-     <component name="enginewrapper" long-name="Engine Wrapper" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/enginewrapper/group"/>
-     </component>
-     <component name="jpegrotator" long-name="Jpeg Rotator" origin-model="foundation">
-      <!-- <unit bldFile="app/imgeditor/imageeditorengine/jpegrotator/group"/> -->
-     </component>
-     <component name="jpegscaler" long-name="Jpeg Scaler" origin-model="foundation">
-      <!-- <unit bldFile="app/imgeditor/imageeditorengine/jpegscaler/group"/> -->
-     </component>
-     <component unofficial="yes" name="imageeditorengine_build" long-name="Image Editor Engine Build" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/group"/>
-     </component>
-    </collection>
-    <collection name="imgeditor_info" long-name="Image Editor Apps Info" level="ui">
-     <component unofficial="yes" name="imgeditor_plat" long-name="Image Editor Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imgeditor_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="videoeditor" long-name="Video Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <collection name="videditor" long-name="Video Editor" level="ui">
-     <component name="videoeditorcommon" long-name="Video Editor Common" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/videoeditorcommon/group"/>
-     </component>
-     <component name="videoeditoruicomponents" long-name="Video Editor UI Components" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/videoeditoruicomponents/group"/>
-     </component>
-     <component name="simplevideoeditor" long-name="Simple Video Editor" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/simplevideoeditor/group"/>
-     </component>
-     <component name="simplecutvideo" long-name="Simple Cut Video" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/simplecutvideo/group"/>
-     </component>
-     <component name="videoprovider" long-name="Video Provider" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/videoprovider/group"/>
-     </component>
-     <component name="manualvideoeditor" long-name="Manual Video Editor" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/manualvideoeditor/group"/>
-     </component>
-     <component name="trimformms" long-name="Trim For MMS" origin-model="foundation">
-      <!-- <unit bldFile="app/videoeditor/videditor/trimformms/group"/> -->
-     </component>
-     <component unofficial="yes" name="videditor_build" long-name="Video Editor Build" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/group"/>
-     </component>
-    </collection>
-    <collection name="videoeditorengine" long-name="Video Editor Engine" level="engine">
-     <component name="audioeditorengine" long-name="Audio Editor Engine" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/audioeditorengine/group"/>
-     </component>
-     <component name="avcedit" long-name="Avcedit" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/avcedit/group"/>
-     </component>
-     <component name="h263decoder" long-name="H263 Decoder" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/h263decoder/group"/>
-     </component>
-     <component name="mp3aacmaniplib" long-name="Mp3aac Manip Lib" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/mp3aacmaniplib/group"/>
-     </component>
-     <component name="vedtranscoder" long-name="Ved Transcoder" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/vedtranscoder/group"/>
-     </component>
-     <component name="vedengine" long-name="Ved Engine" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/vedengine/group"/>
-     </component>
-     <component unofficial="yes" name="videoeditorengine_build" long-name="Video Editor Engine Build" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/group"/>
-     </component>
-    </collection>
-    <collection name="videoeditor_info" long-name="Video Editor Apps Info" level="ui">
-     <component unofficial="yes" name="videoeditor_plat" long-name="Video Editor Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditor_plat/group"/>
-     </component>
-     <component unofficial="yes" name="videoeditor_build" long-name="Video Editor Apps Build" origin-model="foundation">
-      <unit bldFile="app/videoeditor/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="gallery" long-name="Gallery Apps" tech_domain="ma" level="apps" levels="app">
-    <collection name="mediagallery" long-name="Media Gallery" level="app">
-     <component name="mediagallery2" long-name="Media Gallery 2" origin-model="foundation">
-      <unit bldFile="app/gallery/mediagallery/mediagallery2/group"/>
-     </component>
-    </collection>
-    <collection name="gallery_info" long-name="Gallery Apps Info" level="app">
-     <component unofficial="yes" name="gallery_plat" long-name="Gallery Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/gallery/gallery_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="videoplayer" long-name="Video Player Apps" tech_domain="ma" level="apps" levels="support apps">
-    <collection name="lwplayer" long-name="LW Player" level="apps">
-     <component name="lwplayer_build" long-name="LW Player" origin-model="foundation">
-      <unit bldFile="app/videoplayer/lwplayer/group"/>
-     </component>
-    </collection>
-    <collection name="mediaplayer" long-name="Media Player" level="apps">
-     <component name="mediaplayer_build" origin-model="foundation">
-      <unit bldFile="app/videoplayer/mediaplayer/group"/>
-     </component>
-    </collection>
-    <collection name="mediasettings" long-name="Media Settings" level="support">
-     <component name="mediasettings_build" origin-model="foundation">
-      <unit bldFile="app/videoplayer/mediasettings/group"/>
-     </component>
-    </collection>
-    <collection name="videoplayer_info" long-name="Video Player Apps Info" level="apps">
-     <component unofficial="yes" name="videoplayer_help" long-name="Video Player Apps Help" origin-model="foundation">
-      <unit bldFile="app/videoplayer/help/group"/>
-     </component>
-     <component unofficial="yes" name="videoplayer_plat" long-name="Video Player Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/videoplayer/videoplayer_plat/group"/>
-      <unit bldFile="app/videoplayer/videoplayer_plat/media_player_engine_api/tsrc/group"/>
-      <unit bldFile="app/videoplayer/videoplayer_plat/media_player_file_details_dialog_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="videoplayer_test" long-name="Video Player Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/videoplayer/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="videoplayer_build" long-name="Video Player Apps Build" origin-model="foundation">
-      <unit bldFile="app/videoplayer/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="photos" long-name="Photos" tech_domain="ma" level="apps" levels="support fw ui app">
-    <collection name="photosgallery" long-name="Photos Gallery" level="app">
-     <component name="photosgallery_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/help/group"/>
-     </component>
-     <component name="logging" long-name="Logging" origin-model="foundation">
-      <!-- <unit bldFile="app/photos/photosgallery/logging/app/group"/> -->
-      <unit bldFile="app/photos/photosgallery/logging/group"/>
-     </component>
-     <component name="photosgallery_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/common/group"/>
-     </component>
-     <component name="photosgallery_commonui" long-name="Common UI" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/commonui/group"/>
-     </component>
-     <component name="photoscollectionfw" long-name="Collection Framework" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/collectionframework/group"/>
-      <!-- <unit bldFile="app/photos/photosgallery/collectionframework/plugins/glxcollectionpluginalbums/group"/> -->
-     </component>
-     <component name="photosviewfw" long-name="View Framework" origin-model="foundation">
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerbase/tsrc/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/tsrc/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/tsrc/t_glxupnprenderer/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/t_cglxaiwservicehandler/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/t_glxcommandhandlerback/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/tsrc/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/tsrc/ut_commandhandlerdrm/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/tsrc/ut_commandhandlermoreinfo/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/tsrc/ut__commandhandlermarking/group"/> -->
-      <unit bldFile="app/photos/photosgallery/viewframework/group"/>
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/plugins/metadataviewplugin/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/views/listview/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/views/metadataview/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/views/viewbase/group"/> -->
-     </component>
-     <component name="controllers" long-name="Controllers" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/controllers/group"/>
-     </component>
-     <component name="photogallery" long-name="Gallery" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/gallery/group"/>
-     </component>
-     <component name="slideshow" long-name="Slideshow" origin-model="foundation">
-      <!-- <unit bldFile="app/photos/photosgallery/slideshow/engine/tsrc/group"/> -->
-      <unit bldFile="app/photos/photosgallery/slideshow/group"/>
-     </component>
-     <component name="contentharvesterplugin" long-name="Content Harvester Plugin" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/contentharvesterplugin/group"/>
-     </component>
-     <component name="photossuite" long-name="Photos Suite" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/photossuite/group"/>
-     </component>
-     <!--Component manually removed as empty and name conflicts with another component-->
-     <!--<component name="memoryplugin" long-name="Memory Plugin">
-       <unit bldFile="app/photos/photosgallery/memoryplugin/group"/>
-     </component>-->
-     <component unofficial="yes" name="photosicons" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/icons"/>
-     </component>
-     <component unofficial="yes" name="photosgallery_build" long-name="Photos Gallery Build" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/group"/>
-     </component>
-    </collection>
-    <collection name="photos_info" long-name="Photos Info" level="app">
-     <component unofficial="yes" name="photos_plat" long-name="Photos Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/photos/photos_plat/controllers_collection_api/tsrc/ui_metadatadialog/group"/> -->
-      <!-- <unit bldFile="app/photos/photos_plat/controllers_collection_api/tsrc/ut_collectioninfo/group"/> -->
-      <!-- <unit bldFile="app/photos/photos_plat/controllers_collection_api/tsrc/ut_collectionmanager/group"/> -->
-      <unit bldFile="app/photos/photos_plat/group"/>
-     </component>
-     <component unofficial="yes" name="photos_build" long-name="Photos Build" origin-model="foundation">
-      <unit bldFile="app/photos/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="videocenter" long-name="Video Center" tech_domain="ma" level="apps" levels="eng ui app">
-    <collection name="mpxmyvideoscollection" long-name="MPX My Videos Collection" level="app">
-     <component name="mpx_common_api" long-name="MPX Common_Api" class="api" origin-model="foundation">
-      <unit bldFile="app/videocenter/mpxmyvideoscollection/mpx_common_api/group"/>
-     </component>
-     <component unofficial="yes" name="mpxmyvideoscollection_build" long-name="MPX My Videos Collection Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/mpxmyvideoscollection/group"/>
-     </component>
-     <component unofficial="yes" name="mpxmyvideoscollection_test" long-name="MPX My Videos Collection Test" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/mpxmyvideoscollection/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="nsmyvideosview" long-name="NS My Videos View" level="app">
-     <component name="hgmyvideos" long-name="HG My Videos" origin-model="foundation">
-      <unit bldFile="app/videocenter/nsmyvideosview/hgmyvideos/group"/>
-     </component>
-     <component name="hgmyvideosplugin" long-name="HG My Videos Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/nsmyvideosview/hgmyvideosplugin/group"/>
-     </component>
-     <component name="nsmyvideos" long-name="NS Myvideos" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/nsmyvideosview/nsmyvideos/group"/> -->
-     </component>
-     <component name="nsmyvideosplugin" long-name="NS Myvideos Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/nsmyvideosview/nsmyvideosplugin/group"/> -->
-     </component>
-    </collection>
-    <collection name="vccommon" long-name="Video Center Common" level="eng">
-     <component name="vccommon_utils" long-name="Utilities" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/utils/group"/>
-     </component>
-     <component name="viewmessageutility" long-name="View Message Utility" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/viewmessageutility/group"/>
-     </component>
-     <component name="notifierplugins" long-name="Notifier Plugins" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/notifierplugins/notifierplugin/group"/>
-      <unit bldFile="app/videocenter/vccommon/notifierplugins/vcxnotifier/group"/>
-     </component>
-     <component name="vccommon_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/help/group"/>
-     </component>
-     <component unofficial="yes" name="sis" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/vccommon/sis"/> -->
-     </component>
-     <component unofficial="yes" name="vccommon_build" long-name="Video Center Common Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/group"/>
-     </component>
-    </collection>
-    <collection name="vcengines" long-name="Video Center Engines" level="eng">
-     <component name="vcengines_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/server/clientapi/group"/>
-      <unit bldFile="app/videocenter/vcengines/server/group"/>
-      <unit bldFile="app/videocenter/vcengines/server/iptvepgmanager/group"/>
-     </component>
-     <component name="serviceprovisioning" long-name="Service Provisioning" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/serviceprovisioning/omaprovisioning/group"/>
-      <unit bldFile="app/videocenter/vcengines/serviceprovisioning/provisioningappui/group"/>
-      <unit bldFile="app/videocenter/vcengines/serviceprovisioning/provisioningprocessor/group"/>
-      <unit bldFile="app/videocenter/vcengines/serviceprovisioning/provisioningrecognizer/group"/>
-     </component>
-     <component name="mrssplugin" long-name="Mrss Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/mrssplugin/group"/>
-     </component>
-     <component name="livetvutils" long-name="Live TV Utils" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/livetvutils/group"/>
-     </component>
-     <component name="networkengine" long-name="Network Engine" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/networkengine/group"/>
-     </component>
-     <component name="livetvepgengine" long-name="Live TV EPG Engine" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/livetvepgengine/group"/>
-     </component>
-     <component name="tunerengine" long-name="Tuner Engine" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/tunerengine/group"/>
-     </component>
-     <component name="livetvschedulerplugin" long-name="Live TV Scheduler Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/livetvschedulerplugin/group"/>
-     </component>
-     <component name="xmltvplugin" long-name="XML TV Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/xmltvplugin/group"/>
-     </component>
-     <component name="scheduleddlplugin" long-name="Scheduled Download Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/scheduleddlplugin/group"/>
-     </component>
-     <component name="voddownloadplugin" long-name="VOD Download Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/voddownloadplugin/group"/>
-     </component>
-     <component unofficial="yes" name="vcengines_build" long-name="Video Center Engines Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/group"/>
-     </component>
-    </collection>
-    <collection name="vcnsuis" long-name="Video Center NS UIs" level="ui">
-     <component name="vcnsapp" long-name="VCNS App" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnsapp/vcnsappui/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnsapp/vcnsbsutility/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnsapp/vcnsuiengine/group"/>
-     </component>
-     <component name="vcnssettings" long-name="VCNS Settings" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnsgsplugin/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnsscheduleplugin/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnsscheduleview/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnssettingsengine/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnssettingsplugin/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnssettingsviews/group"/>
-     </component>
-     <component name="vcnsahplugin" long-name="VCNS Action Handler Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnsahplugin/group"/>
-     </component>
-     <component name="vcnsvodui" long-name="VCNS VOD UI" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/plugins/hgvodplugin/group"/>
-      <!-- <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/plugins/vcnsvodplugin/group"/> -->
-      <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/views/hgvodui/group"/>
-      <!-- <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/views/vcnsvodui/group"/> -->
-     </component>
-     <component name="vcnslivetv" long-name="VCNS Live TV" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnslivetv/remindernotifier/group"/>
-     </component>
-     <component name="vcnschplugin" long-name="VCNS Content Harvester Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnschplugin/group"/>
-     </component>
-    </collection>
-    <collection name="vcplayer" long-name="Video Center Player" level="app">
-     <component name="vcplayer_core" long-name="Core" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/core/controllerbase/group"/>
-      <unit bldFile="app/videocenter/vcplayer/core/playercore/group"/>
-     </component>
-     <component name="vcplayer_utils" long-name="Utilities" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/utils/group"/>
-     </component>
-     <component name="vcplayer_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/plugins/dlprogresscontroller/group"/>
-      <unit bldFile="app/videocenter/vcplayer/plugins/rtpfileplaycontroller/group"/>
-      <unit bldFile="app/videocenter/vcplayer/plugins/unicaststreamplayercontroller/group"/>
-     </component>
-     <component name="vcnsplayerview" long-name="VCNS Player View" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/vcnsplayerview/group"/>
-     </component>
-     <component name="defaultview" long-name="Default View" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/vcplayer/defaultview/group"/> -->
-     </component>
-     <component unofficial="yes" name="vcplayer_build" long-name="Video Center Player Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/group"/>
-     </component>
-    </collection>
-    <collection name="videocenter_info" long-name="Video Center Info" level="app">
-     <component unofficial="yes" name="videocenter_build" long-name="Video Center Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/group"/>
-     </component>
-     <component unofficial="yes" name="videocenter_plat" long-name="Video Center Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/videocenter/videocenter_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="musicplayer" long-name="Music Player Apps" tech_domain="ma" level="apps" levels="plugins support apps">
-    <collection name="musicvisualization" long-name="Music Visualization" level="plugins">
-     <component name="musicvisualizationplugin" long-name="Music Visualization Plugin" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musicvisualization/musicvisualizationplugin/group"/>
-     </component>
-     <component name="mpxvisualizationplugins" long-name="MPX Visualization Plugins" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musicvisualization/mpxvisualizationplugins/group"/>
-     </component>
-    </collection>
-    <collection name="mpxmusicplayer" long-name="MPX Music Player" level="apps">
-     <component name="mpxmusicplayer_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/help/group"/>
-     </component>
-     <component name="mpxmusicplayer_commonui" long-name="Common UI" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/commonui/group"/>
-     </component>
-     <component name="activeidle" long-name="Active Idle" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/activeidle/group"/>
-     </component>
-     <component name="metadatahandler" long-name="Metadata Handler" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/metadatahandler/group"/>
-     </component>
-     <component name="mediakeyhandler" long-name="Mediakey Handler" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/mediakeyhandler/group"/>
-     </component>
-     <component name="mpxmusicplayer_app" long-name="Application" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/app/group"/>
-     </component>
-     <component unofficial="yes" name="mpxmusicplayer_build" long-name="MPX Music Player Build" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/group"/>
-     </component>
-    </collection>
-    <collection name="musichomescreen" long-name="Music Homescreen" level="apps">
-     <component name="mpxcollectionpublisher" long-name="MPX Collection Publisher" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/mpxcollectionpublisher/group"/>
-     </component>
-     <component name="musiccontentpublisher" long-name="Music Content Publisher" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/musiccontentpublisher/group"/>
-     </component>
-     <component name="mcpmusicplayer" long-name="MCP Music Player" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/mcpmusicplayer/group"/>
-     </component>
-     <component name="musicplayeractionhandlerplugin" long-name="Music Player Action Handler Plugin" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/musicplayeractionhandlerplugin/group"/>
-     </component>
-     <component name="data" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/data/themes/default/group"/>
-     </component>
-     <component unofficial="yes" name="musichomescreen_build" long-name="Music Homescreen Build" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/group"/>
-     </component>
-    </collection>
-    <collection name="mpxplugins" long-name="MPX Plugins" level="plugins">
-     <component name="serviceplugins" long-name="service Plugins" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/group"/>
-     </component>
-     <component name="viewplugins" long-name="View Plugins" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxplugins/viewplugins/group"/>
-     </component>
-     <component unofficial="yes" name="mpxplugins_build" long-name="MPX Plugins Build" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxplugins/group"/>
-     </component>
-    </collection>
-    <collection name="musicplayer_info" long-name="Music Player Apps Info" level="apps">
-     <component unofficial="yes" name="musicplayer_plat" long-name="Music Player Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musicplayer_plat/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_app_api/tsrc/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_commonui_api/tsrc/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_media_key_handler_api/tsrc/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_store_api/tsrc/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/music_visualization_plugin_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="musicplayer_test" long-name="Music Player Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/musicplayer/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="musicplayer_build" long-name="Music Player Apps Build" origin-model="foundation">
-      <unit bldFile="app/musicplayer/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="radio" long-name="Radio Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <collection name="fmradio" long-name="FM Radio" level="ui">
-     <component name="activeidleengine" long-name="Active Idle Engine" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/activeidleengine/group"/>
-     </component>
-     <component name="fmradioengine" long-name="FM Radio Engine" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/fmradioengine/group"/>
-     </component>
-     <component name="fmradioactionhandler" long-name="FMRadio Action Handler" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/fmradioactionhandler/group"/>
-     </component>
-     <component name="fmradiomcpplugin" long-name="FM Radio MCP Plugin" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/fmradiomcpplugin/group"/>
-     </component>
-     
-     <component name="fmradio_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/help/group"/>
-     </component>
-     <component unofficial="yes" name="fmradio_build" long-name="FM Radio Build" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="voicerec" long-name="Voice Recorder Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <collection name="voicerecorder" long-name="Voice Recorder" level="1">
-     <component name="voicerecordergsplugin" long-name="GS Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/voicerec/voicerecorder/gsplugin/group"/> -->
-     </component>
-     <component name="voicerecorder_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/voicerec/voicerecorder/help/group"/>
-     </component>
-     <component name="voicerecorder_build" origin-model="foundation">
-      <unit bldFile="app/voicerec/voicerecorder/group"/>
-     </component>
-    </collection>
-    <collection name="voicerec_info" long-name="Voice Recorder Apps Info" level="1">
-     <component unofficial="yes" name="voicerec_build" long-name="Voice Recorder Apps Build" origin-model="foundation">
-      <unit bldFile="app/voicerec/group"/>
-     </component>
-     <component unofficial="yes" name="voicerec_test" long-name="Voice Recorder Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/voicerec/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="voicerec_plat" long-name="Voice Recorder Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/voicerec/voicerec_plat/group"/>
-      <unit bldFile="app/voicerec/voicerec_plat/new_file_service_api/tsrc/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="imgvieweruis" long-name="Image Viewer UIs" tech_domain="ma" level="services" levels="app">
-    <collection name="imageviewer" long-name="Image Viewer Application" level="app">
-     <component name="imageviewer_build" origin-model="foundation" filter="s60" long-name="Image Viewer" deprecated="^3">
-      <unit bldFile="app/imgvieweruis/imageviewer/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="screensaver" long-name="Screen Saver Apps" tech_domain="ui" level="apps" levels="eng plugin">
-    <collection name="scrsaver" long-name="Screen Saver Plugins" level="eng">
-     <component name="scrsaverplugins" long-name="Screen Saver Plugins" origin-model="foundation">
-      <!-- <unit bldFile="app/screensaver/scrsaver/scrsaverplugins/group"/> -->
-     </component>
-     <component name="screensaveraiwplugin" long-name="Screen Saver AIW Plugin" origin-model="foundation">
-      <unit bldFile="app/screensaver/scrsaver/screensaveraiwplugin/group"/>
-     </component>
-    </collection>
-    
-    <collection name="screensaver_info" long-name="Screen Saver Apps Info" level="plugin">
-     <component unofficial="yes" name="screensaver_build" long-name="Screen Saver Apps Build" origin-model="foundation">
-      <unit bldFile="app/screensaver/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="homescreen" long-name="Home Screen Apps" tech_domain="ui" level="apps" levels="fw apps">
-    <collection name="idlehomescreen" long-name="Idle Homescreen" level="apps">
-     <component name="nativeuicontroller" long-name="Native UI Controller" origin-model="foundation">
-      <unit bldFile="app/homescreen/idlehomescreen/nativeuicontroller/group"/>
-     </component>
-     <component name="exths" long-name="ExtHS" origin-model="foundation">
-      <unit bldFile="app/homescreen/idlehomescreen/exths/group"/>
-     </component>
-     <component name="activeidle3" long-name="Active Idle 3" origin-model="foundation">
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/group"/> -->
-      <unit bldFile="app/homescreen/idlehomescreen/activeidle3/group"/>
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/uiengine/group"/> -->
-     </component>
-     <component name="hsplugins" long-name="HS Plugins" origin-model="foundation">
-      <unit bldFile="app/homescreen/idlehomescreen/hsplugins/group"/>
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/qhd_tch/organizer_2001f481/group"/> -->
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/vga/organizer_2001f48d/group"/> -->
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/vga/organizer_2001fdba/group"/> -->
-     </component>
-    </collection>
-    <collection name="menufw" long-name="Menu Framework" level="fw">
-     <component name="hierarchynavigator" long-name="Hierarchy Navigator" origin-model="foundation">
-      <unit bldFile="app/homescreen/menufw/hierarchynavigator/group"/>
-     </component>
-     <component name="menufwui" long-name="Menu Framework UI" origin-model="foundation">
-      <unit bldFile="app/homescreen/menufw/menufwui/group"/>
-     </component>
-     <component name="menusuites" long-name="Menu Suites" origin-model="foundation">
-      <unit bldFile="app/homescreen/menufw/menusuites/group"/>
-     </component>
-     <component unofficial="yes" name="menufw_build" long-name="Menu Framework Build" origin-model="foundation">
-      <unit bldFile="app/homescreen/menufw/group"/>
-     </component>
-    </collection>
-    <collection name="homescreen_info" long-name="Home Screen Apps Info" level="apps">
-     <component unofficial="yes" name="homescreen_test" long-name="Home Screen Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/homescreen/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="homescreen_plat" long-name="Home Screen Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/homescreen/homescreen_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="graphicsuis" long-name="Graphics UIs" tech_domain="ui" level="services" levels="util ui">
-    <collection name="svgtviewer" long-name="SVGT Viewer" level="ui">
-     <component name="svgtviewerplugin" long-name="SVGT Viewer Plugin" origin-model="foundation">
-      <unit bldFile="app/graphicsuis/svgtviewer/svgtviewerplugin/group"/>
-     </component>
-    </collection>
-    <collection name="graphicsuis_info" long-name="Graphics UIs Info" level="ui">
-     <component unofficial="yes" name="graphicsuis_plat" long-name="Graphics UIs Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/graphicsuis/graphicsuis_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="profile" long-name="Profile" tech_domain="ui" level="apps" levels="app">
-    <collection name="profilesapplication" long-name="Profiles Application" level="app">
-     <component name="profiles" long-name="Profiles" origin-model="foundation">
-      <unit bldFile="app/profile/profilesapplication/profiles/group"/>
-      <!-- <unit bldFile="app/profile/profilesapplication/profiles/gsprofilesplugin/group"/> -->
-      <!-- <unit bldFile="app/profile/profilesapplication/profiles/profileaiwprovider/group"/> -->
-      <!-- <unit bldFile="app/profile/profilesapplication/profiles/profileapp/group"/> -->
-      <unit bldFile="app/profile/profilesapplication/profiles/profileapp/tsrc/public/basic/group"/>
-      <!-- <unit bldFile="app/profile/profilesapplication/profiles/profilesgstonesplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="profilesapplication_test" long-name="Profiles Application Test" origin-model="foundation">
-      <!-- <unit bldFile="app/profile/profilesapplication/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="profile_info" long-name="Profile Info" level="app">
-     <component unofficial="yes" name="profile_plat" long-name="Profile Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/profile/profile_plat/group"/>
-     </component>
-     <component unofficial="yes" name="profile_help" long-name="Profile Help" origin-model="foundation">
-      <unit bldFile="app/profile/help/group"/>
-     </component>
-     <component unofficial="yes" name="profile_build" long-name="Profile Build" origin-model="foundation">
-      <unit bldFile="app/profile/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="speechsrv" long-name="Speech Recognition UIs" tech_domain="ui" level="services" levels="engine framework ui">
-    <collection name="voiceui" long-name="Voice UI" level="ui">
-     <component name="vcommand" long-name="VCommand" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/vcommand/group"/>
-     </component>
-     <component name="voiceuivoicerecognition" long-name="Voice UI Voice Recognition" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/voiceuivoicerecognition/group"/>
-     </component>
-     <component name="pbkinfoviewimpl" long-name="Phonebook Info View Implementation" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/pbkinfoviewimpl/group"/>
-     </component>
-     <component name="aiwpbkinfoviewprovider" long-name="AIW Phonebook Info View Provider" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/aiwpbkinfoviewprovider/group"/>
-     </component>
-     <component name="vccontrolpanelplugin" long-name="VC Control Panel Plugin" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/vccontrolpanelplugin/group"/>
-     </component>
-     <component unofficial="yes" name="voiceui_build" long-name="Voice UI Build" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/group"/>
-     </component>
-    </collection>
-    <collection name="srsf" long-name="Speech Recognition and Synthesis Framework" level="framework">
-     <component name="sispeechrecognitiondata" long-name="SI Speech Recognition Data" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/sispeechrecognitiondata/group"/>
-     </component>
-     <component name="ttscommon" long-name="TTS Common" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/ttscommon/group"/>
-     </component>
-     <component name="devtts" long-name="Text to Speech" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/devtts/group"/>
-     </component>
-     <component name="ttscustomcommands" long-name="TTS Custom Commands" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/ttscustomcommands/group"/>
-     </component>
-     <component name="ttscontrollerplugin" long-name="TTS Controller Plugin" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/ttscontrollerplugin/group"/>
-     </component>
-     <component name="ttsutility" long-name="TTS Utility" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/ttsutility/group"/>
-     </component>
-     <component name="speechsynthesis" long-name="Speech Synthesis" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/speechsynthesis/client/group"/>
-      <unit bldFile="app/speechsrv/srsf/speechsynthesis/server/group"/>
-      <unit bldFile="app/speechsrv/srsf/speechsynthesis/tsrc/speechsynthesistest/group"/>
-      <!-- <unit bldFile="app/speechsrv/srsf/speechsynthesis/tsrc/testapplication/group"/> -->
-      <!-- <unit bldFile="app/speechsrv/srsf/speechsynthesis/tsrc/texttospeech/group"/> -->
-     </component>
-     <component name="devasr" long-name="Audio Recording and Speech Recognition" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/devasr/group"/>
-     </component>
-     <component name="sicc" long-name="Speaker Independent Custom Commands" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/sicc/group"/>
-     </component>
-     <component name="sisrscontrollerplugin" long-name="SI SRS Controller Plugin" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/sisrscontrollerplugin/group"/>
-     </component>
-     <component name="siutility" long-name="Speaker Independent Utility" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/siutility/group"/>
-     </component>
-     <component name="nssvasapi" long-name="NSS VAS API" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/nssvasapi/group"/>
-      <!-- <unit bldFile="app/speechsrv/srsf/nssvasapi/nssvasdb/nssvasdbeventnotifier/group"/> -->
-     </component>
-     <component name="nssvascontacthdlr" long-name="NSS VAS Contact Handler" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/nssvascontacthdlr/group"/>
-     </component>
-     <component name="vcommandhandler" long-name="Voice Command Handler" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcommandhandler/group"/>
-     </component>
-     <component name="vuiphandler" long-name="Voice UI Plugin Handler" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vuiphandler/group"/>
-     </component>
-     <component name="vcommandexecutor" long-name="Voice Command Executor" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcommandexecutor/group"/>
-     </component>
-     <component name="vcommandexecutorbearer" long-name="Voice Command Executor Bearer" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcommandexecutorbearer/group"/>
-     </component>
-     <component name="vcommandmanager" long-name="Voice Command Manager" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcommandmanager/group"/>
-     </component>
-     <component name="vcexecutorapp" long-name="Voice Command Executor Application" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcexecutorapp/group"/>
-     </component>
-     <component name="profileobserverplugin" long-name="Profile Observer Plugin" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/profileobserverplugin/group"/>
-     </component>
-     <component unofficial="yes" name="srsf_build" long-name="Speech Recognition and Synthesis Framework Build" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/group"/>
-     </component>
-    </collection>
-    <collection name="speechsrv_info" long-name="Speech Recognition UIs Info" level="ui">
-     <component unofficial="yes" name="speechsrv_test" long-name="Speech Recognition UIs Test" origin-model="foundation">
-      <!-- <unit bldFile="app/speechsrv/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="speechsrv_build" long-name="Speech Recognition UIs Build" origin-model="foundation">
-      <unit bldFile="app/speechsrv/group"/>
-     </component>
-     <component unofficial="yes" name="speechsrv_plat" long-name="Speech Recognition UIs Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/speechsrv/speechsrv_plat/group"/>
-      <unit bldFile="app/speechsrv/speechsrv_plat/ui_voice_recognition_api/tsrc/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="webuis" long-name="Web UIs" tech_domain="rt" level="services" levels="plugin app">
-    <collection name="browserui" long-name="Browser UI" level="app">
-     <component name="browser" long-name="Browser" origin-model="foundation">
-      <unit bldFile="app/webuis/browserui/browser/group"/>
-      <!-- <unit bldFile="app/webuis/browserui/browser/launcher2/group"/> -->
-     </component>
-     <component name="operatormenu" long-name="Operator Menu" origin-model="foundation">
-      <unit bldFile="app/webuis/browserui/operatormenu/group"/>
-     </component>
-     <component name="videoservices" long-name="Video Services" origin-model="foundation">
-      <unit bldFile="app/webuis/browserui/videoservices/group"/>
-     </component>
-     <component unofficial="yes" name="browserui_build" long-name="Browser UI Build" origin-model="foundation">
-      <unit bldFile="app/webuis/browserui/group"/>
-     </component>
-    </collection>
-    <collection name="browserplugins" long-name="Browser Plugins" level="plugin">
-     <component name="browsersysteminfoplugin" long-name="Browser System Info Plugin" origin-model="foundation">
-      <unit bldFile="app/webuis/browserplugins/browsersysteminfoplugin/group"/>
-     </component>
-     <component name="browsergpsplugin" long-name="Browser GPS Plugin" origin-model="foundation">
-      <unit bldFile="app/webuis/browserplugins/browsergpsplugin/group"/>
-     </component>
-     <component name="browseraudiovideoplugin" long-name="Browser Audio Video Plugin" origin-model="foundation">
-      <unit bldFile="app/webuis/browserplugins/browseraudiovideoplugin/group"/>
-     </component>
-     <component unofficial="yes" name="browserplugins_build" long-name="Browser Plugins Build" origin-model="foundation">
-      <unit bldFile="app/webuis/browserplugins/group"/>
-     </component>
-    </collection>
-    <collection name="pushmtm" long-name="Push MTM" level="plugin">
-     <component name="pushmtm_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/webuis/pushmtm/help/group"/>
-     </component>
-     <component name="plugins" origin-model="foundation">
-      <unit bldFile="app/webuis/pushmtm/plugins/group"/>
-     </component>
-     <component unofficial="yes" name="pushmtm_build" long-name="Push MTM Build" origin-model="foundation">
-      <unit bldFile="app/webuis/pushmtm/group"/>
-     </component>
-    </collection>
-    <collection name="webuis_info" long-name="Web UIs Info" level="app">
-     <component unofficial="yes" name="webuis_build" long-name="Web UIs Build" origin-model="foundation">
-      <unit bldFile="app/webuis/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="java" long-name="Java" tech_domain="rt" level="services" levels="framework util generic rt">
-    <collection name="java_stubs" long-name="Java Stubs" level="util">
-     <component name="javadrmutils" long-name="Java DRM Utils" filter="s60">
-      <unit bldFile="app/java/java_stubs/javadrmutils/group"/>
-     </component>
-     <component name="javaenvinfo" long-name="Java Environment Info" filter="s60">
-      <unit bldFile="app/java/java_stubs/javaenvinfo/group"/>
-     </component>
-     <component name="javaregistry" long-name="Java Registry" origin-model="foundation">
-      <unit bldFile="app/java/java_stubs/javaregistry/clientserver/client/group"/>
-     </component>
-     <component unofficial="yes" name="java_stubs_build" origin-model="foundation">
-      <unit bldFile="app/java/java_stubs/group"/>
-     </component>
-    </collection>
-    <collection name="java_info" long-name="Java Info" level="rt">
-     <component unofficial="yes" name="java_plat" long-name="Java Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/java/java_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="helps" long-name="Help Apps" tech_domain="ui" level="apps" span="2" levels="eng tools unused  ui">
-    <collection name="csxhelp" long-name="Context Sensitive Extended Help" level="ui">
-     <component name="aiwhelpprovider" long-name="Aiw Help Provider" origin-model="foundation">
-      <!-- <unit bldFile="app/helps/csxhelp/aiwhelpprovider/group"/> -->
-     </component>
-     <component unofficial="yes" name="csxhelp_build" long-name="Context Sensitive Extended Help Build" origin-model="foundation">
-      <unit bldFile="app/helps/csxhelp/group"/>
-     </component>
-    </collection>
-    <collection name="symhelp" long-name="Symbian Help" level="eng">
-     <component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
-     </component>
-    </collection>
-    <collection name="helps_info" long-name="Help Apps Info" level="ui">
-     <component name="helps_metadata" long-name="Help Apps Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/helps/helps_info/helps_metadata/helps_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="techview" long-name="Techview" tech_domain="ui" level="apps" span="2" levels="services ui utils apps1 apps2 apps3">
-    <collection name="buildverification" long-name="Build Verification" level="services">
-     <component name="autosmoketest" long-name="Auto Smoke Test" filter="gt" introduced="9.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/buildverification/autosmoketest/Group" mrp="app/techview/buildverification/autosmoketest/Group/testtools_autosmoketest.mrp"/>
-     </component>
-     <component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
-     </component>
-    </collection>
-    <collection name="sysvalidation" long-name="System Validation" level="services">
-     <component name="integtestltsy" long-name="Integration Test Licensee TSY" filter="systemtest" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DEF140073" 
-        <unit bldFile="sysvalidation/integtestltsy/group" mrp="sysvalidation/integtestltsy/group/integtestltsy.mrp"/>
-        -->
-     </component>
-     <!--PLACEHOLDER="DEF140016" START REMOVE -->
-     <!--PLACEHOLDER="DEF140016" END REMOVE -->
-    </collection>
-    <collection name="installationapps" long-name="Installation Apps" level="apps2">
-     <component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingutils" long-name="Networking Utils" level="utils">
-     <component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
-     </component>
-     <component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
-     </component>
-    </collection>
-    <collection name="testapps" long-name="Test Apps" level="utils">
-     <component name="rschandler" long-name="Resource Handler" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
-     </component>
-    </collection>
-    <collection name="techview_info" long-name="Techview Info" level="apps3">
-     <component name="techview_metadata" long-name="Techview Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/techview_info/techview_metadata/techview_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
- </systemModel>
-</SystemDefinition>
--- a/symbian2/single/sysdefs/system_model_trimmed.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10042 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<SystemDefinition name="foundation" schema="2.0.1">
- <systemModel>
-  <layer name="tools" long-name="Tools">
-   <block name="homescreentools" long-name="Home Screen Tools" tech_domain="ui" level="services" levels="tool install">
-    <collection name="dtdinstaller" long-name="DTD Installer" level="install">
-     <component name="dtdinstaller_build" origin-model="foundation">
-      <unit bldFile="tools/homescreentools/dtdinstaller/group"/>
-     </component>
-    </collection>
-    <collection name="themeinstaller" long-name="Theme Installer" level="install">
-     <component name="themeinstaller_build" origin-model="foundation">
-      <unit bldFile="tools/homescreentools/themeinstaller/group"/>
-     </component>
-    </collection>
-    <collection name="themetool" long-name="Theme Tool" level="tool">
-     <component name="themetool_build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="tools/homescreentools/themetool/group"/> -->
-     </component>
-    </collection>
-    <collection name="homescreentools_info" long-name="Home Screen Tools Info" level="install">
-     <component unofficial="yes" name="homescreentools_build" long-name="Home Screen Tools Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="tools/homescreentools/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="rndtools" long-name="RD tools" tech_domain="to" level="services" levels="app generic specific">
-    <collection name="creator" long-name="Creator" level="app">
-     <component name="creator_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/creator/group"/>
-     </component>
-    </collection>
-    <collection name="filebrowser" long-name="File Browser" level="specific">
-     <component name="fileopserver" long-name="File Op Server" origin-model="foundation">
-      <unit bldFile="tools/rndtools/filebrowser/fileopserver/group"/>
-     </component>
-     <component name="fileopclient" long-name="File Op Client" origin-model="foundation">
-      <unit bldFile="tools/rndtools/filebrowser/fileopclient/group"/>
-     </component>
-     <component name="filebrowser_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/filebrowser/group"/>
-     </component>
-    </collection>
-    <collection name="launcher" long-name="Launcher" level="specific">
-     <component name="launcher_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/launcher/group"/>
-     </component>
-    </collection>
-    <collection name="screengrabber" long-name="Screen Grabber" level="specific">
-     <component name="screengrabber_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/screengrabber/group"/>
-     </component>
-    </collection>
-    <collection name="stifui" long-name="STIF UI" level="generic">
-     <component name="stifui_stifui" long-name="STIF UI" origin-model="foundation">
-      <unit bldFile="tools/rndtools/stifui/stifui/group"/>
-     </component>
-     <component name="uitestserverstarter" long-name="UI Test Server Starter" origin-model="foundation">
-      <unit bldFile="tools/rndtools/stifui/uitestserverstarter/group"/>
-     </component>
-     <component unofficial="yes" name="stifui_build" long-name="STIF UI Build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/stifui/group"/>
-     </component>
-    </collection>
-    <collection name="loadgen" long-name="Load Generator" level="app">
-     <component name="loadgen_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/loadgen/group"/>
-     </component>
-    </collection>
-    <collection name="perfmon" long-name="Performance Monitor" level="app">
-     <component name="perfmon_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/perfmon/group"/>
-     </component>
-    </collection>
-    <collection name="htiui" long-name="HTI UI" level="generic">
-     <!-- Empty duplicate component HtiCommPlugins removed -->
-     <!-- Empty duplicate component HtiServicePlugins removed -->
-     <component name="htidevicereboot" long-name="HTI DeviceR eboot" origin-model="foundation">
-      <unit bldFile="tools/rndtools/htiui/htidevicereboot/group"/>
-     </component>
-     <component name="htistartupwait" long-name="HTI Startup Wait" origin-model="foundation">
-      <unit bldFile="tools/rndtools/htiui/htistartupwait/group"/>
-     </component>
-     <component name="htiadmin" long-name="HTI Admin" origin-model="foundation">
-      <unit bldFile="tools/rndtools/htiui/htiadmin/group"/>
-     </component>
-     <component unofficial="yes" name="htiui_build" long-name="HTI UI Build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/htiui/group"/>
-     </component>
-    </collection>
-    <collection name="memspyui" long-name="Memspy UI" level="generic">
-     <component name="memspyui_build" origin-model="foundation">
-      <unit bldFile="tools/rndtools/memspyui/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="platformtools" long-name="Platform Tools" tech_domain="to" level="generic">
-    <collection name="gfxconversion" long-name="Graphics Conversion">
-     <component name="bmconv_s60" long-name="Bm Conv S60" origin-model="foundation">
-      <unit bldFile="tools/platformtools/gfxconversion/bmconv_s60/group"/>
-     </component>
-     <component name="mifconv" long-name="Mifconv" origin-model="foundation">
-      <unit bldFile="tools/platformtools/gfxconversion/mifconv/group"/>
-     </component>
-    </collection>
-    <collection name="platformtools_info" long-name="Platform Tools Info">
-     <component unofficial="yes" name="platformtools_build" long-name="Platform Tools Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="tools/platformtools/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="swconfigtools" long-name="Software Config Tools" tech_domain="to" level="services">
-    <collection name="gid_pc_tool" long-name="GID PC Tool">
-     <component name="dbimporter" long-name="DB Importer" origin-model="foundation">
-      <unit bldFile="tools/swconfigtools/gid_pc_tool/group"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-  <layer name="ostools" long-name="OS Tools">
-   <block name="osrndtools" long-name="OS RD tools" tech_domain="to" level="services" levels="fw trace">
-    <collection name="stif" long-name="STIF" level="fw">
-     <component name="testinterface" long-name="Test Interface" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testinterface/group"/>
-     </component>
-     <component name="testserver" long-name="Test Server" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testserver/group"/>
-     </component>
-     <component name="testengine" long-name="Test Engine" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testengine/group"/>
-     </component>
-     <component name="testserverstarter" long-name="Test Server Starter" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testserverstarter/group"/>
-     </component>
-     <component name="stiftfwif" long-name="STIF TFwIf" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/stiftfwif/group"/>
-     </component>
-     <component name="consoleui" long-name="Console UI" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/consoleui/group"/>
-     </component>
-     <component name="testcombiner" long-name="Test Combiner" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testcombiner/group"/>
-     </component>
-     <component name="demomodule" long-name="Demo Module" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/demomodule/group"/>
-     </component>
-     <component name="atslogger" long-name="ATS Logger" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/atslogger/group"/>
-     </component>
-     <component name="atsinterface" long-name="ATS Interface" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/atsinterface/group"/>
-     </component>
-     <component name="testscripter" long-name="Test Scripter" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/testscripter/group"/>
-     </component>
-     <component name="suevent" long-name="SU Event" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/suevent/group"/>
-     </component>
-     <component name="stifkerneltestclassbase" long-name="STIF Kernel Test Class Base" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/stifkerneltestclassbase/group"/>
-     </component>
-     <component name="examples" long-name="Examples" origin-model="foundation">
-      <!-- <unit bldFile="ostools/osrndtools/stif/examples/stiftestmeasurementstub/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/examples/stifhwresetstub/group"/> -->
-     </component>
-     <component name="testmoduletemplates" long-name="Test Module Templates" origin-model="foundation">
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/templatescriptxxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/templatekernelscriptxxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/capsmodifierxxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/testmodulexxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/stifunitxxx/group"/> -->
-      <!-- <unit bldFile="ostools/osrndtools/stif/testmoduletemplates/hardcodedtestmodulexxx/group"/> -->
-     </component>
-     <component unofficial="yes" name="stif_build" long-name="STIF Build" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/stif/group"/>
-     </component>
-    </collection>
-    <collection name="memspy" long-name="Memspy" level="trace">
-     <component name="driver" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/driver/group"/>
-     </component>
-     <component name="memspy_engine" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/engine/group"/>
-     </component>
-     <component name="commandline" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/commandline/group"/>
-     </component>
-     <component name="console" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/console/group"/>
-     </component>
-     <component unofficial="yes" name="memspy_build" long-name="Memspy Build" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/memspy/group"/>
-     </component>
-    </collection>
-    <collection name="hti" long-name="HTI" level="trace">
-     <component name="hticfg" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/hticfg/group"/>
-     </component>
-     <component name="htiautostart" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/htiautostart/group"/>
-     </component>
-     <component name="htiframework" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/htiframework/group"/>
-     </component>
-     <!-- Empty duplicate component HtiCommPlugins removed -->
-     <!-- Empty duplicate component HtiServicePlugins removed -->
-     <component name="htifilehlp" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/htifilehlp/group"/>
-     </component>
-     <component name="htiwatchdog" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/htiwatchdog/group"/>
-     </component>
-     <component unofficial="yes" name="hti_build" long-name="HTI Build" origin-model="foundation">
-      <unit bldFile="ostools/osrndtools/hti/group"/>
-     </component>
-    </collection>
-    <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
-     <component name="cinidata" long-name="CINI Data" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/> -->
-     </component>
-     <component name="testexecute" long-name="Test Execute" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="osrndtools_info" long-name="OS RD tools Info" level="trace">
-     <component unofficial="yes" name="osrndtools_build" long-name="OS RD tools Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="ostools/osrndtools/group"/> -->
-     </component>
-    <component name="osrndtools_metadata" long-name="OS RD tools Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/osrndtools/osrndtools_info/osrndtools_metadata/osrndtools_metadata.mrp"/>
-     </component>
-    </collection>
-	<collection name="osrndtools_plat" long-name="OS RD tools Platform Interfaces" level="trace">
-     <component unofficial="yes" name="memspy_api" origin-model="Foundation">
-      <unit bldFile="ostools/osrndtools/osrndtools_plat/memspy_api/group"/>
-     </component>
-     <component unofficial="yes" name="stif_api" origin-model="Foundation">
-      <unit bldFile="ostools/osrndtools/osrndtools_plat/stif_api/group"/>
-     </component>
-     <component unofficial="yes" name="hti_api" origin-model="Foundation">
-      <unit bldFile="ostools/osrndtools/osrndtools_plat/hti_api/group"/>
-     </component>
-     <component unofficial="yes" name="open_system_trace_api" origin-model="Foundation">
-      <unit bldFile="ostools/osrndtools/osrndtools_plat/open_system_trace_api/group"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-  <layer name="adaptation" long-name="Adaptation">
-    <block name="syborg_adaptation" level="hw-if" long-name="Syborg Adaptation" levels="hw-if">
-      <collection id="baseport" name="Baseport" level="hw-if"> 
-        <component id="syborg" name="Syborg" introduced="symbian^2" purpose="optional">
-          <unit bldFile="adaptation/QEMU/baseport/syborg" mrp="baseport/syborg/syborg.mrp"/>
-        </component>
-      </collection>
-    </block>
-   <block name="stubs" long-name="Stubs" tech_domain="hb" levels="adaptation plugin mid engine">
-    <collection name="audiostubs" long-name="Audio Stubs" level="adaptation">
-     <component name="devsoundextensions_stubs" long-name="Devsound Extensions Stubs" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audiocodeccistubs/audiovibracontrolcistub/group"/> -->
-      <!-- <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioenhancementfactorystubs/custominterfaceproxyfactory_stub/group"/> -->
-      <!-- <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/audioenhancementfactorystubs/messagehandlerfactory_stub/group"/> -->
-      <unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/group"/>
-     </component>
-     <component name="fmradiotunercontrolstub" long-name="FM Radio Tuner Control Stub" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/audiostubs/fmradiotunercontrolstub/group"/>
-     </component>
-    </collection>
-    <collection name="drm_stubs" long-name="DRM Stubs" level="plugin">
-     <component name="drm_stubs_build" long-name="DRM Stubs Component" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/drm_stubs/group"/>
-     </component>
-    </collection>
-    <collection name="ptit9core_stub" long-name="PTI T9 Core Stub" level="plugin">
-     <component name="ptit9core_stub_build" long-name="PTI T9 Core Stub Component" origin-model="foundation"/>
-    </collection>
-    <collection name="btaudioadaptation_stub" long-name="BT Audio Adaptation Stub" level="adaptation">
-     <component name="btaudioadaptation_stub_build" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/btaudioadaptation_stub/group"/>
-     </component>
-    </collection>
-    <collection name="posmsgpluginreferenceimpl" long-name="Pos Msg Plugin Reference Implementation" level="plugin">
-     <component name="eposomasuplposrefapp" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/posmsgpluginreferenceimpl/group"/>
-     </component>
-    </collection>
-    <collection name="omasuplasnconverterstubimpl" long-name="OMA SUPL ASN Converter Stub Implementation" level="plugin">
-     <component name="asnimplementation" long-name="ASN Implementation" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/omasuplasnconverterstubimpl/group"/>
-     </component>
-    </collection>
-    <collection name="power_save_display_mode_stub" long-name="Power Save Display Mode Stub" level="plugin">
-     <component name="power_save_display_mode_stub_build" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/power_save_display_mode_stub/group"/>
-     </component>
-    </collection>
-    <collection name="srsfenginestub" long-name="SRSF Engine Stub" level="engine">
-     <component name="adaptationhwdevice" long-name="Adaptation Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/adaptationhwdevice/group"/> -->
-     </component>
-     <component name="grcompilerhwdevice" long-name="GR Compiler Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/grcompilerhwdevice/group"/> -->
-     </component>
-     <component name="ttphwdevice" long-name="TTP Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/ttphwdevice/group"/> -->
-     </component>
-     <component name="recognitionhwdevice" long-name="Recognition Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/recognitionhwdevice/group"/> -->
-     </component>
-     <component name="vocmanhwdevice" long-name="Voc Man Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/vocmanhwdevice/group"/> -->
-     </component>
-     <component name="ttshwdevice" long-name="TTS Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/ttshwdevice/group"/> -->
-     </component>
-     <component name="nlphwdevice" long-name="NLP Hardware Device" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/srsfenginestub/nlphwdevice/group"/> -->
-     </component>
-     <component unofficial="yes" name="srsfenginestub_build" long-name="SRSF Engine Stub Build" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/srsfenginestub/group"/>
-     </component>
-    </collection>
-    <collection name="systemswstubs" long-name="System SW Stubs" level="adaptation">
-     <component name="accessorypolicyreference" long-name="Accessory Policy Reference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/accessorypolicyreference/group"/>
-     </component>
-     <component name="asyreference" long-name="ASY Reference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/asyreference/group"/>
-     </component>
-     <component name="examplecommonisc" long-name="Example Common ISC" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/examplecommonisc/group"/>
-     </component>
-     <component name="exampledsy" long-name="Example DSY" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="adaptation/stubs/systemswstubs/exampledsy/group"/> -->
-     </component>
-     <component name="featuremanagerstub" long-name="Feature Manager Stub" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/featuremanagerstub/group"/>
-     </component>
-     <component name="tvoutconfig" long-name="TVOut Config" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/tvoutconfig/group"/>
-     </component>
-     <component name="hwrmstubplugins" long-name="HWRM Stub Plugins" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/hwrmstubplugins/group"/>
-     </component>
-     <component name="hwrmhapticsstubplugin" long-name="HWRM Haptics Stub Plugin" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/hwrmhapticsstubplugin/group"/>
-     </component>
-     <component name="sensorchannelsreference" long-name="Sensor Channels Reference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/sensorchannelsreference/group"/>
-     </component>
-     <component name="ssyreference" long-name="SSY Rreference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/ssyreference/group"/>
-     </component>
-     <component name="startupadaptationstub" long-name="Startup Adaptation Stub" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/startupadaptationstub/group"/>
-     </component>
-     <component name="tiltcompensationstub" long-name="Tilt Compensation Stub" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/tiltcompensationstub/group"/>
-     </component>
-     <component name="wiredbearerreference" long-name="Wired Bearer Teference" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/systemswstubs/wiredbearerreference/group"/>
-     </component>
-     <component unofficial="yes" name="systemswstubs_build" long-name="System SW Stubs Build" origin-model="foundation">
-      <!-- <unit bldFile="adaptation/stubs/systemswstubs/group"/> -->
-     </component>
-    </collection>
-    <collection name="tactileclickplugin_stub" long-name="Tactile Click Plugin Stub" level="engine">
-     <component name="tactileclickplugin_build" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/tactileclickplugin_stub/group"/>
-     </component>
-    </collection>
-    <collection name="wlanhwinit_stub" long-name="WLAN Hardware Init Stub" level="mid">
-     <component name="wlanhwinit" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/wlanhwinit_stub/group"/>
-     </component>
-    </collection>
-    <collection name="ocrsrv_stub" long-name="OCR Services Stub" level="mid">
-     <component name="ocrsrv" origin-model="foundation">
-      <unit bldFile="adaptation/stubs/ocrsrv_stub/group"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-  <layer name="os" long-name="OS" levels="hw services">
-   <block name="boardsupport" long-name="Board Support" tech_domain="hb" level="hw" levels="bsp test 2 3 4">
-    <collection name="emulator" long-name="Emulator" level="bsp">
-     <component name="emulatorbsp" long-name="Emulator BSP" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
-     </component>
-     <component name="n:unistore2emulatorsupport" long-name="UniStore2 Emulator Support" filter="gt" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/boardsupport/emulator/unistore2emulatorsupport" mrp="os/boardsupport/emulator/unistore2emulatorsupport/base_wins_unistore2.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:omaph2" long-name="OMAP H2" level="bsp">
-     <component name="n:omaph2bsp" long-name="OMAP H2 BSP" introduced="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/boardsupport/omaph2/omaph2bsp/h2" mrp="os/boardsupport/omaph2/omaph2bsp/h2/base_omaph2.mrp"/> -->
-     </component>
-     <component name="n:omaph2unistore2" long-name="OMAP H2 UniStore2" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/boardsupport/omaph2/omaph2unistore2" mrp="os/boardsupport/omaph2/omaph2unistore2/base_h2_unistore2.mrp"/> -->
-     </component>
-     <component name="n:omaph2sdio" long-name="OMAP H2 SDIO" filter="gt" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/boardsupport/omaph2/omaph2sdio" mrp="os/boardsupport/omaph2/omaph2sdio/base_h2_sdio.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:omaph4" long-name="OMAP H4" level="bsp">
-     <component name="n:omaph4bsp" long-name="OMAP H4 BSP" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/boardsupport/omaph4/omaph4bsp/h4" mrp="os/boardsupport/omaph4/omaph4bsp/h4/base_omaph4hrp.mrp"/> -->
-     </component>
-     <component name="n:h4bootloader" long-name="H4 Boot Loader" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit mrp="os/boardsupport/omaph4/h4bootloader/base_omaph4hrp_bootldr.mrp" bldFile="os/boardsupport/omaph4/h4bootloader"/> -->
-     </component>
-     <component name="n:omaph4minienvbootloader" long-name="OMAP H4 Mini Environment Boot Loader" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit mrp="os/boardsupport/omaph4/omaph4minienvbootloader/base_omaph4hrp_mebootldr.mrp" bldFile="os/boardsupport/omaph4/omaph4minienvbootloader"/> -->
-     </component>
-     <component name="n:omaph4unistore2" long-name="OMAP H4 Unistore2" filter="gt" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/boardsupport/omaph4/omaph4unistore2" mrp="os/boardsupport/omaph4/omaph4unistore2/base_omaph4hrp_unistore2.mrp"/> -->
-     </component>
-     <component name="n:omaph4sdio" long-name="OMAP H4 SDIO" filter="gt" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/boardsupport/omaph4/omaph4sdio" mrp="os/boardsupport/omaph4/omaph4sdio/base_omaph4hrp_sdio.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="haitest" long-name="HAI Test Suites" level="test">
-     <component name="bspsvs" long-name="BSP Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/boardsupport/haitest/bspsvs/group/bspsvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="boardsupport_info" long-name="Board Support Info" level="4">
-     <component name="boardsupport_metadata" long-name="Board Support Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/boardsupport/boardsupport_info/boardsupport_metadata/boardsupport_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="ossrv" long-name="Generic OS Services" tech_domain="hb" level="services" levels="physical-abstraction app-libs encoding translation data-services utilities">
-    <collection name="utilitylibraries" long-name="Utility Libraries" level="encoding">
-     <component name="libutils" long-name="Utility Library" origin-model="foundation">
-      <unit bldFile="os/ossrv/utilitylibraries/libutils/group"/>
-      <unit bldFile="os/ossrv/utilitylibraries/libutils/tsrc/group"/>
-      <!-- <unit bldFile="os/ossrv/utilitylibraries/libutils/tsrc/nft/group"/> -->
-     </component>
-    </collection>
-    <collection name="ofdbus" long-name="OF Dbus" level="utilities">
-     <component name="dbus" long-name="Dbus" origin-model="foundation">
-      <unit bldFile="os/ossrv/ofdbus/dbus/group"/>
-      <unit bldFile="os/ossrv/ofdbus/dbus/tsrc/group"/>
-     </component>
-     <component name="dbus-glib" long-name="Dbus glib" origin-model="foundation">
-      <unit bldFile="os/ossrv/ofdbus/dbus-glib/group"/>
-      <unit bldFile="os/ossrv/ofdbus/dbus-glib/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="ofdbus_build" long-name="OF Dbus Build" origin-model="foundation">
-      <unit bldFile="os/ossrv/ofdbus/group"/>
-     </component>
-     <component unofficial="yes" name="ofdbus_test" long-name="OF Dbus Test" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/idle_daemon_run/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/g_n_messages/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/g_file_send/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/send_messages1/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/stif_glib_1_simple_message/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/file_transfer_time/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/g_n_messages1/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ofdbus/tsrc/nft/send_messages/group"/> -->
-     </component>
-    </collection>
-    <collection name="glib" long-name="Glib" level="utilities">
-     <component name="glibbackend" long-name="Glib Backend" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/glibbackend/group"/>
-     </component>
-     <component name="libglib" long-name="Libglib" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/libglib/group"/>
-     </component>
-     <component name="libgthread" long-name="Libg Thread" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/libgthread/group"/>
-     </component>
-     <component name="libgmodule" long-name="Libg Module" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/libgmodule/group"/>
-     </component>
-     <component name="libgobject" long-name="Libg Object" origin-model="foundation">
-      <unit bldFile="os/ossrv/glib/libgobject/group"/>
-     </component>
-     <component unofficial="yes" name="glib_test" long-name="Glib Test" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/glib/tsrc/bc/group"/> -->
-      <unit bldFile="os/ossrv/glib/tsrc/group"/>
-     </component>
-    </collection>
-    <collection name="ssl" long-name="SSL" level="data-services">
-     <component name="libcrypto" long-name="Libcrypto" origin-model="foundation">
-      <unit bldFile="os/ossrv/ssl/libcrypto/group"/>
-     </component>
-     <component name="libssl" long-name="Libssl" origin-model="foundation">
-      <unit bldFile="os/ossrv/ssl/libssl/group"/>
-     </component>
-     <component unofficial="yes" name="ssl_test" long-name="SSL Test" origin-model="foundation">
-      <unit bldFile="os/ossrv/ssl/tsrc/group"/>
-      <!-- <unit bldFile="os/ossrv/ssl/tsrc/bc/group"/> -->
-     </component>
-    </collection>
-    <collection name="stdcpp" long-name="Stdcpp" level="translation">
-     <component unofficial="yes" name="stdcpp_build" long-name="Stdcpp Build" origin-model="foundation">
-      <unit bldFile="os/ossrv/stdcpp/group"/>
-     </component>
-     <component unofficial="yes" name="stdcpp_test" long-name="Stdcpp Test" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/tstdcpp/twsd_manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/tstdcpp/ood_manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/stlport/manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/boost_test/multi_array/manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/tstdcpp/io_manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/boost_test/graph/manual/group"/> -->
-      <!-- <unit bldFile="os/ossrv/stdcpp/tsrc/stdcpp_test/tstdcpp/multithread/manual/group"/> -->
-      <unit bldFile="os/ossrv/stdcpp/tsrc/group"/>
-     </component>
-    </collection>
-    <collection name="stdlibs" long-name="Stdlibs" level="translation">
-     <component name="libz" long-name="Libz" origin-model="foundation">
-      <unit bldFile="os/ossrv/stdlibs/libz/group"/>
-     </component>
-     <component name="libcrypt" long-name="Libcrypt" origin-model="foundation">
-      <unit bldFile="os/ossrv/stdlibs/libcrypt/group"/>
-     </component>
-    </collection>
-    <collection name="genericservices" long-name="Generic Services" level="utilities">
-     <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp" version="9.4"/>
-     </component>
-     <component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
-     </component>
-     <component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
-     </component>
-     <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
-     </component>
-     <component name="activebackupclient" long-name="Active Backup Client" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
-     </component>
-     <component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
-     </component>
-     <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
-     </component>
-    </collection>
-    <collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities">
-     <component name="syslibssvs" long-name="Syslibs Verfication Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/ossrv/syslibsapitest/syslibssvs/group/syslibssvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
-     <component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib.mrp"/>
-     </component>
-    </collection>
-    <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
-     <component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
-     </component>
-     <component name="openenvcore" long-name="Open Environment Core" introduced="tb91" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
-     </component>
-    </collection>
-    <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
-     <component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp" version="2"/>
-     </component>
-     <component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
-     </component>
-    </collection>
-    <collection name="ossrv_info" long-name="Generic OS Services Info" level="utilities">
-     <component unofficial="yes" name="ossrv_test" long-name="Generic OS Services Test" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="ossrv_plat" long-name="Generic OS Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/ossrv/ossrv_plat/libutils/group"/>
-     </component>
-     <component unofficial="yes" name="ossrv_build" long-name="Generic OS Services Build" origin-model="foundation">
-      <unit bldFile="os/ossrv/group"/>
-     </component>
-     <component unofficial="yes" name="ossrv_pub" long-name="Generic OS Services Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/ossrv/ossrv_pub/boost_apis/tsrc/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ossrv_pub/glib_arrays/tsrc/group"/> -->
-      <unit bldFile="os/ossrv/ossrv_pub/group"/>
-      <!-- <unit bldFile="os/ossrv/ossrv_pub/ssl_general_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/ossrv/ossrv_pub/stl/tsrc/group"/> -->
-     </component>
-    <component name="ossrv_metadata" long-name="Generic OS Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/ossrv/ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="security" long-name="OS Security" tech_domain="se" level="services" levels="physical-abstraction plugins libraries management services utilities">
-    <collection name="contentmgmt" long-name="Content Management" level="utilities">
-     <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
-     </component>
-     <component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
-     </component>
-    </collection>
-    <collection name="crypto" long-name="Crypto Libraries" level="libraries">
-     <component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/crypto/weakcrypto/group" mrp="os/security/crypto/weakcrypto/group/security_crypto_weak.mrp"/>
-     </component>
-     <component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
-     </component>
-    </collection>
-    <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
-     <component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
-     </component>
-     <component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
-     </component>
-     <component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
-     </component>
-     <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
-     </component>
-    </collection>
-    <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
-     <component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
-     </component>
-     <component name="securitytools" long-name="Security Tools" introduced="tb92" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
-     </component>
-    </collection>
-    <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
-     <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
-     </component>
-     <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
-     </component>
-     <component name="rootcertificates" long-name="Root Certificates" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit  bldFile="os/security/cryptoservices/rootcertificates/group" mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
-     </component>
-     <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
-     </component>
-    </collection>
-    <collection name="security_info" long-name="OS Security Info" level="utilities">
-     <component name="security_metadata" long-name="OS Security Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/security_info/security_metadata/security_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="persistentdata" long-name="Persistent Data Services" tech_domain="hb" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="featuremgmt" long-name="Feature Management" level="framework">
-     <component name="featuremanager" long-name="Feature Manager" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/featuremgmt/featuremanager/clientdll/group"/> -->
-      <unit bldFile="os/devicesrv/featuremgmt/featuremanager/group"/>
-      <!-- <unit bldFile="os/devicesrv/featuremgmt/featuremanager/serverexe/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/featuremgmt/featuremanager/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="featuremgmt_build" long-name="Feature Management Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/featuremgmt/group"/>
-     </component>
-    <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="tb92" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
-     </component>
-    </collection>
-   <collection name="loggingservices" long-name="Logging Services" level="server">
-     <component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
-     </component>
-     <component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
-     </component>
-<!-- MattD: RFileLogger is in the PDK Overlay and is more recent -->
-<!--     
-     <component name="rfilelogger" long-name="RFile Logger" introduced="9.1" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
-     </component>
--->     
-    </collection>
-    <collection name="traceservices" long-name="Trace Services" level="server">
-     <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
-     </component>
-     <component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
-     </component>
-     <component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
-     </component>
-    </collection>
-    <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
-     <component name="store" long-name="Store" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
-     </component>
-     <component name="dbms" long-name="DBMS" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
-     </component>
-     <component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
-     </component>
-     <component name="sql" long-name="SQL" introduced="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
-     </component>
-    </collection>
-    <collection name="persistentdata_info" long-name="Persistent Data Services Info" level="app-if">
-     <component name="persistentdata_metadata" long-name="Persistent Data Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/persistentdata/persistentdata_info/persistentdata_metadata/persistentdata_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="devicesrv" long-name="Device Services" tech_domain="hb" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="accessoryservices" long-name="Accessory Services" level="framework">
-     <component name="accessorymonitor" long-name="Accessory Monitor" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/accmonconnectionemulator/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/accmonitoringtestmodule/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/accmonitoringtestmodule/tests/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/accmontesttimer/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/stubs/accfwuinotifierstub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/stubs/asystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/tsrc/public/basic/stubs/group"/> -->
-     </component>
-     <component name="accessoryremotecontrol" long-name="Accessory Remote Control" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/dsytesttool/dosservercontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/dsytesttool/dsytfcore/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/dsytesttool/dsytfstifadapter/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/dsytesttool/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/remcontestcontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/stub/audio/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/stub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/stub/phone/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/tsrc/stub/remcon/group"/> -->
-     </component>
-     <component name="accessoryserver" long-name="Accessory Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/dsytesttool/dosservercontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/dsytesttool/dsytfcore/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/dsytesttool/dsytfstifadapter/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/dsytesttool/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/accessorytestcontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/stubs/accfwuinotifierstub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/stubs/asystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/stubs/btasystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/tsrc/public/basic/stubs/group"/> -->
-     </component>
-     <component name="headsetstatusapi" long-name="Headset Status Api" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/headsetstatusapi/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/headsetstatusapi/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="tspclientmapper" long-name="TSP Client Mapper" origin-model="foundation">
-      <unit bldFile="os/devicesrv/accessoryservices/tspclientmapper/group"/>
-      <!-- <unit bldFile="os/devicesrv/accessoryservices/tspclientmapper/tsrc/public/basic/group"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="remotecontrolfw">
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/bearerplugin/group"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/client"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/converterplugin/group"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/reference"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/server/group"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/targetselectorplugin/group"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/test"/>
-       <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/types/group"/>
-     </component>-->
-     <component name="reftsp" origin-model="foundation"/>
-     <component unofficial="yes" name="accessoryservices_build" long-name="Accessory Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/devicesrv/accessoryservices/group"/> -->
-     </component>
-    <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
-     </component>
-    </collection>
-    <collection name="commonservices" long-name="Common Services" level="app-if">
-     <component name="commonengine" long-name="Common Engine" origin-model="foundation">
-      <unit bldFile="os/devicesrv/commonservices/commonengine/group"/>
-      <!-- <unit bldFile="os/devicesrv/commonservices/commonengine/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="commonengineresources" long-name="Common Engine Resources" origin-model="foundation">
-      <unit bldFile="os/devicesrv/commonservices/commonengineresources/group"/>
-     </component>
-     <component name="platformenv" long-name="Platform Env" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/commonservices/platformenv/disknotifyhandler/group"/> -->
-      <unit bldFile="os/devicesrv/commonservices/platformenv/group"/>
-      <!-- <unit bldFile="os/devicesrv/commonservices/platformenv/platformver/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/commonservices/platformenv/sysversioninfo/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/commonservices/platformenv/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="sysutil" long-name="Sysutil" origin-model="foundation">
-      <unit bldFile="os/devicesrv/commonservices/sysutil/group"/>
-      <!-- <unit bldFile="os/devicesrv/commonservices/sysutil/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/commonservices/sysutil/tsrc/public/basic/sysutiltests/group"/> -->
-     </component>
-     <component name="activitymanager" long-name="Activity Manager" origin-model="foundation">
-      <unit bldFile="os/devicesrv/commonservices/activitymanager/group"/>
-      <unit bldFile="os/devicesrv/commonservices/activitymanager/tsrc/public/basic/group"/>
-     </component>
-     <component unofficial="yes" name="commonservices_build" long-name="Common Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/devicesrv/commonservices/group"/> -->
-     </component>
-    </collection>
-    <collection name="dosservices" long-name="Dos Services" level="hw-if">
-     <component name="commondsy" long-name="Common DSY" origin-model="foundation">
-      <unit bldFile="os/devicesrv/dosservices/commondsy/group"/>
-     </component>
-     <component name="dosserver" long-name="Dos Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/dosservices/dosserver/group"/>
-     </component>
-     <component unofficial="yes" name="dosservices_test" long-name="Dos Services Test" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/dsytesttool/dosservercontrol/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/public/basic/stubs/dsystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/dsytesttool/dsytfcore/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/public/basic/dosservertestplugin/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/dsytesttool/dsytfstifadapter/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/dosservices/tsrc/dsytesttool/group"/> -->
-     </component>
-     <component unofficial="yes" name="dosservices_build" long-name="Dos Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/devicesrv/dosservices/group"/> -->
-     </component>
-    </collection>
-    <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
-     <component name="serverexe" long-name="Server Exe" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/serverexe/group"/> -->
-     </component>
-     <component name="hwrmfmtxwatcherplugin" long-name="HWRM FM Transmitter Watcher Plugin" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/hwrmfmtxwatcherplugin/group"/> -->
-     </component>
-     <component name="clientdll" long-name="Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/clientdll/group"/> -->
-     </component>
-     <component name="commondll" long-name="Common DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/commondll/group"/> -->
-     </component>
-     <component name="vibraclientdll" long-name="Vibra Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/vibraclientdll/group"/> -->
-     </component>
-     <component name="extendedlightclientdll" long-name="Extended Light Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/extendedlightclientdll/group"/> -->
-     </component>
-     <component name="lightclientdll" long-name="Light Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/lightclientdll/group"/> -->
-     </component>
-     <component name="fmtxclientdll" long-name="FM TX Client DLL" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/fmtxclientdll/group"/> -->
-     </component>
-     <component name="hwrmtargetmodifierplugin" long-name="HWRM Target Modifier Plugin" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/hwrmtargetmodifierplugin/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/hwrmtargetmodifierplugin/tsrc/hwrmtargetmodifierplugintest/group"/> -->
-     </component>
-     <component name="vibractrl" long-name="Vibra Control" origin-model="foundation">
-      <unit bldFile="os/devicesrv/resourcemgmt/vibractrl/group"/>
-     </component>
-     <component name="hwresourcesmgr" origin-model="foundation">
-      <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/test/group"/>
-      <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/test/plugins/targetmodifierplugin/group"/>
-     </component>
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="powerandmemorynotificationservice"/>-->
-     <component unofficial="yes" name="resourcemgmt_build" long-name="Resource Management Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/resourcemgmt/group"/>
-     </component>
-     <component unofficial="yes" name="resourcemgmt_test" long-name="Resource Management Test" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/resourcemgmt/tsrc/public/basic/group"/> -->
-     </component>
-    <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
-     </component>
-    </collection>
-    <collection name="hwrmhaptics" long-name="HWRM Haptics" level="plugin">
-     <component name="hapticseffectdatagetterfw" long-name="Haptics Effect Data Getter Framework" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticseffectdatagetterfw/group"/>
-     </component>
-     <component name="hapticspluginservice" long-name="Haptics Plugin Service" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginservice/group"/>
-     </component>
-     <component name="hapticspacketizer" long-name="Haptics Packetizer" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticspacketizer/group"/>
-     </component>
-     <component name="hapticspluginmanager" long-name="Haptics Plugin Manager" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginmanager/group"/>
-     </component>
-     <component name="hapticsserver" long-name="Haptics Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticsserver/group"/>
-     </component>
-     <component name="hapticsclient" long-name="Haptics Client" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/hapticsclient/group"/>
-     </component>
-     <component unofficial="yes" name="hwrmhaptics_build" long-name="HWRM Haptics Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/hwrmhaptics/group"/>
-     </component>
-    </collection>
-    <collection name="mediator" long-name="Mediator" level="app-if">
-     <component unofficial="yes" name="mediator_test" long-name="Mediator Test" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/mediator/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/mediator/tsrc/public/basic/stub/group"/> -->
-     </component>
-     <component unofficial="yes" name="mediator_build" long-name="Mediator Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/mediator/group"/>
-     </component>
-    </collection>
-    <collection name="psmservices" long-name="PSM Services" level="app-if">
-     <component name="psmserver" long-name="PSM Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/psmservices/psmserver/group"/>
-      <!-- <unit bldFile="os/devicesrv/psmservices/psmserver/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="psmservices_build" long-name="PSM Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/devicesrv/psmservices/group"/> -->
-     </component>
-    </collection>
-    <collection name="sensorservices" long-name="Sensor Services" level="framework">
-     <component name="sensorserver" long-name="Sensor Server" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sensorservices/sensorserver/group"/>
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/condevalstub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/sensrvcondevalplugin/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/ssystub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensorserver/tsrc/public/basic/sensortestmodule/stubprocess/group"/> -->
-     </component>
-     <component name="orientationssy" long-name="Orientation SSY" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sensorservices/orientationssy/group"/>
-     </component>
-     <component name="tiltcompensationssy" long-name="Tilt Compensation SSY" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sensorservices/tiltcompensationssy/group"/>
-     </component>
-     <component name="sensordatacompensator" long-name="Sensor Data Compensator" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/group"/>
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/tsrc/sensordatacompensatorpluginstub/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/tsrc/sensordatacompensatortest/group"/> -->
-     </component>
-     <component unofficial="yes" name="sensorservices_build" long-name="Sensor Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/devicesrv/sensorservices/group"/> -->
-     </component>
-    </collection>
-    <collection name="sysstatemgmt" long-name="System State Management" level="server">
-     <component name="starter" long-name="Starter" origin-model="foundation">
-      <unit bldFile="os/devicesrv/sysstatemgmt/starter/group"/>
-      <!-- <unit bldFile="os/devicesrv/sysstatemgmt/starter/strtsecnote/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/sysstatemgmt/starter/strtsecobs/group"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="systemstarter">
-       -  <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/sysmondemo/group"/>  -
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tamastarter/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tapstart/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tdscstore/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testappgood"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testappnorv"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testapprvafterretry"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testapprverror"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testappslow"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/testprocgood"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/trestartsys/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tstartsafe/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tstartupproperties/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tsysmon/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tsysstart/group"/>
-       <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/test/tsysstart2/group"/>
-     </component>-->
-     <component unofficial="yes" name="sysstatemgmt_build" long-name="System State Management Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/devicesrv/sysstatemgmt/group"/> -->
-     </component>
-     <component unofficial="yes" name="sysstatemgmt_test" long-name="System State Management Test" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/sysstatemgmt/tsrc/public/basic/group"/> -->
-     </component>
-    <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
-     </component>
-    </collection>
-    <collection name="devicesrvapitest" long-name="Devices Services API Tests" level="app-if">
-     <component name="accessorieshaitest" long-name="Accessories HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="devicesrvapitest/accessorieshaitest/gropup/accessorieshai.mrp"/>
-	-->
-     </component>
-     <component name="hwrmhaitest" long-name="HWRM HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="devicesrvapitest/hwrmhaitest/group/hwrmhai.mrp"/>
-	-->
-     </component>
-    </collection>
-    <collection name="devicesrv_info" long-name="Device Services Info" level="app-if">
-     <component unofficial="yes" name="devicesrv_pub" long-name="Device Services Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/accessory_monitoring_api/tsrc/bc/accmonapibctests/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/feature_discovery_api/tsrc/bc/featurediscovery/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/find_item_api/tsrc/bc/finditem/group"/> -->
-      <unit bldFile="os/devicesrv/devicesrv_pub/group"/>
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/hwrm_power_state_api/tsrc/bc/powerstate/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/light_api/tsrc/bc/light/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/phone_parser_api/tsrc/bc/phoneparser/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/platform_environment_api/tsrc/bc/platformenv/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/sensor_channel_api/tsrc/bc/sensor/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/sensor_data_compensator_api/tsrc/bc/sensordatacompensatortest/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/sysutil_api/tsrc/bc/sysutil/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/text_resolver_api/tsrc/bc/textresolver/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/version_info_api/tsrc/bc/platformvertest/group"/> -->
-      <!-- <unit bldFile="os/devicesrv/devicesrv_pub/vibra_api/tsrc/bc/vibra/group"/> -->
-     </component>
-     <component unofficial="yes" name="devicesrv_build" long-name="Device Services Build" origin-model="foundation">
-      <unit bldFile="os/devicesrv/group"/>
-     </component>
-     <component unofficial="yes" name="devicesrv_plat" long-name="Device Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/devicesrv/devicesrv_plat/activity_manager_api/tsrc/group"/> -->
-      <unit bldFile="os/devicesrv/devicesrv_plat/group"/>
-     </component>
-    <component name="devicesrv_metadata" long-name="Device Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/devicesrv/devicesrv_info/devicesrv_metadata/devicesrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="lbs" long-name="Locating Services" tech_domain="lo" level="services" levels="hw-if data-acquisition adaptation management application-interface">
-    <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
-     <component name="locationnpppsy" long-name="Location NPP PSY" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/genericpositioningplugins/locationnpppsy/group"/>
-     </component>
-     <component name="locationsuplpsy" long-name="Location SUPL PSY" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/genericpositioningplugins/locationsuplpsy/group"/>
-     </component>
-    <component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
-     </component>
-     <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
-     </component>
-     <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
-     </component>
-     <component name="n:agpsintegrationmodule" long-name="A-GPS Integration Module" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/lbs/datasourcemodules/agpsintegrationmodule/group" mrp="os/lbs/datasourcemodules/agpsintegrationmodule/group/lbs_datasourceplugins.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
-     <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
-     </component>
-    </collection>
-    <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
-     <component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
-     </component>
-     <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
-     </component>
-    </collection>
-    <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
-     <component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
-     </component>
-     <component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
-     </component>
-    </collection>
-    <collection name="locationmgmt" long-name="Location Management" level="management">
-     <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
-     </component>
-     <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
-     </component>
-     <component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
-     </component>
-     <component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
-     <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
-     </component>
-     <component name="n:suplprotocolmodule" long-name="SUPL Protocol Module" introduced="tb91" deprecated="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="lbsapitest" long-name="Location API Tests" level="application-interface">
-     <component name="lbshaitest" long-name="Location HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="lbsapitest/lbshaitest/group/lbshai.mrp"/>
-	-->
-     </component>
-    </collection>
-    <collection name="lbs_info" long-name="Locating Services Info" level="application-interface">
-     <component unofficial="yes" name="lbs_build" long-name="Locating Services Build" origin-model="foundation">
-      <unit bldFile="os/lbs/group"/>
-     </component>
-    <component name="lbs_metadata" long-name="Locating Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/lbs/lbs_info/lbs_metadata/lbs_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="commsfw" long-name="Communications Framework" tech_domain="dc" level="services" levels="server support framework process app-if">
-    <collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
-     <component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsinfrastructureapitest/commsinfrastructuresvs/group/commsinfrastructuresvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsprocess" long-name="Comms Process" level="process">
-     <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
-     </component>
-     <component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
-     </component>
-    </collection>
-	<!-- Collection manually added due to faulty merge XSLT -->
-	<collection name="commsconfig" long-name="Comms Config" level="process">
-	 <component name="commsdatabase" long-name="Comms Database" purpose="mandatory">
-	  <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
-	 </component>
-	 <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory">
-	  <unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
-	 </component>
-	</collection>
-    <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
-     <component name="esockserver" long-name="ESock Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="2"/>
-     </component>
-     <component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp" version="2"/>
-     </component>
-     <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp" version="1"/>
-     </component>
-     <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
-     </component>
-     <component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
-     </component>
-     <component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
-     </component>
-    </collection>
-    <collection name="serialserver" long-name="Serial Server" level="server">
-     <component name="serialportcsy" long-name="Serial Port CSY" introduced="ER5" purpose="optional" class="placeholder" plugin="Y" origin-model="Symbian">
-      <!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
-     </component>
-     <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
-     </component>
-     <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
-     </component>
-     <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
-     </component>
-     <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
-     <component name="refcpr" long-name="Reference CPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
-     </component>
-     <component name="refscpr" long-name="Reference SCPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
-     <component name="commfw" long-name="Comms Framework" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
-     </component>
-     <component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
-     <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
-     </component>
-     <component name="commsfw_metadata" long-name="Communications Framework Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfw_info/commsfw_metadata/commsfw_metadata.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
-     <component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
-     <!-- Removing GT commdb
-<component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC">
-<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
-</component>
--->
-     <!-- <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC">
-<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
-</component> -->
-     <component name="commstools" long-name="Comms Tools" introduced="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="networkingsrv" long-name="Networking Services" tech_domain="dc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="commsdb" long-name="Comms DB" level="server">
-     <component name="s60_commsdb" long-name="S60 Commsdb" origin-model="foundation">
-      <unit bldFile="os/networkingsrv/commsdb/s60_commsdb/group"/>
-     </component>
-     <component unofficial="yes" name="commsdb_build" long-name="Comms DB Build" origin-model="foundation">
-      <unit bldFile="os/networkingsrv/commsdb/group"/>
-     </component>
-    </collection>
-    <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
-     <component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
-     </component>
-    </collection>
-    <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
-     <component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
-     </component>
-     <component name="dndconfig" long-name="DND Config" introduced="7.0" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
-     </component>
-     <component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
-     </component>
-     <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="tb91" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
-     <component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
-     <component name="ethernetnif" long-name="Ethernet NIF" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
-     </component>
-     <component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" introduced="7.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
-     </component>
-     <component name="pppnif" long-name="PPP NIF" introduced="ER5" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp" version="1"/>
-     </component>
-     <component name="pppconfig" long-name="PPP Config" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp" version="1"/>
-     </component>
-     <component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
-     </component>
-     <component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
-     <component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkcontrol" long-name="Network Control" level="plugin">
-     <component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
-     </component>
-     <component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
-     </component>
-     <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
-     </component>
-     <component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
-     </component>
-     <component name="ipcpr" long-name="IP CPR" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
-     </component>
-     <component name="ipscpr" long-name="IP SCPR" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
-     </component>
-     <component name="ipcprshim" long-name="IP CPR Shim" deprecated="Future" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
-     <component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
-     </component>
-     <component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
-     </component>
-     <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
-     </component>
-     <component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
-     </component>
-     <component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
-     </component>
-    </collection>
-    <collection name="networksecurity" long-name="Network Security" level="framework">
-     <component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
-     </component>
-     <component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
-     </component>
-     <component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
-     </component>
-     <component name="ipsecvpn" long-name="IPsec VPN" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DEF140049"
-        <unit bldFile="networksecurity/ipsecvpn/group" mrp="networksecurity/ipsecvpn/group/networking_ipsecvpn.mrp"/>
-		-->
-     </component>
-    </collection>
-    <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
-     <component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
-     </component>
-     <component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
-     </component>
-     <component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
-     </component>
-     <component name="ipprobe" long-name="IP Probe" introduced="7.0s" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
-     </component>
-     <component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
-     </component>
-     <component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
-     </component>
-     <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
-     <component unofficial="yes" name="networkingsrv_build" long-name="Networking Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/networkingsrv/group"/> -->
-     </component>
-    <component name="networkingrom" long-name="Networking ROM" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!--  production component: contains the IBY files -->
-      <unit bldFile="os/networkingsrv/networkingsrv_info/networkingrom/group" mrp="os/networkingsrv/networkingsrv_info/networkingrom/group/networking_general.mrp"/>
-     </component>
-     <component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
-     </component>
-     <component name="networkingsrv_metadata" long-name="Networking Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingsrv_info/networkingsrv_metadata/networkingsrv_metadata.mrp"/>
-     </component>
-    </collection>
-   <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
-     <component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="wlan" long-name="WLAN" tech_domain="dc" level="services" levels="hw low mid high tools test">
-    <collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
-     <component name="wlanpsmplugin" long-name="WLAN PSM Plugin" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlanpsmplugin/group"/>
-     </component>
-     <component name="wlanagent" long-name="WLAN Agent" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlanagent/group"/>
-     </component>
-     <component name="wlandbif_cd" long-name="WLAN CommsDat interface" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlandbif_cd/group"/>
-     </component>
-     <component name="wlanengine" long-name="WLAN Engine" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group"/>
-     </component>
-     <component name="wlanldd" long-name="WLAN LDD" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group"/>
-     </component>
-     <component name="wlannwif" long-name="WLAN Network Interface" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/wlannwif/group"/>
-     </component>
-     <component unofficial="yes" name="wlan_bearer_build" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_bearer/group"/>
-     </component>
-    </collection>
-    <collection name="wlantools" long-name="WLAN Tools" level="tools">
-     <component name="dut" long-name="Dut" origin-model="foundation"/>
-     <component name="ping" long-name="Ping" origin-model="foundation"/>
-    </collection>
-    <collection name="wlanapitest" long-name="WLAN API Tests" level="test">
-     <component name="wlanhaitest" long-name="WLAN HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="wlanapitest/wlanhaitest/group/wlanhai.mrp"/>
-	-->
-     </component>
-    </collection>
-    <collection name="wlan_info" long-name="WLAN Info" level="test">
-     <component unofficial="yes" name="wlan_pub" long-name="WLAN Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_pub/group"/>
-     </component>
-     <component unofficial="yes" name="wlan_build" long-name="WLAN Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/wlan/group"/> -->
-     </component>
-     <component unofficial="yes" name="wlan_plat" long-name="WLAN Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/wlan/wlan_plat/group"/>
-     </component>
-    <component name="wlan_metadata" long-name="WLAN Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/wlan/wlan_info/wlan_metadata/wlan_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="cellularsrv" long-name="Cellular Baseband Services" tech_domain="vc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
-     <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
-     </component>
-    </collection>
-    <collection name="fax" long-name="Fax" level="server">
-     <component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
-     </component>
-    </collection>
-    <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
-     <component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
-     </component>
-     <component name="n:cdmasmsstack" long-name="CDMA SMS Stack" introduced="8.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/cellularsrv/smsprotocols/cdmasmsstack/group" mrp="os/cellularsrv/smsprotocols/cdmasmsstack/group/nbprotocols_cdmasmsstack.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
-     <component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
-     </component>
-     <component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
-     </component>
-     <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
-     </component>
-     <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
-     </component>
-     <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
-     </component>
-     <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
-     </component>
-     <component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
-     </component>
-     <component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
-     </component>
-     <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyserver" long-name="Telephony Server" level="server">
-     <component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
-     </component>
-     <component name="etelconfig" long-name="ETel Config" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
-     </component>
-     <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
-     </component>
-     <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
-     </component>
-     <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
-     </component>
-     <component name="n:etelcdma" long-name="ETel CDMA" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/cellularsrv/telephonyserver/etelcdma/group" mrp="os/cellularsrv/telephonyserver/etelcdma/group/telephony_etelcdma.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
-     <!--Component manually removed, already declared in OS-->
-     <!--<component name="common_tsy">
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/component/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/component/mockltsy/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/component/mockltsy/mockltsy/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/component/mockltsy/mockltsydll/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/integration/group"/>  -
-       -  <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/test/integration/testsuites/group"/>  -
-     </component>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="multimodetsy"/>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="cdmatsy"/>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="simtsy"/>-->
-    <component name="common_tsy" long-name="Common TSY" introduced="tb92" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
-     </component>
-     <component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/licenseetsystub/group" mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp"/>
-     </component>
-     <component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
-     </component>
-     <component name="cdmatsy" long-name="CDMA TSY" introduced="7.0" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/>
-     </component>
-     <component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
-     </component>
-    </collection>
-    <collection name="commonnetworkinterface" long-name="Common Network Interface" level="hw-if">
-     <component name="gennif" long-name="Generic NIF" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/commonnetworkinterface/gennif/group"/>
-     </component>
-     <component name="gprsumtsagent" long-name="GPRS UMTS Agent" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/commonnetworkinterface/gprsumtsagent/group"/>
-     </component>
-     <component unofficial="yes" name="commonnetworkinterface_build" long-name="Common Network Interface Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/cellularsrv/commonnetworkinterface/group"/> -->
-     </component>
-    </collection>
-    <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
-     <component name="isc_if" long-name="ISC Interface" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/basebandabstraction/isc_if/group"/>
-     </component>
-     <!--Component manually removed and merged to OS, unit originately commented out by Bob's script-->
-     <!--<component name="basebandchanneladaptor">
-       -  <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/test/te_bca/group"/>  -
-     </component>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="intersystemcomm"/>-->
-    <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
-     </component>
-     <component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
-     </component>
-    </collection>
-	<!-- Collection manually added due to faulty merge XSLT -->
-	<collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
-	 <component name="dial" long-name="Dial" deprecated="9.1" purpose="optional">
-	  <unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
-	 </component>
-	 <component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y">
-	  <unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
-	 </component>
-	 <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory">
-	  <unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
-	 </component>
-	</collection>
-    <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
-     <component unofficial="yes" name="cellularsrv_build" long-name="Cellular Baseband Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/cellularsrv/group"/> -->
-     </component>
-     <component unofficial="yes" name="cellularsrv_plat" long-name="Cellular Baseband Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/cellularsrv/cellularsrv_plat/group"/>
-     </component>
-    <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
-     </component>
-     <component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
-     </component>
-     <component name="cellularsrv_metadata" long-name="Cellular Baseband Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/cellularsrv_metadata/cellularsrv_metadata.mrp"/>
-     </component>
-    </collection>
-   <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
-     <component name="mocksy" long-name="MockSY" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
-     </component>
-    </collection>
-    <collection name="cellularsrvapitest" long-name="Telephony API Tests" level="app-if">
-     <component name="datatransferhaitest" long-name="Data Transfer HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="cellularsrvapitest/datatransferhaitest/group/datatransferhai.mrp"/>
-	-->
-     </component>
-     <component name="telephonyhaitest" long-name="Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="cellularsrvapitest/telephonyhaitest/group/telephonyhai.mrp"/>
-	-->
-     </component>
-     <component name="telephonydevsoundhaitest" long-name="DevSound Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-	<unit mrp="cellularsrvapitest/telephonydevsoundhaitest/group/telephonydevsoundhai.mrp"/>
-	-->
-     </component>
-    </collection>
-   </block>
-   <block name="mm" long-name="Multimedia" tech_domain="mm" level="services" levels="adaptation hw-if device-fw devices middleware app-if">
-    <collection name="audio" long-name="Audio Codecs" level="middleware">
-     <component name="arm_cmmf_codecs" long-name="ARM CMMF Codecs" origin-model="foundation">
-      <unit bldFile="os/mm/audio/arm_cmmf_codecs/group"/>
-     </component>
-     <component unofficial="yes" name="audio_build" long-name="Audio Codecs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/mm/audio/group"/> -->
-     </component>
-    </collection>
-    <collection name="video" long-name="Video Codecs" level="middleware">
-     <component name="arm_mdf_decoders" long-name="ARM MDF Decoders" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/mm/video/group"/> -->
-     </component>
-    </collection>
-    <collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw">
-     <component name="drmaudioplayer" long-name="DRM Audio Player" origin-model="foundation">
-      <!-- <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/drmplayserver/group"/> -->
-      <!-- <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/drmplayutility/group"/> -->
-      <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/group"/>
-     </component>
-     <component name="mmextfw" long-name="MM Ext Framework" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/mmextfw/group"/>
-     </component>
-     <component name="audiorouting" long-name="Audio Routing" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/audiorouting/group"/>
-     </component>
-     <component name="effects" long-name="Effects" origin-model="foundation">
-      <!-- <unit bldFile="os/mm/devsoundextensions/effects/effecttest"/> -->
-      <unit bldFile="os/mm/devsoundextensions/effects/group"/>
-     </component>
-     <component name="effectspresets" long-name="Effects Presets" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/effectspresets/group"/>
-     </component>
-     <component name="telephonyaudiorouting" long-name="Telephony Audio Routing" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/group"/>
-      <!-- <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/server/group"/> -->
-      <!-- <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/session/group"/> -->
-      <!-- <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/telephonyaudioroutingbase/group"/> -->
-      <!-- <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/telephonyaudioroutingmanager/group"/> -->
-     </component>
-     <component name="mmfcustominterfaces" long-name="MMF Custom Interfaces" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/group"/>
-     </component>
-     <component name="addeddevsoundcontrol" long-name="Added DevSound Control" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/addeddevsoundcontrol/group"/>
-     </component>
-     <component name="globalaudiosettings" long-name="Global Audio Settings" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/globalaudiosettings/group"/>
-     </component>
-     <component name="restrictedaudiooutput" long-name="Restricted Audio Output" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/restrictedaudiooutput/group"/>
-     </component>
-     <component name="ciextnfactoryplugins" long-name="CI Extension Factory Plugins" origin-model="foundation">
-      <unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/group"/>
-     </component>
-     <component unofficial="yes" name="devsoundextensions_build" long-name="Devsound Extensions Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/mm/devsoundextensions/group"/> -->
-     </component>
-    </collection>
-    <collection name="mdfdevvideoextensions" long-name="MDF devvideo Extensions" level="device-fw">
-     <component name="arm_mdf_postprocessor" long-name="ARM MDF Postprocessor" origin-model="foundation">
-      <unit bldFile="os/mm/mdfdevvideoextensions/arm_mdf_postprocessor/group"/>
-     </component>
-     <component unofficial="yes" name="mdfdevvideoextensions_build" long-name="MDF devvideo Extensions Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/mm/mdfdevvideoextensions/group"/> -->
-     </component>
-    </collection>
-    <collection name="videoadaptationextensions" long-name="Video Adaptation Extensions" level="adaptation">
-     <component name="postingsurface" long-name="Posting Surface" origin-model="foundation">
-      <unit bldFile="os/mm/videoadaptationextensions/postingsurface/group"/>
-     </component>
-     <component unofficial="yes" name="videoadaptationextensions_build" long-name="Video Adaptation Extensions Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/mm/videoadaptationextensions/group"/> -->
-     </component>
-    </collection>
-    <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
-     <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
-     </component>
-     <component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
-     </component>
-     <component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
-     </component>
-     <component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/camerafw/group" mrp="os/mm/imagingandcamerafws/camerafw/group/multimedia_ecam_framework.mrp"/>
-     </component>
-     <component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
-     <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmlibs/mmutilitylib/group" mrp="os/mm/mmlibs/mmutilitylib/group/multimedia_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
-     <component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
-      <!-- PLACEHOLDER="DEF137831" REMOVE -->
-      <!-- PLACEHOLDER="DEF137831"
-		<unit bldFile="mmplugins/imagingplugins/plugins/group" mrp="mmplugins/imagingplugins/plugins/group/multimedia_icl_plugin.mrp"/>
-		-->
-     </component>
-     <component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/mmplugins/cameraplugins/group" mrp="os/mm/mmplugins/cameraplugins/group/multimedia_ecam_plugins.mrp"/>
-     </component>
-     <component name="3gplib" long-name="3GP Library" introduced="Future" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
-     </component>
-     <component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mm_info" long-name="Multimedia Info" level="app-if">
-     <component unofficial="yes" name="mm_pub" long-name="Multimedia Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/mm/mm_pub/audio_effects_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_pub/audio_effects_presets_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_pub/drm_audio_player_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_pub/group"/>
-     </component>
-     <component unofficial="yes" name="mm_build" long-name="Multimedia Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/mm/group"/> -->
-     </component>
-     <component unofficial="yes" name="mm_test" long-name="Multimedia Test" origin-model="foundation">
-      <!-- <unit bldFile="os/mm/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mm_plat" long-name="Multimedia Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/mm/mm_plat/aac_decoder_config_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/audio_routing_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/audio_visualization_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/error_concealment_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/g711_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/g711_encoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/g729_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/g729_encoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/global_audio_settings_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/group"/>
-      <unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/ra8_decoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/restricted_audio_output_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/sbc_encoder_interface_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/speech_encoder_config_api/tsrc/group"/>
-      <unit bldFile="os/mm/mm_plat/wma_decoder_interface_api/tsrc/group"/>
-     </component>
-    <component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
-     </component>
-     <component name="mm_metadata" long-name="Multimedia Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mm_info/mm_metadata/mm_metadata.mrp"/>
-     </component>
-    </collection>
-   <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
-     <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
-     <component name="n:mdf" long-name="Media Device Framework" introduced="9.2" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmdevicefw/mdf/group" mrp="os/mm/mmdevicefw/mdf/group/multimedia_mdf.mrp"/>
-     </component>
-     <component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
-     </component>
-     <component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
-     <component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
-     </component>
-     <component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
-     </component>
-     <component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
-     </component>
-     <component name="mmtesttools" long-name="Multimedia Test Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
-     <component name="openmax" long-name="OpenMAX" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
-     </component>
-    </collection>
-    <collection name="devsound" long-name="Sound Device" level="devices">
-     <component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
-     </component>
-     <component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
-     </component>
-     <component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
-     </component>
-     <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
-     </component>
-     <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
-     </component>
-     <component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
-     </component>
-     <component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
-     </component>
-     <component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
-     </component>
-     <component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
-     </component>
-     <component name="a3fsrvstart" long-name="A3F Server Start" introduced="tb92" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
-     <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
-     </component>
-     <component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
-     </component>
-     <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
-     </component>
-     <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
-     </component>
-     <component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/videohai/group" mrp="os/mm/mmhais/videohai/group/multimedia_videohai.mrp"/>
-     </component>
-     <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
-     </component>
-     <component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
-     <component name="mmsvs" long-name="Multimedia Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmapitest/mmsvs/group/mmsvs.mrp"/>
-     </component>
-     <component name="devvideohaitest" long-name="DevVideo HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="mmapitest/devvideohaitest/group/devvideohai.mrp"/>
-	-->
-     </component>
-     <component name="devsoundhaitest" long-name="DevSound HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="mmapitest/devsoundhaitest/group/devsoundhai.mrp"/>
-	-->
-     </component>
-     <component name="devsoundexthaitest" long-name="DevSound Extensions HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="mmapitest/devsoundexthaitest/group/devsoundexthai.mrp"/>
-	-->
-     </component>
-    </collection>
-   </block>
-   <block name="imagingext" long-name="Imaging Extensions" tech_domain="mm" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="imageadaptationextensions" long-name="Image Adaptation Extensions" level="app-if">
-     <component name="iclextjpegapi" long-name="ICL Ext JPEG API" origin-model="foundation">
-      <unit bldFile="os/imagingext/imageadaptationextensions/iclextjpegapi/group"/>
-     </component>
-     <component unofficial="yes" name="imageadaptationextensions_build" long-name="Image Adaptation Extensions Build" origin-model="foundation">
-      <unit bldFile="os/imagingext/imageadaptationextensions/group"/>
-     </component>
-    </collection>
-    <collection name="imagingmodules" long-name="Imaging Modules" level="hw-if">
-     <component name="exiflib" long-name="Exif Lib" origin-model="foundation">
-      <unit bldFile="os/imagingext/imagingmodules/exiflib/group"/>
-     </component>
-     <component name="jp2kcodec" long-name="JP2K Codec" origin-model="foundation">
-      <unit bldFile="os/imagingext/imagingmodules/jp2kcodec/group"/>
-     </component>
-     <component name="h264avcvideoencarm" long-name="H264AVC VideoEnc ARM" origin-model="foundation"/>
-     <component name="videoencpluginarm" long-name="VideoEnc Plugin ARM" origin-model="foundation"/>
-    </collection>
-    <collection name="imagingext_info" long-name="Imaging Extensions Info" level="app-if">
-     <component unofficial="yes" name="imagingext_plat" long-name="Imaging Extensions Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/imagingext/imagingext_plat/group"/>
-     </component>
-     <component unofficial="yes" name="imagingext_build" long-name="Imaging Extensions Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/imagingext/group"/> -->
-     </component>
-     <component unofficial="yes" name="imagingext_pub" long-name="Imaging Extensions Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/imagingext/imagingext_pub/exif_api/tsrc/group"/> -->
-      <unit bldFile="os/imagingext/imagingext_pub/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="graphics" long-name="Graphics" tech_domain="ui" level="services" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
-    <collection name="graphicsaccelaration" long-name="Graphics Accelaration" level="adaptation">
-     <component name="vgi" long-name="VGI" origin-model="foundation">
-      <unit bldFile="os/graphics/graphicsaccelaration/vgi/group"/>
-     </component>
-     <component name="2d_openvg_1_0" long-name="2D Open VG 1.0" origin-model="foundation"/>
-     <component name="3d_opengl_es_1_1" long-name="3d OpenGL ES 1.1" origin-model="foundation"/>
-    </collection>
-    <collection name="m3g" long-name="M3G" level="internal-adaptations">
-     <component name="m3gcore11" long-name="M3G Core 11" origin-model="foundation">
-      <unit bldFile="os/graphics/m3g/m3gcore11/group"/>
-     </component>
-    </collection>
-    <collection name="graphicstest" long-name="Graphics Test" level="app-if">
-     <component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
-     </component>
-     <component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphics_info" long-name="Graphics Info" level="app-if">
-     <component unofficial="yes" name="graphicssvs" origin-model="foundation">
-      <!-- <unit bldFile="os/graphics/graphicsapitest/graphicssvs/wserv/animplugin/group"/> -->
-      <!-- <unit bldFile="os/graphics/graphicsapitest/graphicssvs/wserv/twsgraphicshare"/> -->
-	  <unit mrp="os/graphics/graphicsapitest/graphicssvs/group/graphicssvs.mrp"/>
-     </component>
-     <component unofficial="yes" name="graphics_pub" long-name="Graphics Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/graphics/graphics_pub/group"/> -->
-     </component>
-     <component unofficial="yes" name="graphics_build" long-name="Graphics Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/graphics/group"/> -->
-     </component>
-     <component unofficial="yes" name="graphics_plat" long-name="Graphics Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/graphics/graphics_plat/group"/>
-     </component>
-    <component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
-     </component>
-     <component name="graphics_metadata" long-name="Graphics Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphics_info/graphics_metadata/graphics_metadata.mrp"/>
-     </component>
-    </collection>
-   <collection name="windowing" long-name="Windowing" level="app-if">
-     <component name="windowserver" long-name="Window Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
-     </component>
-    </collection>
-    <collection name="printingservices" long-name="Printing Services" level="app-if">
-     <component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
-     </component>
-     <component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
-     </component>
-    </collection>
-    <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
-     <component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
-     </component>
-    </collection>
-    <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
-     <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
-     </component>
-     <component name="n:openglesimplementation" long-name="OpenGL ES Implementation" filter="gt" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/graphics/opengles/openglesimplementation/group/" mrp="os/graphics/opengles/openglesimplementation/group/graphics_opengles.mrp"/> -->
-     </component>
-     <component name="n:openglesdisplayproperties" long-name="OpenGL ES Display Properties" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/graphics/opengles/openglesdisplayproperties/group" mrp="os/graphics/opengles/openglesdisplayproperties/group/graphics_openglesdisplayproperty.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
-     <component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
-     </component>
-	 <component name="openvg11" long-name="OpenVG11" level="internal-adaptations">
-      <unit bldFile="os/graphics/openvg/openvginterface/group/openvg11"/>
-     </component>
-    </collection>
-    <collection name="egl" long-name="EGL" level="internal-adaptations">
-     <component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
-     </component>
-     <component name="n:eglimplementation" long-name="EGL Implementation" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/graphics/egl/eglimplementation/group/" mrp="os/graphics/egl/eglimplementation/group/graphics_egl.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
-     <component name="gdi" long-name="GDI" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/gdi/group" mrp="os/graphics/graphicsdeviceinterface/gdi/group/graphics_gdi.mrp"/>
-     </component>
-     <component name="bitgdi" long-name="BitGDI" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
-     </component>
-     <component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
-     </component>
-     <component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
-	 <!-- Following component removed to avoid bmconv.exe collision with S60 version, collaterals: fontcomp.exe not built by OS anymore -->
-<!--     <component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
-     </component>
--->
-    </collection>
-    <collection name="graphcisapitest" long-name="Graphics API Tests" level="app-if">
-     <component name="screendriverhaitest" long-name="Screen Driver HAI Tests" introduced="tb91" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DS.1645"
-      <unit mrp="graphicsapitest/screendriverhaitest/group/screendriverhai.mrp"/>
-	-->
-     </component>
-    </collection>
-   </block>
-   <block name="textandloc" long-name="Text and Localisation" tech_domain="ui" level="services" levels="encoding util fonts tools text">
-    <collection name="charconvfw" long-name="Character Conversion FW" level="encoding">
-     <component name="charconv" long-name="Charconv" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/charconv/ongoing/group"/>
-     </component>
-     <component name="charconvplugin" long-name="Charconv Plugin" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/charconvplugin/group"/>
-     </component>
-     <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional" plugin="N" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="charconvplugins"/>-->
-    <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
-     </component>
-     <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
-     </component>
-    </collection>
-    <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
-     <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
-     </component>
-     <component name="fontstore" long-name="Font Store" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
-     </component>
-     <component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for text code from GDI -->
-     </component>
-     <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
-     </component>
-     <component name="n:itypefontrasteriser" long-name="iType Font Rasteriser" filter="gt" introduced="tb92" purpose="development" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/graphics/fbs/itypefontrasteriser/group" mrp="os/graphics/fbs/itypefontrasteriser/group/graphics_itype.mrp"/> -->
-     </component>
-     <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
-     </component>
-     <component name="n:testfonts" long-name="Test Fonts" filter="gt" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/textandloc/fontservices/graphicstestfonts/group" mrp="os/textandloc/fontservices/graphicstestfonts/group/graphics_testfonts.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="textlayout" long-name="Text Layout" level="text">
-     <component name="texthandling" long-name="Text Handling" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
-     </component>
-     <component name="textformatting" long-name="Text Formatting" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
-     </component>
-     <component name="word" long-name="Word" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
-     </component>
-    </collection>
-    <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
-     <component name="localizer" long-name="Localizer" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/localizer/group"/>
-     </component>
-     <component name="findutil" long-name="Find Util" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/findutil/group"/>
-     </component>
-     <component name="numbergrouping" long-name="Number Grouping" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/numbergrouping/group"/>
-     </component>
-     <component name="gamerecognizer" long-name="Game Recognizer" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/gamerecognizer/group"/>
-     </component>
-     <component name="jplangutil" long-name="JP Lang Util" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/jplangutil/group"/>
-     </component>
-     <component name="sortutil" long-name="Sort Util" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/sortutil/group"/>
-     </component>
-     <component name="aknjapanesereading" long-name="Akn Japanese Reading" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/aknjapanesereading/group"/>
-     </component>
-     <component name="inlinetext" long-name="Inline Text" origin-model="foundation">
-      <unit bldFile="os/textandloc/charconvfw/inlinetext/group"/>
-     </component>
-    <component name="nearestlangutil" long-name="Nearest Language Util" introduced="tb91" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from bafl -->
-     </component>
-     <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
-     </component>
-    </collection>
-    <collection name="localesupport" long-name="Locale Support" level="util">
-     <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
-     </component>
-     <component name="initlocale" long-name="Initialise Locale" introduced="tb91" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from bafl -->
-     </component>
-    </collection>
-    <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
-     <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from GDI Tools -->
-     </component>
-     <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
-     </component>
-    </collection>
-    <collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
-     <component unofficial="yes" name="textandloc_pub" long-name="Text and Localisation Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/textandloc/textandloc_pub/character_conversion_plugin_provider_api/tsrc/group"/> -->
-      <unit bldFile="os/textandloc/textandloc_pub/group"/>
-     </component>
-     <component unofficial="yes" name="textandloc_build" long-name="Text and Localisation Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/textandloc/group"/> -->
-     </component>
-     <component unofficial="yes" name="textandloc_plat" long-name="Text and Localisation Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="os/textandloc/textandloc_plat/findutil_api/tsrc/group"/> -->
-      <unit bldFile="os/textandloc/textandloc_plat/group"/>
-      <!-- <unit bldFile="os/textandloc/textandloc_plat/sortutil_api/tsrc/group"/> -->
-     </component>
-    <component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="xmlsrv" long-name="XML Services" tech_domain="rt" level="services" levels="plugin server framework generic specific">
-    <collection name="xmlengine" long-name="XML Engine" level="server">
-     <component name="libxml2" long-name="Libxml2" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/libxml2/group"/>
-     </component>
-     <component name="xmlengineutils" long-name="XML Engine Utils" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/xmlengineutils/group"/>
-     </component>
-     <component name="domxpathwrapper" long-name="DOM XPath Wrapper" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/domxpathwrapper/group"/>
-     </component>
-     <component name="xmlengineserializer" long-name="XML Engines Erializer" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/xmlengineserializer/group"/>
-     </component>
-     <component name="xmlenginesaxplugin" long-name="XML Engine SAX Plugin" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlengine/xmlenginesaxplugin/group"/>
-     </component>
-     <component unofficial="yes" name="xmlengine_build" long-name="XML Engine Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/xmlsrv/xmlengine/group"/> -->
-     </component>
-    </collection>
-    <collection name="xmlsecurityengine" long-name="XML Security Engine" level="framework">
-     <component name="xmlseccertman" long-name="XML Security Certman" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccertman/group"/>
-     </component>
-     <component name="xmlsec" long-name="XML Security" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsec/group"/>
-     </component>
-     <component name="xmlseccrypto" long-name="XML Security Crypto" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccrypto/group"/>
-     </component>
-     <component name="xmlsecwrapper" long-name="XML Security Wrapper" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsecwrapper/group"/>
-     </component>
-     <component unofficial="yes" name="xmlsecurityengine_build" long-name="XML Security Engine Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/xmlsrv/xmlsecurityengine/group"/> -->
-     </component>
-    </collection>
-    <collection name="xml" long-name="XML" level="generic">
-     <component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
-     </component>
-     <component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
-     </component>
-     <component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
-     </component>
-    </collection>
-    <collection name="xmlsrv_info" long-name="XML Services Info" level="specific">
-     <component unofficial="yes" name="xmlsrv_plat" long-name="XML Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsrv_plat/group"/>
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_encryption_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_serializer_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_engine_xpath_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_security_engine_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_plat/xml_signature_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="xmlsrv_build" long-name="XML Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/xmlsrv/group"/> -->
-     </component>
-     <component unofficial="yes" name="xmlsrv_pub" long-name="XML Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="os/xmlsrv/xmlsrv_pub/group"/>
-      <!-- <unit bldFile="os/xmlsrv/xmlsrv_pub/xml_engine_dom_api/tsrc/group"/> -->
-     </component>
-    <component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="deviceplatformrelease" long-name="Device Platform Release" tech_domain="to" level="services" levels="bld mid top">
-    <collection name="s60extras" long-name="S60 Extras" level="mid">
-     <component name="s60extras_build" long-name="S60 Extras Component" origin-model="foundation">
-      <unit bldFile="os/deviceplatformrelease/s60extras/group"/>
-     </component>
-    </collection>
-    <collection name="s60locfiles" long-name="S60 Loc Files" level="mid">
-     <component name="s60locfiles_build" long-name="S60 Loc Files Component" origin-model="foundation">
-      <unit bldFile="os/deviceplatformrelease/s60locfiles/group"/>
-     </component>
-    </collection>
-    <collection name="version" long-name="Version" level="top">
-     <component name="version_build" long-name="Version Component" origin-model="foundation">
-      <unit bldFile="os/deviceplatformrelease/version/group"/>
-     </component>
-    </collection>
-    <collection name="sf_config" long-name="SF Config" level="mid">
-     <component name="config" origin-model="foundation">
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/apac/group"/> -->
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/group"/> -->
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/japan/group"/> -->
-      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/western/group"/> -->
-     </component>
-    </collection>
-    <collection name="s60bld">
-     <component unofficial="yes" name="buildplatforms" origin-model="foundation">
-      <unit bldFile="tools/buildplatforms/group"/>
-     </component>
-    </collection>
-   <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
-     <component name="cedarutils" long-name="Cedar Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
-     </component>
-     <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
-     </component>
-    </collection>
-    <collection name="foundation_system" long-name="Foundation System" level="top">
-     <component name="systemdocs" long-name="System Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
-     </component>
-     <component name="system_model" long-name="System Model" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
-     </component>
-    </collection>
-    <collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
-     <component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="kernelhwsrv" long-name="Kernel and Hardware Services" tech_domain="hb" level="hw" levels="hw-if adaptation framework test">
-    <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
-     <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
-     </component>
-    </collection>
-    <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
-     <component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
-     </component>
-    </collection>
-    <collection name="n:unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
-     <component name="n:uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2.mrp"/> -->
-     </component>
-     <component name="n:uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
-     </component>
-     <component name="n:uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2/base_crashflash_unistore2.mrp"/> -->
-     </component>
-     <component name="n:uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/unistore2/uiibootsupport/nandloader/unistore2" mrp="os/kernelhwsrv/unistore2/uiibootsupport/base_nandboot_unistore2.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
-     <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
-     </component>
-    </collection>
-    <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
-     <component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
-     </component>
-    </collection>
-    <collection name="kerneltest" long-name="Kernel Test" level="hw-if">
-     <component name="e32test" long-name="E32 Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
-     </component>
-     <component name="n:sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kerneltest/sdiotest" mrp="os/kernelhwsrv/kerneltest/sdiotest/base_sdiotests.mrp"/> -->
-     </component>
-     <component name="e32utils" long-name="E32 Utilities" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
-     </component>
-     <component name="f32test" long-name="File Server Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
-     </component>
-    </collection>
-    <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
-     <component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
-     </component>
-     <component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
-     </component>
-     <component name="serialldd" long-name="Serial Port Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
-     </component>
-     <component name="legacydrivers" long-name="Legacy Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
-     </component>
-     <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!-- these are LDDs for storage media-->
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
-     </component>
-     <component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
-     </component>
-     <component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
-     </component>
-    </collection>
-    <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
-     <component name="n:sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/base_e32_sd3c.mrp"/> -->
-     </component>
-     <component name="n:sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c/base_e32_sd4c.mrp"/> -->
-     </component>
-     <component name="mediadrivers" long-name="Media Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- these are for storage media-->
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
-     </component>
-     <component name="genericboardsupport" long-name="Generic Board Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
-     </component>
-    </collection>
-    <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
-     <component name="euser" long-name="User Library" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
-     </component>
-     <component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
-     </component>
-     <component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
-     </component>
-     <component name="n:nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sftl" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sftl/base_f32_sftl.mrp"/> -->
-     </component>
-     <component name="estart" long-name="Base Starter" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
-     </component>
-     <component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
-     </component>
-     <component name="basedocs" long-name="Base Documentation" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="filesystems" long-name="File Systems" level="framework">
-     <component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
-     </component>
-     <component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
-     </component>
-     <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
-     </component>
-     <component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
-     </component>
-     <component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
-     </component>
-     <component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
-     </component>
-     <component name="n:ntfs" long-name="NTFS" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs/base_f32_sntfs.mrp"/> -->
-     </component>
-     <component name="n:iso9660fs" long-name="ISO9660 File System" filter="gt" introduced="8.1b" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660/base_f32_siso9660.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="halservices" long-name="HAL Services" level="framework">
-     <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
-     </component>
-    </collection>
-    <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
-     <component name="e32wsrv" long-name="Text Window Server" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
-     </component>
-     <component name="textshell" long-name="Text Shell" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
-     </component>
-    </collection>
-    <collection name="baseapitest" long-name="Base API Tests" level="test">
-     <component name="basesvs" long-name="Base Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/baseapitest/basesvs/group/basesvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
-     <component unofficial="yes" name="localesupport" origin-model="foundation">
-      <!-- <unit bldFile="os/kernelhwsrv/localisation/localesupport/mmpfiles"/> -->
-     </component>
-    <component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="shortlinksrv" long-name="Short Link Services" tech_domain="de" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
-     <component name="bluetoothsvs" long-name="Bluetooth Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetoothapitest/bluetoothsvs/group/bluetoothsvs.mrp"/>
-     </component>
-    </collection>
-    <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
-     <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetooth" long-name="Bluetooth" level="framework">
-     <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
-     </component>
-     <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
-     </component>
-     <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
-     </component>
-     <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
-     </component>
-     <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
-     </component>
-     <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
-     </component>
-     <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
-     </component>
-     <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
-     <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
-     </component>
-     <component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btconfig" mrp="os/shortlinksrv/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
-     </component>
-     <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
-     </component>
-     <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
-     </component>
-     <component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
-     <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
-     </component>
-    </collection>
-    <collection name="bthci" long-name="Host Controller Interface" level="server">
-     <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
-     </component>
-     <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
-     </component>
-     <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
-     </component>
-     <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
-     </component>
-    </collection>
-    <collection name="usbmgmt" long-name="USB Management" level="server">
-     <component name="usbmgr" long-name="USB Manager" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
-     </component>
-     <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
-     </component>
-     <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="irda" long-name="IrDA" level="plugin">
-     <component name="irdastack" long-name="IrDA Stack" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
-     </component>
-    </collection>
-    <collection name="shortlinksrv_info" long-name="Short Link Services Info" level="app-if">
-     <component unofficial="yes" name="shortlinksrv_build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="os/shortlinksrv/group"/> -->
-     </component>
-     <component unofficial="yes" name="shortlinksrv_plat" class="api" origin-model="foundation">
-      <unit bldFile="os/shortlinksrv/shortlinksrv_plat/group"/>
-     </component>
-    <component name="shortlinksrv_metadata" long-name="Short Link Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/shortlinksrv_info/shortlinksrv_metadata/shortlinksrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="buildtools" long-name="Build Tools" tech_domain="to" level="hw" levels="bld mw fw ui">
-    <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
-     <component name="buildsystemtools" long-name="Build System Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
-     </component>
-     <component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
-     </component>
-     <component name="commonbldutils" long-name="Common Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="packaging" long-name="Packaging" level="ui">
-     <component name="additionalutils" long-name="Additional Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
-     </component>
-    </collection>
-    <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
-     <component unofficial="yes" name="buildsystem" origin-model="foundation">
-      <!-- <unit bldFile="os/buildtools/toolsandutils/buildsystem/test/helloworld"/> -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/buildsystem/test/binaryvariation"/> -->
-     </component>
-    <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
-     </component>
-     <component name="n:ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
-     </component>
-     <component name="n:burtestserver" long-name="BUR Test Server" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/burtestserver/Group" mrp="os/buildtools/toolsandutils/burtestserver/Group/testtools_burtestserver.mrp"/> -->
-     </component>
-     <component name="n:cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/cbrtools/group" mrp="os/buildtools/toolsandutils/cbrtools/group/tools_cbr_tools.mrp"/> -->
-     </component>
-     <component name="n:prf" long-name="Product Realisation Framework" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/prf/group" mrp="os/buildtools/toolsandutils/prf/group/tools_cbr_prf.mrp"/> -->
-     </component>
-     <component name="n:cdb" long-name="Code Database" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/cdb/group" mrp="os/buildtools/toolsandutils/cdb/group/testtools_cdb.mrp"/> -->
-     </component>
-     <component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
-     </component>
-     <component name="n:kitcomparator" long-name="Kit Comparator" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/kitcomparator/group" mrp="os/buildtools/toolsandutils/kitcomparator/group/testtools_cts_kitcomparator.mrp"/> -->
-     </component>
-     <component name="wincredistribution" long-name="WinC Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
-     </component>
-     <component name="additionalredistribution" long-name="Additional Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
-     </component>
-     <component name="n:testdriver" long-name="Test Driver" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/testdriver/Group" mrp="os/buildtools/toolsandutils/testdriver/Group/testtools_testdriver.mrp"/> -->
-     </component>
-     <component name="statapi" long-name="STAT API" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/console" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_gt.mrp"/> -->
-     </component>
-     <component name="n:statsource" long-name="STAT Source" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
-     </component>
-     <component name="n:statdesktop" long-name="STAT Desktop" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/statdesktop/group" mrp="os/buildtools/toolsandutils/statdesktop/group/testtools_stat_desktop.mrp"/> -->
-     </component>
-     <component name="n:systemmonitor" long-name="System Monitor" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/systemmonitor/group" mrp="os/buildtools/toolsandutils/systemmonitor/group/testtools_systemmonitor.mrp"/> -->
-     </component>
-     <component name="n:testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/testtoolsdesktop/group" mrp="os/buildtools/toolsandutils/testtoolsdesktop/group/testtools_desktop.mrp"/> -->
-     </component>
-     <component name="wintunnel" long-name="Wintunnel" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
-     </component>
-     <component name="n:usecasecontroller" long-name="Use Case Controller" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group" mrp="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group/testtools_ucc.mrp"/> -->
-     </component>
-     <component name="autotest" long-name="Autotest" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
-     </component>
-     <component name="n:testconfigfileparser" long-name="Test Config File Parser" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/testconfigfileparser/group" mrp="os/buildtools/toolsandutils/testconfigfileparser/group/tools_testconfigfileparser.mrp"/> -->
-     </component>
-     <component name="n:kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
-     </component>
-     <component name="n:navigationpages" long-name="Navigation Pages" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
-     </component>
-     <component name="n:productinstaller" long-name="Product Installer" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/productinstaller/group" mrp="os/buildtools/toolsandutils/productinstaller/group/tools_custkits_productinstaller.mrp"/> -->
-     </component>
-     <component name="n:stlport" long-name="STL Port" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/toolsandutils/stlport/group" mrp="os/buildtools/toolsandutils/stlport/group/tools_stlport.mrp"/> -->
-     </component>
-    </collection>
-   <collection name="n:dist_os" long-name="Redistribution" level="mw">
-     <component name="n:redistributionwinceka2" long-name="Redistribution WINC EKA2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/dist_os/redistributionwinceka2" mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_cedar.mrp"/>
-     </component>
-    </collection>
-    <collection name="n:bintools_os" long-name="Binary Tools" level="fw">
-     <component name="n:rcomp" long-name="Resource Compiler" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/bintools_os/rcomp/group" mrp="os/buildtools/bintools_os/rcomp/group/tools_rcomp.mrp"/> -->
-     </component>
-     <component name="n:evalid" long-name="Evalid" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/bintools_os/evalid" mrp="os/buildtools/bintools_os/evalid/tools_evalid.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
-     <component name="n:redistribution" long-name="Redistribution" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/perltoolsplat_os/redistribution" mrp="os/buildtools/perltoolsplat_os/redistribution/tools_redistribution_common.mrp"/> -->
-     </component>
-     <component name="n:legacycommonperl" long-name="Legacy Common Perl Libraries" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/perltoolsplat_os/legacycommonperl/group" mrp="os/buildtools/perltoolsplat_os/legacycommonperl/group/tools_sdk_eng_perllibrary.mrp"/> -->
-     </component>
-     <component name="n:commonperl" long-name="Common Perl Libraries" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/perltoolsplat_os/commonperl/group" mrp="os/buildtools/perltoolsplat_os/commonperl/group/tools_sdk_eng_perl_shared.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
-     <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/sbsv1_os/e32toolp/group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
-     </component>
-     <component name="n:bldtools" long-name="Build Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/sbsv1_os/bldtools/group" mrp="os/buildtools/sbsv1_os/bldtools/group/tools_sdk_eng_build-tools.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
-     <component name="n:leavescan" long-name="Leavescan" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/srcanamdw_os/leavescan/group" mrp="os/buildtools/srcanamdw_os/leavescan/group/testtools_leavescan.mrp"/> -->
-     </component>
-     <component name="n:programchecker" long-name="Program Checker" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/srcanamdw_os/programchecker/group" mrp="os/buildtools/srcanamdw_os/programchecker/group/testtools_programchecker.mrp"/> -->
-     </component>
-     <component name="n:migrationtool" long-name="Migration Tool" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/srcanamdw_os/migrationtool/group" mrp="os/buildtools/srcanamdw_os/migrationtool/group/testtools_migrationtool.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="imgtools_os" long-name="Image Tools" level="fw">
-     <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
-     </component>
-    </collection>
-    <collection name="n:binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
-     <component name="n:captools" long-name="Capability Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/binanamdw_os/captools/group" mrp="os/buildtools/binanamdw_os/captools/group/testtools_captools.mrp"/> -->
-     </component>
-     <component name="n:depcheck" long-name="Dependency Checker" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/binanamdw_os/depcheck" mrp="os/buildtools/binanamdw_os/depcheck/tools_depcheck.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:devlib" long-name="Developer Library" level="ui">
-     <component name="n:devlibhelp" long-name="Developer Library Help" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/devlib/devlibhelp/group/devlib94" mrp="os/buildtools/devlib/devlibhelp/group/devlib94/developerlibrary_doc_html.mrp" version="9.4"/> -->
-     </component>
-     <component name="n:toolsdocs" long-name="Tools Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="misccomponents" long-name="Misc Components" level="mw">
-     <component name="n:runperl" long-name="Run PERL" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/runperl/group" mrp="os/buildtools/misccomponents/runperl/group/tools_sdk_eng_runperl.mrp"/> -->
-     </component>
-     <component name="n:assertion" long-name="Assertion" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/assertion/group" mrp="os/buildtools/misccomponents/assertion/group/tools_sdk_eng_assertion.mrp"/> -->
-     </component>
-     <component name="n:enum" long-name="Enum" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/enum/group" mrp="os/buildtools/misccomponents/enum/group/tools_sdk_eng_enum.mrp"/> -->
-     </component>
-     <component name="n:logger" long-name="Logger" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/logger/group" mrp="os/buildtools/misccomponents/logger/group/tools_sdk_eng_logger.mrp"/> -->
-     </component>
-     <component name="n:filesys" long-name="Filesys" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/filesys/group" mrp="os/buildtools/misccomponents/filesys/group/tools_sdk_eng_filesys.mrp"/> -->
-     </component>
-     <component name="n:envvar" long-name="Envvar" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/envvar/group" mrp="os/buildtools/misccomponents/envvar/group/tools_sdk_eng_envvar.mrp"/> -->
-     </component>
-     <component name="n:installutils" long-name="Install Utils" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/installutils/group" mrp="os/buildtools/misccomponents/installutils/group/tools_sdk_eng_installutils.mrp"/> -->
-     </component>
-     <component name="n:mnemonicfix" long-name="Mnemonic Fix" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/mnemonicfix/group" mrp="os/buildtools/misccomponents/mnemonicfix/group/tools_sdk_eng_mnemonicfix.mrp"/> -->
-     </component>
-     <component name="n:pathbrowser" long-name="Path Browser" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/pathbrowser/group" mrp="os/buildtools/misccomponents/pathbrowser/group/tools_sdk_eng_pathbrowser.mrp"/> -->
-     </component>
-     <component name="n:shellexec" long-name="Shell Exec" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/shellexec/group" mrp="os/buildtools/misccomponents/shellexec/group/tools_sdk_eng_shellexec.mrp"/> -->
-     </component>
-     <component name="n:swingworker" long-name="Swing Worker" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/swingworker/group" mrp="os/buildtools/misccomponents/swingworker/group/tools_sdk_eng_swingworker.mrp"/> -->
-     </component>
-     <component name="n:testcaserunner" long-name="Test Case Runner" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/testcaserunner/group" mrp="os/buildtools/misccomponents/testcaserunner/group/tools_sdk_eng_testcaserunner.mrp"/> -->
-     </component>
-     <component name="n:toolbarpanel" long-name="Tool Bar Panel" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/toolbarpanel/group" mrp="os/buildtools/misccomponents/toolbarpanel/group/tools_sdk_eng_toolbarpanel.mrp"/> -->
-     </component>
-     <component name="n:javahelp" long-name="Java Help" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/javahelp/group" mrp="os/buildtools/misccomponents/javahelp/group/tools_sdk_eng_javahelp.mrp"/> -->
-     </component>
-     <component name="n:langconfig" long-name="Language Config" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/langconfig/group" mrp="os/buildtools/misccomponents/langconfig/group/tools_sdk_eng_langconfig.mrp"/> -->
-     </component>
-     <component name="n:sdkinfo" long-name="SDK Info" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/sdkinfo/group" mrp="os/buildtools/misccomponents/sdkinfo/group/tools_sdk_eng_sdkinfo.mrp"/> -->
-     </component>
-     <component name="n:jade" long-name="Jade " filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/jade/group" mrp="os/buildtools/misccomponents/jade/group/tools_sdk_eng_jade.mrp"/> -->
-     </component>
-     <component name="n:sdkpackagemgr" long-name="SDK Package Manager" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/sdkpackagemgr/group" mrp="os/buildtools/misccomponents/sdkpackagemgr/group/tools_sdk_eng_sdkpkg-manager.mrp"/> -->
-     </component>
-     <component name="n:sdkpkgtools" long-name="SDK Package Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/sdkpkgtools/group" mrp="os/buildtools/misccomponents/sdkpkgtools/group/tools_sdk_eng_sdkpkg-tools.mrp"/> -->
-     </component>
-     <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
-     </component>
-     <component name="n:pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/pkgmgrgui/group" mrp="os/buildtools/misccomponents/pkgmgrgui/group/tools_sdk_eng_pkgmgrgui.mrp"/> -->
-     </component>
-     <component name="n:launch" long-name="Launch" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/launch/group" mrp="os/buildtools/misccomponents/launch/group/tools_sdk_eng_launch.mrp"/> -->
-     </component>
-     <component name="n:toolsstubs" long-name="Devices Tools Stubs" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/toolsstubs/group" mrp="os/buildtools/misccomponents/toolsstubs/group/tools_sdk_eng_tools_stubs.mrp"/> -->
-     </component>
-     <component name="n:bspbuilder" long-name="BSP Builder" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/bspbuilder/group" mrp="os/buildtools/misccomponents/bspbuilder/group/tools_bspbuilder.mrp"/> -->
-     </component>
-     <component name="n:splash" long-name="Splash Screen" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/splash/group" mrp="os/buildtools/misccomponents/splash/group/tools_sdk_eng_splash.mrp"/> -->
-     </component>
-     <component name="n:sdkbuilder" long-name="SDK Building Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/misccomponents/sdkbuilder/group" mrp="os/buildtools/misccomponents/sdkbuilder/group/tools_sdk_eng_sdk_builder.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:javatoolsplat" long-name="Java Tools Platform" level="mw">
-     <component name="n:javalib" long-name="Java Library " filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/javatoolsplat/javalib/group" mrp="os/buildtools/javatoolsplat/javalib/group/tools_sdk_eng_javalibrary.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:fileconv" long-name="File Converters" level="mw">
-     <component name="n:cjpeg" long-name="CJpeg" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/fileconv/cjpeg/group" mrp="os/buildtools/fileconv/cjpeg/group/tools_sdk_eng_cjpeg.mrp"/> -->
-     </component>
-     <component name="n:alp2csh" long-name="ALP to CSH" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/fileconv/alp2csh/group" mrp="os/buildtools/fileconv/alp2csh/group/tools_sdk_eng_alp2csh.mrp"/> -->
-     </component>
-     <component name="n:rtf2ptml" long-name="RTF to PTML" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="os/buildtools/fileconv/rtf2ptml/group" mrp="os/buildtools/fileconv/rtf2ptml/group/tools_sdk_eng_rtf2ptml.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="buildtools_info" long-name="Build Tools Info" level="ui">
-     <component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-  <layer name="mw" long-name="Middleware" levels="generic specific">
-   <block name="appsupport" long-name="Generic Application Support" tech_domain="rt" level="generic" levels="system plugin framework server generic specific">
-    <collection name="sysresmonitoring" long-name="System Resource Monitoring" level="system">
-     <component name="oodmonitor" long-name="OOD Monitor" origin-model="foundation">
-      <unit bldFile="mw/appsupport/sysresmonitoring/oodmonitor/group"/>
-     </component>
-     <component name="oommonitor" long-name="OOM Monitor" origin-model="foundation">
-      <unit bldFile="mw/appsupport/sysresmonitoring/oommonitor/group"/>
-      <!-- <unit bldFile="mw/appsupport/sysresmonitoring/oommonitor/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="sysresmonitoring_build" long-name="System Resource Monitoring Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/appsupport/sysresmonitoring/group"/> -->
-     </component>
-    </collection>
-    <collection name="gssettingsuis" long-name="GS Settings UIs" level="specific">
-     <component name="gs" long-name="GS" origin-model="foundation">
-      <unit bldFile="mw/appsupport/gssettingsuis/gs/group"/>
-      <!-- <unit bldFile="mw/appsupport/gssettingsuis/gs/gsdiagnosticsplugin"/> -->
-      <!-- <unit bldFile="mw/appsupport/gssettingsuis/gs/gsprslnplugin"/> -->
-      <!-- <unit bldFile="mw/appsupport/gssettingsuis/gs/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="profilesservices" long-name="Profiles Services" level="server">
-     <component name="filelist" long-name="File List" origin-model="foundation">
-      <unit bldFile="mw/appsupport/profilesservices/filelist/group"/>
-      <unit bldFile="mw/appsupport/profilesservices/filelist/tsrc/public/basic/group"/>
-     </component>
-     <component name="mediafilelist" long-name="Media File List" origin-model="foundation">
-      <unit bldFile="mw/appsupport/profilesservices/mediafilelist/group"/>
-     </component>
-     <component name="profileengine" long-name="Profile Engine" origin-model="foundation">
-      <unit bldFile="mw/appsupport/profilesservices/profileengine/group"/>
-      <unit bldFile="mw/appsupport/profilesservices/profileengine/tsrc/public/basic/group"/>
-     </component>
-     <component name="ringingtone3dplugin" long-name="Ringing Tone 3D Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/profilesservices/ringingtone3dplugin/group"/>
-     </component>
-     <component unofficial="yes" name="profilesservices_test" long-name="Profiles Services Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/profilesservices/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="flashliteapi_3_1" long-name="Flashlite API 3.1" level="specific">
-     <component name="flashliteapi_3_1_build" origin-model="foundation"/>
-    </collection>
-    <collection name="contextframework" long-name="Context Framework" level="framework">
-     <component name="cfw" long-name="Context Framework" origin-model="foundation">
-      <unit bldFile="mw/appsupport/contextframework/cfw/group"/>
-      <!-- <unit bldFile="mw/appsupport/contextframework/cfw/tsrc/cfwtest/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/contextframework/cfw/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="cfwplugins" long-name="Context Framework Plugins" origin-model="foundation">
-      <unit bldFile="mw/appsupport/contextframework/cfwplugins/group"/>
-     </component>
-     <component unofficial="yes" name="contextframework_build" long-name="Context Framework Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/appsupport/contextframework/group"/> -->
-     </component>
-    </collection>
-    <collection name="mediakeys" long-name="Media Keys" level="plugin">
-     <component name="keypublisherplugin" long-name="Key Publisher Plugin" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/mediakeys/keypublisherplugin/group"/> -->
-     </component>
-     <component name="mmkeybearer" long-name="MM Key Bearer" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/mediakeys/mmkeybearer/group"/> -->
-     </component>
-     <component unofficial="yes" name="mediakeys_build" long-name="Media Keys Build" origin-model="foundation">
-      <unit bldFile="mw/appsupport/mediakeys/group"/>
-     </component>
-    </collection>
-    <collection name="coreapplicationuis" long-name="Core Application UIs" level="server">
-     <component name="dbrecovery" long-name="Db Recovery" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/dbrecovery/group"/>
-     </component>
-     <component name="nspswsplugin" long-name="Nsps WS Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/nspswsplugin/group"/>
-     </component>
-     <component name="rfs" long-name="RFS" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/rfs/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/rfs/plugins/gsrfsplugin/group"/> -->
-     </component>
-     <component name="rfsplugins" long-name="Rfs Plugins" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/group"/> -->
-     </component>
-     <component name="sysap" long-name="Sys Ap" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/sysap/group"/>
-     </component>
-     <component name="variatedsettings" long-name="Variated Settings" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/variatedsettings/group"/>
-     </component>
-     <component name="accfwuinotifier" long-name="ACC Framework UI Notifier" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/accfwuinotifier/group"/>
-     </component>
-     <component name="kefmapper" long-name="Key Event Framework Mapper" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/kefmapper/group"/>
-     </component>
-     <component name="advancedtspcontroller" long-name="Advanced TSP Controller" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/tsrc/mt_atspc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/tsrc/stub/group"/> -->
-     </component>
-     <component name="powersaveutilities" long-name="Power Save Utilities" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/powersaveutilities/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/powersaveutilities/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="gsserverenginestub" long-name="GS Server Engine Stub" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/gsserverenginestub/group"/>
-     </component>
-     <component name="gsserverengine" long-name="GS Server Engine" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/gsserverengine/group"/>
-     </component>
-     <component name="gsserver" long-name="GS Server" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/gsserver/group"/>
-     </component>
-     <component name="sensordatacompensatorplugin" long-name="Sensor Data Compensator Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/group"/>
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/tsrc/sensordatacompensatorplgtest/data/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/tsrc/sensordatacompensatorplgtest/group"/> -->
-     </component>
-     <component unofficial="yes" name="coreapplicationuis_test" long-name="Core Application UIs Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/coreapplicationuis/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="coreapplicationuis_build" long-name="Core Application UIs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/appsupport/coreapplicationuis/group"/> -->
-     </component>
-    </collection>
-    <collection name="startupservices" long-name="Startup Services" level="system">
-     <component name="splashscreen" long-name="Splash Screen" origin-model="foundation">
-      <unit bldFile="mw/appsupport/startupservices/splashscreen/group"/>
-     </component>
-     <component name="startup" origin-model="foundation">
-      <unit bldFile="mw/appsupport/startupservices/startup/group"/>
-      <!-- <unit bldFile="mw/appsupport/startupservices/startup/mediatorplugin/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/startupservices/startup/startupsyncplugin/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/startupservices/startup/systemerrorplugin/group"/> -->
-     </component>
-     <component name="startupanimation" long-name="Startup Animation" origin-model="foundation">
-      <unit bldFile="mw/appsupport/startupservices/startupanimation/group"/>
-     </component>
-     <component unofficial="yes" name="startupservices_build" long-name="Startup Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/appsupport/startupservices/group"/> -->
-     </component>
-    </collection>
-    <collection name="systemsettings" long-name="System Settings" level="system">
-     <component name="gssensorplugin" long-name="GS Sensor Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/systemsettings/gssensorplugin/group"/>
-     </component>
-     <component name="gsaccessoryplugin" long-name="GS Accessory Plugin" origin-model="foundation">
-      <unit bldFile="mw/appsupport/systemsettings/gsaccessoryplugin/group"/>
-     </component>
-     <component unofficial="yes" name="systemsettings_build" long-name="System Settings Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/appsupport/systemsettings/group"/> -->
-     </component>
-    </collection>
-    <collection name="filehandling" long-name="File Handling" level="server">
-     <component name="fileconverterfw" long-name="File Converter Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
-     </component>
-     <component name="fileconverterplugins" long-name="Other File Converter Plugins" introduced="ER5" deprecated="9.3" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
-     </component>
-     <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
-     </component>
-     <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
-     </component>
-    </collection>
-    <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
-     <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="commonappservices" long-name="Common Application Services" level="framework">
-     <component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
-     </component>
-     <component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
-     </component>
-     <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
-     </component>
-     <component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
-     </component>
-     <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
-     </component>
-    </collection>
-    <collection name="tzservices" long-name="Time Zone Services" level="plugin">
-     <component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
-     </component>
-     <component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
-     </component>
-     <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
-     </component>
-     <component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
-     </component>
-     <component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
-     </component>
-     <component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
-     </component>
-    </collection>
-    <collection name="contenthandling" long-name="Content Handling" level="plugin">
-     <component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
-     </component>
-     <component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
-     </component>
-     <component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group" mrp="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
-     </component>
-    </collection>
-    <collection name="printingsupport" long-name="Printing Support" level="generic">
-     <component name="printinguisupport" long-name="Printing UI Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
-     </component>
-    </collection>
-    <collection name="appfw" long-name="Application Framework" level="framework">
-     <component name="apparchitecture" long-name="Application Architecture" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
-     </component>
-     <component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
-     </component>
-     <component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
-     </component>
-    </collection>
-    <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
-     <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
-     </component>
-     <component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/worlddatabasekit/group" mrp="mw/appsupport/tzpcside/worlddatabasekit/group/app-services_wlddatabasekit_cedar.mrp"/>
-     </component>
-     <component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
-     </component>
-    </collection>
-    <collection name="appsupport_info" long-name="Generic Application Support Info" level="specific">
-     <component unofficial="yes" name="appsupport_plat" long-name="Generic Application Support Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/appsupport/appsupport_plat/group"/>
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/profiles_engine_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/settings_backgroundimage_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/settings_framework_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/settings_launch_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_plat/settings_listbox_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="appsupport_pub" long-name="Generic Application Support Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/appsupport/appsupport_pub/flash_viewer_framework_api/tsrc/bc/flashviewerframework/group"/> -->
-      <unit bldFile="mw/appsupport/appsupport_pub/group"/>
-      <!-- <unit bldFile="mw/appsupport/appsupport_pub/network_status_api/tsrc/bc/networkstatus/group"/> -->
-      <!-- <unit bldFile="mw/appsupport/appsupport_pub/profiles_engine_wrapper_api/tsrc/bc/profilesenginewrapperapi/group"/> -->
-     </component>
-     <component unofficial="yes" name="appsupport_build" long-name="Generic Application Support Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/appsupport/group"/> -->
-     </component>
-    <component name="appsupport_metadata" long-name="Generic Application Support Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/appsupport_info/appsupport_metadata/appsupport_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="securitysrv" long-name="Security Services" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <collection name="gba" long-name="Generic Boot Architecture" level="specific">
-     <component name="uicc" long-name="Uicc" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/uicc/group"/>
-     </component>
-     <component name="bootstrap" long-name="Bootstrap" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/bootstrap/group"/>
-     </component>
-     <component name="gbaserver" long-name="GBA Server" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/gbaserver/group"/>
-     </component>
-     <component name="gbaapi" long-name="GBA API" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/gbaapi/group"/>
-     </component>
-     <component name="gbafilter" long-name="GBA Filter" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/gbafilter/group"/>
-     </component>
-     <component unofficial="yes" name="gba_build" long-name="Generic Boot Architecture Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/gba/group"/>
-     </component>
-    </collection>
-    <collection name="wim" long-name="WIM" level="framework">
-     <component name="swimreader" long-name="Swim Reader" origin-model="foundation"/>
-     <component name="scard" long-name="S Card" origin-model="foundation"/>
-     <component name="wimutil" long-name="WIM Util" origin-model="foundation"/>
-     <component name="wimserver" long-name="WIM Server" origin-model="foundation"/>
-     <component name="wimclient" long-name="WIM Client" origin-model="foundation"/>
-     <component name="wimplugin" long-name="WIM Plugin" origin-model="foundation"/>
-     <component unofficial="yes" name="wim_build" long-name="WIM Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/wim/group"/>
-     </component>
-    </collection>
-    <collection name="cms" long-name="Certificate Management Services" level="generic">
-     <component name="cms_build" long-name="CMS" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/cms/group"/>
-     </component>
-    </collection>
-    <collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
-     <component name="x509certnameparser" long-name="X509cert Name Parser" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/x509certnameparser/group"/>
-     </component>
-     <component name="pkcs12" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/pkcs12/group"/>
-     </component>
-     <component name="certmanui" long-name="Certman UI" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/certmanui/group"/>
-     </component>
-     <component name="ctsecuritydialogs" long-name="CT Security Dialogs" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/ctsecuritydialogs/group"/>
-     </component>
-     <component name="certsaver" long-name="Cert Saver" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/certsaver/group"/>
-     </component>
-     <component name="secmodui" long-name="Sec Mod UI" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/secmodui/group"/>
-     </component>
-     <component name="devicetoken" long-name="Device Token" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/devicetoken/group"/>
-     </component>
-     <component name="certificates" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/certificates/group"/>
-     </component>
-     <component name="certificates_oem" origin-model="foundation"/>
-     <component unofficial="yes" name="pkiutilities_build" long-name="PKI Utilities Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/pkiutilities/group"/>
-     </component>
-    <component name="ocsp" long-name="Online Certificate Status Protocol" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/securitysrv/pkiutilities/ocsp/group" mrp="mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
-     </component>
-    </collection>
-    <collection name="remotelock" long-name="Remote Lock" level="server">
-     <component name="remotelocksettings" long-name="Remote Lock Settings" origin-model="foundation"/>
-     <component name="remotelockengine" long-name="Remote Lock Engine" origin-model="foundation"/>
-     <component unofficial="yes" name="remotelock_build" long-name="Remote Lock Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/remotelock/group"/>
-     </component>
-    </collection>
-    <collection name="boottimeintegritycheck" long-name="Boot Time Integrity Check" level="plugin">
-     <component name="trkdummy" long-name="Trk Dummy" origin-model="foundation">
-      <!-- <unit bldFile="mw/securitysrv/boottimeintegritycheck/trkdummy/group"/> -->
-     </component>
-     <component unofficial="yes" name="boottimeintegritycheck_build" long-name="Boot Time Integrity Check Build" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/boottimeintegritycheck/group"/>
-     </component>
-    </collection>
-    <collection name="securitydialogs" long-name="Security Dialogs" level="specific">
-     <component name="keylockpolicyapi" long-name="Keylock Policy Api" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/keylockpolicyapi/group"/>
-     </component>
-     <component name="autolock" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/autolock/group"/>
-     </component>
-     <component name="secui" long-name="Sec UI" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/secui/group"/>
-     </component>
-     <component name="securitynotifier" long-name="Security Notifier" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/securitynotifier/group"/>
-     </component>
-     <component name="securityobserver" long-name="Security Observer" origin-model="foundation">
-      <unit bldFile="mw/securitysrv/securitydialogs/securityobserver/group"/>
-     </component>
-     <component unofficial="yes" name="securitydialogs_build" long-name="Security Dialogs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/securitysrv/securitydialogs/group"/> -->
-     </component>
-    </collection>
-    <collection name="securitysrv_info" long-name="Security Services Info" level="specific">
-     <component unofficial="yes" name="securitysrv_build" long-name="Security Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/securitysrv/group"/> -->
-     </component>
-     <component unofficial="yes" name="secsrv_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/securitysrv/secsrv_plat/devicelock_access_api/group"/> -->
-      <unit bldFile="mw/securitysrv/secsrv_plat/group"/>
-      <!-- <unit bldFile="mw/securitysrv/secsrv_plat/keyguard_access_api/group"/> -->
-      <!-- <unit bldFile="mw/securitysrv/secsrv_plat/lockapp_server_api/group"/> -->
-     </component>
-     <component unofficial="yes" name="securitysrv_test" long-name="Security Services Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/securitysrv/tsrc/group"/> -->
-     </component>
-    <component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="drm" long-name="DRM" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <collection name="commondrm" long-name="Common DRM" level="generic">
-     <component name="drmencryptor" long-name="DRM Encryptor" origin-model="foundation"/>
-     <component name="drmsettingsplugin" long-name="DRM Settings Plugin" origin-model="foundation"/>
-     <component name="drmrightsmanagerui" long-name="DRM Rights Manager UI" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/drmrightsmanagerui/help/group"/>
-     </component>
-     <component name="drmutility" long-name="DRM Utility" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/drmutility/group"/>
-     </component>
-     <component name="drmserviceapiwrapper" long-name="DRM Service API Wrapper" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/drmserviceapiwrapper/group"/>
-     </component>
-     <component name="drmrightsstoringlocation" long-name="DRM Rights Storing Location" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/drmrightsstoringlocation/group"/>
-     </component>
-     <component unofficial="yes" name="commondrm_build" long-name="Common DRM Build" origin-model="foundation">
-      <unit bldFile="mw/drm/commondrm/group"/>
-     </component>
-    </collection>
-    <collection name="omadrm" long-name="OMA DRM" level="server">
-     <component name="drmroapwbxmlparser" long-name="DRM ROAP WBXML Parser" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/omadrm/drmroapwbxmlparser/group"/> -->
-     </component>
-     <component name="drmplugins" long-name="DRM Plugins" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/omadrm/drmplugins/drmfilter/group"/> -->
-      <!-- <unit bldFile="mw/drm/omadrm/drmplugins/drmrecognizer/group"/> -->
-      <!-- <unit bldFile="mw/drm/omadrm/drmplugins/drmrohandler/group"/> -->
-      <!-- <unit bldFile="mw/drm/omadrm/drmplugins/drmromtm/group"/> -->
-     </component>
-     <component name="drmengine" long-name="DRM Engine" origin-model="foundation"/>
-     <component name="drmhelper" long-name="DRM Helper" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/omadrm/drmhelper/drmhelperserver/group"/> -->
-      <!-- <unit bldFile="mw/drm/omadrm/drmhelper/group"/> -->
-     </component>
-     <component name="drmlicensemanager" long-name="Drm License Manager" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/omadrm/drmlicensemanager/group"/> -->
-     </component>
-     <component unofficial="yes" name="omadrm_build" long-name="OMA DRM Build" origin-model="foundation">
-      <unit bldFile="mw/drm/omadrm/group"/>
-     </component>
-    </collection>
-    <collection name="wmdrm" long-name="WM DRM" level="framework">
-     <component name="wmdrmengine" long-name="WM DRM Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmagent/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmfileserver/client/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmfileserver/server/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmserver/client/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmserver/clientwrapper/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/wmdrmengine/wmdrmserver/server/group"/> -->
-     </component>
-     <component name="camese" long-name="Camese" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/cameseutility/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/httpfiltercamese/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdla/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdlaapp/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdladefaulthttpplugin/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdladefaultuiplugin/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdlautils/group"/> -->
-      <!-- <unit bldFile="mw/drm/wmdrm/camese/wmdrmdlawrapper/group"/> -->
-     </component>
-     <component name="wmdrmplugins" long-name="WM DRM Plugins" origin-model="foundation"/>
-     <component unofficial="yes" name="wmdrm_build" long-name="WM DRM Build" origin-model="foundation">
-      <unit bldFile="mw/drm/wmdrm/group"/>
-     </component>
-    </collection>
-    <collection name="drm_info" long-name="DRM Info" level="specific">
-     <component unofficial="yes" name="drm_pub" long-name="DRM Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/drm_pub/drm_helper_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/drm/drm_pub/drm_license_checker_api/tsrc/group"/> -->
-      <unit bldFile="mw/drm/drm_pub/group"/>
-      <!-- <unit bldFile="mw/drm/drm_pub/oma_drm_caf_agent_api/tsrc/bc/group"/> -->
-     </component>
-     <component unofficial="yes" name="drm_plat" long-name="DRM Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/drm/drm_plat/drm_common_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/drm/drm_plat/drm_rights_api/tsrc/group"/> -->
-      <unit bldFile="mw/drm/drm_plat/group"/>
-      <!-- <unit bldFile="mw/drm/drm_plat/roap_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="drm_build" long-name="DRM Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/drm/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="accesssec" long-name="Access Security" tech_domain="dc" level="generic" levels="plugin framework server generic specific">
-    <collection name="wlansecuritysettings" long-name="WLAN Security Settings" level="specific">
-     <component name="wapisecuritysettingsui" long-name="WAPI Security Settings UI" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wapisecuritysettingsui/stub/group"/>
-     </component>
-     <component name="wepsecuritysettingsui" long-name="WEP Security Eettings UI" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wepsecuritysettingsui/group"/>
-     </component>
-     <component name="wifiprotectedsetup" long-name="WIFI Protected Setup" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wifiprotectedsetup/group"/>
-     </component>
-     <component name="wlaneapsettingsui" long-name="WLAN EAP Settings UI" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wlaneapsettingsui/group"/>
-     </component>
-     <component name="wpasecuritysettingsui" long-name="WPA Security Settings UI" origin-model="foundation">
-      <unit bldFile="mw/accesssec/wlansecuritysettings/wpasecuritysettingsui/group"/>
-     </component>
-     <component unofficial="yes" name="wlansecuritysettings_build" long-name="WLAN Security Settings Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/accesssec/wlansecuritysettings/group"/> -->
-     </component>
-    </collection>
-    <collection name="eapol" long-name="EAPOL" level="framework">
-     <component name="eapol_framework" long-name="EAPOL Framework" origin-model="foundation">
-      <unit bldFile="mw/accesssec/eapol/eapol_framework/eapol_symbian/group"/>
-     </component>
-     <component unofficial="yes" name="eapol_build" long-name="EAPOL Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/accesssec/eapol/group"/> -->
-     </component>
-    </collection>
-    <collection name="accesssec_info" long-name="Access Security Info" level="specific">
-     <component unofficial="yes" name="accesssec_plat" long-name="Access Security Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/accesssec/accesssec_plat/group"/>
-     </component>
-     <component unofficial="yes" name="accesssec_build" long-name="Access Security Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/accesssec/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="locationsrv" long-name="Location Services" tech_domain="lo" level="specific" levels="plugins fw interface">
-    <collection name="landmarks" long-name="Landmarks" level="fw">
-     <component name="locationlandmarks" long-name="Location Landmarks" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/group"/>
-     </component>
-     <component unofficial="yes" name="landmarks_build" long-name="Landmarks Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/locationsrv/landmarks/group"/> -->
-     </component>
-    </collection>
-    <collection name="locationmapnavfw" long-name="Location Map Nav Framework" level="fw">
-     <component name="library" long-name="Library" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationmapnavfw/library/group"/>
-     </component>
-     <component name="aiwprovider" long-name="Application Inter-Working Provider" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationmapnavfw/aiwprovider/group"/>
-     </component>
-     <component unofficial="yes" name="locationmapnavfw_build" long-name="Location Map Nav Framework Build" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationmapnavfw/group"/>
-     </component>
-    </collection>
-    <collection name="locationsystemui" long-name="Location System UI" level="interface">
-     <component name="locationsysui" long-name="Location Sys UI" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/group"/>
-     </component>
-     <component unofficial="yes" name="locationsystemui_build" long-name="Location System UI Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/locationsrv/locationsystemui/group"/> -->
-     </component>
-    </collection>
-    <collection name="supl" long-name="SUPL" level="plugins">
-     <component name="locationsuplfw" long-name="Location SUPL Framework" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/supl/locationsuplfw/group"/>
-     </component>
-     <component name="locationomasuplprotocolhandler" long-name="Location OMA SUPL Protocol Handler" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/group"/>
-     </component>
-     <component name="locationomasuplpostester" long-name="Location OMA SUPL Pos Tester" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/supl/locationomasuplpostester/group"/>
-     </component>
-     <component unofficial="yes" name="supl_build" long-name="SUPL Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/locationsrv/supl/group"/> -->
-     </component>
-    </collection>
-    <collection name="locationtriggering" long-name="Location Triggering" level="interface">
-     <component name="ltlogger" long-name="LT Logger" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltlogger/group"/>
-     </component>
-     <component name="ltclientlib" long-name="LT Client Lib" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltclientlib/group"/>
-     </component>
-     <component name="ltmanagementlib" long-name="LT Management Library" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltmanagementlib/group"/>
-     </component>
-     <component name="ltcontainer" long-name="LT Container" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltcontainer/group"/>
-     </component>
-     <component name="ltserver" long-name="LT Server" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltserver/group"/>
-     </component>
-     <component name="ltstrategypluginapi" long-name="LT Strategy Plugin API" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltstrategypluginapi/group"/>
-     </component>
-     <component name="ltstrategyengine" long-name="LT Strategy Engine" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltstrategyengine/group"/>
-     </component>
-     <component name="ltmovementdetectionpluginapi" long-name="Movement Detection Plugin API" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltmovementdetectionpluginapi/group"/>
-     </component>
-     <component name="ltcellidmovementdetector" long-name="Cell ID Movement Detector" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/ltcellidmovementdetector/group"/>
-     </component>
-     <component name="lbtmgmtui" long-name="LBT Management UI" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/lbtmgmtui/group"/>
-     </component>
-     <component unofficial="yes" name="locationtriggering_test" long-name="Location Triggering Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancelcreatetest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/createtest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/handlingprocesstest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity2_exe/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancellisttriggerstest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancelcreateiteratortest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity3_exe/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/firingofstartuptriggerandlisttrigger/createtest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/t_mgmtsettings/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity4_exe/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancelgettriggerstest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/modifytest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/t_mgmtsettings/createtest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity5_exe/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/notificationtest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/cancelsettriggerstest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtcancellationtest/canceldeletetest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/additionaltests/deletetest/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locationtriggering/tsrc/lbtengine_test/lbtplatsectest/testlbtplatsecurity1_exe/group"/> -->
-     </component>
-     <component unofficial="yes" name="locationtriggering_build" long-name="Location Triggering Build" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/locationtriggering/group"/>
-     </component>
-    </collection>
-    <collection name="locationsrv_info" long-name="Location Services Info" level="interface">
-     <component unofficial="yes" name="locsrv_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/geocoding_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/geocoding_api/tsrc/mapnavproviderrefapp/group"/> -->
-      <unit bldFile="mw/locationsrv/locsrv_plat/group"/>
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/location_centre_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/location_settings_launch_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_api/tsrc/mapnavproviderrefapp/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_provider_discovery_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_provider_discovery_api/tsrc/mapnavproviderrefapp/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_image_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_image_api/tsrc/testprovider/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_image_conversion_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/map_image_conversion_plugin_api/tsrc/mapnavproviderrefapp/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/oma_supl_asn_codec_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_network_initiation_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_pos_message_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_pos_message_plugin_api/tsrc/posmsgpluginreferenceimpl/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_settings_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_plat/supl_terminal_initiation_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="genericpositioningplugins" origin-model="foundation">
-      <unit bldFile="mw/locationsrv/genericpositioningplugins/group"/>
-     </component>
-     <component unofficial="yes" name="locationsrv_test" long-name="Location Services Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/locationsrv/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="locationsrv_build" long-name="Location Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/locationsrv/group"/> -->
-     </component>
-     <component unofficial="yes" name="locsrv_pub" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/blid_application_satellite_info_api/tsrc/bc_blid_application_satellite_info_api/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/blid_application_satellite_info_api/tsrc/ut_csatelliteuitest/group"/> -->
-      <unit bldFile="mw/locationsrv/locsrv_pub/group"/>
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_api/tsrc/bc_landmarks_api/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_database_management_api/tsrc/bc_landmarks_database_management_api/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_database_management_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_search_api/tsrc/bc_landmarks_search_api/group"/> -->
-      <!-- <unit bldFile="mw/locationsrv/locsrv_pub/landmarks_search_api/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="ipconnmgmt" long-name="IP Connectivity Management" tech_domain="dc" level="generic" levels="plugin framework server generic utils">
-    <collection name="alwayson_net_plugin" long-name="Always On Net Plugin" level="server">
-     <component name="pdpcontextmanager2" long-name="PDP Context Manager 2" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/alwayson_net_plugin/pdpcontextmanager2/group"/>
-     </component>
-     <component unofficial="yes" name="alwayson_net_plugin_build" long-name="Always On Net Plugin Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/ipconnmgmt/alwayson_net_plugin/group"/> -->
-     </component>
-    </collection>
-    <collection name="bearermanagement" long-name="Bearer Management" level="framework">
-     <component name="mpm" long-name="MPM" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/bearermanagement/mpm/group"/>
-     </component>
-     <component name="bearermanager" long-name="Bearer Manager" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/bearermanagement/bearermanager/group"/>
-     </component>
-     <component unofficial="yes" name="bearermanagement_build" long-name="Bearer Management Build" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/bearermanagement/group"/>
-     </component>
-    </collection>
-    <collection name="connectionmonitoring" long-name="Connection Monitoring" level="server">
-     <component name="connectionmonitorplugin" long-name="Connection Monitor Plugin" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorplugin/group"/>
-     </component>
-     <component name="connectionmonitorui" long-name="Connection Monitor UI" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorui/group"/>
-     </component>
-     <component name="connmon" long-name="Connection Monitor" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/connectionmonitor/group"/>
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/dataconnectionlogger/group"/>
-     </component>
-     <component name="connmonext" long-name="Connection Monitor Ext" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmonext/group"/>
-     </component>
-     <component unofficial="yes" name="connectionmonitoring_build" long-name="Connection Monitoring Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/group"/> -->
-     </component>
-    </collection>
-    <collection name="accesspointcontrol" long-name="Access Point Control" level="plugin">
-     <component name="apcontrollistplugin" long-name="Access Point Control List Plugin" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/accesspointcontrol/apcontrollistplugin/group"/>
-     </component>
-    </collection>
-    <collection name="apengine" long-name="Application Engine" level="framework">
-     <component name="apeng" long-name="Access Point Engine" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/apengine/apeng/group"/>
-     </component>
-     <component name="apsettingshandlerui" long-name="Access Point Settings Handler UI" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/apengine/apsettingshandlerui/group"/>
-     </component>
-     <component name="apsettingsplugin" long-name="Access Point Settings Plugin" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/apengine/apsettingsplugin/group"/>
-     </component>
-     <component unofficial="yes" name="apengine_build" long-name="Application Engine Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/ipconnmgmt/apengine/group"/> -->
-     </component>
-    </collection>
-    <collection name="cmmanager" long-name="CM Manager" level="framework">
-     <component name="cmmgr" long-name="CM Manager" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/group"/>
-     </component>
-    </collection>
-    <collection name="dbcreator" long-name="DB Creator" level="utils">
-     <component name="commsdatcreator" long-name="Comms Database Creator" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreator/group"/>
-     </component>
-     <component name="commsdatcreatorrfsplugin" long-name="Comms Database Creator RFS Pluginr" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreatorrfsplugin/group"/>
-     </component>
-     <component name="commsdatstartup" long-name="Comms Database Startup" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatstartup/group"/>
-     </component>
-     <component name="dbcreatorexe" long-name="DB Creator" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/dbcreatorexe/group"/>
-     </component>
-     <component unofficial="yes" name="dbcreator_build" long-name="DB Creator Build" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/dbcreator/group"/>
-     </component>
-    </collection>
-    <collection name="connectionutilities" long-name="Connection Utilities" level="utils">
-     <component name="connectiondialogs" long-name="ConnectionDialogs" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/connectionutilities/connectiondialogs/group"/>
-     </component>
-    </collection>
-    <collection name="ipconnmgmt_info" long-name="IP Connectivity Management Info" level="utils">
-     <component unofficial="yes" name="ipconnmgmt_build" long-name="IP Connectivity Management Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/ipconnmgmt/group"/> -->
-     </component>
-     <component unofficial="yes" name="ipcm_pub" class="api" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/ipcm_pub/group"/>
-     </component>
-     <component unofficial="yes" name="ipcm_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/ipconnmgmt/ipcm_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="netprotocols" long-name="High-level Internet Protocols" tech_domain="dc" level="generic" levels="plugin framework server generic specific">
-    <collection name="httpfilters" long-name="HTTP Filters" level="plugin">
-     <component name="httpfiltercommon" long-name="HTTP Filter Common" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfiltercommon/group"/>
-     </component>
-     <component name="cookie" long-name="Cookie" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/cookie/group"/>
-     </component>
-     <component name="deflatefilter" long-name="Deflate Filter" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/deflatefilter/group"/>
-     </component>
-     <component name="httpfilteracceptheader" long-name="HTTP Filter Accept Header" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilteracceptheader/group"/>
-     </component>
-     <component name="httpfilterauthentication" long-name="HTTP Filter Authentication" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilterauthentication/group"/>
-     </component>
-     <component name="httpfilterconnhandler" long-name="HTTP Filter Conn Handler" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilterconnhandler/group"/>
-     </component>
-     <component name="httpfilteriop" long-name="HTTP Filter Iop" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilteriop/group"/>
-     </component>
-     <component name="httpfilterproxy" long-name="HTTP Filter Proxy" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/httpfilterproxy/group"/>
-     </component>
-     <component name="uaproffilter" long-name="UAProf Filter" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/httpfilters/uaproffilter/group"/>
-     </component>
-     <component unofficial="yes" name="httpfilters_build" long-name="HTTP Filters Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/netprotocols/httpfilters/group"/> -->
-     </component>
-    </collection>
-    <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
-     <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
-     </component>
-     <component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
-     </component>
-     <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
-     </component>
-     <component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
-     </component>
-     <component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
-     </component>
-     <component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
-     </component>
-    </collection>
-    <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
-     <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
-     </component>
-     <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
-     </component>
-     <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
-     </component>
-     <component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="n:wapstack" long-name="WAP Stack" level="plugin">
-     <component name="n:wapmessageapi" long-name="WAP Message API" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/netprotocols/wapstack/wapmessageapi/group" mrp="mw/netprotocols/wapstack/wapmessageapi/group/wap-stack_wapmessage.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific">
-     <component unofficial="yes" name="netprotocols_plat" long-name="High-level Internet Protocols Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/netprotocols/netprotocols_plat/group"/>
-     </component>
-     <component unofficial="yes" name="netprotocols_build" long-name="High-level Internet Protocols Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/netprotocols/group"/> -->
-     </component>
-    <component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="ipappprotocols" long-name="IP App Protocols" tech_domain="dc" level="generic" levels="plugin framework conn server">
-    <collection name="rtp" long-name="RTP" level="server">
-     <component name="srtpstack" long-name="SRTP Stack" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/rtp/srtpstack/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/rtp/srtpstack/tsrc/ut_srtpstack/group"/> -->
-     </component>
-     <component name="rtpstack" long-name="RTP Stack" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/rtp/rtpstack/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/rtp/rtpstack/tsrc/ut_rtpstack/group"/> -->
-     </component>
-    </collection>
-    <collection name="sipplugins" long-name="SIP Plugins" level="plugin">
-     <component name="sippwlanplugin" long-name="SIP WLAN Plugin" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippwlanplugin/group"/>
-     </component>
-     <component name="sippsipsettingsui" long-name="SIP Settings UI" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippsipsettingsui/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/sipplugins/sippsipsettingsui/tsrc/ut_sipsettingsui/group"/> -->
-     </component>
-     <component name="sippdevmgmtsipadapter" long-name="Device Management SIP Adapter" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/tsrc/ut_cnsmldmsipadapter/group"/> -->
-     </component>
-     <component name="sippsystemstatemonitor" long-name="SIP System State Monitor" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippsystemstatemonitor/group"/>
-     </component>
-     <component name="sippsipadapter" long-name="SIP Adapter" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/sipplugins/sippsipadapter/group"/>
-      <!-- <unit bldFile="mw/ipappprotocols/sipplugins/sippsipadapter/tsrc/ut_cwpsipadapter/group"/> -->
-     </component>
-    </collection>
-    <collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
-     <component name="rtp" long-name="RTP" introduced="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- Real Time Data Protocol -->
-      <unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
-     </component>
-     <component name="sipfw" long-name="SIP Framework" filter="gt" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
-     </component>
-    </collection>
-    <collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
-     <component name="sipprovider" long-name="SIP Provider" filter="gt" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
-     </component>
-    </collection>
-    <collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="server">
-     <component unofficial="yes" name="ipappprotocols_plat" long-name="IP App Protocols Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/ipappprotocols_plat/group"/>
-     </component>
-     <component unofficial="yes" name="ipappprotocols_build" long-name="IP App Protocols Build" origin-model="foundation">
-      <unit bldFile="mw/ipappprotocols/group"/>
-     </component>
-    <component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="wirelessacc" long-name="Wireless Access" tech_domain="dc" level="specific" levels="framework generic ui">
-    <collection name="hotspotfw" long-name="Hotspot Framework" level="framework">
-     <component name="hsserver" long-name="HotSpot Server" origin-model="foundation"/>
-     <component name="hsclient" long-name="HS Client" origin-model="foundation"/>
-     <component name="internetconnectivitytestservice" long-name="Internet Connectivity Test Service" origin-model="foundation">
-      <!-- <unit bldFile="mw/wirelessacc/hotspotfw/internetconnectivitytestservice/group"/> -->
-     </component>
-     <component name="ictsdialogs" long-name="ICTS Dialogs" origin-model="foundation">
-      <!-- <unit bldFile="mw/wirelessacc/hotspotfw/ictsdialogs/group"/> -->
-     </component>
-     <component name="hspluginforagent" long-name="HotSpot Plugin For Agent" origin-model="foundation">
-      <!-- <unit bldFile="mw/wirelessacc/hotspotfw/hspluginforagent/group"/> -->
-     </component>
-     <component name="hsbrowser" long-name="HotSpot Browser" origin-model="foundation">
-      <!-- <unit bldFile="mw/wirelessacc/hotspotfw/hsbrowser/group"/> -->
-     </component>
-     <component unofficial="yes" name="hotspotfw_build" long-name="Hotspot Framework Build" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/hotspotfw/group"/>
-     </component>
-    </collection>
-    <collection name="wlanutilities" long-name="WLAN Utilities" level="generic">
-     <component name="wlanplugin" long-name="WLAN Plugin" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/wlanutilities/wlanplugin/group"/>
-     </component>
-     <component name="wlansettingsui" long-name="WLAN Settings UI" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/wlanutilities/wlansettingsui/group"/>
-     </component>
-     <component name="wlansniffer" long-name="WLAN Sniffer" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/group"/>
-     </component>
-     <component name="wlanindicatorplugin" long-name="WLAN Indicator Plugin" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/wlanutilities/wlanindicatorplugin/group"/>
-     </component>
-     <component unofficial="yes" name="wlanutilities_build" long-name="WLAN Utilities Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/wirelessacc/wlanutilities/group"/> -->
-     </component>
-    </collection>
-    <collection name="wirelessacc_info" long-name="Wireless Access Info" level="ui">
-     <component unofficial="yes" name="hsfw_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/wirelessacc/hsfw_plat/group"/>
-     </component>
-     <component unofficial="yes" name="wirelessacc_build" long-name="Wireless Access Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/wirelessacc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="vpnclient" long-name="VPN Client" tech_domain="dc" level="specific" levels="engine ui api">
-    <collection name="vpnclient_sis" long-name="VPN Client Sis" level="api">
-     <component name="ce_sis" long-name="CE SIS" origin-model="foundation">
-      <!-- <unit bldFile="mw/vpnclient/vpnclient_sis/ce_sis/group"/> -->
-     </component>
-     <component name="stub_sis" long-name="Stub Sis" origin-model="foundation">
-      <!-- <unit bldFile="mw/vpnclient/vpnclient_sis/stub_sis/group"/> -->
-     </component>
-     <component unofficial="yes" name="vpnclient_sis_build" origin-model="foundation">
-      <!-- <unit bldFile="mw/vpnclient/vpnclient_sis/group"/> -->
-     </component>
-    </collection>
-    <collection name="vpnengine" long-name="VPN Engine" level="engine">
-     <component name="eventmediatorapi" long-name="Event Mediator API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/eventmediatorapi/group"/>
-     </component>
-     <component name="eventviewer" long-name="Event Viewer" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/eventviewer/group"/>
-     </component>
-     <component name="vpnins" long-name="VPN Ins" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnins/group"/>
-     </component>
-     <component name="acuagenttransport" long-name="ACU Agent Transport" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuagenttransport/group"/>
-     </component>
-     <component name="acupluginlib" long-name="ACU Plugin Lib" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acupluginlib/group"/>
-     </component>
-     <component name="ikepolparser" long-name="IKE Policy Parser" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikepolparser/group"/>
-     </component>
-     <component name="utlbase64" long-name="UTL Base64" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlbase64/group"/>
-     </component>
-     <component name="utlcrypto" long-name="UTL Crypto" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlcrypto/group"/>
-     </component>
-     <component name="utlxml" long-name="UTL XML" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlxml/group"/>
-     </component>
-     <component name="utlpkcs10" long-name="UTL PKCS10" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlpkcs10/group"/>
-     </component>
-     <component name="pkiserviceapi" long-name="PKI Service API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/pkiserviceapi/group"/>
-     </component>
-     <component name="acuagentcrypto" long-name="ACU Agent Crypto" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuagentcrypto/group"/>
-     </component>
-     <component name="vpnextapi" long-name="VPN Ext. API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnextapi/group"/>
-     </component>
-     <component name="ikecert" long-name="Ike Cert" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikecert/group"/>
-     </component>
-     <component name="kmdapi" long-name="KMD API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/kmdapi/group"/>
-     </component>
-     <component name="kmdserver" long-name="Kmd Server" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/kmdserver/group"/>
-     </component>
-     <component name="ikeutils" long-name="IKE Utils" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikeutils/group"/>
-     </component>
-     <component name="ikev1lib" long-name="Ikev1 Library" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikev1lib/group"/>
-     </component>
-     <component name="ikev2lib" long-name="Ikev2 Library" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikev2lib/group"/>
-     </component>
-     <component name="acuagentmessage" long-name="ACU Agent Message" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuagentmessage/group"/>
-     </component>
-     <component name="acuagent" long-name="ACU Agent" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuagent/group"/>
-     </component>
-     <component name="vpnawapi" long-name="VPN AW API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnawapi/group"/>
-     </component>
-     <component name="vpnipsecpolparser" long-name="VPN Ipsecpolparser" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnipsecpolparser/group"/>
-     </component>
-     <component name="sit" long-name="Sit" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/sit/group"/>
-     </component>
-     <component name="acuins" long-name="ACU INS" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/acuins/group"/>
-     </component>
-     <component name="vpntcwrapper" long-name="VP NTC Wrapper" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpntcwrapper/group"/>
-     </component>
-     <component name="eventmediator" long-name="Event Mediator" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/eventmediator/group"/>
-     </component>
-     <component name="ipsecacuplugin" long-name="IPseca Cu Plugin" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ipsecacuplugin/group"/>
-     </component>
-     <component name="pkiservice" long-name="PKI Service" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/pkiservice/group"/>
-     </component>
-     <component name="vpnconnagt" long-name="VPN Connagt" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnconnagt/group"/>
-     </component>
-     <component name="vpnmanager" long-name="VPN Manager" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpnmanager/group"/>
-     </component>
-     <component name="vpncleaner" long-name="VPN Cleaner" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/vpncleaner/group"/>
-     </component>
-     <component name="utlpkcs12" long-name="UTL PKCS12" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/utlpkcs12/group"/>
-     </component>
-     <component name="dmadengine" long-name="DM Adapter Engine" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/dmadengine/group"/>
-     </component>
-     <component name="dmadipsecvpn" long-name="DM Adapter IPsec VPN" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/dmadipsecvpn/group"/>
-     </component>
-     <component name="dmadpki" long-name="DM Adapter PKI" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/dmadpki/group"/>
-     </component>
-     <component name="ikesocketplugin" long-name="IKE Socket Plugin" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnengine/ikesocketplugin/group"/>
-     </component>
-     <component name="vpnnif" long-name="VPN NIF" origin-model="foundation"/>
-    </collection>
-    <collection name="vpnui" long-name="VPN UI" level="ui">
-     <component name="vpnecomnotifier" long-name="VPN ECOM Notifier" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpnecomnotifier/group"/>
-     </component>
-     <component name="vpndialogmanager" long-name="VPN Dialog Manager" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpndialogmanager/group"/>
-     </component>
-     <component name="vpnmanagementui" long-name="VPN Management UI" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpnmanagementui/group"/>
-     </component>
-     <component name="vpnpolins" long-name="VPN Policy Ins" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpnpolins/group"/>
-     </component>
-     <component name="vpnpolicyrecognizer" long-name="VPN Policy Recognizer" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnui/vpnpolicyrecognizer/group"/>
-     </component>
-    </collection>
-    <collection name="vpnapiimpl" long-name="VPN API Implementation" level="api">
-     <component name="vpnapi" long-name="VPN API" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnapiimpl/group"/>
-     </component>
-    </collection>
-    <collection name="vpnclient_info" long-name="VPN Client Info" level="api">
-     <component unofficial="yes" name="vpnclient_help" long-name="VPN Client Help" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/help/group"/>
-     </component>
-     <component unofficial="yes" name="vpnclient_build" long-name="VPN Client Build" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/group"/>
-     </component>
-     <component unofficial="yes" name="vpnc_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/vpnclient/vpnc_plat/vpnapi/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="ipappsrv" long-name="IP App Services" tech_domain="vc" level="specific" levels="framework  generic server  conn plugin">
-    <collection name="multimediacommscontroller" long-name="Multimedia Comms Controller" level="conn">
-     <component name="mmccinterface" long-name="MMCC Interface" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccinterface/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccinterface/tsrc/ut_interface/group"/> -->
-     </component>
-     <component name="mmccjitterbuffer" long-name="Jitter Buffer" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccjitterbuffer/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccjitterbuffer/tsrc/ut_jitterbuffer/group"/> -->
-     </component>
-     <component name="mmccqoscontroller" long-name="QoS Controller" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccqoscontroller/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccqoscontroller/tsrc/ut_qoscontroller/group"/> -->
-     </component>
-     <component name="mmccmultiplexer" long-name="MMCC Multiplexer" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccmultiplexer/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccmultiplexer/tsrc/ut_multiplexer/group"/> -->
-     </component>
-     <component name="mmccsubcontroller" long-name="MMCC Subcontroller" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccsubcontroller/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccsubcontroller/tsrc/ut_rtpmediaclock/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccsubcontroller/tsrc/ut_subcontroller/group"/> -->
-     </component>
-     <component name="mmcccontroller" long-name="MMCC Controller" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcccontroller/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcccontroller/tsrc/ut_controller/group"/> -->
-     </component>
-     <component name="mmccredpayloadformat" long-name="RED Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccredpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccredpayloadformat/tsrc/ut_redpayloadformat/group"/> -->
-     </component>
-     <component name="mmccamrpayloadformat" long-name="AMR Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccamrpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccamrpayloadformat/tsrc/ut_amrpayloadformat/group"/> -->
-     </component>
-     <component name="mmccg711payloadformat" long-name="G711 Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg711payloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg711payloadformat/tsrc/ut_g711payloadformat/group"/> -->
-     </component>
-     <component name="mmccg729payloadformat" long-name="G729 Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg729payloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccg729payloadformat/tsrc/ut_g729payloadformat/group"/> -->
-     </component>
-     <component name="mmccilbcpayloadformat" long-name="ILBC Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccilbcpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccilbcpayloadformat/tsrc/ut_ilbcpayloadformat/group"/> -->
-     </component>
-     <component name="mmccdtmfpayloadformat" long-name="DTMF Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccdtmfpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccdtmfpayloadformat/tsrc/ut_dtmfpayloadformat/group"/> -->
-     </component>
-     <component name="mmccrtpsourcesink" long-name="RTP Source Sink" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccrtpsourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccrtpsourcesink/tsrc/ut_rtpsourcesink/group"/> -->
-     </component>
-     <component name="mmccvideosourcesink" long-name="Video Source Sink" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccvideosourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccvideosourcesink/tsrc/ut_videosourcesink/group"/> -->
-     </component>
-     <component name="mmcch263payloadformat" long-name="H263 Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcch263payloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmcch263payloadformat/tsrc/ut_h263payloadformat/group"/> -->
-     </component>
-     <component name="mmccanypayloadformat" long-name="ANY Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanypayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanypayloadformat/tsrc/ut_anypayloadformat/group"/> -->
-     </component>
-     <component name="mmccfilesourcesink" long-name="MMCC File Source Sink" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccfilesourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccfilesourcesink/tsrc/ut_filesourcesink/group"/> -->
-     </component>
-     <component name="mmccanysourcesink" long-name="Anysource Sink" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanysourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccanysourcesink/tsrc/ut_anysourcesink/group"/> -->
-     </component>
-     <component name="mmccavcpayloadformat" long-name="AVC Payload Format" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccavcpayloadformat/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/mmccavcpayloadformat/tsrc/ut_avcpayloadformat/group"/> -->
-     </component>
-     <component unofficial="yes" name="multimediacommscontroller_build" long-name="Multimedia Comms Controller Build" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/multimediacommscontroller/group"/>
-     </component>
-     <component unofficial="yes" name="multimediacommscontroller_test" long-name="Multimedia Comms Controller Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/mcpsubthreads/dptests/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/mcpsubthreads/clienttests/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/componenttests/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/subcontrollerstub/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/jitterbuffertestconsole/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/rtpsourcesink/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommscontroller/tsrc/testconsoles/mcpconsole/group"/> -->
-     </component>
-    </collection>
-    <collection name="multimediacommsengine" long-name="Multimedia Comms Engine" level="generic">
-     <component name="mmcecli" long-name="MMCE Client" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcecli/group"/> -->
-     </component>
-     <component name="mmcefloorctrlengine" long-name="MMCE Foor Control Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlengine/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlengine/tsrc/ut_floorctrlengine/fctestpplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlengine/tsrc/ut_floorctrlengine/fctestpplugin2/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlengine/tsrc/ut_floorctrlengine/group"/> -->
-     </component>
-     <component name="mmcefloorctrlplugin" long-name="MMCE Foor Control Plugin" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcefloorctrlplugin/tsrc/ut_floorctrlplugin/group"/> -->
-     </component>
-     <component name="mmcesrv" long-name="MMCE Server" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/mmceevent/tsrc/ut_event/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/mmceevent/tsrc/ut_event/sip_stub/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/mmcemediamanager/tsrc/ut_mediamanager/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/mmcesrv/mmceserver/tsrc/ut_server/group"/> -->
-     </component>
-     <component unofficial="yes" name="multimediacommsengine_build" long-name="Multimedia Comms Engine Build" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/multimediacommsengine/group"/>
-     </component>
-     <component unofficial="yes" name="multimediacommsengine_test" long-name="Multimedia Comms Engine Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mcetestui/mcetestuiplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mcetestui/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/testdriver/siptester/ttcnresolverplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/mcetester/iceplugin_stub/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/mcetester/ttcnresolverplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/testdriver/siptester/ttcnresolverplugin2/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mcetestui/mcetestuiengine/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/testdriver/group/s60_public_sdk"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/mcetester/iceplugin_stub/tsrc/test/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/testdriver/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/multimediacommsengine/tsrc/mmctestdriver/mcetester/voipplugin/group"/> -->
-     </component>
-    </collection>
-    <collection name="natfw" long-name="NAT Framework" level="framework">
-     <component name="natfwsettings" long-name="NAT Framework Settings" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwsettings/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwsettings/tsrc/ut_cnatfwnatsettings/group"/> -->
-     </component>
-     <component name="natfwconnectionmultiplexer" long-name="NAT Framework Connection Multiplexer" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwconnectionmultiplexer/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwconnectionmultiplexer/tsrc/muxtestconsole/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwconnectionmultiplexer/tsrc/ut_connectionmultiplexer/group"/> -->
-     </component>
-     <component name="natfwclient" long-name="NAT Framework Client" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwclient/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwclient/tsrc/ut_natfwclient/group"/> -->
-     </component>
-     <component name="natfwsocketmediaconnwrapper" long-name="Socket Media Connection Wrapper" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwsocketmediaconnwrapper/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwsocketmediaconnwrapper/tsrc/ut_socketmediaconnwrapper/group"/> -->
-     </component>
-     <component name="natfwunsaf_protocols" long-name="NAT Framework Unsaf Protocols" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwunsaf_protocols/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwunsaf_protocols/tsrc/ut_unsaf_codec/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwunsaf_protocols/tsrc/ut_unsaf_transport/group"/> -->
-     </component>
-     <component name="natfwstunturnclient" long-name="NAT Framework Stun Turn Client" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunturnclient/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunturnclient/tsrc/ut_stunturnclient/group"/> -->
-     </component>
-     <component name="natfwstunserver" long-name="NAT Framework Stun Server" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunserver/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunserver/tsrc/ut_cnatfwstunsrv/group"/> -->
-     </component>
-     <component name="natfwicecandidatehandler" long-name="NAT Framework Ice Candidate Handler" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwicecandidatehandler/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwicecandidatehandler/tsrc/ut_icecandidatehandler/group"/> -->
-     </component>
-     <component name="natfwstunplugin" long-name="NAT Framework STUN Plugin" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwstunplugin/tsrc/ut_cnatfwstunplugin/group"/> -->
-     </component>
-     <component name="natfwturnplugin" long-name="NAT Framework TURN Plugin" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwturnplugin/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natfw/natfwturnplugin/tsrc/ut_cnatfwturnplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="natfw_build" long-name="NAT Framework Build" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natfw/group"/>
-     </component>
-     <component unofficial="yes" name="natfw_test" long-name="NAT Framework Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/ipappsrv/natfw/tsrc/natfwtestconsoles/natfwtestconsole/group"/> -->
-     </component>
-    </collection>
-    <collection name="natplugins" long-name="NAT Plugins" level="plugin">
-     <component name="natpcliprovisioningnatfwadapter" long-name="Client Provisioning NAT Framework Traversal Adapter" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/group"/>
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/tsrc/t_natfwtraversaladapter/group"/> -->
-     </component>
-     <component name="natpdevmgmtnatfwadapter" long-name="Device Management NAT Framework Traversal Adapter" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/group"/>
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/tsrc/ut_cnsmldmnatfwtraversaladapter/group"/> -->
-     </component>
-     <component name="natptraversalcontroller" long-name="NAT Traversal Controller" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natplugins/natptraversalcontroller/group"/>
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natptraversalcontroller/tsrc/ut_nattraversalcontroller/group"/> -->
-     </component>
-     <component name="natpnatfwsdpprovider" long-name="NAT Framework SDP Provider" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/group"/>
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/tsrc/testconsole/group"/> -->
-      <!-- <unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/tsrc/ut_natfwsdpprovider/group"/> -->
-     </component>
-    </collection>
-    <collection name="ipappsrv_info" long-name="IP App Services Info" level="plugin">
-     <component unofficial="yes" name="ipappsrv_plat" long-name="IP App Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/ipappsrv/ipappsrv_plat/group"/>
-     </component>
-     <component unofficial="yes" name="ipappsrv_build" long-name="IP App Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/ipappsrv/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="phonesrv" long-name="Telephony and SIM Services" tech_domain="vc" level="specific" levels="plugin framework server generic specific">
-    <collection name="phonecmdhandler" long-name="Phone Command Handler" level="generic">
-     <component name="phonecmdhnlr" long-name="Phone Command Handler" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phonecmdhandler/phonecmdhnlr/group"/>
-     </component>
-    </collection>
-    <collection name="cbs" long-name="Cellular Baseband Services" level="plugin">
-     <component name="cbsserver" long-name="CBS Server" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cbs/cbsserver/group"/>
-     </component>
-     <component name="cbsui" long-name="CBS UI" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cbs/cbsui/group"/>
-     </component>
-    </collection>
-    <collection name="convergedcallengine" long-name="Converged Call Engine" level="framework">
-     <component name="callprovider" long-name="Call Provider" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/callprovider/group"/>
-     </component>
-     <component name="cce" long-name="CCE" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/cce/group"/>
-     </component>
-     <component name="spsettings" long-name="SP Settings" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/spsettings/group"/>
-      <!-- <unit bldFile="mw/phonesrv/convergedcallengine/spsettings/tsrc/public/basic/group"/> -->
-      <!-- <unit bldFile="mw/phonesrv/convergedcallengine/spsettings/tsrc/public/basic/spsettingsut/group"/> -->
-     </component>
-     <component name="cenrepdatabase" long-name="Cenrep Database" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/cenrepdatabase/group"/>
-     </component>
-     <component name="serviceselector" long-name="Service Selector" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/serviceselector/group"/>
-     </component>
-     <component name="csplugin" long-name="CS Plugin" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/convergedcallengine/csplugin/group"/>
-     </component>
-     <component unofficial="yes" name="convergedcallengine_build" long-name="Converged Call Engine Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/phonesrv/convergedcallengine/group"/> -->
-     </component>
-    </collection>
-    <collection name="networkhandling" long-name="Network Handling" level="plugin">
-     <component name="networkhandlingengine" long-name="Network Handling Engine" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/networkhandling/networkhandlingengine/group"/>
-     </component>
-    </collection>
-    <collection name="phoneclientserver" long-name="Phone Client/Server" level="server">
-     <component name="enpolicy" long-name="En Policy" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/enpolicy/group"/>
-     </component>
-     <component name="aiwdialdata" long-name="AIW Dial Data" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/aiwdialdata/group"/>
-     </component>
-     <component name="dialutils" long-name="Dial Utils" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/dialutils/group"/>
-     </component>
-     <component name="phoneclient" long-name="Phone Client" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/phoneclient/group"/>
-     </component>
-     <component name="phoneserver" long-name="Phones Erver" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/phoneserver/group"/>
-     </component>
-     <component name="callui" long-name="Call UI" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/phoneclientserver/callui/group"/>
-     </component>
-    </collection>
-    <collection name="satengine" long-name="Sat Engine" level="generic">
-     <component name="satserver" long-name="Sat Server" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/satengine/satserver/group"/>
-     </component>
-     <component unofficial="yes" name="satengine_build" long-name="Sat Engine Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/phonesrv/satengine/group"/> -->
-     </component>
-    </collection>
-    <collection name="satui" long-name="Sat UI" level="specific">
-     <component name="satapp" long-name="Sat App" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/satui/satapp/group"/>
-     </component>
-     <component name="satplugin" long-name="Sat Plugin" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/satui/satplugin/group"/>
-     </component>
-     <component unofficial="yes" name="satui_build" long-name="Sat UI Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/phonesrv/satui/group"/> -->
-     </component>
-    </collection>
-    <collection name="telutils" long-name="Utilities" level="generic">
-     <component name="phoneparser" long-name="Phone Parser" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/telutils/phoneparser/group"/>
-     </component>
-     <component name="telephonyservice" long-name="Telephony Service" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/telutils/telephonyservice/group"/>
-     </component>
-    </collection>
-    <collection name="cellular" long-name="Cellular" level="server">
-     <component name="telephonysettings" long-name="Telephony Settings" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cellular/telephonysettings/group"/>
-     </component>
-     <component name="sssettings" long-name="SS Settings" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cellular/sssettings/group"/>
-     </component>
-     <component name="psetnotesui" long-name="Pset Notes UI" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cellular/psetnotesui/group"/>
-     </component>
-     <component name="servicerequest" long-name="Service Request" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/cellular/servicerequest/group"/>
-     </component>
-    </collection>
-    <collection name="engines" long-name="Telephony Engines" level="specific">
-     <component name="vmbxengine" long-name="Voice Mailbox Engine" origin-model="foundation">
-      <unit bldFile="mw/phonesrv/engines/vmbxengine/group"/>
-     </component>
-    </collection>
-    <collection name="phonesrv_info" long-name="Telephony and SIM Services Info" level="specific">
-     <component unofficial="yes" name="phonesrv_plat" long-name="Telephony and SIM Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/call_information_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/call_information_mediator_api/tsrc/ut_callinfos/group"/> -->
-      <unit bldFile="mw/phonesrv/phonesrv_plat/group"/>
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_emergency_call_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/sat_client_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/phonesrv/phonesrv_plat/sat_refresh_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="phonesrv_pub" long-name="Telephony and SIM Services Public Interfaces" class="api" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/phonesrv/phonesrv_pub/group"/> -->
-     </component>
-     <component unofficial="yes" name="phonesrv_build" long-name="Telephony and SIM Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/phonesrv/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="messagingmw" long-name="Messaging Middleware" tech_domain="pr" level="specific" levels="stack fw api">
-    <collection name="msgbranched" long-name="Messaging Branched" level="fw">
-     <component name="msgbranched_build" origin-model="foundation">
-      <unit bldFile="mw/messagingmw/msgbranched/group"/>
-     </component>
-    </collection>
-    <collection name="messagingfw" long-name="Messaging FW" level="fw">
-     <component name="alwaysonline" long-name="Always Online" origin-model="foundation">
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/alwaysonlinemanager/group"/> -->
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/alwaysonlinestarterapp/group"/> -->
-      <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/group"/>
-     </component>
-     <component name="msgcommonutils" long-name="Messaging Common Utils" origin-model="foundation">
-      <unit bldFile="mw/messagingmw/messagingfw/msgcommonutils/group"/>
-     </component>
-     <component name="senduiservices" long-name="Send UI Services" origin-model="foundation">
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/senduiservices/datautils/group"/> -->
-      <unit bldFile="mw/messagingmw/messagingfw/senduiservices/group"/>
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/senduiservices/launcher/group"/> -->
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/senduiservices/serviceresolver/group"/> -->
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/senduiservices/watcher/group"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="scheduledsendmtm">
-       <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/schedulesendexe/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/schedulesendmtm/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/test/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="msgsrvnstore">
-       <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/mtmbase/group"/>
-       -  <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/mtmbase/test/group"/>  -
-       <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/server/group"/>
-       -  <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/server/test/testrom"/>  -
-       <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/serverexe/group"/>
-     </component>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="biomsgfw">
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bdb"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bifu"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bioc"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bios"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/biowatchers"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/bits"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/biut"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/cbcp"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/enp"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/gfp"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/iacp"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/rom"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/t_biomsg/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/wapp"/>
-     </component>-->
-     <!--Component manually removed as empty and name conflicts with an OS component-->
-     <!--<component name="msgconf"/>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="watcherfw">
-       <unit bldFile="mw/messagingmw/messagingfw/watcherfw/test/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="msgtest">
-       <unit bldFile="mw/messagingmw/messagingfw/msgtest/integration/group"/>
-       -  <unit bldFile="mw/messagingmw/messagingfw/msgtest/targetautomation"/>  -
-       <unit bldFile="mw/messagingmw/messagingfw/msgtest/testsuites/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/msgtest/testutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/msgtest/tools/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="biowatchers">
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmanbswatcher/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmasocketwatcher/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmawatchervmn/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmawatcherwemt/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmawatcherwmt/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/cdmawatcherwpt/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/biowatchers/test/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="sendas">
-       <unit bldFile="mw/messagingmw/messagingfw/sendas/client/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/sendas/editutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/sendas/server/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/sendas/test/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="msgurlhandler">
-       <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/test/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/urlhandler/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="wappushfw">
-       -  <unit bldFile="mw/messagingmw/messagingfw/wappushfw/examples/pushapphandlerex"/>  -
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/miscpushmsgutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/plugins/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/plugins/wapurilookup/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/pushmsgentry/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/pushmtm/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/pushutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/pushwatcher/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/roaptcontenthandler/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/rocontenthandler/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/rom"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/sislcontenthandlers/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/sislpushmsgutils/group"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/tpush"/>
-       <unit bldFile="mw/messagingmw/messagingfw/wappushfw/tpushscriptbased"/>
-     </component>-->
-     <component name="suplsmshandler" origin-model="foundation"/>
-     <component name="suplwappushhandler" origin-model="foundation"/>
-    <component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
-     </component>
-     <component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
-     </component>
-     <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
-     </component>
-     <component name="msgconf" long-name="Messaging Config" introduced="tb91" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
-     </component>
-     <component name="watcherfw" long-name="Watcher Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
-     </component>
-     <component name="msgtest" long-name="Messaging Test" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
-     </component>
-     <component name="msgtests" long-name="Messaging Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
-     </component>
-     <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
-     </component>
-     <component name="msgtestproduct" long-name="Messaging Test Product" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
-     </component>
-     <component name="biowatchers" long-name="BIO Watchers" introduced="8.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
-     </component>
-     <component name="sendas" long-name="Send As" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
-     </component>
-     <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
-     </component>
-     <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
-     </component>
-     <component name="n:suplsmshandler" long-name="SUPL SMS Handler" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/suplsmshandler/group" mrp="mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/> -->
-     </component>
-     <component name="n:suplwappushhandler" long-name="SUPL WAP Push Handler" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api">
-     <component unofficial="yes" name="msgfw_pub" class="api" origin-model="foundation">
-      <unit bldFile="mw/messagingmw/msgfw_pub/group"/>
-      <!-- <unit bldFile="mw/messagingmw/msgfw_pub/send_ui_api/tsrc/bc/group"/> -->
-      <unit bldFile="mw/messagingmw/msgfw_pub/send_ui_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="messagingmw_build" long-name="Messaging Middleware Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/messagingmw/group"/> -->
-     </component>
-     <component unofficial="yes" name="msgfw_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/messagingmw/msgfw_plat/group"/>
-      <unit bldFile="mw/messagingmw/msgfw_plat/send_ui_plugin_api/tsrc/group"/>
-     </component>
-    <component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="imsrv" long-name="Instant Messaging and Presence Services" tech_domain="pr" level="specific" levels="plugin framework server generic specific">
-    <collection name="imservices" long-name="IM Services" level="generic">
-     <component name="imfeatureplugin" long-name="IM Feature Plugin" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/imfeatureplugin/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimdatamodel/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimfrontend/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimoperations/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/imfeatureplugin/srcimprocessor/group"/> -->
-     </component>
-     <component name="searchfeatureplugin" long-name="Search Feature Plugin" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchdatamodel/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchfrontend/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchoperations/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/srcsearchprocessor/group"/> -->
-     </component>
-     <component name="xmppsettingsapi" long-name="XMPP Setting Sapi" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/xmppsettingsapi/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/xmppsettingsapi/tsrc/group"/> -->
-     </component>
-     <component name="xmppsettingsfetcher" long-name="XMPP Settingsfetcher" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/xmppsettingsfetcher/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/xmppsettingsfetcher/tsrc/xmppsettingsfetchermt/group"/> -->
-     </component>
-     <component name="ossprotocoladaptation" long-name="OSS Protocol Adaptation" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/imservices/ossprotocoladaptation/dataconvlib/group"/> -->
-      <unit bldFile="mw/imsrv/imservices/ossprotocoladaptation/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/ossprotocoladaptation/tsrc/ossadapmt/group"/> -->
-     </component>
-     <component name="instantmessagingcache" long-name="Instant Messaging Cache" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/instantmessagingcache/group"/>
-      <!-- <unit bldFile="mw/imsrv/imservices/instantmessagingcache/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="imservices_build" long-name="IM Services Build" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imservices/group"/>
-     </component>
-    </collection>
-    <collection name="ximpfw" long-name="XIMP Framework" level="framework">
-     <component name="ximpfw_core" long-name="Core" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/ximpfw/core/group"/> -->
-     </component>
-     <component name="presence" long-name="Presence" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/ximpfw/presence/group"/> -->
-     </component>
-     <component unofficial="yes" name="ximpfw_test" long-name="XIMP Framework Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencewatching"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencegroupmembermngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presenceblocking"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/tsrcutils"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_rootservices"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presenceall"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencegrouplistmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencecache"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencepublishing"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencewatcherlistmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/tsrcprotocols"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/tsrcprotocols/pr_prfwtestprotocol"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presencegrantrequestmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_sessionmng"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_presenceauthorization"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_eunittemplate"/> -->
-      <!-- <unit bldFile="mw/imsrv/ximpfw/tsrc/src/t_utils"/> -->
-     </component>
-     <component unofficial="yes" name="ximpfw_build" long-name="XIMP Framework Build" origin-model="foundation">
-      <unit bldFile="mw/imsrv/ximpfw/group"/>
-     </component>
-    </collection>
-    <collection name="brandingserver" long-name="Branding Server" level="specific">
-     <component name="tools" long-name="Tools" origin-model="foundation">
-      <!-- <unit bldFile="mw/imsrv/brandingserver/tools/bsimport/group"/> -->
-     </component>
-     <component unofficial="yes" name="brandingserver_build" long-name="Branding Server Build" origin-model="foundation">
-      <unit bldFile="mw/imsrv/brandingserver/group"/>
-     </component>
-    </collection>
-    <collection name="imsrv_info" long-name="Instant Messaging and Presence Services Info" level="specific">
-     <component unofficial="yes" name="imsrv_plat" long-name="Instant Messaging and Presence Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/imsrv/imsrv_plat/group"/>
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/im_cache_client_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_eunittemplate"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presenceall"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presenceauthorization"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presenceblocking"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencecache"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencegrantrequestmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencegrouplistmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencegroupmembermngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencepublishing"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencewatcherlistmngt"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencewatching"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_rootservices"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_sessionmng"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_utils"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcprotocols"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcprotocols/pr_prfwtestprotocol"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcutils"/> -->
-      <!-- <unit bldFile="mw/imsrv/imsrv_plat/xmpp_settings_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="imsrv_build" long-name="Instant Messaging and Presence Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/imsrv/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="legacypresence" long-name="Legacy Presence Services" tech_domain="pr" level="specific" levels="engine fw ui">
-    <collection name="xdmengine" long-name="XDM Engine" level="engine">
-     <component name="xdmsettingsapi" long-name="XDM Settings Api" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmengine/xdmsettingsapi/group"/> -->
-     </component>
-     <component name="xdmprovisioning" long-name="XDM Provisioning" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmengine/xdmprovisioning/group"/> -->
-     </component>
-     <component name="xdmdevicemanagement" long-name="XDM Device Management" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmengine/xdmdevicemanagement/group"/> -->
-     </component>
-     <component name="xdmengine_build" long-name="XDM Engine" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/xdmengine/group"/>
-     </component>
-    </collection>
-    <collection name="xdmsettingsui" long-name="XDM Settings UI" level="ui">
-     <component name="xdmsettingsui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/xdmsettingsui/help/group"/>
-     </component>
-     <component unofficial="yes" name="xdmsettingsui_build" long-name="XDM Settings UI Build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/xdmsettingsui/group"/>
-     </component>
-    </collection>
-    <collection name="msgconnmanager" long-name="Messaging Connection Manager" level="fw">
-     <component name="msgconnmanager_build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/msgconnmanager/group"/>
-     </component>
-    </collection>
-    <collection name="presencefwsimpleadpt" long-name="Presence Framework SIMPLE Adaptor" level="fw">
-     <component name="simpleplugin" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/presencefwsimpleadpt/group"/>
-     </component>
-    </collection>
-    <collection name="presencesettingsui" long-name="Presence Settings UI" level="ui">
-     <component name="presencesettingsui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/presencesettingsui/help/group"/>
-     </component>
-     <component unofficial="yes" name="presencesettingsui_build" long-name="Presence Settings UI Build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/presencesettingsui/group"/>
-     </component>
-    </collection>
-    <collection name="simpleengine" long-name="SIMPLE Engine" level="engine">
-     <component name="presencesettingsapi" long-name="Presence Settings API" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/presencesettingsapi/group"/> -->
-     </component>
-     <component name="siputils" long-name="SIP Utils" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/siputils/group"/> -->
-     </component>
-     <component name="xmlutils" long-name="XML Utils" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/xmlutils/group"/> -->
-     </component>
-     <component name="simpleengine_engine" long-name="Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/engine/group"/> -->
-     </component>
-     <component name="xdmrlspres" long-name="XDM Rlspres" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/xdmrlspres/group"/> -->
-     </component>
-     <component name="presencedm" long-name="Presence DM" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/presencedm/group"/> -->
-     </component>
-     <component name="presenceprovisioning" long-name="Presence Provisioning" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/simpleengine/presenceprovisioning/group"/> -->
-     </component>
-     <component unofficial="yes" name="simpleengine_build" long-name="SIMPLE Engine Build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/simpleengine/group"/>
-     </component>
-    </collection>
-    <collection name="xdmprotocols" long-name="XDM Protocols" level="fw">
-     <component name="xdmxmlparser" long-name="XDM XML Parser" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xdmxmlparser/group"/> -->
-     </component>
-     <component name="xcapprotocol" long-name="Xcap Protocol" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcapappusage/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcapcache/client/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcapcache/server/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcaphttptransport/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcapoperations/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/xcapprotocol/xcaputils/group"/> -->
-     </component>
-     <component name="localprotocol" long-name="Local Protocol" origin-model="foundation">
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/localprotocol/group"/> -->
-      <!-- <unit bldFile="mw/legacypresence/xdmprotocols/localprotocol/localoperations/group"/> -->
-     </component>
-     <component unofficial="yes" name="xdmprotocols_build" long-name="XDM Protocols Build" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/xdmprotocols/group"/>
-     </component>
-    </collection>
-    <collection name="simpledatamodeladapter" long-name="SIMPLE Data Mode Aadapter" level="fw">
-     <component name="presenceplugin" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/simpledatamodeladapter/group"/>
-     </component>
-    </collection>
-    <collection name="legacypresence_info" long-name="Legacy Presence Services Info" level="ui">
-     <component unofficial="yes" name="pressrv_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/legacypresence/pressrv_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="opensrv" long-name="Open Services" tech_domain="pr" level="specific" levels="prt lib server eng">
-    <collection name="loudmouth" long-name="Loudmouth" level="prt">
-     <component name="loudmouth_build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/loudmouth/group"/>
-     </component>
-     <component unofficial="yes" name="loudmouth_test" long-name="Loudmouth Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/opensrv/loudmouth/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="libtelepathy" long-name="Telepathy Library" level="lib">
-     <component name="libtelepathy_build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/libtelepathy/group"/>
-     </component>
-     <component unofficial="yes" name="libtelepathy_test" long-name="Telepathy Library Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/opensrv/libtelepathy/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="telepathygabble" long-name="Telepathy Gabble" level="eng">
-     <component unofficial="yes" name="telepathygabble_build" long-name="Telepathy Gabble Build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/telepathygabble/group"/>
-     </component>
-    </collection>
-    <collection name="isolationserver" long-name="Isloation Server" level="server">
-     <component name="messagequeue" long-name="Message Queue" origin-model="foundation">
-      <unit bldFile="mw/opensrv/isolationserver/messagequeue/group"/>
-     </component>
-     <component name="isoserver" long-name="ISO Server" origin-model="foundation">
-      <unit bldFile="mw/opensrv/isolationserver/isoserver/group"/>
-     </component>
-     <component unofficial="yes" name="isolationserver_test" long-name="Isloation Server Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/opensrv/isolationserver/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="isolationserver_build" long-name="Isloation Server Build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/isolationserver/group"/>
-     </component>
-    </collection>
-    <collection name="opensrv_info" long-name="Open Services Info" level="eng">
-     <component unofficial="yes" name="opensrv_plat" long-name="Open Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/opensrv/opensrv_plat/group"/>
-      <!-- <unit bldFile="mw/opensrv/opensrv_plat/messagequeue_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="opensrv_build" long-name="Open Services Build" origin-model="foundation">
-      <unit bldFile="mw/opensrv/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="remotemgmt" long-name="Remote Management" tech_domain="dm" level="specific" levels="plugin framework server generic specific">
-    <collection name="omaprovisioning" long-name="OMA Provisioning" level="specific">
-     <component name="pnputil" long-name="PnP Util" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/omaprovisioning/pnputil/group"/>
-      <!-- <unit bldFile="mw/remotemgmt/omaprovisioning/pnputil/tsrc/moduletest/group"/> -->
-     </component>
-     <component name="provisioning" long-name="provisioning" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/omaprovisioning/provisioning/group"/>
-      <!-- <unit bldFile="mw/remotemgmt/omaprovisioning/provisioning/tsrc/moduletest/group"/> -->
-     </component>
-    </collection>
-    <collection name="policymanagement" long-name="Policy Management" level="generic">
-     <component name="pmdmadapter" long-name="PMDM Adapter" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/policymanagement/pmdmadapter/group"/>
-     </component>
-     <component name="dmutilserver" long-name="DM Util Server" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/policymanagement/dmutilserver/group"/>
-     </component>
-     <component name="policyengine" long-name="Polic Eengine" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/policymanagement/policyengine/group"/>
-     </component>
-     <component unofficial="yes" name="policymanagement_build" long-name="Policy Management Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/policymanagement/group"/>
-     </component>
-    </collection>
-    <collection name="syncmlfw" long-name="SyncML Framework" level="server">
-     <component name="syncmlfw_common" long-name="Common" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/remotemgmt/syncmlfw/common/alerthandler/bld"/> -->
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/alertqueue/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/debug/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/historylog/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/http/bld"/>
-<!--AUTO TRIMMED      <unit bldFile="mw/remotemgmt/syncmlfw/common/inc"/> -->
-<!--AUTO TRIMMED      <unit bldFile="mw/remotemgmt/syncmlfw/common/inc/modifiedheaders"/> -->
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/inc/policy"/>
-<!--AUTO TRIMMED      <unit bldFile="mw/remotemgmt/syncmlfw/common/inc/symbianheaders"/> -->
-<!--AUTO TRIMMED      <unit bldFile="mw/remotemgmt/syncmlfw/common/notifiers/inc"/> -->
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexclient/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexcommserver/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexdmplugin/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexdsplugin/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/obex/obexserverbinding/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver_clientapi/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver_privateapi/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/sosserver_transporthandler/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/syncagent/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/transport/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/wbxml/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/common/xml/bld"/>
-     </component>
-     <component name="ds" long-name="DS" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/adapterlog/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/adapters/dataproviderbase/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/agentlog/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/alerthandler/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/changefinder/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/dbcaps/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/filter/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/filterutils/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/profileutil/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/dsutils/storeformat/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/hostserver/dshostclient/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/hostserver/dshostserverbase/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/hostserver/dshostservers/bld"/>
-<!--AUTO TRIMMED      <unit bldFile="mw/remotemgmt/syncmlfw/ds/inc"/> -->
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/netmon/bld"/>
-      <!-- <unit bldFile="mw/remotemgmt/syncmlfw/ds/ota/bld"/> -->
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/provisioningadapter/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/settings/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/syncagent/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/ds/wappushalert/bld"/>
-     </component>
-     <component name="dm" long-name="DM" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/remotemgmt/syncmlfw/dm/bld"/> -->
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/callbackserver/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/dmutils/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/hostserver/dmhostserverbase/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/hostserver/dmhostservers/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/provisioningadapter/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/settings/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/syncagent/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/treedbclient/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/treedbhandler/bld"/>
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/treemodule/bld"/>
-      <!-- <unit bldFile="mw/remotemgmt/syncmlfw/dm/tsrc/group"/> -->
-      <unit bldFile="mw/remotemgmt/syncmlfw/dm/wappushalert/bld"/>
-     </component>
-     <component name="syncmlnotifier" long-name="SyncML Notifier" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/syncmlnotifier/group"/>
-     </component>
-     <component name="syncservice" long-name="Sync Service" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/syncservice/group"/>
-     </component>
-     <component unofficial="yes" name="syncmlfw_build" long-name="SyncML Framework Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/syncmlfw/group"/>
-     </component>
-    </collection>
-    <collection name="terminalsecurity" long-name="Terminal Security" level="specific">
-     <component name="scp" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpclient/group"/>
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scphistoryplugin/group"/>
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scppatternplugin/group"/>
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpserver/group"/>
-      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scptimestampplugin/group"/>
-     </component>
-     <component name="terminalsecurity_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/client/group"/>
-     </component>
-     <component name="terminalsecurity_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/server/group"/>
-     </component>
-     <component name="tcadapter" long-name="TC Adapter" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/tcadapter/bld"/>
-     </component>
-     <component unofficial="yes" name="terminalsecurity_build" long-name="Terminal Security Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/terminalsecurity/group"/>
-     </component>
-    </collection>
-    <collection name="devicediagnosticsfw" long-name="Device Diagnostics Framework" level="framework">
-     <component name="diagframework" long-name="Diagnostics Framework" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagframework/group"/>
-     </component>
-     <component name="diagpluginbase" long-name="Diagnostics Plugin Base" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagpluginbase/group"/>
-     </component>
-     <component name="diagresultsdb" long-name="Diagnostics Results DB" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/client/group"/>
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/server/group"/>
-     </component>
-     <component unofficial="yes" name="devicediagnosticsfw_build" long-name="Device Diagnostics Framework Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/group"/>
-     </component>
-    </collection>
-    <collection name="n:remotemgmttest" long-name="Remote Management Test" level="specific">
-     <component name="n:omasyncmlintegrationtest" long-name="OMA SyncML Integration Test" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group/oma_syncml_integtest.mrp"/> -->
-     </component>
-     <component name="n:omadevicemgmtintegrationtest" long-name="OMA Device Management Integration Test" introduced="9.1" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group/devprov_integtest.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:syncandremotemgmtfw" long-name="Sync and Remote Management Framework" level="framework">
-     <component name="n:omasyncmldatasync" long-name="OMA SyncML Data Sync" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group/oma_syncml_datasync.mrp"/> -->
-     </component>
-     <component name="n:omasyncmlcommonfw" long-name="OMA SyncML Common Framework" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group/oma_syncml_common_framework.mrp"/> -->
-     </component>
-     <component name="n:omasyncmldminterface" long-name="OMA SyncML DM Interface" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group/oma_syncml_dm_interface.mrp"/> -->
-     </component>
-     <component name="n:omasyncmlconfig" long-name="OMA SyncML Config" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group/oma_syncml_config.mrp"/> -->
-     </component>
-     <component name="n:devicemgmtfw" long-name="Device Management Framework" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group" mrp="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group/devprov_devman_framework.mrp"/> -->
-     </component>
-     <component name="n:clientprovisioningfw" long-name="Client Provisioning Framework" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group/devprov_clientprov_framework.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="n:syncandremotemgmtservices" long-name="Sync and Remote Management Services" level="plugin">
-     <component name="n:datasyncadaptors" long-name="Data Sync Adaptors" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group/data_sync_adaptors.mrp"/> -->
-     </component>
-     <component name="n:devicemgmtadaptors" long-name="Device Management Adaptors" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group" mrp="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group/devprov_devman_adapters.mrp"/> -->
-     </component>
-     <component name="n:clientprovisioningadaptors" long-name="Client Provisioning Adaptors" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group/devprov_clientprov_adapters.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="remotemgmt_info" long-name="Remote Management Info" level="specific">
-     <component unofficial="yes" name="remotemgmt_build" long-name="Remote Management Build" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/group"/>
-     </component>
-     <component unofficial="yes" name="remotemgmt_pub" long-name="Remote Management Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/remotemgmt/remotemgmt_pub/group"/>
-     </component>
-     <component unofficial="yes" name="remotemgmt_plat" long-name="Remote Management Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/common_agent_util_and_definitions_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/data_synchronization_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_tree_apis/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/fota_engine_api/tsrc/group"/> -->
-      <unit bldFile="mw/remotemgmt/remotemgmt_plat/group"/>
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_ds_extensions_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_provisioning_engine_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/pnpms_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_certificate_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_request_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/scp_server_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/setting_enforcement_info_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_alert_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_client_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/remotemgmt_plat/terminal_security_device_lock_api/tsrc/group"/> -->
-     </component>
-    <component name="n:remotemgmt_metadata" long-name="Remote Management Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remotemgmt/remotemgmt_info/remotemgmt_metadata/remotemgmt_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="networkingdm" long-name="Networking Device Management" tech_domain="dm" level="generic" levels="plugin framework server generic specific">
-    <collection name="clientprovisioning" long-name="Client Provisioning" level="specific">
-     <component name="accesspointadapter" long-name="Access Point Adapter" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/clientprovisioning/accesspointadapter/group"/>
-     </component>
-     <component name="cpdestinationnwadapter" long-name="CP Destination NW Adapter" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/clientprovisioning/cpdestinationnwadapter/group"/>
-     </component>
-     <component unofficial="yes" name="clientprovisioning_build" long-name="Client Provisioning Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/networkingdm/clientprovisioning/group"/> -->
-     </component>
-    </collection>
-    <collection name="devicemanagement" long-name="Device Management" level="specific">
-     <component name="globalwlansettings" long-name="Global WLAN Settings" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/devicemanagement/globalwlansettings/group"/>
-     </component>
-     <component name="nsmldinternet" long-name="NSMLD Internet" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/devicemanagement/nsmldinternet/group"/>
-     </component>
-     <component name="nsmldmalwaysonadapter" long-name="Nsmldm Always On Adapter" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/devicemanagement/nsmldmalwaysonadapter/group"/>
-     </component>
-     <component name="nsmldmbmadapter" long-name="NSMLDM BM Adapter" origin-model="foundation">
-      <unit bldFile="mw/networkingdm/devicemanagement/nsmldmbmadapter/group"/>
-     </component>
-     <component unofficial="yes" name="devicemanagement_build" long-name="Device Management Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/networkingdm/devicemanagement/group"/> -->
-     </component>
-    </collection>
-    <collection name="networkingdm_info" long-name="Networking Device Management Info" level="specific">
-     <component unofficial="yes" name="networkingdm_build" long-name="Networking Device Management Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/networkingdm/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="remotestorage" long-name="Remote Storage" tech_domain="de" level="generic" levels="framework">
-    <collection name="remotestoragefw" long-name="Remote Storage Framework" level="framework">
-     <component name="mountstore" long-name="Mount Store" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/mountstore/group"/>
-     </component>
-     <component name="rsfwnotifierplugins" long-name="RS Framework Notifier Plugins" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/rsfwnotifierplugins/group"/>
-     </component>
-     <component name="remotefileengine" long-name="Remote File Engine" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/remotefileengine/group"/>
-     </component>
-     <component name="mountmanager" long-name="Mount Manager" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/mountmanager/group"/>
-      <!-- <unit bldFile="mw/remotestorage/remotestoragefw/mountmanager/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="webdavaccessplugin" long-name="WebDAV Access Plugin" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/webdavaccessplugin/group"/>
-     </component>
-     <component name="remotefilesystemplugin" long-name="Remote Filesystem Plugin" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/remotefilesystemplugin/group"/>
-     </component>
-     <component name="remotestoragegsplugin" long-name="GS Plugin" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/gsplugin/group"/>
-     </component>
-     <component name="remotedriveconfigurationbiocontrol" long-name="Remote Drive Configuration BIO Control" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/remotedriveconfigurationbiocontrol/group"/>
-     </component>
-     <component unofficial="yes" name="remotestoragefw_build" long-name="Remote Storage Framework Build" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/remotestoragefw/group"/>
-     </component>
-    </collection>
-    <collection name="remotestorage_info" long-name="Remote Storage Info" level="framework">
-     <component unofficial="yes" name="rsfw_plat" class="api" origin-model="foundation">
-      <unit bldFile="mw/remotestorage/rsfw_plat/rsfw_access_protocol_plugin_api/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="remoteconn" long-name="Remote Connectivity" tech_domain="de" level="generic" levels="plugin framework server generic specific">
-    <collection name="connectivitymodules" long-name="Connectivity Modules" level="framework">
-     <component name="secon" long-name="Se Con" origin-model="foundation">
-      <unit bldFile="mw/remoteconn/connectivitymodules/secon/group"/>
-     </component>
-    </collection>
-    <collection name="remoteconn_info" long-name="Remote Connectivity Info" level="specific">
-     <component unofficial="yes" name="remoteconn_build" long-name="Remote Connectivity Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/remoteconn/group"/> -->
-     </component>
-     <component unofficial="yes" name="remoteconn_plat" long-name="Remote Connectivity Platform Interfaces" class="api" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/remoteconn/remoteconn_plat/group"/> -->
-     </component>
-    <component name="remoteconn_metadata" long-name="Remote Connectivity Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/remoteconn_info/remoteconn_metadata/remoteconn_metadata.mrp"/>
-     </component>
-     <component name="n:connectivitydoc" long-name="Connectivity Documentation" introduced="tb91" purpose="optional" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/remoteconn_info/connectivitydoc/group/connectivity_documentation.mrp"/>
-     </component>
-     <component name="n:mtpdoc" long-name="MTP Documentation" introduced="tb91" purpose="optional" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/remoteconn_info/mtpdoc/group/mtp_documentation.mrp"/>
-     </component>
-    </collection>
-   <collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
-     <component name="n:mrouter" long-name="m-Router" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remoteconn/connectivitytransports/mrouter/group" mrp="mw/remoteconn/connectivitytransports/mrouter/group/connectivity_mRouterSecure.mrp"/> -->
-     </component>
-     <component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/group" mrp="mw/remoteconn/connectivitytransports/plpremotelink/group/connectivity_legacy_plp_plpremotelink.mrp"/>
-     </component>
-     <component name="plpvariant" long-name="PLP Variant" deprecated="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/plpvariant/group" mrp="mw/remoteconn/connectivitytransports/plpvariant/group/connectivity_legacy_plp_plpvariant.mrp"/>
-     </component>
-     <component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtptransports" long-name="MTP Transports" level="plugin">
-     <component name="mtpusbtransport" long-name="MTP USB Transport" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtpfws" long-name="MTP Frameworks" level="framework">
-     <component name="n:mtpfw" long-name="MTP Framework" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remoteconn/mtpfws/mtpfw/group" mrp="mw/remoteconn/mtpfws/mtpfw/group/mtp_framework.mrp"/> -->
-     </component>
-     <component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtpfws/mtpintegrationtest/group" mrp="mw/remoteconn/mtpfws/mtpintegrationtest/group/mtp_test.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
-     <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
-     </component>
-     <component name="n:mtpwmpextndp" long-name="WMP Extension Data Provider" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/remoteconn/mtpdataproviders/mtpwmpextndp/group" mrp="mw/remoteconn/mtpdataproviders/mtpwmpextndp/group/mtp_wmpextndp.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
-     <component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
-     </component>
-     <component name="backuptest" long-name="Backup Test" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/backupandrestore/backuptest/group" mrp="mw/remoteconn/backupandrestore/backuptest/group/connectivity_backuptest.mrp"/>
-     </component>
-    </collection>
-    <collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
-     <component name="chatscripts" long-name="Chat Scripts" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
-     </component>
-     <component name="n:connectqi" long-name="ConnectQI" introduced="9.1" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/connectivitypcside/connectqi/connectqisdk_mr3.mrp"/>
-     </component>
-     <component name="n:connectqisdk" long-name="ConnectQI SDK" introduced="9.1" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/connectivitypcside/connectqisdk/connectqisdk_public.mrp"/>
-     </component>
-    </collection>
-    <collection name="connectivitydevicefws" long-name="Connectivity Device Frameworks" level="framework">
-     <component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityfw/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityfw/group/connectivity_framework.mrp"/>
-     </component>
-     <component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityservices/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityservices/group/connectivity_services.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="dlnasrv" long-name="DLNA Services" tech_domain="de" level="specific" levels="framework server plugin">
-    <collection name="upnpavcontrolpoint" long-name="UPnP A/V Control Point" level="plugin">
-     <component name="avcontrolframework" long-name="A/V Control Famework" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/avcontrolframework/group"/>
-     </component>
-     <component name="avcpengine" long-name="AVCP Engine" origin-model="foundation"/>
-     <component name="avcpengineclient" long-name="Avcp Engine Client" origin-model="foundation"/>
-     <component name="upnpaccessplugin" long-name="UPnP Access Plugin" origin-model="foundation"/>
-     <component unofficial="yes" name="upnpavcontrolpoint_build" long-name="UPnP A/V Control Point Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/group"/>
-     </component>
-    </collection>
-    <collection name="upnpmediaserver" long-name="UPnP Media Server" level="server">
-     <component name="avobjects" long-name="A/V Objects" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/avobjects/group"/>
-     </component>
-     <component name="mediaserverclient" long-name="Media Server Client" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverclient/group"/>
-     </component>
-     <component name="connectionmanagerservice" long-name="Connection Manager Service" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/connectionmanagerservice/group"/>
-     </component>
-     <component name="contentdirectoryservice" long-name="Content Directory Service" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/contentdirectoryservice/group"/>
-     </component>
-     <component name="mediaserverengine" long-name="Media Server Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverengine/group"/>
-     </component>
-     <component unofficial="yes" name="upnpmediaserver_build" long-name="UPnP Media Server Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmediaserver/group"/>
-     </component>
-    </collection>
-    <collection name="upnpstack" long-name="UPnP Stack" level="framework">
-     <component name="upnputils" long-name="UPnP Utils" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/upnputils/group"/>
-     </component>
-     <component name="upnpconnectionmanagersession" long-name="UPnP Connection Manager Session" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/upnpconnectionmanagersession/group"/>
-     </component>
-     <component name="upnpconnmanager" long-name="UPnP Connection Manager" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/upnpconnmanager/group"/>
-     </component>
-     <component name="dlnawebserver" long-name="DLNA Web Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/dlnawebserver/group"/>
-     </component>
-     <component name="serviceframework" long-name="Service Framework" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/serviceframework/group"/>
-     </component>
-     <component name="ssdpserver" long-name="SSDP Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/ssdpserver/group"/>
-     </component>
-     <component name="messagehandler" long-name="Message Handler" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/messagehandler/group"/>
-     </component>
-     <component name="controlpointbase" long-name="Control Point Base" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/controlpointbase/group"/>
-     </component>
-     <component name="upnphttptransfer" long-name="UPnP HTTP Transfer" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/upnphttptransfer/group"/>
-     </component>
-     <component unofficial="yes" name="upnpstack_build" long-name="UPnP Stack Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpstack/group"/>
-     </component>
-    </collection>
-    <collection name="upnpsharing" long-name="UPnP Sharing" level="server">
-     <component name="upnpdlnaprofiler" long-name="UPnP DLNA Profiler" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/upnpdlnaprofiler/group"/>
-     </component>
-     <component name="upnpsecurity" long-name="UPnP Security" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/upnpsecurity/group"/>
-     </component>
-     <component name="upnpcontentserver" long-name="UPnP Content Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/upnpcontentserver/group"/>
-     </component>
-     <component name="applicationengine" long-name="Application Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/applicationengine/group"/>
-     </component>
-     <component unofficial="yes" name="upnpsharing_build" long-name="UPnP Sharing Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsharing/group"/>
-     </component>
-    </collection>
-    <collection name="upnpsettings" long-name="UPnP Settings" level="framework">
-     <component name="upnpsettingsengine" long-name="UPnP Settings Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/upnpsettingsengine/group"/>
-     </component>
-     <component name="multiselectionui" long-name="Multi-Selection UI" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/multiselectionui/group"/>
-     </component>
-     <component name="appwizard" long-name="App Wizard" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/appwizard/group"/>
-     </component>
-     <component name="upnpsharingui" long-name="UPnP Sharing UI" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/upnpsharingui/group"/>
-     </component>
-     <component name="upnpgsplugin" long-name="UPnP GS Plugin" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/upnpgsplugin/group"/>
-     </component>
-     <component unofficial="yes" name="upnpsettings_build" long-name="UPnP Settings Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpsettings/group"/>
-     </component>
-    </collection>
-    <collection name="upnpmpxplugins" long-name="UPnP MPX Plugins" level="plugin">
-     <component name="upnpplaybackplugins" long-name="UPnP Playback Plugins" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmpxplugins/upnpplaybackplugins/group"/>
-     </component>
-     <component unofficial="yes" name="upnpmpxplugins_build" long-name="UPnP MPX Plugins Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpmpxplugins/group"/>
-     </component>
-    </collection>
-    <collection name="upnpharvester" long-name="UPnP Harvester" level="server">
-     <component name="upnpharvester_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpharvester/common/cmlibrary/group"/>
-      <unit bldFile="mw/dlnasrv/upnpharvester/common/cmsettings/group"/>
-      <unit bldFile="mw/dlnasrv/upnpharvester/common/cmsqlwrapper/group"/>
-      <unit bldFile="mw/dlnasrv/upnpharvester/common/dbmanager/group"/>
-     </component>
-     <component name="cdssync" long-name="CDS Sync" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpharvester/cdssync/common"/>
-     </component>
-     <component name="mdhserver" long-name="MDH Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpharvester/mdhserver/group"/>
-     </component>
-     <component unofficial="yes" name="upnpharvester_build" long-name="UPnP Harvester Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpharvester/group"/>
-     </component>
-    </collection>
-    <collection name="upnpframework" long-name="UPnP Framework" level="framework">
-     <component name="upnputilities" long-name="UPnP Utilities" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnputilities/group"/>
-     </component>
-     <component name="upnpextensionpluginif" long-name="UPnP Extension Plugin IF" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpextensionpluginif/group"/>
-     </component>
-     <component name="upnpfiletransferengine" long-name="UPnP File Transfer Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpfiletransferengine/group"/>
-     </component>
-     <component name="upnpmusicadapter" long-name="UPnP Musicadapter" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpmusicadapter/group"/>
-     </component>
-     <component name="upnpcommonui" long-name="UPnP Common UI" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpcommonui/group"/>
-     </component>
-     <component name="upnpcommand" long-name="UPnP Command" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpcommand/group"/>
-     </component>
-     <component name="upnpaiwengine" long-name="UPnP AIW Engine" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpaiwengine/group"/>
-     </component>
-     <component name="upnpaiwprovider" long-name="UPnP AIW Provider" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/upnpaiwprovider/group"/>
-     </component>
-     <component unofficial="yes" name="upnpframework_build" long-name="UPnP Framework Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpframework/group"/>
-     </component>
-    </collection>
-    <collection name="upnpavcontroller" long-name="UPnP A/V Controller" level="server">
-     <component name="upnpxmlparser" long-name="UPnP XML Parser" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpxmlparser/group"/>
-     </component>
-     <component name="upnpavcontrollerserver" long-name="UPnP A/V Controller Server" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerserver/group"/>
-     </component>
-     <component name="upnpavcontrollerclient" long-name="UPnP A/V Ccontroller Client" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerclient/group"/>
-     </component>
-     <component name="upnpavcontrollerhelper" long-name="UPnP A/V Controller Helper" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerhelper/group"/>
-     </component>
-     <component unofficial="yes" name="upnpavcontroller_build" long-name="UPnP A/V Controller Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/upnpavcontroller/group"/>
-     </component>
-    </collection>
-    <collection name="homesync" long-name="Home Sync" level="plugin">
-     <component name="contentmanager" long-name="Content Manager" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmfillmanager/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmmemorymanager/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmscheduler/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmserver/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/cmserver/cmstoremanager/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/homesyncgsplugin/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/homesyncwizard/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/mediaservant/applicationengine/group"/>
-      <unit bldFile="mw/dlnasrv/homesync/contentmanager/mediaservant/group"/>
-     </component>
-     <component unofficial="yes" name="homesync_build" long-name="Home Sync Build" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/homesync/group"/>
-     </component>
-    </collection>
-    <collection name="homemedia" long-name="Home Media" level="framework">
-     <component name="homemedia_build" long-name="Home Media" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/homemedia/group"/>
-     </component>
-     
-    </collection>
-    <collection name="dlnasrv_info" long-name="DLNA Services Info" level="plugin">
-     <component unofficial="yes" name="dlnasrv_plat" long-name="DLNA Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/dlnasrv/dlnasrv_plat/group"/>
-     </component>
-     <component unofficial="yes" name="dlnasrv_build" long-name="DLNA Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/dlnasrv/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="shortlinkconn" long-name="Shortlink Connectivity" tech_domain="de" level="generic" levels="framework server generic specific plugin">
-    <collection name="bluetoothengine" long-name="Bluetooth Engine" level="framework">
-     <component name="bteng" long-name="Bluetooth Engine" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/bteng/group"/>
-     </component>
-     <component name="btnotif" long-name="Bluetooth Notifier" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btnotif/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/bluetoothengine/btnotif/tsrc/btnotifapitest/group"/> -->
-     </component>
-     <component name="btaudioman" long-name="Bluetooth Audio Man" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btaudioman/group"/>
-     </component>
-     <component name="btmac" long-name="Bluetooth Mac" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btmac/group"/>
-     </component>
-     <component name="btsac" long-name="Bluetooth SAC" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btsac/group"/>
-     </component>
-     <component name="btaudiostreamer" long-name="Bluetooth Audio Streamer" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btaudiostreamer/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/bluetoothengine/btaudiostreamer/tsrc/btaudiostreamerapitest/group"/> -->
-     </component>
-     <component name="btsap" long-name="Bluetooth SAP" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btsap/group"/>
-     </component>
-     <component name="btui" long-name="Bluetooth UI" origin-model="foundation">
-      <!-- <unit bldFile="mw/shortlinkconn/bluetoothengine/btui/ecom/group"/> -->
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btui/group"/>
-     </component>
-     <component name="btpbap" long-name="Bluetooth PBAP" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/btpbap/group"/>
-     </component>
-     <component name="bthid" long-name="BTHID" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/bluetoothengine/bthid/group"/>
-     </component>
-     <component unofficial="yes" name="bluetoothengine_build" long-name="Bluetooth Engine Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/shortlinkconn/bluetoothengine/group"/> -->
-     </component>
-    </collection>
-    <collection name="localconnectivityservice" long-name="Local Connectivity Service" level="server">
-     <component name="atext" long-name="Atext" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/atext/group"/>
-     </component>
-     <component name="locod" long-name="Locod" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/locod/group"/>
-     </component>
-     <component name="obexserviceman" long-name="Obex Service Man" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexserviceman/group"/>
-     </component>
-     <component name="obexsendservices" long-name="Obex Send Services" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexsendservices/group"/>
-     </component>
-     <component name="obexreceiveservices" long-name="OBEX Receive Services" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexreceiveservices/group"/>
-     </component>
-     <component name="dun" long-name="Dun" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/dun/group"/>
-     </component>
-     <component name="lcstylustap" long-name="LC Stylus Tap" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/lcstylustap/group"/>
-     </component>
-     <component name="generichid" long-name="Generic HID" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/localconnectivityservice/generichid/group"/>
-     </component>
-     <component unofficial="yes" name="localconnectivityservice_build" long-name="Local Connectivity Service Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/shortlinkconn/localconnectivityservice/group"/> -->
-     </component>
-    </collection>
-    <collection name="usbclasses" long-name="USB classes" level="framework">
-     <component name="usbobexclasscontroller" long-name="USB Obex Class Controller" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/usbobexclasscontroller/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbclasses/usbobexclasscontroller/tsrc/group"/> -->
-     </component>
-     <component name="usbbasicpersonality" long-name="USB Basic Personality" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/usbbasicpersonality/group"/>
-     </component>
-     <component name="usbmscpersonality" long-name="USB Msc Personality" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/usbmscpersonality/group"/>
-     </component>
-     <component name="ptpstack" long-name="Ptp Stack" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/ptpstack/group"/>
-     </component>
-     <component name="sicdusbplugin" long-name="Sicd USB Plugin" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/sicdusbplugin/group"/>
-     </component>
-     <component name="ptpserver" long-name="Ptp Server" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/ptpserver/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbclasses/ptpserver/ptpclasscontroller/group"/> -->
-     </component>
-     <component name="pictbridgeengine" long-name="Pictbridge Engine" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbclasses/pictbridgeengine/group"/>
-     </component>
-     <component name="usbosdescriptorhandler" long-name="USB Os Descriptor Handler" origin-model="foundation"/>
-    </collection>
-    <collection name="usbengines" long-name="USB Engines" level="generic">
-     <component name="usbwatcher" long-name="USB Watcher" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbengines/usbwatcher/group"/>
-     </component>
-     <component name="usblocodplugin" long-name="USB Locod Plugin" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbengines/usblocodplugin/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbengines/usblocodplugin/tsrc/group"/> -->
-     </component>
-     <component name="usbdevcon" long-name="USB Devcon" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbengines/usbdevcon/group"/>
-     </component>
-     <component name="usbremotepersonality" long-name="USB Remote Personality" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbengines/usbremotepersonality/group"/>
-     </component>
-    </collection>
-    <collection name="usbuis" long-name="USB UIs" level="specific">
-     <component name="usbui" long-name="USB UI" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbuis/usbui/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbuis/usbui/tsrc/usbuiapitest/group"/> -->
-     </component>
-     <component name="usbuinotif" long-name="USB UI Notif" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbuis/usbuinotif/group"/>
-      <!-- <unit bldFile="mw/shortlinkconn/usbuis/usbuinotif/tsrc/usbuinotifapitest/group"/> -->
-     </component>
-     <component name="imageprintuiprovider" long-name="ImagePrint UI Provider" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbuis/imageprintuiprovider/group"/>
-     </component>
-     <component name="usbimageprintui" long-name="ImagePrint UI" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/usbuis/imageprintui/group"/>
-     </component>
-    </collection>
-    <collection name="obex" long-name="OBEX" level="generic">
-     <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
-     </component>
-     <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
-     <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
-     </component>
-    </collection>
-    <collection name="shortlinkconn_info" long-name="Shortlink Connectivity Info" level="plugin">
-     <component unofficial="yes" name="shortlinkconn_pub" long-name="Shortlink Connectivity Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/shortlinkconn_pub/group"/>
-     </component>
-     <component unofficial="yes" name="public" origin-model="foundation">
-      <!-- <unit bldFile="mw/shortlinkconn/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="shortlinkconn_plat" long-name="Shortlink Connectivity Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/bluetooth_engine_settings_api/tsrc/group"/> -->
-      <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/group"/>
-     </component>
-     <component unofficial="yes" name="shortlinkconn_build" long-name="Shortlink Connectivity Build" origin-model="foundation">
-      <unit bldFile="mw/shortlinkconn/group"/>
-     </component>
-    <component name="shortlinkconn_metadata" long-name="Shortlink Connectivity Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/shortlinkconn/shortlinkconn_info/shortlinkconn_metadata/shortlinkconn_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="imghandling" long-name="Image Handling" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <collection name="3gplibrary" long-name="3GP Library" level="server">
-     <component name="3gpmp4lib" long-name="3GP MP4 Library" origin-model="foundation">
-      <unit bldFile="mw/imghandling/3gplibrary/3gpmp4lib/group"/>
-      <!-- <unit bldFile="mw/imghandling/3gplibrary/3gpmp4lib/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="3gplibrary_build" long-name="3GP Library Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/imghandling/3gplibrary/group"/> -->
-     </component>
-    </collection>
-    <collection name="imagehandlinglib" long-name="Image Handling Library" level="generic">
-     <component name="ihl" long-name="IHL" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlinglib/group"/>
-     </component>
-    </collection>
-    <collection name="imagehandlingutilities" long-name="Image Handling Utilities" level="specific">
-     <component name="imageinfopopup" long-name="Image Info Popup" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlingutilities/imageinfopopup/group"/>
-     </component>
-     <component name="imagepreview" long-name="Image Preview" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlingutilities/imagepreview/group"/>
-     </component>
-     <component name="thumbnailmanager" long-name="Thumbnail Manager" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/group"/>
-     </component>
-     <component name="tvoutengine" long-name="TV Out Engine" origin-model="foundation">
-      <unit bldFile="mw/imghandling/imagehandlingutilities/tvoutengine/group"/>
-     </component>
-    </collection>
-    <collection name="imghandling_info" long-name="Image Handling Info" level="specific">
-     <component unofficial="yes" name="imagehandling_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/imghandling/imagehandling_plat/3gp_library_api/tsrc/group"/> -->
-      <unit bldFile="mw/imghandling/imagehandling_plat/group"/>
-      <!-- <unit bldFile="mw/imghandling/imagehandling_plat/thumbnailmanager_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="imghandling_build" long-name="Image Handling Build" origin-model="foundation">
-      <unit bldFile="mw/imghandling/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="metadatasrv" long-name="Legacy Metadata Services" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <collection name="contentlistingframework" long-name="Content Listing Framework" level="framework">
-     <component unofficial="yes" name="contentlistingframework_build" long-name="Content Listing Framework Build" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/contentlistingframework/group"/>
-     </component>
-    </collection>
-    <collection name="mediamanagementuis" long-name="Media Management UIs" level="server">
-     <component name="mediastylegrid" long-name="Media Style Grid" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/mediamanagementuis/mediastylegrid/group"/>
-     </component>
-    </collection>
-    <collection name="mediamanagementutilities" long-name="Media Management utilities" level="generic">
-     <component name="mediafetch" long-name="Media Fetch" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/mediamanagementutilities/mediafetch/group"/>
-     </component>
-    </collection>
-    <collection name="metadatasrv_info" long-name="Legacy Metadata Services Info" level="specific">
-     <component unofficial="yes" name="metadatasrv_plat" long-name="Legacy Metadata Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/metadatasrv_plat/group"/>
-     </component>
-     <component unofficial="yes" name="metadatasrv_build" long-name="Legacy Metadata Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/metadatasrv/group"/> -->
-     </component>
-     <component unofficial="yes" name="metadatasrv_pub" long-name="Legacy Metadata Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/metadatasrv/metadatasrv_pub/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mds" long-name="Metadata Services" tech_domain="mm" level="specific" levels="mgr eng server int">
-    <collection name="clfwrapper" long-name="CLF Wrapper" level="int">
-     <component unofficial="yes" name="clfwrapper_build" long-name="CLF Wrapper Build" origin-model="foundation">
-      <unit bldFile="mw/mds/clfwrapper/group"/>
-     </component>
-    </collection>
-    <collection name="contextengine" long-name="Context Engine" level="eng">
-     <component name="contextengine_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="mw/mds/contextengine/plugins/group"/>
-     </component>
-     <component unofficial="yes" name="contextengine_build" long-name="Context Engine Build" origin-model="foundation">
-      <unit bldFile="mw/mds/contextengine/group"/>
-     </component>
-    </collection>
-    <collection name="harvester" long-name="Harvester" level="eng">
-     <component name="blacklistclient" long-name="Blacklist Client" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/blacklistclient/group"/>
-     </component>
-     <component name="blacklistserver" long-name="Blacklist Server" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/blacklistserver/group"/>
-     </component>
-     <component name="harvester_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/common/group"/>
-     </component>
-     <component name="composerplugins" long-name="Composer Plugins" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/composerplugins/group"/>
-     </component>
-     <component name="harvesterplugins" long-name="Harvester Plugins" origin-model="foundation">
-      <!-- <unit bldFile="mw/mds/harvester/harvesterplugins/audioplaylistplugin/group"/> -->
-      <unit bldFile="mw/mds/harvester/harvesterplugins/group"/>
-     </component>
-     <component name="monitorplugins" long-name="Monitor Plugins" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/monitorplugins/group"/>
-     </component>
-     <component name="harvester_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/server/group"/>
-     </component>
-     <component name="harvester_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/client/group"/>
-     </component>
-     <component unofficial="yes" name="harvester_build" long-name="Harvester Build" origin-model="foundation">
-      <unit bldFile="mw/mds/harvester/group"/>
-     </component>
-    </collection>
-    <collection name="locationmanager" long-name="Location Manager" level="mgr">
-     <component name="locationtrail" long-name="Location Trail" origin-model="foundation">
-      <unit bldFile="mw/mds/locationmanager/locationtrail/group"/>
-     </component>
-     <component name="locationmanager_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="mw/mds/locationmanager/server/group"/>
-     </component>
-     <component name="locationmanager_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="mw/mds/locationmanager/client/group"/>
-     </component>
-     <component unofficial="yes" name="locationmanager_build" long-name="Location Manager Build" origin-model="foundation">
-      <unit bldFile="mw/mds/locationmanager/group"/>
-     </component>
-    </collection>
-    <collection name="metadataengine" long-name="Metadata Engine" level="eng">
-     <component name="metadataengine_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="mw/mds/metadataengine/common/group"/>
-     </component>
-     <component name="metadataengine_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="mw/mds/metadataengine/server/group"/>
-     </component>
-     <component name="metadataengine_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="mw/mds/metadataengine/client/group"/>
-     </component>
-     <component unofficial="yes" name="metadataengine_build" long-name="Metadata Engine Build" origin-model="foundation">
-      <unit bldFile="mw/mds/metadataengine/group"/>
-     </component>
-    </collection>
-    <collection name="watchdog" long-name="Watchdog" level="server">
-     <component name="mdswatchdog" origin-model="foundation">
-      <unit bldFile="mw/mds/watchdog/group"/>
-     </component>
-    </collection>
-    <collection name="iadstoprestart" long-name="IAD Stop Restart" level="server">
-     <component unofficial="yes" name="iadstoprestart_build" long-name="IAD Stop Restart Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/mds/iadstoprestart/group"/> -->
-     </component>
-    </collection>
-    <collection name="mds_info" long-name="Metadata Services Info" level="int">
-     <component unofficial="yes" name="mds_pub" long-name="Metadata Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/mds/mds_pub/group"/>
-     </component>
-     <component unofficial="yes" name="mds_plat" long-name="Metadata Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/mds/mds_plat/content_listing_framework_collection_manager_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/context_engine_plugin_api/tsrc/group"/> -->
-      <unit bldFile="mw/mds/mds_plat/group"/>
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/composerplugintest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/harvesterclienttest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/harvesterdatatest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/harvesterplugintest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/harvester_framework_api/tsrc/monitorplugintest/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/location_manager_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/mds/mds_plat/metadata_engine_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mds_build" long-name="Metadata Services Build" origin-model="foundation">
-      <unit bldFile="mw/mds/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mmuifw" long-name="Multimedia UI Framework" tech_domain="mm" level="specific" levels="mgr mdl util ui">
-    <collection name="alfwidgetutils" long-name="ALF Widget Utils" level="ui">
-     <component name="alfwidgetutils_build" long-name="ALF Widget Utils Component" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/alfwidgetutils/group"/>
-     </component>
-    </collection>
-    <collection name="mulwidgets" long-name="MUL Widgets" level="ui">
-     <component name="mullogging" long-name="Mul Logging" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/mullogging/group"/>
-     </component>
-     <component name="muldatamodel" long-name="Mul Data Model" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/muldatamodel/group"/>
-     </component>
-     <component name="mulwidgets_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/common/group"/>
-     </component>
-     <component name="gesturehelper" long-name="Gesture Helper" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/gesturehelper/group"/>
-     </component>
-     <component name="mulcoverflowwidget" long-name="MUL Coverflow Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/mulcoverflowwidget/group"/>
-     </component>
-     <component name="mulsliderwidget" long-name="Mul Slider Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/mulsliderwidget/group"/>
-     </component>
-     <component name="alfviewwidget" long-name="ALF View Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/alfviewwidget/group"/>
-     </component>
-     <component name="alfcontainerwidget" long-name="ALF Container Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/alfcontainerwidget/group"/>
-     </component>
-     <component name="alfscrollbarwidget" long-name="ALF Scrollbar Widget" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mulwidgets/alfscrollbarwidget/group"/>
-     </component>
-     <component unofficial="yes" name="mulwidgets_build" long-name="MUL Widgets Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/mmuifw/mulwidgets/group"/> -->
-     </component>
-    </collection>
-    <collection name="osncore" long-name="OSN Core" level="util">
-     <component name="osncore_build" long-name="OSN Core" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/osncore/group"/>
-     </component>
-     
-    </collection>
-    <collection name="resourcepool" long-name="Resource Pool" level="util">
-     <component name="alfresourcepool" long-name="ALF Resource Pool" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/resourcepool/group"/>
-     </component>
-    </collection>
-    <collection name="widgetmodel" long-name="Widget Model" level="mdl">
-     <component name="alfwidgetmodel" long-name="ALF Widget Model" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmuifw/widgetmodel/alfwidgetmodel/group"/> -->
-     </component>
-     <component name="alfwidgetfactory" long-name="ALF Widget Factory" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmuifw/widgetmodel/alfwidgetfactory/group"/> -->
-     </component>
-     <component unofficial="yes" name="widgetmodel_build" long-name="Widget Model Build" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/widgetmodel/group"/>
-     </component>
-    </collection>
-    <collection name="mmuifw_info" long-name="Multimedia UI Framework Info" level="ui">
-     <component unofficial="yes" name="mmuifw_plat" long-name="Multimedia UI Framework Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/mmuifw_plat/group"/>
-     </component>
-     <component unofficial="yes" name="mmuifw_build" long-name="Multimedia UI Framework Build" origin-model="foundation">
-      <unit bldFile="mw/mmuifw/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="videoutils" long-name="Video Utils" tech_domain="mm" level="specific" levels="empty eng util">
-    <collection name="dvrengine" long-name="DVR Engine" level="eng">
-     <component name="commonrecordingengine" long-name="Common Recording Engine" origin-model="foundation">
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengine/dvrrtpcliphandler/group"/>
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengine/dvrrtpcliprecognizer/group"/>
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengine/dvrrtputils/group"/>
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengine/group"/>
-     </component>
-     <component name="commonrecordingengineclient" long-name="Common Recording Engine Client" origin-model="foundation">
-      <unit bldFile="mw/videoutils/dvrengine/commonrecordingengineclient/group"/>
-     </component>
-     <component unofficial="yes" name="dvrengine_build" long-name="DVR Engine Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/videoutils/dvrengine/group"/> -->
-     </component>
-    </collection>
-    <collection name="videoconnutility" long-name="Video Conn Utility" level="util">
-     <component name="connutilpsworker" long-name="Conn Util Ps Worker" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoconnutility/connutilpsworker/group"/>
-     </component>
-     <component unofficial="yes" name="videoconnutility_build" long-name="Video Conn Utility Build" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoconnutility/group"/>
-     </component>
-    </collection>
-    <collection name="videoscheduler" long-name="Video Scheduler" level="util">
-     <component name="schedulerclient" long-name="Scheduler Client" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoscheduler/schedulerclient/group"/>
-     </component>
-     <component name="schedulerserver" long-name="Scheduler Server" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoscheduler/schedulerserver/group"/>
-     </component>
-     <component unofficial="yes" name="videoscheduler_build" long-name="Video Scheduler Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/videoutils/videoscheduler/group"/> -->
-     </component>
-    </collection>
-    <collection name="videoutils_info" long-name="Video Utils Info" level="util">
-     <component unofficial="yes" name="videoutils_plat" long-name="Video Utils Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/videoutils/videoutils_plat/group"/>
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/tsrc/vcxconnutiltestexe/group"/> -->
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/tsrc/vcxtestcommon/group"/> -->
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/tsrc/vcxtestutilmodule/group"/> -->
-      <!-- <unit bldFile="mw/videoutils/videoutils_plat/videoscheduler_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="videoutils_build" long-name="Video Utils Build" origin-model="foundation">
-      <unit bldFile="mw/videoutils/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mmmw" long-name="Multimedia Middleware" tech_domain="mm" level="generic" levels="plugin framework server generic specific">
-    <collection name="radioutility" long-name="Radio Utility" level="generic">
-     <component name="radioserver" long-name="Radio Server" origin-model="foundation">
-      <unit bldFile="mw/mmmw/radioutility/radioserver/group"/>
-      <!-- <unit bldFile="mw/mmmw/radioutility/radioserver/server/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/radioutility/radioserver/session/group"/> -->
-     </component>
-     <component name="radio_utility" long-name="Radio Utility" origin-model="foundation">
-      <unit bldFile="mw/mmmw/radioutility/radio_utility/group"/>
-     </component>
-     <component name="fmpresetutility" long-name="FM Preset Utility" origin-model="foundation">
-      <unit bldFile="mw/mmmw/radioutility/fmpresetutility/group"/>
-     </component>
-     <component unofficial="yes" name="radioutility_build" long-name="Radio Utility Build" origin-model="foundation">
-      <unit bldFile="mw/mmmw/radioutility/group"/>
-     </component>
-    </collection>
-    <collection name="mtp" long-name="MTP" level="framework">
-     <component name="mtpserver" long-name="Mtp Server" origin-model="foundation"/>
-     <component name="mtpusbclass" long-name="MTP USB Class" origin-model="foundation"/>
-     <component name="install" long-name="Install" origin-model="foundation"/>
-    </collection>
-    <collection name="audioeffectsui" long-name="Audio Effects UI" level="specific">
-     <component name="equalizer" long-name="Equalizer" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioeffectsui/equalizer/group"/>
-     </component>
-     <component unofficial="yes" name="audioeffectsui_build" long-name="Audio Effects UI Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/mmmw/audioeffectsui/group"/> -->
-     </component>
-    </collection>
-    <collection name="audioenhancements" long-name="Audio Enhancements" level="generic">
-     <component name="enhancedaudioplayerutility" long-name="Enhanced Media Client" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/audioplayer/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/audiostreaming/group"/> -->
-      <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/group"/>
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/s60audiosource/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/s60audiosourcefactory/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/enhancedaudioplayerutility/s60audioutility/group"/> -->
-     </component>
-     <component name="progressivedownload" long-name="Progressive Download" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/progressivedownload/group"/>
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/progressivedownload/progressivedownloadsource/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/audioenhancements/progressivedownload/progressivedownloadutility/group"/> -->
-     </component>
-     <component name="enhancedmediaclient" long-name="Enhanced Media Client" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/enhancedmediaclient/group"/>
-     </component>
-     <component name="profilesettingsmonitor" long-name="Profile Settings Monitor" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/profilesettingsmonitor/group"/>
-     </component>
-     <component name="voipaudioservices" long-name="VoIP Audio Services" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/voipaudioservices/group"/>
-     </component>
-     <component name="configurationcomponentsfactory" long-name="Configuration Components Factory" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/configurationcomponentsfactory/group"/>
-     </component>
-     <component name="audiooutputcontrolutility" long-name="Audio Output Control Utility" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/audiooutputcontrolutility/group"/>
-     </component>
-     <component name="callaudiocontrol" long-name="Call Audio Control" origin-model="foundation">
-      <unit bldFile="mw/mmmw/audioenhancements/callaudiocontrol/group"/>
-     </component>
-     <component unofficial="yes" name="audioenhancements_build" long-name="Audio Enhancements Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/mmmw/audioenhancements/group"/> -->
-     </component>
-    </collection>
-    <collection name="metadatautility" long-name="Metadata Utility" level="generic">
-     <component name="3gpextparserlib" origin-model="foundation"/>
-     <component name="3gpextparserlib_stub" origin-model="foundation">
-      <unit bldFile="mw/mmmw/metadatautility/3gpextparserlib_stub/group"/>
-     </component>
-     <component name="metadatautility_build" origin-model="foundation">
-      <unit bldFile="mw/mmmw/metadatautility/group"/>
-     </component>
-    </collection>
-    <collection name="advancedaudiocontroller" long-name="Advanced Audio Controller" level="plugin">
-     <component name="audiocontrollerpluginsvariant" long-name="Audio Controller Plugins Variant" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudioplaycontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudiorecordcontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpdatasourceadapter/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/advancedaudiocontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/advancedaudiocontrollerutility/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/amraudioplaycontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/amraudiorecordcontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/datasourceadapter/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/devsoundaudioinput/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/devsoundaudiooutput/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/fileaudiooutput/group"/> -->
-      <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/group"/>
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/hxaudiorecognizer/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/metadatawrite/group"/> -->
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/group"/> -->
-     </component>
-     <component name="wavplaycontrollerplugin" long-name="WAV Play Controller Plugin" origin-model="foundation">
-      <unit bldFile="mw/mmmw/advancedaudiocontroller/wavplaycontrollerplugin/group"/>
-     </component>
-     <component unofficial="yes" name="advancedaudiocontroller_test" long-name="Advanced Audio Controller Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmmw/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/group"/> -->
-     </component>
-     <component unofficial="yes" name="advancedaudiocontroller_build" long-name="Advanced Audio Controller Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/mmmw/advancedaudiocontroller/group"/> -->
-     </component>
-    </collection>
-    <collection name="thumbnailengine" long-name="Thumbnail Engine" level="server">
-     <component name="tneengine" long-name="TNE Engine" origin-model="foundation">
-      <unit bldFile="mw/mmmw/thumbnailengine/group"/>
-     </component>
-    </collection>
-    <collection name="mmfw" long-name="Multimedia Framework" level="framework">
-     <component name="gstreamer" long-name="GStreamer" origin-model="foundation"/>
-     <component name="helix_stub" long-name="Helix Stub" origin-model="foundation">
-      <unit bldFile="mw/mmmw/mmfw/helix_stub/group"/>
-     </component>
-     <component unofficial="yes" name="mmfw_build" long-name="Multimedia Framework Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/mmmw/mmfw/group"/> -->
-     </component>
-    </collection>
-    <collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
-     <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
-     <component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
-     <component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
-     </component>
-     <component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
-     </component>
-     <component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
-     <component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
-     </component>
-     <component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
-     </component>
-     <component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific">
-     <component unofficial="yes" name="mmmw_build" long-name="Multimedia Middleware Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/mmmw/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmmw_test" long-name="Multimedia Middleware Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmmw/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmmw_plat" long-name="Multimedia Middleware Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/mmmw/mmmw_plat/audio_metadata_reader_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/audio_output_control_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/call_audio_control_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/enhanced_media_client_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/radio_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/mmmw/mmmw_plat/voip_audio_services_api/tsrc/group"/>
-     </component>
-    <component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="helix" long-name="Helix" tech_domain="mm" level="generic" levels="plugin framework server generic specific">
-    <collection name="helix_ren" long-name="Helix" level="framework">
-     <component name="helixrfsplugin" long-name="Helix RFS Plugin" origin-model="foundation">
-       <unit bldFile="mw/helix/helix_ren/helixrfsplugin/group"/>
-     </component>
-     <component name="helix_binary" long-name="Helix Binary" origin-model="foundation"/>
-     <component name="src" long-name="Src" origin-model="foundation"/>
-    </collection>
-   </block>
-   <block name="camerasrv" long-name="Camera Services" tech_domain="mm" level="specific" levels="plugin fw api">
-    <collection name="camappengine" long-name="Camera App Engine" level="fw">
-     <component name="stillconverter" long-name="Still Converter" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camappengine/stillconverter/group"/> -->
-     </component>
-     <component name="camappengine_engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camappengine/engine/group"/> -->
-     </component>
-     <component name="asynchfilesavequeue" long-name="Asynch File Save Queue" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/camappengine/asynchfilesavequeue/group"/>
-      <!-- <unit bldFile="mw/camerasrv/camappengine/asynchfilesavequeue/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="camappengine_build" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/camappengine/build"/>
-     </component>
-    </collection>
-    <collection name="camcordermmfplugin" long-name="Camcorder MMF Plugin" level="plugin">
-     <component name="mediarecorder" long-name="Media Recorder" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camcordermmfplugin/mediarecorder/group"/> -->
-     </component>
-     <component name="filecomposer" long-name="File Composer" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camcordermmfplugin/filecomposer/group"/> -->
-     </component>
-     <component name="camcordermmfplugin_controller" long-name="Controller" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camcordermmfplugin/controller/group"/> -->
-     </component>
-     <component unofficial="yes" name="camcordermmfplugin_test" long-name="Camcorder MMF Plugin Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camcordermmfplugin/tsrc/public/basic/group"/> -->
-     </component>
-     <component unofficial="yes" name="camcordermmfplugin_build" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/camcordermmfplugin/build"/>
-     </component>
-    </collection>
-    <collection name="configmanagers" long-name="Config Managers" level="api">
-     <component name="imagingconfigmanager" long-name="Imaging Config Manager" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/configmanagers/imagingconfigmanager/group"/>
-      <!-- <unit bldFile="mw/camerasrv/configmanagers/imagingconfigmanager/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="camerasrv_info" long-name="Camera Services Info" level="api">
-     <component unofficial="yes" name="camerasrv_plat" long-name="Camera Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/camerasrv/camerasrv_plat/asynchronous_file_saving_queue_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/camerasrv/camerasrv_plat/camera_application_engine_api/tsrc/group"/> -->
-      <unit bldFile="mw/camerasrv/camerasrv_plat/group"/>
-      <!-- <unit bldFile="mw/camerasrv/camerasrv_plat/imaging_configuration_manager_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/camerasrv/camerasrv_plat/media_recorder_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="camerasrv_build" long-name="Camera Services Build" origin-model="foundation">
-      <unit bldFile="mw/camerasrv/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mmappfw" long-name="Multimedia App Framework" tech_domain="mm" level="specific" levels="empty fw utils">
-    <collection name="mmappcomponents" long-name="MM App Components" level="utils">
-     <component name="collectionhelper" long-name="Collection Helper" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/collectionhelper/group"/>
-     </component>
-     <component name="playlistengine" long-name="Playlist Engine" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/playlistengine/group"/>
-     </component>
-     <component name="mmappfwharvester" long-name="Harvester" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/harvester/group"/>
-     </component>
-     <component name="mmappcommonui" long-name="MM App Common UI" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/mmappcommonui/group"/>
-     </component>
-     <component name="mediaplayersettingsengine" long-name="Media Player Settings Engine" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/mediaplayersettingsengine/group"/>
-     </component>
-     <component name="audiofetcher" long-name="UUDIO Fetcher" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/audiofetcher/group"/>
-     </component>
-     <component name="asxparser" long-name="ASX Parser" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappcomponents/asxparser/group"/>
-      <!-- <unit bldFile="mw/mmappfw/mmappcomponents/asxparser/test"/> -->
-     </component>
-    </collection>
-    <collection name="mpx" long-name="MPX" level="fw">
-     <component name="commonframework" long-name="Common Framework" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/commonframework/group"/>
-     </component>
-     <component name="playbackframework" long-name="Playback Framework" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/playbackframework/group"/>
-     </component>
-     <component name="mpxcollectionfw" long-name="Collection Framework" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/collectionframework/group"/>
-     </component>
-     <component name="mpxviewfw" long-name="View Framework" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/viewframework/group"/>
-     </component>
-     <component unofficial="yes" name="mpx_build" long-name="MPX Build" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mpx/group"/>
-     </component>
-    </collection>
-    <collection name="mmappfw_info" long-name="Multimedia App Framework Info" level="utils">
-     <component unofficial="yes" name="mmappfw_build" long-name="Multimedia App Framework Build" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/group"/>
-     </component>
-     <component unofficial="yes" name="mmappfw_test" long-name="Multimedia App Framework Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/mmappfw/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmappfw_plat" long-name="Multimedia App Framework Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/mmappfw/mmappfw_plat/asx_parser_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/collection_helper_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_collection_mediator_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_metadata_extractor_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/harvester_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/media_player_settings_engine_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_albumart_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_base_view_plugins_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_collection_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_common_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_playback_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/mpx_view_utility_api/tsrc/group"/>
-      <unit bldFile="mw/mmappfw/mmappfw_plat/playlist_engine_api/tsrc/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="inputmethods" long-name="Input Methods" tech_domain="ui" level="generic" levels="plugin engine framework">
-    <collection name="textinput" long-name="Text Input" level="framework">
-     <component name="ptienginev2" long-name="PTI Engine V2" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/ptienginev2/group"/>
-     </component>
-     <component name="akninputlanguage" long-name="Akn Input Language" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/akninputlanguage/group"/>
-     </component>
-     <component name="peninputarc" long-name="Pen Input Arc" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputarc/group"/>
-      <!-- <unit bldFile="mw/inputmethods/textinput/peninputarc/src/peninputserverapp"/> -->
-      <!-- <unit bldFile="mw/inputmethods/textinput/peninputarc/utils/group"/> -->
-     </component>
-     <component name="peninputcommonctrls" long-name="Pen Input Common Ctrls" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputcommonctrls/group"/>
-     </component>
-     <component name="peninputhwrboxcn" long-name="Pen Input Hardwarer Boxcn" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputhwrboxcn/group"/>
-     </component>
-     <component name="peninputvkbcn" long-name="Pen Input Vkbcn" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputvkbcn/group"/>
-     </component>
-     <component name="peninputcommonlayout" long-name="Pen Input Common Layout" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputcommonlayout/group"/>
-     </component>
-     <component name="peninputgenerichwr" long-name="Pen Input Generic Hwr" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputgenerichwr/group"/>
-     </component>
-     <component name="peninputgenericvkb" long-name="Pen Input Generic Vkb" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputgenericvkb/group"/>
-     </component>
-     <component name="peninputcommonctrlsjp" long-name="Pen Input Common Ctrls Jp" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputcommonctrlsjp/group"/>
-     </component>
-     <component name="peninputhwrboxjp" long-name="Pen Input Hardwarer Boxjp" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputhwrboxjp/group"/>
-     </component>
-     <component name="peninputvkbjp" long-name="Pen Input Vkbjp" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputvkbjp/group"/>
-     </component>
-     <component name="peninputgenericitut" long-name="Pen Input Generici Tut" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputgenericitut/group"/>
-     </component>
-     <component name="peninputhwrtrui" long-name="Pen Input Hardwarer Tr UI" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputhwrtrui/group"/>
-     </component>
-     <component name="peninputhwrfscn" long-name="Pen Input Hardwarer Fscn" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/peninputhwrfscn/group"/>
-     </component>
-     <component name="matsutake" long-name="Matsutake" origin-model="foundation"/>
-     <component unofficial="yes" name="textinput_build" long-name="Text Input Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/inputmethods/textinput/group"/> -->
-     </component>
-     <component unofficial="yes" name="gslangplugin" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/textinput/gslangplugin"/>
-     </component>
-    </collection>
-    <collection name="fep" long-name="FEP" level="engine">
-     <component name="aknfep" long-name="AKN FEP" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/fep/aknfep/group"/>
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimeplugincn/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimeplugingeneric/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimepluginitut/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/peninputplugins/peninputimepluginjp/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/uiplugins/aknfepuiinterface/avkonimpl/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/fep/aknfep/uiplugins/aknfepuiinterface/group"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="frontendprocessor">
-       <unit bldFile="mw/inputmethods/fep/frontendprocessor/test/group"/>
-     </component>-->
-    <component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
-     </component>
-    </collection>
-    <collection name="inputmethods_info" long-name="Input Methods Info" level="framework">
-     <component unofficial="yes" name="inputmethods_plat" long-name="Input Methods Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_uiinterface_api/tsrc/group"/> -->
-      <unit bldFile="mw/inputmethods/inputmethods_plat/group"/>
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_plat/pen_input_server_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_hwr_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_key_definations_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="inputmethods_build" long-name="Input Methods Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/inputmethods/group"/> -->
-     </component>
-     <component unofficial="yes" name="inputmethods_pub" long-name="Input Methods Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/inputmethods/inputmethods_pub/group"/>
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_pub/input_language_info_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_pub/optical_character_recognition_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/inputmethods/inputmethods_pub/ptiengine_iti_api/tsrc/group"/> -->
-     </component>
-    <component name="inputmethods_metadata" long-name="Input Methods Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/inputmethods/inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="classicui" long-name="Classic UI" tech_domain="ui" level="generic" levels="base support server generic specific">
-    <collection name="psln" long-name="Personalization" level="specific">
-     <component name="pslnengine" long-name="Personalization Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/psln/pslnengine/group"/> -->
-     </component>
-     <component name="pslnframework" long-name="Personalization Framework" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/psln/pslnframework"/> -->
-     </component>
-     <component name="pslnlibraryloaders" long-name="Personalization Library Loaders" origin-model="foundation"/>
-     <component name="pslnslidesetdialog" long-name="Personalization Slideset Dialog" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/psln/pslnslidesetdialog/group"/> -->
-     </component>
-     <component name="pslngsplugin" long-name="Personalizaion GS Plugin" origin-model="foundation">
-      <unit bldFile="mw/classicui/psln/pslngsplugin/group"/>
-     </component>
-     <component name="psln_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="mw/classicui/psln/help/group"/>
-     </component>
-     <component name="psln_build" long-name="Psln" origin-model="foundation">
-      <unit bldFile="mw/classicui/psln/group"/>
-     </component>
-    </collection>
-    <collection name="applicationinterworkingfw" long-name="Application Interworking Framework" level="generic">
-     <component name="aifwservicehandler" long-name="Service Handler" origin-model="foundation">
-      <unit bldFile="mw/classicui/applicationinterworkingfw/servicehandler/group"/>
-     </component>
-    </collection>
-    <collection name="commonuis" long-name="Common UIs" level="specific">
-     <component name="commonui" long-name="Common UI" origin-model="foundation">
-      <unit bldFile="mw/classicui/commonuis/commonui/group"/>
-     </component>
-     <component name="commondialogs" long-name="Common Dialogs" origin-model="foundation">
-      <unit bldFile="mw/classicui/commonuis/commondialogs/group"/>
-      <!-- <unit bldFile="mw/classicui/commonuis/commondialogs/group_test"/> -->
-     </component>
-    </collection>
-    <collection name="uifw" long-name="UI Framework" level="server">
-     <component name="uiklaf" long-name="UIKLAF" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/uiklaf/group"/>
-     </component>
-     <component name="eikctl" long-name="Eikctl" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/eikctl/group"/>
-     </component>
-     <component name="avkon" long-name="AvKon" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/uifw/avkon/aknhlist/group"/> -->
-      <!-- <unit bldFile="mw/classicui/uifw/avkon/aknkeyrotator/group"/> -->
-      <unit bldFile="mw/classicui/uifw/avkon/aknphysics/group"/>
-      <unit bldFile="mw/classicui/uifw/avkon/group"/>
-      <unit bldFile="mw/classicui/uifw/avkon/odeconf/group"/>
-      <!-- <unit bldFile="mw/classicui/uifw/avkon/prebuilder"/> -->
-      <!-- <unit bldFile="mw/classicui/uifw/avkon/tsrc/bc/s60_sdkmcl/bctestmixmcl/group"/> -->
-     </component>
-     <component name="eikstd" long-name="EikStd" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/eikstd/group"/>
-     </component>
-     <component name="aknglobalui" long-name="Avkon Global UI" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/aknglobalui/group"/>
-     </component>
-     <component name="ganes" long-name="Ganes" origin-model="foundation">
-      <unit bldFile="mw/classicui/uifw/ganes/group"/>
-     </component>
-     <component unofficial="yes" name="uifw_test" long-name="UI Framework Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/classicui/uifw/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="commonadapter" long-name="Common Adapter" level="support">
-     <component name="commonadapter_build" origin-model="foundation">
-      <unit bldFile="mw/classicui/commonadapter/group"/>
-     </component>
-    </collection>
-    <collection name="ode" long-name="Open Dynamics Engine" level="support">
-     <component name="ode_build" origin-model="foundation">
-      <unit bldFile="mw/classicui/ode/group"/>
-     </component>
-    </collection>
-    <collection name="commonuisupport" long-name="Common UI Support" level="support">
-     <component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
-     </component>
-     <component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
-     </component>
-     <component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
-     </component>
-     <component name="grid" long-name="Grid" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
-     </component>
-     <component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
-     <component name="cone" long-name="Control Environment" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
-     </component>
-     <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
-     </component>
-     <component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
-     </component>
-     <component name="clockanim" long-name="Clock" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
-     </component>
-     <component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
-     </component>
-     <component name="animation" long-name="Animation" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
-     </component>
-    </collection>
-    <collection name="classicui_info" long-name="Classic UI Info" level="specific">
-     <component unofficial="yes" name="classicui_build" long-name="Classic UI Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/classicui/group"/> -->
-     </component>
-     <component unofficial="yes" name="classicui_pub" long-name="Classic UI Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/classicui/classicui_pub/aiw_criteria_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/aiw_generic_parameter_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/aiw_service_handler_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/animation_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/application_framework_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/base_controls_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/buttons_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/choice_list_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/common_file_dialogs_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/context_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/dialogs_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/dialog_shutter_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/document_handler_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/editors_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/error_ui_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/fonts_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/form_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/generic_button_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/grids_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/hierarchical_lists_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/hotkeys_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/images_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/indicators_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/information_preview_popup_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/info_popup_note_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/initialization_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/input_frame_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/keylock_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/labels_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/lists_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/misc_controls_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/navigation_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/notes_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/notifiers_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/options_menu_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/popups_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/private_ui_framework_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/queries_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/screen_clearer_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/screen_mode_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/screen_saver_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/scroller_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/searchfield_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/server_application_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/setting_pages_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/slider_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/sounds_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/status_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/stylus_popup_menu_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/tabs_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/title_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/toolbar_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/touch_ui_utilities_api/tsrc/group"/>
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/bctesttemplate/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk3.0/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk3.1/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk3.2/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk5.0/bctestpane/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/apps/s60_sdk5.0/group"/> -->
-      <!-- <unit bldFile="mw/classicui/classicui_pub/tsrc/bc/group"/> -->
-      <unit bldFile="mw/classicui/classicui_pub/uikon_core_controls/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/ui_framework_definitions_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/ui_framework_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/volume_control_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_pub/window_server_event_observer_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="classicui_plat" long-name="Classic UI Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/classicui/classicui_plat/aiw_provider_utility_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_base_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_menu_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/alarm_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/application_switching_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/avkon_fonts_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/avkon_secondary_display_support_api/tsrc/group"/>
-      <!-- <unit bldFile="mw/classicui/classicui_plat/avkon_testability_api/tsrc/group"/> -->
-      <unit bldFile="mw/classicui/classicui_plat/avkon_ui_server_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/battery_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/common_file_dialogs_filter_factory_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/custom_cursors_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/eikon_server_extension_client_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/emergency_call_support_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_aiw_criteria_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_animation_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_buttons_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_editors_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_grids_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_indicators_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_initialization_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_input_capabilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_lists_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_notes_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_notifiers_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_setting_pages_api/tsrc/group"/>
-      <!-- <unit bldFile="mw/classicui/classicui_plat/extended_sounds_api/tsrc/group"/> -->
-      <unit bldFile="mw/classicui/classicui_plat/extended_status_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/extended_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/find_item_ui_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/ganes_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/generic_parameter_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/global_popup_priority_controller_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/indicator_plugin_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/input_block_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/item_finder_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/japanese_reading_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/key_rotator_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/layout_configuration_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/list_effects_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/long_tap_animation_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/media_shared_document_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/memory_card_ui_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/number_grouping_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/personalisation_framework_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/phone_number_text_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/physics_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/pointer_event_modifier_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/popup_form_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/server_application_services_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/signal_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/skinnable_clock_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/special_character_table_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/stylus_activated_popup_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/task_list_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/text_scroller_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/touch_pane_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/transition_effect_parameters_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/transition_effect_utilities_api/tsrc/group"/>
-      <unit bldFile="mw/classicui/classicui_plat/volume_popup_api/tsrc/group"/>
-     </component>
-    <component name="classicui_metadata" long-name="Classic UI Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/classicui/classicui_info/classicui_metadata/classicui_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="svgt" long-name="SVG Tiny" tech_domain="ui" level="generic" levels="util ui">
-    <collection name="svgtopt" long-name="SVGT Opt" level="util">
-     <component name="svg" origin-model="foundation">
-      <!-- <unit bldFile="mw/svgt/svgtopt/svg/svgrecog/group"/> -->
-     </component>
-     <component name="nvgdecoder" long-name="NVG Decoder" origin-model="foundation"/>
-     <component name="svgengineji" long-name="SVG Engine JI" origin-model="foundation"/>
-     <component name="svgtplugin" long-name="SVGT Plugin" origin-model="foundation">
-      <unit bldFile="mw/svgt/svgtopt/svgtplugin/group"/>
-     </component>
-     <component unofficial="yes" name="svgtopt_build" long-name="SVGT Opt Build" origin-model="foundation">
-      <unit bldFile="mw/svgt/svgtopt/group"/>
-     </component>
-    </collection>
-    <collection name="svgt_info" long-name="SVG Tiny Info" level="ui">
-     <component unofficial="yes" name="svgt_build" long-name="SVG Tiny Build" origin-model="foundation">
-      <unit bldFile="mw/svgt/group"/>
-     </component>
-     <component unofficial="yes" name="svgt_plat" long-name="SVG Tiny Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/svgt/svgt_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="uiaccelerator" long-name="UI Accelerator" tech_domain="ui" level="generic" levels="plugin framework server generic specific">
-    <collection name="uiacceltk" long-name="UI Accelerator TK" level="framework">
-     <component name="hitchcock" long-name="Hitchcock" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/coretoolkit/group"/> -->
-      <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/group"/>
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/group"/> -->
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/tracer/group"/> -->
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/tracer/traceextclient/group"/> -->
-      <!-- <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/tracer/traceextplugin/group"/> -->
-     </component>
-     <component name="widgeteditors" long-name="Widget Editors" origin-model="foundation">
-      <unit bldFile="mw/uiaccelerator/uiacceltk/widgeteditors/group"/>
-     </component>
-     <component unofficial="yes" name="uiacceltk_build" long-name="UI Accelerator TK Build" origin-model="foundation">
-      <unit bldFile="mw/uiaccelerator/uiacceltk/group"/>
-     </component>
-    </collection>
-    <collection name="uiaccelexampleapps" long-name="UI Accelerator Example Apps" level="specific">
-     <component name="alfexanalogdialer" long-name="ALF Ex Analog Dialer" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiaccelerator/uiaccelexampleapps/alfexanalogdialer/group"/> -->
-     </component>
-     <component name="alfexstickers" long-name="ALF Ex Stickers" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiaccelerator/uiaccelexampleapps/alfexstickers/group"/> -->
-     </component>
-    </collection>
-    <collection name="uiaccelerator_info" long-name="UI Accelerator Info" level="specific">
-     <component unofficial="yes" name="inc" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiaccelerator/inc/group"/> -->
-     </component>
-     <component unofficial="yes" name="uiaccelerator_plat" long-name="UI Accelerator Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_client_server_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_core_toolkit_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_editors_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extended_visual_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extension_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_tracing_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_visual_api/tsrc/group"/>
-      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="uiresources" long-name="UI Resources" tech_domain="ui" level="generic" levels="compile plugin framework server generic data">
-    <collection name="layouts" long-name="Layouts" level="plugin">
-     <component name="cdl" long-name="Cdl" origin-model="foundation">
-      <unit bldFile="mw/uiresources/layouts/cdl/cdlengine/group"/>
-      <unit bldFile="mw/uiresources/layouts/cdl/cdlserver/group"/>
-      <!-- <unit bldFile="mw/uiresources/layouts/cdl/cdlutils/cdlexplorer/group"/> -->
-     </component>
-     <component name="aknlayout2" long-name="AKN Layout 2" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/nhd_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/nhd_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qhd_touch_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qhd_touch_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qvga2_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qvga2_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qvga_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/qvga_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga3_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga3_uiaccel"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga_touch_akn_app"/> -->
-      <!-- <unit bldFile="mw/uiresources/layouts/aknlayout2/generated/vga_uiaccel"/> -->
-      <unit bldFile="mw/uiresources/layouts/aknlayout2/group"/>
-     </component>
-    </collection>
-    <collection name="locales" long-name="Locales" level="framework">
-     <component name="locales_build" long-name="Locales Component" origin-model="foundation">
-      <unit bldFile="mw/uiresources/locales/loce32"/>
-     </component>
-    </collection>
-    <collection name="pictographs" long-name="Pictographs" level="data">
-     <component name="aknpictograph" long-name="AKN Picto Graph" origin-model="foundation">
-      <unit bldFile="mw/uiresources/pictographs/aknpictograph/group"/>
-      <!-- <unit bldFile="mw/uiresources/pictographs/aknpictograph/tools/aknpictobitmapbuilder/group"/> -->
-     </component>
-    </collection>
-    <collection name="skins" long-name="Skins" level="data">
-     <component name="aknskincontent" long-name="AKN Skin Content" origin-model="foundation">
-      <unit bldFile="mw/uiresources/skins/aknskincontent/group"/>
-      <!-- <unit bldFile="mw/uiresources/skins/aknskincontent/srcdata/scalableseries60skin/mifindexdll"/> -->
-     </component>
-     <component name="aknskins" long-name="AKN Skins" origin-model="foundation">
-      <unit bldFile="mw/uiresources/skins/aknskins/group"/>
-     </component>
-    </collection>
-    <collection name="uiconfig" long-name="UI Config" level="server">
-     <component name="s60config" long-name="S60 Config" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uiconfig/s60config/group"/>
-     </component>
-    </collection>
-    <collection name="fontsupport" long-name="Font Support" level="generic">
-     <component name="fontprovider" long-name="Font Provider" origin-model="foundation">
-      <unit bldFile="mw/uiresources/fontsupport/fontprovider/group"/>
-     </component>
-     <component name="fontutils" long-name="Font Utils" origin-model="foundation">
-      <unit bldFile="mw/uiresources/fontsupport/fontutils/fontutils/group"/>
-      <!-- <unit bldFile="mw/uiresources/fontsupport/fontutils/group"/> -->
-     </component>
-    </collection>
-    <collection name="uigraphics" long-name="UI Graphics" level="generic">
-     <component name="bitmaps2" long-name="Bitmaps 2" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uigraphics/bitmaps2/group"/>
-     </component>
-     <component name="icons" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uigraphics/icons/group"/>
-     </component>
-     <component name="variatedbitmaps" long-name="Variated Bitmaps" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uigraphics/variatedbitmaps/group"/>
-     </component>
-     <component name="aknicon" long-name="AKN Icon" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uigraphics/aknicon/group"/>
-     </component>
-     <component name="palette" long-name="Palette" origin-model="foundation">
-      <!-- <unit bldFile="mw/uiresources/uigraphics/palette/group"/> -->
-     </component>
-    </collection>
-    <collection name="helpthemes" long-name="Help Themes" level="data">
-     <component name="helpthemes_build" origin-model="foundation">
-      <unit bldFile="mw/uiresources/helpthemes/group"/>
-     </component>
-    </collection>
-    <collection name="aknlayoutcompiler" long-name="Avkon Layout Compiler" level="compile">
-     <component name="aknlayoutcompiler_build" long-name="AKN Layout Compiler Component" origin-model="foundation">
-      <unit bldFile="mw/uitools/aknlayoutcompiler/group"/>
-     </component>
-    </collection>
-    <collection name="cdlcompiler" long-name="CDL Compiler" level="compile">
-     <component name="cdlcompiler_build" long-name="CDL Compiler Component" origin-model="foundation">
-      <unit bldFile="mw/uitools/cdlcompiler/group"/>
-     </component>
-    </collection>
-    <collection name="cdlcompilertoolkit" long-name="CDL Compiler Toolkit" level="compile">
-     <component name="cdlcompilertoolkit_build" long-name="CDL Compiler Toolkit Component" origin-model="foundation">
-      <unit bldFile="mw/uitools/cdlcompilertoolkit/group"/>
-     </component>
-    </collection>
-    <collection name="skincompiler" long-name="Skin Compiler" level="compile">
-     <component name="aknskindesccompiler" long-name="AKN Skin Desc Compiler" origin-model="foundation">
-      <unit bldFile="mw/uitools/skincompiler/aknskindesccompiler/group"/>
-     </component>
-    </collection>
-    <collection name="uiresources_info" long-name="UI Resources Info" level="data">
-     <component unofficial="yes" name="uiresources_plat" long-name="UI Resources Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uiresources_plat/cdl_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/extended_fonts_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/extended_skins_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/graphic_configuration_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/layout_data_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/layout_system_private_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_plat/skins_image_attributes_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="uiresources_build" long-name="UI Resources Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/uiresources/group"/> -->
-     </component>
-     <component unofficial="yes" name="uiresources_pub" long-name="UI Resources Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uiresources/uiresources_pub/font_definition_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/graphics_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/pictograph_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/scalable_icons_api/tsrc/group"/>
-      <unit bldFile="mw/uiresources/uiresources_pub/skins_api/tsrc/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="hapticsservices" long-name="Haptics Services" tech_domain="ui" level="generic" levels="fw api">
-    <collection name="tactilefeedback" long-name="Tactile Feedback" level="fw">
-     <component name="tactilearearegistry" long-name="Tactile Area Registry" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/tactilefeedback/tactilearearegistry/group"/>
-     </component>
-     <component name="tactilefeedbackclient" long-name="Tactile Feedback Client" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackclient/group"/>
-     </component>
-     <component name="tactileactionplugin" long-name="TactilE Action Plugin" origin-model="foundation"/>
-     <component name="tactileclickplugin" long-name="Tactile Click Plugin" origin-model="foundation"/>
-     <component name="tactilefeedbackresolver" long-name="Tactile Feedback Resolver" origin-model="foundation"/>
-     <component unofficial="yes" name="tactilefeedback_build" long-name="Tactile Feedback Build" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/tactilefeedback/group"/>
-     </component>
-    </collection>
-    <collection name="hapticsservices_info" long-name="Haptics Services Info" level="api">
-     <component unofficial="yes" name="hapticsservices_pub" long-name="Haptics Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/hapticsservices_pub/group"/>
-     </component>
-     <component unofficial="yes" name="hapticsservices_plat" long-name="Haptics Services Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/hapticsservices/hapticsservices_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="homescreensrv" long-name="Home Screen Services" tech_domain="ui" level="specific" levels="plugin framework server generic specific">
-    <collection name="contentpublishingsrv" long-name="Content Publishing Service" level="server">
-     <component name="contentpublishingutils" long-name="Content Publishing Utils" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/contentpublishingdebug/group"/>
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/group"/>
-     </component>
-     <component name="contentpublishingserver" long-name="Content Publishing Server" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingserver/group"/>
-     </component>
-     <component name="contentharvester" long-name="Content Harvester" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentharvester/group"/>
-     </component>
-     <component unofficial="yes" name="contentpublishingsrv_build" long-name="Content Publishing Service Build" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/contentpublishingsrv/group"/>
-     </component>
-    </collection>
-    <collection name="backsteppingsrv" long-name="Backstepping Service" level="server">
-     <component name="bsengine" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/backsteppingsrv/group"/>
-     </component>
-    </collection>
-    <collection name="xcfw" long-name="XCFW" level="framework">
-     <component name="xcfw_build" long-name="XCFW" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/xcfw/group"/>
-     </component>
-    </collection>
-    <collection name="homescreenpluginsrv" long-name="Homescreen Plugin Service" level="plugin">
-     <component name="hspsdefinitionengine" long-name="Homescreen Plugin Server Definition Engine" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsdefinitionengine/group"/>
-     </component>
-     <component name="hspsdom" long-name="Homescreen Plugin Server DOM" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsdom/group"/>
-     </component>
-     <component name="hspspluginregistry" long-name="Homescreen Plugin Registry" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspspluginregistry/group"/>
-     </component>
-     <component name="hspsmanager" long-name="Homescreen Plugin Server Manager" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsmanager/group"/>
-     </component>
-     <component name="hspsodt" long-name="Homescreen Plugin Server ODT" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsodt/group"/>
-     </component>
-     <component name="hspsresource" long-name="Homescreen Plugin Server Resource" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsresource/group"/>
-     </component>
-     <component name="hspsresult" long-name="Homescreen Plugin Server Result" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspsresult/group"/>
-     </component>
-     <component name="hspstools" long-name="Homescreen Plugin Server Tools" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/hspstools/group"/>
-     </component>
-     <component unofficial="yes" name="homescreenpluginsrv_build" long-name="Homescreen Plugin Service Build" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/group"/>
-     </component>
-    </collection>
-    <collection name="idlefw" long-name="Idle Framework" level="framework">
-     <component name="idlefw_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/idlefw/plugins/group"/>
-      <!-- <unit bldFile="mw/homescreensrv/idlefw/plugins/pslnactiveidleplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="idlefw_build" long-name="Idle Framework Build" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/idlefw/group"/>
-     </component>
-    </collection>
-    <collection name="menucontentsrv" long-name="Menu Content Service" level="generic">
-     <component name="menusatinterface" long-name="Menu SAT Interface" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/menucontentsrv/menusatinterface/group"/>
-     </component>
-     <component unofficial="yes" name="menucontentsrv_build" long-name="Menu Content Service Build" origin-model="foundation">
-      <unit bldFile="mw/homescreensrv/menucontentsrv/group"/>
-     </component>
-    </collection>
-    <collection name="homescreensrv_info" long-name="Home Screen Services Info" level="specific">
-     <component unofficial="yes" name="homescreensrv_plat" long-name="Home Screen Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/action_handler_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/content_harvester_plugin_api/tsrc/group"/> -->
-      <unit bldFile="mw/homescreensrv/homescreensrv_plat/group"/>
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/hs_widget_publisher_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_content_service_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_sat_interface_api/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="appinstall" long-name="Application Installation" tech_domain="rt" level="generic" levels="tool framework generic api">
-    <collection name="appinstaller" long-name="App Installer" level="generic">
-     <component name="appmngr2" long-name="App Mngr2" origin-model="foundation">
-      <unit bldFile="mw/appinstall/appinstaller/appmngr2/group"/>
-     </component>
-     <component name="appinstui" long-name="App Installer UI" origin-model="foundation">
-      <unit bldFile="mw/appinstall/appinstaller/appinstui/group"/>
-     </component>
-     <component unofficial="yes" name="appinstaller_build" long-name="App Installer Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/appinstall/appinstaller/group"/> -->
-     </component>
-    </collection>
-    <collection name="ncdengine" long-name="NCD Engine" level="framework">
-     <component name="ncdengine_engine" long-name="Engine" origin-model="foundation">
-      <unit bldFile="mw/appinstall/ncdengine/engine/group"/>
-     </component>
-     <component name="debuglogger" long-name="Debug Logger" origin-model="foundation">
-      <!-- <unit bldFile="mw/appinstall/ncdengine/debuglogger/group"/> -->
-     </component>
-     <component unofficial="yes" name="ncdengine_build" long-name="NCD Engine Build" origin-model="foundation">
-      <unit bldFile="mw/appinstall/ncdengine/group"/>
-     </component>
-    </collection>
-    <collection name="iaupdateapi_stub" long-name="IA Update API Stub" level="api">
-     <component name="iaupdateapi_stub_build" origin-model="foundation">
-      <unit bldFile="mw/appinstall/iaupdateapi_stub/group"/>
-     </component>
-    </collection>
-    <collection name="iaupdate" long-name="IA Update" level="api">
-     <component name="iad" origin-model="foundation">
-      <unit bldFile="mw/appinstall/iaupdate/iad/group"/>
-     </component>
-     <component name="iaupdate_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="mw/appinstall/iaupdate/help/group"/>
-     </component>
-     <component unofficial="yes" name="iaupdate_build" long-name="IA Update Build" origin-model="foundation">
-      <unit bldFile="mw/appinstall/iaupdate/group"/>
-     </component>
-    </collection>
-    <collection name="appinstall_info" long-name="Application Installation Info" level="api">
-     <component unofficial="yes" name="appinstall_pub" long-name="Application Installation Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/appinstall/appinstall_pub/group"/>
-      <!-- <unit bldFile="mw/appinstall/appinstall_pub/startup_list_management_api/tsrc/bc/startuplistmanagementapi/selfsignedstartupapp/group"/> -->
-      <!-- <unit bldFile="mw/appinstall/appinstall_pub/startup_list_management_api/tsrc/bc/startuplistmanagementapi/startupapp/group"/> -->
-     </component>
-     <component unofficial="yes" name="appinstall_test" long-name="Application Installation Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/appinstall/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="appinstall_plat" long-name="Application Installation Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/appinstall/appinstall_plat/appmngr2runtimeapi/tsrc/data_src/sistest"/> -->
-      <unit bldFile="mw/appinstall/appinstall_plat/appmngr2runtimeapi/tsrc/group"/>
-      <unit bldFile="mw/appinstall/appinstall_plat/group"/>
-     </component>
-    <component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
-     </component>
-    </collection>
-	<!-- Collection manually added due to faulty merge XSLT -->
-	<collection name="installationservices" long-name="Installation Services" level="generic">
-	 <component name="swi" long-name="Secure Software Install" purpose="optional">
-	  <unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
-	 </component>
-	 <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
-	  <unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
-	 </component>
-	 <component name="switestfw" long-name="Software Install Test Framework" introduced="7.0" deprecated="tb92" purpose="development">
-	  <unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
-	 </component>
-	 <component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
-	  <unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
-	 </component>
-	</collection>
-    <collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="swisistools">
-       -  <unit bldFile="mw/appinstall/secureswitools/swisistools/test/tinterpretsisinteg/tintsistef"/>  -
-      </component>-->
-    <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
-     </component>
-     <component name="n:swianalysistoolkit" long-name="SWI Analysis Toolkit" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/> -->
-     </component>
-     <component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="serviceapifw" long-name="Service API Framework" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <collection name="languageinterworkingfw" long-name="Language Interworking Framework" level="framework">
-     <component name="lifwservicehandler" long-name="Service Handler" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/languageinterworkingfw/servicehandler/group"/>
-     </component>
-    </collection>
-    <collection name="rtsecuritymanager" long-name="RT Security Manager" level="server">
-     <component name="rtsecuritymanagerutil" long-name="RT Security Manager Util" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerutil/group"/>
-     </component>
-     <component name="rtsecuritymanagerserver" long-name="RT Security Managers Erver" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerserver/group"/>
-     </component>
-     <component name="rtsecuritymanagerclient" long-name="RT Security Manager Client" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerclient/group"/>
-     </component>
-     <component unofficial="yes" name="rtsecuritymanager_build" long-name="RT Security Manager Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/rtsecuritymanager/group"/>
-     </component>
-    </collection>
-    <collection name="serviceapifw_info" long-name="Service API Framework Info" level="specific">
-     <component unofficial="yes" name="serviceapifw_pub" long-name="Service API Framework Public Interfaces" class="api" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/serviceapifw/serviceapifw_pub/group"/> -->
-     </component>
-     <component unofficial="yes" name="serviceapifw_plat" long-name="Service API Framework Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/serviceapifw/serviceapifw_plat/group"/>
-      <unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_criteria_api/tsrc/group"/>
-      <unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_client_api/tsrc/group"/>
-      <!-- <unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_common_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_utility_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="serviceapifw_build" long-name="Service API Framework Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/serviceapifw/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="serviceapi" long-name="Service API" tech_domain="rt" level="specific" levels="os mw1 mw2 app">
-    <collection name="sapi_applicationmanager" long-name="SAPI Application Manager" level="mw1">
-     <component name="appmanagerservice" long-name="App Manager Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_applicationmanager_build" long-name="SAPI Application Manager Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_applicationmanager/group"/>
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_applicationmanager/tsrc/dev/cruntimetest/group"/> -->
-     </component>
-    </collection>
-    <collection name="sapi_calendar" long-name="SAPI Calendar" level="app">
-     <component name="calendarservice" long-name="Calendar Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_calendar_build" long-name="SAPI Calendar Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_calendar/tsrc/testing/tcalprovider_combined/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_calendar/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_contacts_vpbk" long-name="SAPI Contacts Vpbk" level="app">
-     <component name="contactservice" long-name="Contact Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_contacts_vpbk_build" long-name="SAPI Contacts Vpbk Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_contacts_vpbk/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_landmarks" long-name="SAPI Landmarks" level="mw2">
-     <component name="landmarksservice" long-name="Landmarks Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_landmarks_build" long-name="SAPI Landmarks Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/tsrc/testing/tlandmarkstest/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/tsrc/dev/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/tsrc/testing/tlandmarksprovidertest/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/tsrc/dev/landmarks_inputparams/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_location" long-name="SAPI Location" level="mw2">
-     <component name="locationservice" long-name="Location Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_location_build" long-name="SAPI Location Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetloc/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetlocopts/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetlocasync/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetbearing/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/dev/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pgetdistance/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/group"/>
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/tsrc/testing/performance/pmove/group"/> -->
-     </component>
-    </collection>
-    <collection name="sapi_logging" long-name="SAPI Logging" level="app">
-     <component name="loggingservice" long-name="Logging Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_logging_build" long-name="SAPI Logging Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_logging/group"/>
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_logging/tsrc/dev/group"/> -->
-     </component>
-    </collection>
-    <collection name="sapi_mediamanagement" long-name="SAPI Media Management" level="mw2">
-     <component name="mediamanagementservice" long-name="Media Management Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_mediamanagement_build" long-name="SAPI Media Management Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/tsrc/dev/taiwmediamgmttest/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/group"/>
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/tsrc/testing/performance/runtime_perf/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/tsrc/testing/performance/s60_perf/group"/> -->
-     </component>
-    </collection>
-    <collection name="sapi_messaging" long-name="SAPI Messaging" level="mw2">
-     <component name="messagingservice" long-name="Messaging Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_messaging_build" long-name="SAPI Messaging Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/notify/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/status/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/delete/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/getlist/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_getlist/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_asyncsend/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_notify/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/send/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_status/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/tmessagingprovidertest/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_delete/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/s60_send/group"/> -->
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/tsrc/testing/performance/asyncsend/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_sensor" long-name="SAPI Sensor" level="mw1">
-     <component name="sensorservice" long-name="Sensor Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_sensor_build" long-name="SAPI Sensor Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_sensor/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_sysinfo" long-name="SAPI Sysinfo" level="mw1">
-     <component name="sysinfoservice" long-name="Sysinfo Service" origin-model="foundation"/>
-     <component unofficial="yes" name="sapi_sysinfo_build" long-name="SAPI Sysinfo Build" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_sysinfo/group"/>
-     </component>
-    </collection>
-    <collection name="sapi_serviceregistry" long-name="SAPI Service Registry" level="os">
-     <component name="serviceregistryprovider" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/serviceproviders/sapi_serviceregistry/tsrc/dev/group"/> -->
-      <unit bldFile="mw/serviceapi/serviceproviders/sapi_serviceregistry/group"/>
-     </component>
-    </collection>
-    <collection name="serviceapi_info" long-name="Service API Info" level="app">
-     <component unofficial="yes" name="serviceproviders" origin-model="foundation">
-      <unit bldFile="mw/serviceapi/serviceproviders/group"/>
-     </component>
-     <component unofficial="yes" name="serviceapi_test" long-name="Service API Test" origin-model="foundation">
-      <!-- <unit bldFile="mw/serviceapi/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="web" long-name="Web" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <collection name="browserutilities" long-name="Browser Utilities" level="generic">
-     <component name="browserdialogsprovider" long-name="Browser Dialogs Provider" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/browserdialogsprovider/group"/>
-     </component>
-     <component name="recenturlstore" long-name="Recent URL Store" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/recenturlstore/group"/>
-     </component>
-     <component name="xmlparser" long-name="XML Parser" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/xmlparser/group"/>
-     </component>
-     <component name="cxmllibrary" long-name="CXml Library" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/cxmllibrary/group"/>
-     </component>
-     <component name="downloadmgr" long-name="Download Manager" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/downloadmgr/group"/>
-     </component>
-     <component name="connectionmanager" long-name="Connection Manager" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/connectionmanager/group"/>
-     </component>
-     <component name="browsertelservice" long-name="Browser Tel Service" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/browsertelservice/group"/>
-     </component>
-     <component name="favouritesengine" long-name="Favourites Engine" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/favouritesengine/group"/>
-     </component>
-     <component name="feedsengine" long-name="Feeds Engine" origin-model="foundation">
-      <!-- <unit bldFile="mw/web/browserutilities/feedsengine/feedsserver/reconizer/group"/> -->
-      <unit bldFile="mw/web/browserutilities/feedsengine/group"/>
-     </component>
-     <component name="multipartparser" long-name="Multipart Parser" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/multipartparser/group"/>
-     </component>
-     <component name="schemehandler" long-name="Scheme Handler" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/schemehandler/group"/>
-     </component>
-     <component name="webutils" long-name="Web Utils" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/webutils/group"/>
-      <!-- <unit bldFile="mw/web/browserutilities/webutils/tsrc/public/adv/group"/> -->
-     </component>
-     <component name="aiwbrowserprovider" long-name="AIW Browser Provider" origin-model="foundation">
-      <unit bldFile="mw/web/browserutilities/aiwbrowserprovider/group"/>
-     </component>
-     <component unofficial="yes" name="browserutilities_build" long-name="Browser Utilities Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/web/browserutilities/group"/> -->
-     </component>
-    </collection>
-    <collection name="webengine" long-name="Web Engine" level="server">
-     <component name="osswebengine" long-name="OSS Web Engine" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/osswebengine/cache/group"/>
-      <unit bldFile="mw/web/webengine/osswebengine/memorymanager/group"/>
-      <unit bldFile="mw/web/webengine/osswebengine/npscript/group"/>
-      <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group"/>
-      <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group/javascriptcore"/>
-      <!-- <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/webview/webview_api_test/group"/> -->
-      <!-- <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/webview/webview_api_test/tsrc/group"/> -->
-     </component>
-     <component name="webkitutils" long-name="WebKit Utils" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/webkitutils/group"/>
-     </component>
-     <component name="pagescaler" long-name="Page Scaler" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/pagescaler/group"/>
-     </component>
-     <component name="webwidgetinstaller" long-name="Widget Installer" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetinstaller/group"/>
-     </component>
-     <component name="widgetregistry" long-name="Widget Registry" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetregistry/group"/>
-      <!-- <unit bldFile="mw/web/webengine/widgetregistry/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="wmlengine" long-name="WML Engine" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/wmlengine/group"/>
-     </component>
-     <component name="device" long-name="Device" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/device/group"/>
-     </component>
-     <component name="widgetengine" long-name="Widget Engine" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetengine/group"/>
-     </component>
-     <!--MattD 20091019: Put back into model (originally taken out due to conflict with photosgallery memoryplugin - Bug 157?) -->
-     <component name="webmemoryplugin" long-name="Web Memory Plugin">
-       <unit bldFile="mw/web/webengine/memoryplugin/group"/>
-     </component>
-     <component name="widgetmemoryplugin" long-name="Widget Memory Plugin" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetmemoryplugin/group"/>
-     </component>
-     <component name="widgetbackuprestore" long-name="Widget Backup Restore" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/widgetbackuprestore/group"/>
-     </component>
-     <component name="browserrecognizers" long-name="Browser Recognizers" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/browserrecognizers/group"/>
-     </component>
-     <component name="wrtharvester" long-name="WRT Harvester" origin-model="foundation">
-      <unit bldFile="mw/web/webengine/wrtharvester/group"/>
-     </component>
-     <component unofficial="yes" name="webengine_build" long-name="Web Engine Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/web/webengine/group"/> -->
-     </component>
-    </collection>
-    <collection name="widgets" long-name="Widgets" level="generic">
-     <component name="widgetrecognizer" long-name="Widget Recognizer" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetrecognizer/group"/>
-     </component>
-     <component name="widgetinstaller" long-name="Widget Installer" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetinstaller/group"/>
-     </component>
-     <component name="widgetlauncher" long-name="Widget Launcher" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetlauncher/group"/>
-     </component>
-     <component name="widgetapp" long-name="Widget App" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetapp/group"/>
-     </component>
-     <component name="widgetpreinstaller" long-name="Widget Pre Installer" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetpreinstaller/group"/>
-     </component>
-     <component name="widgetstartup" long-name="Widget Startup" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/widgetstartup/group"/>
-     </component>
-     <component unofficial="yes" name="widgets_build" long-name="Widgets Build" origin-model="foundation">
-      <unit bldFile="mw/web/widgets/group"/>
-     </component>
-    </collection>
-    <collection name="codhandler" long-name="COD Handler" level="specific">
-     <component name="codeng" long-name="COD Engine" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/codeng/group"/>
-     </component>
-     <component name="codui" long-name="COD UI" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/codui/group"/>
-     </component>
-     <component name="codrecog" long-name="COD Recogniser" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/codrecog/group"/>
-     </component>
-     <component name="codviewer" long-name="COD Viewer" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/codviewer/group"/>
-     </component>
-     <component name="ddrecog" long-name="DD Recogniser" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/ddrecog/group"/>
-     </component>
-     <component name="ddviewer" long-name="DD Viewer" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/ddviewer/group"/>
-     </component>
-     <component name="coddownload" long-name="COD Download" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/coddownload/group"/>
-     </component>
-     <component name="roapapp" long-name="ROAP Application" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/roapapp/group"/>
-     </component>
-     <component unofficial="yes" name="codhandler_build" long-name="COD Handler Build" origin-model="foundation">
-      <unit bldFile="mw/web/codhandler/group"/>
-     </component>
-    </collection>
-    <collection name="web_info" long-name="Web Info" level="specific">
-     <component unofficial="yes" name="web_pub" long-name="Web Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="mw/web/web_pub/browser_control_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/web/web_pub/download_mgr_client_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/web/web_pub/favourites_engine_api/tsrc/group"/> -->
-      <unit bldFile="mw/web/web_pub/group"/>
-     </component>
-     <component unofficial="yes" name="web_build" long-name="Web Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/web/group"/> -->
-     </component>
-     <component unofficial="yes" name="web_plat" long-name="Web Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/web/web_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="websrv" long-name="Web Services" tech_domain="rt" level="generic" levels="plugin framework server generic specific">
-    <collection name="webservices" long-name="Web Services" level="generic">
-     <component name="wsnotifierplugins" long-name="WS Notifier Plugins" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsnotifierplugins/group"/>
-     </component>
-     <component name="wslogger" long-name="WS Logger" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wslogger/group"/>
-     </component>
-     <component name="wsxml" long-name="WS XML" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsxml/group"/>
-     </component>
-     <component name="wsutils" long-name="WS Utils" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsutils/group"/>
-     </component>
-     <component name="wsfragment" long-name="WS Fragment" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsfragment/group"/>
-     </component>
-     <component name="wsdescription" long-name="WS Description" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsdescription/group"/>
-     </component>
-     <component name="wshttpchanneltransportplugin" long-name="WS HTTP Channel Transport Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wshttpchanneltransportplugin/group"/>
-     </component>
-     <component name="wsconnection" long-name="WS Connection" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsconnection/group"/>
-     </component>
-     <component name="wshostletconnection" long-name="WS Hostlet Connection" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wshostletconnection/group"/>
-     </component>
-     <component name="wscredentialmanager" long-name="WS Credential Manager" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wscredentialmanager/group"/>
-     </component>
-     <component name="wsmanager" long-name="WS Manager" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsmanager/group"/>
-     </component>
-     <component name="wsidentitymanager" long-name="WS Identity Manager" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsidentitymanager/group"/>
-     </component>
-     <component name="wsframework" long-name="WS Framework" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsframework/group"/>
-     </component>
-     <component name="wsmessages" long-name="WS Messages" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsmessages/group"/>
-     </component>
-     <component name="wsconnectionagent" long-name="WS Connection Agent" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsconnectionagent/group"/>
-     </component>
-     <component name="idwsfplugin" long-name="IDWSF Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/idwsfplugin/group"/>
-     </component>
-     <component name="wsibasicplugin" long-name="WSI Basic Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsibasicplugin/group"/>
-     </component>
-     <component name="wsrestplugin" long-name="WS Rest Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsrestplugin/group"/>
-     </component>
-     <component name="idwsfsecuritymechanism" long-name="IDWSF Security Mechanism" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/idwsfsecuritymechanism/group"/>
-     </component>
-     <component name="wspasswordtransforms" long-name="WS Password Transforms" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wspasswordtransforms/group"/>
-     </component>
-     <component name="wscore" long-name="WS Core" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wscore/group"/>
-     </component>
-     <component name="wsprovider" long-name="WS Provider" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsprovider/group"/>
-     </component>
-     <component name="wslocaltransportplugin" long-name="WS Local Transport Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wslocaltransportplugin/group"/>
-     </component>
-     <component name="wshostlettransportplugin" long-name="WS Hostlet Transport Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wshostlettransportplugin/group"/>
-     </component>
-     <component name="wsstar" long-name="WS Star" origin-model="foundation">
-      <!-- <unit bldFile="mw/websrv/webservices/wsstar/group"/> -->
-     </component>
-     <component name="wsoviplugin" long-name="WS Ovi Plugin" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/wsoviplugin/group"/>
-     </component>
-     <component unofficial="yes" name="webservices_build" long-name="Web Services Build" origin-model="foundation">
-      <unit bldFile="mw/websrv/webservices/group"/>
-     </component>
-    </collection>
-    <collection name="websrv_info" long-name="Web Services Info" level="specific">
-     <component unofficial="yes" name="websrv_build" long-name="Web Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/websrv/group"/> -->
-     </component>
-     <component unofficial="yes" name="websrv_pub" long-name="Web Services Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/websrv/websrv_pub/group"/>
-      <!-- <unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/tsrc/bc/hostconn/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/tsrc/hostconn/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/tsrc/hostconntester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/bc/connection/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/bc/senutils/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/connection/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senconnectiontester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senconnectiontimeoutstester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senlayeredpropertiestester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senutils/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/senutilstestcases/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/wspolicytester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/tsrc/wsstarmessagehandlertester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_description_api/tsrc/bc/senservdesc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_description_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_description_api/tsrc/senservdesc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_description_api/tsrc/senservdesctester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/tsrc/bc/senservicemanager/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/tsrc/senservicemanager/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/tsrc/senservicemanagertester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/tsrc/bc/newsoapclasses/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/tsrc/newsoapclasses/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/tsrc/newsoapclassestester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_extensions_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_extensions_api/tsrc/senxml/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_extensions_api/tsrc/senxmltester/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_fragment_api/tsrc/group"/> -->
-      <!-- <unit bldFile="mw/websrv/websrv_pub/xml_fragment_api/tsrc/senfragmenttester/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="uitools" long-name="UI Tools" tech_domain="to" level="specific" levels="compile encode tool">
-    <collection name="gfxtools" long-name="Graphics Tools" level="tool">
-     <component name="gditools" long-name="GDI Tools" origin-model="foundation">
-      <unit bldFile="mw/uitools/gfxtools/gditools/group"/>
-     </component>
-     <component name="color" origin-model="foundation">
-      <unit bldFile="mw/uitools/gfxtools/color/group"/>
-     </component>
-    </collection>
-    <collection name="reszip" long-name="Reszip" level="encode">
-     <component name="reszip_build" origin-model="foundation">
-      <unit bldFile="mw/uitools/reszip/group"/>
-     </component>
-    </collection>
-    <collection name="toollibraries" long-name="Tool Libraries" level="tool">
-     <component name="arabica" origin-model="foundation"/>
-     <component name="xercesc" long-name="Xerces C" origin-model="foundation"/>
-     <component unofficial="yes" name="toollibraries_build" long-name="Tool Libraries Build" origin-model="foundation">
-      <!-- <unit bldFile="mw/uitools/toollibraries/group"/> -->
-     </component>
-    </collection>
-    <collection name="svgtencoder" long-name="SVGT Encoder" level="encode">
-     <component name="svgtenc" long-name="SVGT Enc" origin-model="foundation">
-      <unit bldFile="mw/uitools/svgtencoder/svgtenc/standalone/group"/>
-     </component>
-     <component unofficial="yes" name="svgtencoder_build" long-name="SVGT Encoder Build" origin-model="foundation">
-      <unit bldFile="mw/uitools/svgtencoder/group"/>
-     </component>
-    </collection>
-    <collection name="uitools_info" long-name="UI Tools Info" level="tool">
-     <component unofficial="yes" name="uitools_plat" long-name="UI Tools Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uitools/uitools_plat/group"/>
-     </component>
-     <component unofficial="yes" name="uitools_pub" long-name="UI Tools Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="mw/uitools/uitools_pub/group"/>
-     </component>
-     <component unofficial="yes" name="uitools_build" long-name="UI Tools Build" origin-model="foundation">
-      <unit bldFile="mw/uitools/group"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-  <layer name="app" long-name="Applications" levels="services apps">
-   <block name="location" long-name="Location Apps" tech_domain="lo" level="apps" levels="engine ui apps">
-    <collection name="landmarksui" long-name="Landmarks UI" level="ui">
-     <component name="landmarksui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/help/group"/>
-     </component>
-     <component name="landmarksui_engine" long-name="Engine" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/engine/group"/>
-     </component>
-     <component name="uicontrols" long-name="UI Controls" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/uicontrols/group"/>
-     </component>
-     <component name="landmarksui_commonui" long-name="Common UI" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/commonui/group"/>
-     </component>
-     <component name="landmarksui_app" long-name="Application" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/app/group"/>
-     </component>
-     <component name="msgviewer" long-name="Message Viewer" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/msgviewer/group"/>
-     </component>
-     <component unofficial="yes" name="landmarksui_build" long-name="Landmarks UI Build" origin-model="foundation">
-      <unit bldFile="app/location/landmarksui/group"/>
-     </component>
-    </collection>
-    <collection name="basiclocationinfodisplay" long-name="Basic Location Info Display" level="ui">
-     <component name="blid" long-name="Blid" origin-model="foundation">
-      <unit bldFile="app/location/basiclocationinfodisplay/blid/group"/>
-     </component>
-     <component unofficial="yes" name="basiclocationinfodisplay_build" long-name="Basic Location Info Display Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/location/basiclocationinfodisplay/group"/> -->
-     </component>
-    </collection>
-    <collection name="eventsui" long-name="Events UI" level="ui">
-     <component name="eventsui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/help/group"/>
-     </component>
-     <component name="eventsutils" long-name="Events Utils" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventsutils/group"/>
-     </component>
-     <component name="eventsengine" long-name="Events Engine" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventsengine/group"/>
-     </component>
-     <component name="eventshandlerui" long-name="Events Handler UI" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventshandlerui/group"/>
-     </component>
-     <component name="eventseditor" long-name="Events Editor" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventseditor/group"/>
-     </component>
-     <component name="eventsmgmtui" long-name="Events Mgmt UI" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/eventsmgmtui/group"/>
-     </component>
-     <component unofficial="yes" name="eventsui_build" long-name="Events UI Build" origin-model="foundation">
-      <unit bldFile="app/location/eventsui/group"/>
-     </component>
-    </collection>
-    <collection name="locationlandmarksrefappfors60" long-name="Location Landmarks Reference App for S60" level="apps">
-     <component name="lmrefapp" origin-model="foundation">
-      <unit bldFile="app/location/locationlandmarksrefappfors60/group"/>
-     </component>
-    </collection>
-    <collection name="locationlandmarksuirefapp" long-name="Location Landmarks UI Reference App" level="apps">
-     <component name="lmuirefapp" origin-model="foundation">
-      <unit bldFile="app/location/locationlandmarksuirefapp/group"/>
-     </component>
-    </collection>
-    <collection name="locationsatviewrefapp" long-name="Location Sat View Reference App" level="apps">
-     <component name="satellitereference" origin-model="foundation">
-      <unit bldFile="app/location/locationsatviewrefapp/group"/>
-     </component>
-    </collection>
-    <collection name="simpsyconfigurator" long-name="SIM PSY Configurator" level="engine">
-     <component name="simpsyui" origin-model="foundation">
-      <unit bldFile="app/location/simpsyconfigurator/group"/>
-     </component>
-    </collection>
-    <collection name="mapnavproviderrefapp" long-name="Map Nav Provider Reference App" level="apps">
-     <component unofficial="yes" name="mapnavproviderrefapp_build" long-name="Map Nav Provider Reference App Build" origin-model="foundation">
-      <unit bldFile="app/location/mapnavproviderrefapp/group"/>
-     </component>
-    </collection>
-    <collection name="location_info" long-name="Location Apps Info" level="apps">
-     <component unofficial="yes" name="location_build" long-name="Location Apps Build" origin-model="foundation">
-      <unit bldFile="app/location/group"/>
-     </component>
-     <component unofficial="yes" name="location_test" long-name="Location Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/location/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="loc_pub" class="api" origin-model="foundation">
-      <unit bldFile="app/location/loc_pub/group"/>
-      <!-- <unit bldFile="app/location/loc_pub/landmarks_ui_addedit_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/location/loc_pub/landmarks_ui_addedit_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/location/loc_pub/landmarks_ui_selector_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/location/loc_pub/landmarks_ui_selector_api/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="mmsharinguis" long-name="Multimedia Sharing UIs" tech_domain="vc" level="services" levels="base plugin">
-    <collection name="mmsharing" long-name="MM Sharing" level="base">
-     <component name="mmshavailability" long-name="Multimedia Sharing Availability" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshavailability/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshavailability/tsrc/ut_availability/group"/> -->
-     </component>
-     <component name="mmshindicator" long-name="Multimedia Sharing Indicator" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshindicator/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshindicator/tsrc/indicatortestapp/group"/> -->
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshindicator/tsrc/ut_indicator/group"/> -->
-     </component>
-     <component name="mmshmanagercli" long-name="Multimedia Sharing Manager Client" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagercli/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagercli/tsrc/ut_managercli/group"/> -->
-     </component>
-     <component name="mmshmanagersrv" long-name="Multimedia Sharing Manager Server" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagersrv/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagersrv/tsrc/ut_managersrv/group"/> -->
-     </component>
-     <component name="mmshengine" long-name="Multimedia Sharing Engine" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshengine/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshengine/tsrc/ut_engine/group"/> -->
-     </component>
-     <component name="mmshui" long-name="Multimedia Sharing UI" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshui/group"/>
-      <unit bldFile="app/mmsharinguis/mmsharing/mmshui/help/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharing/mmshui/tsrc/ut_ui/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmsharing_build" long-name="MM Sharing Build" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharing/group"/>
-     </component>
-    </collection>
-    <collection name="mmshplugins" long-name="MM Sharing Plugins" level="plugin">
-     <component name="mmshaoplugin" long-name="Multimedia Sharing Always Online Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshaoplugin/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/group"/> -->
-     </component>
-     <component name="mmshaiwplugin" long-name="Multimedia Sharing AIW Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshaiwplugin/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmshaiwplugin/tsrc/ut_aiwplugin/group"/> -->
-     </component>
-     <component name="mmshsipcrplugin" long-name="Multimedia Sharing SIP Client Resolver Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshsipcrplugin/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmshsipcrplugin/tsrc/ut_sipcrplugin/group"/> -->
-     </component>
-     <component name="mmshsettingsuiplugin" long-name="Multimedia Sharing Settings UI Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshsettingsuiplugin/group"/>
-     </component>
-     <component name="mmshwpadapterplugin" long-name="Multimedia Sharing WP Adapter Plugin" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmshwpadapterplugin/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmshwpadapterplugin/tsrc/ut_wpadapterplugin/group"/> -->
-     </component>
-     <component name="mmcctranscoder" long-name="MMCC Transcoder" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmshplugins/mmcctranscoder/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmcctranscoder/tsrc/stubs/group"/> -->
-      <!-- <unit bldFile="app/mmsharinguis/mmshplugins/mmcctranscoder/tsrc/ut_transcoder/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmshplugins_build" long-name="MM Sharing Plugins Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/mmsharinguis/mmshplugins/group"/> -->
-     </component>
-    </collection>
-    <collection name="mmsharinguis_info" long-name="Multimedia Sharing UIs Info" level="plugin">
-     <component unofficial="yes" name="scripts" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/scripts"/> -->
-     </component>
-     <component unofficial="yes" name="mceclientstub" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/mceclientstub/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmsharinguis_build" long-name="Multimedia Sharing UIs Build" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/group"/>
-     </component>
-     <component unofficial="yes" name="musenginestub" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/musenginestub/group"/> -->
-     </component>
-     <component unofficial="yes" name="ututils" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/ututils/group"/> -->
-     </component>
-     <component unofficial="yes" name="cenrepeditor" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/cenrepeditor/group"/> -->
-     </component>
-     <component unofficial="yes" name="mmsharinguis_plat" long-name="Multimedia Sharing UIs Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/mmsharinguis/mmsharinguis_plat/group"/>
-      <!-- <unit bldFile="app/mmsharinguis/mmsharinguis_plat/multimedia_sharing_manager_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="mustestapp" origin-model="foundation">
-      <!-- <unit bldFile="app/mmsharinguis/tsrc/mustestapp/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="phone" long-name="Phone Apps" tech_domain="vc" level="apps" span="2" levels="engine plugin ui apps">
-    <collection name="phoneapp" long-name="Phone App" level="apps">
-     <component name="blacklist" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/blacklist/group"/>
-     </component>
-     <component name="phoneui" long-name="Phone UI" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneui/group"/>
-      <!-- <unit bldFile="app/phone/phoneapp/phoneui/tsrc/public/basic/3dringingtoneinterface_tests/group"/> -->
-      <!-- <unit bldFile="app/phone/phoneapp/phoneui/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="phoneuicontrol" long-name="Phone UI Control" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuicontrol/group"/>
-     </component>
-     <component name="phoneuistates" long-name="Phone UI States" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuistates/group"/>
-     </component>
-     <component name="phoneuiutils" long-name="Phone UI Utils" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuiutils/group"/>
-     </component>
-     <component name="phoneuiview" long-name="Phone UI View" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuiview/group"/>
-     </component>
-     <component name="phoneuivoipextension" long-name="Phone UI VOIP Extension" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phoneuivoipextension/group"/>
-     </component>
-     <component name="silenceactionplugin" long-name="Silence Action Plugin" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/silenceactionplugin/group"/>
-     </component>
-     <component name="phonemediatorcenter" long-name="Phone Mediator Center" origin-model="foundation">
-      <unit bldFile="app/phone/phoneapp/phonemediatorcenter/group"/>
-     </component>
-    </collection>
-    <collection name="phoneengine" long-name="Phone Engine" level="engine">
-     <component name="phonecntfinder" long-name="Phone Contact Finder" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/phonecntfinder/group"/>
-     </component>
-     <component name="audiohandling" long-name="Audio Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/audiohandling/group"/>
-     </component>
-     <component name="callhandling" long-name="Call Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/callhandling/group"/>
-     </component>
-     <component name="contacthandling" long-name="Contact Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/contacthandling/group"/>
-     </component>
-     <component name="loghandling" long-name="Log Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/loghandling/group"/>
-     </component>
-     <component name="engineinfo" long-name="Engine Info" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/engineinfo/group"/>
-     </component>
-     <component name="phonemodel" long-name="Phone Model" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/phonemodel/group"/>
-     </component>
-     <component name="servicehandling" long-name="Service Handling" origin-model="foundation">
-      <unit bldFile="app/phone/phoneengine/servicehandling/group"/>
-     </component>
-    </collection>
-    <collection name="phonesettings" long-name="Phone Settings" level="ui">
-     <component name="aiwcallimageplugin" long-name="Aiw Call Image Plugin" origin-model="foundation">
-      <unit bldFile="app/phone/phonesettings/aiwcallimageplugin/group"/>
-     </component>
-     <component name="pslncallimageplugin" long-name="Personalization Call Image Plugin" origin-model="foundation">
-      <unit bldFile="app/phone/phonesettings/pslncallimageplugin/group"/>
-     </component>
-    </collection>
-    <collection name="phoneuis" long-name="Phone UIs" level="ui">
-     <component name="dialer" long-name="Dialer" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/dialer/group"/>
-      <!-- <unit bldFile="app/phone/phoneuis/dialer/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="bubblemanager" long-name="Bubble Manager" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/bubblemanager/group"/>
-     </component>
-     <component name="connectutil" long-name="Connect Util" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/connectutil/group"/>
-     </component>
-     <component name="sfiutils" long-name="SFI Utils" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/sfiutils/group"/>
-      <!-- <unit bldFile="app/phone/phoneuis/sfiutils/tsrc/public/basic/group"/> -->
-     </component>
-     <component name="ussd" long-name="USSD" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/ussd/group"/>
-     </component>
-     <component name="vmbx" long-name="Vmbx" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/vmbx/group"/>
-     </component>
-     <component name="telephonydevicemode" long-name="Telephony Device Mode" origin-model="foundation">
-      <unit bldFile="app/phone/phoneuis/telephonydevicemode/group"/>
-     </component>
-    </collection>
-    <collection name="phoneplugins" long-name="Phone Plugins" level="plugin">
-     <component name="telbranding" long-name="Tel Branding" origin-model="foundation">
-      <unit bldFile="app/phone/phoneplugins/telbranding/group"/>
-     </component>
-    </collection>
-    <collection name="phone_info" long-name="Phone Apps Info" level="apps">
-     <component unofficial="yes" name="phone_build" long-name="Phone Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/phone/group"/> -->
-     </component>
-     <component unofficial="yes" name="phone_plat" long-name="Phone Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/phone/phone_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="videotelephony" long-name="Video Telephony Apps" tech_domain="vc" level="apps" levels="engine plugin prot ui">
-    <collection name="packetvideoengine" long-name="Packetvideo Engine" level="engine">
-     <component name="packetvideoenginebinaries" long-name="Packet Video Engine Binaries" origin-model="foundation"/>
-    </collection>
-    <collection name="vtengines" long-name="Video Telephony Engines" level="engine">
-     <component name="videoteleng" long-name="Videotel Engine" origin-model="foundation">
-      <!-- <unit bldFile="app/videotelephony/vtengines/videoteleng/callctrl/group"/> -->
-      <unit bldFile="app/videotelephony/vtengines/videoteleng/group"/>
-      <!-- <unit bldFile="app/videotelephony/vtengines/videoteleng/logger/group"/> -->
-     </component>
-     <component name="vtmediatorplugin" long-name="VT Mediator Plugin" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtengines/vtmediatorplugin/group"/>
-     </component>
-     <component unofficial="yes" name="vtengines_build" long-name="Video Telephony Engines Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/videotelephony/vtengines/group"/> -->
-     </component>
-    </collection>
-    <collection name="vtuis" long-name="Video Telephony UIs" level="ui">
-     <component name="videotelui" long-name="Video Telephony UI" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtuis/videotelui/group"/>
-     </component>
-     <component unofficial="yes" name="vtuis_build" long-name="Video Telephony UIs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/videotelephony/vtuis/group"/> -->
-     </component>
-    </collection>
-    <collection name="vtprotocolplugins" long-name="Video Telephony Protocol Plugins" level="plugin">
-     <component name="displaysink" long-name="Display Sink" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtprotocolplugins/displaysink/group"/>
-     </component>
-     <component name="videosource" long-name="Video Source" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtprotocolplugins/videosource/group"/>
-     </component>
-     <component unofficial="yes" name="vtprotocolplugins_build" long-name="Video Telephony Protocol Plugins Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/videotelephony/vtprotocolplugins/group"/> -->
-     </component>
-    </collection>
-    <collection name="vtprotocols" long-name="Video Telephony Protocols" level="prot">
-     <!-- Empty duplicate component videotelproto.dll=binary removed -->
-    </collection>
-    <collection name="vtprotocolsstub" long-name="Video Telephony Protocols Stub" level="prot">
-     <component name="videotelproto" origin-model="foundation">
-      <unit bldFile="app/videotelephony/vtprotocolsstub/group"/>
-     </component>
-    </collection>
-    <collection name="videotelephony_info" long-name="Video Telephony Apps Info" level="ui">
-     <component unofficial="yes" name="videotelephony_plat" long-name="Video Telephony Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/videotelephony/videotelephony_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="poc" long-name="PoC" tech_domain="vc" level="apps" levels="engine ui">
-    <collection name="pocengine" long-name="PoC Engine" level="engine">
-     <component name="sipclientresolver" long-name="SIP Client Resolver" origin-model="foundation">
-      <!-- <unit bldFile="app/poc/pocengine/sipclientresolver/group"/> -->
-     </component>
-     <component unofficial="yes" name="pocengine_build" long-name="PoC Engine Build" origin-model="foundation">
-      <unit bldFile="app/poc/pocengine/group"/>
-     </component>
-     <component unofficial="yes" name="pocengine_test" long-name="PoC Engine Test" origin-model="foundation">
-      <!-- <unit bldFile="app/poc/pocengine/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="pocui" long-name="PoC Ui" level="ui">
-     <component name="pocuiintgr" long-name="PoC UI Intgr" origin-model="foundation">
-      <unit bldFile="app/poc/pocui/pocuiintgr/group"/>
-      <!-- <unit bldFile="app/poc/pocui/pocuiintgr/pocuiaiwplugin/group"/> -->
-      <!-- <unit bldFile="app/poc/pocui/pocuiintgr/pocuiecomplugin/group"/> -->
-      <!-- <unit bldFile="app/poc/pocui/pocuiintgr/pocuiintegrationservices/group"/> -->
-     </component>
-     <component name="pocui_app" long-name="Application" origin-model="foundation">
-      <unit bldFile="app/poc/pocui/app/group"/>
-     </component>
-     <component unofficial="yes" name="pocui_build" long-name="PoC Ui Build" origin-model="foundation">
-      <unit bldFile="app/poc/pocui/group"/>
-     </component>
-    </collection>
-    <collection name="poc_info" long-name="PoC Info" level="ui">
-     <component unofficial="yes" name="poc_build" long-name="PoC Build" origin-model="foundation">
-      <unit bldFile="app/poc/group"/>
-     </component>
-     <component unofficial="yes" name="poc_plat" long-name="PoC Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/poc/poc_plat/group"/>
-     </component>
-     <component unofficial="yes" name="poc_help" long-name="PoC Help" origin-model="foundation">
-      <unit bldFile="app/poc/help/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="iptelephony" long-name="IP Telephony" tech_domain="vc" level="apps" levels="plugin eng ui">
-    <!-- Collection renamed to avoid duplicates -->
-    <collection name="iptelcommsconfig" long-name="IP Telephony Comms Config" level="ui">
-     <component name="cscgsplugin" long-name="CSCGS Plugin" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscgsplugin/group"/>
-     </component>
-     <component name="cscsipvoipcleanupplugin" long-name="CSC SIP VOIP Cleanup Plugin" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscsipvoipcleanupplugin/group"/>
-     </component>
-     <component name="cscengine" long-name="CSC Engine" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscengine/group"/>
-     </component>
-     <component name="cscsettingsui" long-name="CSC Settings UI" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscsettingsui/group"/>
-     </component>
-     <component name="cscapplicationui" long-name="CSC Application UI" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/cscapplicationui/group"/>
-     </component>
-     <component unofficial="yes" name="commsconfig_build" long-name="Comms Config Build" origin-model="foundation">
-      <unit bldFile="app/iptelephony/commsconfig/group"/>
-     </component>
-    </collection>
-    <collection name="convergedconnectionhandler" long-name="Converged Connection Handler" level="ui">
-     <component name="cchserver" long-name="CCH Server" origin-model="foundation">
-      <unit bldFile="app/iptelephony/convergedconnectionhandler/cchserver/group"/>
-     </component>
-     <component name="cchclient" long-name="CCH Client" origin-model="foundation">
-      <unit bldFile="app/iptelephony/convergedconnectionhandler/cchclient/group"/>
-     </component>
-     <component name="cchclientapi" long-name="CCH Clientapi" origin-model="foundation">
-      <unit bldFile="app/iptelephony/convergedconnectionhandler/cchclientapi/group"/>
-     </component>
-     <component unofficial="yes" name="convergedconnectionhandler_build" long-name="Converged Connection Handler Build" origin-model="foundation">
-      <unit bldFile="app/iptelephony/convergedconnectionhandler/group"/>
-     </component>
-    </collection>
-    <collection name="richcallsettingsengine" long-name="Rich Call Settings Engine" level="eng">
-     <component name="rcse2" long-name="Rcse2" origin-model="foundation">
-      <unit bldFile="app/iptelephony/richcallsettingsengine/rcse2/group"/>
-     </component>
-    </collection>
-    <collection name="sipvoipprovider" long-name="SIP VoIP Provider" level="eng">
-     <component name="svp" origin-model="foundation">
-      <unit bldFile="app/iptelephony/sipvoipprovider/group"/>
-     </component>
-    </collection>
-    <collection name="voipplugins" long-name="VoIP Plugins" level="plugin">
-     <component name="sipmxresolver" long-name="SIP MX Resolver" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/sipmxresolver/group"/>
-     </component>
-     <component name="sipconnectionprovider" long-name="SIP Connection Provider" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/group"/>
-      <unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/ipvoicemailengine/group"/>
-     </component>
-     <component name="ipapputils" long-name="IP App Utils" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/ipapputils/group"/>
-     </component>
-     <component name="voipadapters" long-name="VOIP Adapters" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/voipadapters/group"/>
-     </component>
-     <component name="accountcreationplugin" long-name="Account Creation Plugin" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/accountcreationplugin/group"/>
-     </component>
-     <component name="dhcppositionprovider" long-name="DHCP Position Provider" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/dhcppositionprovider/group"/>
-     </component>
-     <component name="svtmatching" long-name="SVT Matching" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/svtmatching/group"/>
-     </component>
-     <component name="svtlogging" long-name="SVT Logging" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/svtlogging/group"/>
-     </component>
-     <component name="svtcallmenu" long-name="SVT Call Menu" origin-model="foundation">
-      <unit bldFile="app/iptelephony/voipplugins/svtcallmenu/group"/>
-     </component>
-     <component unofficial="yes" name="voipplugins_build" long-name="VoIP Plugins Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/iptelephony/voipplugins/group"/> -->
-     </component>
-    </collection>
-    <collection name="callcontinuity" long-name="Call Continuity" level="eng">
-     <component name="vccutils" long-name="VCC Utils" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vccutils/group"/>
-     </component>
-     <component name="nsmldmvccadapter" long-name="NSML DM VCC Adapter" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/nsmldmvccadapter/group"/>
-     </component>
-     <component name="vccclientprovisioningadapter" long-name="VCC Client Provisioning Adapter" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vccclientprovisioningadapter/group"/>
-     </component>
-     <component name="vccpropertyhandler" long-name="VCC Property Handler" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vccpropertyhandler/group"/>
-     </component>
-     <component name="vcchotrigger" long-name="VCC Hotrigger" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vcchotrigger/group"/>
-     </component>
-     <component name="vcc" long-name="VCC" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/vcc/group"/>
-     </component>
-     <component name="settingsreader" long-name="Settings Reader" origin-model="foundation">
-      <!-- <unit bldFile="app/iptelephony/callcontinuity/settingsreader/group"/> -->
-     </component>
-     <component unofficial="yes" name="callcontinuity_build" long-name="Call Continuity Build" origin-model="foundation">
-      <unit bldFile="app/iptelephony/callcontinuity/group"/>
-     </component>
-    </collection>
-    <collection name="iptelephony_info" long-name="IP Telephony Info" level="ui">
-     <component unofficial="yes" name="iptelephony_build" long-name="IP Telephony Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/iptelephony/group"/> -->
-     </component>
-     <component unofficial="yes" name="iptel_plat" class="api" origin-model="foundation">
-      <unit bldFile="app/iptelephony/iptel_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="settingsuis" long-name="Settings UIs" tech_domain="dm" level="services" levels="empty rsc ui">
-    <collection name="defaultapplicationsettings" long-name="Default Application Settings" level="rsc">
-     <component name="services_db" long-name="Services Db" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/services_db/group"/>
-     </component>
-     <component name="defaultapplicationsettings_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/server/group"/>
-     </component>
-     <component name="service" long-name="Service" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/service/group"/>
-     </component>
-     <component name="dasgsplugin" long-name="GS Plugin" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/gsplugin/group"/>
-     </component>
-     <component unofficial="yes" name="defaultapplicationsettings_build" long-name="Default Application Settings Build" origin-model="foundation">
-      <unit bldFile="app/settingsuis/defaultapplicationsettings/group"/>
-     </component>
-    </collection>
-    <collection name="systemswuis" long-name="System SW UIs" level="ui">
-     <component name="touchscreencalib" long-name="Touchscreen Calib" origin-model="foundation">
-      <unit bldFile="app/settingsuis/systemswuis/touchscreencalib/group"/>
-     </component>
-    </collection>
-    <collection name="settingsuis_info" long-name="Settings UIs Info" level="ui">
-     <component unofficial="yes" name="devmngt_pub" class="api" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/settingsuis/devmngt_pub/group"/> -->
-     </component>
-     <component unofficial="yes" name="settingsuis_build" long-name="Settings UIs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/settingsuis/group"/> -->
-     </component>
-     <component unofficial="yes" name="settingsuis_test" long-name="Settings UIs Test" origin-model="foundation">
-      <!-- <unit bldFile="app/settingsuis/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="devmngt_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/settingsuis/devmngt_plat/default_app_client_api/tsrc/dasclientapitest/group"/> -->
-      <unit bldFile="app/settingsuis/devmngt_plat/group"/>
-      <!-- <unit bldFile="app/settingsuis/devmngt_plat/services_db_api/tsrc/servicesdbapitest/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="contentcontrol" long-name="Content Control Daemons" tech_domain="dm" level="services" levels="1 2">
-    <collection name="applicationmanagement" long-name="Application Management" level="1">
-     <component name="options" long-name="Options" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/options/group"/>
-     </component>
-     <component name="applicationmanagement_client" long-name="Client" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/client/group"/>
-     </component>
-     <component name="applicationmanagement_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/server/group"/>
-     </component>
-     <component name="rfsplugin" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/rfsplugin/group"/>
-     </component>
-     <component name="amadapter2" long-name="AM Adapter2" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/amadapter2/group"/>
-     </component>
-    </collection>
-    <collection name="customization" long-name="Customization" level="2">
-     <component name="dmutils" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/dmutils/bld"/>
-     </component>
-     <component name="uisettingssrv" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/uisettingssrv/bld"/>
-     </component>
-     <component name="isadapter" long-name="IS Adapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/isadapter/bld"/>
-     </component>
-     <component name="supadapter" long-name="SUPAdapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/supadapter/bld"/>
-     </component>
-     <component name="wallpaperadapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/wallpaperadapter/bld"/>
-     </component>
-     <component name="operatorlogoadapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/operatorlogoadapter/bld"/>
-     </component>
-     <component name="screensaveradapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/screensaveradapter/bld"/>
-     </component>
-     <component name="themesadapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/themesadapter/bld"/>
-     </component>
-     <component name="embeddedlinkadapter" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/embeddedlinkadapter/bld"/>
-     </component>
-    </collection>
-    <collection name="omads" long-name="OMA DS" level="1">
-     <component name="omadsappui" long-name="OMA DS App UI" origin-model="foundation">
-      <unit bldFile="app/contentcontrol/omads/omadsappui/group"/>
-     </component>
-     <component name="omadsextensions" long-name="OMA DS Extensions" origin-model="foundation">
-      <!-- <unit bldFile="app/contentcontrol/omads/omadsextensions/dsutils/emailxmlutils/bld"/> -->
-      <unit bldFile="app/contentcontrol/omads/omadsextensions/group"/>
-     </component>
-    </collection>
-    <collection name="contentcontrol_info" long-name="Content Control Daemons Info" level="2">
-     <component unofficial="yes" name="contentcontrol_build" long-name="Content Control Daemons Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/contentcontrol/group"/> -->
-     </component>
-     <component unofficial="yes" name="contentctrl_plat" class="api" origin-model="foundation">
-      <unit bldFile="app/contentcontrol/contentctrl_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="devicecontrol" long-name="Device Control Daemons" tech_domain="dm" level="services" levels="oma mid app">
-    <collection name="devicediagnostics" long-name="Device Diagnostics" level="app">
-     <component name="devdiagapp" long-name="Dev Diag App" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/devdiagapp/group"/>
-     </component>
-     <component name="devdiaggsplugin" long-name="Dev Diag GS Plugin" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/devdiaggsplugin/group"/>
-     </component>
-     <component name="diagplugins" long-name="Diag Plugins" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/group"/>
-     </component>
-     <component name="diagsuites" long-name="Diag Suites" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/group"/>
-     </component>
-     <component unofficial="yes" name="devicediagnostics_build" long-name="Device Diagnostics Build" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/devicediagnostics/group"/>
-     </component>
-    </collection>
-    <collection name="fotaapplication" long-name="FOTA Application" level="app">
-     <component name="fotaserver" long-name="FOTA Server" origin-model="foundation">
-      <!-- <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fmsclient/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fmserver/group"/> -->
-      <!-- <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fotarfsplugin/group"/> -->
-      <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fotastartupextplg/group"/>
-      <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/group"/>
-     </component>
-     <component unofficial="yes" name="fotaapp" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="mw/remotemgmt/fotaapplication/group"/> -->
-     </component>
-    </collection>
-    <collection name="omadm" long-name="OMA Device Management" level="oma">
-     <component name="omadmappui" long-name="OMA DM App UI" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/omadm/omadmappui/group"/>
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmappui/tsrc/group"/> -->
-     </component>
-     <component name="omadmextensions" long-name="OMA DM Extensions" origin-model="foundation">
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/email/tsrc/group"/> -->
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/mms/tsrc/group"/> -->
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/syncmldm/tsrc/group"/> -->
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/syncmldm12/tsrc/group"/> -->
-      <!-- <unit bldFile="app/devicecontrol/omadm/omadmextensions/adapters/syncmlds/tsrc/group"/> -->
-      <unit bldFile="app/devicecontrol/omadm/omadmextensions/group"/>
-     </component>
-    </collection>
-    <collection name="pnpmobileservices" long-name="PnP Mobile Services" level="mid">
-     <component name="pnpms" long-name="PnP MS" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/pnpmobileservices/pnpms/group"/>
-      <!-- <unit bldFile="app/devicecontrol/pnpmobileservices/pnpms/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="omacp" long-name="OMA Content Provisioning" level="oma">
-     <component name="omacpadapters" long-name="OMA CP Adapters" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/omacp/omacpadapters/group"/>
-     </component>
-    </collection>
-    <collection name="devicecontrol_info" long-name="Device Control Daemons Info" level="app">
-     <component unofficial="yes" name="devicecontrol_build" long-name="Device Control Daemons Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/devicecontrol/group"/> -->
-     </component>
-     <component unofficial="yes" name="customization_test" origin-model="foundation">
-      <!-- <unit bldFile="app/devicecontrol/customization/tsrc/tarmcustomization/group"/> -->
-     </component>
-     <component unofficial="yes" name="applicationmanagement_build" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/applicationmanagement/group"/>
-     </component>
-     <component unofficial="yes" name="customization_build" origin-model="foundation">
-      <unit bldFile="app/devicecontrol/customization/group"/>
-     </component>
-     <component unofficial="yes" name="applicationmanagement_test" origin-model="foundation">
-      <!-- <unit bldFile="app/devicecontrol/applicationmanagement/tsrc/tarmappmng/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="conntools" long-name="Conn Tools" tech_domain="dc" level="services" levels="1 2">
-    <collection name="nettools" long-name="Net Tools" level="2">
-     <component name="conntest" long-name="Connection Test" origin-model="foundation">
-      <unit bldFile="app/conntools/nettools/conntest/group"/>
-     </component>
-     <component unofficial="yes" name="nettools_build" long-name="Net Tools Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/conntools/nettools/group"/> -->
-     </component>
-    </collection>
-    <collection name="emulatorlan" long-name="Emulator Lan" level="1">
-     <component name="emulatorlan_build" long-name="Emulator LAN Component" origin-model="foundation">
-      <unit bldFile="app/conntools/emulatorlan/group"/>
-     </component>
-    </collection>
-    <collection name="conntools_info" long-name="Conn Tools Info" level="2">
-     <component unofficial="yes" name="conntools_build" long-name="Conn Tools Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/conntools/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="printing" long-name="Printing" tech_domain="de" level="services" levels="app">
-    <collection name="imageprint" long-name="ImagePrint" level="app">
-     <component name="clog" origin-model="foundation">
-      <unit bldFile="app/printing/imageprint/clog/group"/>
-     </component>
-     <component name="imageprintengine" origin-model="foundation">
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/btprotocol/group"/> -->
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/dpof/group"/> -->
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/pictbridge2/group"/> -->
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/upnpprotocolfw2/group"/> -->
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/deviceprotocols/xhtmlfilecomposer/group"/> -->
-      <unit bldFile="app/printing/imageprint/imageprintengine/group"/>
-      <!-- <unit bldFile="app/printing/imageprint/imageprintengine/imageprintserver/group"/> -->
-     </component>
-     <component name="imageprintui" origin-model="foundation">
-      <unit bldFile="app/printing/imageprint/imageprintui/group"/>
-     </component>
-     <component unofficial="yes" name="imageprint_build" origin-model="foundation">
-      <unit bldFile="app/printing/imageprint/group"/>
-     </component>
-    </collection>
-    <collection name="printing_info" long-name="Printing Info" level="app">
-     <component unofficial="yes" name="printing_build" long-name="Printing Build" origin-model="foundation">
-      <unit bldFile="app/printing/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="files" long-name="File Manager Apps" tech_domain="pr" level="apps" levels="support apps">
-    <collection name="filemanager" long-name="File Manager" level="apps">
-     <component name="filemanager_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/files/filemanager/help/group"/>
-     </component>
-     <component name="filemanager_build" origin-model="foundation">
-      <unit bldFile="app/files/filemanager/group"/>
-     </component>
-    </collection>
-    <collection name="filesystemuis" long-name="File System UIs" level="support">
-     <component name="memscaneng" long-name="Mem Scan Eng" origin-model="foundation">
-      <unit bldFile="app/files/filesystemuis/memscaneng/group"/>
-     </component>
-     <component name="memstatepopup" long-name="Mem State Popup" origin-model="foundation">
-      <unit bldFile="app/files/filesystemuis/memstatepopup/group"/>
-     </component>
-     <component unofficial="yes" name="filesystemuis_build" long-name="File System UIs Build" origin-model="foundation">
-      <unit bldFile="app/files/filesystemuis/group"/>
-     </component>
-    </collection>
-    <collection name="files_info" long-name="File Manager Apps Info" level="apps">
-     <component unofficial="yes" name="files_plat" long-name="File Manager Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/files/files_plat/group"/>
-     </component>
-     <component unofficial="yes" name="files_build" long-name="File Manager Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/files/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="contacts" long-name="Contacts Apps" tech_domain="pr" level="apps" span="2" levels="engine support services ui">
-    <collection name="contactextensions" long-name="Contact Extensions" level="services">
-     <component name="predefinedcontacts" long-name="Predefined Contacts" origin-model="foundation">
-      <unit bldFile="app/contacts/contactextensions/predefinedcontacts/group"/>
-     </component>
-     <component unofficial="yes" name="contactextensions_build" long-name="Contact Extensions Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/contacts/contactextensions/group"/> -->
-     </component>
-    </collection>
-    <collection name="logsui" long-name="Logs UI" level="ui">
-     <component name="logsui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/contacts/logsui/help/group"/>
-     </component>
-     <component name="logsserviceextension" long-name="Logs Service Extension" origin-model="foundation">
-      <unit bldFile="app/contacts/logsui/logsserviceextension/group"/>
-     </component>
-     <component unofficial="yes" name="logsui_build" long-name="Logs UI Build" origin-model="foundation">
-      <unit bldFile="app/contacts/logsui/group"/>
-     </component>
-    </collection>
-    <collection name="phonebookui" long-name="Phonebook UI" level="ui">
-     <component name="phonebook" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookui/phonebook/group"/>
-     </component>
-     <component name="speeddial" long-name="Speed Dial" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookui/speeddial/group"/>
-     </component>
-     <component name="phonebook2" long-name="Phone Book 2" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/phonebookui/phonebook2/ccapplication/ccacommlauncherplugin/tsrc/ut_commlaunchercontacthandler/group"/> -->
-      <!-- <unit bldFile="app/contacts/phonebookui/phonebook2/ccapplication/ccapp/tsrc/ut_cmscontactfetcher/group"/> -->
-      <unit bldFile="app/contacts/phonebookui/phonebook2/group"/>
-      <!-- <unit bldFile="app/contacts/phonebookui/phonebook2/tsrc/utilities/changepbk2cenrepkeyvaluestool/group"/> -->
-      <!-- <unit bldFile="app/contacts/phonebookui/phonebook2/tsrc/ut_addfavoritiesvisibility/group"/> -->
-     </component>
-     <component unofficial="yes" name="phonebookui_build" long-name="Phonebook UI Build" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/phonebookui/group"/> -->
-     </component>
-    </collection>
-    <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
-     <component name="cntfindplugin" long-name="Cnt Find Plugin" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookengines/cntfindplugin/group"/>
-     </component>
-     <component name="cntsortplugin" long-name="Cnt Sort Plugin" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookengines/cntsortplugin/group"/>
-     </component>
-     <component name="virtualphonebook" long-name="Virtual Phonebook" origin-model="foundation">
-      <unit bldFile="app/contacts/phonebookengines/virtualphonebook/group"/>
-      <!-- <unit bldFile="app/contacts/phonebookengines/virtualphonebook/tsrc/mt_vpbkeng_selectorfactory/group"/> -->
-      <!-- <unit bldFile="app/contacts/phonebookengines/virtualphonebook/tsrc/mt_vpbkeng_strcntanalyzer/group"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="contactsmodel">
-       -  <unit bldFile="app/contacts/phonebookengines/contactsmodel/cntmatchlog/group"/>  -
-       -  <unit bldFile="app/contacts/phonebookengines/contactsmodel/group"/>  -
-       -  <unit bldFile="app/contacts/phonebookengines/contactsmodel/tsrc/cntmatchlog/group"/>  -
-       -  <unit bldFile="app/contacts/phonebookengines/contactsmodel/tsrc/fuzztest/group"/>  -
-       <unit bldFile="app/contacts/phonebookengines/contactsmodel/tsrc/integration/cntperftest/groupsql"/>
-       <unit bldFile="app/contacts/phonebookengines/contactsmodel/tsrc/integration/perffuncsuite/groupsql"/>
-       <unit bldFile="app/contacts/phonebookengines/contactsmodel/tsrc/integration/tcntpolice/groupsql"/>
-       -  <unit bldFile="app/contacts/phonebookengines/contactsmodel/tsrc/integration/testcontactsuite/group"/>  -
-       <unit bldFile="app/contacts/phonebookengines/contactsmodel/tsrc/integration/testimpexvcard/groupsql"/>
-       -  <unit bldFile="app/contacts/phonebookengines/contactsmodel/tsrc/integration/teststartup/group"/>  -
-     </component>-->
-     <component unofficial="yes" name="phonebookengines_build" long-name="Phonebook Engines Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/contacts/phonebookengines/group"/> -->
-     </component>
-    <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/contacts/phonebookengines/contactsmodel/group" mrp="app/contacts/phonebookengines/contactsmodel/group/app-engines_cntmodel.mrp" version="1"/>
-     </component>
-    </collection>
-	<!-- Collection manually added due to faulty merge XSLT -->
-	<collection name="pimprotocols" long-name="PIM Protocols" level="services">
-	 <component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
-	  <unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
-	 </component>
-	 <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
-	  <unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
-	 </component>
-	</collection>
-    <collection name="ccservices" long-name="CC Services" level="services">
-     <component name="cmsservices" long-name="CMS Services" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/client/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/server/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/tsrc/contactcreator/client/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/tsrc/contactcreator/server/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/tsrc/contactcreator2/client/group"/> -->
-      <!-- <unit bldFile="app/contacts/ccservices/cmsservices/cmsengine/tsrc/contactcreator2/server/group"/> -->
-      <unit bldFile="app/contacts/ccservices/cmsservices/group"/>
-     </component>
-    </collection>
-    <collection name="presencecache" long-name="Presence Cache" level="support">
-     <component name="presencecacheutils" long-name="Presence Cache Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/presencecache/presencecacheutils/group"/> -->
-     </component>
-     <component name="presencecacheserver2" long-name="Presence Cache Server2" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/presencecache/presencecacheserver2/group"/> -->
-     </component>
-     <component name="presencecacheclient2" long-name="Presence Cache Client2" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/presencecache/presencecacheclient2/group"/> -->
-     </component>
-     <component unofficial="yes" name="presencecache_build" long-name="Presence Cache Build" origin-model="foundation">
-      <unit bldFile="app/contacts/presencecache/group"/>
-     </component>
-    </collection>
-    <collection name="predictivesearch" long-name="Predictive Search" level="support">
-     <component name="pcsutils" long-name="PCS Utils" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/pcsutils/group"/>
-     </component>
-     <component name="pcsserverclientapi" long-name="PCS Server Client API" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/pcsserverclientapi/group"/>
-     </component>
-     <component name="pcsserver" long-name="PCS Server" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/pcsserver/group"/>
-     </component>
-     <component name="adapters" long-name="Adapters" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/adapters/contacts/group"/>
-     </component>
-     <component name="pcsalgorithm" long-name="PCS Algorithm" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/pcsalgorithm/group"/>
-     </component>
-     <component unofficial="yes" name="predictivesearch_build" long-name="Predictive Search Build" origin-model="foundation">
-      <unit bldFile="app/contacts/predictivesearch/group"/>
-     </component>
-    </collection>
-    <collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
-     <component unofficial="yes" name="contacts_build" long-name="Contacts Apps Build" origin-model="foundation">
-      <unit bldFile="app/contacts/group"/>
-     </component>
-     <component unofficial="yes" name="contacts_plat" long-name="Contacts Apps Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/contacts/contacts_plat/cca_launch_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/cca_view_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/contactpresence_api/tsrc/group"/> -->
-      <unit bldFile="app/contacts/contacts_plat/group"/>
-      <!-- <unit bldFile="app/contacts/contacts_plat/predictivesearch_utils_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/presence_cache_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/speed_dial_dialogs_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_policy_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_sim_services_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_store_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_vcard_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_plat/virtual_phonebook_view_definition_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="contacts_pub" long-name="Contacts Apps Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/contacts/contacts_pub/group"/>
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_data_addedit_ui_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_data_management_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_fetch_ui_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_ui_utilities_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/phonebook_vcard_importexport_api/tsrc/bc/group"/> -->
-      <!-- <unit bldFile="app/contacts/contacts_pub/speed_dial_utility_control_api/tsrc/bc/group"/> -->
-     </component>
-    <component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="organizer" long-name="Organizer Application Suite" tech_domain="pr" level="apps" span="2" levels="support services engine ui">
-    <collection name="alarmui" long-name="Alarm UI" level="ui">
-     <component unofficial="yes" name="alarmui_build" long-name="Alarm UI Build" origin-model="foundation">
-      <unit bldFile="app/organizer/alarmui/group"/>
-     </component>
-    </collection>
-    <collection name="calendarui" long-name="Calendar UI" level="ui">
-     <component name="calendarui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/help/group"/>
-     </component>
-     <component name="commonutils" long-name="Common Utils" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/commonutils/group"/>
-     </component>
-     <component name="globaldata" long-name="Global Data" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/globaldata/group"/>
-     </component>
-     <component name="settings" long-name="Settings" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/settings/gsplugin/group"/>
-      <unit bldFile="app/organizer/calendarui/settings/settingsui/group"/>
-     </component>
-     <component name="customisation" long-name="Customisation" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/organizer/calendarui/customisation/group"/> -->
-     </component>
-     <component name="customisationmanager" long-name="Customisation Manager" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/customisationmanager/group"/>
-     </component>
-     <component name="views" long-name="Views" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/views/group"/>
-     </component>
-     <component name="calendarui_controller" long-name="Controller" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/controller/group"/>
-     </component>
-     <component name="editors" long-name=" Editors" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/editors/group"/>
-     </component>
-     <component name="application" long-name="Application" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/application/group"/>
-     </component>
-     <component name="missedalarmindicatorplugin" long-name="Missed Alarm Indicator Plugin" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/missedalarmindicatorplugin/group"/>
-     </component>
-     <component name="calendarui_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/server/calensvr/group"/>
-      <unit bldFile="app/organizer/calendarui/server/calensvrclient/group"/>
-     </component>
-     <component name="regionalplugins" long-name="Regional Plugins" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/regionalplugins/calenregionalutil/group"/>
-      <unit bldFile="app/organizer/calendarui/regionalplugins/lunarchinese/group"/>
-      <unit bldFile="app/organizer/calendarui/regionalplugins/lunarvietnamese/group"/>
-      <unit bldFile="app/organizer/calendarui/regionalplugins/thai/group"/>
-     </component>
-     <!-- Empty duplicate component inc removed -->
-     <component unofficial="yes" name="calendarui_build" long-name="Calendar UI Build" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarui/group"/>
-     </component>
-    </collection>
-    <collection name="clock2" long-name="Clock2" level="ui">
-     <component name="clockengines" long-name="Clock Engines" origin-model="foundation">
-      <unit bldFile="app/organizer/clock2/clockengines/group"/>
-     </component>
-     <component name="clockui" long-name="Clock UI" origin-model="foundation">
-      <unit bldFile="app/organizer/clock2/clockui/group"/>
-      <!-- <unit bldFile="app/organizer/clock2/clockui/plugins/datetimeviewplugin/group"/> -->
-     </component>
-     <component name="clock2_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/organizer/clock2/help/group"/>
-     </component>
-     <component unofficial="yes" name="clock2_build" long-name="Clock2 Build" origin-model="foundation">
-      <unit bldFile="app/organizer/clock2/group"/>
-     </component>
-    </collection>
-    <collection name="meetingui" long-name="Meeting UI" level="ui">
-     <component name="attendeeview" long-name="Attendee View" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/organizer/meetingui/attendeeview/group"/> -->
-     </component>
-     <component name="agnentryui" long-name="Agn Entry UI" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingui/agnentryui/group"/>
-     </component>
-     <component name="meetingrequestutils" long-name="Meeting Request Utils" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingui/meetingrequestutils/group"/>
-     </component>
-     <component name="meetingrequestviewers" long-name="Meeting Request Viewers" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingui/meetingrequestviewers/group"/>
-     </component>
-     <component unofficial="yes" name="meetingui_build" long-name="Meeting UI Build" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingui/group"/>
-     </component>
-    </collection>
-    <collection name="notepad" long-name="Notepad" level="ui">
-     <component name="notepad_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/organizer/notepad/help/group"/>
-     </component>
-     <component name="notepad1" long-name="Notepad1" origin-model="foundation">
-      <unit bldFile="app/organizer/notepad/notepad1/group"/>
-      <!-- <unit bldFile="app/organizer/notepad/notepad1/syncmladapter/group"/> -->
-     </component>
-     <component name="txtrecog" long-name="Txt Recog" origin-model="foundation">
-      <unit bldFile="app/organizer/notepad/txtrecog/group"/>
-     </component>
-     <component unofficial="yes" name="notepad_build" long-name="Notepad Build" origin-model="foundation">
-      <unit bldFile="app/organizer/notepad/group"/>
-     </component>
-    </collection>
-    <collection name="searchui" long-name="Search UI" level="ui">
-     <component name="searchui_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/organizer/searchui/help/group"/>
-     </component>
-     <component name="searchapp" long-name="Search App" origin-model="foundation">
-      <unit bldFile="app/organizer/searchui/searchapp/group"/>
-      <!-- <unit bldFile="app/organizer/searchui/searchapp/plugins/searchsettingsplugin/group"/> -->
-      <!-- <unit bldFile="app/organizer/searchui/searchapp/plugins/srchuisettingsplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="searchui_build" long-name="Search UI Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/organizer/searchui/group"/> -->
-     </component>
-    </collection>
-    <collection name="calendarengines" long-name="Calendar Engines" level="engine">
-     <component name="versit2" long-name="Versit 2" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/versit2/group"/>
-     </component>
-     <component name="agnversit2" long-name="Agenda Versit2" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/agnversit2/group"/>
-     </component>
-     <component name="caleninterimutils" long-name="Calen Interim Utils" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/caleninterimutils/group"/>
-     </component>
-     <component name="calenimp" long-name="Calen Imp" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/calenimp/group"/>
-     </component>
-     <component name="calenlauncher" long-name="Calen Launcher" origin-model="foundation">
-      <unit bldFile="app/organizer/calendarengines/calenlauncher/group"/>
-     </component>
-     <component unofficial="yes" name="calendarengines_build" long-name="Calendar Engines Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/organizer/calendarengines/group"/> -->
-     </component>
-    </collection>
-    <collection name="meetingrequestengines" long-name="Meeting Request Engines" level="engine">
-     <component name="mrmailbox" long-name="MR Mailbox" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingrequestengines/mrmailbox/group"/>
-     </component>
-     <component name="mrmailboxutils" long-name="MR Mailbox Utils" origin-model="foundation">
-      <unit bldFile="app/organizer/meetingrequestengines/mrmailboxutils/group"/>
-     </component>
-    </collection>
-    <collection name="alarmengines" long-name="Alarm Engines" level="engine">
-     <component name="missedalarmstore" long-name="Missed Alarm Store" origin-model="foundation">
-      <unit bldFile="app/organizer/alarmengines/missedalarmstore/group"/>
-     </component>
-     <component unofficial="yes" name="alarmengines_build" long-name="Alarm Engines Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/organizer/alarmengines/group"/> -->
-     </component>
-    </collection>
-    <collection name="searchfw" long-name="Search Framework" level="services">
-     <component name="coresearchfw" long-name="Core Search Framework" origin-model="foundation">
-      <unit bldFile="app/organizer/searchfw/coresearchfw/group"/>
-     </component>
-     <component name="searchfw_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="app/organizer/searchfw/plugins/group"/>
-     </component>
-     <component unofficial="yes" name="searchfw_build" long-name="Search Framework Build" origin-model="foundation">
-      <unit bldFile="app/organizer/searchfw/group"/>
-     </component>
-    </collection>
-    <collection name="pimappservices" long-name="PIM App Services" level="services">
-     <component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
-     </component>
-     <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
-     </component>
-     <component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
-     </component>
-     <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="officeappeng" long-name="Office App Engines" level="engine">
-     <component name="datamodel" long-name="Data Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/datamodel/group" mrp="app/organizer/officeappeng/datamodel/group/app-engines_damodel.mrp"/>
-     </component>
-     <component name="sheeteng" long-name="Sheet Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
-     </component>
-     <component name="charteng" long-name="Chart" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
-     </component>
-     <component name="wordeng" long-name="Word Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
-     </component>
-    </collection>
-    <collection name="pimappsupport" long-name="PIM Application Support" level="support">
-     <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
-     </component>
-     <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
-     </component>
-     <component name="n:chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="app/organizer/pimappsupport/chinesecalendaralg/group" mrp="app/organizer/pimappsupport/chinesecalendaralg/group/app-services_chinesecalendaralgorithm.mrp"/> -->
-     </component>
-    </collection>
-    <collection name="organizer_info" long-name="Organizer Application Suite Info" level="ui">
-     <component unofficial="yes" name="organizer_pub" long-name="Organizer Application Suite Public Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/organizer/organizer_pub/calendar_interim_utils2_api/tsrc/group"/> -->
-      <unit bldFile="app/organizer/organizer_pub/group"/>
-      <!-- <unit bldFile="app/organizer/organizer_pub/notepad_library_api/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="organizer_build" long-name="Organizer Application Suite Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/organizer/group"/> -->
-     </component>
-     <component unofficial="yes" name="organizer_plat" long-name="Organizer Application Suite Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/organizer/organizer_plat/agenda_versit_2_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/organizer/organizer_plat/calendar_exporter_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/organizer/organizer_plat/calendar_importer_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/organizer/organizer_plat/common_alarm_editor_api/tsrc/group"/> -->
-      <unit bldFile="app/organizer/organizer_plat/group"/>
-      <!-- <unit bldFile="app/organizer/organizer_plat/meeting_request_mailbox_utilities_api/tsrc/group"/> -->
-     </component>
-    <component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="messaging" long-name="Messaging Apps" tech_domain="pr" level="apps" span="2" levels="mail eng base ui">
-    <collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
-     <component name="audiomsg" long-name="Audio Message" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/audiomsg/group"/>
-     </component>
-     <component name="msgmedia" long-name="Message Media" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/msgmedia/group"/>
-     </component>
-     <component name="unieditor" long-name="Uni Editor" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/unieditor/group"/>
-     </component>
-     <component name="mmsui" long-name="MMS UI" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/mmsui/group"/>
-     </component>
-     <component name="postcard" long-name="Postcard" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/postcard/group"/>
-     </component>
-     <component name="smilui" long-name="SMIL UI" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/smilui/group"/>
-     </component>
-     <component name="smum" long-name="Smum" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/smum/group"/>
-     </component>
-     <component name="smsui" long-name="SMS UI" origin-model="foundation">
-      <unit bldFile="app/messaging/mobilemessaging/smsui/group"/>
-      <!-- <unit bldFile="app/messaging/mobilemessaging/smsui/viewer"/> -->
-     </component>
-     <!--Component manually removed as already declared in OS-->
-     <!--<component name="smsmtm">
-       <unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/group"/>
-       -  <unit bldFile="app/messaging/mobilemessaging/smsmtm/test/testrom"/>  -
-     </component>-->
-    <component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmsengine" long-name="MMS Engine" level="eng">
-     <component name="mmsconninit" long-name="MMS Connection Init" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmsconninit/bld"/> -->
-     </component>
-     <component name="genutils" long-name="General Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/genutils/bld"/> -->
-     </component>
-     <component name="mmsserversettings" long-name="MMS Server Aettings" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmsserversettings/bld"/> -->
-     </component>
-     <component name="mmsmessage" long-name="MMS Message" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmsmessage/bld"/> -->
-     </component>
-     <component name="mmshttptransport" long-name="MMS HTTP Transport" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmshttptransport/bld"/> -->
-     </component>
-     <component name="mmscodec" long-name="MMS Codec" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmscodec/bld"/> -->
-     </component>
-     <component name="mmsserver" long-name="MMS Server" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmsserver/bld"/> -->
-     </component>
-     <component name="clientmtm" long-name="Client MTM" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/clientmtm/bld"/> -->
-     </component>
-     <component name="mmswatcher" long-name="MMS Watcher" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmswatcher/bld"/> -->
-     </component>
-     <component name="mmspushhandler" long-name="MMS Push Handler" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmspushhandler/bld"/> -->
-     </component>
-     <component name="applicationadapter" long-name="Application Adapter" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/applicationadapter/bld"/> -->
-     </component>
-     <component name="mmscodecclient" long-name="MMS Codec Client" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/mmsengine/mmscodecclient/bld"/> -->
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="mmssettings">
-       <unit bldFile="app/messaging/mmsengine/mmssettings/test/group"/>
-     </component>-->
-     <component unofficial="yes" name="mmsengine_build" long-name="MMS Engine Build" origin-model="foundation">
-      <unit bldFile="app/messaging/mmsengine/group"/>
-     </component>
-    <component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/mmsengine/mmssettings/group" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
-     </component>
-     <component name="mmsconf" long-name="MMS Configuration" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/mmsengine/mmsconf" mrp="app/messaging/mmsengine/mmsconf/messaging_mmssettings-config.mrp"/>
-     </component>
-    </collection>
-    <collection name="messagingappbase" long-name="Messaging App Base" level="base">
-     <component name="msgavkon" long-name="Messaging Avkon" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/msgavkon/group"/>
-     </component>
-     <component name="mce" long-name="MCE" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/mce/group"/>
-     </component>
-     <component name="mceextraitems" long-name="Mce Extra Items" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/mceextraitems/group"/>
-     </component>
-     <component name="mcesettings" long-name="MCE Settings" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/mcesettings/group"/>
-     </component>
-     <component name="msgerrorwatcher" long-name="Msg Error Watcher" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/msgerrorwatcher/group"/>
-     </component>
-     <component name="ncnlist" long-name="NCN List" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/ncnlist/group"/>
-     </component>
-     <component name="schemeplugin" long-name="Scheme Plugin" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/schemeplugin/group"/>
-     </component>
-     <component name="sendui" long-name="Send UI" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/messagingappbase/sendui/drmlinksender/group"/> -->
-      <!-- <unit bldFile="app/messaging/messagingappbase/sendui/genericmtmplugin/group"/> -->
-      <unit bldFile="app/messaging/messagingappbase/sendui/group"/>
-      <!-- <unit bldFile="app/messaging/messagingappbase/sendui/meetingrequestsender/group"/> -->
-     </component>
-     <component name="smilengine" long-name="SMIL Engine" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/smilengine/group"/>
-     </component>
-     <component name="bium" long-name="Bium" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/bium/group"/>
-     </component>
-     <component name="smartmessaging" long-name="Smart Messaging" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/smartmessaging/group"/>
-     </component>
-     <component name="msgeditor" long-name="Messaging Editor" origin-model="foundation">
-      <unit bldFile="app/messaging/messagingappbase/msgeditor/group"/>
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="smilparser">
-       <unit bldFile="app/messaging/messagingappbase/smilparser/rom"/>
-       <unit bldFile="app/messaging/messagingappbase/smilparser/smildtd/group"/>
-       <unit bldFile="app/messaging/messagingappbase/smilparser/xmldom/group"/>
-       <unit bldFile="app/messaging/messagingappbase/smilparser/xmlparser/group"/>
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="obexmtms">
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/btmtm/btclient/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/btmtm/btserver/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/irmtm/irclient/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/irmtm/irserver/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/obexmtm/obexclient/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/obexmtm/obexserver/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/obexmtm/obexutil/group"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/rom"/>
-       <unit bldFile="app/messaging/messagingappbase/obexmtms/tobexmtm/group"/>
-       -  <unit bldFile="app/messaging/messagingappbase/obexmtms/tobexmtm/obexstub/bluetoothsdpstub/sdp"/>  -
-       -  <unit bldFile="app/messaging/messagingappbase/obexmtms/tobexmtm/obexstub/irobexstub/group"/>  -
-       -  <unit bldFile="app/messaging/messagingappbase/obexmtms/tobexmtm/testutils/msgth/group"/>  -
-     </component>-->
-    <component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
-     </component>
-     <component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
-     </component>
-    </collection>
-    <collection name="email" long-name="Email" level="mail">
-     <component name="alwaysonlineemailplugin" long-name="Always Online Mail Plugin" origin-model="foundation">
-      <unit bldFile="app/messaging/email/alwaysonlineemailplugin/group"/>
-     </component>
-     <component name="emailnotificationhandler" long-name="Email Notification Handler" origin-model="foundation">
-      <unit bldFile="app/messaging/email/emailnotificationhandler/group"/>
-     </component>
-     <component name="imum" long-name="IMUM" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/email/imum/domainapi/group"/> -->
-      <unit bldFile="app/messaging/email/imum/group"/>
-      <!-- <unit bldFile="app/messaging/email/imum/mtms/group"/> -->
-      <!-- <unit bldFile="app/messaging/email/imum/utils/group"/> -->
-     </component>
-     <component name="mail" long-name="Mail" origin-model="foundation">
-      <unit bldFile="app/messaging/email/mail/group"/>
-     </component>
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="pop3andsmtpmtm">
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/autosend/group"/>
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/clientmtms/group"/>
-       -  <unit bldFile="app/messaging/email/pop3andsmtpmtm/clientmtms/test/testrom"/>  -
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/popservermtm/group"/>
-       -  <unit bldFile="app/messaging/email/pop3andsmtpmtm/popservermtm/test/testrom"/>  -
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/servermtmutils/group"/>
-       -  <unit bldFile="app/messaging/email/pop3andsmtpmtm/servermtmutils/test/testrom"/>  -
-       <unit bldFile="app/messaging/email/pop3andsmtpmtm/smtpservermtm/group"/>
-       -  <unit bldFile="app/messaging/email/pop3andsmtpmtm/smtpservermtm/test/testrom"/>  -
-     </component>-->
-     <!--Component manually removed and merged to OS-->
-     <!--<component name="imap4mtm">
-       <unit bldFile="app/messaging/email/imap4mtm/imapmailstore/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapofflinecontrol/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapprotocolcontroller/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapservermtm/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapsession/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapsettings/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imapsyncmanager/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imaptransporthandler/group"/>
-       <unit bldFile="app/messaging/email/imap4mtm/imaputils/group"/>
-     </component>-->
-    <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
-     </component>
-     <component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
-     </component>
-    </collection>
-    <collection name="messaging_info" long-name="Messaging Apps Info" level="ui">
-     <component unofficial="yes" name="messaging_test" long-name="Messaging Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="msg_plat" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/messaging/msg_plat/email_domain_utilities_api/tsrc/group"/> -->
-      <unit bldFile="app/messaging/msg_plat/group"/>
-      <unit bldFile="app/messaging/msg_plat/messaging_center_ui_utilities_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/messaging_editor_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/messaging_media_resolver_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/mms_application_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/mms_codec_client_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/mms_conformance_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/mms_server_settings_api/tsrc/group"/>
-      <!-- <unit bldFile="app/messaging/msg_plat/send_ui_meeting_request_api/tsrc/group"/> -->
-      <unit bldFile="app/messaging/msg_plat/smil_engine_api/tsrc/group"/>
-      <unit bldFile="app/messaging/msg_plat/unified_editor_video_conversion_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="msg_pub" class="api" origin-model="foundation">
-      <unit bldFile="app/messaging/msg_pub/group"/>
-      <!-- <unit bldFile="app/messaging/msg_pub/mms_client_mtm_api/tsrc/bc/group"/> -->
-      <unit bldFile="app/messaging/msg_pub/mms_client_mtm_api/tsrc/group"/>
-      <!-- <unit bldFile="app/messaging/msg_pub/plugin_bio_control_api/tsrc/bc/group"/> -->
-      <unit bldFile="app/messaging/msg_pub/plugin_bio_control_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="messaging_build" long-name="Messaging Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/messaging/group"/> -->
-     </component>
-    <component name="messaging_metadata" long-name="Messaging Apps Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/messaging/messaging_info/messaging_metadata/messaging_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="commonemail" long-name="Email Apps" tech_domain="pr" level="apps" levels="service support ui app">
-    <collection name="emailservices" long-name="Email Services" level="service">
-     <component name="emailframework" long-name="Email framework" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/emailframework/group"/>
-     </component>
-     <component name="emailserver" long-name="Email Server" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/emailserver/group"/>
-     </component>
-     <component name="psmruadapter" long-name="PSMRU Adapter" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/psmruadapter/group"/>
-     </component>
-     <component name="emailstore" long-name="Email Store" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/emailstore/group"/>
-     </component>
-     <component name="emaildebug" long-name="Email Debug" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailservices/emaildebug/group"/>
-     </component>
-     <component unofficial="yes" name="emailservices_build" long-name="Email Services Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/commonemail/emailservices/group"/> -->
-     </component>
-    </collection>
-    <collection name="ipsservices" long-name="IPS Services" level="service">
-     <component name="ipssossettings" long-name="IPSSOS Settings" origin-model="foundation">
-      <unit bldFile="app/commonemail/ipsservices/ipssossettings/group"/>
-     </component>
-     <component name="ipssosplugin" long-name="IPSSOS Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/ipsservices/ipssosplugin/group"/>
-     </component>
-     <component name="ipssosaoplugin" long-name="IPSSOS AO Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/ipsservices/ipssosaoplugin/group"/>
-     </component>
-     <component unofficial="yes" name="ipsservices_build" long-name="IPS Services Build" origin-model="foundation">
-      <unit bldFile="app/commonemail/ipsservices/group"/>
-     </component>
-    </collection>
-    <collection name="emailcontacts" long-name="Email Contacts" level="support">
-     <component name="contactactionservice" long-name="Contact Action Service" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailcontacts/contactactionservice/group"/>
-     </component>
-     <component name="contactactionmenu" long-name="Contact Action Menu" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailcontacts/contactactionmenu/group"/>
-     </component>
-     <component name="remotecontactlookup" long-name="Remote Contact Lookup" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailcontacts/remotecontactlookup/group"/>
-     </component>
-     <component unofficial="yes" name="emailcontacts_build" long-name="Email Contacts Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/commonemail/emailcontacts/group"/> -->
-     </component>
-    </collection>
-    <collection name="meetingrequest" long-name="Meeting Request" level="ui">
-     <component name="mrcommon" long-name="MR Common" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrcommon/group"/>
-     </component>
-     <component name="mrdb" long-name="MR Database" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrdb/group"/>
-     </component>
-     <component name="mrpolicy" long-name="MR Policy" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrpolicy/group"/>
-     </component>
-     <component name="mrservices" long-name="MR Services" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrservices/group"/>
-     </component>
-     <component name="mrgui" long-name="MR GUI" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrgui/group"/>
-     </component>
-     <component name="mrentry" long-name="MR Entry" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrentry/group"/>
-     </component>
-     <component name="mrtasks" long-name="MR Tasks" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrtasks/group"/>
-     </component>
-     <component name="mrutils" long-name="MR Utils" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrutils/group"/>
-     </component>
-     <component name="mrutilscalplugin" long-name="MR Utils Cal Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrutilscalplugin/group"/>
-     </component>
-     <component name="mrviewer" long-name="MR Viewer" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrviewer/group"/>
-     </component>
-     <component name="mrviewercalplugin" long-name="MR Viewer Cal Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrviewercalplugin/group"/>
-     </component>
-     <component name="mricalviewer" long-name="MR iCal Viewer" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mricalviewer/group"/>
-     </component>
-     <component name="mrversit2" long-name="MR Versit2" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrversit2/group"/>
-     </component>
-     <component name="mragnversit2" long-name="MR Agenda Versit2" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mragnversit2/group"/>
-     </component>
-     <component name="mrcasplugin" long-name="MR CAS Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrcasplugin/group"/>
-     </component>
-     <component name="mrurlparserplugin" long-name="MR URLParser Plugin" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/mrurlparserplugin/group"/>
-     </component>
-     <component unofficial="yes" name="meetingrequest_build" long-name="Meeting Request Build" origin-model="foundation">
-      <unit bldFile="app/commonemail/meetingrequest/group"/>
-     </component>
-    </collection>
-    <collection name="emailuis" long-name="Email UIs" level="app">
-     <component name="emailui" long-name="Email UI" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailuis/emailui/group"/>
-     </component>
-     <component name="gsemailsettings" long-name="GSEmail Settings" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailuis/gsemailsettings/group"/>
-     </component>
-     <component name="uicomponents" long-name="UI Components" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailuis/uicomponents/group"/>
-     </component>
-     <component name="widget" long-name="Widget" origin-model="foundation">
-      <unit bldFile="app/commonemail/emailuis/widget/group"/>
-     </component>
-     <component unofficial="yes" name="emailuis_build" long-name="Email UIs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/commonemail/emailuis/group"/> -->
-     </component>
-    </collection>
-    <collection name="emailhelp" long-name="Email Help" level="support">
-     <component name="emailhelp_build" origin-model="foundation">
-      <!-- <unit bldFile="app/commonemail/emailhelp/group"/> -->
-     </component>
-    </collection>
-    <collection name="legacy" long-name="Legacy Email" level="support">
-     <component name="iad_rofs" long-name="IAD ROFS" origin-model="foundation"/>
-     <component name="ls_pt_hack" long-name="ls pt hack" origin-model="foundation"/>
-     <component name="settingwizard" long-name="Setting Wizard" origin-model="foundation"/>
-     <!-- Empty duplicate component starter removed -->
-    </collection>
-    <collection name="commonemail_help" long-name="Email Help" level="support">
-     <component name="help" origin-model="foundation"/>
-    </collection>
-    <collection name="commonemail_info" long-name="Email Apps Info" level="app">
-     <component unofficial="yes" name="email_plat" class="api" origin-model="foundation">
-      <unit bldFile="app/commonemail/email_plat/group"/>
-     </component>
-     <component unofficial="yes" name="commonemail_build" long-name="Email Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/commonemail/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="conversations" long-name="Conversation Apps" tech_domain="pr" level="apps" levels="settings utils ui">
-    <collection name="uiservicetabsettings" long-name="UI Service Tab Settings" level="settings">
-     <component name="vimpstsettings" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetabsettings/group"/>
-     </component>
-    </collection>
-    <collection name="imstutils" long-name="IM Service Tab Utils" level="utils">
-     <component name="imstutils_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/help/group"/>
-     </component>
-     <component name="imconnectionprovider" long-name="IM Connection Provider" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/imconnectionprovider/group"/>
-      <!-- <unit bldFile="app/conversations/imstutils/imconnectionprovider/tsrc/imconnectionprovider_test/group"/> -->
-     </component>
-     <component name="xmppadapter" long-name="XMPP Adapter" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/xmppadapter/group"/>
-      <!-- <unit bldFile="app/conversations/imstutils/xmppadapter/tsrc/xmppadapter_test/group"/> -->
-     </component>
-     <component name="imconversationview" long-name="IM Conversation View" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/imconversationview/group"/>
-      <!-- <unit bldFile="app/conversations/imstutils/imconversationview/tsrc/imcvuiengine_test/dummytestadaptation/group"/> -->
-      <!-- <unit bldFile="app/conversations/imstutils/imconversationview/tsrc/imcvuiengine_test/group"/> -->
-     </component>
-     <component unofficial="yes" name="imstutils_build" long-name="IM Service Tab Utils Build" origin-model="foundation">
-      <unit bldFile="app/conversations/imstutils/group"/>
-     </component>
-    </collection>
-    <collection name="uiservicetab" long-name="UI Service Tab" level="ui">
-     <component name="vimpstutils" long-name="VIMP ST Utilities" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstutils/group"/>
-     </component>
-     <component name="vimpststorage" long-name="VIMP ST Storage" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpststorage/group"/>
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpststorage/tsrc/vimpststorage_ut/cvimpststoragecontactlist_ut/group"/> -->
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpststorage/tsrc/vimpststorage_ut/cvimpststoragecontactsorter_ut/group"/> -->
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpststorage/tsrc/vimpststorage_ut/cvimpststoragecontact_ut/group"/> -->
-     </component>
-     <component name="vimpstengine" long-name="VIMP ST Engine" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstengine/group"/>
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpstengine/tsrc/group"/> -->
-     </component>
-     <component name="vimpstcmdprocess" long-name="VIMP ST Command Process" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstcmdprocess/group"/>
-      <!-- <unit bldFile="app/conversations/uiservicetab/vimpstcmdprocess/tsrc/group"/> -->
-     </component>
-     <component name="vimpstui" long-name="VIMP ST UI" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstui/group"/>
-     </component>
-     <component name="vimpstdetailsviewplugin" long-name="VIMP ST Details View Plugin" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/vimpstdetailsviewplugin/group"/>
-     </component>
-     <component unofficial="yes" name="uiservicetab_build" long-name="UI Service Tab Build" origin-model="foundation">
-      <unit bldFile="app/conversations/uiservicetab/group"/>
-     </component>
-    </collection>
-    <collection name="servicewidget" long-name="Service Widget" level="ui">
-     <component name="servicewidgetactionhandler" long-name="Service Widget Action Handler" origin-model="foundation">
-      <unit bldFile="app/conversations/servicewidget/servicewidgetactionhandler/group"/>
-     </component>
-     <component name="servicewidgetdatapublisher" long-name="Service Widget Data Publisher" origin-model="foundation">
-      <unit bldFile="app/conversations/servicewidget/servicewidgetdatapublisher/group"/>
-     </component>
-     <component name="themes" long-name="Themes" origin-model="foundation">
-      <unit bldFile="app/conversations/servicewidget/themes/install-themes/install/servicewidget/group"/>
-     </component>
-     <component unofficial="yes" name="servicewidget_build" long-name="Service Widget Build" origin-model="foundation">
-      <unit bldFile="app/conversations/servicewidget/group"/>
-     </component>
-    </collection>
-    <collection name="conversations_info" long-name="Conversation Apps Info" level="ui">
-     <component unofficial="yes" name="conversations_plat" long-name="Conversation Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/conversations/conversations_plat/group"/>
-     </component>
-     <component unofficial="yes" name="conversations_build" long-name="Conversation Apps Build" origin-model="foundation">
-      <unit bldFile="app/conversations/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="im" long-name="Instant Messaging Apps" tech_domain="pr" level="apps" levels="support engine apps">
-    <collection name="impsengine" long-name="IMPS Engine" level="engine">
-     <component name="impsengine_utils" long-name="Utilities" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/utils/group"/> -->
-     </component>
-     <component name="datautils" long-name="Data Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/datautils/group"/> -->
-     </component>
-     <component name="impsengine_client" long-name="Client" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/client/group"/> -->
-     </component>
-     <component name="imapi" long-name="IM API" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/imapi/group"/> -->
-     </component>
-     <component name="imlauncher" long-name="IM Launcher" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/imlauncher/group"/> -->
-     </component>
-     <component name="impsdatachannel" long-name="Imps Data Channel" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/impsdatachannel/group"/> -->
-     </component>
-     <component name="impsipcirwatcher" long-name="Imps Ip Cir Watcher" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/impsipcirwatcher/group"/> -->
-     </component>
-     <component name="messageencoder" long-name="Message Encoder" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/messageencoder/wbxml/group"/> -->
-     </component>
-     <component name="engsrv" long-name="Eng Srv" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/engsrv/group"/> -->
-     </component>
-     <component name="impswatcher" long-name="Imps Watcher" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/impswatcher/group"/> -->
-     </component>
-     <component name="wvotaparser" long-name="WV OTA Parser" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/wvotaparser/group"/> -->
-     </component>
-     <component unofficial="yes" name="impsengine_test" long-name="IMPS Engine Test" origin-model="foundation">
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/imlauncher_sdk_apis/basic/imlaunchertimerprocess/group"/> -->
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/advance/group"/> -->
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/imlauncher_sdk_apis/basic/imlaunchertest/group"/> -->
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/imlauncher_sdk_apis/basic/group"/> -->
-      <!-- <unit bldFile="app/im/impsengine/tsrc/public/imlauncher_sdk_apis/basic/imlaunchertestplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="impsengine_build" long-name="IMPS Engine Build" origin-model="foundation">
-      <unit bldFile="app/im/impsengine/group"/>
-     </component>
-    </collection>
-    <collection name="pecengine" long-name="Presence Engine" level="engine">
-     <component name="coreutilslib2" long-name="Core Utils Lib 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/coreutilslib2/group"/> -->
-     </component>
-     <component name="storagemanager2" long-name="Storage Manager 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/storagemanager2/group"/> -->
-     </component>
-     <component name="pecparser2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/parser2/group"/> -->
-     </component>
-     <component name="attributelibrary2" long-name="Attribute Library 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/attributelibrary2/group"/> -->
-     </component>
-     <component name="listlibrary2" long-name="List Library 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/listlibrary2/group"/> -->
-     </component>
-     <component name="transferadapter2" long-name="Transfer Adapter 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/transferadapter2/group"/> -->
-     </component>
-     <component name="presenceserver2" long-name="Presence Server 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/presenceserver2/group"/> -->
-     </component>
-     <component name="presencemanager2" long-name="Presence Manager 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/presencemanager2/group"/> -->
-     </component>
-     <component name="janitorplugin2" long-name="Janitor Plugin 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/janitorplugin2/group"/> -->
-     </component>
-     <component name="pluginserver2" long-name="Plugin Server 2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/pecengine/pluginserver2/group"/> -->
-     </component>
-     <component unofficial="yes" name="pecengine_build" long-name="Presence Engine Build" origin-model="foundation">
-      <unit bldFile="app/im/pecengine/group"/>
-     </component>
-    </collection>
-    <collection name="presadap12" long-name="Presence Adap 12" level="support">
-     <component name="presparser2" origin-model="foundation">
-      <!-- <unit bldFile="app/im/presadap12/parser2/group"/> -->
-     </component>
-     <component name="impsplugin" long-name="IMPS Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/im/presadap12/impsplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="presadap12_build" long-name="Presence Adap 12 Build" origin-model="foundation">
-      <!-- <unit bldFile="app/im/presadap12/group"/> -->
-     </component>
-    </collection>
-    <collection name="wvsettings20" long-name="WV Settings 20" level="support">
-     <component name="wvsapsettingsstore" origin-model="foundation">
-      <unit bldFile="app/im/wvsettings20/group"/>
-     </component>
-    </collection>
-    <collection name="wvuing" long-name="WV UI NG" level="apps">
-     <component name="imindicatorplugin" long-name="IM Indicator Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/imindicatorplugin/group"/> -->
-     </component>
-     <component name="impsconnectionui" long-name="IMPS Connection UI" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/impsconnectionui/group"/> -->
-     </component>
-     <component name="impsservicesettingsui" long-name="IMPS Service Settings UI" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/impsservicesettingsui/group"/> -->
-     </component>
-     <component name="impsalwaysonlineplugin" long-name="IMPS Always Online Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/impsalwaysonlineplugin/group"/> -->
-     </component>
-     <component name="wvvariant" long-name="Wvvariant" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvvariant/group"/> -->
-     </component>
-     <component name="wvuiada" long-name="Wvuiada" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuiada/group"/> -->
-     </component>
-     <component name="wvuistorage" long-name="WV UI Storage" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuistorage/group"/> -->
-     </component>
-     <component name="wvuipresence" long-name="WV UI Presence" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuipresence/group"/> -->
-     </component>
-     <component name="wvlogger" long-name="Wvlogger" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvlogger/group"/> -->
-     </component>
-     <component name="wvuieng" long-name="Wvuieng" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuieng/group"/> -->
-     </component>
-     <component name="imutils" long-name="Im Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/imutils/group"/> -->
-     </component>
-     <component name="wvuiprocess" long-name="WV UI Process" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuiprocess/group"/> -->
-     </component>
-     <component name="wvcommandutils" long-name="Wv Command Utils" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvcommandutils/group"/> -->
-     </component>
-     <component name="wvaudiomanager" long-name="Wv Audio Manager" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvaudiomanager/group"/> -->
-     </component>
-     <component name="wvuiave" long-name="Wvuiave" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/wvuiave/group"/> -->
-     </component>
-     <component name="wvimlauncher" long-name="IM Launcher" origin-model="foundation">
-      <!-- <unit bldFile="app/im/wvuing/imlauncher/group"/> -->
-     </component>
-     <component unofficial="yes" name="wvuing_build" long-name="WV UI NG Build" origin-model="foundation">
-      <unit bldFile="app/im/wvuing/group"/>
-     </component>
-    </collection>
-    <collection name="im_info" long-name="Instant Messaging Apps Info" level="apps">
-     <component unofficial="yes" name="im_plat" long-name="Instant Messaging Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/im/im_plat/group"/>
-      <unit bldFile="app/im/im_plat/wv_sap_settings_api/tsrc"/>
-     </component>
-     <component unofficial="yes" name="im_pub" long-name="Instant Messaging Apps Public Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/im/im_pub/group"/>
-      <!-- <unit bldFile="app/im/im_pub/im_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/im/im_pub/im_application_launch_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/im/im_pub/im_application_launch_api/tsrc/imlaunchertest/group"/> -->
-      <!-- <unit bldFile="app/im/im_pub/im_application_launch_api/tsrc/imlaunchertestplugin/group"/> -->
-      <!-- <unit bldFile="app/im/im_pub/im_application_launch_api/tsrc/imlaunchertimerprocess/group"/> -->
-     </component>
-     <component unofficial="yes" name="im_help" long-name="Instant Messaging Apps Help" origin-model="foundation">
-      <unit bldFile="app/im/help/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="utils" long-name="Utility Apps" tech_domain="pr" level="apps" levels="app">
-    <collection name="extras" long-name="Extras" level="app">
-     <component name="about" long-name="About" origin-model="foundation">
-      <unit bldFile="app/utils/extras/about/group"/>
-     </component>
-     <component name="calcsoft" long-name="Calcsoft" origin-model="foundation">
-      <unit bldFile="app/utils/extras/calcsoft/group"/>
-     </component>
-     <component name="converter" long-name="Converter" origin-model="foundation">
-      <unit bldFile="app/utils/extras/converter/group"/>
-     </component>
-     <component unofficial="yes" name="extras_build" long-name="Extras Build" origin-model="foundation">
-      <unit bldFile="app/utils/extras/group"/>
-     </component>
-    </collection>
-    <collection name="utils_info" long-name="Utility Apps Info" level="app">
-     <component unofficial="yes" name="utils_build" long-name="Utility Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/utils/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="dictionary" long-name="Dictionary" tech_domain="pr" level="services" levels="appl">
-    <collection name="userdict" long-name="User Dictionary" level="appl">
-     <component name="userdict_build" long-name="UserDict Client" origin-model="foundation">
-      <unit bldFile="app/dictionary/userdict/group"/>
-     </component>
-    </collection>
-    <collection name="dictionary_info" long-name="Dictionary Info" level="appl">
-     <component unofficial="yes" name="dictionary_plat" long-name="Dictionary Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/dictionary/dictionary_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="camera" long-name="Camera Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <collection name="camerauis" long-name="Camera UIs" level="1">
-     <component name="activepalette" long-name="Active Palette" origin-model="foundation">
-      <unit bldFile="app/camera/camerauis/activepalette/group"/>
-     </component>
-     <component name="cameraapp" long-name="Camera Application" origin-model="foundation">
-      <!-- <unit bldFile="app/camera/camerauis/cameraapp/generic/camerauiconfigmanager/group"/> -->
-      <!-- <unit bldFile="app/camera/camerauis/cameraapp/generic/gscamcorderplugin/group"/> -->
-      <unit bldFile="app/camera/camerauis/cameraapp/group"/>
-      <!-- <unit bldFile="app/camera/camerauis/cameraapp/help/group"/> -->
-     </component>
-    </collection>
-    <collection name="camera_info" long-name="Camera Apps Info" level="1">
-     <component unofficial="yes" name="camera_build" long-name="Camera Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/camera/group"/> -->
-     </component>
-     <component unofficial="yes" name="camera_plat" long-name="Camera Apps Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/camera/camera_plat/active_palette_2_api/tsrc/group"/> -->
-      <!-- <unit bldFile="app/camera/camera_plat/camcorder_ui_constants_api/tsrc/group"/> -->
-      <unit bldFile="app/camera/camera_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="imgeditor" long-name="Image Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <collection name="imageeditor" long-name="Image Editor" level="ui">
-     <component name="pb" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/pb/group"/>
-     </component>
-     <component name="iepb" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/iepb/group"/>
-     </component>
-     <component name="imageeditorui" long-name="Image Editor UI" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/imageeditorui/group"/>
-     </component>
-     <component name="imageeditormanager" long-name="Image Editor Manager" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/imageeditormanager/group"/>
-     </component>
-     <component name="imageeditorapp" long-name="Image Editor App" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/imageeditorapp/group"/>
-     </component>
-     <component name="imageeditor_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/plugins/blackwhiteplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/brightnessplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/bubbleplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/cartoonizeplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/clipartplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/contrastplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/cropplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/drawplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/frameplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/negativeplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/redeyeplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/resizeplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/rotatelplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/rotaterplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/sepiaplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/sharpnessplugin/group"/>
-      <unit bldFile="app/imgeditor/imageeditor/plugins/textplugin/group"/>
-     </component>
-     <component name="editorprovider" long-name="Editor Provider" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/editorprovider/group"/>
-     </component>
-     <component unofficial="yes" name="imageeditor_build" long-name="Image Editor Build" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditor/group"/>
-     </component>
-    </collection>
-    <collection name="imageeditorengine" long-name="Image Editor Engine" level="engine">
-     <component name="filters" long-name="Filters" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterbrightness/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterbubble/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterbuffer/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtercartoon/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterclipart/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtercontrast/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtercrop/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterdraw/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterframe/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtergrayscale/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtericlsource/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterjpegsource/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterjpegtarget/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filternegate/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterredeye/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterrotate/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterscale/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtersepia/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtersharpness/group"/>
-      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtertext/group"/>
-     </component>
-     <component name="imageeditorutils" long-name="Image Editor Utils" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/imageeditorutils/group"/>
-     </component>
-     <component name="systemparameters" long-name="System Parameters" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/systemparameters/group"/>
-     </component>
-     <component name="enginewrapper" long-name="Engine Wrapper" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/enginewrapper/group"/>
-     </component>
-     <component name="jpegrotator" long-name="Jpeg Rotator" origin-model="foundation">
-      <!-- <unit bldFile="app/imgeditor/imageeditorengine/jpegrotator/group"/> -->
-     </component>
-     <component name="jpegscaler" long-name="Jpeg Scaler" origin-model="foundation">
-      <!-- <unit bldFile="app/imgeditor/imageeditorengine/jpegscaler/group"/> -->
-     </component>
-     <component unofficial="yes" name="imageeditorengine_build" long-name="Image Editor Engine Build" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imageeditorengine/group"/>
-     </component>
-    </collection>
-    <collection name="imgeditor_info" long-name="Image Editor Apps Info" level="ui">
-     <component unofficial="yes" name="imgeditor_plat" long-name="Image Editor Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/imgeditor/imgeditor_plat/group"/>
-     </component>
-     <component unofficial="yes" name="imgeditor_build" long-name="Image Editor Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/imgeditor/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="videoeditor" long-name="Video Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <collection name="videditor" long-name="Video Editor" level="ui">
-     <component name="videoeditorcommon" long-name="Video Editor Common" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/videoeditorcommon/group"/>
-     </component>
-     <component name="videoeditoruicomponents" long-name="Video Editor UI Components" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/videoeditoruicomponents/group"/>
-     </component>
-     <component name="simplevideoeditor" long-name="Simple Video Editor" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/simplevideoeditor/group"/>
-     </component>
-     <component name="simplecutvideo" long-name="Simple Cut Video" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/simplecutvideo/group"/>
-     </component>
-     <component name="videoprovider" long-name="Video Provider" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/videoprovider/group"/>
-     </component>
-     <component name="manualvideoeditor" long-name="Manual Video Editor" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/manualvideoeditor/group"/>
-     </component>
-     <component name="trimformms" long-name="Trim For MMS" origin-model="foundation">
-      <!-- <unit bldFile="app/videoeditor/videditor/trimformms/group"/> -->
-     </component>
-     <component unofficial="yes" name="videditor_build" long-name="Video Editor Build" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videditor/group"/>
-     </component>
-    </collection>
-    <collection name="videoeditorengine" long-name="Video Editor Engine" level="engine">
-     <component name="audioeditorengine" long-name="Audio Editor Engine" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/audioeditorengine/group"/>
-     </component>
-     <component name="avcedit" long-name="Avcedit" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/avcedit/group"/>
-     </component>
-     <component name="h263decoder" long-name="H263 Decoder" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/h263decoder/group"/>
-     </component>
-     <component name="mp3aacmaniplib" long-name="Mp3aac Manip Lib" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/mp3aacmaniplib/group"/>
-     </component>
-     <component name="vedtranscoder" long-name="Ved Transcoder" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/vedtranscoder/group"/>
-     </component>
-     <component name="vedengine" long-name="Ved Engine" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/vedengine/group"/>
-     </component>
-     <component unofficial="yes" name="videoeditorengine_build" long-name="Video Editor Engine Build" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditorengine/group"/>
-     </component>
-    </collection>
-    <collection name="videoeditor_info" long-name="Video Editor Apps Info" level="ui">
-     <component unofficial="yes" name="videoeditor_plat" long-name="Video Editor Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/videoeditor/videoeditor_plat/group"/>
-     </component>
-     <component unofficial="yes" name="videoeditor_build" long-name="Video Editor Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/videoeditor/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="gallery" long-name="Gallery Apps" tech_domain="ma" level="apps" levels="app">
-    <collection name="mediagallery" long-name="Media Gallery" level="app">
-     <component name="mediagallery2" long-name="Media Gallery 2" origin-model="foundation">
-      <unit bldFile="app/gallery/mediagallery/mediagallery2/group"/>
-     </component>
-    </collection>
-    <collection name="gallery_info" long-name="Gallery Apps Info" level="app">
-     <component unofficial="yes" name="gallery_build" long-name="Gallery Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/gallery/group"/> -->
-     </component>
-     <component unofficial="yes" name="gallery_plat" long-name="Gallery Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/gallery/gallery_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="videoplayer" long-name="Video Player Apps" tech_domain="ma" level="apps" levels="support apps">
-    <collection name="lwplayer" long-name="LW Player" level="apps">
-     <component name="lwplayer_build" long-name="LW Player" origin-model="foundation">
-      <unit bldFile="app/videoplayer/lwplayer/group"/>
-     </component>
-    </collection>
-    <collection name="mediaplayer" long-name="Media Player" level="apps">
-     <component name="mediaplayer_build" origin-model="foundation">
-      <unit bldFile="app/videoplayer/mediaplayer/group"/>
-     </component>
-    </collection>
-    <collection name="mediasettings" long-name="Media Settings" level="support">
-     <component name="mediasettings_build" origin-model="foundation">
-      <unit bldFile="app/videoplayer/mediasettings/group"/>
-     </component>
-    </collection>
-    <collection name="videoplayer_info" long-name="Video Player Apps Info" level="apps">
-     <component unofficial="yes" name="videoplayer_help" long-name="Video Player Apps Help" origin-model="foundation">
-      <unit bldFile="app/videoplayer/help/group"/>
-     </component>
-     <component unofficial="yes" name="videoplayer_plat" long-name="Video Player Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/videoplayer/videoplayer_plat/group"/>
-      <unit bldFile="app/videoplayer/videoplayer_plat/media_player_engine_api/tsrc/group"/>
-      <unit bldFile="app/videoplayer/videoplayer_plat/media_player_file_details_dialog_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="videoplayer_test" long-name="Video Player Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/videoplayer/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="videoplayer_build" long-name="Video Player Apps Build" origin-model="foundation">
-      <unit bldFile="app/videoplayer/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="photos" long-name="Photos" tech_domain="ma" level="apps" levels="support fw ui app">
-    <collection name="photosgallery" long-name="Photos Gallery" level="app">
-     <component name="photosgallery_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/help/group"/>
-     </component>
-     <component name="logging" long-name="Logging" origin-model="foundation">
-      <!-- <unit bldFile="app/photos/photosgallery/logging/app/group"/> -->
-      <unit bldFile="app/photos/photosgallery/logging/group"/>
-     </component>
-     <component name="photosgallery_common" long-name="Common" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/common/group"/>
-     </component>
-     <component name="photosgallery_commonui" long-name="Common UI" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/commonui/group"/>
-     </component>
-     <component name="photoscollectionfw" long-name="Collection Framework" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/collectionframework/group"/>
-      <!-- <unit bldFile="app/photos/photosgallery/collectionframework/plugins/glxcollectionpluginalbums/group"/> -->
-     </component>
-     <component name="photosviewfw" long-name="View Framework" origin-model="foundation">
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerbase/tsrc/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/tsrc/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commandhandlerupnp/tsrc/t_glxupnprenderer/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/t_cglxaiwservicehandler/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/t_glxcommandhandlerback/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/tsrc/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/tsrc/ut_commandhandlerdrm/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/tsrc/ut_commandhandlermoreinfo/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/commandhandlers/tsrc/ut__commandhandlermarking/group"/> -->
-      <unit bldFile="app/photos/photosgallery/viewframework/group"/>
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/plugins/metadataviewplugin/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/views/listview/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/views/metadataview/group"/> -->
-      <!-- <unit bldFile="app/photos/photosgallery/viewframework/views/viewbase/group"/> -->
-     </component>
-     <component name="controllers" long-name="Controllers" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/controllers/group"/>
-     </component>
-     <component name="photogallery" long-name="Gallery" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/gallery/group"/>
-     </component>
-     <component name="slideshow" long-name="Slideshow" origin-model="foundation">
-      <!-- <unit bldFile="app/photos/photosgallery/slideshow/engine/tsrc/group"/> -->
-      <unit bldFile="app/photos/photosgallery/slideshow/group"/>
-     </component>
-     <component name="contentharvesterplugin" long-name="Content Harvester Plugin" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/contentharvesterplugin/group"/>
-     </component>
-     <component name="photossuite" long-name="Photos Suite" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/photossuite/group"/>
-     </component>
-     <!--Component manually removed as empty and name conflicts with another component-->
-     <!--<component name="memoryplugin" long-name="Memory Plugin">
-       <unit bldFile="app/photos/photosgallery/memoryplugin/group"/>
-     </component>-->
-     <component unofficial="yes" name="photosicons" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/photos/photosgallery/icons"/> -->
-     </component>
-     <component unofficial="yes" name="photosgallery_build" long-name="Photos Gallery Build" origin-model="foundation">
-      <unit bldFile="app/photos/photosgallery/group"/>
-     </component>
-    </collection>
-    <collection name="photos_info" long-name="Photos Info" level="app">
-     <component unofficial="yes" name="photos_plat" long-name="Photos Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="app/photos/photos_plat/controllers_collection_api/tsrc/ui_metadatadialog/group"/> -->
-      <!-- <unit bldFile="app/photos/photos_plat/controllers_collection_api/tsrc/ut_collectioninfo/group"/> -->
-      <!-- <unit bldFile="app/photos/photos_plat/controllers_collection_api/tsrc/ut_collectionmanager/group"/> -->
-      <unit bldFile="app/photos/photos_plat/group"/>
-     </component>
-     <component unofficial="yes" name="photos_build" long-name="Photos Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/photos/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="videocenter" long-name="Video Center" tech_domain="ma" level="apps" levels="eng ui app">
-    <collection name="mpxmyvideoscollection" long-name="MPX My Videos Collection" level="app">
-     <component name="mpx_common_api" long-name="MPX Common_Api" class="api" origin-model="foundation">
-      <unit bldFile="app/videocenter/mpxmyvideoscollection/mpx_common_api/group"/>
-     </component>
-     <component unofficial="yes" name="mpxmyvideoscollection_build" long-name="MPX My Videos Collection Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/mpxmyvideoscollection/group"/>
-     </component>
-     <component unofficial="yes" name="mpxmyvideoscollection_test" long-name="MPX My Videos Collection Test" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/mpxmyvideoscollection/tsrc/group"/> -->
-     </component>
-    </collection>
-    <collection name="nsmyvideosview" long-name="NS My Videos View" level="app">
-     <component name="hgmyvideos" long-name="HG My Videos" origin-model="foundation">
-      <unit bldFile="app/videocenter/nsmyvideosview/hgmyvideos/group"/>
-     </component>
-     <component name="hgmyvideosplugin" long-name="HG My Videos Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/nsmyvideosview/hgmyvideosplugin/group"/>
-     </component>
-     <component name="nsmyvideos" long-name="NS Myvideos" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/nsmyvideosview/nsmyvideos/group"/> -->
-     </component>
-     <component name="nsmyvideosplugin" long-name="NS Myvideos Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/nsmyvideosview/nsmyvideosplugin/group"/> -->
-     </component>
-    </collection>
-    <collection name="vccommon" long-name="Video Center Common" level="eng">
-     <component name="vccommon_utils" long-name="Utilities" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/utils/group"/>
-     </component>
-     <component name="viewmessageutility" long-name="View Message Utility" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/viewmessageutility/group"/>
-     </component>
-     <component name="notifierplugins" long-name="Notifier Plugins" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/notifierplugins/notifierplugin/group"/>
-      <unit bldFile="app/videocenter/vccommon/notifierplugins/vcxnotifier/group"/>
-     </component>
-     <component name="vccommon_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/help/group"/>
-     </component>
-     <component unofficial="yes" name="sis" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/vccommon/sis"/> -->
-     </component>
-     <component unofficial="yes" name="vccommon_build" long-name="Video Center Common Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/vccommon/group"/>
-     </component>
-    </collection>
-    <collection name="vcengines" long-name="Video Center Engines" level="eng">
-     <component name="vcengines_server" long-name="Server" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/server/clientapi/group"/>
-      <unit bldFile="app/videocenter/vcengines/server/group"/>
-      <unit bldFile="app/videocenter/vcengines/server/iptvepgmanager/group"/>
-     </component>
-     <component name="serviceprovisioning" long-name="Service Provisioning" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/serviceprovisioning/omaprovisioning/group"/>
-      <unit bldFile="app/videocenter/vcengines/serviceprovisioning/provisioningappui/group"/>
-      <unit bldFile="app/videocenter/vcengines/serviceprovisioning/provisioningprocessor/group"/>
-      <unit bldFile="app/videocenter/vcengines/serviceprovisioning/provisioningrecognizer/group"/>
-     </component>
-     <component name="mrssplugin" long-name="Mrss Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/mrssplugin/group"/>
-     </component>
-     <component name="livetvutils" long-name="Live TV Utils" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/livetvutils/group"/>
-     </component>
-     <component name="networkengine" long-name="Network Engine" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/networkengine/group"/>
-     </component>
-     <component name="livetvepgengine" long-name="Live TV EPG Engine" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/livetvepgengine/group"/>
-     </component>
-     <component name="tunerengine" long-name="Tuner Engine" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/tunerengine/group"/>
-     </component>
-     <component name="livetvschedulerplugin" long-name="Live TV Scheduler Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/livetvschedulerplugin/group"/>
-     </component>
-     <component name="xmltvplugin" long-name="XML TV Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/xmltvplugin/group"/>
-     </component>
-     <component name="scheduleddlplugin" long-name="Scheduled Download Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/scheduleddlplugin/group"/>
-     </component>
-     <component name="voddownloadplugin" long-name="VOD Download Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/voddownloadplugin/group"/>
-     </component>
-     <component unofficial="yes" name="vcengines_build" long-name="Video Center Engines Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcengines/group"/>
-     </component>
-    </collection>
-    <collection name="vcnsuis" long-name="Video Center NS UIs" level="ui">
-     <component name="vcnsapp" long-name="VCNS App" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnsapp/vcnsappui/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnsapp/vcnsbsutility/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnsapp/vcnsuiengine/group"/>
-     </component>
-     <component name="vcnssettings" long-name="VCNS Settings" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnsgsplugin/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnsscheduleplugin/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnsscheduleview/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnssettingsengine/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnssettingsplugin/group"/>
-      <unit bldFile="app/videocenter/vcnsuis/vcnssettings/vcnssettingsviews/group"/>
-     </component>
-     <component name="vcnsahplugin" long-name="VCNS Action Handler Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnsahplugin/group"/>
-     </component>
-     <component name="vcnsvodui" long-name="VCNS VOD UI" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/plugins/hgvodplugin/group"/>
-      <!-- <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/plugins/vcnsvodplugin/group"/> -->
-      <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/views/hgvodui/group"/>
-      <!-- <unit bldFile="app/videocenter/vcnsuis/vcnsvodui/views/vcnsvodui/group"/> -->
-     </component>
-     <component name="vcnslivetv" long-name="VCNS Live TV" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnslivetv/remindernotifier/group"/>
-     </component>
-     <component name="vcnschplugin" long-name="VCNS Content Harvester Plugin" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcnsuis/vcnschplugin/group"/>
-     </component>
-    </collection>
-    <collection name="vcplayer" long-name="Video Center Player" level="app">
-     <component name="vcplayer_core" long-name="Core" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/core/controllerbase/group"/>
-      <unit bldFile="app/videocenter/vcplayer/core/playercore/group"/>
-     </component>
-     <component name="vcplayer_utils" long-name="Utilities" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/utils/group"/>
-     </component>
-     <component name="vcplayer_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/plugins/dlprogresscontroller/group"/>
-      <unit bldFile="app/videocenter/vcplayer/plugins/rtpfileplaycontroller/group"/>
-      <unit bldFile="app/videocenter/vcplayer/plugins/unicaststreamplayercontroller/group"/>
-     </component>
-     <component name="vcnsplayerview" long-name="VCNS Player View" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/vcnsplayerview/group"/>
-     </component>
-     <component name="defaultview" long-name="Default View" origin-model="foundation">
-      <!-- <unit bldFile="app/videocenter/vcplayer/defaultview/group"/> -->
-     </component>
-     <component unofficial="yes" name="vcplayer_build" long-name="Video Center Player Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/vcplayer/group"/>
-     </component>
-    </collection>
-    <collection name="videocenter_info" long-name="Video Center Info" level="app">
-     <component unofficial="yes" name="videocenter_build" long-name="Video Center Build" origin-model="foundation">
-      <unit bldFile="app/videocenter/group"/>
-     </component>
-     <component unofficial="yes" name="videocenter_plat" long-name="Video Center Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/videocenter/videocenter_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="musicplayer" long-name="Music Player Apps" tech_domain="ma" level="apps" levels="plugins support apps">
-    <collection name="musicvisualization" long-name="Music Visualization" level="plugins">
-     <component name="musicvisualizationplugin" long-name="Music Visualization Plugin" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musicvisualization/musicvisualizationplugin/group"/>
-     </component>
-     <component name="mpxvisualizationplugins" long-name="MPX Visualization Plugins" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musicvisualization/mpxvisualizationplugins/group"/>
-     </component>
-    </collection>
-    <collection name="mpxmusicplayer" long-name="MPX Music Player" level="apps">
-     <component name="mpxmusicplayer_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/help/group"/>
-     </component>
-     <component name="mpxmusicplayer_commonui" long-name="Common UI" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/commonui/group"/>
-     </component>
-     <component name="activeidle" long-name="Active Idle" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/activeidle/group"/>
-     </component>
-     <component name="metadatahandler" long-name="Metadata Handler" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/metadatahandler/group"/>
-     </component>
-     <component name="mediakeyhandler" long-name="Mediakey Handler" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/mediakeyhandler/group"/>
-     </component>
-     <component name="mpxmusicplayer_app" long-name="Application" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/app/group"/>
-     </component>
-     <component unofficial="yes" name="mpxmusicplayer_build" long-name="MPX Music Player Build" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxmusicplayer/group"/>
-     </component>
-    </collection>
-    <collection name="musichomescreen" long-name="Music Homescreen" level="apps">
-     <component name="mpxcollectionpublisher" long-name="MPX Collection Publisher" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/mpxcollectionpublisher/group"/>
-     </component>
-     <component name="musiccontentpublisher" long-name="Music Content Publisher" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/musiccontentpublisher/group"/>
-     </component>
-     <component name="mcpmusicplayer" long-name="MCP Music Player" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/mcpmusicplayer/group"/>
-     </component>
-     <component name="musicplayeractionhandlerplugin" long-name="Music Player Action Handler Plugin" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/musicplayeractionhandlerplugin/group"/>
-     </component>
-     <component name="data" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/data/themes/default/group"/>
-     </component>
-     <component unofficial="yes" name="musichomescreen_build" long-name="Music Homescreen Build" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musichomescreen/group"/>
-     </component>
-    </collection>
-    <collection name="mpxplugins" long-name="MPX Plugins" level="plugins">
-     <component name="serviceplugins" long-name="service Plugins" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/group"/>
-     </component>
-     <component name="viewplugins" long-name="View Plugins" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxplugins/viewplugins/group"/>
-     </component>
-     <component unofficial="yes" name="mpxplugins_build" long-name="MPX Plugins Build" origin-model="foundation">
-      <unit bldFile="app/musicplayer/mpxplugins/group"/>
-     </component>
-    </collection>
-    <collection name="musicplayer_info" long-name="Music Player Apps Info" level="apps">
-     <component unofficial="yes" name="musicplayer_plat" long-name="Music Player Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/musicplayer/musicplayer_plat/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_app_api/tsrc/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_commonui_api/tsrc/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_media_key_handler_api/tsrc/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_store_api/tsrc/group"/>
-      <unit bldFile="app/musicplayer/musicplayer_plat/music_visualization_plugin_api/tsrc/group"/>
-     </component>
-     <component unofficial="yes" name="musicplayer_test" long-name="Music Player Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/musicplayer/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="musicplayer_build" long-name="Music Player Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/musicplayer/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="radio" long-name="Radio Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <collection name="fmradio" long-name="FM Radio" level="ui">
-     <component name="activeidleengine" long-name="Active Idle Engine" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/activeidleengine/group"/>
-     </component>
-     <component name="fmradioengine" long-name="FM Radio Engine" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/fmradioengine/group"/>
-     </component>
-     <component name="fmradioactionhandler" long-name="FMRadio Action Handler" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/fmradioactionhandler/group"/>
-     </component>
-     <component name="fmradiomcpplugin" long-name="FM Radio MCP Plugin" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/fmradiomcpplugin/group"/>
-     </component>
-     
-     <component name="fmradio_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/help/group"/>
-     </component>
-     <component unofficial="yes" name="fmradio_build" long-name="FM Radio Build" origin-model="foundation">
-      <unit bldFile="app/radio/fmradio/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="voicerec" long-name="Voice Recorder Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <collection name="voicerecorder" long-name="Voice Recorder" level="1">
-     <component name="voicerecordergsplugin" long-name="GS Plugin" origin-model="foundation">
-      <!-- <unit bldFile="app/voicerec/voicerecorder/gsplugin/group"/> -->
-     </component>
-     <component name="voicerecorder_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/voicerec/voicerecorder/help/group"/>
-     </component>
-     <component name="voicerecorder_build" origin-model="foundation">
-      <unit bldFile="app/voicerec/voicerecorder/group"/>
-     </component>
-    </collection>
-    <collection name="voicerec_info" long-name="Voice Recorder Apps Info" level="1">
-     <component unofficial="yes" name="voicerec_build" long-name="Voice Recorder Apps Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/voicerec/group"/> -->
-     </component>
-     <component unofficial="yes" name="voicerec_test" long-name="Voice Recorder Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/voicerec/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="voicerec_plat" long-name="Voice Recorder Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/voicerec/voicerec_plat/group"/>
-      <unit bldFile="app/voicerec/voicerec_plat/new_file_service_api/tsrc/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="imgvieweruis" long-name="Image Viewer UIs" tech_domain="ma" level="services" levels="app">
-    <collection name="imageviewer" long-name="Image Viewer" level="app">
-     <component name="imageviewer_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/imgvieweruis/imageviewer/help/group"/>
-     </component>
-     <component name="imageviewer_build" origin-model="foundation">
-      <unit bldFile="app/imgvieweruis/imageviewer/group"/>
-     </component>
-    </collection>
-    <collection name="imgvieweruis_info" long-name="Image Viewer UIs Info" level="app">
-     <component unofficial="yes" name="imgvieweruis_build" long-name="Image Viewer UIs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/imgvieweruis/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="screensaver" long-name="Screen Saver Apps" tech_domain="ui" level="apps" levels="eng plugin">
-    <collection name="scrsaver" long-name="Screen Saver Plugins" level="eng">
-     <component name="scrsaverplugins" long-name="Screen Saver Plugins" origin-model="foundation">
-      <!-- <unit bldFile="app/screensaver/scrsaver/scrsaverplugins/group"/> -->
-     </component>
-     <component name="screensaveraiwplugin" long-name="Screen Saver AIW Plugin" origin-model="foundation">
-      <unit bldFile="app/screensaver/scrsaver/screensaveraiwplugin/group"/>
-     </component>
-    </collection>
-    
-    <collection name="screensaver_info" long-name="Screen Saver Apps Info" level="plugin">
-     <component unofficial="yes" name="screensaver_build" long-name="Screen Saver Apps Build" origin-model="foundation">
-      <unit bldFile="app/screensaver/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="homescreen" long-name="Home Screen Apps" tech_domain="ui" level="apps" levels="fw apps">
-    <collection name="idlehomescreen" long-name="Idle Homescreen" level="apps">
-     <component name="nativeuicontroller" long-name="Native UI Controller" origin-model="foundation">
-      <unit bldFile="app/homescreen/idlehomescreen/nativeuicontroller/group"/>
-     </component>
-     <component name="exths" long-name="ExtHS" origin-model="foundation">
-      <unit bldFile="app/homescreen/idlehomescreen/exths/group"/>
-     </component>
-     <component name="activeidle3" long-name="Active Idle 3" origin-model="foundation">
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/activeidle3/data/group"/> -->
-      <unit bldFile="app/homescreen/idlehomescreen/activeidle3/group"/>
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/activeidle3/xmluirendering/uiengine/group"/> -->
-     </component>
-     <component name="hsplugins" long-name="HS Plugins" origin-model="foundation">
-      <unit bldFile="app/homescreen/idlehomescreen/hsplugins/group"/>
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/qhd_tch/organizer_2001f481/group"/> -->
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/vga/organizer_2001f48d/group"/> -->
-      <!-- <unit bldFile="app/homescreen/idlehomescreen/hsplugins/organizer/vga/organizer_2001fdba/group"/> -->
-     </component>
-    </collection>
-    <collection name="menufw" long-name="Menu Framework" level="fw">
-     <component name="hierarchynavigator" long-name="Hierarchy Navigator" origin-model="foundation">
-      <unit bldFile="app/homescreen/menufw/hierarchynavigator/group"/>
-     </component>
-     <component name="menufwui" long-name="Menu Framework UI" origin-model="foundation">
-      <unit bldFile="app/homescreen/menufw/menufwui/group"/>
-     </component>
-     <component name="menusuites" long-name="Menu Suites" origin-model="foundation">
-      <unit bldFile="app/homescreen/menufw/menusuites/group"/>
-     </component>
-     <component unofficial="yes" name="menufw_build" long-name="Menu Framework Build" origin-model="foundation">
-      <unit bldFile="app/homescreen/menufw/group"/>
-     </component>
-    </collection>
-    <collection name="homescreen_info" long-name="Home Screen Apps Info" level="apps">
-     <component unofficial="yes" name="homescreen_build" long-name="Home Screen Apps Build" origin-model="foundation">
-      <unit bldFile="app/homescreen/group"/>
-     </component>
-     <component unofficial="yes" name="homescreen_test" long-name="Home Screen Apps Test" origin-model="foundation">
-      <!-- <unit bldFile="app/homescreen/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="homescreen_plat" long-name="Home Screen Apps Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/homescreen/homescreen_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="graphicsuis" long-name="Graphics UIs" tech_domain="ui" level="services" levels="util ui">
-    <collection name="svgtviewer" long-name="SVGT Viewer" level="ui">
-     <component name="svgtviewerplugin" long-name="SVGT Viewer Plugin" origin-model="foundation">
-      <unit bldFile="app/graphicsuis/svgtviewer/svgtviewerplugin/group"/>
-     </component>
-     <component unofficial="yes" name="svgtviewer_build" long-name="SVGT Viewer Build" origin-model="foundation">
-      <unit bldFile="app/graphicsuis/svgtviewer/group"/>
-     </component>
-    </collection>
-    <collection name="graphicsuis_info" long-name="Graphics UIs Info" level="ui">
-     <component unofficial="yes" name="graphicsuis_build" long-name="Graphics UIs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/graphicsuis/group"/> -->
-     </component>
-     <component unofficial="yes" name="graphicsuis_plat" long-name="Graphics UIs Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/graphicsuis/graphicsuis_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="profile" long-name="Profile" tech_domain="ui" level="apps" levels="app">
-    <collection name="profilesapplication" long-name="Profiles Application" level="app">
-     <component name="profiles" long-name="Profiles" origin-model="foundation">
-      <unit bldFile="app/profile/profilesapplication/profiles/group"/>
-      <!-- <unit bldFile="app/profile/profilesapplication/profiles/gsprofilesplugin/group"/> -->
-      <!-- <unit bldFile="app/profile/profilesapplication/profiles/profileaiwprovider/group"/> -->
-      <!-- <unit bldFile="app/profile/profilesapplication/profiles/profileapp/group"/> -->
-      <unit bldFile="app/profile/profilesapplication/profiles/profileapp/tsrc/public/basic/group"/>
-      <!-- <unit bldFile="app/profile/profilesapplication/profiles/profilesgstonesplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="profilesapplication_test" long-name="Profiles Application Test" origin-model="foundation">
-      <!-- <unit bldFile="app/profile/profilesapplication/tsrc/public/basic/group"/> -->
-     </component>
-    </collection>
-    <collection name="profile_info" long-name="Profile Info" level="app">
-     <component unofficial="yes" name="profile_plat" long-name="Profile Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/profile/profile_plat/group"/>
-     </component>
-     <component unofficial="yes" name="profile_help" long-name="Profile Help" origin-model="foundation">
-      <unit bldFile="app/profile/help/group"/>
-     </component>
-     <component unofficial="yes" name="profile_build" long-name="Profile Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/profile/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="speechsrv" long-name="Speech Recognition UIs" tech_domain="ui" level="services" levels="engine framework ui">
-    <collection name="voiceui" long-name="Voice UI" level="ui">
-     <component name="vcommand" long-name="VCommand" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/vcommand/group"/>
-     </component>
-     <component name="voiceuivoicerecognition" long-name="Voice UI Voice Recognition" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/voiceuivoicerecognition/group"/>
-     </component>
-     <component name="pbkinfoviewimpl" long-name="Phonebook Info View Implementation" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/pbkinfoviewimpl/group"/>
-     </component>
-     <component name="aiwpbkinfoviewprovider" long-name="AIW Phonebook Info View Provider" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/aiwpbkinfoviewprovider/group"/>
-     </component>
-     <component name="vccontrolpanelplugin" long-name="VC Control Panel Plugin" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/vccontrolpanelplugin/group"/>
-     </component>
-     <component unofficial="yes" name="voiceui_build" long-name="Voice UI Build" origin-model="foundation">
-      <unit bldFile="app/speechsrv/voiceui/group"/>
-     </component>
-    </collection>
-    <collection name="srsf" long-name="Speech Recognition and Synthesis Framework" level="framework">
-     <component name="sispeechrecognitiondata" long-name="SI Speech Recognition Data" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/sispeechrecognitiondata/group"/>
-     </component>
-     <component name="ttscommon" long-name="TTS Common" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/ttscommon/group"/>
-     </component>
-     <component name="devtts" long-name="Text to Speech" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/devtts/group"/>
-     </component>
-     <component name="ttscustomcommands" long-name="TTS Custom Commands" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/ttscustomcommands/group"/>
-     </component>
-     <component name="ttscontrollerplugin" long-name="TTS Controller Plugin" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/ttscontrollerplugin/group"/>
-     </component>
-     <component name="ttsutility" long-name="TTS Utility" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/ttsutility/group"/>
-     </component>
-     <component name="speechsynthesis" long-name="Speech Synthesis" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/speechsynthesis/client/group"/>
-      <unit bldFile="app/speechsrv/srsf/speechsynthesis/server/group"/>
-      <unit bldFile="app/speechsrv/srsf/speechsynthesis/tsrc/speechsynthesistest/group"/>
-      <!-- <unit bldFile="app/speechsrv/srsf/speechsynthesis/tsrc/testapplication/group"/> -->
-      <!-- <unit bldFile="app/speechsrv/srsf/speechsynthesis/tsrc/texttospeech/group"/> -->
-     </component>
-     <component name="devasr" long-name="Audio Recording and Speech Recognition" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/devasr/group"/>
-     </component>
-     <component name="sicc" long-name="Speaker Independent Custom Commands" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/sicc/group"/>
-     </component>
-     <component name="sisrscontrollerplugin" long-name="SI SRS Controller Plugin" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/sisrscontrollerplugin/group"/>
-     </component>
-     <component name="siutility" long-name="Speaker Independent Utility" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/siutility/group"/>
-     </component>
-     <component name="nssvasapi" long-name="NSS VAS API" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/nssvasapi/group"/>
-      <!-- <unit bldFile="app/speechsrv/srsf/nssvasapi/nssvasdb/nssvasdbeventnotifier/group"/> -->
-     </component>
-     <component name="nssvascontacthdlr" long-name="NSS VAS Contact Handler" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/nssvascontacthdlr/group"/>
-     </component>
-     <component name="vcommandhandler" long-name="Voice Command Handler" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcommandhandler/group"/>
-     </component>
-     <component name="vuiphandler" long-name="Voice UI Plugin Handler" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vuiphandler/group"/>
-     </component>
-     <component name="vcommandexecutor" long-name="Voice Command Executor" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcommandexecutor/group"/>
-     </component>
-     <component name="vcommandexecutorbearer" long-name="Voice Command Executor Bearer" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcommandexecutorbearer/group"/>
-     </component>
-     <component name="vcommandmanager" long-name="Voice Command Manager" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcommandmanager/group"/>
-     </component>
-     <component name="vcexecutorapp" long-name="Voice Command Executor Application" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/vcexecutorapp/group"/>
-     </component>
-     <component name="profileobserverplugin" long-name="Profile Observer Plugin" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/profileobserverplugin/group"/>
-     </component>
-     <component unofficial="yes" name="srsf_build" long-name="Speech Recognition and Synthesis Framework Build" origin-model="foundation">
-      <unit bldFile="app/speechsrv/srsf/group"/>
-     </component>
-    </collection>
-    <collection name="speechsrv_info" long-name="Speech Recognition UIs Info" level="ui">
-     <component unofficial="yes" name="speechsrv_test" long-name="Speech Recognition UIs Test" origin-model="foundation">
-      <!-- <unit bldFile="app/speechsrv/tsrc/group"/> -->
-     </component>
-     <component unofficial="yes" name="speechsrv_build" long-name="Speech Recognition UIs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/speechsrv/group"/> -->
-     </component>
-     <component unofficial="yes" name="speechsrv_plat" long-name="Speech Recognition UIs Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/speechsrv/speechsrv_plat/group"/>
-      <unit bldFile="app/speechsrv/speechsrv_plat/ui_voice_recognition_api/tsrc/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="webuis" long-name="Web UIs" tech_domain="rt" level="services" levels="plugin app">
-    <collection name="browserui" long-name="Browser UI" level="app">
-     <component name="browser" long-name="Browser" origin-model="foundation">
-      <unit bldFile="app/webuis/browserui/browser/group"/>
-      <!-- <unit bldFile="app/webuis/browserui/browser/launcher2/group"/> -->
-     </component>
-     <component name="operatormenu" long-name="Operator Menu" origin-model="foundation">
-      <unit bldFile="app/webuis/browserui/operatormenu/group"/>
-     </component>
-     <component name="videoservices" long-name="Video Services" origin-model="foundation">
-      <unit bldFile="app/webuis/browserui/videoservices/group"/>
-     </component>
-     <component unofficial="yes" name="browserui_build" long-name="Browser UI Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/webuis/browserui/group"/> -->
-     </component>
-    </collection>
-    <collection name="browserplugins" long-name="Browser Plugins" level="plugin">
-     <component name="browsersysteminfoplugin" long-name="Browser System Info Plugin" origin-model="foundation">
-      <unit bldFile="app/webuis/browserplugins/browsersysteminfoplugin/group"/>
-     </component>
-     <component name="browsergpsplugin" long-name="Browser GPS Plugin" origin-model="foundation">
-      <unit bldFile="app/webuis/browserplugins/browsergpsplugin/group"/>
-     </component>
-     <component name="browseraudiovideoplugin" long-name="Browser Audio Video Plugin" origin-model="foundation">
-      <unit bldFile="app/webuis/browserplugins/browseraudiovideoplugin/group"/>
-     </component>
-     <component unofficial="yes" name="browserplugins_build" long-name="Browser Plugins Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/webuis/browserplugins/group"/> -->
-     </component>
-    </collection>
-    <collection name="pushmtm" long-name="Push MTM" level="plugin">
-     <component name="pushmtm_help" long-name="Help" origin-model="foundation">
-      <unit bldFile="app/webuis/pushmtm/help/group"/>
-     </component>
-     <component name="plugins" origin-model="foundation">
-      <unit bldFile="app/webuis/pushmtm/plugins/group"/>
-     </component>
-     <component unofficial="yes" name="pushmtm_build" long-name="Push MTM Build" origin-model="foundation">
-      <unit bldFile="app/webuis/pushmtm/group"/>
-     </component>
-    </collection>
-    <collection name="webuis_info" long-name="Web UIs Info" level="app">
-     <component unofficial="yes" name="webuis_build" long-name="Web UIs Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/webuis/group"/> -->
-     </component>
-    </collection>
-   </block>
-   <block name="java" long-name="Java" tech_domain="rt" level="services" levels="framework util generic rt">
-    <collection name="javaextensions" long-name="Java Extensions" level="generic">
-     <component name="eswt" long-name="Eswt" origin-model="foundation"/>
-     <component name="jsr" long-name="JSR" origin-model="foundation"/>
-     <component name="supplements" long-name="Supplements" origin-model="foundation"/>
-    </collection>
-    <collection name="javainstaller" long-name="Java Installer" level="generic">
-     <component name="javarightslistener" long-name="Java Rights Listener" origin-model="foundation"/>
-     <component name="installplugins" long-name="Install Plugins" origin-model="foundation"/>
-     <component name="midp2otadownloadplugin" long-name="MIDP2 OTA Download Plugin" origin-model="foundation"/>
-     <component name="installationfrontend" long-name="Installation Frontend" origin-model="foundation"/>
-     <component name="midp2iferecognizer" long-name="MIDP2 Interface Rrecognizer" origin-model="foundation"/>
-     <component name="iferecognizers" long-name="Ife Recognizers" origin-model="foundation"/>
-    </collection>
-    <collection name="javalegacy" long-name="Java Legacy" level="util">
-     <component name="jcfcommon" long-name="Jcf Common" origin-model="foundation"/>
-     <component name="j2me" long-name="J2ME" origin-model="foundation"/>
-    </collection>
-    <collection name="javamanager" long-name="Java Manager" level="framework">
-     <component name="javabackup" long-name="Java Backup" origin-model="foundation"/>
-     <!-- Empty duplicate component javaregistry removed -->
-     <component name="javadrmmanager" long-name="Java DRM Manager" origin-model="foundation"/>
-     <component name="javasettings" long-name="Java Settings" origin-model="foundation"/>
-    </collection>
-    <collection name="javaruntime" long-name="Java Runtime" level="rt">
-     <!-- Empty duplicate component common removed -->
-     <component name="temp_j2me_root" long-name="Temp J2me Root" origin-model="foundation"/>
-     <component name="jvm" long-name="JVM" origin-model="foundation"/>
-     <component name="eventserver" long-name="Event Server" origin-model="foundation"/>
-     <!-- Empty duplicate component utils removed -->
-     <component name="midp2ams" long-name="Midp2ams" origin-model="foundation"/>
-     <component name="redirserver" long-name="Redirect Server" origin-model="foundation"/>
-    </collection>
-    <collection name="javautils" long-name="Java Utils" level="util">
-     <component name="jarfiledecoder" long-name="JAR File Decoder" origin-model="foundation"/>
-     <component name="javareader" long-name="Java Reader" origin-model="foundation"/>
-     <component name="javapackagelookup" long-name="Java Package Lookup" origin-model="foundation"/>
-     <!-- Empty duplicate component common removed -->
-     <component name="integrityserver" long-name="Integrity Server" origin-model="foundation"/>
-     <!-- Empty duplicate component javadrmutils removed -->
-     <component name="javarecognizer" long-name="Java Recognizer" origin-model="foundation"/>
-     <component name="iconconverter" long-name="Icon Converter" origin-model="foundation"/>
-     <component name="adt" long-name="ADT" origin-model="foundation"/>
-     <!-- Empty duplicate component javaenvinfo removed -->
-    </collection>
-    <collection name="java_stubs" long-name="Java Stubs" level="util">
-     <!--component manually moved to javautils collection-->
-     <!--<component name="javadrmutils" long-name="Java DRM Utils">
-       <unit bldFile="app/java/java_stubs/javadrmutils/group"/>
-     </component>-->
-     <!--component manually moved to javautils collection-->
-     <!--<component name="javaenvinfo" long-name="Java Environment Info">
-       <unit bldFile="app/java/java_stubs/javaenvinfo/group"/>
-     </component>-->
-     <component name="javaregistry" long-name="Java Registry" origin-model="foundation">
-      <unit bldFile="app/java/java_stubs/javaregistry/clientserver/client/group"/>
-     </component>
-     <component unofficial="yes" name="java_stubs_build" origin-model="foundation">
-      <unit bldFile="app/java/java_stubs/group"/>
-     </component>
-    </collection>
-    <collection name="javatools" long-name="Java Tools" level="generic">
-     <component name="envupdater" long-name="Environment Updater" origin-model="foundation"/>
-    </collection>
-    <collection name="java_info" long-name="Java Info" level="rt">
-     <component unofficial="yes" name="java_build" long-name="Java Build" origin-model="foundation">
-<!--AUTO TRIMMED      <unit bldFile="app/java/group"/> -->
-     </component>
-     <component unofficial="yes" name="java_plat" long-name="Java Platform Interfaces" class="api" origin-model="foundation">
-      <unit bldFile="app/java/java_plat/group"/>
-     </component>
-    </collection>
-   </block>
-   <block name="helps" long-name="Help Apps" tech_domain="ui" level="apps" span="2" levels="eng tools unused  ui">
-    <collection name="csxhelp" long-name="Context Sensitive Extended Help" level="ui">
-     <component name="aiwhelpprovider" long-name="Aiw Help Provider" origin-model="foundation">
-      <!-- <unit bldFile="app/helps/csxhelp/aiwhelpprovider/group"/> -->
-     </component>
-     <component unofficial="yes" name="csxhelp_build" long-name="Context Sensitive Extended Help Build" origin-model="foundation">
-      <unit bldFile="app/helps/csxhelp/group"/>
-     </component>
-    </collection>
-   <collection name="n:symhelptools" long-name="Symbian Help Tools" level="tools">
-     <component name="n:mbmcodec" long-name="MBM Codec" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="app/helps/symhelp/mbmcodec/group" mrp="app/helps/symhelp/mbmcodec/group/tools_sdk_eng_mbmcodec.mrp"/> -->
-     </component>
-     <component name="n:cshlpcmpgui" long-name="CSHelp Compiler GUI" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="app/helps/symhelp/cshlpcmpgui/group" mrp="app/helps/symhelp/cshlpcmpgui/group/tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/> -->
-     </component>
-     <component name="n:cshlpcmpfrontend" long-name="CSHelp Compiler Frontend" purpose="development" plugin="N" origin-model="Symbian">
-      <!-- The following unit is removed as non-contributed -->
-      <!-- <unit bldFile="app/helps/symhelp/cshlpcmpfrontend/group" mrp="app/helps/symhelp/cshlpcmpfrontend/group/tools_sdk_eng_cshlpcmp_frontend.mrp"/> -->
-     </component>
-     <component name="n:cshlpcmpbackend" long-name="CSHelp Compiler Backend" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/helps/symhelp/cshlpcmpbackend/group/tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
-     </component>
-    </collection>
-    <collection name="symhelp" long-name="Symbian Help" level="eng">
-     <component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
-     </component>
-    </collection>
-    <collection name="helps_info" long-name="Help Apps Info" level="ui">
-     <component name="helps_metadata" long-name="Help Apps Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/helps/helps_info/helps_metadata/helps_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="techview" long-name="Techview" tech_domain="ui" level="apps" span="2" levels="services ui utils apps1 apps2 apps3">
-    <collection name="buildverification" long-name="Build Verification" level="services">
-     <component name="autosmoketest" long-name="Auto Smoke Test" filter="gt" introduced="9.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/buildverification/autosmoketest/Group" mrp="app/techview/buildverification/autosmoketest/Group/testtools_autosmoketest.mrp"/>
-     </component>
-     <component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
-     </component>
-    </collection>
-    <collection name="sysvalidation" long-name="System Validation" level="services">
-     <component name="integtestltsy" long-name="Integration Test Licensee TSY" filter="systemtest" purpose="development" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DEF140073" 
-        <unit bldFile="sysvalidation/integtestltsy/group" mrp="sysvalidation/integtestltsy/group/integtestltsy.mrp"/>
-        -->
-     </component>
-     <!--PLACEHOLDER="DEF140016" START REMOVE -->
-     <!--PLACEHOLDER="DEF140016" END REMOVE -->
-    </collection>
-    <collection name="installationapps" long-name="Installation Apps" level="apps2">
-     <component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingutils" long-name="Networking Utils" level="utils">
-     <component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
-     </component>
-     <component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
-     </component>
-    </collection>
-    <collection name="testapps" long-name="Test Apps" level="utils">
-     <component name="rschandler" long-name="Resource Handler" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
-     </component>
-    </collection>
-    <collection name="techview_info" long-name="Techview Info" level="apps3">
-     <component name="techview_metadata" long-name="Techview Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/techview_info/techview_metadata/techview_metadata.mrp"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
- </systemModel>
-</SystemDefinition>
--- a/symbian2/split/job_props.ant.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="SF-JOB-PROPS" >
-    
-    <dirname property="sf.spec.job.dir" file="${ant.file.SF-JOB-PROPS}"/>
-    <property name="sf.project.type" value="platform" />
-    
-    <property name="sf.previous.pdk.tag" value="PDK_2.0.2" />
-    
-    <property name="sf.spec.job.name" value="symbian2"/>
-    <property name="sf.spec.corebuildversion" value="week19"/>
-    
-    <property name="sf.spec.sbs.variant" value="tb91sf"/>  
-    <property name="sf.spec.sbs.config" value="winscw.whatlog,armv5.whatlog"/> <!-- both _urel and _udeb -->
-    <property name="sf.spec.sbs.tools.config" value="tools2_rel.whatlog,tools_rel.whatlog"/>
-
-    <property name="sf.spec.bldmefirst.gt.variant" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS_v${sf.spec.sbs.variant}.cfg" />
-    <property name="sf.spec.bldmefirst.gt.hrh" value="sf/os/deviceplatformrelease/symbianosbld/cedarutils/" />
-    
-    <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan but only western is used at the moment -->
-    <property name="sf.spec.bldmefirst.s60.config.root" value="sf/os/deviceplatformrelease/sf_config/config" />
-    <property name="sf.spec.bldmefirst.s60.sbs.variant.cfg" value="${sf.spec.bldmefirst.s60.config.root}/inc/variant.cfg" /> <!-- currently needed for touching -->
-    <property name="sf.spec.bldmefirst.s60.exports" value="${sf.spec.bldmefirst.s60.config.root}/${sf.spec.bldmefirst.s60.variant}/group,${sf.spec.bldmefirst.s60.config.root}/group,sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/group,sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group,sf/os/devicesrv/commonservices/commonengine/group,sf/mw/web/web_plat/browser_platform_api/group,sf/tools/homescreentools/dtdinstaller/group"/>
-    
-    <!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog  -->
-    <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
-    <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
-
-    <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.getenv_options" value="-I tools -k"/> <!-- Sync the tools... -->
-    <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}" />
-    
-    <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_1.2" /> <!-- for TEF etc -->
-    
-    <!-- platform build specific properties -->
-    <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_1_sf" />
-    <property name="sf.spec.os.sysdef.clean.configurations.list"   value="GT_${sf.spec.sbs.variant}" />
-    
-    <!-- provide dtd location as os and s60 layers will be different -->
-    <property name="sf.spec.s60.sysdef.dtd"  value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/>
-    <property name="sf.spec.os.sysdef.dtd"   value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/>
-    
-    <property name="sf.spec.sysdef.version"      value="1.4.0"/> <!-- default -->
-    <property name="sf.spec.s60.sysdef.version"  value="1.4.0"/>
-    <property name="sf.spec.os.sysdef.version"   value="2.0.0"/>
-    
-    <!-- build os and s60 by default -->
-    <property name="sf.spec.os.skipbuild"   value="false"/>
-    <property name="sf.spec.s60.skipbuild"  value="false"/>
-    <property name="sf.spec.splitbuild"     value="true"/> <!-- *this* platform build defines two steps -->
-
-    <!-- generate dir list(s) of epoc32 tree -->
-    <property name="sf.spec.dirlist.enable"  value="true"/>
-    
-    <!-- generate delta of two epoc32 trees. note: this takes a while! -->
-    <property name="sf.spec.dirdelta.enable" value="true"/>
-
-    <!-- prefilter raptor logs -->
-    <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
-    
-    <!-- zip all logs before publish -->
-    <property name="sf.spec.logs.zip.enable"  value="true"/>
-
-    <!-- packaging options for bin/src-->
-    <property name="sf.spec.package.bin.enable"  value="true"/>
-    <property name="sf.spec.package.src.enable"  value="true"/>
-    <property name="sf.sdk.header.list.file"     value="${sf.spec.job.dir}/../sdkFiles.txt"/>
-    
-    <property name="sf.spec.test.sendpkg.enable" value="true"/>
-    <property name="sf.test.csv.file"            value="${sf.spec.job.dir}/../platform_test.csv"/>
-
-    <property name="sf.spec.md5.enable"          value="true"/>
-
-    <!-- Build ROMs defined in list -->
-    <property name="sf.spec.referenceroms.createimages.enable" value="true"/>
-    <property name="sf.spec.referenceroms.list" value="syborg"/>
-    
-</project>
--- a/symbian2/split/job_refs.ant.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="SF-JOB-REFS">
-    
-<path id="sf.spec.os.system.definition.files">
-    <fileset dir="${sf.project.location}/" casesensitive="false">
-            <include name="sysdefs/system_model_os.xml" />
-    </fileset>
- </path>
-  
-  <path id="sf.spec.s60.system.definition.files">
-<!--        <fileset dir="${sf.project.location}\sysdefs\" includes="S60_*.xml"/> -->
-	<fileset dir="${sf.project.location}/" casesensitive="false">
-			<include name="sysdefs/system_model_s60.xml" />
-	</fileset>
-  </path>   
-    
- </project>
\ No newline at end of file
--- a/symbian2/split/sources.csv	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,120 +0,0 @@
-source,dst,type,pattern,sysdef
-http://developer.symbian.org/oss/MCL/sftools/fbf/utilities/,/utilities,branch,default,
-//v800008/Builds01/mercurial_development/rnd/internal/epoc_additional/,/rnd/internal/epoc_additional,branch,RCL_1,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/aricent/,/rnd/rndonly/aricent,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/monotype/,/rnd/rndonly/monotype,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/realnetworks/,/rnd/rndonly/realnetworks,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/samsung/,/rnd/rndonly/samsung,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/redist/objective_systems/,/rnd/redist/objective_systems,branch,default,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/adaptation/stubs/,/sf/adaptation/stubs,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/camera/,/sf/app/camera,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/commonemail/,/sf/app/commonemail,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/conntools/,/sf/app/conntools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/contacts/,/sf/app/contacts,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/contentcontrol/,/sf/app/contentcontrol,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/conversations/,/sf/app/conversations,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/devicecontrol/,/sf/app/devicecontrol,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/dictionary/,/sf/app/dictionary,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/files/,/sf/app/files,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/gallery/,/sf/app/gallery,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/graphicsuis/,/sf/app/graphicsuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/helps/,/sf/app/helps,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/homescreen/,/sf/app/homescreen,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/im/,/sf/app/im,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/imgeditor/,/sf/app/imgeditor,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/imgvieweruis/,/sf/app/imgvieweruis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/iptelephony/,/sf/app/iptelephony,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/java/,/sf/app/java,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/location/,/sf/app/location,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/messaging/,/sf/app/messaging,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/mmsharinguis/,/sf/app/mmsharinguis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/musicplayer/,/sf/app/musicplayer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/organizer/,/sf/app/organizer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/phone/,/sf/app/phone,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/photos/,/sf/app/photos,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/poc/,/sf/app/poc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/printing/,/sf/app/printing,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/profile/,/sf/app/profile,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/radio/,/sf/app/radio,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/screensaver/,/sf/app/screensaver,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/settingsuis/,/sf/app/settingsuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/speechsrv/,/sf/app/speechsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/techview/,/sf/app/techview,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/utils/,/sf/app/utils,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videocenter/,/sf/app/videocenter,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videoeditor/,/sf/app/videoeditor,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videoplayer/,/sf/app/videoplayer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videotelephony/,/sf/app/videotelephony,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/voicerec/,/sf/app/voicerec,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/app/webuis/,/sf/app/webuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/accesssec/,/sf/mw/accesssec,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/appinstall/,/sf/mw/appinstall,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/appsupport/,/sf/mw/appsupport,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/camerasrv/,/sf/mw/camerasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/classicui/,/sf/mw/classicui,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/dlnasrv/,/sf/mw/dlnasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/drm/,/sf/mw/drm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/hapticsservices/,/sf/mw/hapticsservices,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/homescreensrv/,/sf/mw/homescreensrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/imghandling/,/sf/mw/imghandling,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/imsrv/,/sf/mw/imsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/inputmethods/,/sf/mw/inputmethods,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipappprotocols/,/sf/mw/ipappprotocols,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipappsrv/,/sf/mw/ipappsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipconnmgmt/,/sf/mw/ipconnmgmt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/legacypresence/,/sf/mw/legacypresence,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/locationsrv/,/sf/mw/locationsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mds/,/sf/mw/mds,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/messagingmw/,/sf/mw/messagingmw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/metadatasrv/,/sf/mw/metadatasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmappfw/,/sf/mw/mmappfw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmmw/,/sf/mw/mmmw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmuifw/,/sf/mw/mmuifw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/netprotocols/,/sf/mw/netprotocols,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/networkingdm/,/sf/mw/networkingdm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/opensrv/,/sf/mw/opensrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/phonesrv/,/sf/mw/phonesrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remoteconn/,/sf/mw/remoteconn,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remotemgmt/,/sf/mw/remotemgmt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remotestorage/,/sf/mw/remotestorage,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/securitysrv/,/sf/mw/securitysrv,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/serviceapi/,/sf/mw/serviceapi,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/serviceapifw/,/sf/mw/serviceapifw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/shortlinkconn/,/sf/mw/shortlinkconn,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/svgt/,/sf/mw/svgt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uiaccelerator/,/sf/mw/uiaccelerator,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uiresources/,/sf/mw/uiresources,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uitools/,/sf/mw/uitools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/videoutils/,/sf/mw/videoutils,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/vpnclient/,/sf/mw/vpnclient,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/web/,/sf/mw/web,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/websrv/,/sf/mw/websrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/wirelessacc/,/sf/mw/wirelessacc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/boardsupport/,/sf/os/boardsupport,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/buildtools/,/sf/os/buildtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/cellularsrv/,/sf/os/cellularsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/commsfw/,/sf/os/commsfw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/deviceplatformrelease/,/sf/os/deviceplatformrelease,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/devicesrv/,/sf/os/devicesrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/graphics/,/sf/os/graphics,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/imagingext/,/sf/os/imagingext,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/kernelhwsrv/,/sf/os/kernelhwsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/lbs/,/sf/os/lbs,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/mm/,/sf/os/mm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/networkingsrv/,/sf/os/networkingsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/ossrv/,/sf/os/ossrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/persistentdata/,/sf/os/persistentdata,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/os/security/,/sf/os/security,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/shortlinksrv/,/sf/os/shortlinksrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/textandloc/,/sf/os/textandloc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/unref/,/sf/os/unref,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/wlan/,/sf/os/wlan,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/xmlsrv/,/sf/os/xmlsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/ostools/osrndtools/,/sf/ostools/osrndtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/build_s60/,/sf/tools/build_s60,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/buildplatforms/,/sf/tools/buildplatforms,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/homescreentools/,/sf/tools/homescreentools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/makefile_templates/,/sf/tools/makefile_templates,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/platformtools/,/sf/tools/platformtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/rndtools/,/sf/tools/rndtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/swconfigtools/,/sf/tools/swconfigtools,branch,RCL_1,layers.sysdef.xml
--- a/symbian2/split/sources_fcl.csv	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,122 +0,0 @@
-source,dst,type,pattern,sysdef
-http://developer.symbian.org/oss/MCL/sftools/fbf/utilities/,/utilities,branch,default,
-//v800008/Builds01/mercurial_development/rnd/internal/epoc_additional/,/rnd/internal/epoc_additional,branch,RCL_1,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/aricent/,/rnd/rndonly/aricent,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/monotype/,/rnd/rndonly/monotype,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/realnetworks/,/rnd/rndonly/realnetworks,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/rndonly/samsung/,/rnd/rndonly/samsung,branch,default,
-//v800008/Builds01/mercurial_internal/rnd/redist/objective_systems/,/rnd/redist/objective_systems,branch,default,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/homescreentools/,/sf/tools/homescreentools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/rndtools/,/sf/tools/rndtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/tools/platformtools/,/sf/tools/platformtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/swconfigtools/,/sf/tools/swconfigtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/tools/build_s60/,/sf/tools/build_s60,branch,RCL_1,
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/tools/buildplatforms/,/sf/tools/buildplatforms,branch,RCL_1,
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/tools/makefile_templates/,/sf/tools/makefile_templates,branch,RCL_1,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/ostools/osrndtools/,/sf/ostools/osrndtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/adaptation/stubs/,/sf/adaptation/stubs,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/oss/FCL/sf/adaptation/qemu/,/sf/adaptation/qemu,branch,default,
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/boardsupport/,/sf/os/boardsupport,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/os/ossrv/,/sf/os/ossrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/oss/MCL/sf/os/security/,/sf/os/security,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/persistentdata/,/sf/os/persistentdata,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/os/devicesrv/,/sf/os/devicesrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/lbs/,/sf/os/lbs,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/commsfw/,/sf/os/commsfw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/os/networkingsrv/,/sf/os/networkingsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/wlan/,/sf/os/wlan,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/cellularsrv/,/sf/os/cellularsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/mm/,/sf/os/mm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/imagingext/,/sf/os/imagingext,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/graphics/,/sf/os/graphics,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/textandloc/,/sf/os/textandloc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/xmlsrv/,/sf/os/xmlsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/deviceplatformrelease/,/sf/os/deviceplatformrelease,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/kernelhwsrv/,/sf/os/kernelhwsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/shortlinksrv/,/sf/os/shortlinksrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/os/buildtools/,/sf/os/buildtools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/os/unref/,/sf/os/unref,branch,RCL_1,
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/mw/appsupport/,/sf/mw/appsupport,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/securitysrv/,/sf/mw/securitysrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/drm/,/sf/mw/drm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/accesssec/,/sf/mw/accesssec,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/locationsrv/,/sf/mw/locationsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipconnmgmt/,/sf/mw/ipconnmgmt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/netprotocols/,/sf/mw/netprotocols,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipappprotocols/,/sf/mw/ipappprotocols,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/wirelessacc/,/sf/mw/wirelessacc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/vpnclient/,/sf/mw/vpnclient,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/ipappsrv/,/sf/mw/ipappsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/phonesrv/,/sf/mw/phonesrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/messagingmw/,/sf/mw/messagingmw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/imsrv/,/sf/mw/imsrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/legacypresence/,/sf/mw/legacypresence,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/opensrv/,/sf/mw/opensrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remotemgmt/,/sf/mw/remotemgmt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/networkingdm/,/sf/mw/networkingdm,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remotestorage/,/sf/mw/remotestorage,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/remoteconn/,/sf/mw/remoteconn,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/dlnasrv/,/sf/mw/dlnasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/shortlinkconn/,/sf/mw/shortlinkconn,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/imghandling/,/sf/mw/imghandling,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/metadatasrv/,/sf/mw/metadatasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mds/,/sf/mw/mds,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmuifw/,/sf/mw/mmuifw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/videoutils/,/sf/mw/videoutils,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmmw/,/sf/mw/mmmw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/helix/,/sf/mw/helix,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/camerasrv/,/sf/mw/camerasrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/mmappfw/,/sf/mw/mmappfw,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/inputmethods/,/sf/mw/inputmethods,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/mw/classicui/,/sf/mw/classicui,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/mw/svgt/,/sf/mw/svgt,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uiaccelerator/,/sf/mw/uiaccelerator,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/mw/uiresources/,/sf/mw/uiresources,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/hapticsservices/,/sf/mw/hapticsservices,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/homescreensrv/,/sf/mw/homescreensrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/mw/appinstall/,/sf/mw/appinstall,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/serviceapifw/,/sf/mw/serviceapifw,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/mw/serviceapi/,/sf/mw/serviceapi,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/oss/MCL/sf/mw/web/,/sf/mw/web,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/websrv/,/sf/mw/websrv,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/mw/uitools/,/sf/mw/uitools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/location/,/sf/app/location,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/mmsharinguis/,/sf/app/mmsharinguis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/app/phone/,/sf/app/phone,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videotelephony/,/sf/app/videotelephony,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/poc/,/sf/app/poc,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/iptelephony/,/sf/app/iptelephony,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/settingsuis/,/sf/app/settingsuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/contentcontrol/,/sf/app/contentcontrol,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/devicecontrol/,/sf/app/devicecontrol,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/conntools/,/sf/app/conntools,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/printing/,/sf/app/printing,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/files/,/sf/app/files,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/app/contacts/,/sf/app/contacts,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/organizer/,/sf/app/organizer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/messaging/,/sf/app/messaging,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/commonemail/,/sf/app/commonemail,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/app/conversations/,/sf/app/conversations,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/app/im/,/sf/app/im,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/utils/,/sf/app/utils,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/dictionary/,/sf/app/dictionary,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/camera/,/sf/app/camera,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/imgeditor/,/sf/app/imgeditor,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videoeditor/,/sf/app/videoeditor,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/gallery/,/sf/app/gallery,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/videoplayer/,/sf/app/videoplayer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/FCL/sf/app/photos/,/sf/app/photos,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_development/sfl/FCL/sf/app/videocenter/,/sf/app/videocenter,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/musicplayer/,/sf/app/musicplayer,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/radio/,/sf/app/radio,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/voicerec/,/sf/app/voicerec,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/imgvieweruis/,/sf/app/imgvieweruis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/screensaver/,/sf/app/screensaver,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/homescreen/,/sf/app/homescreen,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/graphicsuis/,/sf/app/graphicsuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/profile/,/sf/app/profile,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/speechsrv/,/sf/app/speechsrv,branch,RCL_1,layers.sysdef.xml
-http://developer.symbian.org/oss/MCL/sf/app/webuis/,/sf/app/webuis,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/java/,/sf/app/java,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/helps/,/sf/app/helps,branch,RCL_1,layers.sysdef.xml
-//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/techview/,/sf/app/techview,branch,RCL_1,layers.sysdef.xml
--- a/symbian2/split/sysdefs/S60_SystemBuild.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,840 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE SystemDefinition [
-
- <!ELEMENT SystemDefinition (systemModel?, build?)>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (logicalset* | module*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels CDATA #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalset 
-  name CDATA #REQUIRED
-  levels CDATA #IMPLIED  
-  span CDATA #IMPLIED
-  level CDATA #IMPLIED>
- <!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalsubset name CDATA #REQUIRED>
- <!ELEMENT module (component* | unit* | package* | prebuilt*)*>
- <!ATTLIST module
-  name CDATA #REQUIRED
-  level CDATA #IMPLIED>
- <!ELEMENT component (unit* | package* | prebuilt*)*>
- <!ATTLIST component name CDATA #REQUIRED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  unitID ID #REQUIRED
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  bldFile CDATA #REQUIRED
-  priority CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT package EMPTY>
- <!ATTLIST package
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT prebuilt EMPTY>
- <!ATTLIST prebuilt
-  name CDATA #REQUIRED
-  version CDATA #REQUIRED
-  late (Y|N) #IMPLIED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
- <!ELEMENT unitList (unitRef+)>
- <!ATTLIST unitList
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT unitRef EMPTY>
- <!ATTLIST unitRef unit IDREF #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N | y | n) #REQUIRED>
- <!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
- <!ELEMENT unitListRef EMPTY>
- <!ATTLIST unitListRef unitList IDREF #REQUIRED>
- <!ELEMENT layerRef EMPTY>
- <!ATTLIST layerRef layerName CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N | y | n) #REQUIRED
-  targetParallel (Y | N | y | n) #IMPLIED>
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  command CDATA #REQUIRED>
-]>
-<SystemDefinition name="S60_SystemBuild" schema="1.4.0">
-<systemModel>
-<layer name="src">
-<module name="hlpmodel">
-<component name="hlpmodel">
-<unit unitID="S60_hlpmodel" name="hlpmodel" bldFile="\src\common\generic\app-services\hlpmodel\group" mrp=""/>
-</component>
-</module>
-</layer>
-<layer name="extra">
-	<module name="WlanEapSettingsUi_ccx">
-		<component name="WlanEapSettingsUi_ccx">
-			<unit unitID="s60_mw_networking_networkingutilities_WlanEapSettingsUi_group_ccx" name="WlanEapSettingsUi_ccx" bldFile="\sf\mw\accesssec\wlansecuritysettings\wlaneapsettingsui\group\ccx" mrp=""/>
-		</component>
-	</module>
-</layer>
-</systemModel>
-
-  <build>
-    <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
-<!--    <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/> -->
-    <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
-    <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
-    <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
-    <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
-    <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
-    <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
-    <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
-    <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
-    <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
-    <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
-    <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
-
-    <!-- Aditional Targets -->
-    <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
-    <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
-    
-    <targetList name="default" description="Main Targets" target="WINSCW ARMV5"/>
-    <targetList name="default_winscw" description="Main Targets" target="WINSCW"/>
-    <targetList name="default_armv5" description="Main Targets" target="ARMV5"/>
-    <targetList name="default_rel" description="Main Targets for rel" target="WINSCW_REL ARMV5_REL"/>
-    <targetList name="default_deb" description="Main Targets for deb" target="WINSCW_DEB ARMV5_DEB"/>
-    <targetList name="default_debrel" description="Main Targets for WINSCW deb and ARMV5 urel" target="WINSCW_DEB ARMV5_REL"/>
-    <targetList name="default_tools" description="tools Targets" target="TOOLS"/>
-    <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
-    <targetList name="cwtools" description="cwtools Targets" target="CWTOOLS"/>
-    <targetList name="cwtools_rel" description="cwtools Release Targets" target="CWTOOLS_REL"/>
-  
-
-  	<configuration name="S60_bldmefirst" description="S60 bldmefirst part" filter="S60_5_0">
-      <unitListRef unitList="S60_BLDMEFIRST_EXPORT_OEM"/>
-
-			<!-- export platform_paths.hrh -->
-      <task><specialInstructions name="platform_path_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\platform_path_definitions_api\group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="platform_path_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\platform_path_definitions_api\group" command="abld export -k"/></task> 
-
-			<!-- export platform security headers -->
-      <task><specialInstructions name="common_platform_security_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\common_platform_security_definitions_api\group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="common_platform_security_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\common_platform_security_definitions_api\group" command="abld export -k"/></task> 
-
-			<!-- export common headers -->
-      <task><specialInstructions name="export_commonengine_platform_paths" cwd="\sf\os\devicesrv\commonservices\commonengine\group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="export_commonengine_platform_paths" cwd="\sf\os\devicesrv\commonservices\commonengine\group" command="abld export -k"/></task> 
-
-			<!-- export Browser_platform_variant.hrh -->
-      <task><specialInstructions name="browser_platform_api" cwd="\sf\mw\web\web_plat\browser_platform_api\group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="browser_platform_api" cwd="\sf\mw\web\web_plat\browser_platform_api\group" command="abld export -k"/></task> 
-
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-
-			<!-- touch extracted bitmaps and icons  -->
-      <task><specialInstructions name="touch_bitmaps" cwd="\" command="toucher.exe \sf\mw\uiresources\uigraphics\Bitmaps2"/></task> 
-      <task><specialInstructions name="touch_bitmaps" cwd="\" command="toucher.exe \epoc32\s60\bitmaps"/></task> 
-      <task><specialInstructions name="touch_icons" cwd="\" command="toucher.exe \sf\mw\uiresources\uigraphics\Icons"/></task> 
-      <task><specialInstructions name="touch_icons" cwd="\" command="toucher.exe \epoc32\s60\icons"/></task> 
-
-			<!-- copy s60 makefile templates from s60\tools\makefile_templates to \epoc32\tools\makefile_templates. makefile templates are needed in current location before 'bldmake bldfiles' has launched -->
-      <task><specialInstructions name="copy_makefile" cwd="\" command="for /R \sf\tools\makefile_templates\ %a in (*) do xcopy /Y /R %a \epoc32\tools\makefile_templates\s60\"/></task> 
-      <task><specialInstructions name="copy_makefile" cwd="\" command="erase /F \epoc32\tools\makefile_templates\s60\Distribution.Policy.S60"/></task>
-      
-<!-- crete empty folders to get emulator work -->
-      <task><specialInstructions name="create_folder_emu" cwd="\" command="md \epoc32\wins\D"/></task> 
-      <task><specialInstructions name="create_folder_emu" cwd="\" command="md \epoc32\winscw\D"/></task> 
-  	</configuration>
-
-  	<configuration name="S60_bldmefirst_sf" description="S60 bldmefirst part" filter="S60_5_0">
-      <unitListRef unitList="S60_BLDMEFIRST_EXPORT"/>
-
-			<!-- export platform_paths.hrh -->
-      <task><specialInstructions name="platform_path_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\platform_path_definitions_api\group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="platform_path_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\platform_path_definitions_api\group" command="abld export -k"/></task> 
-
-			<!-- export platform security headers -->
-      <task><specialInstructions name="common_platform_security_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\common_platform_security_definitions_api\group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="common_platform_security_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\common_platform_security_definitions_api\group" command="abld export -k"/></task> 
-
-			<!-- export common headers -->
-      <task><specialInstructions name="export_commonengine_platform_paths" cwd="\sf\os\devicesrv\commonservices\commonengine\group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="export_commonengine_platform_paths" cwd="\sf\os\devicesrv\commonservices\commonengine\group" command="abld export -k"/></task> 
-
-			<!-- export Browser_platform_variant.hrh -->
-      <task><specialInstructions name="browser_platform_api" cwd="\sf\mw\web\web_plat\browser_platform_api\group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="browser_platform_api" cwd="\sf\mw\web\web_plat\browser_platform_api\group" command="abld export -k"/></task> 
-
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-
-			<!-- touch extracted bitmaps and icons  -->
-      <task><specialInstructions name="touch_bitmaps" cwd="\" command="toucher.exe \sf\mw\uiresources\uigraphics\Bitmaps2"/></task> 
-      <task><specialInstructions name="touch_bitmaps" cwd="\" command="toucher.exe \epoc32\s60\bitmaps"/></task> 
-      <task><specialInstructions name="touch_icons" cwd="\" command="toucher.exe \sf\mw\uiresources\uigraphics\Icons"/></task> 
-      <task><specialInstructions name="touch_icons" cwd="\" command="toucher.exe \epoc32\s60\icons"/></task> 
-
-			<!-- copy s60 makefile templates from s60\tools\makefile_templates to \epoc32\tools\makefile_templates. makefile templates are needed in current location before 'bldmake bldfiles' has launched -->
-      <task><specialInstructions name="copy_makefile" cwd="\" command="for /R \sf\tools\makefile_templates\ %a in (*) do xcopy /Y /R %a \epoc32\tools\makefile_templates\s60\"/></task> 
-      <task><specialInstructions name="copy_makefile" cwd="\" command="erase /F \epoc32\tools\makefile_templates\s60\Distribution.Policy.S60"/></task>
-      
-<!-- crete empty folders to get emulator work -->
-      <task><specialInstructions name="create_folder_emu" cwd="\" command="md \epoc32\wins\D"/></task> 
-      <task><specialInstructions name="create_folder_emu" cwd="\" command="md \epoc32\winscw\D"/></task> 
-  	</configuration>
-  
-   	<configuration name="S60_bldmelast" description="S60 bldmelast part" filter="S60_5_0,western">
-      <unitListRef unitList="S60_BLDVARIANT"/>   		
-   		<unitListRef unitList="S60_REGIONALVARIANT"/>
-
-<!-- for target arm9e -->
-      <task><specialInstructions name="EAacPlusCodecPlugin" cwd="\sf\os\mm\audio\ARM_CMMF_codecs\EAacPlusCodecPlugin\Group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="EAacPlusCodecPlugin" cwd="\sf\os\mm\audio\ARM_CMMF_codecs\EAacPlusCodecPlugin\Group" command="abld build arm9e -k"/></task> 
-
-<!--new configuration tool cenrep generation western --> 
-    <task><specialInstructions name="cenrep_generation" cwd="\epoc32\tools" command="call cli_build.cmd -master_conf s60 -impl \epoc32\rom\config\confml_data\s60 -confml \epoc32\rom\config\confml_data\s60 -ignore_errors"/></task> 
-
-<!-- do what for regional variant that those can be zipped from bldmelast build log file -->
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-  		<task><buildLayer command="abld makefile" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-  		<task><buildLayer command="abld -what build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-
-  	</configuration>
-
-   	<configuration name="S60_bldmelast_sf" description="S60 bldmelast part" filter="S60_5_0,western">
-      <unitListRef unitList="S60_BLDVARIANT_SF"/>   		
-   		<unitListRef unitList="S60_REGIONALVARIANT"/>
-
-<!-- for target arm9e -->
-<!--
-      <task><specialInstructions name="EAacPlusCodecPlugin" cwd="\sf\os\mm\audio\ARM_CMMF_codecs\EAacPlusCodecPlugin\Group" command="bldmake bldfiles -k"/></task> 
-      <task><specialInstructions name="EAacPlusCodecPlugin" cwd="\sf\os\mm\audio\ARM_CMMF_codecs\EAacPlusCodecPlugin\Group" command="abld build arm9e -k"/></task> 
--->
-<!--new configuration tool cenrep generation western --> 
-    <task><specialInstructions name="cenrep_generation" cwd="\epoc32\tools" command="call cli_build.cmd -master_conf s60 -impl \epoc32\rom\config\confml_data\s60 -confml \epoc32\rom\config\confml_data\s60 -ignore_errors"/></task> 
-
-<!-- do what for regional variant that those can be zipped from bldmelast build log file -->
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-  		<task><buildLayer command="abld makefile" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-  		<task><buildLayer command="abld -what build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-
-  	</configuration>
-
-   	<configuration name="S60_variant_china" description="S60 chinese regional variant" filter="S60_5_0,china">
-      <unitListRef unitList="S60_BLDVARIANT"/>
-      <unitListRef unitList="S60_REGIONALVARIANT"/>
-
-<!-- do what for regional variant that those can be zipped from bldmelast build log file -->
-  		<task><buildLayer command="toucher.exe ..\.." unitParallel="Y"/></task>
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><specialInstructions name="clean_version" cwd="\sf\os\deviceplatformrelease\Version\group" command="abld cleanexport -k"/></task> 
-<!-- this is not a mistake, bldmake bldfiles and exports have to do twice because of changes in bldvariant.hrh -->
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-  	</configuration>
-
-   	<configuration name="S60_variant_china_armv5" description="S60 chinese regional variant" filter="S60_5_0,china">
-      <unitListRef unitList="PF_BLDVARIANT"/>
-      <unitListRef unitList="S60_REGIONALVARIANT"/>
-
-<!-- do what for regional variant that those can be zipped from bldmelast build log file -->
-  		<task><buildLayer command="toucher.exe ..\.." unitParallel="Y"/></task>
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><specialInstructions name="clean_version" cwd="\sf\os\deviceplatformrelease\Version\group" command="abld cleanexport -k"/></task> 
-<!-- this is not a mistake, bldmake bldfiles and exports have to do twice because of changes in bldvariant.hrh -->
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_armv5" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default_armv5" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-  	</configuration>
-
-   	<configuration name="S60_variant_china_winscw" description="S60 chinese regional variant" filter="S60_5_0,china">
-      <unitListRef unitList="PF_BLDVARIANT"/>
-      <unitListRef unitList="S60_REGIONALVARIANT"/>
-
-<!-- do what for regional variant that those can be zipped from bldmelast build log file -->
-  		<task><buildLayer command="toucher.exe ..\.." unitParallel="Y"/></task>
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><specialInstructions name="clean_version" cwd="\sf\os\deviceplatformrelease\Version\group" command="abld cleanexport -k"/></task> 
-<!-- this is not a mistake, bldmake bldfiles and exports have to do twice because of changes in bldvariant.hrh -->
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_winscw" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default_winscw" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-  	</configuration>
-
-   	<configuration name="S60_variant_japan" description="S60 japanese regional variant" filter="S60_5_0,japan">
-      <unitListRef unitList="S60_BLDVARIANT"/>   
-      <unitListRef unitList="S60_REGIONALVARIANT"/>
-
-<!-- do what for regional variant that those can be zipped from bldmelast build log file -->
-  		<task><buildLayer command="toucher.exe ..\.." unitParallel="Y"/></task>
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><specialInstructions name="clean_version" cwd="\sf\os\deviceplatformrelease\Version\group" command="abld cleanexport -k"/></task> 
-<!-- this is not a mistake, bldmake bldfiles and exports have to do twice because of changes in bldvariant.hrh -->
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-  	</configuration>
-
-   	<configuration name="S60_variant_japan_winscw" description="S60 japanese regional variant" filter="S60_5_0,japan">
-      <unitListRef unitList="PF_BLDVARIANT"/>      
-      <unitListRef unitList="S60_REGIONALVARIANT"/>
-
-<!-- do what for regional variant that those can be zipped from bldmelast build log file -->
-  		<task><buildLayer command="toucher.exe ..\.." unitParallel="Y"/></task>
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><specialInstructions name="clean_version" cwd="\sf\os\deviceplatformrelease\Version\group" command="abld cleanexport -k"/></task> 
-<!-- this is not a mistake, bldmake bldfiles and exports have to do twice because of changes in bldvariant.hrh -->
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_winscw" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default_winscw" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-  	</configuration>
-  	
-   	<configuration name="S60_variant_japan_armv5" description="S60 japanese regional variant" filter="S60_5_0,japan">
-      <unitListRef unitList="PF_BLDVARIANT"/>
-      <unitListRef unitList="S60_REGIONALVARIANT"/>
-
-<!-- do what for regional variant that those can be zipped from bldmelast build log file -->
-  		<task><buildLayer command="toucher.exe ..\.." unitParallel="Y"/></task>
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><specialInstructions name="clean_version" cwd="\sf\os\deviceplatformrelease\Version\group" command="abld cleanexport -k"/></task> 
-<!-- this is not a mistake, bldmake bldfiles and exports have to do twice because of changes in bldvariant.hrh -->
-  		<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_armv5" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default_armv5" unitParallel="Y" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-  	</configuration>  
-
-		<configuration name="S60_5_1_clean" description="S60 5.1 clean build" filter="raptor_S60_5_1_clean">
-    	<unitListRef unitList="S60_COMMON_OSEXTENSION"/>
-    	<unitListRef unitList="S60_COMMON_OSEXTENSION_OEM"/>
-      <unitListRef unitList="S60_COMMON"/>
-      <unitListRef unitList="S60_OEM_BUILD"/>
-      <unitListRef unitList="S60_COMMON_OSEXTENSION_STUBS"/>
-      <unitListRef unitList="S60_COMMON_STUBS"/>
-      <unitListRef unitList="S60_BINARY_ONLY"/>
-      
-      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_tools" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld library" targetList="default_tools" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-    </configuration>
-
-		<configuration name="S60_5_1_sf" description="S60 5.1 clean build" filter="S60_5_0">
-    	<unitListRef unitList="S60_COMMON_OSEXTENSION"/>
-      <unitListRef unitList="S60_COMMON"/>
-      <unitListRef unitList="S60_SF_BUILD"/>
-      <unitListRef unitList="S60_COMMON_OSEXTENSION_STUBS"/>
-      <unitListRef unitList="S60_COMMON_STUBS"/>
-      <unitListRef unitList="S60_BINARY_ONLY_SF"/>
-      
-      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_tools" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld library" targetList="default_tools" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-    </configuration>
-
-
-		<configuration name="S60_winscw" description="S60 winscw build" filter="S60_5_0">
-    	<unitListRef unitList="S60_COMMON_OSEXTENSION"/>
-      <unitListRef unitList="S60_COMMON"/>
-      <unitListRef unitList="S60_COMMON_OSEXTENSION_STUBS"/>
-      <unitListRef unitList="S60_COMMON_STUBS"/>
-      <unitListRef unitList="S60_BINARY_ONLY"/>
-      <unitListRef unitList="S60_WINSCW_EXTRA"/>
-
-      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_tools" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld library" targetList="default_tools" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-    </configuration>
-
-		<configuration name="S60_5_1_fast" description="S60 5.1 clean build for winscw udeb and armv5 urel" filter="S60_5_0">
-    	<unitListRef unitList="S60_COMMON_OSEXTENSION"/>
-    	<unitListRef unitList="S60_COMMON_OSEXTENSION_OEM"/>
-      <unitListRef unitList="S60_COMMON"/>
-      <unitListRef unitList="S60_OEM_BUILD"/>
-      <unitListRef unitList="S60_COMMON_OSEXTENSION_STUBS"/>
-      <unitListRef unitList="S60_COMMON_STUBS"/>
-      <unitListRef unitList="S60_BINARY_ONLY"/>
-      
-      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_tools" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld library" targetList="default_tools" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default_debrel" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default_debrel" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default_debrel" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default_debrel" unitParallel="Y" targetParallel="Y"/></task>
-      
-    </configuration>
-
-
-		<configuration name="S60_5_1_complementary" description="S60 5.1 complementary build" filter="raptor_S60_5_1_complementary">
-      <unitListRef unitList="S60_COMMON_COMPLEMENTARY"/>
-      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_tools" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld library" targetList="default_tools" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-    </configuration>
-
-<!--  
-launch -what command for binary only component so thosa can be zipped  
-this configuration can be used only when those components has built among normal build
--->
-		<configuration name="binary_only_what" description="do what command for binary only components" filter="">
-      <unitListRef unitList="S60_BINARY_ONLY"/>
-      <task><buildLayer command="abld -what build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-    </configuration>
-
-
-<!--  OS Extension build configurations start  -->
-
-  	<configuration name="OSExt_bldmefirst" description="S60 OS Extension bldmefirst part" filter="osext">
-        <task><specialInstructions name="platform_path_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\platform_path_definitions_api\group" command="bldmake bldfiles -k"/></task> 
-        <task><specialInstructions name="platform_path_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\platform_path_definitions_api\group" command="abld export -k"/></task> 
-        <task><specialInstructions name="common_platform_security_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\common_platform_security_definitions_api\group" command="bldmake bldfiles -k"/></task> 
-        <task><specialInstructions name="common_platform_security_definitions_api" cwd="\sf\os\devicesrv\devicesrv_pub\common_platform_security_definitions_api\group" command="abld export -k"/></task> 
-  		<task><specialInstructions name="export feature.hrh" cwd="\sf\os\devicesrv\commonservices\commonengine\group" command="bldmake bldfiles -k"/></task>
-  		<task><specialInstructions name="export feature.hrh" cwd="\sf\os\devicesrv\commonservices\commonengine\group" command="abld export -k"/></task>
-  		<task><specialInstructions name="export platform_paths.hrh" cwd="\sf\os\devicesrv\featuremgmt\featuremanager\group" command="bldmake bldfiles -k"/></task>
-  		<task><specialInstructions name="export platform_paths.hrh" cwd="\sf\os\devicesrv\featuremgmt\featuremanager\group" command="abld export -k"/></task>
-  		<task><specialInstructions name="bldmake_S60_config" cwd="\config\s60_51_config\config\group" command="bldmake bldfiles -k"/></task>
-  		<task><specialInstructions name="bldmake_S60_config_oem" cwd="\config\s60_51_config\config\group\oem" command="bldmake bldfiles -k"/></task>
-  		<task><specialInstructions name="bldmake_S60_config_western" cwd="\config\s60_51_config\config\western\group" command="bldmake bldfiles -k"/></task>
-  		<task><specialInstructions name="export_S60_config" cwd="\config\s60_51_config\config\group" command="abld export -k"/></task>
-      <task><specialInstructions name="export_S60_config_oem" cwd="\config\s60_51_config\config\group\oem" command="abld export -k"/></task>
-      <task><specialInstructions name="export_S60_config_western" cwd="\config\s60_51_config\config\western\group" command="abld export -k"/></task>
-  	</configuration>
-
-	<configuration name="OSExt" description="S60 OS Extension build" filter="osext">
-	<unitListRef unitList="S60_COMMON_OSEXTENSION"/>
-	<unitListRef unitList="S60_COMMON_OSEXTENSION_STUBS"/>
-      <task><buildLayer command="bldmake bldfiles -k" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export -k" unitParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target -k" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-  	  <task><buildLayer command="abld final" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-    </configuration>
-
-   
-    <unitList name="S60_COMMON_OSEXTENSION" description="S60 common OSExtension">
-				<unitRef unit="sf_os_cellularsrv"/>
-        <unitRef unit="sf_os_deviceplatformrelease_S60LocFiles"/>   			
-        <unitRef unit="sf_os_deviceplatformrelease_S60Extras"/>   			
-        <unitRef unit="sf_os_deviceplatformrelease_S60Helps"/>
-        <unitRef unit="sf_os_deviceplatformrelease_Version"/>
-				<unitRef unit="sf_os_devicesrv"/>
-				<unitRef unit="sf_os_graphics"/>
-				<unitRef unit="sf_os_imagingext"/>
-				<unitRef unit="sf_os_lbs"/>
-				<unitRef unit="sf_os_mm"/>
-				<unitRef unit="sf_os_networkingsrv"/>
-				<unitRef unit="sf_os_mm_devsoundextensions_mmfdevsoundserverplatsec"/>
-				<unitRef unit="sf_os_mm_devsoundextensions_addeddevsoundcontrol"/>
-				<unitRef unit="sf_os_shortlinksrv"/>
-				<unitRef unit="sf_os_wlan"/>
-				<unitRef unit="sf_ostools_osrndtools"/>
-			</unitList>
-
-    <unitList name="S60_COMMON_OSEXTENSION_OEM" description="S60 common OSExtension OEM">
-				<unitRef unit="sf_os_imagingext_imagingmodules_Build"/>
-				<unitRef unit="sf_os_imagingext_imagingmodules_H264AVCVideoEncARM"/>
-				<unitRef unit="sf_os_mm_audio_AacEncoderPlugin"/>
-				<unitRef unit="sf_os_mm_audio_AmrNbCodecPlugin"/>
-				<unitRef unit="sf_os_mm_audio_AmrWbCodecPlugin"/>
-				<unitRef unit="sf_os_mm_audio_EAacPlusCodecPlugin"/>
-				<unitRef unit="sf_os_mm_audio_MP3CodecPlugin"/>
-				<unitRef unit="sf_os_mm_audio_WMADecoderPlugin"/>
-				<unitRef unit="sf_os_mm_video_ARM_MDF_Decoders"/>
-	  </unitList>
-
-    <unitList name="S60_COMMON" description="S60 common">
-				<unitRef unit="sf_mw_classicui"/>
-				<unitRef unit="sf_mw_accesssec"/>
-				<unitRef unit="sf_mw_appinstall"/>
-				<unitRef unit="sf_mw_appsupport"/>
-				<unitRef unit="sf_mw_camerasrv"/>
-				<unitRef unit="sf_mw_dlnasrv"/>
-				<unitRef unit="sf_mw_drm"/>
-				<unitRef unit="sf_mw_helix"/>
-				<unitRef unit="sf_mw_homescreensrv"/>
-				<unitRef unit="sf_mw_imghandling"/>
-				<unitRef unit="sf_mw_imsrv"/>
-				<unitRef unit="sf_mw_inputmethods"/>
-				<unitRef unit="sf_mw_ipappprotocols"/>
-				<unitRef unit="sf_mw_ipappsrv"/>
-				<unitRef unit="sf_mw_ipconnmgmt"/>
-				<unitRef unit="sf_mw_legacypresence"/>
-				<unitRef unit="sf_mw_locationsrv"/>
-				<unitRef unit="sf_mw_mds"/>
-				<unitRef unit="sf_mw_messagingmw"/>
-				<unitRef unit="sf_mw_metadatasrv"/>
-				<unitRef unit="sf_mw_mmappfw"/>
-				<unitRef unit="sf_mw_mmmw"/>
-				<unitRef unit="sf_mw_mmuifw"/>
-				<unitRef unit="sf_mw_mobiletv"/>
-				<unitRef unit="sf_mw_netprotocols"/>
-				<unitRef unit="sf_mw_networkingdm"/>
-				<unitRef unit="sf_mw_opensrv"/>
-				<unitRef unit="sf_mw_phonesrv"/>
-				<unitRef unit="sf_mw_remoteconn"/>
-				<unitRef unit="sf_mw_remotemgmt"/>
-				<unitRef unit="sf_mw_remotestorage"/>
-				<unitRef unit="sf_mw_securitysrv"/>
-				<unitRef unit="sf_mw_serviceapi"/>
-				<unitRef unit="sf_mw_serviceapifw"/>
-				<unitRef unit="sf_mw_shortlinkconn"/>
-				<unitRef unit="sf_mw_svgt"/>
-				<unitRef unit="sf_mw_uiaccelerator"/>
-				<unitRef unit="sf_mw_uiresources"/>
-				<unitRef unit="sf_mw_uitools"/>
-				<unitRef unit="sf_mw_videoutils"/>
-				<unitRef unit="sf_mw_web"/>
-				<unitRef unit="sf_mw_websrv"/>
-				<unitRef unit="sf_mw_wirelessacc"/>
-				<unitRef unit="sf_app_camera"/>
-				<unitRef unit="sf_app_conntools"/>
-				<unitRef unit="sf_app_screensaver"/>
-				<unitRef unit="sf_app_contacts"/>
-				<unitRef unit="sf_app_contentcontrol"/>
-				<unitRef unit="sf_app_conversations"/>
-				<unitRef unit="sf_app_devicecontrol"/>
-				<unitRef unit="sf_app_dictionary"/>
-				<unitRef unit="sf_app_files"/>
-				<unitRef unit="sf_app_graphicsuis"/>
-				<unitRef unit="sf_app_helps"/>
-				<unitRef unit="sf_app_homescreen"/>
-				<unitRef unit="sf_app_im"/>
-				<unitRef unit="sf_app_imgeditor"/>
-				<unitRef unit="sf_app_imgvieweruis"/>
-				<unitRef unit="sf_app_iptelephony"/>
-				<unitRef unit="sf_app_location"/>
-				<unitRef unit="sf_app_messaging"/>
-				<unitRef unit="sf_app_mmsharinguis"/>
-				<unitRef unit="sf_app_musicplayer"/>
-				<unitRef unit="sf_app_organizer"/>
-				<unitRef unit="sf_app_phone"/>
-				<unitRef unit="sf_app_photos"/>
-				<unitRef unit="sf_app_poc"/>
-				<unitRef unit="sf_app_profile"/>
-				<unitRef unit="sf_app_settingsuis"/>
-				<unitRef unit="sf_app_speechsrv"/>
-				<unitRef unit="sf_app_utils"/>
-				<unitRef unit="sf_app_videoeditor"/>
-				<unitRef unit="sf_app_videoplayer"/>
-				<unitRef unit="sf_app_videocenter"/>
-				<unitRef unit="sf_app_videotelephony"/>
-				<unitRef unit="sf_app_voicerec"/>
-				<unitRef unit="sf_app_webuis"/>
-				<unitRef unit="sf_os_textandloc"/>
-				<unitRef unit="sf_os_xmlsrv"/>
-				<unitRef unit="sf_os_ossrv"/>
-				<unitRef unit="sf_tools_buildplatforms"/>
-				<!--unitRef unit="sf_tools_build_s60"/>
-				<unitRef unit="sf_tools_makefile_templates"/-->
-				<unitRef unit="sf_tools_platformtools"/>
-				<!--unitRef unit="sf_tools_platsim"/-->
-				<unitRef unit="sf_tools_rndtools"/>
-				<unitRef unit="sf_tools_swconfigtools"/>
-				<unitRef unit="ext_mw_websrvde"/>
-				<unitRef unit="ext_tools_oemrndtools"/>
-				<!--<unitRef unit="sf_tools_themeinstaller"/> -->
-				<unitRef unit="ext_tools_toolsextensions"/>
-				<unitRef unit="sf_app_commonemail"/>
-				<unitRef unit="sf_app_radio"/>
-				<unitRef unit="sf_app_printing"/>
-				<unitRef unit="sf_mw_hapticsservices"/>
-				<unitRef unit="sf_app_gallery"/>
-    </unitList>
-
-    <unitList name="S60_OEM_BUILD" description="S60 OEM build">
-				<unitRef unit="sf_mw_mmmw_mtp"/>
-				<unitRef unit="sf_mw_helix"/>
-				<unitRef unit="sf_mw_helix_helix_ren_src"/>
-				<unitRef unit="sf_mw_securitysrv_pkiutilities_Certificates_OEM"/>
-				<unitRef unit="sf_mw_shortlinkconn_usbclasses_usbosdescriptorhandler"/>
-				<unitRef unit="sf_app_videotelephony_packetvideoengine_PacketVideoEngineBinaries"/>
-				<unitRef unit="sf_app_videotelephony_vtprotocols"/>
-				<unitRef unit="sf_os_graphics_graphicsaccelaration"/>
-				<unitRef unit="sf_os_graphics_graphics_pub"/>
-				<unitRef unit="sf_app_java"/>
-				<unitRef unit="sf_mw_appsupport_appsupport_plat_flash_mmi_service_interface_custom_api"/>
-				<unitRef unit="sf_mw_appsupport_appsupport_plat_flash_netscape_plugin_command_api"/>
-    </unitList>
-
-    <unitList name="S60_SF_BUILD" description="S60 SF build">
-				<unitRef unit="sf_mw_mmmw_mmfw_helix_stub"/>
-				<unitRef unit="sf_mw_securitysrv_pkiutilities_Certificates"/>
-				<unitRef unit="sf_mw_vpnclient"/>
-				<unitRef unit="sf_app_videotelephony_vtprotocolsstub"/>
-				<unitRef unit="sf_app_java_java_plat"/>
-				<unitRef unit="sf_app_java_java_stubs"/>
-				<unitRef unit="sf_os_cellularsrv_commonnetworkinterface"/>
-				<unitRef unit="sf_os_cellularsrv_basebandabstraction"/>
-				<unitRef unit="sf_os_cellularsrv_cellularsrv_plat_primary_pdp_context_qos_parameter_setting_api"/>
-    </unitList>
-
-    <unitList name="S60_COMMON_OSEXTENSION_STUBS" description="S60 common OSExtension">
-    	<unitRef unit="sf_adaptation_stubs_licensee_tsy_stub"/>
-    	<unitRef unit="sf_adaptation_stubs_simatk_tsy_stub"/>
-    	<unitRef unit="sf_adaptation_stubs_audiostubs"/>
-    	<unitRef unit="sf_adaptation_stubs_wlanhwinit_stub"/>
-			<unitRef unit="sf_adaptation_stubs_systemswstubs"/>
-    </unitList>
-
-    <unitList name="S60_COMMON_STUBS" description="S60 common adaptation stubs">
-			<unitRef unit="sf_adaptation_stubs_btaudioadaptation_stub"/>
-			<unitRef unit="sf_adaptation_stubs_drm_stubs"/>
-			<unitRef unit="sf_adaptation_stubs_posmsgpluginreferenceimpl"/>
-			<unitRef unit="sf_adaptation_stubs_srsfenginestub"/>
-			<unitRef unit="sf_adaptation_stubs_ocrsrv_stub"/>
-			<unitRef unit="sf_adaptation_stubs_power_save_display_mode_stub"/>
-			<unitRef unit="sf_adaptation_stubs_tactileclickplugin_stub"/>
-			<unitRef unit="sf_adaptation_stubs_omasuplasnconverterstubimpl"/>			
-    </unitList>
-
-    <unitList name="S60_COMMON_COMPLEMENTARY" description="S60 common complementary components">
-			<unitRef unit="ext_complementary_contentdownload"/>
-			<unitRef unit="ext_complementary_tfxserver"/>
-			<unitRef unit="ext_complementary_webvideo"/>
-			<unitRef unit="ext_complementary_wmdrmkeystorage_dist"/>
-			<unitRef unit="ext_complementary_wmdrmpd_dist"/>
-      <unitRef unit="ext_complementary_zipviewer"/>
-      <unitRef unit="ext_complementary_QuickOffice"/>
-      <unitRef unit="ext_complementary_adobereader"/>
-    </unitList>
-
-<!--    
-binary only are components that sources can not be delivered for all lisencees
-but components should be built in S60 platform builds
--->
-    <unitList name="S60_BINARY_ONLY" description="S60 build binary only components">
-      <!--<unitRef unit="sf_os_wlan_wlan_bearer_wlanengine_symbian_3.1"/>-->
-      <!--<unitRef unit="sf_mw_accesssec_eapol_eapol_symbian_ccxeapol"/>-->
-      <unitRef unit="sf_mw_helix_helix_ren_src"/>
-    </unitList>
-
-    <unitList name="S60_BINARY_ONLY_SF" description="S60 build binary only components">
-      <unitRef unit="sf_os_wlan_wlan_bearer_wlanengine_symbian_3.1"/>
-      <!--<unitRef unit="sf_mw_accesssec_eapol_eapol_symbian_ccxeapol"/>-->
-    </unitList>
-
-    <!--
-    extra components need to be build in winscw build
-    -->
-    <unitList name="S60_WINSCW_EXTRA" description="S60 build extra components">
-      <unitRef unit="sf_mw_accesssec_wlansecuritysettings_wlaneapsettingsui_ccx"/>
-    </unitList>
-
-    <unitList name="S60_BLDMEFIRST_EXPORT" description="S60 bldmefirst exports">
-      <unitRef unit="sf_os_devicesrv_featuremgmt_featuremanager"/>
-      <unitRef unit="sf_os_deviceplatformrelease_sf_config_config"/>
-      <unitRef unit="sf_os_deviceplatformrelease_sf_config_western"/>
-      <unitRef unit="sf_mw_uiresources_uigraphics_Bitmaps2"/>
-      <unitRef unit="sf_mw_uiresources_uigraphics_Icons"/>
-      <unitRef unit="sf_ostools_osrndtools_opensystemtrace"/>
-      <unitRef unit="sf_tools_buildplatforms"/>
-      <unitRef unit="sf_tools_homescreentools"/>
-    </unitList>
-
-    <unitList name="S60_BLDMEFIRST_EXPORT_OEM" description="S60 bldmefirst exports OEM">
-      <unitRef unit="sf_os_devicesrv_featuremgmt_featuremanager"/>
-      <unitRef unit="config_config"/>
-      <unitRef unit="config_config_oem"/>
-      <unitRef unit="config_config_western"/>
-      <unitRef unit="sf_mw_uiresources_uigraphics_Bitmaps2"/>
-      <unitRef unit="sf_mw_uiresources_uigraphics_Icons"/>
-      <unitRef unit="sf_ostools_osrndtools_opensystemtrace"/>
-      <unitRef unit="sf_tools_buildplatforms"/>
-      <unitRef unit="sf_tools_homescreentools"/>
-    </unitList>
-
-   <unitList name="S60_BLDVARIANT_SF" description="S60 bldvariant export">
-      <unitRef unit="sf_os_deviceplatformrelease_sf_config_config"/>
-      <unitRef unit="sf_os_deviceplatformrelease_sf_config_western"/>
-      <unitRef unit="sf_os_deviceplatformrelease_sf_config_apac"/>
-      <unitRef unit="sf_os_deviceplatformrelease_sf_config_japan"/>
-      <unitRef unit="sf_os_devicesrv_featuremgmt_featuremanager"/>
-    </unitList>
-
-   <unitList name="S60_BLDVARIANT" description="S60 bldvariant export">
-      <unitRef unit="config_config"/>
-      <unitRef unit="config_config_western"/>
-      <unitRef unit="config_config_apac"/>
-      <unitRef unit="config_config_japan"/>
-      <unitRef unit="sf_os_devicesrv_featuremgmt_featuremanager"/>
-    </unitList>
-
-    <unitList name="PF_BLDVARIANT" description="S60 bldvariant export">
-      <unitRef unit="pf_51_config_export"/>
-      <unitRef unit="config_config_western"/>
-      <unitRef unit="config_config_apac"/>
-      <unitRef unit="config_config_japan"/>
-      <unitRef unit="pf_51_featuremgr_var"/>
-    </unitList>
-    
-    <unitList name="S60_REGIONALVARIANT" description="S60 regional variant (western, china, japan) components">
-      <unitRef unit="sf_os_deviceplatformrelease_Version"/>
-      <unitRef unit="sf_os_textandloc_charconvfw_Findutil"/>
-      <unitRef unit="sf_os_textandloc_charconvfw_SortUtil"/>
-      <unitRef unit="sf_mw_uiresources_uigraphics_VariatedBitmaps"/>
-      <unitRef unit="sf_os_textandloc_charconvfw_ongoing"/>
-      <unitRef unit="sf_mw_uiresources_pictographs_AknPictograph"/>
-
-<!-- china specific components, should get rid of these --> 
-      <unitRef unit="sf_app_utils_extras_chinesedictionary"/>
-
-<!-- japan specific components, should get rid of these --> 
-      <unitRef unit="sf_app_dictionary_userdict"/>
-      <unitRef unit="sf_mw_inputmethods_textinput_Matsutake"/>
-      
-			<unitRef unit="sf_mw_inputmethods_textinput_peninputhwrboxjp"/> 
-      <unitRef unit="sf_mw_inputmethods_textinput_peninputvkbjp"/> 
-      <unitRef unit="sf_mw_inputmethods_textinput_PtiDecumaJpCore"/> 
-    </unitList>
-  </build>
-</SystemDefinition>
--- a/symbian2/split/sysdefs/S60_SystemModel.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25194 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE SystemDefinition [
- <!ELEMENT SystemDefinition (systemModel?, build?)>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (logicalset* | module*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels CDATA #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalset
-  name CDATA #REQUIRED
-  levels CDATA #IMPLIED
-  span CDATA #IMPLIED
-  level CDATA #IMPLIED>
- <!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalsubset name CDATA #REQUIRED>
- <!ELEMENT module (component* | unit* | package* | prebuilt*)*>
- <!ATTLIST module
-  name CDATA #REQUIRED
-  level CDATA #IMPLIED>
- <!ELEMENT component (unit* | package* | prebuilt*)*>
- <!ATTLIST component name CDATA #REQUIRED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  unitID ID #REQUIRED
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  bldFile CDATA #REQUIRED
-  priority CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT package EMPTY>
- <!ATTLIST package
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT prebuilt EMPTY>
- <!ATTLIST prebuilt
-  name CDATA #REQUIRED
-  version CDATA #REQUIRED
-  late (Y|N) #IMPLIED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
- <!ELEMENT unitList (unitRef+)>
- <!ATTLIST unitList
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT unitRef EMPTY>
- <!ATTLIST unitRef unit IDREF #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N | y | n) #REQUIRED>
- <!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
- <!ELEMENT unitListRef EMPTY>
- <!ATTLIST unitListRef unitList IDREF #REQUIRED>
- <!ELEMENT layerRef EMPTY>
- <!ATTLIST layerRef layerName CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N | y | n) #REQUIRED
-  targetParallel (Y | N | y | n) #IMPLIED>
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  command CDATA #REQUIRED>
-]>
-<SystemDefinition name="S60_SystemModel" schema="1.4.0">
-<systemModel>
-<layer name="sf">
-<logicalset name="adaptation">
-<logicalsubset name="stubs">
-<module name="PtiT9Core_stub">
-<component name="PtiT9Core_stub">
-<unit unitID="sf_adaptation_stubs_PtiT9Core_stub" name="PtiT9Core_stub" bldFile="\sf\adaptation\stubs\PtiT9Core_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="addeddevsoundcontrolcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_addeddevsoundcontrolcistub" name="addeddevsoundcontrolcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\addeddevsoundcontrolcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="aacdecoderconfigcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_aacdecoderconfigcistub" name="aacdecoderconfigcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\aacdecoderconfigcistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="audiovibracontrolcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_audiovibracontrolcistub" name="audiovibracontrolcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\audiovibracontrolcistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="eaacplusdecoderintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_eaacplusdecoderintfccistub" name="eaacplusdecoderintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\eaacplusdecoderintfccistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="errorconcealmentintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_errorconcealmentintfccistub" name="errorconcealmentintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\errorconcealmentintfccistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="g711decoderintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_g711decoderintfccistub" name="g711decoderintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\g711decoderintfccistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="g711encoderintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_g711encoderintfccistub" name="g711encoderintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\g711encoderintfccistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="g729decoderintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_g729decoderintfccistub" name="g729decoderintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\g729decoderintfccistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="g729encoderintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_g729encoderintfccistub" name="g729encoderintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\g729encoderintfccistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="audiocodeccistubs">
-<unit unitID="sf_adaptation_stubs_audiostubs_audiocodeccistubs" name="audiocodeccistubs" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="ilbcdecoderintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_ilbcdecoderintfccistub" name="ilbcdecoderintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\ilbcdecoderintfccistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="ilbcencoderintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_ilbcencoderintfccistub" name="ilbcencoderintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\ilbcencoderintfccistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="ra8decoderintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_ra8decoderintfccistub" name="ra8decoderintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\ra8decoderintfccistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="sbcencoderintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_sbcencoderintfccistub" name="sbcencoderintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\sbcencoderintfccistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="speechencoderconfigcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_speechencoderconfigcistub" name="speechencoderconfigcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\speechencoderconfigcistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="wmadecodercintfccistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_wmadecodercintfccistub" name="wmadecodercintfccistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiocodeccistubs\wmadecodercintfccistub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="audioequalizercistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_audioequalizercistub" name="audioequalizercistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\audioequalizercistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="bassboostcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_bassboostcistub" name="bassboostcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\bassboostcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="distanceattenuationcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_distanceattenuationcistub" name="distanceattenuationcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\distanceattenuationcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="environmentalreverbcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_environmentalreverbcistub" name="environmentalreverbcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\environmentalreverbcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="audioeffectscistubs">
-<unit unitID="sf_adaptation_stubs_audiostubs_audioeffectscistubs" name="audioeffectscistubs" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="listenerdopplercistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_listenerdopplercistub" name="listenerdopplercistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\listenerdopplercistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="listenerlocationcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_listenerlocationcistub" name="listenerlocationcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\listenerlocationcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="listenerorientationcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_listenerorientationcistub" name="listenerorientationcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\listenerorientationcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="loudnesscistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_loudnesscistub" name="loudnesscistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\loudnesscistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="roomlevelcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_roomlevelcistub" name="roomlevelcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\roomlevelcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="sourcedopplercistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_sourcedopplercistub" name="sourcedopplercistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\sourcedopplercistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="sourcelocationcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_sourcelocationcistub" name="sourcelocationcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\sourcelocationcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="sourceorientationcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_sourceorientationcistub" name="sourceorientationcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\sourceorientationcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="stereowideningcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_stereowideningcistub" name="stereowideningcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioeffectscistubs\stereowideningcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="CustomInterfaceProxyFactory_stub">
-<unit unitID="sf_adaptation_stubs_audiostubs_CustomInterfaceProxyFactory_stub" name="CustomInterfaceProxyFactory_stub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioenhancementfactorystubs\CustomInterfaceProxyFactory_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="audioenhancementfactorystubs">
-<unit unitID="sf_adaptation_stubs_audiostubs_audioenhancementfactorystubs" name="audioenhancementfactorystubs" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioenhancementfactorystubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="MessageHandlerFactory_stub">
-<unit unitID="sf_adaptation_stubs_audiostubs_MessageHandlerFactory_stub" name="MessageHandlerFactory_stub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioenhancementfactorystubs\MessageHandlerFactory_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="audioinputcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_audioinputcistub" name="audioinputcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audioinputcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="audiooutputcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_audiooutputcistub" name="audiooutputcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiooutputcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="audiovisualizationstub">
-<unit unitID="sf_adaptation_stubs_audiostubs_audiovisualizationstub" name="audiovisualizationstub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\audiovisualizationstub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="devsoundextensions_stubs">
-<unit unitID="sf_adaptation_stubs_audiostubs_devsoundextensions_stubs" name="devsoundextensions_stubs" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="mmfaudioserverfactorystub">
-<unit unitID="sf_adaptation_stubs_audiostubs_mmfaudioserverfactorystub" name="mmfaudioserverfactorystub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\mmfaudioserverfactorystub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="mmfdevsoundadaptation_stub">
-<unit unitID="sf_adaptation_stubs_audiostubs_mmfdevsoundadaptation_stub" name="mmfdevsoundadaptation_stub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\mmfdevsoundadaptation_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="restrictedaudiooutputcistub">
-<unit unitID="sf_adaptation_stubs_audiostubs_restrictedaudiooutputcistub" name="restrictedaudiooutputcistub" bldFile="\sf\adaptation\stubs\audiostubs\devsoundextensions_stubs\restrictedaudiooutputcistub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="fmradiotunercontrolstub">
-<unit unitID="sf_adaptation_stubs_audiostubs_fmradiotunercontrolstub" name="fmradiotunercontrolstub" bldFile="\sf\adaptation\stubs\audiostubs\fmradiotunercontrolstub\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="audiostubs">
-<component name="audiostubs">
-<unit unitID="sf_adaptation_stubs_audiostubs" name="audiostubs" bldFile="\sf\adaptation\stubs\audiostubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="btaudioadaptation_stub">
-<component name="btaudioadaptation_stub">
-<unit unitID="sf_adaptation_stubs_btaudioadaptation_stub" name="btaudioadaptation_stub" bldFile="\sf\adaptation\stubs\btaudioadaptation_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="drm_stubs">
-<component name="drm_stubs">
-<unit unitID="sf_adaptation_stubs_drm_stubs" name="drm_stubs" bldFile="\sf\adaptation\stubs\drm_stubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="licensee_tsy_stub">
-<component name="licensee_tsy_stub">
-<unit unitID="sf_adaptation_stubs_licensee_tsy_stub" name="licensee_tsy_stub" bldFile="\sf\adaptation\stubs\licensee_tsy_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="ocrsrv_stub">
-<component name="ocrsrv_stub">
-<unit unitID="sf_adaptation_stubs_ocrsrv_stub" name="ocrsrv_stub" bldFile="\sf\adaptation\stubs\ocrsrv_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="omasuplasnconverterstubimpl">
-<component name="omasuplasnconverterstubimpl">
-<unit unitID="sf_adaptation_stubs_omasuplasnconverterstubimpl" name="omasuplasnconverterstubimpl" bldFile="\sf\adaptation\stubs\omasuplasnconverterstubimpl\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="posmsgpluginreferenceimpl">
-<component name="posmsgpluginreferenceimpl">
-<unit unitID="sf_adaptation_stubs_posmsgpluginreferenceimpl" name="posmsgpluginreferenceimpl" bldFile="\sf\adaptation\stubs\posmsgpluginreferenceimpl\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="power_save_display_mode_stub">
-<component name="power_save_display_mode_stub">
-<unit unitID="sf_adaptation_stubs_power_save_display_mode_stub" name="power_save_display_mode_stub" bldFile="\sf\adaptation\stubs\power_save_display_mode_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="simatk_tsy_stub">
-<component name="simatk_tsy_stub">
-<unit unitID="sf_adaptation_stubs_simatk_tsy_stub" name="simatk_tsy_stub" bldFile="\sf\adaptation\stubs\simatk_tsy_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="srsfenginestub">
-<component name="adaptationhwdevice">
-<unit unitID="sf_adaptation_stubs_srsfenginestub_adaptationhwdevice" name="adaptationhwdevice" bldFile="\sf\adaptation\stubs\srsfenginestub\adaptationhwdevice\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="srsfenginestub">
-<component name="grcompilerhwdevice">
-<unit unitID="sf_adaptation_stubs_srsfenginestub_grcompilerhwdevice" name="grcompilerhwdevice" bldFile="\sf\adaptation\stubs\srsfenginestub\grcompilerhwdevice\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="srsfenginestub">
-<component name="srsfenginestub">
-<unit unitID="sf_adaptation_stubs_srsfenginestub" name="srsfenginestub" bldFile="\sf\adaptation\stubs\srsfenginestub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="srsfenginestub">
-<component name="nlphwdevice">
-<unit unitID="sf_adaptation_stubs_srsfenginestub_nlphwdevice" name="nlphwdevice" bldFile="\sf\adaptation\stubs\srsfenginestub\nlphwdevice\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="srsfenginestub">
-<component name="recognitionhwdevice">
-<unit unitID="sf_adaptation_stubs_srsfenginestub_recognitionhwdevice" name="recognitionhwdevice" bldFile="\sf\adaptation\stubs\srsfenginestub\recognitionhwdevice\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="srsfenginestub">
-<component name="ttphwdevice">
-<unit unitID="sf_adaptation_stubs_srsfenginestub_ttphwdevice" name="ttphwdevice" bldFile="\sf\adaptation\stubs\srsfenginestub\ttphwdevice\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="srsfenginestub">
-<component name="ttshwdevice">
-<unit unitID="sf_adaptation_stubs_srsfenginestub_ttshwdevice" name="ttshwdevice" bldFile="\sf\adaptation\stubs\srsfenginestub\ttshwdevice\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="srsfenginestub">
-<component name="vocmanhwdevice">
-<unit unitID="sf_adaptation_stubs_srsfenginestub_vocmanhwdevice" name="vocmanhwdevice" bldFile="\sf\adaptation\stubs\srsfenginestub\vocmanhwdevice\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="accessorypolicyreference">
-<unit unitID="sf_adaptation_stubs_systemswstubs_accessorypolicyreference" name="accessorypolicyreference" bldFile="\sf\adaptation\stubs\systemswstubs\accessorypolicyreference\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="asyreference">
-<unit unitID="sf_adaptation_stubs_systemswstubs_asyreference" name="asyreference" bldFile="\sf\adaptation\stubs\systemswstubs\asyreference\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="examplecommonisc">
-<unit unitID="sf_adaptation_stubs_systemswstubs_examplecommonisc" name="examplecommonisc" bldFile="\sf\adaptation\stubs\systemswstubs\examplecommonisc\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="exampledsy">
-<unit unitID="sf_adaptation_stubs_systemswstubs_exampledsy" name="exampledsy" bldFile="\sf\adaptation\stubs\systemswstubs\exampledsy\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="featuremanagerstub">
-<unit unitID="sf_adaptation_stubs_systemswstubs_featuremanagerstub" name="featuremanagerstub" bldFile="\sf\adaptation\stubs\systemswstubs\featuremanagerstub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="systemswstubs">
-<unit unitID="sf_adaptation_stubs_systemswstubs" name="systemswstubs" bldFile="\sf\adaptation\stubs\systemswstubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="hwrmhapticsstubplugin">
-<unit unitID="sf_adaptation_stubs_systemswstubs_hwrmhapticsstubplugin" name="hwrmhapticsstubplugin" bldFile="\sf\adaptation\stubs\systemswstubs\hwrmhapticsstubplugin\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="hwrmstubplugins">
-<unit unitID="sf_adaptation_stubs_systemswstubs_hwrmstubplugins" name="hwrmstubplugins" bldFile="\sf\adaptation\stubs\systemswstubs\hwrmstubplugins\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="sensorchannelsreference">
-<unit unitID="sf_adaptation_stubs_systemswstubs_sensorchannelsreference" name="sensorchannelsreference" bldFile="\sf\adaptation\stubs\systemswstubs\sensorchannelsreference\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="ssyreference">
-<unit unitID="sf_adaptation_stubs_systemswstubs_ssyreference" name="ssyreference" bldFile="\sf\adaptation\stubs\systemswstubs\ssyreference\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="startupadaptationstub">
-<unit unitID="sf_adaptation_stubs_systemswstubs_startupadaptationstub" name="startupadaptationstub" bldFile="\sf\adaptation\stubs\systemswstubs\startupadaptationstub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="tiltcompensationstub">
-<unit unitID="sf_adaptation_stubs_systemswstubs_tiltcompensationstub" name="tiltcompensationstub" bldFile="\sf\adaptation\stubs\systemswstubs\tiltcompensationstub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="TVOutConfig">
-<unit unitID="sf_adaptation_stubs_systemswstubs_TVOutConfig" name="TVOutConfig" bldFile="\sf\adaptation\stubs\systemswstubs\TVOutConfig\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="wiredbearerreference">
-<unit unitID="sf_adaptation_stubs_systemswstubs_wiredbearerreference" name="wiredbearerreference" bldFile="\sf\adaptation\stubs\systemswstubs\wiredbearerreference\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="tactileclickplugin_stub">
-<component name="tactileclickplugin_stub">
-<unit unitID="sf_adaptation_stubs_tactileclickplugin_stub" name="tactileclickplugin_stub" bldFile="\sf\adaptation\stubs\tactileclickplugin_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="wlanhwinit_stub">
-<component name="wlanhwinit_stub">
-<unit unitID="sf_adaptation_stubs_wlanhwinit_stub" name="wlanhwinit_stub" bldFile="\sf\adaptation\stubs\wlanhwinit_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="app">
-<logicalsubset name="camera">
-<module name="camera">
-<component name="camera">
-<unit unitID="sf_app_camera" name="camera" bldFile="\sf\app\camera\group" mrp=""/>
-</component>
-</module>
-<module name="camera_plat">
-<component name="active_palette_2_api">
-<unit unitID="sf_app_camera_camera_plat_active_palette_2_api" name="active_palette_2_api" bldFile="\sf\app\camera\camera_plat\active_palette_2_api\group" mrp=""/>
-</component>
-</module>
-<module name="camera_plat">
-<component name="camcorder_ui_constants_api">
-<unit unitID="sf_app_camera_camera_plat_camcorder_ui_constants_api" name="camcorder_ui_constants_api" bldFile="\sf\app\camera\camera_plat\camcorder_ui_constants_api\group" mrp=""/>
-</component>
-</module>
-<module name="camera_plat">
-<component name="camera_plat">
-<unit unitID="sf_app_camera_camera_plat" name="camera_plat" bldFile="\sf\app\camera\camera_plat\group" mrp=""/>
-</component>
-</module>
-<module name="camerauis">
-<component name="activepalette">
-<unit unitID="sf_app_camera_camerauis_activepalette" name="activepalette" bldFile="\sf\app\camera\camerauis\activepalette\Group" mrp=""/>
-</component>
-</module>
-<module name="camerauis">
-<component name="camerauiconfigmanager">
-<unit unitID="sf_app_camera_camerauis_camerauiconfigmanager" name="camerauiconfigmanager" bldFile="\sf\app\camera\camerauis\cameraapp\generic\camerauiconfigmanager\group" mrp=""/>
-</component>
-</module>
-<module name="camerauis">
-<component name="GsCamcorderPlugin">
-<unit unitID="sf_app_camera_camerauis_GsCamcorderPlugin" name="GsCamcorderPlugin" bldFile="\sf\app\camera\camerauis\cameraapp\generic\GsCamcorderPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="camerauis">
-<component name="cameraapp">
-<unit unitID="sf_app_camera_camerauis_cameraapp" name="cameraapp" bldFile="\sf\app\camera\camerauis\cameraapp\group" mrp=""/>
-</component>
-</module>
-<module name="camerauis">
-<component name="camerauis">
-<unit unitID="sf_app_camera_camerauis" name="camerauis" bldFile="\sf\app\camera\camerauis\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="commonemail">
-<module name="commonemail">
-<component name="commonemail">
-<unit unitID="sf_app_commonemail" name="commonemail" bldFile="\sf\app\commonemail\group" mrp=""/>
-</component>
-</module>
-<module name="email_plat">
-<component name="email_setup_plugin_api">
-<unit unitID="sf_app_commonemail_email_plat_email_setup_plugin_api" name="email_setup_plugin_api" bldFile="\sf\app\commonemail\email_plat\email_setup_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="email_plat">
-<component name="email_plat">
-<unit unitID="sf_app_commonemail_email_plat" name="email_plat" bldFile="\sf\app\commonemail\email_plat\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="contactactionmenu">
-<unit unitID="sf_app_commonemail_emailcontacts_contactactionmenu" name="contactactionmenu" bldFile="\sf\app\commonemail\emailcontacts\contactactionmenu\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="callplugin">
-<unit unitID="sf_app_commonemail_emailcontacts_callplugin" name="callplugin" bldFile="\sf\app\commonemail\emailcontacts\contactactionservice\callplugin\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="contactactionservice">
-<unit unitID="sf_app_commonemail_emailcontacts_contactactionservice" name="contactactionservice" bldFile="\sf\app\commonemail\emailcontacts\contactactionservice\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="pocplugin">
-<unit unitID="sf_app_commonemail_emailcontacts_pocplugin" name="pocplugin" bldFile="\sf\app\commonemail\emailcontacts\contactactionservice\pocplugin\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="saveascontactplugin">
-<unit unitID="sf_app_commonemail_emailcontacts_saveascontactplugin" name="saveascontactplugin" bldFile="\sf\app\commonemail\emailcontacts\contactactionservice\saveascontactplugin\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="sendplugin">
-<unit unitID="sf_app_commonemail_emailcontacts_sendplugin" name="sendplugin" bldFile="\sf\app\commonemail\emailcontacts\contactactionservice\sendplugin\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="emailcontacts">
-<unit unitID="sf_app_commonemail_emailcontacts" name="emailcontacts" bldFile="\sf\app\commonemail\emailcontacts\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="engine">
-<unit unitID="sf_app_commonemail_emailcontacts_engine" name="engine" bldFile="\sf\app\commonemail\emailcontacts\remotecontactlookup\engine\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="remotecontactlookup">
-<unit unitID="sf_app_commonemail_emailcontacts_remotecontactlookup" name="remotecontactlookup" bldFile="\sf\app\commonemail\emailcontacts\remotecontactlookup\group" mrp=""/>
-</component>
-</module>
-<module name="emailcontacts">
-<component name="settingplugin">
-<unit unitID="sf_app_commonemail_emailcontacts_settingplugin" name="settingplugin" bldFile="\sf\app\commonemail\emailcontacts\remotecontactlookup\settingplugin\group" mrp=""/>
-</component>
-</module>
-<module name="emailhelp">
-<component name="emailhelp">
-<unit unitID="sf_app_commonemail_emailhelp" name="emailhelp" bldFile="\sf\app\commonemail\emailhelp\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="emaildebug">
-<unit unitID="sf_app_commonemail_emailservices_emaildebug" name="emaildebug" bldFile="\sf\app\commonemail\emailservices\emaildebug\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="commonlib">
-<unit unitID="sf_app_commonemail_emailservices_commonlib" name="commonlib" bldFile="\sf\app\commonemail\emailservices\emailframework\commonlib\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="emailframework">
-<unit unitID="sf_app_commonemail_emailservices_emailframework" name="emailframework" bldFile="\sf\app\commonemail\emailservices\emailframework\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="cmailhandlerplugin">
-<unit unitID="sf_app_commonemail_emailservices_cmailhandlerplugin" name="cmailhandlerplugin" bldFile="\sf\app\commonemail\emailservices\emailserver\cmailhandlerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="emailserver">
-<unit unitID="sf_app_commonemail_emailservices_emailserver" name="emailserver" bldFile="\sf\app\commonemail\emailservices\emailserver\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="mailserverautostart">
-<unit unitID="sf_app_commonemail_emailservices_mailserverautostart" name="mailserverautostart" bldFile="\sf\app\commonemail\emailservices\emailserver\mailserverautostart\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="base_plugin">
-<unit unitID="sf_app_commonemail_emailservices_base_plugin" name="base_plugin" bldFile="\sf\app\commonemail\emailservices\emailstore\base_plugin\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="emailstore">
-<unit unitID="sf_app_commonemail_emailservices_emailstore" name="emailstore" bldFile="\sf\app\commonemail\emailservices\emailstore\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="client">
-<unit unitID="sf_app_commonemail_emailservices_client" name="client" bldFile="\sf\app\commonemail\emailservices\emailstore\message_store\client\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="debuglog">
-<unit unitID="sf_app_commonemail_emailservices_debuglog" name="debuglog" bldFile="\sf\app\commonemail\emailservices\emailstore\message_store\debuglog\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="exe">
-<unit unitID="sf_app_commonemail_emailservices_exe" name="exe" bldFile="\sf\app\commonemail\emailservices\emailstore\message_store\exe\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="message_store">
-<unit unitID="sf_app_commonemail_emailservices_message_store" name="message_store" bldFile="\sf\app\commonemail\emailservices\emailstore\message_store\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="PointSecMonitor">
-<unit unitID="sf_app_commonemail_emailservices_PointSecMonitor" name="PointSecMonitor" bldFile="\sf\app\commonemail\emailservices\emailstore\message_store\PointSecMonitor\Group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="server">
-<unit unitID="sf_app_commonemail_emailservices_server" name="server" bldFile="\sf\app\commonemail\emailservices\emailstore\message_store\server\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="preinstall">
-<unit unitID="sf_app_commonemail_emailservices_preinstall" name="preinstall" bldFile="\sf\app\commonemail\emailservices\emailstore\preinstall\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="emailservices">
-<unit unitID="sf_app_commonemail_emailservices" name="emailservices" bldFile="\sf\app\commonemail\emailservices\group" mrp=""/>
-</component>
-</module>
-<module name="emailservices">
-<component name="psmruadapter">
-<unit unitID="sf_app_commonemail_emailservices_psmruadapter" name="psmruadapter" bldFile="\sf\app\commonemail\emailservices\psmruadapter\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="emailui">
-<unit unitID="sf_app_commonemail_emailuis_emailui" name="emailui" bldFile="\sf\app\commonemail\emailuis\emailui\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="client">
-<unit unitID="sf_app_commonemail_emailuis_client" name="client" bldFile="\sf\app\commonemail\emailuis\emailui\sendasmtm\fsmtms\client\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="fsmtms">
-<unit unitID="sf_app_commonemail_emailuis_fsmtms" name="fsmtms" bldFile="\sf\app\commonemail\emailuis\emailui\sendasmtm\fsmtms\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="install">
-<unit unitID="sf_app_commonemail_emailuis_install" name="install" bldFile="\sf\app\commonemail\emailuis\emailui\sendasmtm\fsmtms\install\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="remove">
-<unit unitID="sf_app_commonemail_emailuis_remove" name="remove" bldFile="\sf\app\commonemail\emailuis\emailui\sendasmtm\fsmtms\remove\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="server">
-<unit unitID="sf_app_commonemail_emailuis_server" name="server" bldFile="\sf\app\commonemail\emailuis\emailui\sendasmtm\fsmtms\server\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="ui">
-<unit unitID="sf_app_commonemail_emailuis_ui" name="ui" bldFile="\sf\app\commonemail\emailuis\emailui\sendasmtm\fsmtms\ui\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="uidata">
-<unit unitID="sf_app_commonemail_emailuis_uidata" name="uidata" bldFile="\sf\app\commonemail\emailuis\emailui\sendasmtm\fsmtms\uidata\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="sendasmtm">
-<unit unitID="sf_app_commonemail_emailuis_sendasmtm" name="sendasmtm" bldFile="\sf\app\commonemail\emailuis\emailui\sendasmtm\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="sendashelper">
-<unit unitID="sf_app_commonemail_emailuis_sendashelper" name="sendashelper" bldFile="\sf\app\commonemail\emailuis\emailui\sendasmtm\sendashelper\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="emailuis">
-<unit unitID="sf_app_commonemail_emailuis" name="emailuis" bldFile="\sf\app\commonemail\emailuis\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="gsemailsettings">
-<unit unitID="sf_app_commonemail_emailuis_gsemailsettings" name="gsemailsettings" bldFile="\sf\app\commonemail\emailuis\gsemailsettings\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="fsscrollbarplugin">
-<unit unitID="sf_app_commonemail_emailuis_fsscrollbarplugin" name="fsscrollbarplugin" bldFile="\sf\app\commonemail\emailuis\uicomponents\fsscrollbarplugin\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="uicomponents">
-<unit unitID="sf_app_commonemail_emailuis_uicomponents" name="uicomponents" bldFile="\sf\app\commonemail\emailuis\uicomponents\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="widget">
-<unit unitID="sf_app_commonemail_emailuis_widget" name="widget" bldFile="\sf\app\commonemail\emailuis\widget\group" mrp=""/>
-</component>
-</module>
-<module name="emailuis">
-<component name="gswidgetsettings">
-<unit unitID="sf_app_commonemail_emailuis_gswidgetsettings" name="gswidgetsettings" bldFile="\sf\app\commonemail\emailuis\widget\gswidgetsettings\group" mrp=""/>
-</component>
-</module>
-<module name="ipsservices">
-<component name="ipsservices">
-<unit unitID="sf_app_commonemail_ipsservices" name="ipsservices" bldFile="\sf\app\commonemail\ipsservices\group" mrp=""/>
-</component>
-</module>
-<module name="ipsservices">
-<component name="ipssosaoplugin">
-<unit unitID="sf_app_commonemail_ipsservices_ipssosaoplugin" name="ipssosaoplugin" bldFile="\sf\app\commonemail\ipsservices\ipssosaoplugin\group" mrp=""/>
-</component>
-</module>
-<module name="ipsservices">
-<component name="ipssosplugin">
-<unit unitID="sf_app_commonemail_ipsservices_ipssosplugin" name="ipssosplugin" bldFile="\sf\app\commonemail\ipsservices\ipssosplugin\group" mrp=""/>
-</component>
-</module>
-<module name="ipsservices">
-<component name="ipssossettings">
-<unit unitID="sf_app_commonemail_ipsservices_ipssossettings" name="ipssossettings" bldFile="\sf\app\commonemail\ipsservices\ipssossettings\group" mrp=""/>
-</component>
-</module>
-<module name="legacy">
-<component name="iad_rofs">
-<unit unitID="sf_app_commonemail_legacy_iad_rofs" name="iad_rofs" bldFile="\sf\app\commonemail\legacy\iad_rofs\group" mrp=""/>
-</component>
-</module>
-<module name="legacy">
-<component name="ls_pt_hack">
-<unit unitID="sf_app_commonemail_legacy_ls_pt_hack" name="ls_pt_hack" bldFile="\sf\app\commonemail\legacy\ls_pt_hack\group" mrp=""/>
-</component>
-</module>
-<module name="legacy">
-<component name="settingwizard">
-<unit unitID="sf_app_commonemail_legacy_settingwizard" name="settingwizard" bldFile="\sf\app\commonemail\legacy\settingwizard\group" mrp=""/>
-</component>
-</module>
-<module name="legacy">
-<component name="starter">
-<unit unitID="sf_app_commonemail_legacy_starter" name="starter" bldFile="\sf\app\commonemail\legacy\starter\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="meetingrequest">
-<unit unitID="sf_app_commonemail_meetingrequest" name="meetingrequest" bldFile="\sf\app\commonemail\meetingrequest\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mragnversit2">
-<unit unitID="sf_app_commonemail_meetingrequest_mragnversit2" name="mragnversit2" bldFile="\sf\app\commonemail\meetingrequest\mragnversit2\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrcasplugin">
-<unit unitID="sf_app_commonemail_meetingrequest_mrcasplugin" name="mrcasplugin" bldFile="\sf\app\commonemail\meetingrequest\mrcasplugin\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrcommon">
-<unit unitID="sf_app_commonemail_meetingrequest_mrcommon" name="mrcommon" bldFile="\sf\app\commonemail\meetingrequest\mrcommon\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrdb">
-<unit unitID="sf_app_commonemail_meetingrequest_mrdb" name="mrdb" bldFile="\sf\app\commonemail\meetingrequest\mrdb\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrentry">
-<unit unitID="sf_app_commonemail_meetingrequest_mrentry" name="mrentry" bldFile="\sf\app\commonemail\meetingrequest\mrentry\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrgui">
-<unit unitID="sf_app_commonemail_meetingrequest_mrgui" name="mrgui" bldFile="\sf\app\commonemail\meetingrequest\mrgui\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrfieldbuildercommon">
-<unit unitID="sf_app_commonemail_meetingrequest_mrfieldbuildercommon" name="mrfieldbuildercommon" bldFile="\sf\app\commonemail\meetingrequest\mrgui\mrfieldbuildercommon\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrfieldbuilderplugin">
-<unit unitID="sf_app_commonemail_meetingrequest_mrfieldbuilderplugin" name="mrfieldbuilderplugin" bldFile="\sf\app\commonemail\meetingrequest\mrgui\mrfieldbuilderplugin\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrfieldbuilderpluginextension">
-<unit unitID="sf_app_commonemail_meetingrequest_mrfieldbuilderpluginextension" name="mrfieldbuilderpluginextension" bldFile="\sf\app\commonemail\meetingrequest\mrgui\mrfieldbuilderpluginextension\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrfieldevent">
-<unit unitID="sf_app_commonemail_meetingrequest_mrfieldevent" name="mrfieldevent" bldFile="\sf\app\commonemail\meetingrequest\mrgui\mrfieldevent\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrlocationplugin">
-<unit unitID="sf_app_commonemail_meetingrequest_mrlocationplugin" name="mrlocationplugin" bldFile="\sf\app\commonemail\meetingrequest\mrgui\mrlocationplugin\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mricalviewer">
-<unit unitID="sf_app_commonemail_meetingrequest_mricalviewer" name="mricalviewer" bldFile="\sf\app\commonemail\meetingrequest\mricalviewer\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrpolicy">
-<unit unitID="sf_app_commonemail_meetingrequest_mrpolicy" name="mrpolicy" bldFile="\sf\app\commonemail\meetingrequest\mrpolicy\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrservices">
-<unit unitID="sf_app_commonemail_meetingrequest_mrservices" name="mrservices" bldFile="\sf\app\commonemail\meetingrequest\mrservices\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrtasks">
-<unit unitID="sf_app_commonemail_meetingrequest_mrtasks" name="mrtasks" bldFile="\sf\app\commonemail\meetingrequest\mrtasks\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrurlparserplugin">
-<unit unitID="sf_app_commonemail_meetingrequest_mrurlparserplugin" name="mrurlparserplugin" bldFile="\sf\app\commonemail\meetingrequest\mrurlparserplugin\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrutils">
-<unit unitID="sf_app_commonemail_meetingrequest_mrutils" name="mrutils" bldFile="\sf\app\commonemail\meetingrequest\mrutils\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrutilscalplugin">
-<unit unitID="sf_app_commonemail_meetingrequest_mrutilscalplugin" name="mrutilscalplugin" bldFile="\sf\app\commonemail\meetingrequest\mrutilscalplugin\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrversit2">
-<unit unitID="sf_app_commonemail_meetingrequest_mrversit2" name="mrversit2" bldFile="\sf\app\commonemail\meetingrequest\mrversit2\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrviewer">
-<unit unitID="sf_app_commonemail_meetingrequest_mrviewer" name="mrviewer" bldFile="\sf\app\commonemail\meetingrequest\mrviewer\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequest">
-<component name="mrviewercalplugin">
-<unit unitID="sf_app_commonemail_meetingrequest_mrviewercalplugin" name="mrviewercalplugin" bldFile="\sf\app\commonemail\meetingrequest\mrviewercalplugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="conntools">
-<module name="conntools">
-<component name="conntools">
-<unit unitID="sf_app_conntools" name="conntools" bldFile="\sf\app\conntools\group" mrp=""/>
-</component>
-</module>
-<module name="emulatorlan">
-<component name="emulatorlan">
-<unit unitID="sf_app_conntools_emulatorlan" name="emulatorlan" bldFile="\sf\app\conntools\emulatorlan\group" mrp=""/>
-</component>
-</module>
-<module name="nettools">
-<component name="conntest">
-<unit unitID="sf_app_conntools_nettools_conntest" name="conntest" bldFile="\sf\app\conntools\nettools\conntest\group" mrp=""/>
-</component>
-</module>
-<module name="nettools">
-<component name="probe">
-<unit unitID="sf_app_conntools_nettools_probe" name="probe" bldFile="\sf\app\conntools\nettools\conntest\probe\group" mrp=""/>
-</component>
-</module>
-<module name="nettools">
-<component name="nettools">
-<unit unitID="sf_app_conntools_nettools" name="nettools" bldFile="\sf\app\conntools\nettools\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="contacts">
-<module name="contacts">
-<component name="contacts">
-<unit unitID="sf_app_contacts" name="contacts" bldFile="\sf\app\contacts\group" mrp=""/>
-</component>
-</module>
-<module name="ccservices">
-<component name="bpas">
-<unit unitID="sf_app_contacts_ccservices_bpas" name="bpas" bldFile="\sf\app\contacts\ccservices\cmsservices\bpas\group" mrp=""/>
-</component>
-</module>
-<module name="ccservices">
-<component name="cmscontactor">
-<unit unitID="sf_app_contacts_ccservices_cmscontactor" name="cmscontactor" bldFile="\sf\app\contacts\ccservices\cmsservices\cmscontactor\group" mrp=""/>
-</component>
-</module>
-<module name="ccservices">
-<component name="Client">
-<unit unitID="sf_app_contacts_ccservices_Client" name="Client" bldFile="\sf\app\contacts\ccservices\cmsservices\cmsengine\Client\group" mrp=""/>
-</component>
-</module>
-<module name="ccservices">
-<component name="cmsengine">
-<unit unitID="sf_app_contacts_ccservices_cmsengine" name="cmsengine" bldFile="\sf\app\contacts\ccservices\cmsservices\cmsengine\group" mrp=""/>
-</component>
-</module>
-<module name="ccservices">
-<component name="Server">
-<unit unitID="sf_app_contacts_ccservices_Server" name="Server" bldFile="\sf\app\contacts\ccservices\cmsservices\cmsengine\Server\group" mrp=""/>
-</component>
-</module>
-<module name="ccservices">
-<component name="contactpresence">
-<unit unitID="sf_app_contacts_ccservices_contactpresence" name="contactpresence" bldFile="\sf\app\contacts\ccservices\cmsservices\contactpresence\group" mrp=""/>
-</component>
-</module>
-<module name="ccservices">
-<component name="cmsservices">
-<unit unitID="sf_app_contacts_ccservices_cmsservices" name="cmsservices" bldFile="\sf\app\contacts\ccservices\cmsservices\group" mrp=""/>
-</component>
-</module>
-<module name="ccservices">
-<component name="presencetrafficlights">
-<unit unitID="sf_app_contacts_ccservices_presencetrafficlights" name="presencetrafficlights" bldFile="\sf\app\contacts\ccservices\cmsservices\presencetrafficlights\group" mrp=""/>
-</component>
-</module>
-<module name="ccservices">
-<component name="ccservices">
-<unit unitID="sf_app_contacts_ccservices" name="ccservices" bldFile="\sf\app\contacts\ccservices\group" mrp=""/>
-</component>
-</module>
-<module name="contactextensions">
-<component name="contactextensions">
-<unit unitID="sf_app_contacts_contactextensions" name="contactextensions" bldFile="\sf\app\contacts\contactextensions\group" mrp=""/>
-</component>
-</module>
-<module name="contactextensions">
-<component name="predefinedcontacts">
-<unit unitID="sf_app_contacts_contactextensions_predefinedcontacts" name="predefinedcontacts" bldFile="\sf\app\contacts\contactextensions\predefinedcontacts\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="cca_launch_api">
-<unit unitID="sf_app_contacts_contacts_plat_cca_launch_api" name="cca_launch_api" bldFile="\sf\app\contacts\contacts_plat\cca_launch_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="cca_view_plugin_api">
-<unit unitID="sf_app_contacts_contacts_plat_cca_view_plugin_api" name="cca_view_plugin_api" bldFile="\sf\app\contacts\contacts_plat\cca_view_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="cms_client_api">
-<unit unitID="sf_app_contacts_contacts_plat_cms_client_api" name="cms_client_api" bldFile="\sf\app\contacts\contacts_plat\cms_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="cms_contactor_api">
-<unit unitID="sf_app_contacts_contacts_plat_cms_contactor_api" name="cms_contactor_api" bldFile="\sf\app\contacts\contacts_plat\cms_contactor_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="contactpresence_api">
-<unit unitID="sf_app_contacts_contacts_plat_contactpresence_api" name="contactpresence_api" bldFile="\sf\app\contacts\contacts_plat\contactpresence_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="contacts_plat">
-<unit unitID="sf_app_contacts_contacts_plat" name="contacts_plat" bldFile="\sf\app\contacts\contacts_plat\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="logs_application_engine_api">
-<unit unitID="sf_app_contacts_contacts_plat_logs_application_engine_api" name="logs_application_engine_api" bldFile="\sf\app\contacts\contacts_plat\logs_application_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="logs_engine_api_extensions">
-<unit unitID="sf_app_contacts_contacts_plat_logs_engine_api_extensions" name="logs_engine_api_extensions" bldFile="\sf\app\contacts\contacts_plat\logs_engine_api_extensions\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="logs_timers_api">
-<unit unitID="sf_app_contacts_contacts_plat_logs_timers_api" name="logs_timers_api" bldFile="\sf\app\contacts\contacts_plat\logs_timers_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="logs_ui_command_line_api">
-<unit unitID="sf_app_contacts_contacts_plat_logs_ui_command_line_api" name="logs_ui_command_line_api" bldFile="\sf\app\contacts\contacts_plat\logs_ui_command_line_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_commands_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_commands_api" name="phonebook_2_commands_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_commands_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_common_ui_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_common_ui_api" name="phonebook_2_common_ui_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_common_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_icon_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_icon_api" name="phonebook_2_icon_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_icon_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_image_management_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_image_management_api" name="phonebook_2_image_management_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_image_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_presentation_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_presentation_api" name="phonebook_2_presentation_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_presentation_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_store_configuration_management_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_store_configuration_management_api" name="phonebook_2_store_configuration_management_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_store_configuration_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_store_property_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_store_property_api" name="phonebook_2_store_property_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_store_property_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_thin_ui_extension_plugin_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_thin_ui_extension_plugin_api" name="phonebook_2_thin_ui_extension_plugin_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_thin_ui_extension_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_ui_controls_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_ui_controls_api" name="phonebook_2_ui_controls_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_ui_controls_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_ui_extension_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_ui_extension_api" name="phonebook_2_ui_extension_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_ui_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_ui_extension_definition_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_ui_extension_definition_api" name="phonebook_2_ui_extension_definition_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_ui_extension_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_ui_extension_plugin_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_ui_extension_plugin_api" name="phonebook_2_ui_extension_plugin_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_ui_extension_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_ui_utilities_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_ui_utilities_api" name="phonebook_2_ui_utilities_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_ui_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_xsp_extension_manager_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_xsp_extension_manager_api" name="phonebook_2_xsp_extension_manager_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_xsp_extension_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_2_xsp_view_activation_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_2_xsp_view_activation_api" name="phonebook_2_xsp_view_activation_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_2_xsp_view_activation_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_engine_extension_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_engine_extension_api" name="phonebook_engine_extension_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_engine_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_extension_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_extension_api" name="phonebook_extension_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_internal_appfw_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_internal_appfw_api" name="phonebook_internal_appfw_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_internal_appfw_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_internal_common_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_internal_common_api" name="phonebook_internal_common_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_internal_common_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_internal_data_management_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_internal_data_management_api" name="phonebook_internal_data_management_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_internal_data_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_internal_ui_utilities_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_internal_ui_utilities_api" name="phonebook_internal_ui_utilities_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_internal_ui_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_public_constants_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_public_constants_api" name="phonebook_public_constants_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_public_constants_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_thumbnails_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_thumbnails_api" name="phonebook_thumbnails_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_thumbnails_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="phonebook_ui_controls_api">
-<unit unitID="sf_app_contacts_contacts_plat_phonebook_ui_controls_api" name="phonebook_ui_controls_api" bldFile="\sf\app\contacts\contacts_plat\phonebook_ui_controls_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="predictivesearch_adapters_api">
-<unit unitID="sf_app_contacts_contacts_plat_predictivesearch_adapters_api" name="predictivesearch_adapters_api" bldFile="\sf\app\contacts\contacts_plat\predictivesearch_adapters_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="predictivesearch_algorithm_api">
-<unit unitID="sf_app_contacts_contacts_plat_predictivesearch_algorithm_api" name="predictivesearch_algorithm_api" bldFile="\sf\app\contacts\contacts_plat\predictivesearch_algorithm_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="predictivesearch_client_api">
-<unit unitID="sf_app_contacts_contacts_plat_predictivesearch_client_api" name="predictivesearch_client_api" bldFile="\sf\app\contacts\contacts_plat\predictivesearch_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="predictivesearch_utils_api">
-<unit unitID="sf_app_contacts_contacts_plat_predictivesearch_utils_api" name="predictivesearch_utils_api" bldFile="\sf\app\contacts\contacts_plat\predictivesearch_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="presence_cache_api">
-<unit unitID="sf_app_contacts_contacts_plat_presence_cache_api" name="presence_cache_api" bldFile="\sf\app\contacts\contacts_plat\presence_cache_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="speed_dial_dialogs_api">
-<unit unitID="sf_app_contacts_contacts_plat_speed_dial_dialogs_api" name="speed_dial_dialogs_api" bldFile="\sf\app\contacts\contacts_plat\speed_dial_dialogs_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="virtual_phonebook_configuration_api">
-<unit unitID="sf_app_contacts_contacts_plat_virtual_phonebook_configuration_api" name="virtual_phonebook_configuration_api" bldFile="\sf\app\contacts\contacts_plat\virtual_phonebook_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="virtual_phonebook_copy_policy_api">
-<unit unitID="sf_app_contacts_contacts_plat_virtual_phonebook_copy_policy_api" name="virtual_phonebook_copy_policy_api" bldFile="\sf\app\contacts\contacts_plat\virtual_phonebook_copy_policy_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="virtual_phonebook_engine_api">
-<unit unitID="sf_app_contacts_contacts_plat_virtual_phonebook_engine_api" name="virtual_phonebook_engine_api" bldFile="\sf\app\contacts\contacts_plat\virtual_phonebook_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="virtual_phonebook_migration_support_api">
-<unit unitID="sf_app_contacts_contacts_plat_virtual_phonebook_migration_support_api" name="virtual_phonebook_migration_support_api" bldFile="\sf\app\contacts\contacts_plat\virtual_phonebook_migration_support_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="virtual_phonebook_policy_api">
-<unit unitID="sf_app_contacts_contacts_plat_virtual_phonebook_policy_api" name="virtual_phonebook_policy_api" bldFile="\sf\app\contacts\contacts_plat\virtual_phonebook_policy_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="virtual_phonebook_sim_services_api">
-<unit unitID="sf_app_contacts_contacts_plat_virtual_phonebook_sim_services_api" name="virtual_phonebook_sim_services_api" bldFile="\sf\app\contacts\contacts_plat\virtual_phonebook_sim_services_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="virtual_phonebook_store_api">
-<unit unitID="sf_app_contacts_contacts_plat_virtual_phonebook_store_api" name="virtual_phonebook_store_api" bldFile="\sf\app\contacts\contacts_plat\virtual_phonebook_store_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="virtual_phonebook_vcard_api">
-<unit unitID="sf_app_contacts_contacts_plat_virtual_phonebook_vcard_api" name="virtual_phonebook_vcard_api" bldFile="\sf\app\contacts\contacts_plat\virtual_phonebook_vcard_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_plat">
-<component name="virtual_phonebook_view_definition_api">
-<unit unitID="sf_app_contacts_contacts_plat_virtual_phonebook_view_definition_api" name="virtual_phonebook_view_definition_api" bldFile="\sf\app\contacts\contacts_plat\virtual_phonebook_view_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_pub">
-<component name="contacts_pub">
-<unit unitID="sf_app_contacts_contacts_pub" name="contacts_pub" bldFile="\sf\app\contacts\contacts_pub\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_pub">
-<component name="phonebook_data_addedit_ui_api">
-<unit unitID="sf_app_contacts_contacts_pub_phonebook_data_addedit_ui_api" name="phonebook_data_addedit_ui_api" bldFile="\sf\app\contacts\contacts_pub\phonebook_data_addedit_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_pub">
-<component name="phonebook_data_management_api">
-<unit unitID="sf_app_contacts_contacts_pub_phonebook_data_management_api" name="phonebook_data_management_api" bldFile="\sf\app\contacts\contacts_pub\phonebook_data_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_pub">
-<component name="phonebook_fetch_ui_api">
-<unit unitID="sf_app_contacts_contacts_pub_phonebook_fetch_ui_api" name="phonebook_fetch_ui_api" bldFile="\sf\app\contacts\contacts_pub\phonebook_fetch_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_pub">
-<component name="phonebook_thumbnail_operation_api">
-<unit unitID="sf_app_contacts_contacts_pub_phonebook_thumbnail_operation_api" name="phonebook_thumbnail_operation_api" bldFile="\sf\app\contacts\contacts_pub\phonebook_thumbnail_operation_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_pub">
-<component name="phonebook_ui_utilities_api">
-<unit unitID="sf_app_contacts_contacts_pub_phonebook_ui_utilities_api" name="phonebook_ui_utilities_api" bldFile="\sf\app\contacts\contacts_pub\phonebook_ui_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_pub">
-<component name="phonebook_vcard_importexport_api">
-<unit unitID="sf_app_contacts_contacts_pub_phonebook_vcard_importexport_api" name="phonebook_vcard_importexport_api" bldFile="\sf\app\contacts\contacts_pub\phonebook_vcard_importexport_api\group" mrp=""/>
-</component>
-</module>
-<module name="contacts_pub">
-<component name="speed_dial_utility_control_api">
-<unit unitID="sf_app_contacts_contacts_pub_speed_dial_utility_control_api" name="speed_dial_utility_control_api" bldFile="\sf\app\contacts\contacts_pub\speed_dial_utility_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="logsui">
-<component name="logsui">
-<unit unitID="sf_app_contacts_logsui" name="logsui" bldFile="\sf\app\contacts\logsui\group" mrp=""/>
-</component>
-</module>
-<module name="logsui">
-<component name="logsserviceextension">
-<unit unitID="sf_app_contacts_logsui_logsserviceextension" name="logsserviceextension" bldFile="\sf\app\contacts\logsui\logsserviceextension\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookengines">
-<component name="CntFindPlugin">
-<unit unitID="sf_app_contacts_phonebookengines_CntFindPlugin" name="CntFindPlugin" bldFile="\sf\app\contacts\phonebookengines\CntFindPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookengines">
-<component name="CntSortPlugin">
-<unit unitID="sf_app_contacts_phonebookengines_CntSortPlugin" name="CntSortPlugin" bldFile="\sf\app\contacts\phonebookengines\CntSortPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookengines">
-<component name="phonebookengines">
-<unit unitID="sf_app_contacts_phonebookengines" name="phonebookengines" bldFile="\sf\app\contacts\phonebookengines\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookengines">
-<component name="VirtualPhonebook">
-<unit unitID="sf_app_contacts_phonebookengines_VirtualPhonebook" name="VirtualPhonebook" bldFile="\sf\app\contacts\phonebookengines\VirtualPhonebook\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookengines">
-<component name="VPbkCntModel">
-<unit unitID="sf_app_contacts_phonebookengines_VPbkCntModel" name="VPbkCntModel" bldFile="\sf\app\contacts\phonebookengines\VirtualPhonebook\VPbkCntModel\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookengines">
-<component name="VPbkEng">
-<unit unitID="sf_app_contacts_phonebookengines_VPbkEng" name="VPbkEng" bldFile="\sf\app\contacts\phonebookengines\VirtualPhonebook\VPbkEng\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookengines">
-<component name="VPbkEngUtils">
-<unit unitID="sf_app_contacts_phonebookengines_VPbkEngUtils" name="VPbkEngUtils" bldFile="\sf\app\contacts\phonebookengines\VirtualPhonebook\VPbkEngUtils\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookengines">
-<component name="VPbkSimStoreImpl">
-<unit unitID="sf_app_contacts_phonebookengines_VPbkSimStoreImpl" name="VPbkSimStoreImpl" bldFile="\sf\app\contacts\phonebookengines\VirtualPhonebook\VPbkSimStoreImpl\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookengines">
-<component name="VPbkSimStoreService">
-<unit unitID="sf_app_contacts_phonebookengines_VPbkSimStoreService" name="VPbkSimStoreService" bldFile="\sf\app\contacts\phonebookengines\VirtualPhonebook\VPbkSimStoreService\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="phonebookui">
-<unit unitID="sf_app_contacts_phonebookui" name="phonebookui" bldFile="\sf\app\contacts\phonebookui\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="Phonebook">
-<unit unitID="sf_app_contacts_phonebookui_Phonebook" name="Phonebook" bldFile="\sf\app\contacts\phonebookui\Phonebook\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="ccacommlauncherplugin">
-<unit unitID="sf_app_contacts_phonebookui_ccacommlauncherplugin" name="ccacommlauncherplugin" bldFile="\sf\app\contacts\phonebookui\Phonebook2\ccapplication\ccacommlauncherplugin\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="ccacontactorservice">
-<unit unitID="sf_app_contacts_phonebookui_ccacontactorservice" name="ccacontactorservice" bldFile="\sf\app\contacts\phonebookui\Phonebook2\ccapplication\ccacontactorservice\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="ccadetailsviewplugin">
-<unit unitID="sf_app_contacts_phonebookui_ccadetailsviewplugin" name="ccadetailsviewplugin" bldFile="\sf\app\contacts\phonebookui\Phonebook2\ccapplication\ccadetailsviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="ccaclient">
-<unit unitID="sf_app_contacts_phonebookui_ccaclient" name="ccaclient" bldFile="\sf\app\contacts\phonebookui\Phonebook2\ccapplication\ccapp\ccaclient\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="ccapputil">
-<unit unitID="sf_app_contacts_phonebookui_ccapputil" name="ccapputil" bldFile="\sf\app\contacts\phonebookui\Phonebook2\ccapplication\ccapp\ccapputil\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="ccapp">
-<unit unitID="sf_app_contacts_phonebookui_ccapp" name="ccapp" bldFile="\sf\app\contacts\phonebookui\Phonebook2\ccapplication\ccapp\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="ccapplication">
-<unit unitID="sf_app_contacts_phonebookui_ccapplication" name="ccapplication" bldFile="\sf\app\contacts\phonebookui\Phonebook2\ccapplication\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="Phonebook2">
-<unit unitID="sf_app_contacts_phonebookui_Phonebook2" name="Phonebook2" bldFile="\sf\app\contacts\phonebookui\Phonebook2\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="Speeddial">
-<unit unitID="sf_app_contacts_phonebookui_Speeddial" name="Speeddial" bldFile="\sf\app\contacts\phonebookui\Speeddial\group" mrp=""/>
-</component>
-</module>
-<module name="phonebookui">
-<component name="speeddialgsplugin">
-<unit unitID="sf_app_contacts_phonebookui_speeddialgsplugin" name="speeddialgsplugin" bldFile="\sf\app\contacts\phonebookui\Speeddial\speeddialgsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="predictivesearch">
-<component name="contacts">
-<unit unitID="sf_app_predictivesearch_contacts" name="contacts" bldFile="\sf\app\contacts\predictivesearch\adapters\contacts\group" mrp=""/>
-</component>
-</module>
-<module name="predictivesearch">
-<component name="predictivesearch">
-<unit unitID="sf_app_contacts_predictivesearch" name="predictivesearch" bldFile="\sf\app\contacts\predictivesearch\group" mrp=""/>
-</component>
-</module>
-<module name="predictivesearch">
-<component name="Algorithm1">
-<unit unitID="sf_app_contacts_predictivesearch_Algorithm1" name="Algorithm1" bldFile="\sf\app\contacts\predictivesearch\PcsAlgorithm\Algorithm1\group" mrp=""/>
-</component>
-</module>
-<module name="predictivesearch">
-<component name="PcsServer">
-<unit unitID="sf_app_contacts_predictivesearch_PcsServer" name="PcsServer" bldFile="\sf\app\contacts\predictivesearch\PcsServer\group" mrp=""/>
-</component>
-</module>
-<module name="predictivesearch">
-<component name="PcsServerClientAPI">
-<unit unitID="sf_app_contacts_predictivesearch_PcsServerClientAPI" name="PcsServerClientAPI" bldFile="\sf\app\contacts\predictivesearch\PcsServerClientAPI\group" mrp=""/>
-</component>
-</module>
-<module name="predictivesearch">
-<component name="PcsUtils">
-<unit unitID="sf_app_contacts_predictivesearch_PcsUtils" name="PcsUtils" bldFile="\sf\app\contacts\predictivesearch\PcsUtils\group" mrp=""/>
-</component>
-</module>
-<module name="presencecache">
-<component name="presencecache">
-<unit unitID="sf_app_contacts_presencecache" name="presencecache" bldFile="\sf\app\contacts\presencecache\group" mrp=""/>
-</component>
-</module>
-<module name="presencecache">
-<component name="presencecacheclient2">
-<unit unitID="sf_app_contacts_presencecache_presencecacheclient2" name="presencecacheclient2" bldFile="\sf\app\contacts\presencecache\presencecacheclient2\group" mrp=""/>
-</component>
-</module>
-<module name="presencecache">
-<component name="presencecacheserver2">
-<unit unitID="sf_app_contacts_presencecache_presencecacheserver2" name="presencecacheserver2" bldFile="\sf\app\contacts\presencecache\presencecacheserver2\group" mrp=""/>
-</component>
-</module>
-<module name="presencecache">
-<component name="presencecacheutils">
-<unit unitID="sf_app_contacts_presencecache_presencecacheutils" name="presencecacheutils" bldFile="\sf\app\contacts\presencecache\presencecacheutils\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="contentcontrol">
-<module name="contentcontrol">
-<component name="contentcontrol">
-<unit unitID="sf_app_contentcontrol" name="contentcontrol" bldFile="\sf\app\contentcontrol\group" mrp=""/>
-</component>
-</module>
-<module name="contentctrl_plat">
-<component name="contentctrl_plat">
-<unit unitID="sf_app_contentcontrol_contentctrl_plat" name="contentctrl_plat" bldFile="\sf\app\contentcontrol\contentctrl_plat\group" mrp=""/>
-</component>
-</module>
-<module name="contentctrl_plat">
-<component name="oma_ds_email_client_mtm_api">
-<unit unitID="sf_app_contentcontrol_contentctrl_plat_oma_ds_email_client_mtm_api" name="oma_ds_email_client_mtm_api" bldFile="\sf\app\contentcontrol\contentctrl_plat\oma_ds_email_client_mtm_api\group" mrp=""/>
-</component>
-</module>
-<module name="contentctrl_plat">
-<component name="oma_ds_presync_plugin_api">
-<unit unitID="sf_app_contentcontrol_contentctrl_plat_oma_ds_presync_plugin_api" name="oma_ds_presync_plugin_api" bldFile="\sf\app\contentcontrol\contentctrl_plat\oma_ds_presync_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="omads">
-<unit unitID="sf_app_contentcontrol_omads" name="omads" bldFile="\sf\app\contentcontrol\omads\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="AiwSyncProvider">
-<unit unitID="sf_app_contentcontrol_omads_AiwSyncProvider" name="AiwSyncProvider" bldFile="\sf\app\contentcontrol\omads\omadsappui\AiwSyncProvider\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="AspPreSyncPlugin">
-<unit unitID="sf_app_contentcontrol_omads_AspPreSyncPlugin" name="AspPreSyncPlugin" bldFile="\sf\app\contentcontrol\omads\omadsappui\AspPreSyncPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="AspScheduleHandler">
-<unit unitID="sf_app_contentcontrol_omads_AspScheduleHandler" name="AspScheduleHandler" bldFile="\sf\app\contentcontrol\omads\omadsappui\AspScheduleHandler\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="AspSyncUtil">
-<unit unitID="sf_app_contentcontrol_omads_AspSyncUtil" name="AspSyncUtil" bldFile="\sf\app\contentcontrol\omads\omadsappui\AspSyncUtil\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="omadsappui">
-<unit unitID="sf_app_contentcontrol_omads_omadsappui" name="omadsappui" bldFile="\sf\app\contentcontrol\omads\omadsappui\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="OmaDsAppUiPlugin">
-<unit unitID="sf_app_contentcontrol_omads_OmaDsAppUiPlugin" name="OmaDsAppUiPlugin" bldFile="\sf\app\contentcontrol\omads\omadsappui\OmaDsAppUiPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="ui">
-<unit unitID="sf_app_contentcontrol_omads_ui" name="ui" bldFile="\sf\app\contentcontrol\omads\omadsappui\ui\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="agenda">
-<unit unitID="sf_app_contentcontrol_omads_agenda" name="agenda" bldFile="\sf\app\contentcontrol\omads\omadsextensions\adapters\agenda\bld" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="adapters">
-<unit unitID="sf_app_contentcontrol_omads_adapters" name="adapters" bldFile="\sf\app\contentcontrol\omads\omadsextensions\adapters\bld" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="bookmark">
-<unit unitID="sf_app_contentcontrol_omads_bookmark" name="bookmark" bldFile="\sf\app\contentcontrol\omads\omadsextensions\adapters\bookmark\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="contacts">
-<unit unitID="sf_app_contentcontrol_omads_contacts" name="contacts" bldFile="\sf\app\contentcontrol\omads\omadsextensions\adapters\contacts\bld" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="contacts_old">
-<unit unitID="sf_app_contentcontrol_omads_contacts_old" name="contacts_old" bldFile="\sf\app\contentcontrol\omads\omadsextensions\adapters\contacts_old\bld" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="email">
-<unit unitID="sf_app_contentcontrol_omads_email" name="email" bldFile="\sf\app\contentcontrol\omads\omadsextensions\adapters\email\bld" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="mms">
-<unit unitID="sf_app_contentcontrol_omads_mms" name="mms" bldFile="\sf\app\contentcontrol\omads\omadsextensions\adapters\mms\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="sms">
-<unit unitID="sf_app_contentcontrol_omads_sms" name="sms" bldFile="\sf\app\contentcontrol\omads\omadsextensions\adapters\sms\group" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="datamod">
-<unit unitID="sf_app_contentcontrol_omads_datamod" name="datamod" bldFile="\sf\app\contentcontrol\omads\omadsextensions\datamod\bld" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="cgiscriptutils">
-<unit unitID="sf_app_contentcontrol_omads_cgiscriptutils" name="cgiscriptutils" bldFile="\sf\app\contentcontrol\omads\omadsextensions\dsutils\cgiscriptutils\bld" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="emailxmlutils">
-<unit unitID="sf_app_contentcontrol_omads_emailxmlutils" name="emailxmlutils" bldFile="\sf\app\contentcontrol\omads\omadsextensions\dsutils\emailxmlutils\bld" mrp=""/>
-</component>
-</module>
-<module name="omads">
-<component name="omadsextensions">
-<unit unitID="sf_app_contentcontrol_omads_omadsextensions" name="omadsextensions" bldFile="\sf\app\contentcontrol\omads\omadsextensions\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="conversations">
-<module name="conversations">
-<component name="conversations">
-<unit unitID="sf_app_conversations" name="conversations" bldFile="\sf\app\conversations\group" mrp=""/>
-</component>
-</module>
-<module name="conversations_plat">
-<component name="conversations_plat">
-<unit unitID="sf_app_conversations_conversations_plat" name="conversations_plat" bldFile="\sf\app\conversations\conversations_plat\group" mrp=""/>
-</component>
-</module>
-<module name="conversations_plat">
-<component name="im_connection_api">
-<unit unitID="sf_app_conversations_conversations_plat_im_connection_api" name="im_connection_api" bldFile="\sf\app\conversations\conversations_plat\im_connection_api\group" mrp=""/>
-</component>
-</module>
-<module name="conversations_plat">
-<component name="im_cv_launcher_api">
-<unit unitID="sf_app_conversations_conversations_plat_im_cv_launcher_api" name="im_cv_launcher_api" bldFile="\sf\app\conversations\conversations_plat\im_cv_launcher_api\group" mrp=""/>
-</component>
-</module>
-<module name="imstutils">
-<component name="imstutils">
-<unit unitID="sf_app_conversations_imstutils" name="imstutils" bldFile="\sf\app\conversations\imstutils\group" mrp=""/>
-</component>
-</module>
-<module name="imstutils">
-<component name="imconnectionprovider">
-<unit unitID="sf_app_conversations_imstutils_imconnectionprovider" name="imconnectionprovider" bldFile="\sf\app\conversations\imstutils\imconnectionprovider\group" mrp=""/>
-</component>
-</module>
-<module name="imstutils">
-<component name="imconversationview">
-<unit unitID="sf_app_conversations_imstutils_imconversationview" name="imconversationview" bldFile="\sf\app\conversations\imstutils\imconversationview\group" mrp=""/>
-</component>
-</module>
-<module name="imstutils">
-<component name="imcmslauncherplugin">
-<unit unitID="sf_app_conversations_imstutils_imcmslauncherplugin" name="imcmslauncherplugin" bldFile="\sf\app\conversations\imstutils\imconversationview\imcmslauncherplugin\group" mrp=""/>
-</component>
-</module>
-<module name="imstutils">
-<component name="imcvlauncher">
-<unit unitID="sf_app_conversations_imstutils_imcvlauncher" name="imcvlauncher" bldFile="\sf\app\conversations\imstutils\imconversationview\imcvlauncher\group" mrp=""/>
-</component>
-</module>
-<module name="imstutils">
-<component name="imcvuiapp">
-<unit unitID="sf_app_conversations_imstutils_imcvuiapp" name="imcvuiapp" bldFile="\sf\app\conversations\imstutils\imconversationview\imcvuiapp\group" mrp=""/>
-</component>
-</module>
-<module name="imstutils">
-<component name="imcvuiengine">
-<unit unitID="sf_app_conversations_imstutils_imcvuiengine" name="imcvuiengine" bldFile="\sf\app\conversations\imstutils\imconversationview\imcvuiengine\group" mrp=""/>
-</component>
-</module>
-<module name="imstutils">
-<component name="xmppadapter">
-<unit unitID="sf_app_conversations_imstutils_xmppadapter" name="xmppadapter" bldFile="\sf\app\conversations\imstutils\xmppadapter\group" mrp=""/>
-</component>
-</module>
-<module name="servicewidget">
-<component name="servicewidget">
-<unit unitID="sf_app_conversations_servicewidget" name="servicewidget" bldFile="\sf\app\conversations\servicewidget\group" mrp=""/>
-</component>
-</module>
-<module name="servicewidget">
-<component name="servicewidgetactionhandler">
-<unit unitID="sf_app_conversations_servicewidget_servicewidgetactionhandler" name="servicewidgetactionhandler" bldFile="\sf\app\conversations\servicewidget\servicewidgetactionhandler\group" mrp=""/>
-</component>
-</module>
-<module name="servicewidget">
-<component name="servicewidgetdatapublisher">
-<unit unitID="sf_app_conversations_servicewidget_servicewidgetdatapublisher" name="servicewidgetdatapublisher" bldFile="\sf\app\conversations\servicewidget\servicewidgetdatapublisher\group" mrp=""/>
-</component>
-</module>
-<module name="uiservicetab">
-<component name="uiservicetab">
-<unit unitID="sf_app_conversations_uiservicetab" name="uiservicetab" bldFile="\sf\app\conversations\uiservicetab\Group" mrp=""/>
-</component>
-</module>
-<module name="uiservicetab">
-<component name="vimpstcmdprocess">
-<unit unitID="sf_app_conversations_uiservicetab_vimpstcmdprocess" name="vimpstcmdprocess" bldFile="\sf\app\conversations\uiservicetab\vimpstcmdprocess\group" mrp=""/>
-</component>
-</module>
-<module name="uiservicetab">
-<component name="vimpstdetailsviewplugin">
-<unit unitID="sf_app_conversations_uiservicetab_vimpstdetailsviewplugin" name="vimpstdetailsviewplugin" bldFile="\sf\app\conversations\uiservicetab\vimpstdetailsviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="uiservicetab">
-<component name="vimpstengine">
-<unit unitID="sf_app_conversations_uiservicetab_vimpstengine" name="vimpstengine" bldFile="\sf\app\conversations\uiservicetab\vimpstengine\group" mrp=""/>
-</component>
-</module>
-<module name="uiservicetab">
-<component name="vimpststorage">
-<unit unitID="sf_app_conversations_uiservicetab_vimpststorage" name="vimpststorage" bldFile="\sf\app\conversations\uiservicetab\vimpststorage\group" mrp=""/>
-</component>
-</module>
-<module name="uiservicetab">
-<component name="vimpstui">
-<unit unitID="sf_app_conversations_uiservicetab_vimpstui" name="vimpstui" bldFile="\sf\app\conversations\uiservicetab\vimpstui\group" mrp=""/>
-</component>
-</module>
-<module name="uiservicetab">
-<component name="vimpstutils">
-<unit unitID="sf_app_conversations_uiservicetab_vimpstutils" name="vimpstutils" bldFile="\sf\app\conversations\uiservicetab\vimpstutils\group" mrp=""/>
-</component>
-</module>
-<module name="uiservicetabsettings">
-<component name="uiservicetabsettings">
-<unit unitID="sf_app_conversations_uiservicetabsettings" name="uiservicetabsettings" bldFile="\sf\app\conversations\uiservicetabsettings\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="devicecontrol">
-<module name="devicecontrol">
-<component name="devicecontrol">
-<unit unitID="sf_app_devicecontrol" name="devicecontrol" bldFile="\sf\app\devicecontrol\group" mrp=""/>
-</component>
-</module>
-<module name="applicationmanagement">
-<component name="applicationmanagement">
-<unit unitID="sf_app_devicecontrol_applicationmanagement" name="applicationmanagement" bldFile="\sf\app\devicecontrol\applicationmanagement\group" mrp=""/>
-</component>
-</module>
-<module name="applicationmanagement">
-<component name="amadapter2">
-<unit unitID="sf_app_devicecontrol_applicationmanagement_amadapter2" name="amadapter2" bldFile="\sf\app\devicecontrol\applicationmanagement\tarmappmng\amadapter2\group" mrp=""/>
-</component>
-</module>
-<module name="applicationmanagement">
-<component name="client">
-<unit unitID="sf_app_devicecontrol_applicationmanagement_client" name="client" bldFile="\sf\app\devicecontrol\applicationmanagement\tarmappmng\client\group" mrp=""/>
-</component>
-</module>
-<module name="applicationmanagement">
-<component name="tarmappmng">
-<unit unitID="sf_app_devicecontrol_applicationmanagement_tarmappmng" name="tarmappmng" bldFile="\sf\app\devicecontrol\applicationmanagement\tarmappmng\group" mrp=""/>
-</component>
-</module>
-<module name="applicationmanagement">
-<component name="options">
-<unit unitID="sf_app_devicecontrol_applicationmanagement_options" name="options" bldFile="\sf\app\devicecontrol\applicationmanagement\tarmappmng\options\group" mrp=""/>
-</component>
-</module>
-<module name="applicationmanagement">
-<component name="RfsPlugin">
-<unit unitID="sf_app_devicecontrol_applicationmanagement_RfsPlugin" name="RfsPlugin" bldFile="\sf\app\devicecontrol\applicationmanagement\tarmappmng\RfsPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="applicationmanagement">
-<component name="server">
-<unit unitID="sf_app_devicecontrol_applicationmanagement_server" name="server" bldFile="\sf\app\devicecontrol\applicationmanagement\tarmappmng\server\group" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="customization">
-<unit unitID="sf_app_devicecontrol_customization" name="customization" bldFile="\sf\app\devicecontrol\customization\group" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="DMUtils">
-<unit unitID="sf_app_devicecontrol_customization_DMUtils" name="DMUtils" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\DMUtils\bld" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="EmbeddedLinkAdapter">
-<unit unitID="sf_app_devicecontrol_customization_EmbeddedLinkAdapter" name="EmbeddedLinkAdapter" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\EmbeddedLinkAdapter\bld" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="tarmcustomization">
-<unit unitID="sf_app_devicecontrol_customization_tarmcustomization" name="tarmcustomization" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\group" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="isadapter">
-<unit unitID="sf_app_devicecontrol_customization_isadapter" name="isadapter" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\isadapter\bld" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="OperatorLogoAdapter">
-<unit unitID="sf_app_devicecontrol_customization_OperatorLogoAdapter" name="OperatorLogoAdapter" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\OperatorLogoAdapter\bld" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="ScreenSaverAdapter">
-<unit unitID="sf_app_devicecontrol_customization_ScreenSaverAdapter" name="ScreenSaverAdapter" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\ScreenSaverAdapter\bld" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="ScreenSaverServer">
-<unit unitID="sf_app_devicecontrol_customization_ScreenSaverServer" name="ScreenSaverServer" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\ScreenSaverAdapter\ScreenSaverServer\Group" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="supadapter">
-<unit unitID="sf_app_devicecontrol_customization_supadapter" name="supadapter" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\supadapter\bld" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="ThemesAdapter">
-<unit unitID="sf_app_devicecontrol_customization_ThemesAdapter" name="ThemesAdapter" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\ThemesAdapter\bld" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="ThemesTest">
-<unit unitID="sf_app_devicecontrol_customization_ThemesTest" name="ThemesTest" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\ThemesAdapter\ThemesTest\group" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="UISettingsSrv">
-<unit unitID="sf_app_devicecontrol_customization_UISettingsSrv" name="UISettingsSrv" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\UISettingsSrv\bld" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="client">
-<unit unitID="sf_app_devicecontrol_customization_client" name="client" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\UISettingsSrv\client\group" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="server">
-<unit unitID="sf_app_devicecontrol_customization_server" name="server" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\UISettingsSrv\server\group" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="test">
-<unit unitID="sf_app_devicecontrol_customization_test" name="test" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\UISettingsSrv\test\group" mrp=""/>
-</component>
-</module>
-<module name="customization">
-<component name="WallpaperAdapter">
-<unit unitID="sf_app_devicecontrol_customization_WallpaperAdapter" name="WallpaperAdapter" bldFile="\sf\app\devicecontrol\customization\tarmcustomization\WallpaperAdapter\bld" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="devdiagapp">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_devdiagapp" name="devdiagapp" bldFile="\sf\app\devicecontrol\devicediagnostics\devdiagapp\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="devdiaggsplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_devdiaggsplugin" name="devdiaggsplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\devdiaggsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagbatterychargerplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagbatterychargerplugin" name="diagbatterychargerplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagbatterychargerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagbrowserplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagbrowserplugin" name="diagbrowserplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagbrowserplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagdatanetworkplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagdatanetworkplugin" name="diagdatanetworkplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagdatanetworkplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagearpieceplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagearpieceplugin" name="diagearpieceplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagearpieceplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagexternalmediacardplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagexternalmediacardplugin" name="diagexternalmediacardplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagexternalmediacardplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagheadsetcableplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagheadsetcableplugin" name="diagheadsetcableplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagheadsetcableplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="DiagInternalMemoryPlugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_DiagInternalMemoryPlugin" name="DiagInternalMemoryPlugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\DiagInternalMemoryPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagloudspeakerplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagloudspeakerplugin" name="diagloudspeakerplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagloudspeakerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagnetcoverageplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagnetcoverageplugin" name="diagnetcoverageplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagnetcoverageplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagusbcableplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagusbcableplugin" name="diagusbcableplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagusbcableplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagvibrateplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagvibrateplugin" name="diagvibrateplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\diagvibrateplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagplugins">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagplugins" name="diagplugins" bldFile="\sf\app\devicecontrol\devicediagnostics\diagplugins\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagconnectivitysuiteplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagconnectivitysuiteplugin" name="diagconnectivitysuiteplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagsuites\diagconnectivitysuiteplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagcoveragesuiteplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagcoveragesuiteplugin" name="diagcoveragesuiteplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagsuites\diagcoveragesuiteplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diaghardwaresuiteplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diaghardwaresuiteplugin" name="diaghardwaresuiteplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagsuites\diaghardwaresuiteplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagservicessuiteplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagservicessuiteplugin" name="diagservicessuiteplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagsuites\diagservicessuiteplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagtoplevelsuiteplugin">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagtoplevelsuiteplugin" name="diagtoplevelsuiteplugin" bldFile="\sf\app\devicecontrol\devicediagnostics\diagsuites\diagtoplevelsuiteplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="diagsuites">
-<unit unitID="sf_app_devicecontrol_devicediagnostics_diagsuites" name="diagsuites" bldFile="\sf\app\devicecontrol\devicediagnostics\diagsuites\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnostics">
-<component name="devicediagnostics">
-<unit unitID="sf_app_devicecontrol_devicediagnostics" name="devicediagnostics" bldFile="\sf\app\devicecontrol\devicediagnostics\group" mrp=""/>
-</component>
-</module>
-<module name="omacp">
-<component name="omacp">
-<unit unitID="sf_app_devicecontrol_omacp" name="omacp" bldFile="\sf\app\devicecontrol\omacp\group" mrp=""/>
-</component>
-</module>
-<module name="omacp">
-<component name="EmailAdapter">
-<unit unitID="sf_app_devicecontrol_omacp_EmailAdapter" name="EmailAdapter" bldFile="\sf\app\devicecontrol\omacp\omacpadapters\EmailAdapter\Group" mrp=""/>
-</component>
-</module>
-<module name="omacp">
-<component name="omacpadapters">
-<unit unitID="sf_app_devicecontrol_omacp_omacpadapters" name="omacpadapters" bldFile="\sf\app\devicecontrol\omacp\omacpadapters\group" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="omadm">
-<unit unitID="sf_app_devicecontrol_omadm" name="omadm" bldFile="\sf\app\devicecontrol\omadm\group" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="omadmappui">
-<unit unitID="sf_app_devicecontrol_omadm_omadmappui" name="omadmappui" bldFile="\sf\app\devicecontrol\omadm\omadmappui\group" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="OmaDmCPPlugin">
-<unit unitID="sf_app_devicecontrol_omadm_OmaDmCPPlugin" name="OmaDmCPPlugin" bldFile="\sf\app\devicecontrol\omadm\omadmappui\OmaDmCPPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="adapters">
-<unit unitID="sf_app_devicecontrol_omadm_adapters" name="adapters" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="browseradapter">
-<unit unitID="sf_app_devicecontrol_omadm_browseradapter" name="browseradapter" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\browseradapter\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="devdetail">
-<unit unitID="sf_app_devicecontrol_omadm_devdetail" name="devdetail" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\devdetail\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="devinfo">
-<unit unitID="sf_app_devicecontrol_omadm_devinfo" name="devinfo" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\devinfo\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="email">
-<unit unitID="sf_app_devicecontrol_omadm_email" name="email" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\email\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="fota">
-<unit unitID="sf_app_devicecontrol_omadm_fota" name="fota" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\fota\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="imps">
-<unit unitID="sf_app_devicecontrol_omadm_imps" name="imps" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\imps\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="mms">
-<unit unitID="sf_app_devicecontrol_omadm_mms" name="mms" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\mms\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="syncmldm">
-<unit unitID="sf_app_devicecontrol_omadm_syncmldm" name="syncmldm" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\syncmldm\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="syncmldm12">
-<unit unitID="sf_app_devicecontrol_omadm_syncmldm12" name="syncmldm12" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\syncmldm12\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="syncmlds">
-<unit unitID="sf_app_devicecontrol_omadm_syncmlds" name="syncmlds" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\adapters\syncmlds\bld" mrp=""/>
-</component>
-</module>
-<module name="omadm">
-<component name="omadmextensions">
-<unit unitID="sf_app_devicecontrol_omadm_omadmextensions" name="omadmextensions" bldFile="\sf\app\devicecontrol\omadm\omadmextensions\group" mrp=""/>
-</component>
-</module>
-<module name="pnpmobileservices">
-<component name="pnpmobileservices">
-<unit unitID="sf_app_devicecontrol_pnpmobileservices" name="pnpmobileservices" bldFile="\sf\app\devicecontrol\pnpmobileservices\group" mrp=""/>
-</component>
-</module>
-<module name="pnpmobileservices">
-<component name="pnpms">
-<unit unitID="sf_app_devicecontrol_pnpmobileservices_pnpms" name="pnpms" bldFile="\sf\app\devicecontrol\pnpmobileservices\pnpms\group" mrp=""/>
-</component>
-</module>
-<module name="pnpmobileservices">
-<component name="ServiceHelpPlugin">
-<unit unitID="sf_app_devicecontrol_pnpmobileservices_ServiceHelpPlugin" name="ServiceHelpPlugin" bldFile="\sf\app\devicecontrol\pnpmobileservices\pnpms\ServiceHelpPlugin\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="dictionary">
-<module name="dictionary">
-<component name="dictionary">
-<unit unitID="sf_app_dictionary" name="dictionary" bldFile="\sf\app\dictionary\group" mrp=""/>
-</component>
-</module>
-<module name="dictionary_plat">
-<component name="dictionary_plat">
-<unit unitID="sf_app_dictionary_dictionary_plat" name="dictionary_plat" bldFile="\sf\app\dictionary\dictionary_plat\group" mrp=""/>
-</component>
-</module>
-<module name="dictionary_plat">
-<component name="menu_suites_macros_api">
-<unit unitID="sf_app_dictionary_dictionary_plat_menu_suites_macros_api" name="menu_suites_macros_api" bldFile="\sf\app\dictionary\dictionary_plat\menu_suites_macros_api\group" mrp=""/>
-</component>
-</module>
-<module name="userdict">
-<component name="userdict">
-<unit unitID="sf_app_dictionary_userdict" name="userdict" bldFile="\sf\app\dictionary\userdict\group" mrp="" filter="japan"/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="files">
-<module name="files">
-<component name="files">
-<unit unitID="sf_app_files" name="files" bldFile="\sf\app\files\group" mrp=""/>
-</component>
-</module>
-<module name="filemanager">
-<component name="filemanager">
-<unit unitID="sf_app_files_filemanager" name="filemanager" bldFile="\sf\app\files\filemanager\group" mrp=""/>
-</component>
-</module>
-<module name="files_plat">
-<component name="files_plat">
-<unit unitID="sf_app_files_files_plat" name="files_plat" bldFile="\sf\app\files\files_plat\group" mrp=""/>
-</component>
-</module>
-<module name="files_plat">
-<component name="memory_scan_popup_ui_api">
-<unit unitID="sf_app_files_files_plat_memory_scan_popup_ui_api" name="memory_scan_popup_ui_api" bldFile="\sf\app\files\files_plat\memory_scan_popup_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="filesystemuis">
-<component name="filesystemuis">
-<unit unitID="sf_app_files_filesystemuis" name="filesystemuis" bldFile="\sf\app\files\filesystemuis\group" mrp=""/>
-</component>
-</module>
-<module name="filesystemuis">
-<component name="memscaneng">
-<unit unitID="sf_app_files_filesystemuis_memscaneng" name="memscaneng" bldFile="\sf\app\files\filesystemuis\memscaneng\group" mrp=""/>
-</component>
-</module>
-<module name="filesystemuis">
-<component name="memstatepopup">
-<unit unitID="sf_app_files_filesystemuis_memstatepopup" name="memstatepopup" bldFile="\sf\app\files\filesystemuis\memstatepopup\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="gallery">
-<module name="gallery">
-<component name="gallery">
-<unit unitID="sf_app_gallery" name="gallery" bldFile="\sf\app\gallery\group" mrp=""/>
-</component>
-</module>
-<module name="gallery_plat">
-<component name="album_manager_api">
-<unit unitID="sf_app_gallery_gallery_plat_album_manager_api" name="album_manager_api" bldFile="\sf\app\gallery\gallery_plat\album_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="gallery_plat">
-<component name="gallery_plat">
-<unit unitID="sf_app_gallery_gallery_plat" name="gallery_plat" bldFile="\sf\app\gallery\gallery_plat\group" mrp=""/>
-</component>
-</module>
-<module name="gallery_plat">
-<component name="media_file_api">
-<unit unitID="sf_app_gallery_gallery_plat_media_file_api" name="media_file_api" bldFile="\sf\app\gallery\gallery_plat\media_file_api\group" mrp=""/>
-</component>
-</module>
-<module name="gallery_plat">
-<component name="media_gallery_api">
-<unit unitID="sf_app_gallery_gallery_plat_media_gallery_api" name="media_gallery_api" bldFile="\sf\app\gallery\gallery_plat\media_gallery_api\group" mrp=""/>
-</component>
-</module>
-<module name="gallery_plat">
-<component name="media_gallery_file_notification">
-<unit unitID="sf_app_gallery_gallery_plat_media_gallery_file_notification" name="media_gallery_file_notification" bldFile="\sf\app\gallery\gallery_plat\media_gallery_file_notification\group" mrp=""/>
-</component>
-</module>
-<module name="gallery_plat">
-<component name="media_gallery_main_view_extension_api">
-<unit unitID="sf_app_gallery_gallery_plat_media_gallery_main_view_extension_api" name="media_gallery_main_view_extension_api" bldFile="\sf\app\gallery\gallery_plat\media_gallery_main_view_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="mediagallery">
-<component name="mediagallery">
-<unit unitID="sf_app_gallery_mediagallery" name="mediagallery" bldFile="\sf\app\gallery\mediagallery\group" mrp=""/>
-</component>
-</module>
-<module name="mediagallery">
-<component name="t_cmgxexternalmusicviewcontainer">
-<unit unitID="sf_app_gallery_mediagallery_t_cmgxexternalmusicviewcontainer" name="t_cmgxexternalmusicviewcontainer" bldFile="\sf\app\gallery\mediagallery\mediagallery2\ExtensionPlugins\musicviewplugin\Test\t_cmgxexternalmusicviewcontainer" mrp=""/>
-</component>
-</module>
-<module name="mediagallery">
-<component name="t_cmgxexternalmusicviewplugin">
-<unit unitID="sf_app_gallery_mediagallery_t_cmgxexternalmusicviewplugin" name="t_cmgxexternalmusicviewplugin" bldFile="\sf\app\gallery\mediagallery\mediagallery2\ExtensionPlugins\musicviewplugin\Test\t_cmgxexternalmusicviewplugin" mrp=""/>
-</component>
-</module>
-<module name="mediagallery">
-<component name="mediagallery2">
-<unit unitID="sf_app_gallery_mediagallery_mediagallery2" name="mediagallery2" bldFile="\sf\app\gallery\mediagallery\mediagallery2\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="graphicsuis">
-<module name="graphicsuis">
-<component name="graphicsuis">
-<unit unitID="sf_app_graphicsuis" name="graphicsuis" bldFile="\sf\app\graphicsuis\group" mrp=""/>
-</component>
-</module>
-<module name="graphicsuis_plat">
-<component name="graphicsuis_plat">
-<unit unitID="sf_app_graphicsuis_graphicsuis_plat" name="graphicsuis_plat" bldFile="\sf\app\graphicsuis\graphicsuis_plat\group" mrp=""/>
-</component>
-</module>
-<module name="graphicsuis_plat">
-<component name="svgt_file_view_details_dialog_api">
-<unit unitID="sf_app_graphicsuis_graphicsuis_plat_svgt_file_view_details_dialog_api" name="svgt_file_view_details_dialog_api" bldFile="\sf\app\graphicsuis\graphicsuis_plat\svgt_file_view_details_dialog_api\group" mrp=""/>
-</component>
-</module>
-<module name="graphicsuis_plat">
-<component name="svgt_viewer_ui_api">
-<unit unitID="sf_app_graphicsuis_graphicsuis_plat_svgt_viewer_ui_api" name="svgt_viewer_ui_api" bldFile="\sf\app\graphicsuis\graphicsuis_plat\svgt_viewer_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="graphicsuis_plat">
-<component name="svg_application_observer_utility_api">
-<unit unitID="sf_app_graphicsuis_graphicsuis_plat_svg_application_observer_utility_api" name="svg_application_observer_utility_api" bldFile="\sf\app\graphicsuis\graphicsuis_plat\svg_application_observer_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="svgtviewer">
-<component name="svgtviewer">
-<unit unitID="sf_app_graphicsuis_svgtviewer" name="svgtviewer" bldFile="\sf\app\graphicsuis\svgtviewer\group" mrp=""/>
-</component>
-</module>
-<module name="svgtviewer">
-<component name="SvgtViewerPlugin">
-<unit unitID="sf_app_graphicsuis_svgtviewer_SvgtViewerPlugin" name="SvgtViewerPlugin" bldFile="\sf\app\graphicsuis\svgtviewer\SvgtViewerPlugin\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="helps">
-<module name="helps">
-<component name="helps">
-<unit unitID="sf_app_helps" name="helps" bldFile="\sf\app\helps\group" mrp=""/>
-</component>
-</module>
-<module name="csxhelp">
-<component name="AiwHelpProvider">
-<unit unitID="sf_app_helps_csxhelp_AiwHelpProvider" name="AiwHelpProvider" bldFile="\sf\app\helps\csxhelp\AiwHelpProvider\group" mrp=""/>
-</component>
-</module>
-<module name="csxhelp">
-<component name="csxhelp">
-<unit unitID="sf_app_helps_csxhelp" name="csxhelp" bldFile="\sf\app\helps\csxhelp\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="homescreen">
-<module name="homescreen">
-<component name="homescreen">
-<unit unitID="sf_app_homescreen" name="homescreen" bldFile="\sf\app\homescreen\group" mrp=""/>
-</component>
-</module>
-<module name="homescreen_plat">
-<component name="homescreen_plat">
-<unit unitID="sf_app_homescreen_homescreen_plat" name="homescreen_plat" bldFile="\sf\app\homescreen\homescreen_plat\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="ai3demo">
-<unit unitID="sf_app_homescreen_idlehomescreen_ai3demo" name="ai3demo" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\ai3demo\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="buzzidle">
-<unit unitID="sf_app_homescreen_idlehomescreen_buzzidle" name="buzzidle" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="onerow">
-<unit unitID="sf_app_homescreen_idlehomescreen_onerow" name="onerow" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\onerow\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="player">
-<unit unitID="sf_app_homescreen_idlehomescreen_player" name="player" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\player\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="root">
-<unit unitID="sf_app_homescreen_idlehomescreen_root" name="root" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\root\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="shortcut">
-<unit unitID="sf_app_homescreen_idlehomescreen_shortcut" name="shortcut" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\shortcut\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="softindicator">
-<unit unitID="sf_app_homescreen_idlehomescreen_softindicator" name="softindicator" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\softindicator\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="threerows">
-<unit unitID="sf_app_homescreen_idlehomescreen_threerows" name="threerows" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\threerows\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="threetextrows">
-<unit unitID="sf_app_homescreen_idlehomescreen_threetextrows" name="threetextrows" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\threetextrows\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="tworows">
-<unit unitID="sf_app_homescreen_idlehomescreen_tworows" name="tworows" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\tworows\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="view">
-<unit unitID="sf_app_homescreen_idlehomescreen_view" name="view" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\view\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="wideimage">
-<unit unitID="sf_app_homescreen_idlehomescreen_wideimage" name="wideimage" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\data\themes\buzzidle\install\wideimage\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="activeidle3">
-<unit unitID="sf_app_homescreen_idlehomescreen_activeidle3" name="activeidle3" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="hspswrapper">
-<unit unitID="sf_app_homescreen_idlehomescreen_hspswrapper" name="hspswrapper" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\sapiwrapper\hspswrapper\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xmluicontroller">
-<unit unitID="sf_app_homescreen_idlehomescreen_xmluicontroller" name="xmluicontroller" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluicontroller\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="dom">
-<unit unitID="sf_app_homescreen_idlehomescreen_dom" name="dom" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\dom\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="ecomelement">
-<unit unitID="sf_app_homescreen_idlehomescreen_ecomelement" name="ecomelement" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\ecomelement\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xndomvisitor">
-<unit unitID="sf_app_homescreen_idlehomescreen_xndomvisitor" name="xndomvisitor" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\ecomelement\xndomvisitor\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnecomelementproxy">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnecomelementproxy" name="xnecomelementproxy" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\ecomelement\xnecomelementproxy\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xmluirendering">
-<unit unitID="sf_app_homescreen_idlehomescreen_xmluirendering" name="xmluirendering" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="odt">
-<unit unitID="sf_app_homescreen_idlehomescreen_odt" name="odt" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\odt\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnbitmapfactory">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnbitmapfactory" name="xnbitmapfactory" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\renderingplugins\xnbitmapfactory\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnclockfactory">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnclockfactory" name="xnclockfactory" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\renderingplugins\xnclockfactory\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnmenufactory">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnmenufactory" name="xnmenufactory" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\renderingplugins\xnmenufactory\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnnewstickerfactory">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnnewstickerfactory" name="xnnewstickerfactory" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\renderingplugins\xnnewstickerfactory\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnnppluginfactory">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnnppluginfactory" name="xnnppluginfactory" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\renderingplugins\xnnppluginfactory\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnpopupfactory">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnpopupfactory" name="xnpopupfactory" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\renderingplugins\xnpopupfactory\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xntextfactory">
-<unit unitID="sf_app_homescreen_idlehomescreen_xntextfactory" name="xntextfactory" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\renderingplugins\xntextfactory\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnviewfactory">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnviewfactory" name="xnviewfactory" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\renderingplugins\xnviewfactory\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnvolumecontrolfactory">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnvolumecontrolfactory" name="xnvolumecontrolfactory" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\renderingplugins\xnvolumecontrolfactory\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="uiengine">
-<unit unitID="sf_app_homescreen_idlehomescreen_uiengine" name="uiengine" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\uiengine\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnlayoutengine">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnlayoutengine" name="xnlayoutengine" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\uiengine\xnlayoutengine\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="xnutils">
-<unit unitID="sf_app_homescreen_idlehomescreen_xnutils" name="xnutils" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\uiengine\xnutils\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="uiresource">
-<unit unitID="sf_app_homescreen_idlehomescreen_uiresource" name="uiresource" bldFile="\sf\app\homescreen\idlehomescreen\activeidle3\xmluirendering\uiresource\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="exths">
-<unit unitID="sf_app_homescreen_idlehomescreen_exths" name="exths" bldFile="\sf\app\homescreen\idlehomescreen\exths\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="idlehomescreen">
-<unit unitID="sf_app_homescreen_idlehomescreen" name="idlehomescreen" bldFile="\sf\app\homescreen\idlehomescreen\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="hsplugins">
-<unit unitID="sf_app_homescreen_idlehomescreen_hsplugins" name="hsplugins" bldFile="\sf\app\homescreen\idlehomescreen\hsplugins\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="aiagendaplugin2">
-<unit unitID="sf_app_homescreen_idlehomescreen_aiagendaplugin2" name="aiagendaplugin2" bldFile="\sf\app\homescreen\idlehomescreen\hsplugins\organizer\aiagendaplugin2\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="aiagendapluginengine">
-<unit unitID="sf_app_homescreen_idlehomescreen_aiagendapluginengine" name="aiagendapluginengine" bldFile="\sf\app\homescreen\idlehomescreen\hsplugins\organizer\aiagendapluginengine\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="organizer">
-<unit unitID="sf_app_homescreen_idlehomescreen_organizer" name="organizer" bldFile="\sf\app\homescreen\idlehomescreen\hsplugins\organizer\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="organizerplugin">
-<unit unitID="sf_app_homescreen_idlehomescreen_organizerplugin" name="organizerplugin" bldFile="\sf\app\homescreen\idlehomescreen\hsplugins\organizer\organizerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="organizerplugin3row">
-<unit unitID="sf_app_homescreen_idlehomescreen_organizerplugin3row" name="organizerplugin3row" bldFile="\sf\app\homescreen\idlehomescreen\hsplugins\organizer\organizerplugin3row\group" mrp=""/>
-</component>
-</module>
-<module name="idlehomescreen">
-<component name="nativeuicontroller">
-<unit unitID="sf_app_homescreen_idlehomescreen_nativeuicontroller" name="nativeuicontroller" bldFile="\sf\app\homescreen\idlehomescreen\nativeuicontroller\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="menufw">
-<unit unitID="sf_app_homescreen_menufw" name="menufw" bldFile="\sf\app\homescreen\menufw\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="hierarchynavigator">
-<unit unitID="sf_app_homescreen_menufw_hierarchynavigator" name="hierarchynavigator" bldFile="\sf\app\homescreen\menufw\hierarchynavigator\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="hnengine">
-<unit unitID="sf_app_homescreen_menufw_hnengine" name="hnengine" bldFile="\sf\app\homescreen\menufw\hierarchynavigator\hnengine\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="hnmetadatamodel">
-<unit unitID="sf_app_homescreen_menufw_hnmetadatamodel" name="hnmetadatamodel" bldFile="\sf\app\homescreen\menufw\hierarchynavigator\hnmetadatamodel\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="hnpresentationmodel">
-<unit unitID="sf_app_homescreen_menufw_hnpresentationmodel" name="hnpresentationmodel" bldFile="\sf\app\homescreen\menufw\hierarchynavigator\hnpresentationmodel\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="hnutilities">
-<unit unitID="sf_app_homescreen_menufw_hnutilities" name="hnutilities" bldFile="\sf\app\homescreen\menufw\hierarchynavigator\hnutilities\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="menufwui">
-<unit unitID="sf_app_homescreen_menufw_menufwui" name="menufwui" bldFile="\sf\app\homescreen\menufw\menufwui\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="matrixmenu">
-<unit unitID="sf_app_homescreen_menufw_matrixmenu" name="matrixmenu" bldFile="\sf\app\homescreen\menufw\menufwui\matrixmenu\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="mmextensions">
-<unit unitID="sf_app_homescreen_menufw_mmextensions" name="mmextensions" bldFile="\sf\app\homescreen\menufw\menufwui\mmextensions\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="mmextensionmanager">
-<unit unitID="sf_app_homescreen_menufw_mmextensionmanager" name="mmextensionmanager" bldFile="\sf\app\homescreen\menufw\menufwui\mmextensions\mmextensionmanager\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="mmfolderuiextension">
-<unit unitID="sf_app_homescreen_menufw_mmfolderuiextension" name="mmfolderuiextension" bldFile="\sf\app\homescreen\menufw\menufwui\mmextensions\mmfolderuiextension\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="mmwidgets">
-<unit unitID="sf_app_homescreen_menufw_mmwidgets" name="mmwidgets" bldFile="\sf\app\homescreen\menufw\menufwui\mmwidgets\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="foldersuite">
-<unit unitID="sf_app_homescreen_menufw_foldersuite" name="foldersuite" bldFile="\sf\app\homescreen\menufw\menusuites\foldersuite\group" mrp=""/>
-</component>
-</module>
-<module name="menufw">
-<component name="menusuites">
-<unit unitID="sf_app_homescreen_menufw_menusuites" name="menusuites" bldFile="\sf\app\homescreen\menufw\menusuites\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="im">
-<module name="im">
-<component name="im">
-<unit unitID="sf_app_im" name="im" bldFile="\sf\app\im\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="client">
-<unit unitID="sf_app_im_IMPSengine_client" name="client" bldFile="\sf\app\im\IMPSengine\client\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="datautils">
-<unit unitID="sf_app_im_IMPSengine_datautils" name="datautils" bldFile="\sf\app\im\IMPSengine\datautils\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="engsrv">
-<unit unitID="sf_app_im_IMPSengine_engsrv" name="engsrv" bldFile="\sf\app\im\IMPSengine\engsrv\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="IMPSengine">
-<unit unitID="sf_app_im_IMPSengine" name="IMPSengine" bldFile="\sf\app\im\IMPSengine\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="imapi">
-<unit unitID="sf_app_im_IMPSengine_imapi" name="imapi" bldFile="\sf\app\im\IMPSengine\imapi\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="imlauncher">
-<unit unitID="sf_app_im_IMPSengine_imlauncher" name="imlauncher" bldFile="\sf\app\im\IMPSengine\imlauncher\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="ImpsDataChannel">
-<unit unitID="sf_app_im_IMPSengine_ImpsDataChannel" name="ImpsDataChannel" bldFile="\sf\app\im\IMPSengine\ImpsDataChannel\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="ImpsIpCirWatcher">
-<unit unitID="sf_app_im_IMPSengine_ImpsIpCirWatcher" name="ImpsIpCirWatcher" bldFile="\sf\app\im\IMPSengine\ImpsIpCirWatcher\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="impswatcher">
-<unit unitID="sf_app_im_IMPSengine_impswatcher" name="impswatcher" bldFile="\sf\app\im\IMPSengine\impswatcher\Group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="wbxml">
-<unit unitID="sf_app_im_IMPSengine_wbxml" name="wbxml" bldFile="\sf\app\im\IMPSengine\messageencoder\wbxml\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="utils">
-<unit unitID="sf_app_im_IMPSengine_utils" name="utils" bldFile="\sf\app\im\IMPSengine\utils\group" mrp=""/>
-</component>
-</module>
-<module name="IMPSengine">
-<component name="wvotaparser">
-<unit unitID="sf_app_im_IMPSengine_wvotaparser" name="wvotaparser" bldFile="\sf\app\im\IMPSengine\wvotaparser\group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="AttributeLibrary2">
-<unit unitID="sf_app_im_PECengine_AttributeLibrary2" name="AttributeLibrary2" bldFile="\sf\app\im\PECengine\AttributeLibrary2\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="CoreUtilsLib2">
-<unit unitID="sf_app_im_PECengine_CoreUtilsLib2" name="CoreUtilsLib2" bldFile="\sf\app\im\PECengine\CoreUtilsLib2\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="PECengine">
-<unit unitID="sf_app_im_PECengine" name="PECengine" bldFile="\sf\app\im\PECengine\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="JanitorPlugin2">
-<unit unitID="sf_app_im_PECengine_JanitorPlugin2" name="JanitorPlugin2" bldFile="\sf\app\im\PECengine\JanitorPlugin2\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="ListLibrary2">
-<unit unitID="sf_app_im_PECengine_ListLibrary2" name="ListLibrary2" bldFile="\sf\app\im\PECengine\ListLibrary2\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="Parser2">
-<unit unitID="sf_app_im_PECengine_Parser2" name="Parser2" bldFile="\sf\app\im\PECengine\Parser2\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="PluginServer2">
-<unit unitID="sf_app_im_PECengine_PluginServer2" name="PluginServer2" bldFile="\sf\app\im\PECengine\PluginServer2\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="PresenceManager2">
-<unit unitID="sf_app_im_PECengine_PresenceManager2" name="PresenceManager2" bldFile="\sf\app\im\PECengine\PresenceManager2\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="PresenceServer2">
-<unit unitID="sf_app_im_PECengine_PresenceServer2" name="PresenceServer2" bldFile="\sf\app\im\PECengine\PresenceServer2\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="StorageManager2">
-<unit unitID="sf_app_im_PECengine_StorageManager2" name="StorageManager2" bldFile="\sf\app\im\PECengine\StorageManager2\Group" mrp=""/>
-</component>
-</module>
-<module name="PECengine">
-<component name="TransferAdapter2">
-<unit unitID="sf_app_im_PECengine_TransferAdapter2" name="TransferAdapter2" bldFile="\sf\app\im\PECengine\TransferAdapter2\Group" mrp=""/>
-</component>
-</module>
-<module name="im_plat">
-<component name="im_plat">
-<unit unitID="sf_app_im_im_plat" name="im_plat" bldFile="\sf\app\im\im_plat\group" mrp=""/>
-</component>
-</module>
-<module name="im_plat">
-<component name="wv_sap_settings_api">
-<unit unitID="sf_app_im_im_plat_wv_sap_settings_api" name="wv_sap_settings_api" bldFile="\sf\app\im\im_plat\wv_sap_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="im_pub">
-<component name="im_pub">
-<unit unitID="sf_app_im_im_pub" name="im_pub" bldFile="\sf\app\im\im_pub\group" mrp=""/>
-</component>
-</module>
-<module name="im_pub">
-<component name="im_api">
-<unit unitID="sf_app_im_im_pub_im_api" name="im_api" bldFile="\sf\app\im\im_pub\im_api\group" mrp=""/>
-</component>
-</module>
-<module name="im_pub">
-<component name="im_application_launch_api">
-<unit unitID="sf_app_im_im_pub_im_application_launch_api" name="im_application_launch_api" bldFile="\sf\app\im\im_pub\im_application_launch_api\group" mrp=""/>
-</component>
-</module>
-<module name="presadap12">
-<component name="presadap12">
-<unit unitID="sf_app_im_presadap12" name="presadap12" bldFile="\sf\app\im\presadap12\group" mrp=""/>
-</component>
-</module>
-<module name="presadap12">
-<component name="impsplugin">
-<unit unitID="sf_app_im_presadap12_impsplugin" name="impsplugin" bldFile="\sf\app\im\presadap12\impsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="presadap12">
-<component name="Parser2">
-<unit unitID="sf_app_im_presadap12_Parser2" name="Parser2" bldFile="\sf\app\im\presadap12\Parser2\Group" mrp=""/>
-</component>
-</module>
-<module name="wvsettings20">
-<component name="wvsettings20">
-<unit unitID="sf_app_im_wvsettings20" name="wvsettings20" bldFile="\sf\app\im\wvsettings20\Group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvuing">
-<unit unitID="sf_app_im_wvuing" name="wvuing" bldFile="\sf\app\im\wvuing\Group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="imindicatorplugin">
-<unit unitID="sf_app_im_wvuing_imindicatorplugin" name="imindicatorplugin" bldFile="\sf\app\im\wvuing\imindicatorplugin\group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="ImLauncher">
-<unit unitID="sf_app_im_wvuing_ImLauncher" name="ImLauncher" bldFile="\sf\app\im\wvuing\ImLauncher\Group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="IMPSAlwaysOnlinePlugin">
-<unit unitID="sf_app_im_wvuing_IMPSAlwaysOnlinePlugin" name="IMPSAlwaysOnlinePlugin" bldFile="\sf\app\im\wvuing\IMPSAlwaysOnlinePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="IMPSConnectionUI">
-<unit unitID="sf_app_im_wvuing_IMPSConnectionUI" name="IMPSConnectionUI" bldFile="\sf\app\im\wvuing\IMPSConnectionUI\Group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="IMPSServiceSettingsUI">
-<unit unitID="sf_app_im_wvuing_IMPSServiceSettingsUI" name="IMPSServiceSettingsUI" bldFile="\sf\app\im\wvuing\IMPSServiceSettingsUI\Group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="ImUtils">
-<unit unitID="sf_app_im_wvuing_ImUtils" name="ImUtils" bldFile="\sf\app\im\wvuing\ImUtils\group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvaudiomanager">
-<unit unitID="sf_app_im_wvuing_wvaudiomanager" name="wvaudiomanager" bldFile="\sf\app\im\wvuing\wvaudiomanager\group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvcommandutils">
-<unit unitID="sf_app_im_wvuing_wvcommandutils" name="wvcommandutils" bldFile="\sf\app\im\wvuing\wvcommandutils\group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvlogger">
-<unit unitID="sf_app_im_wvuing_wvlogger" name="wvlogger" bldFile="\sf\app\im\wvuing\wvlogger\Group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvuiada">
-<unit unitID="sf_app_im_wvuing_wvuiada" name="wvuiada" bldFile="\sf\app\im\wvuing\wvuiada\Group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvuiave">
-<unit unitID="sf_app_im_wvuing_wvuiave" name="wvuiave" bldFile="\sf\app\im\wvuing\wvuiave\Group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvuieng">
-<unit unitID="sf_app_im_wvuing_wvuieng" name="wvuieng" bldFile="\sf\app\im\wvuing\wvuieng\Group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvuipresence">
-<unit unitID="sf_app_im_wvuing_wvuipresence" name="wvuipresence" bldFile="\sf\app\im\wvuing\wvuipresence\group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvuiprocess">
-<unit unitID="sf_app_im_wvuing_wvuiprocess" name="wvuiprocess" bldFile="\sf\app\im\wvuing\wvuiprocess\group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvuistorage">
-<unit unitID="sf_app_im_wvuing_wvuistorage" name="wvuistorage" bldFile="\sf\app\im\wvuing\wvuistorage\group" mrp=""/>
-</component>
-</module>
-<module name="wvuing">
-<component name="wvvariant">
-<unit unitID="sf_app_im_wvuing_wvvariant" name="wvvariant" bldFile="\sf\app\im\wvuing\wvvariant\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imgeditor">
-<module name="imgeditor">
-<component name="imgeditor">
-<unit unitID="sf_app_imgeditor" name="imgeditor" bldFile="\sf\app\imgeditor\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="EditorProvider">
-<unit unitID="sf_app_imgeditor_imageeditor_EditorProvider" name="EditorProvider" bldFile="\sf\app\imgeditor\imageeditor\EditorProvider\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="imageeditor">
-<unit unitID="sf_app_imgeditor_imageeditor" name="imageeditor" bldFile="\sf\app\imgeditor\imageeditor\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="IEPB">
-<unit unitID="sf_app_imgeditor_imageeditor_IEPB" name="IEPB" bldFile="\sf\app\imgeditor\imageeditor\IEPB\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="imageeditorApp">
-<unit unitID="sf_app_imgeditor_imageeditor_imageeditorApp" name="imageeditorApp" bldFile="\sf\app\imgeditor\imageeditor\imageeditorApp\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="ImageEditorManager">
-<unit unitID="sf_app_imgeditor_imageeditor_ImageEditorManager" name="ImageEditorManager" bldFile="\sf\app\imgeditor\imageeditor\ImageEditorManager\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="ImageEditorUI">
-<unit unitID="sf_app_imgeditor_imageeditor_ImageEditorUI" name="ImageEditorUI" bldFile="\sf\app\imgeditor\imageeditor\ImageEditorUI\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="PB">
-<unit unitID="sf_app_imgeditor_imageeditor_PB" name="PB" bldFile="\sf\app\imgeditor\imageeditor\PB\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="BlackWhitePlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_BlackWhitePlugin" name="BlackWhitePlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\BlackWhitePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="BrightnessPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_BrightnessPlugin" name="BrightnessPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\BrightnessPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="BubblePlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_BubblePlugin" name="BubblePlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\BubblePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="CartoonizePlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_CartoonizePlugin" name="CartoonizePlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\CartoonizePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="ClipartPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_ClipartPlugin" name="ClipartPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\ClipartPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="ContrastPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_ContrastPlugin" name="ContrastPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\ContrastPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="CropPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_CropPlugin" name="CropPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\CropPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="DrawPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_DrawPlugin" name="DrawPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\DrawPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="FramePlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_FramePlugin" name="FramePlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\FramePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="NegativePlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_NegativePlugin" name="NegativePlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\NegativePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="RedEyePlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_RedEyePlugin" name="RedEyePlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\RedEyePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="ResizePlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_ResizePlugin" name="ResizePlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\ResizePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="RotateLPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_RotateLPlugin" name="RotateLPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\RotateLPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="RotateRPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_RotateRPlugin" name="RotateRPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\RotateRPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="SepiaPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_SepiaPlugin" name="SepiaPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\SepiaPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="SharpnessPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_SharpnessPlugin" name="SharpnessPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\SharpnessPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditor">
-<component name="TextPlugin">
-<unit unitID="sf_app_imgeditor_imageeditor_TextPlugin" name="TextPlugin" bldFile="\sf\app\imgeditor\imageeditor\plugins\TextPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="EngineWrapper">
-<unit unitID="sf_app_imgeditor_imageeditorengine_EngineWrapper" name="EngineWrapper" bldFile="\sf\app\imgeditor\imageeditorengine\EngineWrapper\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterBrightness">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterBrightness" name="FilterBrightness" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterBrightness\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterBubble">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterBubble" name="FilterBubble" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterBubble\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterBuffer">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterBuffer" name="FilterBuffer" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterBuffer\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterCartoon">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterCartoon" name="FilterCartoon" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterCartoon\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterClipart">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterClipart" name="FilterClipart" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterClipart\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterContrast">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterContrast" name="FilterContrast" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterContrast\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterCrop">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterCrop" name="FilterCrop" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterCrop\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterDraw">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterDraw" name="FilterDraw" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterDraw\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterFrame">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterFrame" name="FilterFrame" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterFrame\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterGrayScale">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterGrayScale" name="FilterGrayScale" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterGrayScale\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterIclSource">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterIclSource" name="FilterIclSource" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterIclSource\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterJpegSource">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterJpegSource" name="FilterJpegSource" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterJpegSource\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterJpegTarget">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterJpegTarget" name="FilterJpegTarget" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterJpegTarget\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterNegate">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterNegate" name="FilterNegate" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterNegate\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterRedEye">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterRedEye" name="FilterRedEye" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterRedEye\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterRotate">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterRotate" name="FilterRotate" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterRotate\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterScale">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterScale" name="FilterScale" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterScale\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterSepia">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterSepia" name="FilterSepia" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterSepia\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterSharpness">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterSharpness" name="FilterSharpness" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterSharpness\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="FilterText">
-<unit unitID="sf_app_imgeditor_imageeditorengine_FilterText" name="FilterText" bldFile="\sf\app\imgeditor\imageeditorengine\filters\FilterText\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="imageeditorengine">
-<unit unitID="sf_app_imgeditor_imageeditorengine" name="imageeditorengine" bldFile="\sf\app\imgeditor\imageeditorengine\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="ImageEditorUtils">
-<unit unitID="sf_app_imgeditor_imageeditorengine_ImageEditorUtils" name="ImageEditorUtils" bldFile="\sf\app\imgeditor\imageeditorengine\ImageEditorUtils\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="JpegRotator">
-<unit unitID="sf_app_imgeditor_imageeditorengine_JpegRotator" name="JpegRotator" bldFile="\sf\app\imgeditor\imageeditorengine\JpegRotator\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="JpegScaler">
-<unit unitID="sf_app_imgeditor_imageeditorengine_JpegScaler" name="JpegScaler" bldFile="\sf\app\imgeditor\imageeditorengine\JpegScaler\group" mrp=""/>
-</component>
-</module>
-<module name="imageeditorengine">
-<component name="SystemParameters">
-<unit unitID="sf_app_imgeditor_imageeditorengine_SystemParameters" name="SystemParameters" bldFile="\sf\app\imgeditor\imageeditorengine\SystemParameters\group" mrp=""/>
-</component>
-</module>
-<module name="imgeditor_plat">
-<component name="imgeditor_plat">
-<unit unitID="sf_app_imgeditor_imgeditor_plat" name="imgeditor_plat" bldFile="\sf\app\imgeditor\imgeditor_plat\group" mrp=""/>
-</component>
-</module>
-<module name="imgeditor_plat">
-<component name="image_editor_debug_utilities_api">
-<unit unitID="sf_app_imgeditor_imgeditor_plat_image_editor_debug_utilities_api" name="image_editor_debug_utilities_api" bldFile="\sf\app\imgeditor\imgeditor_plat\image_editor_debug_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="imgeditor_plat">
-<component name="image_editor_definitions_api">
-<unit unitID="sf_app_imgeditor_imgeditor_plat_image_editor_definitions_api" name="image_editor_definitions_api" bldFile="\sf\app\imgeditor\imgeditor_plat\image_editor_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="imgeditor_plat">
-<component name="image_editor_system_parameters_api">
-<unit unitID="sf_app_imgeditor_imgeditor_plat_image_editor_system_parameters_api" name="image_editor_system_parameters_api" bldFile="\sf\app\imgeditor\imgeditor_plat\image_editor_system_parameters_api\group" mrp=""/>
-</component>
-</module>
-<module name="imgeditor_plat">
-<component name="image_editor_utilities_api">
-<unit unitID="sf_app_imgeditor_imgeditor_plat_image_editor_utilities_api" name="image_editor_utilities_api" bldFile="\sf\app\imgeditor\imgeditor_plat\image_editor_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="imgeditor_plat">
-<component name="image_processing_engine_api">
-<unit unitID="sf_app_imgeditor_imgeditor_plat_image_processing_engine_api" name="image_processing_engine_api" bldFile="\sf\app\imgeditor\imgeditor_plat\image_processing_engine_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imgvieweruis">
-<module name="imgvieweruis">
-<component name="imgvieweruis">
-<unit unitID="sf_app_imgvieweruis" name="imgvieweruis" bldFile="\sf\app\imgvieweruis\group" mrp=""/>
-</component>
-</module>
-<module name="imageviewer">
-<component name="imageviewer">
-<unit unitID="sf_app_imgvieweruis_imageviewer" name="imageviewer" bldFile="\sf\app\imgvieweruis\imageviewer\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="iptelephony">
-<module name="iptelephony">
-<component name="iptelephony">
-<unit unitID="sf_app_iptelephony" name="iptelephony" bldFile="\sf\app\iptelephony\group" mrp=""/>
-</component>
-</module>
-<module name="callcontinuity">
-<component name="callcontinuity">
-<unit unitID="sf_app_iptelephony_callcontinuity" name="callcontinuity" bldFile="\sf\app\iptelephony\callcontinuity\group" mrp=""/>
-</component>
-</module>
-<module name="callcontinuity">
-<component name="nsmldmvccadapter">
-<unit unitID="sf_app_iptelephony_callcontinuity_nsmldmvccadapter" name="nsmldmvccadapter" bldFile="\sf\app\iptelephony\callcontinuity\nsmldmvccadapter\group" mrp=""/>
-</component>
-</module>
-<module name="callcontinuity">
-<component name="settingsreader">
-<unit unitID="sf_app_iptelephony_callcontinuity_settingsreader" name="settingsreader" bldFile="\sf\app\iptelephony\callcontinuity\settingsreader\group" mrp=""/>
-</component>
-</module>
-<module name="callcontinuity">
-<component name="vcc">
-<unit unitID="sf_app_iptelephony_callcontinuity_vcc" name="vcc" bldFile="\sf\app\iptelephony\callcontinuity\vcc\group" mrp=""/>
-</component>
-</module>
-<module name="callcontinuity">
-<component name="vccclientprovisioningadapter">
-<unit unitID="sf_app_iptelephony_callcontinuity_vccclientprovisioningadapter" name="vccclientprovisioningadapter" bldFile="\sf\app\iptelephony\callcontinuity\vccclientprovisioningadapter\group" mrp=""/>
-</component>
-</module>
-<module name="callcontinuity">
-<component name="vcchotrigger">
-<unit unitID="sf_app_iptelephony_callcontinuity_vcchotrigger" name="vcchotrigger" bldFile="\sf\app\iptelephony\callcontinuity\vcchotrigger\group" mrp=""/>
-</component>
-</module>
-<module name="callcontinuity">
-<component name="vccpropertyhandler">
-<unit unitID="sf_app_iptelephony_callcontinuity_vccpropertyhandler" name="vccpropertyhandler" bldFile="\sf\app\iptelephony\callcontinuity\vccpropertyhandler\group" mrp=""/>
-</component>
-</module>
-<module name="callcontinuity">
-<component name="vccutils">
-<unit unitID="sf_app_iptelephony_callcontinuity_vccutils" name="vccutils" bldFile="\sf\app\iptelephony\callcontinuity\vccutils\group" mrp=""/>
-</component>
-</module>
-<module name="commsconfig">
-<component name="cscapplicationui">
-<unit unitID="sf_app_iptelephony_commsconfig_cscapplicationui" name="cscapplicationui" bldFile="\sf\app\iptelephony\commsconfig\cscapplicationui\group" mrp=""/>
-</component>
-</module>
-<module name="commsconfig">
-<component name="cscengine">
-<unit unitID="sf_app_iptelephony_commsconfig_cscengine" name="cscengine" bldFile="\sf\app\iptelephony\commsconfig\cscengine\group" mrp=""/>
-</component>
-</module>
-<module name="commsconfig">
-<component name="cscgsplugin">
-<unit unitID="sf_app_iptelephony_commsconfig_cscgsplugin" name="cscgsplugin" bldFile="\sf\app\iptelephony\commsconfig\cscgsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="commsconfig">
-<component name="cscsettingsui">
-<unit unitID="sf_app_iptelephony_commsconfig_cscsettingsui" name="cscsettingsui" bldFile="\sf\app\iptelephony\commsconfig\cscsettingsui\group" mrp=""/>
-</component>
-</module>
-<module name="commsconfig">
-<component name="cscsipvoipcleanupplugin">
-<unit unitID="sf_app_iptelephony_commsconfig_cscsipvoipcleanupplugin" name="cscsipvoipcleanupplugin" bldFile="\sf\app\iptelephony\commsconfig\cscsipvoipcleanupplugin\group" mrp=""/>
-</component>
-</module>
-<module name="commsconfig">
-<component name="commsconfig">
-<unit unitID="sf_app_iptelephony_commsconfig" name="commsconfig" bldFile="\sf\app\iptelephony\commsconfig\group" mrp=""/>
-</component>
-</module>
-<module name="convergedconnectionhandler">
-<component name="cchclient">
-<unit unitID="sf_app_iptelephony_convergedconnectionhandler_cchclient" name="cchclient" bldFile="\sf\app\iptelephony\convergedconnectionhandler\cchclient\group" mrp=""/>
-</component>
-</module>
-<module name="convergedconnectionhandler">
-<component name="cchuinotif">
-<unit unitID="sf_app_iptelephony_convergedconnectionhandler_cchuinotif" name="cchuinotif" bldFile="\sf\app\iptelephony\convergedconnectionhandler\cchclientapi\cchuinotif\group" mrp=""/>
-</component>
-</module>
-<module name="convergedconnectionhandler">
-<component name="cchclientapi">
-<unit unitID="sf_app_iptelephony_convergedconnectionhandler_cchclientapi" name="cchclientapi" bldFile="\sf\app\iptelephony\convergedconnectionhandler\cchclientapi\group" mrp=""/>
-</component>
-</module>
-<module name="convergedconnectionhandler">
-<component name="cchserver">
-<unit unitID="sf_app_iptelephony_convergedconnectionhandler_cchserver" name="cchserver" bldFile="\sf\app\iptelephony\convergedconnectionhandler\cchserver\group" mrp=""/>
-</component>
-</module>
-<module name="convergedconnectionhandler">
-<component name="convergedconnectionhandler">
-<unit unitID="sf_app_iptelephony_convergedconnectionhandler" name="convergedconnectionhandler" bldFile="\sf\app\iptelephony\convergedconnectionhandler\group" mrp=""/>
-</component>
-</module>
-<module name="iptel_plat">
-<component name="cch_client_api">
-<unit unitID="sf_app_iptelephony_iptel_plat_cch_client_api" name="cch_client_api" bldFile="\sf\app\iptelephony\iptel_plat\cch_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="iptel_plat">
-<component name="cch_server_api">
-<unit unitID="sf_app_iptelephony_iptel_plat_cch_server_api" name="cch_server_api" bldFile="\sf\app\iptelephony\iptel_plat\cch_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="iptel_plat">
-<component name="csc_settingsui_api">
-<unit unitID="sf_app_iptelephony_iptel_plat_csc_settingsui_api" name="csc_settingsui_api" bldFile="\sf\app\iptelephony\iptel_plat\csc_settingsui_api\group" mrp=""/>
-</component>
-</module>
-<module name="iptel_plat">
-<component name="iptel_plat">
-<unit unitID="sf_app_iptelephony_iptel_plat" name="iptel_plat" bldFile="\sf\app\iptelephony\iptel_plat\group" mrp=""/>
-</component>
-</module>
-<module name="iptel_plat">
-<component name="richcallsettingsengine_api">
-<unit unitID="sf_app_iptelephony_iptel_plat_richcallsettingsengine_api" name="richcallsettingsengine_api" bldFile="\sf\app\iptelephony\iptel_plat\richcallsettingsengine_api\group" mrp=""/>
-</component>
-</module>
-<module name="iptel_plat">
-<component name="vccpropertyhandler_api">
-<unit unitID="sf_app_iptelephony_iptel_plat_vccpropertyhandler_api" name="vccpropertyhandler_api" bldFile="\sf\app\iptelephony\iptel_plat\vccpropertyhandler_api\group" mrp=""/>
-</component>
-</module>
-<module name="iptel_plat">
-<component name="vcc_api">
-<unit unitID="sf_app_iptelephony_iptel_plat_vcc_api" name="vcc_api" bldFile="\sf\app\iptelephony\iptel_plat\vcc_api\group" mrp=""/>
-</component>
-</module>
-<module name="richcallsettingsengine">
-<component name="richcallsettingsengine">
-<unit unitID="sf_app_iptelephony_richcallsettingsengine" name="richcallsettingsengine" bldFile="\sf\app\iptelephony\richcallsettingsengine\group" mrp=""/>
-</component>
-</module>
-<module name="richcallsettingsengine">
-<component name="rcse2">
-<unit unitID="sf_app_iptelephony_richcallsettingsengine_rcse2" name="rcse2" bldFile="\sf\app\iptelephony\richcallsettingsengine\rcse2\group" mrp=""/>
-</component>
-</module>
-<module name="sipvoipprovider">
-<component name="sipvoipprovider">
-<unit unitID="sf_app_iptelephony_sipvoipprovider" name="sipvoipprovider" bldFile="\sf\app\iptelephony\sipvoipprovider\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="accountcreationplugin">
-<unit unitID="sf_app_iptelephony_voipplugins_accountcreationplugin" name="accountcreationplugin" bldFile="\sf\app\iptelephony\voipplugins\accountcreationplugin\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="hslauncher">
-<unit unitID="sf_app_iptelephony_voipplugins_hslauncher" name="hslauncher" bldFile="\sf\app\iptelephony\voipplugins\accountcreationplugin\hslauncher\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="hslauncherps">
-<unit unitID="sf_app_iptelephony_voipplugins_hslauncherps" name="hslauncherps" bldFile="\sf\app\iptelephony\voipplugins\accountcreationplugin\hslauncher\hslauncherps\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="hslauncherui">
-<unit unitID="sf_app_iptelephony_voipplugins_hslauncherui" name="hslauncherui" bldFile="\sf\app\iptelephony\voipplugins\accountcreationplugin\hslauncher\hslauncherui\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="dhcppositionprovider">
-<unit unitID="sf_app_iptelephony_voipplugins_dhcppositionprovider" name="dhcppositionprovider" bldFile="\sf\app\iptelephony\voipplugins\dhcppositionprovider\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="voipplugins">
-<unit unitID="sf_app_iptelephony_voipplugins" name="voipplugins" bldFile="\sf\app\iptelephony\voipplugins\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="ipapputils">
-<unit unitID="sf_app_iptelephony_voipplugins_ipapputils" name="ipapputils" bldFile="\sf\app\iptelephony\voipplugins\ipapputils\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="voipeventlog">
-<unit unitID="sf_app_iptelephony_voipplugins_voipeventlog" name="voipeventlog" bldFile="\sf\app\iptelephony\voipplugins\ipapputils\voipeventlog\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="sipconnectionprovider">
-<unit unitID="sf_app_iptelephony_voipplugins_sipconnectionprovider" name="sipconnectionprovider" bldFile="\sf\app\iptelephony\voipplugins\sipconnectionprovider\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="ipvoicemailengine">
-<unit unitID="sf_app_iptelephony_voipplugins_ipvoicemailengine" name="ipvoicemailengine" bldFile="\sf\app\iptelephony\voipplugins\sipconnectionprovider\ipvoicemailengine\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="sipmxresolver">
-<unit unitID="sf_app_iptelephony_voipplugins_sipmxresolver" name="sipmxresolver" bldFile="\sf\app\iptelephony\voipplugins\sipmxresolver\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="svtcallmenu">
-<unit unitID="sf_app_iptelephony_voipplugins_svtcallmenu" name="svtcallmenu" bldFile="\sf\app\iptelephony\voipplugins\svtcallmenu\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="svtlogging">
-<unit unitID="sf_app_iptelephony_voipplugins_svtlogging" name="svtlogging" bldFile="\sf\app\iptelephony\voipplugins\svtlogging\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="svtmatching">
-<unit unitID="sf_app_iptelephony_voipplugins_svtmatching" name="svtmatching" bldFile="\sf\app\iptelephony\voipplugins\svtmatching\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="cpgenvoipsettings">
-<unit unitID="sf_app_iptelephony_voipplugins_cpgenvoipsettings" name="cpgenvoipsettings" bldFile="\sf\app\iptelephony\voipplugins\voipadapters\cpgenvoipsettings\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="cpvoipadapter">
-<unit unitID="sf_app_iptelephony_voipplugins_cpvoipadapter" name="cpvoipadapter" bldFile="\sf\app\iptelephony\voipplugins\voipadapters\cpvoipadapter\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="dmgenvoipsettings">
-<unit unitID="sf_app_iptelephony_voipplugins_dmgenvoipsettings" name="dmgenvoipsettings" bldFile="\sf\app\iptelephony\voipplugins\voipadapters\dmgenvoipsettings\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="dmvoipadapter">
-<unit unitID="sf_app_iptelephony_voipplugins_dmvoipadapter" name="dmvoipadapter" bldFile="\sf\app\iptelephony\voipplugins\voipadapters\dmvoipadapter\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="voipadapters">
-<unit unitID="sf_app_iptelephony_voipplugins_voipadapters" name="voipadapters" bldFile="\sf\app\iptelephony\voipplugins\voipadapters\group" mrp=""/>
-</component>
-</module>
-<module name="voipplugins">
-<component name="provisioningfile">
-<unit unitID="sf_app_iptelephony_voipplugins_provisioningfile" name="provisioningfile" bldFile="\sf\app\iptelephony\voipplugins\voipadapters\provisioningfile\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="java">
-<module name="java">
-<component name="java">
-<unit unitID="sf_app_java" name="java" bldFile="\sf\app\java\group" mrp=""/>
-</component>
-</module>
-<module name="java_group">
-<component name="java_group">
-<unit unitID="sf_app_java_java_group" name="java_group" bldFile="\sf\app\java\java_group" mrp=""/>
-</component>
-</module>
-<module name="java_plat">
-<component name="java_plat">
-<unit unitID="sf_app_java_java_plat" name="java_plat" bldFile="\sf\app\java\java_plat\group" mrp=""/>
-</component>
-</module>
-<module name="java_plat">
-<component name="java_env_info_api">
-<unit unitID="sf_app_java_java_plat_java_env_info_api" name="java_env_info_api" bldFile="\sf\app\java\java_plat\java_env_info_api\group" mrp=""/>
-</component>
-</module>
-<module name="java_plat">
-<component name="java_registry_api">
-<unit unitID="sf_app_java_java_plat_java_registry_api" name="java_registry_api" bldFile="\sf\app\java\java_plat\java_registry_api\group" mrp=""/>
-</component>
-</module>
-<module name="java_plat">
-<component name="java_superd_parser_api">
-<unit unitID="sf_app_java_java_plat_java_superd_parser_api" name="java_superd_parser_api" bldFile="\sf\app\java\java_plat\java_superd_parser_api\group" mrp=""/>
-</component>
-</module>
-<module name="java_stubs">
-<component name="java_stubs">
-<unit unitID="sf_app_java_java_stubs" name="java_stubs" bldFile="\sf\app\java\java_stubs\group" mrp=""/>
-</component>
-</module>
-<module name="java_stubs">
-<component name="javadrmutils">
-<unit unitID="sf_app_java_java_stubs_javadrmutils" name="javadrmutils" bldFile="\sf\app\java\java_stubs\javadrmutils\group" mrp=""/>
-</component>
-</module>
-<module name="java_stubs">
-<component name="javaenvinfo">
-<unit unitID="sf_app_java_java_stubs_javaenvinfo" name="javaenvinfo" bldFile="\sf\app\java\java_stubs\javaenvinfo\group" mrp=""/>
-</component>
-</module>
-<module name="java_stubs">
-<component name="client">
-<unit unitID="sf_app_java_java_stubs_client" name="client" bldFile="\sf\app\java\java_stubs\javaregistry\clientserver\client\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="eswtapifacade">
-<unit unitID="sf_app_java_javaextensions_eswtapifacade" name="eswtapifacade" bldFile="\sf\app\java\javaextensions\eswt\eswtapifacade\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="eswtdirectcontent">
-<unit unitID="sf_app_java_javaextensions_eswtdirectcontent" name="eswtdirectcontent" bldFile="\sf\app\java\javaextensions\eswt\eswtdirectcontent\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="eswtinstaller">
-<unit unitID="sf_app_java_javaextensions_eswtinstaller" name="eswtinstaller" bldFile="\sf\app\java\javaextensions\eswt\eswtinstaller\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="eswt">
-<unit unitID="sf_app_java_javaextensions_eswt" name="eswt" bldFile="\sf\app\java\javaextensions\eswt\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="build">
-<unit unitID="sf_app_java_javaextensions_build" name="build" bldFile="\sf\app\java\javaextensions\eswt\org.eclipse.ercp.swt.s60\build" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="native">
-<unit unitID="sf_app_java_javaextensions_native" name="native" bldFile="\sf\app\java\javaextensions\eswt\org.eclipse.ercp.swt.s60\native\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="s60file">
-<unit unitID="sf_app_java_javaextensions_s60file" name="s60file" bldFile="\sf\app\java\javaextensions\jsr\file\s60file\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="build">
-<unit unitID="sf_app_java_javaextensions_build_1" name="build_1" bldFile="\sf\app\java\javaextensions\jsr\mia\rscreader\build" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="s60pimeka2">
-<unit unitID="sf_app_java_javaextensions_s60pimeka2" name="s60pimeka2" bldFile="\sf\app\java\javaextensions\jsr\pim\s60pimeka2\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="sensor">
-<unit unitID="sf_app_java_javaextensions_sensor" name="sensor" bldFile="\sf\app\java\javaextensions\jsr\sensor\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="s60sipmidp2client">
-<unit unitID="sf_app_java_javaextensions_s60sipmidp2client" name="s60sipmidp2client" bldFile="\sf\app\java\javaextensions\jsr\sip\s60sipmidp2client\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="s60sipmidp2push">
-<unit unitID="sf_app_java_javaextensions_s60sipmidp2push" name="s60sipmidp2push" bldFile="\sf\app\java\javaextensions\jsr\sip\s60sipmidp2push\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="s60sipmidp2rscreader">
-<unit unitID="sf_app_java_javaextensions_s60sipmidp2rscreader" name="s60sipmidp2rscreader" bldFile="\sf\app\java\javaextensions\jsr\sip\s60sipmidp2rscreader\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="instplugin">
-<unit unitID="sf_app_java_javaextensions_instplugin" name="instplugin" bldFile="\sf\app\java\javaextensions\jsr\wma\api_v2\instplugin\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="pushplugin">
-<unit unitID="sf_app_java_javaextensions_pushplugin" name="pushplugin" bldFile="\sf\app\java\javaextensions\jsr\wma\api_v2\pushplugin\group" mrp=""/>
-</component>
-</module>
-<module name="javaextensions">
-<component name="javaai">
-<unit unitID="sf_app_java_javaextensions_javaai" name="javaai" bldFile="\sf\app\java\javaextensions\supplements\javaai\group" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="downloadplugins">
-<unit unitID="sf_app_java_javainstaller_downloadplugins" name="downloadplugins" bldFile="\sf\app\java\javainstaller\downloadplugins" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="javainstaller">
-<unit unitID="sf_app_java_javainstaller" name="javainstaller" bldFile="\sf\app\java\javainstaller\group" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="iferecognizers">
-<unit unitID="sf_app_java_javainstaller_iferecognizers" name="iferecognizers" bldFile="\sf\app\java\javainstaller\iferecognizers" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="midp2iferecognizer">
-<unit unitID="sf_app_java_javainstaller_midp2iferecognizer" name="midp2iferecognizer" bldFile="\sf\app\java\javainstaller\iferecognizers\midp2iferecognizer\group" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="installationfrontend">
-<unit unitID="sf_app_java_javainstaller_installationfrontend" name="installationfrontend" bldFile="\sf\app\java\javainstaller\installationfrontend\group" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="javadrminstallhelper">
-<unit unitID="sf_app_java_javainstaller_javadrminstallhelper" name="javadrminstallhelper" bldFile="\sf\app\java\javainstaller\installplugins\javadrminstallhelper\group" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="midp2installplugin">
-<unit unitID="sf_app_java_javainstaller_midp2installplugin" name="midp2installplugin" bldFile="\sf\app\java\javainstaller\installplugins\midp2installplugin\group" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="drmrlclient">
-<unit unitID="sf_app_java_javainstaller_drmrlclient" name="drmrlclient" bldFile="\sf\app\java\javainstaller\javarightslistener\drmrlclient\group" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="drmrlserver">
-<unit unitID="sf_app_java_javainstaller_drmrlserver" name="drmrlserver" bldFile="\sf\app\java\javainstaller\javarightslistener\drmrlserver\group" mrp=""/>
-</component>
-</module>
-<module name="javainstaller">
-<component name="javarightslistener">
-<unit unitID="sf_app_java_javainstaller_javarightslistener" name="javarightslistener" bldFile="\sf\app\java\javainstaller\javarightslistener\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="j2me">
-<unit unitID="sf_app_java_javalegacy_j2me_binonly" name="j2me_binonly" bldFile="\sf\app\java\javalegacy\j2me\doc\examples\binarydev\j2me\group\binonly" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="binonly">
-<unit unitID="sf_app_java_javalegacy_binonly" name="binonly" bldFile="\sf\app\java\javalegacy\j2me\doc\examples\binarydev\j2me\products\binonly" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="kbinonly">
-<unit unitID="sf_app_java_javalegacy_kbinonly" name="kbinonly" bldFile="\sf\app\java\javalegacy\j2me\doc\examples\binarydev\j2me\products\kbinonly" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="j2me">
-<unit unitID="sf_app_java_javalegacy_j2me_9.2" name="j2me_9.2" bldFile="\sf\app\java\javalegacy\j2me\group\9.2" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="j2me">
-<unit unitID="sf_app_java_javalegacy_j2me_S60v31" name="j2me_S60v31" bldFile="\sf\app\java\javalegacy\j2me\group\S60v31" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="midp2security">
-<unit unitID="sf_app_java_javalegacy_midp2security" name="midp2security" bldFile="\sf\app\java\javalegacy\j2me\midp2security" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="JavaSIDChecker">
-<unit unitID="sf_app_java_javalegacy_JavaSIDChecker" name="JavaSIDChecker" bldFile="\sf\app\java\javalegacy\j2me\misc\JavaSIDChecker" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="S60JavaSIDChecker">
-<unit unitID="sf_app_java_javalegacy_S60JavaSIDChecker" name="S60JavaSIDChecker" bldFile="\sf\app\java\javalegacy\j2me\misc\S60JavaSIDChecker" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="plugins">
-<unit unitID="sf_app_java_javalegacy_plugins" name="plugins" bldFile="\sf\app\java\javalegacy\j2me\plugins" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="apn">
-<unit unitID="sf_app_java_javalegacy_apn" name="apn" bldFile="\sf\app\java\javalegacy\j2me\plugins\apn\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="bluetoothpush">
-<unit unitID="sf_app_java_javalegacy_bluetoothpush" name="bluetoothpush" bldFile="\sf\app\java\javalegacy\j2me\plugins\bluetoothpush\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="bluetoothpushservice">
-<unit unitID="sf_app_java_javalegacy_bluetoothpushservice" name="bluetoothpushservice" bldFile="\sf\app\java\javalegacy\j2me\plugins\bluetoothpushservice\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="build">
-<unit unitID="sf_app_java_javalegacy_build" name="build" bldFile="\sf\app\java\javalegacy\j2me\plugins\cenrep\build" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="commplugins">
-<unit unitID="sf_app_java_javalegacy_commplugins" name="commplugins" bldFile="\sf\app\java\javalegacy\j2me\plugins\commplugins" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="JavaTls">
-<unit unitID="sf_app_java_javalegacy_JavaTls" name="JavaTls" bldFile="\sf\app\java\javalegacy\j2me\plugins\JavaTls\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="jcfhttpclient">
-<unit unitID="sf_app_java_javalegacy_jcfhttpclient" name="jcfhttpclient" bldFile="\sf\app\java\javalegacy\j2me\plugins\jcfhttpclient\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="vodaKK_customiser">
-<unit unitID="sf_app_java_javalegacy_vodaKK_customiser" name="vodaKK_customiser" bldFile="\sf\app\java\javalegacy\j2me\plugins\jcfhttpclient\vodaKK_customiser\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="jcfruntimeV2">
-<unit unitID="sf_app_java_javalegacy_jcfruntimeV2" name="jcfruntimeV2" bldFile="\sf\app\java\javalegacy\j2me\plugins\jcfruntimeV2" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="jtwironesecurity">
-<unit unitID="sf_app_java_javalegacy_jtwironesecurity" name="jtwironesecurity" bldFile="\sf\app\java\javalegacy\j2me\plugins\jtwironesecurity" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="build">
-<unit unitID="sf_app_java_javalegacy_build_1" name="build_1" bldFile="\sf\app\java\javalegacy\j2me\plugins\jtwironesecurity\build" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="lcdgd">
-<unit unitID="sf_app_java_javalegacy_lcdgd" name="lcdgd" bldFile="\sf\app\java\javalegacy\j2me\plugins\lcdgd\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="lcdgr">
-<unit unitID="sf_app_java_javalegacy_lcdgr" name="lcdgr" bldFile="\sf\app\java\javalegacy\j2me\plugins\lcdgr\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="multiprocess">
-<unit unitID="sf_app_java_javalegacy_multiprocess" name="multiprocess" bldFile="\sf\app\java\javalegacy\j2me\plugins\mailboxipc\examples\multiprocess" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="paul">
-<unit unitID="sf_app_java_javalegacy_paul" name="paul" bldFile="\sf\app\java\javalegacy\j2me\plugins\mailboxipc\examples\multiprocess\paul" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="peter">
-<unit unitID="sf_app_java_javalegacy_peter" name="peter" bldFile="\sf\app\java\javalegacy\j2me\plugins\mailboxipc\examples\multiprocess\peter" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="singleprocess">
-<unit unitID="sf_app_java_javalegacy_singleprocess" name="singleprocess" bldFile="\sf\app\java\javalegacy\j2me\plugins\mailboxipc\examples\singleprocess" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="mailboxipc">
-<unit unitID="sf_app_java_javalegacy_mailboxipc" name="mailboxipc" bldFile="\sf\app\java\javalegacy\j2me\plugins\mailboxipc\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="midp2test">
-<unit unitID="sf_app_java_javalegacy_midp2test" name="midp2test" bldFile="\sf\app\java\javalegacy\j2me\plugins\midp2test\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="midperm">
-<unit unitID="sf_app_java_javalegacy_midperm" name="midperm" bldFile="\sf\app\java\javalegacy\j2me\plugins\midperm\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="NonGCFController">
-<unit unitID="sf_app_java_javalegacy_NonGCFController" name="NonGCFController" bldFile="\sf\app\java\javalegacy\j2me\plugins\NonGCFController\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="otatestserver">
-<unit unitID="sf_app_java_javalegacy_otatestserver" name="otatestserver" bldFile="\sf\app\java\javalegacy\j2me\plugins\otatestserver\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="refhttpclient">
-<unit unitID="sf_app_java_javalegacy_refhttpclient" name="refhttpclient" bldFile="\sf\app\java\javalegacy\j2me\plugins\refhttpclient\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="refhttpproxy">
-<unit unitID="sf_app_java_javalegacy_refhttpproxy" name="refhttpproxy" bldFile="\sf\app\java\javalegacy\j2me\plugins\refhttpproxy\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="refInstallationPlugin">
-<unit unitID="sf_app_java_javalegacy_refInstallationPlugin" name="refInstallationPlugin" bldFile="\sf\app\java\javalegacy\j2me\plugins\refInstallationPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="reflcdui">
-<unit unitID="sf_app_java_javalegacy_reflcdui" name="reflcdui" bldFile="\sf\app\java\javalegacy\j2me\plugins\reflcdui\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="reflcdui">
-<unit unitID="sf_app_java_javalegacy_reflcdui_RefUI" name="reflcdui_RefUI" bldFile="\sf\app\java\javalegacy\j2me\plugins\reflcdui\group\RefUI" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="refNotificationPlugin">
-<unit unitID="sf_app_java_javalegacy_refNotificationPlugin" name="refNotificationPlugin" bldFile="\sf\app\java\javalegacy\j2me\plugins\refNotificationPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="refnotifier">
-<unit unitID="sf_app_java_javalegacy_refnotifier" name="refnotifier" bldFile="\sf\app\java\javalegacy\j2me\plugins\refnotifier\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="refpimV2">
-<unit unitID="sf_app_java_javalegacy_refpimV2" name="refpimV2" bldFile="\sf\app\java\javalegacy\j2me\plugins\refpimV2\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="readonlysetup">
-<unit unitID="sf_app_java_javalegacy_readonlysetup" name="readonlysetup" bldFile="\sf\app\java\javalegacy\j2me\plugins\refpimV2\tapps\readonlysetup" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="build">
-<unit unitID="sf_app_java_javalegacy_build_2" name="build_2" bldFile="\sf\app\java\javalegacy\j2me\plugins\refuauifactory\build" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="build">
-<unit unitID="sf_app_java_javalegacy_build_3" name="build_3" bldFile="\sf\app\java\javalegacy\j2me\plugins\rmsreserve\build" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="build">
-<unit unitID="sf_app_java_javalegacy_build_4" name="build_4" bldFile="\sf\app\java\javalegacy\j2me\plugins\s60cryptotokenfactory\build" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="s60installationplugin">
-<unit unitID="sf_app_java_javalegacy_s60installationplugin" name="s60installationplugin" bldFile="\sf\app\java\javalegacy\j2me\plugins\s60installationplugin\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="s60lcdui">
-<unit unitID="sf_app_java_javalegacy_s60lcdui" name="s60lcdui" bldFile="\sf\app\java\javalegacy\j2me\plugins\s60lcdui\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="s60platformrequesthandler">
-<unit unitID="sf_app_java_javalegacy_s60platformrequesthandler" name="s60platformrequesthandler" bldFile="\sf\app\java\javalegacy\j2me\plugins\s60platformrequesthandler\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="build">
-<unit unitID="sf_app_java_javalegacy_build_5" name="build_5" bldFile="\sf\app\java\javalegacy\j2me\plugins\s60simprops\build" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="s60useragent">
-<unit unitID="sf_app_java_javalegacy_s60useragent" name="s60useragent" bldFile="\sf\app\java\javalegacy\j2me\plugins\s60useragent" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="sms">
-<unit unitID="sf_app_java_javalegacy_sms" name="sms" bldFile="\sf\app\java\javalegacy\j2me\plugins\sms\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="midpermtest">
-<unit unitID="sf_app_java_javalegacy_midpermtest" name="midpermtest" bldFile="\sf\app\java\javalegacy\j2me\plugins\testapps\midpermtest\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="trustroots">
-<unit unitID="sf_app_java_javalegacy_trustroots" name="trustroots" bldFile="\sf\app\java\javalegacy\j2me\plugins\trustroots\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="uanotifierui">
-<unit unitID="sf_app_java_javalegacy_uanotifierui" name="uanotifierui" bldFile="\sf\app\java\javalegacy\j2me\plugins\uanotifierui" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="build">
-<unit unitID="sf_app_java_javalegacy_build_6" name="build_6" bldFile="\sf\app\java\javalegacy\j2me\plugins\uanotifierui\build" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="uitestutilsimpl">
-<unit unitID="sf_app_java_javalegacy_uitestutilsimpl" name="uitestutilsimpl" bldFile="\sf\app\java\javalegacy\j2me\plugins\uitestutilsimpl\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="useragent">
-<unit unitID="sf_app_java_javalegacy_useragent" name="useragent" bldFile="\sf\app\java\javalegacy\j2me\plugins\useragent" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="build">
-<unit unitID="sf_app_java_javalegacy_build_7" name="build_7" bldFile="\sf\app\java\javalegacy\j2me\plugins\useragent\build" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="common">
-<unit unitID="sf_app_java_javalegacy_common" name="common" bldFile="\sf\app\java\javalegacy\j2me\products\common" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="hmidpS60v31">
-<unit unitID="sf_app_java_javalegacy_hmidpS60v31" name="hmidpS60v31" bldFile="\sf\app\java\javalegacy\j2me\products\hmidpS60v31" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="systemamsjcf">
-<unit unitID="sf_app_java_javalegacy_systemamsjcf" name="systemamsjcf" bldFile="\sf\app\java\javalegacy\j2me\systemamsjcf" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="systemamsref">
-<unit unitID="sf_app_java_javalegacy_systemamsref" name="systemamsref" bldFile="\sf\app\java\javalegacy\j2me\systemamsref" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="systemamsV1_5">
-<unit unitID="sf_app_java_javalegacy_systemamsV1_5" name="systemamsV1_5" bldFile="\sf\app\java\javalegacy\j2me\systemamsV1_5" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="silentinstall">
-<unit unitID="sf_app_java_javalegacy_silentinstall" name="silentinstall" bldFile="\sf\app\java\javalegacy\j2me\systemamsV1_5\build\silentinstall" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="Die">
-<unit unitID="sf_app_java_javalegacy_Die" name="Die" bldFile="\sf\app\java\javalegacy\j2me\tools\native\Die" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="installSIS9.1">
-<unit unitID="sf_app_java_javalegacy_installSIS9.1" name="installSIS9.1" bldFile="\sf\app\java\javalegacy\j2me\tools\native\installSIS9.1" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="midletutils">
-<unit unitID="sf_app_java_javalegacy_midletutils" name="midletutils" bldFile="\sf\app\java\javalegacy\j2me\tools\native\midletutils" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="installmidlet">
-<unit unitID="sf_app_java_javalegacy_installmidlet" name="installmidlet" bldFile="\sf\app\java\javalegacy\j2me\tools\native\midletutils\installmidlet" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="launchmidlet">
-<unit unitID="sf_app_java_javalegacy_launchmidlet" name="launchmidlet" bldFile="\sf\app\java\javalegacy\j2me\tools\native\midletutils\launchmidlet" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="nearlyFillDrive">
-<unit unitID="sf_app_java_javalegacy_nearlyFillDrive" name="nearlyFillDrive" bldFile="\sf\app\java\javalegacy\j2me\tools\native\nearlyFillDrive" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="PushKeys">
-<unit unitID="sf_app_java_javalegacy_PushKeys" name="PushKeys" bldFile="\sf\app\java\javalegacy\j2me\tools\native\PushKeys\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="startirstack">
-<unit unitID="sf_app_java_javalegacy_startirstack" name="startirstack" bldFile="\sf\app\java\javalegacy\j2me\tools\native\startirstack" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="usbon">
-<unit unitID="sf_app_java_javalegacy_usbon" name="usbon" bldFile="\sf\app\java\javalegacy\j2me\tools\native\usbon" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="wait">
-<unit unitID="sf_app_java_javalegacy_wait" name="wait" bldFile="\sf\app\java\javalegacy\j2me\tools\native\wait" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="debugagent">
-<unit unitID="sf_app_java_javalegacy_debugagent_driver_refui_app" name="debugagent_driver_refui_app" bldFile="\sf\app\java\javalegacy\j2me\utils\debugagent\group\driver\refui\app" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="debugagent">
-<unit unitID="sf_app_java_javalegacy_debugagent_driver_refui_exe" name="debugagent_driver_refui_exe" bldFile="\sf\app\java\javalegacy\j2me\utils\debugagent\group\driver\refui\exe" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="redirapp">
-<unit unitID="sf_app_java_javalegacy_redirapp" name="redirapp" bldFile="\sf\app\java\javalegacy\j2me\utils\redirect\redirapp\group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="s60ui">
-<unit unitID="sf_app_java_javalegacy_s60ui" name="s60ui" bldFile="\sf\app\java\javalegacy\j2me\utils\redirect\redirapp\s60ui" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="JcfCommon">
-<unit unitID="sf_app_java_javalegacy_JcfCommon" name="JcfCommon" bldFile="\sf\app\java\javalegacy\JcfCommon\Group" mrp=""/>
-</component>
-</module>
-<module name="javalegacy">
-<component name="Utils">
-<unit unitID="sf_app_java_javalegacy_Utils" name="Utils" bldFile="\sf\app\java\javalegacy\JcfCommon\Utils\Group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="javamanager">
-<unit unitID="sf_app_java_javamanager" name="javamanager" bldFile="\sf\app\java\javamanager\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="javabackup">
-<unit unitID="sf_app_java_javamanager_javabackup" name="javabackup" bldFile="\sf\app\java\javamanager\javabackup" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="javabackupcore">
-<unit unitID="sf_app_java_javamanager_javabackupcore" name="javabackupcore" bldFile="\sf\app\java\javamanager\javabackup\javabackupcore\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="midp2backup">
-<unit unitID="sf_app_java_javamanager_midp2backup" name="midp2backup" bldFile="\sf\app\java\javamanager\javabackup\midp2backup\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="javadrmmanager">
-<unit unitID="sf_app_java_javamanager_javadrmmanager" name="javadrmmanager" bldFile="\sf\app\java\javamanager\javadrmmanager\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="client">
-<unit unitID="sf_app_java_javamanager_client" name="client" bldFile="\sf\app\java\javamanager\javaregistry\clientserver\client\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="server">
-<unit unitID="sf_app_java_javamanager_server" name="server" bldFile="\sf\app\java\javamanager\javaregistry\clientserver\server\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="javaregistry">
-<unit unitID="sf_app_java_javamanager_javaregistry" name="javaregistry" bldFile="\sf\app\java\javamanager\javaregistry\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="javasizehelper">
-<unit unitID="sf_app_java_javamanager_javasizehelper" name="javasizehelper" bldFile="\sf\app\java\javamanager\javaregistry\javasizehelper\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="midp">
-<unit unitID="sf_app_java_javamanager_midp" name="midp" bldFile="\sf\app\java\javamanager\javaregistry\midp\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="newlegacy">
-<unit unitID="sf_app_java_javamanager_newlegacy" name="newlegacy" bldFile="\sf\app\java\javamanager\javaregistry\newlegacy" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="installedappsregistry">
-<unit unitID="sf_app_java_javamanager_installedappsregistry" name="installedappsregistry" bldFile="\sf\app\java\javamanager\javaregistry\newlegacy\installedappsregistry\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="javaregistry">
-<unit unitID="sf_app_java_javamanager_javaregistry_1" name="javaregistry_1" bldFile="\sf\app\java\javamanager\javaregistry\newlegacy\javaregistry\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="appmngrplugin">
-<unit unitID="sf_app_java_javamanager_appmngrplugin" name="appmngrplugin" bldFile="\sf\app\java\javamanager\javasettings\appmngrplugin\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="dbV2">
-<unit unitID="sf_app_java_javamanager_dbV2" name="dbV2" bldFile="\sf\app\java\javamanager\javasettings\dbV2\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="javasettings">
-<unit unitID="sf_app_java_javamanager_javasettings" name="javasettings" bldFile="\sf\app\java\javamanager\javasettings\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="jcfpermissiondb">
-<unit unitID="sf_app_java_javamanager_jcfpermissiondb" name="jcfpermissiondb" bldFile="\sf\app\java\javamanager\javasettings\jcfpermissiondb\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="networkaccessrepository">
-<unit unitID="sf_app_java_javamanager_networkaccessrepository" name="networkaccessrepository" bldFile="\sf\app\java\javamanager\javasettings\networkaccessrepository\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="securitypolicyV2">
-<unit unitID="sf_app_java_javamanager_securitypolicyV2" name="securitypolicyV2" bldFile="\sf\app\java\javamanager\javasettings\securitypolicyV2\group" mrp=""/>
-</component>
-</module>
-<module name="javamanager">
-<component name="userpreferences">
-<unit unitID="sf_app_java_javamanager_userpreferences" name="userpreferences" bldFile="\sf\app\java\javamanager\javasettings\userpreferences\group" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="connectionmanager">
-<unit unitID="sf_app_java_javaruntime_connectionmanager" name="connectionmanager" bldFile="\sf\app\java\javaruntime\common\connectionmanager\group" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="common">
-<unit unitID="sf_app_java_javaruntime_common" name="common" bldFile="\sf\app\java\javaruntime\common\group" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="remconobserver">
-<unit unitID="sf_app_java_javaruntime_remconobserver" name="remconobserver" bldFile="\sf\app\java\javaruntime\common\remconobserver\group" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="jvm">
-<unit unitID="sf_app_java_javaruntime_jvm" name="jvm" bldFile="\sf\app\java\javaruntime\jvm\group" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="ThreadDump">
-<unit unitID="sf_app_java_javaruntime_ThreadDump" name="ThreadDump" bldFile="\sf\app\java\javaruntime\jvm\ibm\j9_23\tools\ThreadDump\group" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="nativeport">
-<unit unitID="sf_app_java_javaruntime_nativeport" name="nativeport" bldFile="\sf\app\java\javaruntime\jvm\portinglayer\nativeport\group" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="midp2vmargsmodifier">
-<unit unitID="sf_app_java_javaruntime_midp2vmargsmodifier" name="midp2vmargsmodifier" bldFile="\sf\app\java\javaruntime\midp2ams\midp2runtime\midp2vmargsmodifier\group" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="components">
-<unit unitID="sf_app_java_javaruntime_components" name="components" bldFile="\sf\app\java\javaruntime\temp_j2me_root\components" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="hmidps60">
-<unit unitID="sf_app_java_javaruntime_hmidps60" name="hmidps60" bldFile="\sf\app\java\javaruntime\temp_j2me_root\products\hmidps60" mrp=""/>
-</component>
-</module>
-<module name="javaruntime">
-<component name="j9midpS60">
-<unit unitID="sf_app_java_javaruntime_j9midpS60" name="j9midpS60" bldFile="\sf\app\java\javaruntime\temp_j2me_root\products\j9midpS60" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="adt">
-<unit unitID="sf_app_java_javautils_adt" name="adt" bldFile="\sf\app\java\javautils\adt\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="common">
-<unit unitID="sf_app_java_javautils_common" name="common" bldFile="\sf\app\java\javautils\common\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="javautils">
-<unit unitID="sf_app_java_javautils" name="javautils" bldFile="\sf\app\java\javautils\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="iconconverter">
-<unit unitID="sf_app_java_javautils_iconconverter" name="iconconverter" bldFile="\sf\app\java\javautils\iconconverter\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="integrityserver">
-<unit unitID="sf_app_java_javautils_integrityserver" name="integrityserver" bldFile="\sf\app\java\javautils\integrityserver\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="integrityserver">
-<unit unitID="sf_app_java_javautils_integrityserver_1" name="integrityserver_1" bldFile="\sf\app\java\javautils\integrityserver\integrityserver\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="integrityserverclient">
-<unit unitID="sf_app_java_javautils_integrityserverclient" name="integrityserverclient" bldFile="\sf\app\java\javautils\integrityserver\integrityserverclient\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="jarfiledecoder">
-<unit unitID="sf_app_java_javautils_jarfiledecoder" name="jarfiledecoder" bldFile="\sf\app\java\javautils\jarfiledecoder\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="javadrmutils">
-<unit unitID="sf_app_java_javautils_javadrmutils" name="javadrmutils" bldFile="\sf\app\java\javautils\javadrmutils\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="javaenvinfo">
-<unit unitID="sf_app_java_javautils_javaenvinfo" name="javaenvinfo" bldFile="\sf\app\java\javautils\javaenvinfo\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="javapackagelookup">
-<unit unitID="sf_app_java_javautils_javapackagelookup" name="javapackagelookup" bldFile="\sf\app\java\javautils\javapackagelookup\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="javareader">
-<unit unitID="sf_app_java_javautils_javareader" name="javareader" bldFile="\sf\app\java\javautils\javareader\group" mrp=""/>
-</component>
-</module>
-<module name="javautils">
-<component name="javarecognizer">
-<unit unitID="sf_app_java_javautils_javarecognizer" name="javarecognizer" bldFile="\sf\app\java\javautils\javarecognizer\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="location">
-<module name="location">
-<component name="location">
-<unit unitID="sf_app_location" name="location" bldFile="\sf\app\location\group" mrp=""/>
-</component>
-</module>
-<module name="basiclocationinfodisplay">
-<component name="engine">
-<unit unitID="sf_app_location_basiclocationinfodisplay_engine" name="engine" bldFile="\sf\app\location\basiclocationinfodisplay\blid\engine\group" mrp=""/>
-</component>
-</module>
-<module name="basiclocationinfodisplay">
-<component name="blid">
-<unit unitID="sf_app_location_basiclocationinfodisplay_blid" name="blid" bldFile="\sf\app\location\basiclocationinfodisplay\blid\group" mrp=""/>
-</component>
-</module>
-<module name="basiclocationinfodisplay">
-<component name="ui">
-<unit unitID="sf_app_location_basiclocationinfodisplay_ui" name="ui" bldFile="\sf\app\location\basiclocationinfodisplay\blid\ui\group" mrp=""/>
-</component>
-</module>
-<module name="basiclocationinfodisplay">
-<component name="basiclocationinfodisplay">
-<unit unitID="sf_app_location_basiclocationinfodisplay" name="basiclocationinfodisplay" bldFile="\sf\app\location\basiclocationinfodisplay\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventseditor">
-<unit unitID="sf_app_location_eventsui_eventseditor" name="eventseditor" bldFile="\sf\app\location\eventsui\eventseditor\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventsengine">
-<unit unitID="sf_app_location_eventsui_eventsengine" name="eventsengine" bldFile="\sf\app\location\eventsui\eventsengine\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventshandler">
-<unit unitID="sf_app_location_eventsui_eventshandler" name="eventshandler" bldFile="\sf\app\location\eventsui\eventshandlerui\eventshandler\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventshandlerapp">
-<unit unitID="sf_app_location_eventsui_eventshandlerapp" name="eventshandlerapp" bldFile="\sf\app\location\eventsui\eventshandlerui\eventshandlerapp\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventshandlerserver">
-<unit unitID="sf_app_location_eventsui_eventshandlerserver" name="eventshandlerserver" bldFile="\sf\app\location\eventsui\eventshandlerui\eventshandlerserver\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="ecom">
-<unit unitID="sf_app_location_eventsui_ecom" name="ecom" bldFile="\sf\app\location\eventsui\eventshandlerui\eventsnotifier\ecom\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="evtinfonote">
-<unit unitID="sf_app_location_eventsui_evtinfonote" name="evtinfonote" bldFile="\sf\app\location\eventsui\eventshandlerui\eventsnotifier\evtinfonote\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventsnotifier">
-<unit unitID="sf_app_location_eventsui_eventsnotifier" name="eventsnotifier" bldFile="\sf\app\location\eventsui\eventshandlerui\eventsnotifier\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventshandlerui">
-<unit unitID="sf_app_location_eventsui_eventshandlerui" name="eventshandlerui" bldFile="\sf\app\location\eventsui\eventshandlerui\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventsmgmtui">
-<unit unitID="sf_app_location_eventsui_eventsmgmtui" name="eventsmgmtui" bldFile="\sf\app\location\eventsui\eventsmgmtui\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventsutils">
-<unit unitID="sf_app_location_eventsui_eventsutils" name="eventsutils" bldFile="\sf\app\location\eventsui\eventsutils\group" mrp=""/>
-</component>
-</module>
-<module name="eventsui">
-<component name="eventsui">
-<unit unitID="sf_app_location_eventsui" name="eventsui" bldFile="\sf\app\location\eventsui\group" mrp=""/>
-</component>
-</module>
-<module name="landmarksui">
-<component name="app">
-<unit unitID="sf_location_landmarksui_app" name="app" bldFile="\sf\app\location\landmarksui\app\group" mrp=""/>
-</component>
-</module>
-<module name="landmarksui">
-<component name="commonui">
-<unit unitID="sf_app_location_landmarksui_commonui" name="commonui" bldFile="\sf\app\location\landmarksui\commonui\group" mrp=""/>
-</component>
-</module>
-<module name="landmarksui">
-<component name="engine">
-<unit unitID="sf_app_location_landmarksui_engine" name="engine" bldFile="\sf\app\location\landmarksui\engine\group" mrp=""/>
-</component>
-</module>
-<module name="landmarksui">
-<component name="landmarksui">
-<unit unitID="sf_app_location_landmarksui" name="landmarksui" bldFile="\sf\app\location\landmarksui\group" mrp=""/>
-</component>
-</module>
-<module name="landmarksui">
-<component name="msgviewer">
-<unit unitID="sf_app_location_landmarksui_msgviewer" name="msgviewer" bldFile="\sf\app\location\landmarksui\msgviewer\group" mrp=""/>
-</component>
-</module>
-<module name="landmarksui">
-<component name="uicontrols">
-<unit unitID="sf_app_location_landmarksui_uicontrols" name="uicontrols" bldFile="\sf\app\location\landmarksui\uicontrols\group" mrp=""/>
-</component>
-</module>
-<module name="loc_pub">
-<component name="loc_pub">
-<unit unitID="sf_app_location_loc_pub" name="loc_pub" bldFile="\sf\app\location\loc_pub\group" mrp=""/>
-</component>
-</module>
-<module name="loc_pub">
-<component name="landmarks_ui_addedit_api">
-<unit unitID="sf_app_location_loc_pub_landmarks_ui_addedit_api" name="landmarks_ui_addedit_api" bldFile="\sf\app\location\loc_pub\landmarks_ui_addedit_api\group" mrp=""/>
-</component>
-</module>
-<module name="loc_pub">
-<component name="landmarks_ui_selector_api">
-<unit unitID="sf_app_location_loc_pub_landmarks_ui_selector_api" name="landmarks_ui_selector_api" bldFile="\sf\app\location\loc_pub\landmarks_ui_selector_api\group" mrp=""/>
-</component>
-</module>
-<module name="locationlandmarksrefappfors60">
-<component name="locationlandmarksrefappfors60">
-<unit unitID="sf_app_location_locationlandmarksrefappfors60" name="locationlandmarksrefappfors60" bldFile="\sf\app\location\locationlandmarksrefappfors60\Group" mrp=""/>
-</component>
-</module>
-<module name="locationlandmarksuirefapp">
-<component name="locationlandmarksuirefapp">
-<unit unitID="sf_app_location_locationlandmarksuirefapp" name="locationlandmarksuirefapp" bldFile="\sf\app\location\locationlandmarksuirefapp\group" mrp=""/>
-</component>
-</module>
-<module name="locationsatviewrefapp">
-<component name="locationsatviewrefapp">
-<unit unitID="sf_app_location_locationsatviewrefapp" name="locationsatviewrefapp" bldFile="\sf\app\location\locationsatviewrefapp\group" mrp=""/>
-</component>
-</module>
-<module name="mapnavproviderrefapp">
-<component name="mapnavproviderrefapp">
-<unit unitID="sf_app_location_mapnavproviderrefapp" name="mapnavproviderrefapp" bldFile="\sf\app\location\mapnavproviderrefapp\group" mrp=""/>
-</component>
-</module>
-<module name="simpsyconfigurator">
-<component name="simpsyconfigurator">
-<unit unitID="sf_app_location_simpsyconfigurator" name="simpsyconfigurator" bldFile="\sf\app\location\simpsyconfigurator\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="messaging">
-<module name="messaging">
-<component name="messaging">
-<unit unitID="sf_app_messaging" name="messaging" bldFile="\sf\app\messaging\group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="alwaysonlineemailplugin">
-<unit unitID="sf_app_messaging_email_alwaysonlineemailplugin" name="alwaysonlineemailplugin" bldFile="\sf\app\messaging\email\alwaysonlineemailplugin\group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="emailnotificationhandler">
-<unit unitID="sf_app_messaging_email_emailnotificationhandler" name="emailnotificationhandler" bldFile="\sf\app\messaging\email\emailnotificationhandler\group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="email">
-<unit unitID="sf_app_messaging_email" name="email" bldFile="\sf\app\messaging\email\group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="DomainApi">
-<unit unitID="sf_app_messaging_email_DomainApi" name="DomainApi" bldFile="\sf\app\messaging\email\imum\DomainApi\group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="imum">
-<unit unitID="sf_app_messaging_email_imum" name="imum" bldFile="\sf\app\messaging\email\imum\group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="Mtms">
-<unit unitID="sf_app_messaging_email_Mtms" name="Mtms" bldFile="\sf\app\messaging\email\imum\Mtms\Group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="Utils">
-<unit unitID="sf_app_messaging_email_Utils" name="Utils" bldFile="\sf\app\messaging\email\imum\Utils\Group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="mail">
-<unit unitID="sf_app_messaging_email_mail" name="mail" bldFile="\sf\app\messaging\email\mail\group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="icalviewer">
-<unit unitID="sf_app_messaging_email_icalviewer" name="icalviewer" bldFile="\sf\app\messaging\email\mail\PluginSrc\icalviewer\group" mrp=""/>
-</component>
-</module>
-<module name="email">
-<component name="syncuimtms">
-<unit unitID="sf_app_messaging_email_syncuimtms" name="syncuimtms" bldFile="\sf\app\messaging\email\syncuimtms\Group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="bium">
-<unit unitID="sf_app_messaging_messagingappbase_bium" name="bium" bldFile="\sf\app\messaging\messagingappbase\bium\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="messagingappbase">
-<unit unitID="sf_app_messaging_messagingappbase" name="messagingappbase" bldFile="\sf\app\messaging\messagingappbase\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="mce">
-<unit unitID="sf_app_messaging_messagingappbase_mce" name="mce" bldFile="\sf\app\messaging\messagingappbase\mce\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="mceextraitems">
-<unit unitID="sf_app_messaging_messagingappbase_mceextraitems" name="mceextraitems" bldFile="\sf\app\messaging\messagingappbase\mceextraitems\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="mcesettings">
-<unit unitID="sf_app_messaging_messagingappbase_mcesettings" name="mcesettings" bldFile="\sf\app\messaging\messagingappbase\mcesettings\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="mcesettingsgsplugin">
-<unit unitID="sf_app_messaging_messagingappbase_mcesettingsgsplugin" name="mcesettingsgsplugin" bldFile="\sf\app\messaging\messagingappbase\mcesettings\mcesettingsgsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="msgavkon">
-<unit unitID="sf_app_messaging_messagingappbase_msgavkon" name="msgavkon" bldFile="\sf\app\messaging\messagingappbase\msgavkon\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="Initialise">
-<unit unitID="sf_app_messaging_messagingappbase_Initialise" name="Initialise" bldFile="\sf\app\messaging\messagingappbase\msgavkon\Initialise\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="msgindicatorplugin">
-<unit unitID="sf_app_messaging_messagingappbase_msgindicatorplugin" name="msgindicatorplugin" bldFile="\sf\app\messaging\messagingappbase\msgavkon\msgindicatorplugin\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="msgnotifiers">
-<unit unitID="sf_app_messaging_messagingappbase_msgnotifiers" name="msgnotifiers" bldFile="\sf\app\messaging\messagingappbase\msgavkon\msgnotifiers\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="muiu_domain">
-<unit unitID="sf_app_messaging_messagingappbase_muiu_domain" name="muiu_domain" bldFile="\sf\app\messaging\messagingappbase\msgavkon\muiu_domain\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="muiu_internal">
-<unit unitID="sf_app_messaging_messagingappbase_muiu_internal" name="muiu_internal" bldFile="\sf\app\messaging\messagingappbase\msgavkon\muiu_internal\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="msgeditor">
-<unit unitID="sf_app_messaging_messagingappbase_msgeditor" name="msgeditor" bldFile="\sf\app\messaging\messagingappbase\msgeditor\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="msgerrorwatcher">
-<unit unitID="sf_app_messaging_messagingappbase_msgerrorwatcher" name="msgerrorwatcher" bldFile="\sf\app\messaging\messagingappbase\msgerrorwatcher\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="ncnlist">
-<unit unitID="sf_app_messaging_messagingappbase_ncnlist" name="ncnlist" bldFile="\sf\app\messaging\messagingappbase\ncnlist\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="schemeplugin">
-<unit unitID="sf_app_messaging_messagingappbase_schemeplugin" name="schemeplugin" bldFile="\sf\app\messaging\messagingappbase\schemeplugin\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="drmlinksender">
-<unit unitID="sf_app_messaging_messagingappbase_drmlinksender" name="drmlinksender" bldFile="\sf\app\messaging\messagingappbase\sendui\drmlinksender\Group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="genericmtmplugin">
-<unit unitID="sf_app_messaging_messagingappbase_genericmtmplugin" name="genericmtmplugin" bldFile="\sf\app\messaging\messagingappbase\sendui\genericmtmplugin\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="sendui">
-<unit unitID="sf_app_messaging_messagingappbase_sendui" name="sendui" bldFile="\sf\app\messaging\messagingappbase\sendui\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="meetingrequestsender">
-<unit unitID="sf_app_messaging_messagingappbase_meetingrequestsender" name="meetingrequestsender" bldFile="\sf\app\messaging\messagingappbase\sendui\meetingrequestsender\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="bva">
-<unit unitID="sf_app_messaging_messagingappbase_bva" name="bva" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\bva\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="gmsmodel">
-<unit unitID="sf_app_messaging_messagingappbase_gmsmodel" name="gmsmodel" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\gmsmodel\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="smartmessaging">
-<unit unitID="sf_app_messaging_messagingappbase_smartmessaging" name="smartmessaging" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="icalbc">
-<unit unitID="sf_app_messaging_messagingappbase_icalbc" name="icalbc" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\icalbc\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="msgeditorutils">
-<unit unitID="sf_app_messaging_messagingappbase_msgeditorutils" name="msgeditorutils" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\msgeditorutils\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="oplogobc">
-<unit unitID="sf_app_messaging_messagingappbase_oplogobc" name="oplogobc" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\oplogobc\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="richbio">
-<unit unitID="sf_app_messaging_messagingappbase_richbio" name="richbio" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\richbio\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="ringbc">
-<unit unitID="sf_app_messaging_messagingappbase_ringbc" name="ringbc" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\ringbc\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="vcalbc">
-<unit unitID="sf_app_messaging_messagingappbase_vcalbc" name="vcalbc" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\vcalbc\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="vcardbc">
-<unit unitID="sf_app_messaging_messagingappbase_vcardbc" name="vcardbc" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\vcardbc\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="vrec">
-<unit unitID="sf_app_messaging_messagingappbase_vrec" name="vrec" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\vrec\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="wmlbc">
-<unit unitID="sf_app_messaging_messagingappbase_wmlbc" name="wmlbc" bldFile="\sf\app\messaging\messagingappbase\smartmessaging\wmlbc\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="engine">
-<unit unitID="sf_app_messaging_messagingappbase_engine" name="engine" bldFile="\sf\app\messaging\messagingappbase\smilengine\engine\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="smilengine">
-<unit unitID="sf_app_messaging_messagingappbase_smilengine" name="smilengine" bldFile="\sf\app\messaging\messagingappbase\smilengine\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="transition">
-<unit unitID="sf_app_messaging_messagingappbase_transition" name="transition" bldFile="\sf\app\messaging\messagingappbase\smilengine\transition\group" mrp=""/>
-</component>
-</module>
-<module name="messagingappbase">
-<component name="xhtml">
-<unit unitID="sf_app_messaging_messagingappbase_xhtml" name="xhtml" bldFile="\sf\app\messaging\messagingappbase\smilengine\xhtml\group" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="applicationadapter">
-<unit unitID="sf_app_messaging_mmsengine_applicationadapter" name="applicationadapter" bldFile="\sf\app\messaging\mmsengine\applicationadapter\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="clientmtm">
-<unit unitID="sf_app_messaging_mmsengine_clientmtm" name="clientmtm" bldFile="\sf\app\messaging\mmsengine\clientmtm\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="genutils">
-<unit unitID="sf_app_messaging_mmsengine_genutils" name="genutils" bldFile="\sf\app\messaging\mmsengine\genutils\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmsengine">
-<unit unitID="sf_app_messaging_mmsengine" name="mmsengine" bldFile="\sf\app\messaging\mmsengine\group" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmscodec">
-<unit unitID="sf_app_messaging_mmsengine_mmscodec" name="mmscodec" bldFile="\sf\app\messaging\mmsengine\mmscodec\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmscodecclient">
-<unit unitID="sf_app_messaging_mmsengine_mmscodecclient" name="mmscodecclient" bldFile="\sf\app\messaging\mmsengine\mmscodecclient\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmsconninit">
-<unit unitID="sf_app_messaging_mmsengine_mmsconninit" name="mmsconninit" bldFile="\sf\app\messaging\mmsengine\mmsconninit\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmshttptransport">
-<unit unitID="sf_app_messaging_mmsengine_mmshttptransport" name="mmshttptransport" bldFile="\sf\app\messaging\mmsengine\mmshttptransport\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmsmessage">
-<unit unitID="sf_app_messaging_mmsengine_mmsmessage" name="mmsmessage" bldFile="\sf\app\messaging\mmsengine\mmsmessage\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmspushhandler">
-<unit unitID="sf_app_messaging_mmsengine_mmspushhandler" name="mmspushhandler" bldFile="\sf\app\messaging\mmsengine\mmspushhandler\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmsserver">
-<unit unitID="sf_app_messaging_mmsengine_mmsserver" name="mmsserver" bldFile="\sf\app\messaging\mmsengine\mmsserver\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmsserversettings">
-<unit unitID="sf_app_messaging_mmsengine_mmsserversettings" name="mmsserversettings" bldFile="\sf\app\messaging\mmsengine\mmsserversettings\bld" mrp=""/>
-</component>
-</module>
-<module name="mmsengine">
-<component name="mmswatcher">
-<unit unitID="sf_app_messaging_mmsengine_mmswatcher" name="mmswatcher" bldFile="\sf\app\messaging\mmsengine\mmswatcher\bld" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="audiomsg">
-<unit unitID="sf_app_messaging_mobilemessaging_audiomsg" name="audiomsg" bldFile="\sf\app\messaging\mobilemessaging\audiomsg\group" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="mobilemessaging">
-<unit unitID="sf_app_messaging_mobilemessaging" name="mobilemessaging" bldFile="\sf\app\messaging\mobilemessaging\group" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="mmsui">
-<unit unitID="sf_app_messaging_mobilemessaging_mmsui" name="mmsui" bldFile="\sf\app\messaging\mobilemessaging\mmsui\group" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="msgmedia">
-<unit unitID="sf_app_messaging_mobilemessaging_msgmedia" name="msgmedia" bldFile="\sf\app\messaging\mobilemessaging\msgmedia\group" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="postcard">
-<unit unitID="sf_app_messaging_mobilemessaging_postcard" name="postcard" bldFile="\sf\app\messaging\mobilemessaging\postcard\group" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="smilui">
-<unit unitID="sf_app_messaging_mobilemessaging_smilui" name="smilui" bldFile="\sf\app\messaging\mobilemessaging\smilui\group" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="smsui">
-<unit unitID="sf_app_messaging_mobilemessaging_smsui" name="smsui" bldFile="\sf\app\messaging\mobilemessaging\smsui\group" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="viewer">
-<unit unitID="sf_app_messaging_mobilemessaging_viewer" name="viewer" bldFile="\sf\app\messaging\mobilemessaging\smsui\viewer" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="smum">
-<unit unitID="sf_app_messaging_mobilemessaging_smum" name="smum" bldFile="\sf\app\messaging\mobilemessaging\smum\group" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="application">
-<unit unitID="sf_app_messaging_mobilemessaging_application" name="application" bldFile="\sf\app\messaging\mobilemessaging\unieditor\application\bld" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="unieditor">
-<unit unitID="sf_app_messaging_mobilemessaging_unieditor" name="unieditor" bldFile="\sf\app\messaging\mobilemessaging\unieditor\group" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="mmsplugin">
-<unit unitID="sf_app_messaging_mobilemessaging_mmsplugin" name="mmsplugin" bldFile="\sf\app\messaging\mobilemessaging\unieditor\mmsplugin\bld" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="model">
-<unit unitID="sf_app_messaging_mobilemessaging_model" name="model" bldFile="\sf\app\messaging\mobilemessaging\unieditor\model\bld" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="mtm">
-<unit unitID="sf_app_messaging_mobilemessaging_mtm" name="mtm" bldFile="\sf\app\messaging\mobilemessaging\unieditor\mtm\bld" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="pluginapi">
-<unit unitID="sf_app_messaging_mobilemessaging_pluginapi" name="pluginapi" bldFile="\sf\app\messaging\mobilemessaging\unieditor\pluginapi\bld" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="smsplugin">
-<unit unitID="sf_app_messaging_mobilemessaging_smsplugin" name="smsplugin" bldFile="\sf\app\messaging\mobilemessaging\unieditor\smsplugin\bld" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="utils">
-<unit unitID="sf_app_messaging_mobilemessaging_utils" name="utils" bldFile="\sf\app\messaging\mobilemessaging\unieditor\utils\bld" mrp=""/>
-</component>
-</module>
-<module name="mobilemessaging">
-<component name="videoconversionapi">
-<unit unitID="sf_app_messaging_mobilemessaging_videoconversionapi" name="videoconversionapi" bldFile="\sf\app\messaging\mobilemessaging\unieditor\videoconversionapi\bld" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="email_domain_utilities_api">
-<unit unitID="sf_app_messaging_msg_plat_email_domain_utilities_api" name="email_domain_utilities_api" bldFile="\sf\app\messaging\msg_plat\email_domain_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="msg_plat">
-<unit unitID="sf_app_messaging_msg_plat" name="msg_plat" bldFile="\sf\app\messaging\msg_plat\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="internet_mail_mtm_ui_api">
-<unit unitID="sf_app_messaging_msg_plat_internet_mail_mtm_ui_api" name="internet_mail_mtm_ui_api" bldFile="\sf\app\messaging\msg_plat\internet_mail_mtm_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="mail_ui_constants_api">
-<unit unitID="sf_app_messaging_msg_plat_mail_ui_constants_api" name="mail_ui_constants_api" bldFile="\sf\app\messaging\msg_plat\mail_ui_constants_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="messaging_center_ui_utilities_api">
-<unit unitID="sf_app_messaging_msg_plat_messaging_center_ui_utilities_api" name="messaging_center_ui_utilities_api" bldFile="\sf\app\messaging\msg_plat\messaging_center_ui_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="messaging_editor_api">
-<unit unitID="sf_app_messaging_msg_plat_messaging_editor_api" name="messaging_editor_api" bldFile="\sf\app\messaging\msg_plat\messaging_editor_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="messaging_media_resolver_api">
-<unit unitID="sf_app_messaging_msg_plat_messaging_media_resolver_api" name="messaging_media_resolver_api" bldFile="\sf\app\messaging\msg_plat\messaging_media_resolver_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="mms_application_api">
-<unit unitID="sf_app_messaging_msg_plat_mms_application_api" name="mms_application_api" bldFile="\sf\app\messaging\msg_plat\mms_application_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="mms_codec_client_api">
-<unit unitID="sf_app_messaging_msg_plat_mms_codec_client_api" name="mms_codec_client_api" bldFile="\sf\app\messaging\msg_plat\mms_codec_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="mms_conformance_api">
-<unit unitID="sf_app_messaging_msg_plat_mms_conformance_api" name="mms_conformance_api" bldFile="\sf\app\messaging\msg_plat\mms_conformance_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="mms_engine_settings_api">
-<unit unitID="sf_app_messaging_msg_plat_mms_engine_settings_api" name="mms_engine_settings_api" bldFile="\sf\app\messaging\msg_plat\mms_engine_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="mms_server_settings_api">
-<unit unitID="sf_app_messaging_msg_plat_mms_server_settings_api" name="mms_server_settings_api" bldFile="\sf\app\messaging\msg_plat\mms_server_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="new_contacts_note_secondary_display_api">
-<unit unitID="sf_app_messaging_msg_plat_new_contacts_note_secondary_display_api" name="new_contacts_note_secondary_display_api" bldFile="\sf\app\messaging\msg_plat\new_contacts_note_secondary_display_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="new_contacts_note_status_api">
-<unit unitID="sf_app_messaging_msg_plat_new_contacts_note_status_api" name="new_contacts_note_status_api" bldFile="\sf\app\messaging\msg_plat\new_contacts_note_status_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="new_contacts_note_variables_api">
-<unit unitID="sf_app_messaging_msg_plat_new_contacts_note_variables_api" name="new_contacts_note_variables_api" bldFile="\sf\app\messaging\msg_plat\new_contacts_note_variables_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="new_contact_notes_extended_api">
-<unit unitID="sf_app_messaging_msg_plat_new_contact_notes_extended_api" name="new_contact_notes_extended_api" bldFile="\sf\app\messaging\msg_plat\new_contact_notes_extended_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="new_message_notification_api">
-<unit unitID="sf_app_messaging_msg_plat_new_message_notification_api" name="new_message_notification_api" bldFile="\sf\app\messaging\msg_plat\new_message_notification_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="send_ui_meeting_request_api">
-<unit unitID="sf_app_messaging_msg_plat_send_ui_meeting_request_api" name="send_ui_meeting_request_api" bldFile="\sf\app\messaging\msg_plat\send_ui_meeting_request_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="smil_engine_api">
-<unit unitID="sf_app_messaging_msg_plat_smil_engine_api" name="smil_engine_api" bldFile="\sf\app\messaging\msg_plat\smil_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="smil_player_launch_api">
-<unit unitID="sf_app_messaging_msg_plat_smil_player_launch_api" name="smil_player_launch_api" bldFile="\sf\app\messaging\msg_plat\smil_player_launch_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="smil_transition_api">
-<unit unitID="sf_app_messaging_msg_plat_smil_transition_api" name="smil_transition_api" bldFile="\sf\app\messaging\msg_plat\smil_transition_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_plat">
-<component name="unified_editor_video_conversion_api">
-<unit unitID="sf_app_messaging_msg_plat_unified_editor_video_conversion_api" name="unified_editor_video_conversion_api" bldFile="\sf\app\messaging\msg_plat\unified_editor_video_conversion_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_pub">
-<component name="msg_pub">
-<unit unitID="sf_app_messaging_msg_pub" name="msg_pub" bldFile="\sf\app\messaging\msg_pub\group" mrp=""/>
-</component>
-</module>
-<module name="msg_pub">
-<component name="messaging_editor_constants_api">
-<unit unitID="sf_app_messaging_msg_pub_messaging_editor_constants_api" name="messaging_editor_constants_api" bldFile="\sf\app\messaging\msg_pub\messaging_editor_constants_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_pub">
-<component name="messaging_integration_api">
-<unit unitID="sf_app_messaging_msg_pub_messaging_integration_api" name="messaging_integration_api" bldFile="\sf\app\messaging\msg_pub\messaging_integration_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_pub">
-<component name="mms_client_mtm_api">
-<unit unitID="sf_app_messaging_msg_pub_mms_client_mtm_api" name="mms_client_mtm_api" bldFile="\sf\app\messaging\msg_pub\mms_client_mtm_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_pub">
-<component name="open_new_message_notification_api">
-<unit unitID="sf_app_messaging_msg_pub_open_new_message_notification_api" name="open_new_message_notification_api" bldFile="\sf\app\messaging\msg_pub\open_new_message_notification_api\group" mrp=""/>
-</component>
-</module>
-<module name="msg_pub">
-<component name="plugin_bio_control_api">
-<unit unitID="sf_app_messaging_msg_pub_plugin_bio_control_api" name="plugin_bio_control_api" bldFile="\sf\app\messaging\msg_pub\plugin_bio_control_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mmsharinguis">
-<module name="mmsharinguis">
-<component name="mmsharinguis">
-<unit unitID="sf_app_mmsharinguis" name="mmsharinguis" bldFile="\sf\app\mmsharinguis\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharing">
-<component name="mmsharing">
-<unit unitID="sf_app_mmsharinguis_mmsharing" name="mmsharing" bldFile="\sf\app\mmsharinguis\mmsharing\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharing">
-<component name="mmshavailability">
-<unit unitID="sf_app_mmsharinguis_mmsharing_mmshavailability" name="mmshavailability" bldFile="\sf\app\mmsharinguis\mmsharing\mmshavailability\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharing">
-<component name="mmshengine">
-<unit unitID="sf_app_mmsharinguis_mmsharing_mmshengine" name="mmshengine" bldFile="\sf\app\mmsharinguis\mmsharing\mmshengine\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharing">
-<component name="mmshindicator">
-<unit unitID="sf_app_mmsharinguis_mmsharing_mmshindicator" name="mmshindicator" bldFile="\sf\app\mmsharinguis\mmsharing\mmshindicator\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharing">
-<component name="mmshmanagercli">
-<unit unitID="sf_app_mmsharinguis_mmsharing_mmshmanagercli" name="mmshmanagercli" bldFile="\sf\app\mmsharinguis\mmsharing\mmshmanagercli\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharing">
-<component name="mmshmanagersrv">
-<unit unitID="sf_app_mmsharinguis_mmsharing_mmshmanagersrv" name="mmshmanagersrv" bldFile="\sf\app\mmsharinguis\mmsharing\mmshmanagersrv\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharing">
-<component name="mmshui">
-<unit unitID="sf_app_mmsharinguis_mmsharing_mmshui" name="mmshui" bldFile="\sf\app\mmsharinguis\mmsharing\mmshui\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharinguis_plat">
-<component name="mmsharinguis_plat">
-<unit unitID="sf_app_mmsharinguis_mmsharinguis_plat" name="mmsharinguis_plat" bldFile="\sf\app\mmsharinguis\mmsharinguis_plat\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharinguis_plat">
-<component name="multimedia_sharing_manager_api">
-<unit unitID="sf_app_mmsharinguis_mmsharinguis_plat_multimedia_sharing_manager_api" name="multimedia_sharing_manager_api" bldFile="\sf\app\mmsharinguis\mmsharinguis_plat\multimedia_sharing_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharinguis_plat">
-<component name="multimedia_sharing_resource_api">
-<unit unitID="sf_app_mmsharinguis_mmsharinguis_plat_multimedia_sharing_resource_api" name="multimedia_sharing_resource_api" bldFile="\sf\app\mmsharinguis\mmsharinguis_plat\multimedia_sharing_resource_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmsharinguis_plat">
-<component name="multimedia_sharing_settings_api">
-<unit unitID="sf_app_mmsharinguis_mmsharinguis_plat_multimedia_sharing_settings_api" name="multimedia_sharing_settings_api" bldFile="\sf\app\mmsharinguis\mmsharinguis_plat\multimedia_sharing_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmshplugins">
-<component name="mmshplugins">
-<unit unitID="sf_app_mmsharinguis_mmshplugins" name="mmshplugins" bldFile="\sf\app\mmsharinguis\mmshplugins\group" mrp=""/>
-</component>
-</module>
-<module name="mmshplugins">
-<component name="mmcctranscoder">
-<unit unitID="sf_app_mmsharinguis_mmshplugins_mmcctranscoder" name="mmcctranscoder" bldFile="\sf\app\mmsharinguis\mmshplugins\mmcctranscoder\group" mrp=""/>
-</component>
-</module>
-<module name="mmshplugins">
-<component name="mmshaiwplugin">
-<unit unitID="sf_app_mmsharinguis_mmshplugins_mmshaiwplugin" name="mmshaiwplugin" bldFile="\sf\app\mmsharinguis\mmshplugins\mmshaiwplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mmshplugins">
-<component name="mmshaoplugin">
-<unit unitID="sf_app_mmsharinguis_mmshplugins_mmshaoplugin" name="mmshaoplugin" bldFile="\sf\app\mmsharinguis\mmshplugins\mmshaoplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mmshplugins">
-<component name="mmshsettingsuiplugin">
-<unit unitID="sf_app_mmsharinguis_mmshplugins_mmshsettingsuiplugin" name="mmshsettingsuiplugin" bldFile="\sf\app\mmsharinguis\mmshplugins\mmshsettingsuiplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mmshplugins">
-<component name="mmshsipcrplugin">
-<unit unitID="sf_app_mmsharinguis_mmshplugins_mmshsipcrplugin" name="mmshsipcrplugin" bldFile="\sf\app\mmsharinguis\mmshplugins\mmshsipcrplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mmshplugins">
-<component name="mmshwpadapterplugin">
-<unit unitID="sf_app_mmsharinguis_mmshplugins_mmshwpadapterplugin" name="mmshwpadapterplugin" bldFile="\sf\app\mmsharinguis\mmshplugins\mmshwpadapterplugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="musicplayer">
-<module name="musicplayer">
-<component name="musicplayer">
-<unit unitID="sf_app_musicplayer" name="musicplayer" bldFile="\sf\app\musicplayer\group" mrp=""/>
-</component>
-</module>
-<module name="mpxmusicplayer">
-<component name="aiplayerplugin">
-<unit unitID="sf_app_musicplayer_mpxmusicplayer_aiplayerplugin" name="aiplayerplugin" bldFile="\sf\app\musicplayer\mpxmusicplayer\activeidle\aiplayerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxmusicplayer">
-<component name="activeidle">
-<unit unitID="sf_app_musicplayer_mpxmusicplayer_activeidle" name="activeidle" bldFile="\sf\app\musicplayer\mpxmusicplayer\activeidle\group" mrp=""/>
-</component>
-</module>
-<module name="mpxmusicplayer">
-<component name="app">
-<unit unitID="sf_musicplayer_mpxmusicplayer_app" name="app" bldFile="\sf\app\musicplayer\mpxmusicplayer\app\group" mrp=""/>
-</component>
-</module>
-<module name="mpxmusicplayer">
-<component name="commonui">
-<unit unitID="sf_app_musicplayer_mpxmusicplayer_commonui" name="commonui" bldFile="\sf\app\musicplayer\mpxmusicplayer\commonui\group" mrp=""/>
-</component>
-</module>
-<module name="mpxmusicplayer">
-<component name="mpxmusicplayer">
-<unit unitID="sf_app_musicplayer_mpxmusicplayer" name="mpxmusicplayer" bldFile="\sf\app\musicplayer\mpxmusicplayer\group" mrp=""/>
-</component>
-</module>
-<module name="mpxmusicplayer">
-<component name="mediakeyhandler">
-<unit unitID="sf_app_musicplayer_mpxmusicplayer_mediakeyhandler" name="mediakeyhandler" bldFile="\sf\app\musicplayer\mpxmusicplayer\mediakeyhandler\group" mrp=""/>
-</component>
-</module>
-<module name="mpxmusicplayer">
-<component name="metadatahandler">
-<unit unitID="sf_app_musicplayer_mpxmusicplayer_metadatahandler" name="metadatahandler" bldFile="\sf\app\musicplayer\mpxmusicplayer\metadatahandler\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="mpxplugins">
-<unit unitID="sf_app_musicplayer_mpxplugins" name="mpxplugins" bldFile="\sf\app\musicplayer\mpxplugins\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="collectionplugins">
-<unit unitID="sf_app_musicplayer_mpxplugins_collectionplugins" name="collectionplugins" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\collectionplugins\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="mpxinmemoryplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_mpxinmemoryplugin" name="mpxinmemoryplugin" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\collectionplugins\mpxinmemoryplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="mpxsqlitedbcommon">
-<unit unitID="sf_app_musicplayer_mpxplugins_mpxsqlitedbcommon" name="mpxsqlitedbcommon" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\collectionplugins\mpxsqlitedbcommon\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="mpxsqlitedbplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_mpxsqlitedbplugin" name="mpxsqlitedbplugin" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\collectionplugins\mpxsqlitedbplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="mpxsqlitepodcastdbplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_mpxsqlitepodcastdbplugin" name="mpxsqlitepodcastdbplugin" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\collectionplugins\mpxsqlitepodcastdbplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="serviceplugins">
-<unit unitID="sf_app_musicplayer_mpxplugins_serviceplugins" name="serviceplugins" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="audioeffects">
-<unit unitID="sf_app_musicplayer_mpxplugins_audioeffects" name="audioeffects" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\playbackplugins\audioeffects\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="playbackplugins">
-<unit unitID="sf_app_musicplayer_mpxplugins_playbackplugins" name="playbackplugins" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\playbackplugins\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="localaudio">
-<unit unitID="sf_app_musicplayer_mpxplugins_localaudio" name="localaudio" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\playbackplugins\localaudio\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="progressdownload">
-<unit unitID="sf_app_musicplayer_mpxplugins_progressdownload" name="progressdownload" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\playbackplugins\progressdownload\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="progressdownloadsb">
-<unit unitID="sf_app_musicplayer_mpxplugins_progressdownloadsb" name="progressdownloadsb" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\playbackplugins\progressdownloadsb\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="playlistplugins">
-<unit unitID="sf_app_musicplayer_mpxplugins_playlistplugins" name="playlistplugins" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\playlistplugins\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="m3uplaylistplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_m3uplaylistplugin" name="m3uplaylistplugin" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\playlistplugins\m3uplaylistplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="screensaverplugins">
-<unit unitID="sf_app_musicplayer_mpxplugins_screensaverplugins" name="screensaverplugins" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\screensaverplugins\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="mpxscreensaverplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_mpxscreensaverplugin" name="mpxscreensaverplugin" bldFile="\sf\app\musicplayer\mpxplugins\serviceplugins\screensaverplugins\mpxscreensaverplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="viewplugins">
-<unit unitID="sf_app_musicplayer_mpxplugins_viewplugins" name="viewplugins" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="addtracksdialogplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_addtracksdialogplugin" name="addtracksdialogplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\addtracksdialogplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="albumarteditordialogplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_albumarteditordialogplugin" name="albumarteditordialogplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\albumarteditordialogplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="audioeffectsviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_audioeffectsviewplugin" name="audioeffectsviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\audioeffectsviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="collectionviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_collectionviewplugin" name="collectionviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\collectionviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="embeddedplaybackviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_embeddedplaybackviewplugin" name="embeddedplaybackviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\embeddedplaybackviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="equalizerviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_equalizerviewplugin" name="equalizerviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\equalizerviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="plugins">
-<unit unitID="sf_app_musicplayer_mpxplugins_plugins" name="plugins" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="mainviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_mainviewplugin" name="mainviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\mainviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="metadataeditordialogplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_metadataeditordialogplugin" name="metadataeditordialogplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\metadataeditordialogplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="pdplaybackviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_pdplaybackviewplugin" name="pdplaybackviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\pdplaybackviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="pdsbplaybackviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_pdsbplaybackviewplugin" name="pdsbplaybackviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\pdsbplaybackviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="playbackviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_playbackviewplugin" name="playbackviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\playbackviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="podcastplaybackviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_podcastplaybackviewplugin" name="podcastplaybackviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\podcastplaybackviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="podcastviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_podcastviewplugin" name="podcastviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\podcastviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="upnpbrowsedialogplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_upnpbrowsedialogplugin" name="upnpbrowsedialogplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\upnpbrowsedialogplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="upnpplaybackdialogplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_upnpplaybackdialogplugin" name="upnpplaybackdialogplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\upnpplaybackdialogplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="upnpplaybackviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_upnpplaybackviewplugin" name="upnpplaybackviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\upnpplaybackviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="visualizationmenudialogplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_visualizationmenudialogplugin" name="visualizationmenudialogplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\visualizationmenudialogplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="visualizationviewplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_visualizationviewplugin" name="visualizationviewplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\visualizationviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="waitnotedialogplugin">
-<unit unitID="sf_app_musicplayer_mpxplugins_waitnotedialogplugin" name="waitnotedialogplugin" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\plugins\waitnotedialogplugin\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="addtracksdialog">
-<unit unitID="sf_app_musicplayer_mpxplugins_addtracksdialog" name="addtracksdialog" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\addtracksdialog\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="albumarteditordialog">
-<unit unitID="sf_app_musicplayer_mpxplugins_albumarteditordialog" name="albumarteditordialog" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\albumarteditordialog\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="audioeffectsview">
-<unit unitID="sf_app_musicplayer_mpxplugins_audioeffectsview" name="audioeffectsview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\audioeffectsview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="collectionview">
-<unit unitID="sf_app_musicplayer_mpxplugins_collectionview" name="collectionview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\collectionview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="commoncontainer">
-<unit unitID="sf_app_musicplayer_mpxplugins_commoncontainer" name="commoncontainer" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\commoncontainer\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="commonplaybackview">
-<unit unitID="sf_app_musicplayer_mpxplugins_commonplaybackview" name="commonplaybackview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\commonplaybackview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="embeddedplaybackview">
-<unit unitID="sf_app_musicplayer_mpxplugins_embeddedplaybackview" name="embeddedplaybackview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\embeddedplaybackview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="equalizerview">
-<unit unitID="sf_app_musicplayer_mpxplugins_equalizerview" name="equalizerview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\equalizerview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="views">
-<unit unitID="sf_app_musicplayer_mpxplugins_views" name="views" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="mainview">
-<unit unitID="sf_app_musicplayer_mpxplugins_mainview" name="mainview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\mainview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="metadataeditordialog">
-<unit unitID="sf_app_musicplayer_mpxplugins_metadataeditordialog" name="metadataeditordialog" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\metadataeditordialog\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="pdplaybackview">
-<unit unitID="sf_app_musicplayer_mpxplugins_pdplaybackview" name="pdplaybackview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\pdplaybackview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="pdsbplaybackview">
-<unit unitID="sf_app_musicplayer_mpxplugins_pdsbplaybackview" name="pdsbplaybackview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\pdsbplaybackview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="playbackview">
-<unit unitID="sf_app_musicplayer_mpxplugins_playbackview" name="playbackview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\playbackview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="podcastplaybackview">
-<unit unitID="sf_app_musicplayer_mpxplugins_podcastplaybackview" name="podcastplaybackview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\podcastplaybackview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="podcastview">
-<unit unitID="sf_app_musicplayer_mpxplugins_podcastview" name="podcastview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\podcastview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="upnpbrowsedialog">
-<unit unitID="sf_app_musicplayer_mpxplugins_upnpbrowsedialog" name="upnpbrowsedialog" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\upnpbrowsedialog\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="upnpplaybackdialog">
-<unit unitID="sf_app_musicplayer_mpxplugins_upnpplaybackdialog" name="upnpplaybackdialog" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\upnpplaybackdialog\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="upnpplaybackview">
-<unit unitID="sf_app_musicplayer_mpxplugins_upnpplaybackview" name="upnpplaybackview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\upnpplaybackview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="visualizationmenudialog">
-<unit unitID="sf_app_musicplayer_mpxplugins_visualizationmenudialog" name="visualizationmenudialog" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\visualizationmenudialog\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="visualizationview">
-<unit unitID="sf_app_musicplayer_mpxplugins_visualizationview" name="visualizationview" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\visualizationview\group" mrp=""/>
-</component>
-</module>
-<module name="mpxplugins">
-<component name="waitnotedialog">
-<unit unitID="sf_app_musicplayer_mpxplugins_waitnotedialog" name="waitnotedialog" bldFile="\sf\app\musicplayer\mpxplugins\viewplugins\views\waitnotedialog\group" mrp=""/>
-</component>
-</module>
-<module name="musichomescreen">
-<component name="default">
-<unit unitID="sf_app_musicplayer_musichomescreen_default" name="default" bldFile="\sf\app\musicplayer\musichomescreen\data\themes\default\group" mrp=""/>
-</component>
-</module>
-<module name="musichomescreen">
-<component name="musicwidget">
-<unit unitID="sf_app_musicplayer_musichomescreen_musicwidget" name="musicwidget" bldFile="\sf\app\musicplayer\musichomescreen\data\themes\default\install\musicwidget\group" mrp=""/>
-</component>
-</module>
-<module name="musichomescreen">
-<component name="musichomescreen">
-<unit unitID="sf_app_musicplayer_musichomescreen" name="musichomescreen" bldFile="\sf\app\musicplayer\musichomescreen\group" mrp=""/>
-</component>
-</module>
-<module name="musichomescreen">
-<component name="mcpmusicplayer">
-<unit unitID="sf_app_musicplayer_musichomescreen_mcpmusicplayer" name="mcpmusicplayer" bldFile="\sf\app\musicplayer\musichomescreen\mcpmusicplayer\group" mrp=""/>
-</component>
-</module>
-<module name="musichomescreen">
-<component name="mpxcollectionpublisher">
-<unit unitID="sf_app_musicplayer_musichomescreen_mpxcollectionpublisher" name="mpxcollectionpublisher" bldFile="\sf\app\musicplayer\musichomescreen\mpxcollectionpublisher\group" mrp=""/>
-</component>
-</module>
-<module name="musichomescreen">
-<component name="musiccontentpublisher">
-<unit unitID="sf_app_musicplayer_musichomescreen_musiccontentpublisher" name="musiccontentpublisher" bldFile="\sf\app\musicplayer\musichomescreen\musiccontentpublisher\group" mrp=""/>
-</component>
-</module>
-<module name="musichomescreen">
-<component name="musicplayeractionhandlerplugin">
-<unit unitID="sf_app_musicplayer_musichomescreen_musicplayeractionhandlerplugin" name="musicplayeractionhandlerplugin" bldFile="\sf\app\musicplayer\musichomescreen\musicplayeractionhandlerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="audio_application_features_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_audio_application_features_api" name="audio_application_features_api" bldFile="\sf\app\musicplayer\musicplayer_plat\audio_application_features_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="musicplayer_plat">
-<unit unitID="sf_app_musicplayer_musicplayer_plat" name="musicplayer_plat" bldFile="\sf\app\musicplayer\musicplayer_plat\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="mpx_music_player_app_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_mpx_music_player_app_api" name="mpx_music_player_app_api" bldFile="\sf\app\musicplayer\musicplayer_plat\mpx_music_player_app_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="mpx_music_player_commonui_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_mpx_music_player_commonui_api" name="mpx_music_player_commonui_api" bldFile="\sf\app\musicplayer\musicplayer_plat\mpx_music_player_commonui_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="mpx_music_player_media_key_handler_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_mpx_music_player_media_key_handler_api" name="mpx_music_player_media_key_handler_api" bldFile="\sf\app\musicplayer\musicplayer_plat\mpx_music_player_media_key_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="mpx_music_player_remote_control_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_mpx_music_player_remote_control_api" name="mpx_music_player_remote_control_api" bldFile="\sf\app\musicplayer\musicplayer_plat\mpx_music_player_remote_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="mpx_music_shop_ui_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_mpx_music_shop_ui_api" name="mpx_music_shop_ui_api" bldFile="\sf\app\musicplayer\musicplayer_plat\mpx_music_shop_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="mpx_music_store_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_mpx_music_store_api" name="mpx_music_store_api" bldFile="\sf\app\musicplayer\musicplayer_plat\mpx_music_store_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="mpx_music_wap_adapter_cenrep_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_mpx_music_wap_adapter_cenrep_api" name="mpx_music_wap_adapter_cenrep_api" bldFile="\sf\app\musicplayer\musicplayer_plat\mpx_music_wap_adapter_cenrep_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="music_content_publisher_plugin_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_music_content_publisher_plugin_api" name="music_content_publisher_plugin_api" bldFile="\sf\app\musicplayer\musicplayer_plat\music_content_publisher_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicplayer_plat">
-<component name="music_visualization_plugin_api">
-<unit unitID="sf_app_musicplayer_musicplayer_plat_music_visualization_plugin_api" name="music_visualization_plugin_api" bldFile="\sf\app\musicplayer\musicplayer_plat\music_visualization_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="musicvisualization">
-<component name="musicvisualization">
-<unit unitID="sf_app_musicplayer_musicvisualization" name="musicvisualization" bldFile="\sf\app\musicplayer\musicvisualization\group" mrp=""/>
-</component>
-</module>
-<module name="musicvisualization">
-<component name="mpxvisualizationplugins">
-<unit unitID="sf_app_musicplayer_musicvisualization_mpxvisualizationplugins" name="mpxvisualizationplugins" bldFile="\sf\app\musicplayer\musicvisualization\mpxvisualizationplugins\group" mrp=""/>
-</component>
-</module>
-<module name="musicvisualization">
-<component name="musicvisualizationplugin">
-<unit unitID="sf_app_musicplayer_musicvisualization_musicvisualizationplugin" name="musicvisualizationplugin" bldFile="\sf\app\musicplayer\musicvisualization\musicvisualizationplugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="organizer">
-<module name="organizer">
-<component name="organizer">
-<unit unitID="sf_app_organizer" name="organizer" bldFile="\sf\app\organizer\group" mrp=""/>
-</component>
-</module>
-<module name="alarmengines">
-<component name="alarmengines">
-<unit unitID="sf_app_organizer_alarmengines" name="alarmengines" bldFile="\sf\app\organizer\alarmengines\group" mrp=""/>
-</component>
-</module>
-<module name="alarmengines">
-<component name="missedalarmstore">
-<unit unitID="sf_app_organizer_alarmengines_missedalarmstore" name="missedalarmstore" bldFile="\sf\app\organizer\alarmengines\missedalarmstore\group" mrp=""/>
-</component>
-</module>
-<module name="alarmui">
-<component name="alarmui">
-<unit unitID="sf_app_organizer_alarmui" name="alarmui" bldFile="\sf\app\organizer\alarmui\group" mrp=""/>
-</component>
-</module>
-<module name="calendarengines">
-<component name="agnversit2">
-<unit unitID="sf_app_organizer_calendarengines_agnversit2" name="agnversit2" bldFile="\sf\app\organizer\calendarengines\agnversit2\group" mrp=""/>
-</component>
-</module>
-<module name="calendarengines">
-<component name="calenimp">
-<unit unitID="sf_app_organizer_calendarengines_calenimp" name="calenimp" bldFile="\sf\app\organizer\calendarengines\calenimp\group" mrp=""/>
-</component>
-</module>
-<module name="calendarengines">
-<component name="caleninterimutils">
-<unit unitID="sf_app_organizer_calendarengines_caleninterimutils" name="caleninterimutils" bldFile="\sf\app\organizer\calendarengines\caleninterimutils\group" mrp=""/>
-</component>
-</module>
-<module name="calendarengines">
-<component name="calenlauncher">
-<unit unitID="sf_app_organizer_calendarengines_calenlauncher" name="calenlauncher" bldFile="\sf\app\organizer\calendarengines\calenlauncher\group" mrp=""/>
-</component>
-</module>
-<module name="calendarengines">
-<component name="calendarengines">
-<unit unitID="sf_app_organizer_calendarengines" name="calendarengines" bldFile="\sf\app\organizer\calendarengines\group" mrp=""/>
-</component>
-</module>
-<module name="calendarengines">
-<component name="versit2">
-<unit unitID="sf_app_organizer_calendarengines_versit2" name="versit2" bldFile="\sf\app\organizer\calendarengines\versit2\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="application">
-<unit unitID="sf_app_organizer_calendarui_application" name="application" bldFile="\sf\app\organizer\calendarui\application\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="commonutils">
-<unit unitID="sf_app_organizer_calendarui_commonutils" name="commonutils" bldFile="\sf\app\organizer\calendarui\commonutils\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="controller">
-<unit unitID="sf_app_organizer_calendarui_controller" name="controller" bldFile="\sf\app\organizer\calendarui\controller\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="customisation">
-<unit unitID="sf_app_organizer_calendarui_customisation" name="customisation" bldFile="\sf\app\organizer\calendarui\customisation\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="customisationmanager">
-<unit unitID="sf_app_organizer_calendarui_customisationmanager" name="customisationmanager" bldFile="\sf\app\organizer\calendarui\customisationmanager\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="editors">
-<unit unitID="sf_app_organizer_calendarui_editors" name="editors" bldFile="\sf\app\organizer\calendarui\editors\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="globaldata">
-<unit unitID="sf_app_organizer_calendarui_globaldata" name="globaldata" bldFile="\sf\app\organizer\calendarui\globaldata\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="calendarui">
-<unit unitID="sf_app_organizer_calendarui" name="calendarui" bldFile="\sf\app\organizer\calendarui\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="missedalarmindicatorplugin">
-<unit unitID="sf_app_organizer_calendarui_missedalarmindicatorplugin" name="missedalarmindicatorplugin" bldFile="\sf\app\organizer\calendarui\missedalarmindicatorplugin\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="Lunar2">
-<unit unitID="sf_app_organizer_calendarui_Lunar2" name="Lunar2" bldFile="\sf\app\organizer\calendarui\regionalplugins\Lunar2\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="Thai">
-<unit unitID="sf_app_organizer_calendarui_Thai" name="Thai" bldFile="\sf\app\organizer\calendarui\regionalplugins\Thai\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="Vietnamese">
-<unit unitID="sf_app_organizer_calendarui_Vietnamese" name="Vietnamese" bldFile="\sf\app\organizer\calendarui\regionalplugins\Vietnamese\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="CalenSvr">
-<unit unitID="sf_app_organizer_calendarui_CalenSvr" name="CalenSvr" bldFile="\sf\app\organizer\calendarui\server\CalenSvr\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="CalenSvrClient">
-<unit unitID="sf_app_organizer_calendarui_CalenSvrClient" name="CalenSvrClient" bldFile="\sf\app\organizer\calendarui\server\CalenSvrClient\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="GsPlugin">
-<unit unitID="sf_app_organizer_calendarui_GsPlugin" name="GsPlugin" bldFile="\sf\app\organizer\calendarui\settings\GsPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="settingsui">
-<unit unitID="sf_app_organizer_calendarui_settingsui" name="settingsui" bldFile="\sf\app\organizer\calendarui\settings\settingsui\group" mrp=""/>
-</component>
-</module>
-<module name="calendarui">
-<component name="views">
-<unit unitID="sf_app_organizer_calendarui_views" name="views" bldFile="\sf\app\organizer\calendarui\views\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="clocknitzplugin">
-<unit unitID="sf_app_organizer_clock2_clocknitzplugin" name="clocknitzplugin" bldFile="\sf\app\organizer\clock2\clockengines\clocknitzplugin\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="client">
-<unit unitID="sf_app_organizer_clock2_client" name="client" bldFile="\sf\app\organizer\clock2\clockengines\clockserver\client\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="clockserver">
-<unit unitID="sf_app_organizer_clock2_clockserver" name="clockserver" bldFile="\sf\app\organizer\clock2\clockengines\clockserver\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="server">
-<unit unitID="sf_app_organizer_clock2_server" name="server" bldFile="\sf\app\organizer\clock2\clockengines\clockserver\server\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="clocktimesourceinterface">
-<unit unitID="sf_app_organizer_clock2_clocktimesourceinterface" name="clocktimesourceinterface" bldFile="\sf\app\organizer\clock2\clockengines\clocktimesourceinterface\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="clocktimezoneresolver">
-<unit unitID="sf_app_organizer_clock2_clocktimezoneresolver" name="clocktimezoneresolver" bldFile="\sf\app\organizer\clock2\clockengines\clocktimezoneresolver\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="clockengines">
-<unit unitID="sf_app_organizer_clock2_clockengines" name="clockengines" bldFile="\sf\app\organizer\clock2\clockengines\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="clockecomlistener">
-<unit unitID="sf_app_organizer_clock2_clockecomlistener" name="clockecomlistener" bldFile="\sf\app\organizer\clock2\clockengines\utilities\clockecomlistener\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="adtupdater">
-<unit unitID="sf_app_organizer_clock2_adtupdater" name="adtupdater" bldFile="\sf\app\organizer\clock2\clockui\adtupdater\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="alarmeditorapp">
-<unit unitID="sf_app_organizer_clock2_alarmeditorapp" name="alarmeditorapp" bldFile="\sf\app\organizer\clock2\clockui\alarmeditorapp\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="clockui">
-<unit unitID="sf_app_organizer_clock2_clockui" name="clockui" bldFile="\sf\app\organizer\clock2\clockui\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="datetimeviewplugin">
-<unit unitID="sf_app_organizer_clock2_datetimeviewplugin" name="datetimeviewplugin" bldFile="\sf\app\organizer\clock2\clockui\plugins\datetimeviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="countdownengine">
-<unit unitID="sf_app_organizer_clock2_countdownengine" name="countdownengine" bldFile="\sf\app\organizer\clock2\clockui\uiengine\countdownengine\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="uiengine">
-<unit unitID="sf_app_organizer_clock2_uiengine" name="uiengine" bldFile="\sf\app\organizer\clock2\clockui\uiengine\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="stopwatchengine">
-<unit unitID="sf_app_organizer_clock2_stopwatchengine" name="stopwatchengine" bldFile="\sf\app\organizer\clock2\clockui\uiengine\stopwatchengine\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="uilayer">
-<unit unitID="sf_app_organizer_clock2_uilayer" name="uilayer" bldFile="\sf\app\organizer\clock2\clockui\uilayer\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="uimodel">
-<unit unitID="sf_app_organizer_clock2_uimodel" name="uimodel" bldFile="\sf\app\organizer\clock2\clockui\uimodel\group" mrp=""/>
-</component>
-</module>
-<module name="clock2">
-<component name="clock2">
-<unit unitID="sf_app_organizer_clock2" name="clock2" bldFile="\sf\app\organizer\clock2\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequestengines">
-<component name="meetingrequestengines">
-<unit unitID="sf_app_organizer_meetingrequestengines" name="meetingrequestengines" bldFile="\sf\app\organizer\meetingrequestengines\group" mrp=""/>
-</component>
-</module>
-<module name="meetingrequestengines">
-<component name="mrmailboxutils">
-<unit unitID="sf_app_organizer_meetingrequestengines_mrmailboxutils" name="mrmailboxutils" bldFile="\sf\app\organizer\meetingrequestengines\mrmailboxutils\group" mrp=""/>
-</component>
-</module>
-<module name="meetingui">
-<component name="agnentryui">
-<unit unitID="sf_app_organizer_meetingui_agnentryui" name="agnentryui" bldFile="\sf\app\organizer\meetingui\agnentryui\group" mrp=""/>
-</component>
-</module>
-<module name="meetingui">
-<component name="attendeeview">
-<unit unitID="sf_app_organizer_meetingui_attendeeview" name="attendeeview" bldFile="\sf\app\organizer\meetingui\attendeeview\Group" mrp=""/>
-</component>
-</module>
-<module name="meetingui">
-<component name="meetingui">
-<unit unitID="sf_app_organizer_meetingui" name="meetingui" bldFile="\sf\app\organizer\meetingui\group" mrp=""/>
-</component>
-</module>
-<module name="meetingui">
-<component name="meetingrequestutils">
-<unit unitID="sf_app_organizer_meetingui_meetingrequestutils" name="meetingrequestutils" bldFile="\sf\app\organizer\meetingui\meetingrequestutils\group" mrp=""/>
-</component>
-</module>
-<module name="meetingui">
-<component name="meetingrequestviewers">
-<unit unitID="sf_app_organizer_meetingui_meetingrequestviewers" name="meetingrequestviewers" bldFile="\sf\app\organizer\meetingui\meetingrequestviewers\group" mrp=""/>
-</component>
-</module>
-<module name="notepad">
-<component name="notepad">
-<unit unitID="sf_app_organizer_notepad" name="notepad" bldFile="\sf\app\organizer\notepad\group" mrp=""/>
-</component>
-</module>
-<module name="notepad">
-<component name="notepad1">
-<unit unitID="sf_app_organizer_notepad_notepad1" name="notepad1" bldFile="\sf\app\organizer\notepad\notepad1\group" mrp=""/>
-</component>
-</module>
-<module name="notepad">
-<component name="SyncMLAdapter">
-<unit unitID="sf_app_organizer_notepad_SyncMLAdapter" name="SyncMLAdapter" bldFile="\sf\app\organizer\notepad\notepad1\SyncMLAdapter\group" mrp=""/>
-</component>
-</module>
-<module name="notepad">
-<component name="txtrecog">
-<unit unitID="sf_app_organizer_notepad_txtrecog" name="txtrecog" bldFile="\sf\app\organizer\notepad\txtrecog\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="agenda_entry_ui_api">
-<unit unitID="sf_app_organizer_organizer_plat_agenda_entry_ui_api" name="agenda_entry_ui_api" bldFile="\sf\app\organizer\organizer_plat\agenda_entry_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="agenda_versit_2_api">
-<unit unitID="sf_app_organizer_organizer_plat_agenda_versit_2_api" name="agenda_versit_2_api" bldFile="\sf\app\organizer\organizer_plat\agenda_versit_2_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="alarm_const_api">
-<unit unitID="sf_app_organizer_organizer_plat_alarm_const_api" name="alarm_const_api" bldFile="\sf\app\organizer\organizer_plat\alarm_const_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="alarm_ui_external_control_api">
-<unit unitID="sf_app_organizer_organizer_plat_alarm_ui_external_control_api" name="alarm_ui_external_control_api" bldFile="\sf\app\organizer\organizer_plat\alarm_ui_external_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="alarm_ui_secondary_display_api">
-<unit unitID="sf_app_organizer_organizer_plat_alarm_ui_secondary_display_api" name="alarm_ui_secondary_display_api" bldFile="\sf\app\organizer\organizer_plat\alarm_ui_secondary_display_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="calendar_exporter_api">
-<unit unitID="sf_app_organizer_organizer_plat_calendar_exporter_api" name="calendar_exporter_api" bldFile="\sf\app\organizer\organizer_plat\calendar_exporter_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="calendar_importer_api">
-<unit unitID="sf_app_organizer_organizer_plat_calendar_importer_api" name="calendar_importer_api" bldFile="\sf\app\organizer\organizer_plat\calendar_importer_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="calendar_launcher_api">
-<unit unitID="sf_app_organizer_organizer_plat_calendar_launcher_api" name="calendar_launcher_api" bldFile="\sf\app\organizer\organizer_plat\calendar_launcher_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="calendar_settings_keys_api">
-<unit unitID="sf_app_organizer_organizer_plat_calendar_settings_keys_api" name="calendar_settings_keys_api" bldFile="\sf\app\organizer\organizer_plat\calendar_settings_keys_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="calendar_tones_settings_keys_api">
-<unit unitID="sf_app_organizer_organizer_plat_calendar_tones_settings_keys_api" name="calendar_tones_settings_keys_api" bldFile="\sf\app\organizer\organizer_plat\calendar_tones_settings_keys_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="clock_settings_api">
-<unit unitID="sf_app_organizer_organizer_plat_clock_settings_api" name="clock_settings_api" bldFile="\sf\app\organizer\organizer_plat\clock_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="common_alarm_editor_api">
-<unit unitID="sf_app_organizer_organizer_plat_common_alarm_editor_api" name="common_alarm_editor_api" bldFile="\sf\app\organizer\organizer_plat\common_alarm_editor_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="organizer_plat">
-<unit unitID="sf_app_organizer_organizer_plat" name="organizer_plat" bldFile="\sf\app\organizer\organizer_plat\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="meeting_request_mailbox_utilities_api">
-<unit unitID="sf_app_organizer_organizer_plat_meeting_request_mailbox_utilities_api" name="meeting_request_mailbox_utilities_api" bldFile="\sf\app\organizer\organizer_plat\meeting_request_mailbox_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="meeting_request_uids_api">
-<unit unitID="sf_app_organizer_organizer_plat_meeting_request_uids_api" name="meeting_request_uids_api" bldFile="\sf\app\organizer\organizer_plat\meeting_request_uids_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="meeting_request_utillities_api">
-<unit unitID="sf_app_organizer_organizer_plat_meeting_request_utillities_api" name="meeting_request_utillities_api" bldFile="\sf\app\organizer\organizer_plat\meeting_request_utillities_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="meeting_request_viewer_api">
-<unit unitID="sf_app_organizer_organizer_plat_meeting_request_viewer_api" name="meeting_request_viewer_api" bldFile="\sf\app\organizer\organizer_plat\meeting_request_viewer_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="searchfw_launcher_api">
-<unit unitID="sf_app_organizer_organizer_plat_searchfw_launcher_api" name="searchfw_launcher_api" bldFile="\sf\app\organizer\organizer_plat\searchfw_launcher_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_plat">
-<component name="searchui_launcher_api">
-<unit unitID="sf_app_organizer_organizer_plat_searchui_launcher_api" name="searchui_launcher_api" bldFile="\sf\app\organizer\organizer_plat\searchui_launcher_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_pub">
-<component name="calendar_interim_utils2_api">
-<unit unitID="sf_app_organizer_organizer_pub_calendar_interim_utils2_api" name="calendar_interim_utils2_api" bldFile="\sf\app\organizer\organizer_pub\calendar_interim_utils2_api\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_pub">
-<component name="organizer_pub">
-<unit unitID="sf_app_organizer_organizer_pub" name="organizer_pub" bldFile="\sf\app\organizer\organizer_pub\group" mrp=""/>
-</component>
-</module>
-<module name="organizer_pub">
-<component name="notepad_library_api">
-<unit unitID="sf_app_organizer_organizer_pub_notepad_library_api" name="notepad_library_api" bldFile="\sf\app\organizer\organizer_pub\notepad_library_api\group" mrp=""/>
-</component>
-</module>
-<module name="searchfw">
-<component name="coresearchfw">
-<unit unitID="sf_app_organizer_searchfw_coresearchfw" name="coresearchfw" bldFile="\sf\app\organizer\searchfw\coresearchfw\group" mrp=""/>
-</component>
-</module>
-<module name="searchfw">
-<component name="searchfw">
-<unit unitID="sf_app_organizer_searchfw" name="searchfw" bldFile="\sf\app\organizer\searchfw\group" mrp=""/>
-</component>
-</module>
-<module name="searchfw">
-<component name="calendarplugin">
-<unit unitID="sf_app_organizer_searchfw_calendarplugin" name="calendarplugin" bldFile="\sf\app\organizer\searchfw\plugins\calendarplugin\group" mrp=""/>
-</component>
-</module>
-<module name="searchfw">
-<component name="contactsplugin">
-<unit unitID="sf_app_organizer_searchfw_contactsplugin" name="contactsplugin" bldFile="\sf\app\organizer\searchfw\plugins\contactsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="searchfw">
-<component name="filesplugin">
-<unit unitID="sf_app_organizer_searchfw_filesplugin" name="filesplugin" bldFile="\sf\app\organizer\searchfw\plugins\filesplugin\group" mrp=""/>
-</component>
-</module>
-<module name="searchfw">
-<component name="plugins">
-<unit unitID="sf_app_organizer_searchfw_plugins" name="plugins" bldFile="\sf\app\organizer\searchfw\plugins\group" mrp=""/>
-</component>
-</module>
-<module name="searchfw">
-<component name="messagingplugin">
-<unit unitID="sf_app_organizer_searchfw_messagingplugin" name="messagingplugin" bldFile="\sf\app\organizer\searchfw\plugins\messagingplugin\group" mrp=""/>
-</component>
-</module>
-<module name="searchfw">
-<component name="multimediaplugin">
-<unit unitID="sf_app_organizer_searchfw_multimediaplugin" name="multimediaplugin" bldFile="\sf\app\organizer\searchfw\plugins\multimediaplugin\group" mrp=""/>
-</component>
-</module>
-<module name="searchfw">
-<component name="notessearchplugin">
-<unit unitID="sf_app_organizer_searchfw_notessearchplugin" name="notessearchplugin" bldFile="\sf\app\organizer\searchfw\plugins\notessearchplugin\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="searchui">
-<unit unitID="sf_app_organizer_searchui" name="searchui" bldFile="\sf\app\organizer\searchui\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="searchapp">
-<unit unitID="sf_app_organizer_searchui_searchapp" name="searchapp" bldFile="\sf\app\organizer\searchui\searchapp\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="indevicesearch">
-<unit unitID="sf_app_organizer_searchui_indevicesearch" name="indevicesearch" bldFile="\sf\app\organizer\searchui\searchapp\plugins\indevicesearch\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="resultviewerplugin">
-<unit unitID="sf_app_organizer_searchui_resultviewerplugin" name="resultviewerplugin" bldFile="\sf\app\organizer\searchui\searchapp\plugins\resultviewerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="searchsettingsplugin">
-<unit unitID="sf_app_organizer_searchui_searchsettingsplugin" name="searchsettingsplugin" bldFile="\sf\app\organizer\searchui\searchapp\plugins\searchsettingsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="srchuisettingsplugin">
-<unit unitID="sf_app_organizer_searchui_srchuisettingsplugin" name="srchuisettingsplugin" bldFile="\sf\app\organizer\searchui\searchapp\plugins\srchuisettingsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="srchaiwprovider">
-<unit unitID="sf_app_organizer_searchui_srchaiwprovider" name="srchaiwprovider" bldFile="\sf\app\organizer\searchui\searchapp\srchaiwprovider\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="srchuiapp">
-<unit unitID="sf_app_organizer_searchui_srchuiapp" name="srchuiapp" bldFile="\sf\app\organizer\searchui\searchapp\srchuiapp\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="srchuicommon">
-<unit unitID="sf_app_organizer_searchui_srchuicommon" name="srchuicommon" bldFile="\sf\app\organizer\searchui\searchapp\srchuicommon\group" mrp=""/>
-</component>
-</module>
-<module name="searchui">
-<component name="srchuigenui">
-<unit unitID="sf_app_organizer_searchui_srchuigenui" name="srchuigenui" bldFile="\sf\app\organizer\searchui\searchapp\srchuigenui\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="phone">
-<module name="phone">
-<component name="phone">
-<unit unitID="sf_app_phone" name="phone" bldFile="\sf\app\phone\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="3d_ringing_tone_enabler_api">
-<unit unitID="sf_app_phone_phone_plat_3d_ringing_tone_enabler_api" name="3d_ringing_tone_enabler_api" bldFile="\sf\app\phone\phone_plat\3d_ringing_tone_enabler_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="dialer_keypad_api">
-<unit unitID="sf_app_phone_phone_plat_dialer_keypad_api" name="dialer_keypad_api" bldFile="\sf\app\phone\phone_plat\dialer_keypad_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="phone_plat">
-<unit unitID="sf_app_phone_phone_plat" name="phone_plat" bldFile="\sf\app\phone\phone_plat\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="phone_application_commands_api">
-<unit unitID="sf_app_phone_phone_plat_phone_application_commands_api" name="phone_application_commands_api" bldFile="\sf\app\phone\phone_plat\phone_application_commands_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="phone_application_voip_commands_api">
-<unit unitID="sf_app_phone_phone_plat_phone_application_voip_commands_api" name="phone_application_voip_commands_api" bldFile="\sf\app\phone\phone_plat\phone_application_voip_commands_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="sfi_utility_api">
-<unit unitID="sf_app_phone_phone_plat_sfi_utility_api" name="sfi_utility_api" bldFile="\sf\app\phone\phone_plat\sfi_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_bubble_extension_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_bubble_extension_api" name="telephony_bubble_extension_api" bldFile="\sf\app\phone\phone_plat\telephony_bubble_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_comms_information_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_comms_information_api" name="telephony_comms_information_api" bldFile="\sf\app\phone\phone_plat\telephony_comms_information_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_configuration_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_configuration_api" name="telephony_configuration_api" bldFile="\sf\app\phone\phone_plat\telephony_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_device_mode_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_device_mode_api" name="telephony_device_mode_api" bldFile="\sf\app\phone\phone_plat\telephony_device_mode_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_information_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_information_api" name="telephony_information_api" bldFile="\sf\app\phone\phone_plat\telephony_information_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_logging_extension_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_logging_extension_api" name="telephony_logging_extension_api" bldFile="\sf\app\phone\phone_plat\telephony_logging_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_matching_extension_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_matching_extension_api" name="telephony_matching_extension_api" bldFile="\sf\app\phone\phone_plat\telephony_matching_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_mediator_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_mediator_api" name="telephony_mediator_api" bldFile="\sf\app\phone\phone_plat\telephony_mediator_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_menu_extension_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_menu_extension_api" name="telephony_menu_extension_api" bldFile="\sf\app\phone\phone_plat\telephony_menu_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_microphone_mute_status_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_microphone_mute_status_api" name="telephony_microphone_mute_status_api" bldFile="\sf\app\phone\phone_plat\telephony_microphone_mute_status_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_remote_party_information_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_remote_party_information_api" name="telephony_remote_party_information_api" bldFile="\sf\app\phone\phone_plat\telephony_remote_party_information_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="telephony_video_mailbox_settings_api">
-<unit unitID="sf_app_phone_phone_plat_telephony_video_mailbox_settings_api" name="telephony_video_mailbox_settings_api" bldFile="\sf\app\phone\phone_plat\telephony_video_mailbox_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="phone_plat">
-<component name="video_telephony_mediator_api">
-<unit unitID="sf_app_phone_phone_plat_video_telephony_mediator_api" name="video_telephony_mediator_api" bldFile="\sf\app\phone\phone_plat\video_telephony_mediator_api\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="Blacklist">
-<unit unitID="sf_app_phone_phoneapp_Blacklist" name="Blacklist" bldFile="\sf\app\phone\phoneapp\Blacklist\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="phoneapp">
-<unit unitID="sf_app_phone_phoneapp" name="phoneapp" bldFile="\sf\app\phone\phoneapp\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="phonemediatorcenter">
-<unit unitID="sf_app_phone_phoneapp_phonemediatorcenter" name="phonemediatorcenter" bldFile="\sf\app\phone\phoneapp\phonemediatorcenter\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="phoneui">
-<unit unitID="sf_app_phone_phoneapp_phoneui" name="phoneui" bldFile="\sf\app\phone\phoneapp\phoneui\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="phoneuicontrol">
-<unit unitID="sf_app_phone_phoneapp_phoneuicontrol" name="phoneuicontrol" bldFile="\sf\app\phone\phoneapp\phoneuicontrol\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="phoneuistates">
-<unit unitID="sf_app_phone_phoneapp_phoneuistates" name="phoneuistates" bldFile="\sf\app\phone\phoneapp\phoneuistates\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="phoneuiutils">
-<unit unitID="sf_app_phone_phoneapp_phoneuiutils" name="phoneuiutils" bldFile="\sf\app\phone\phoneapp\phoneuiutils\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="phoneuiview">
-<unit unitID="sf_app_phone_phoneapp_phoneuiview" name="phoneuiview" bldFile="\sf\app\phone\phoneapp\phoneuiview\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="phoneuivoipextension">
-<unit unitID="sf_app_phone_phoneapp_phoneuivoipextension" name="phoneuivoipextension" bldFile="\sf\app\phone\phoneapp\phoneuivoipextension\group" mrp=""/>
-</component>
-</module>
-<module name="phoneapp">
-<component name="silenceactionplugin">
-<unit unitID="sf_app_phone_phoneapp_silenceactionplugin" name="silenceactionplugin" bldFile="\sf\app\phone\phoneapp\silenceactionplugin\group" mrp=""/>
-</component>
-</module>
-<module name="phoneengine">
-<component name="audiohandling">
-<unit unitID="sf_app_phone_phoneengine_audiohandling" name="audiohandling" bldFile="\sf\app\phone\phoneengine\audiohandling\group" mrp=""/>
-</component>
-</module>
-<module name="phoneengine">
-<component name="callhandling">
-<unit unitID="sf_app_phone_phoneengine_callhandling" name="callhandling" bldFile="\sf\app\phone\phoneengine\callhandling\group" mrp=""/>
-</component>
-</module>
-<module name="phoneengine">
-<component name="contacthandling">
-<unit unitID="sf_app_phone_phoneengine_contacthandling" name="contacthandling" bldFile="\sf\app\phone\phoneengine\contacthandling\group" mrp=""/>
-</component>
-</module>
-<module name="phoneengine">
-<component name="phoneengine">
-<unit unitID="sf_app_phone_phoneengine" name="phoneengine" bldFile="\sf\app\phone\phoneengine\group" mrp=""/>
-</component>
-</module>
-<module name="phoneengine">
-<component name="loghandling">
-<unit unitID="sf_app_phone_phoneengine_loghandling" name="loghandling" bldFile="\sf\app\phone\phoneengine\loghandling\group" mrp=""/>
-</component>
-</module>
-<module name="phoneengine">
-<component name="PhoneCntFinder">
-<unit unitID="sf_app_phone_phoneengine_PhoneCntFinder" name="PhoneCntFinder" bldFile="\sf\app\phone\phoneengine\PhoneCntFinder\Group" mrp=""/>
-</component>
-</module>
-<module name="phoneengine">
-<component name="phonemodel">
-<unit unitID="sf_app_phone_phoneengine_phonemodel" name="phonemodel" bldFile="\sf\app\phone\phoneengine\phonemodel\group" mrp=""/>
-</component>
-</module>
-<module name="phoneengine">
-<component name="servicehandling">
-<unit unitID="sf_app_phone_phoneengine_servicehandling" name="servicehandling" bldFile="\sf\app\phone\phoneengine\servicehandling\group" mrp=""/>
-</component>
-</module>
-<module name="phoneplugins">
-<component name="phoneplugins">
-<unit unitID="sf_app_phone_phoneplugins" name="phoneplugins" bldFile="\sf\app\phone\phoneplugins\group" mrp=""/>
-</component>
-</module>
-<module name="phoneplugins">
-<component name="telbranding">
-<unit unitID="sf_app_phone_phoneplugins_telbranding" name="telbranding" bldFile="\sf\app\phone\phoneplugins\telbranding\group" mrp=""/>
-</component>
-</module>
-<module name="phonesettings">
-<component name="aiwcallimageplugin">
-<unit unitID="sf_app_phone_phonesettings_aiwcallimageplugin" name="aiwcallimageplugin" bldFile="\sf\app\phone\phonesettings\aiwcallimageplugin\group" mrp=""/>
-</component>
-</module>
-<module name="phonesettings">
-<component name="phonesettings">
-<unit unitID="sf_app_phone_phonesettings" name="phonesettings" bldFile="\sf\app\phone\phonesettings\group" mrp=""/>
-</component>
-</module>
-<module name="phonesettings">
-<component name="pslncallimageplugin">
-<unit unitID="sf_app_phone_phonesettings_pslncallimageplugin" name="pslncallimageplugin" bldFile="\sf\app\phone\phonesettings\pslncallimageplugin\Group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="bmcustomization">
-<unit unitID="sf_app_phone_phoneuis_bmcustomization" name="bmcustomization" bldFile="\sf\app\phone\phoneuis\BubbleManager\bmcustomization\group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="BubbleManager">
-<unit unitID="sf_app_phone_phoneuis_BubbleManager" name="BubbleManager" bldFile="\sf\app\phone\phoneuis\BubbleManager\Group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="ConnectUtil">
-<unit unitID="sf_app_phone_phoneuis_ConnectUtil" name="ConnectUtil" bldFile="\sf\app\phone\phoneuis\ConnectUtil\group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="dialer">
-<unit unitID="sf_app_phone_phoneuis_dialer" name="dialer" bldFile="\sf\app\phone\phoneuis\dialer\group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="phoneuis">
-<unit unitID="sf_app_phone_phoneuis" name="phoneuis" bldFile="\sf\app\phone\phoneuis\group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="SFIUtils">
-<unit unitID="sf_app_phone_phoneuis_SFIUtils" name="SFIUtils" bldFile="\sf\app\phone\phoneuis\SFIUtils\group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="TelephonyDeviceMode">
-<unit unitID="sf_app_phone_phoneuis_TelephonyDeviceMode" name="TelephonyDeviceMode" bldFile="\sf\app\phone\phoneuis\TelephonyDeviceMode\group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="Ussd">
-<unit unitID="sf_app_phone_phoneuis_Ussd" name="Ussd" bldFile="\sf\app\phone\phoneuis\Ussd\group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="vmbx">
-<unit unitID="sf_app_phone_phoneuis_vmbx" name="vmbx" bldFile="\sf\app\phone\phoneuis\vmbx\group" mrp=""/>
-</component>
-</module>
-<module name="phoneuis">
-<component name="gsvmbxplugin">
-<unit unitID="sf_app_phone_phoneuis_gsvmbxplugin" name="gsvmbxplugin" bldFile="\sf\app\phone\phoneuis\vmbx\gsvmbxplugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="photos">
-<module name="photos">
-<component name="photos">
-<unit unitID="sf_app_photos" name="photos" bldFile="\sf\app\photos\group" mrp=""/>
-</component>
-</module>
-<module name="photos_plat">
-<component name="collection_plugins_api">
-<unit unitID="sf_app_photos_photos_plat_collection_plugins_api" name="collection_plugins_api" bldFile="\sf\app\photos\photos_plat\collection_plugins_api\group" mrp=""/>
-</component>
-</module>
-<module name="photos_plat">
-<component name="controllers_collection_api">
-<unit unitID="sf_app_photos_photos_plat_controllers_collection_api" name="controllers_collection_api" bldFile="\sf\app\photos\photos_plat\controllers_collection_api\group" mrp=""/>
-</component>
-</module>
-<module name="photos_plat">
-<component name="gallery_utilities_api">
-<unit unitID="sf_app_photos_photos_plat_gallery_utilities_api" name="gallery_utilities_api" bldFile="\sf\app\photos\photos_plat\gallery_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="photos_plat">
-<component name="photos_plat">
-<unit unitID="sf_app_photos_photos_plat" name="photos_plat" bldFile="\sf\app\photos\photos_plat\group" mrp=""/>
-</component>
-</module>
-<module name="photos_plat">
-<component name="slideshow_ui_constants_api">
-<unit unitID="sf_app_photos_photos_plat_slideshow_ui_constants_api" name="slideshow_ui_constants_api" bldFile="\sf\app\photos\photos_plat\slideshow_ui_constants_api\group" mrp=""/>
-</component>
-</module>
-<module name="photos_plat">
-<component name="views_metadatadialog_api">
-<unit unitID="sf_app_photos_photos_plat_views_metadatadialog_api" name="views_metadatadialog_api" bldFile="\sf\app\photos\photos_plat\views_metadatadialog_api\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="test">
-<unit unitID="sf_app_photos_photosgallery_test" name="test" bldFile="\sf\app\photos\photosgallery\collectionframework\datasource\manager\test\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="glxdatasourcemde">
-<unit unitID="sf_app_photos_photosgallery_glxdatasourcemde" name="glxdatasourcemde" bldFile="\sf\app\photos\photosgallery\collectionframework\datasource\plugins\glxdatasourcemde\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="glxdatasourcemde2.5">
-<unit unitID="sf_app_photos_photosgallery_glxdatasourcemde2.5" name="glxdatasourcemde2.5" bldFile="\sf\app\photos\photosgallery\collectionframework\datasource\plugins\glxdatasourcemde2.5\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="plugins">
-<unit unitID="sf_app_photos_photosgallery_plugins" name="plugins" bldFile="\sf\app\photos\photosgallery\collectionframework\datasource\plugins\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="collectionframework">
-<unit unitID="sf_app_photos_photosgallery_collectionframework" name="collectionframework" bldFile="\sf\app\photos\photosgallery\collectionframework\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="glxcollectionpluginalbums">
-<unit unitID="sf_app_photos_photosgallery_glxcollectionpluginalbums" name="glxcollectionpluginalbums" bldFile="\sf\app\photos\photosgallery\collectionframework\plugins\glxcollectionpluginalbums\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="plugins">
-<unit unitID="sf_app_photos_photosgallery_plugins_1" name="plugins_1" bldFile="\sf\app\photos\photosgallery\collectionframework\plugins\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="tagcollectionplugin">
-<unit unitID="sf_app_photos_photosgallery_tagcollectionplugin" name="tagcollectionplugin" bldFile="\sf\app\photos\photosgallery\collectionframework\plugins\tagcollectionplugin\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="test">
-<unit unitID="sf_app_photos_photosgallery_test_1" name="test_1" bldFile="\sf\app\photos\photosgallery\collectionframework\plugins\tagcollectionplugin\test" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="albumcollectionplugin">
-<unit unitID="sf_app_photos_photosgallery_albumcollectionplugin" name="albumcollectionplugin" bldFile="\sf\app\photos\photosgallery\collectionframework\plugins\Test\albumcollectionplugin\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="testtagcollectionplugin">
-<unit unitID="sf_app_photos_photosgallery_testtagcollectionplugin" name="testtagcollectionplugin" bldFile="\sf\app\photos\photosgallery\collectionframework\plugins\Test\testtagcollectionplugin\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="gallerytestapp">
-<unit unitID="sf_app_photos_photosgallery_gallerytestapp" name="gallerytestapp" bldFile="\sf\app\photos\photosgallery\collectionframework\test\gallerytestapp\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="thumbnailcreator">
-<unit unitID="sf_app_photos_photosgallery_thumbnailcreator" name="thumbnailcreator" bldFile="\sf\app\photos\photosgallery\collectionframework\thumbnailcreator\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="common">
-<unit unitID="sf_app_photos_photosgallery_common" name="common" bldFile="\sf\app\photos\photosgallery\common\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="test">
-<unit unitID="sf_app_photos_photosgallery_test_2" name="test_2" bldFile="\sf\app\photos\photosgallery\common\test\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="commonui">
-<unit unitID="sf_app_photos_photosgallery_commonui" name="commonui" bldFile="\sf\app\photos\photosgallery\commonui\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="test">
-<unit unitID="sf_app_photos_photosgallery_test_3" name="test_3" bldFile="\sf\app\photos\photosgallery\commonui\test\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_glxresolutionutilitiy">
-<unit unitID="sf_app_photos_photosgallery_t_glxresolutionutilitiy" name="t_glxresolutionutilitiy" bldFile="\sf\app\photos\photosgallery\commonui\test\t_glxresolutionutilitiy" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="contentharvesterplugin">
-<unit unitID="sf_app_photos_photosgallery_contentharvesterplugin" name="contentharvesterplugin" bldFile="\sf\app\photos\photosgallery\contentharvesterplugin\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="collectionmanager">
-<unit unitID="sf_app_photos_photosgallery_collectionmanager" name="collectionmanager" bldFile="\sf\app\photos\photosgallery\controllers\collectionmanager\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="test">
-<unit unitID="sf_app_photos_photosgallery_test_4" name="test_4" bldFile="\sf\app\photos\photosgallery\controllers\collectionmanager\test\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="fetcher">
-<unit unitID="sf_app_photos_photosgallery_fetcher" name="fetcher" bldFile="\sf\app\photos\photosgallery\controllers\fetcher\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="fetchertestapp">
-<unit unitID="sf_app_photos_photosgallery_fetchertestapp" name="fetchertestapp" bldFile="\sf\app\photos\photosgallery\controllers\fetcher\Test\fetchertestapp\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="ut_fetcher">
-<unit unitID="sf_app_photos_photosgallery_ut_fetcher" name="ut_fetcher" bldFile="\sf\app\photos\photosgallery\controllers\fetcher\Test\ut_fetcher" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="controllers">
-<unit unitID="sf_app_photos_photosgallery_controllers" name="controllers" bldFile="\sf\app\photos\photosgallery\controllers\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="gallery">
-<unit unitID="sf_app_photos_photosgallery_gallery" name="gallery" bldFile="\sf\app\photos\photosgallery\gallery\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="photosgallery">
-<unit unitID="sf_app_photos_photosgallery" name="photosgallery" bldFile="\sf\app\photos\photosgallery\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="icons">
-<unit unitID="sf_app_photos_photosgallery_icons" name="icons" bldFile="\sf\app\photos\photosgallery\icons" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="app">
-<unit unitID="sf_photos_photosgallery_app" name="app" bldFile="\sf\app\photos\photosgallery\logging\app\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="client">
-<unit unitID="sf_app_photos_photosgallery_client" name="client" bldFile="\sf\app\photos\photosgallery\logging\client\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="logging">
-<unit unitID="sf_app_photos_photosgallery_logging" name="logging" bldFile="\sf\app\photos\photosgallery\logging\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="photossuite">
-<unit unitID="sf_app_photos_photosgallery_photossuite" name="photossuite" bldFile="\sf\app\photos\photosgallery\photossuite\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="engine">
-<unit unitID="sf_app_photos_photosgallery_engine" name="engine" bldFile="\sf\app\photos\photosgallery\slideshow\engine\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="slideshow">
-<unit unitID="sf_app_photos_photosgallery_slideshow" name="slideshow" bldFile="\sf\app\photos\photosgallery\slideshow\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="settingsdialog">
-<unit unitID="sf_app_photos_photosgallery_settingsdialog" name="settingsdialog" bldFile="\sf\app\photos\photosgallery\slideshow\settingsdialog\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="view">
-<unit unitID="sf_app_photos_photosgallery_view" name="view" bldFile="\sf\app\photos\photosgallery\slideshow\view\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="albumpopuptest">
-<unit unitID="sf_app_photos_photosgallery_albumpopuptest" name="albumpopuptest" bldFile="\sf\app\photos\photosgallery\test\viewframework\uiutilities\albumpopuptest\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="commandhandlerbase">
-<unit unitID="sf_app_photos_photosgallery_commandhandlerbase" name="commandhandlerbase" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlerbase\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="commandhandlerdrm">
-<unit unitID="sf_app_photos_photosgallery_commandhandlerdrm" name="commandhandlerdrm" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlerdrm\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="commandhandlermarking">
-<unit unitID="sf_app_photos_photosgallery_commandhandlermarking" name="commandhandlermarking" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlermarking\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="commandhandlermoreinfo">
-<unit unitID="sf_app_photos_photosgallery_commandhandlermoreinfo" name="commandhandlermoreinfo" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlermoreinfo\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="commandhandlerupnp">
-<unit unitID="sf_app_photos_photosgallery_commandhandlerupnp" name="commandhandlerupnp" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlerupnp\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_cglxcommandhandlershowviaupnp">
-<unit unitID="sf_app_photos_photosgallery_t_cglxcommandhandlershowviaupnp" name="t_cglxcommandhandlershowviaupnp" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlerupnp\test\t_cglxcommandhandlershowviaupnp" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_cglxthumbnailsaver">
-<unit unitID="sf_app_photos_photosgallery_t_cglxthumbnailsaver" name="t_cglxthumbnailsaver" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlerupnp\test\t_cglxthumbnailsaver" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_cglxupnprendererimpl">
-<unit unitID="sf_app_photos_photosgallery_t_cglxupnprendererimpl" name="t_cglxupnprendererimpl" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlerupnp\test\t_cglxupnprendererimpl" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_glxcommandhandlercopytohomenetwork">
-<unit unitID="sf_app_photos_photosgallery_t_glxcommandhandlercopytohomenetwork" name="t_glxcommandhandlercopytohomenetwork" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlerupnp\test\t_glxcommandhandlercopytohomenetwork" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_glxupnprenderer">
-<unit unitID="sf_app_photos_photosgallery_t_glxupnprenderer" name="t_glxupnprenderer" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commandhandlerupnp\test\t_glxupnprenderer" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="commoncommandhandlers">
-<unit unitID="sf_app_photos_photosgallery_commoncommandhandlers" name="commoncommandhandlers" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commoncommandhandlers\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="test">
-<unit unitID="sf_app_photos_photosgallery_test_5" name="test_5" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commoncommandhandlers\test\Group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_cglxaiwservicehandler">
-<unit unitID="sf_app_photos_photosgallery_t_cglxaiwservicehandler" name="t_cglxaiwservicehandler" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commoncommandhandlers\test\t_cglxaiwservicehandler" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_glxcommandhandlerback">
-<unit unitID="sf_app_photos_photosgallery_t_glxcommandhandlerback" name="t_glxcommandhandlerback" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commoncommandhandlers\test\t_glxcommandhandlerback" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="ut_cglxcommandhandlersortorder">
-<unit unitID="sf_app_photos_photosgallery_ut_cglxcommandhandlersortorder" name="ut_cglxcommandhandlersortorder" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\commoncommandhandlers\test\ut_cglxcommandhandlersortorder" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="commandhandlers">
-<unit unitID="sf_app_photos_photosgallery_commandhandlers" name="commandhandlers" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="test">
-<unit unitID="sf_app_photos_photosgallery_test_6" name="test_6" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\test\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="ut_commandhandlermoreinfo">
-<unit unitID="sf_app_photos_photosgallery_ut_commandhandlermoreinfo" name="ut_commandhandlermoreinfo" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\test\ut_commandhandlermoreinfo" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="ut__commandhandlermarking">
-<unit unitID="sf_app_photos_photosgallery_ut__commandhandlermarking" name="ut__commandhandlermarking" bldFile="\sf\app\photos\photosgallery\viewframework\commandhandlers\test\ut__commandhandlermarking" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="dataprovider">
-<unit unitID="sf_app_photos_photosgallery_dataprovider" name="dataprovider" bldFile="\sf\app\photos\photosgallery\viewframework\dataprovider\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="medialists">
-<unit unitID="sf_app_photos_photosgallery_medialists" name="medialists" bldFile="\sf\app\photos\photosgallery\viewframework\dataprovider\test\medialists\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="ui_commandbinding">
-<unit unitID="sf_app_photos_photosgallery_ui_commandbinding" name="ui_commandbinding" bldFile="\sf\app\photos\photosgallery\viewframework\dataprovider\test\ui_commandbinding\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="drmutility">
-<unit unitID="sf_app_photos_photosgallery_drmutility" name="drmutility" bldFile="\sf\app\photos\photosgallery\viewframework\drmutility\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="viewframework">
-<unit unitID="sf_app_photos_photosgallery_viewframework" name="viewframework" bldFile="\sf\app\photos\photosgallery\viewframework\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="layouts">
-<unit unitID="sf_app_photos_photosgallery_layouts" name="layouts" bldFile="\sf\app\photos\photosgallery\viewframework\layouts\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="test">
-<unit unitID="sf_app_photos_photosgallery_test_7" name="test_7" bldFile="\sf\app\photos\photosgallery\viewframework\layouts\test\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="medialists">
-<unit unitID="sf_app_photos_photosgallery_medialists_1" name="medialists_1" bldFile="\sf\app\photos\photosgallery\viewframework\medialists\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_cglxdownloadsgridviewplugin">
-<unit unitID="sf_app_photos_photosgallery_t_cglxdownloadsgridviewplugin" name="t_cglxdownloadsgridviewplugin" bldFile="\sf\app\photos\photosgallery\viewframework\plugins\gridviewplugin\test\t_cglxdownloadsgridviewplugin" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="ut_CGlxTagGridViewPlugin">
-<unit unitID="sf_app_photos_photosgallery_ut_CGlxTagGridViewPlugin" name="ut_CGlxTagGridViewPlugin" bldFile="\sf\app\photos\photosgallery\viewframework\plugins\gridviewplugin\test\ut_CGlxTagGridViewPlugin" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="plugins">
-<unit unitID="sf_app_photos_photosgallery_plugins_2" name="plugins_2" bldFile="\sf\app\photos\photosgallery\viewframework\plugins\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="tagsbrowserviewplugin">
-<unit unitID="sf_app_photos_photosgallery_tagsbrowserviewplugin" name="tagsbrowserviewplugin" bldFile="\sf\app\photos\photosgallery\viewframework\plugins\tagsbrowserviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_cglxtagsbrowserviewplugin">
-<unit unitID="sf_app_photos_photosgallery_t_cglxtagsbrowserviewplugin" name="t_cglxtagsbrowserviewplugin" bldFile="\sf\app\photos\photosgallery\viewframework\plugins\tagsbrowserviewplugin\test\t_cglxtagsbrowserviewplugin" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="testgridviewplugin">
-<unit unitID="sf_app_photos_photosgallery_testgridviewplugin" name="testgridviewplugin" bldFile="\sf\app\photos\photosgallery\viewframework\plugins\test\testgridviewplugin\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="texturemanager">
-<unit unitID="sf_app_photos_photosgallery_texturemanager" name="texturemanager" bldFile="\sf\app\photos\photosgallery\viewframework\texturemanager\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="tvout">
-<unit unitID="sf_app_photos_photosgallery_tvout" name="tvout" bldFile="\sf\app\photos\photosgallery\viewframework\tvout\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="uiutilities">
-<unit unitID="sf_app_photos_photosgallery_uiutilities" name="uiutilities" bldFile="\sf\app\photos\photosgallery\viewframework\uiutilities\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_cglxhuiutility">
-<unit unitID="sf_app_photos_photosgallery_t_cglxhuiutility" name="t_cglxhuiutility" bldFile="\sf\app\photos\photosgallery\viewframework\uiutilities\Test\t_cglxhuiutility" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="t_glxskinchangemonitor">
-<unit unitID="sf_app_photos_photosgallery_t_glxskinchangemonitor" name="t_glxskinchangemonitor" bldFile="\sf\app\photos\photosgallery\viewframework\uiutilities\Test\t_glxskinchangemonitor" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="cloudview">
-<unit unitID="sf_app_photos_photosgallery_cloudview" name="cloudview" bldFile="\sf\app\photos\photosgallery\viewframework\views\cloudview\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="views">
-<unit unitID="sf_app_photos_photosgallery_views" name="views" bldFile="\sf\app\photos\photosgallery\viewframework\views\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="listview">
-<unit unitID="sf_app_photos_photosgallery_listview" name="listview" bldFile="\sf\app\photos\photosgallery\viewframework\views\listview\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="metadatadialog">
-<unit unitID="sf_app_photos_photosgallery_metadatadialog" name="metadatadialog" bldFile="\sf\app\photos\photosgallery\viewframework\views\metadatadialog\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="viewbase">
-<unit unitID="sf_app_photos_photosgallery_viewbase" name="viewbase" bldFile="\sf\app\photos\photosgallery\viewframework\views\viewbase\group" mrp=""/>
-</component>
-</module>
-<module name="photosgallery">
-<component name="visuallistmanager">
-<unit unitID="sf_app_photos_photosgallery_visuallistmanager" name="visuallistmanager" bldFile="\sf\app\photos\photosgallery\viewframework\visuallistmanager\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="poc">
-<module name="poc">
-<component name="poc">
-<unit unitID="sf_app_poc" name="poc" bldFile="\sf\app\poc\group" mrp=""/>
-</component>
-</module>
-<module name="poc_plat">
-<component name="poc_plat">
-<unit unitID="sf_app_poc_poc_plat" name="poc_plat" bldFile="\sf\app\poc\poc_plat\group" mrp=""/>
-</component>
-</module>
-<module name="poc_plat">
-<component name="poc_api">
-<unit unitID="sf_app_poc_poc_plat_poc_api" name="poc_api" bldFile="\sf\app\poc\poc_plat\poc_api\group" mrp=""/>
-</component>
-</module>
-<module name="poc_plat">
-<component name="poc_sessions_api">
-<unit unitID="sf_app_poc_poc_plat_poc_sessions_api" name="poc_sessions_api" bldFile="\sf\app\poc\poc_plat\poc_sessions_api\group" mrp=""/>
-</component>
-</module>
-<module name="poc_plat">
-<component name="poc_ui_integration_services_api">
-<unit unitID="sf_app_poc_poc_plat_poc_ui_integration_services_api" name="poc_ui_integration_services_api" bldFile="\sf\app\poc\poc_plat\poc_ui_integration_services_api\group" mrp=""/>
-</component>
-</module>
-<module name="pocengine">
-<component name="pocengine">
-<unit unitID="sf_app_poc_pocengine" name="pocengine" bldFile="\sf\app\poc\pocengine\group" mrp=""/>
-</component>
-</module>
-<module name="pocengine">
-<component name="sipclientresolver">
-<unit unitID="sf_app_poc_pocengine_sipclientresolver" name="sipclientresolver" bldFile="\sf\app\poc\pocengine\sipclientresolver\group" mrp=""/>
-</component>
-</module>
-<module name="pocui">
-<component name="app">
-<unit unitID="sf_poc_pocui_app" name="app" bldFile="\sf\app\poc\pocui\app\group" mrp=""/>
-</component>
-</module>
-<module name="pocui">
-<component name="pocui">
-<unit unitID="sf_app_poc_pocui" name="pocui" bldFile="\sf\app\poc\pocui\group" mrp=""/>
-</component>
-</module>
-<module name="pocui">
-<component name="PoCUiIntgr">
-<unit unitID="sf_app_poc_pocui_PoCUiIntgr" name="PoCUiIntgr" bldFile="\sf\app\poc\pocui\PoCUiIntgr\group" mrp=""/>
-</component>
-</module>
-<module name="pocui">
-<component name="PoCUiAiwPlugin">
-<unit unitID="sf_app_poc_pocui_PoCUiAiwPlugin" name="PoCUiAiwPlugin" bldFile="\sf\app\poc\pocui\PoCUiIntgr\PoCUiAiwPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="pocui">
-<component name="PoCUiEComPlugin">
-<unit unitID="sf_app_poc_pocui_PoCUiEComPlugin" name="PoCUiEComPlugin" bldFile="\sf\app\poc\pocui\PoCUiIntgr\PoCUiEComPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="pocui">
-<component name="PoCUiIntegrationServices">
-<unit unitID="sf_app_poc_pocui_PoCUiIntegrationServices" name="PoCUiIntegrationServices" bldFile="\sf\app\poc\pocui\PoCUiIntgr\PoCUiIntegrationServices\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="printing">
-<module name="printing">
-<component name="printing">
-<unit unitID="sf_app_printing" name="printing" bldFile="\sf\app\printing\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="clog">
-<unit unitID="sf_app_printing_ImagePrint_clog" name="clog" bldFile="\sf\app\printing\ImagePrint\clog\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="ImagePrint">
-<unit unitID="sf_app_printing_ImagePrint" name="ImagePrint" bldFile="\sf\app\printing\ImagePrint\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="btprotocol">
-<unit unitID="sf_app_printing_ImagePrint_btprotocol" name="btprotocol" bldFile="\sf\app\printing\ImagePrint\ImagePrintEngine\DeviceProtocols\btprotocol\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="dpof">
-<unit unitID="sf_app_printing_ImagePrint_dpof" name="dpof" bldFile="\sf\app\printing\ImagePrint\ImagePrintEngine\DeviceProtocols\dpof\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="pictbridge2">
-<unit unitID="sf_app_printing_ImagePrint_pictbridge2" name="pictbridge2" bldFile="\sf\app\printing\ImagePrint\ImagePrintEngine\DeviceProtocols\pictbridge2\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="upnpprotocolfw2">
-<unit unitID="sf_app_printing_ImagePrint_upnpprotocolfw2" name="upnpprotocolfw2" bldFile="\sf\app\printing\ImagePrint\ImagePrintEngine\DeviceProtocols\upnpprotocolfw2\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="xhtmlfilecomposer">
-<unit unitID="sf_app_printing_ImagePrint_xhtmlfilecomposer" name="xhtmlfilecomposer" bldFile="\sf\app\printing\ImagePrint\ImagePrintEngine\DeviceProtocols\xhtmlfilecomposer\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="ImagePrintEngine">
-<unit unitID="sf_app_printing_ImagePrint_ImagePrintEngine" name="ImagePrintEngine" bldFile="\sf\app\printing\ImagePrint\ImagePrintEngine\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="ImagePrintServer">
-<unit unitID="sf_app_printing_ImagePrint_ImagePrintServer" name="ImagePrintServer" bldFile="\sf\app\printing\ImagePrint\ImagePrintEngine\ImagePrintServer\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="ImagePrintUI">
-<unit unitID="sf_app_printing_ImagePrint_ImagePrintUI" name="ImagePrintUI" bldFile="\sf\app\printing\ImagePrint\ImagePrintUI\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="imageprintapp">
-<unit unitID="sf_app_printing_ImagePrint_imageprintapp" name="imageprintapp" bldFile="\sf\app\printing\ImagePrint\ImagePrintUI\imageprintapp\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="imageprinteng">
-<unit unitID="sf_app_printing_ImagePrint_imageprinteng" name="imageprinteng" bldFile="\sf\app\printing\ImagePrint\ImagePrintUI\imageprinteng\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="imageprintprovider">
-<unit unitID="sf_app_printing_ImagePrint_imageprintprovider" name="imageprintprovider" bldFile="\sf\app\printing\ImagePrint\ImagePrintUI\imageprintprovider\group" mrp=""/>
-</component>
-</module>
-<module name="ImagePrint">
-<component name="imgpprintdll">
-<unit unitID="sf_app_printing_ImagePrint_imgpprintdll" name="imgpprintdll" bldFile="\sf\app\printing\ImagePrint\ImagePrintUI\imgpprintdll\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="profile">
-<module name="profile">
-<component name="profile">
-<unit unitID="sf_app_profile" name="profile" bldFile="\sf\app\profile\group" mrp=""/>
-</component>
-</module>
-<module name="profile_plat">
-<component name="profile_plat">
-<unit unitID="sf_app_profile_profile_plat" name="profile_plat" bldFile="\sf\app\profile\profile_plat\group" mrp=""/>
-</component>
-</module>
-<module name="profile_plat">
-<component name="profiles_settings_view_api">
-<unit unitID="sf_app_profile_profile_plat_profiles_settings_view_api" name="profiles_settings_view_api" bldFile="\sf\app\profile\profile_plat\profiles_settings_view_api\group" mrp=""/>
-</component>
-</module>
-<module name="profilesapplication">
-<component name="profilesapplication">
-<unit unitID="sf_app_profile_profilesapplication" name="profilesapplication" bldFile="\sf\app\profile\profilesapplication\group" mrp=""/>
-</component>
-</module>
-<module name="profilesapplication">
-<component name="Profiles">
-<unit unitID="sf_app_profile_profilesapplication_Profiles" name="Profiles" bldFile="\sf\app\profile\profilesapplication\Profiles\Group" mrp=""/>
-</component>
-</module>
-<module name="profilesapplication">
-<component name="GSProfilesPlugin">
-<unit unitID="sf_app_profile_profilesapplication_GSProfilesPlugin" name="GSProfilesPlugin" bldFile="\sf\app\profile\profilesapplication\Profiles\GSProfilesPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="profilesapplication">
-<component name="ProfileAiwProvider">
-<unit unitID="sf_app_profile_profilesapplication_ProfileAiwProvider" name="ProfileAiwProvider" bldFile="\sf\app\profile\profilesapplication\Profiles\ProfileAiwProvider\group" mrp=""/>
-</component>
-</module>
-<module name="profilesapplication">
-<component name="ProfileApp">
-<unit unitID="sf_app_profile_profilesapplication_ProfileApp" name="ProfileApp" bldFile="\sf\app\profile\profilesapplication\Profiles\ProfileApp\group" mrp=""/>
-</component>
-</module>
-<module name="profilesapplication">
-<component name="ProfilesGSTonesPlugin">
-<unit unitID="sf_app_profile_profilesapplication_ProfilesGSTonesPlugin" name="ProfilesGSTonesPlugin" bldFile="\sf\app\profile\profilesapplication\Profiles\ProfilesGSTonesPlugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="radio">
-<module name="radio">
-<component name="radio">
-<unit unitID="sf_app_radio" name="radio" bldFile="\sf\app\radio\group" mrp=""/>
-</component>
-</module>
-<module name="fmradio">
-<component name="activeidleengine">
-<unit unitID="sf_app_radio_fmradio_activeidleengine" name="activeidleengine" bldFile="\sf\app\radio\fmradio\activeidleengine\group" mrp=""/>
-</component>
-</module>
-<module name="fmradio">
-<component name="FMRadio">
-<unit unitID="sf_app_radio_fmradio_FMRadio" name="FMRadio" bldFile="\sf\app\radio\fmradio\FMRadio\group" mrp=""/>
-</component>
-</module>
-<module name="fmradio">
-<component name="fmradioengine">
-<unit unitID="sf_app_radio_fmradio_fmradioengine" name="fmradioengine" bldFile="\sf\app\radio\fmradio\fmradioengine\group" mrp=""/>
-</component>
-</module>
-<module name="fmradio">
-<component name="fmradio">
-<unit unitID="sf_app_radio_fmradio" name="fmradio" bldFile="\sf\app\radio\fmradio\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="screensaver">
-<module name="screensaver">
-<component name="screensaver">
-<unit unitID="sf_app_screensaver" name="screensaver" bldFile="\sf\app\screensaver\group" mrp=""/>
-</component>
-</module>
-<module name="scrsaver">
-<component name="screensaveraiwplugin">
-<unit unitID="sf_app_screensaver_scrsaver_screensaveraiwplugin" name="screensaveraiwplugin" bldFile="\sf\app\screensaver\scrsaver\screensaveraiwplugin\group" mrp=""/>
-</component>
-</module>
-<module name="scrsaver">
-<component name="BmpAnimScrPlugin">
-<unit unitID="sf_app_screensaver_scrsaver_BmpAnimScrPlugin" name="BmpAnimScrPlugin" bldFile="\sf\app\screensaver\scrsaver\scrsaverplugins\BmpAnimScrPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="scrsaver">
-<component name="scrsaverplugins">
-<unit unitID="sf_app_screensaver_scrsaver_scrsaverplugins" name="scrsaverplugins" bldFile="\sf\app\screensaver\scrsaver\scrsaverplugins\group" mrp=""/>
-</component>
-</module>
-<module name="scrsaver">
-<component name="ScreenSaverAnimPlugin">
-<unit unitID="sf_app_screensaver_scrsaver_ScreenSaverAnimPlugin" name="ScreenSaverAnimPlugin" bldFile="\sf\app\screensaver\scrsaver\scrsaverplugins\ScreenSaverAnimPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="scrsaver">
-<component name="ScreenSaverGifAnimPlugin">
-<unit unitID="sf_app_screensaver_scrsaver_ScreenSaverGifAnimPlugin" name="ScreenSaverGifAnimPlugin" bldFile="\sf\app\screensaver\scrsaver\scrsaverplugins\ScreenSaverGifAnimPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="scrsaver">
-<component name="SlideshowPlugin">
-<unit unitID="sf_app_screensaver_scrsaver_SlideshowPlugin" name="SlideshowPlugin" bldFile="\sf\app\screensaver\scrsaver\scrsaverplugins\SlideshowPlugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="settingsuis">
-<module name="settingsuis">
-<component name="settingsuis">
-<unit unitID="sf_app_settingsuis" name="settingsuis" bldFile="\sf\app\settingsuis\group" mrp=""/>
-</component>
-</module>
-<module name="defaultapplicationsettings">
-<component name="defaultapplicationsettings">
-<unit unitID="sf_app_settingsuis_defaultapplicationsettings" name="defaultapplicationsettings" bldFile="\sf\app\settingsuis\defaultapplicationsettings\group" mrp=""/>
-</component>
-</module>
-<module name="defaultapplicationsettings">
-<component name="gsplugin">
-<unit unitID="sf_app_settingsuis_defaultapplicationsettings_gsplugin" name="gsplugin" bldFile="\sf\app\settingsuis\defaultapplicationsettings\gsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="defaultapplicationsettings">
-<component name="server">
-<unit unitID="sf_app_settingsuis_defaultapplicationsettings_server" name="server" bldFile="\sf\app\settingsuis\defaultapplicationsettings\server\group" mrp=""/>
-</component>
-</module>
-<module name="defaultapplicationsettings">
-<component name="service">
-<unit unitID="sf_app_settingsuis_defaultapplicationsettings_service" name="service" bldFile="\sf\app\settingsuis\defaultapplicationsettings\service\group" mrp=""/>
-</component>
-</module>
-<module name="defaultapplicationsettings">
-<component name="services_db">
-<unit unitID="sf_app_settingsuis_defaultapplicationsettings_services_db" name="services_db" bldFile="\sf\app\settingsuis\defaultapplicationsettings\services_db\group" mrp=""/>
-</component>
-</module>
-<module name="devmngt_plat">
-<component name="default_app_client_api">
-<unit unitID="sf_app_settingsuis_devmngt_plat_default_app_client_api" name="default_app_client_api" bldFile="\sf\app\settingsuis\devmngt_plat\default_app_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="devmngt_plat">
-<component name="devmngt_plat">
-<unit unitID="sf_app_settingsuis_devmngt_plat" name="devmngt_plat" bldFile="\sf\app\settingsuis\devmngt_plat\group" mrp=""/>
-</component>
-</module>
-<module name="devmngt_plat">
-<component name="services_db_api">
-<unit unitID="sf_app_settingsuis_devmngt_plat_services_db_api" name="services_db_api" bldFile="\sf\app\settingsuis\devmngt_plat\services_db_api\group" mrp=""/>
-</component>
-</module>
-<module name="devmngt_pub">
-<component name="devmngt_pub">
-<unit unitID="sf_app_settingsuis_devmngt_pub" name="devmngt_pub" bldFile="\sf\app\settingsuis\devmngt_pub\group" mrp=""/>
-</component>
-</module>
-<module name="systemswuis">
-<component name="systemswuis">
-<unit unitID="sf_app_settingsuis_systemswuis" name="systemswuis" bldFile="\sf\app\settingsuis\systemswuis\group" mrp=""/>
-</component>
-</module>
-<module name="systemswuis">
-<component name="touchscreencalib">
-<unit unitID="sf_app_settingsuis_systemswuis_touchscreencalib" name="touchscreencalib" bldFile="\sf\app\settingsuis\systemswuis\touchscreencalib\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="speechsrv">
-<module name="speechsrv">
-<component name="speechsrv">
-<unit unitID="sf_app_speechsrv" name="speechsrv" bldFile="\sf\app\speechsrv\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="adaptation_hw_device_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_adaptation_hw_device_api" name="adaptation_hw_device_api" bldFile="\sf\app\speechsrv\speechsrv_plat\adaptation_hw_device_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="asrs_hw_device_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_asrs_hw_device_api" name="asrs_hw_device_api" bldFile="\sf\app\speechsrv\speechsrv_plat\asrs_hw_device_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="grcompiler_hw_device_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_grcompiler_hw_device_api" name="grcompiler_hw_device_api" bldFile="\sf\app\speechsrv\speechsrv_plat\grcompiler_hw_device_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="speechsrv_plat">
-<unit unitID="sf_app_speechsrv_speechsrv_plat" name="speechsrv_plat" bldFile="\sf\app\speechsrv\speechsrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="nlp_hw_device">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_nlp_hw_device" name="nlp_hw_device" bldFile="\sf\app\speechsrv\speechsrv_plat\nlp_hw_device\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="nss_devasr_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_nss_devasr_api" name="nss_devasr_api" bldFile="\sf\app\speechsrv\speechsrv_plat\nss_devasr_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="nss_devtts_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_nss_devtts_api" name="nss_devtts_api" bldFile="\sf\app\speechsrv\speechsrv_plat\nss_devtts_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="nss_mmf_tts_custom_commands_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_nss_mmf_tts_custom_commands_api" name="nss_mmf_tts_custom_commands_api" bldFile="\sf\app\speechsrv\speechsrv_plat\nss_mmf_tts_custom_commands_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="nss_si_speech_recognition_data_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_nss_si_speech_recognition_data_api" name="nss_si_speech_recognition_data_api" bldFile="\sf\app\speechsrv\speechsrv_plat\nss_si_speech_recognition_data_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="nss_srs_custom_commands_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_nss_srs_custom_commands_api" name="nss_srs_custom_commands_api" bldFile="\sf\app\speechsrv\speechsrv_plat\nss_srs_custom_commands_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="nss_srs_utility_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_nss_srs_utility_api" name="nss_srs_utility_api" bldFile="\sf\app\speechsrv\speechsrv_plat\nss_srs_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="nss_tts_common_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_nss_tts_common_api" name="nss_tts_common_api" bldFile="\sf\app\speechsrv\speechsrv_plat\nss_tts_common_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="nss_tts_utility_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_nss_tts_utility_api" name="nss_tts_utility_api" bldFile="\sf\app\speechsrv\speechsrv_plat\nss_tts_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="recognition_hw_device_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_recognition_hw_device_api" name="recognition_hw_device_api" bldFile="\sf\app\speechsrv\speechsrv_plat\recognition_hw_device_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="speech_synthesis_clientserver_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_speech_synthesis_clientserver_api" name="speech_synthesis_clientserver_api" bldFile="\sf\app\speechsrv\speechsrv_plat\speech_synthesis_clientserver_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="srsf_cenrep_settings_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_srsf_cenrep_settings_api" name="srsf_cenrep_settings_api" bldFile="\sf\app\speechsrv\speechsrv_plat\srsf_cenrep_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="srsf_secondarydisplay_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_srsf_secondarydisplay_api" name="srsf_secondarydisplay_api" bldFile="\sf\app\speechsrv\speechsrv_plat\srsf_secondarydisplay_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="ttp_hw_device_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_ttp_hw_device_api" name="ttp_hw_device_api" bldFile="\sf\app\speechsrv\speechsrv_plat\ttp_hw_device_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="tts_hw_device_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_tts_hw_device_api" name="tts_hw_device_api" bldFile="\sf\app\speechsrv\speechsrv_plat\tts_hw_device_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="ui_voice_recognition_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_ui_voice_recognition_api" name="ui_voice_recognition_api" bldFile="\sf\app\speechsrv\speechsrv_plat\ui_voice_recognition_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="vas_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_vas_api" name="vas_api" bldFile="\sf\app\speechsrv\speechsrv_plat\vas_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="vas_contact_handler_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_vas_contact_handler_api" name="vas_contact_handler_api" bldFile="\sf\app\speechsrv\speechsrv_plat\vas_contact_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="vas_vcommand_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_vas_vcommand_api" name="vas_vcommand_api" bldFile="\sf\app\speechsrv\speechsrv_plat\vas_vcommand_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="vcommand_settings_cenrep_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_vcommand_settings_cenrep_api" name="vcommand_settings_cenrep_api" bldFile="\sf\app\speechsrv\speechsrv_plat\vcommand_settings_cenrep_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="vocman_hw_device_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_vocman_hw_device_api" name="vocman_hw_device_api" bldFile="\sf\app\speechsrv\speechsrv_plat\vocman_hw_device_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="voice_commands_resource_header_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_voice_commands_resource_header_api" name="voice_commands_resource_header_api" bldFile="\sf\app\speechsrv\speechsrv_plat\voice_commands_resource_header_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="voice_ui_accessory_button_handling_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_voice_ui_accessory_button_handling_api" name="voice_ui_accessory_button_handling_api" bldFile="\sf\app\speechsrv\speechsrv_plat\voice_ui_accessory_button_handling_api\group" mrp=""/>
-</component>
-</module>
-<module name="speechsrv_plat">
-<component name="voice_ui_plugin_api">
-<unit unitID="sf_app_speechsrv_speechsrv_plat_voice_ui_plugin_api" name="voice_ui_plugin_api" bldFile="\sf\app\speechsrv\speechsrv_plat\voice_ui_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="devasr">
-<unit unitID="sf_app_speechsrv_srsf_devasr" name="devasr" bldFile="\sf\app\speechsrv\srsf\devasr\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="devtts">
-<unit unitID="sf_app_speechsrv_srsf_devtts" name="devtts" bldFile="\sf\app\speechsrv\srsf\devtts\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="srsf">
-<unit unitID="sf_app_speechsrv_srsf" name="srsf" bldFile="\sf\app\speechsrv\srsf\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="nssvasapi">
-<unit unitID="sf_app_speechsrv_srsf_nssvasapi" name="nssvasapi" bldFile="\sf\app\speechsrv\srsf\nssvasapi\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="nssvasdbeventnotifier">
-<unit unitID="sf_app_speechsrv_srsf_nssvasdbeventnotifier" name="nssvasdbeventnotifier" bldFile="\sf\app\speechsrv\srsf\nssvasapi\nssvasdb\nssvasdbeventnotifier\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="nssvascontacthdlr">
-<unit unitID="sf_app_speechsrv_srsf_nssvascontacthdlr" name="nssvascontacthdlr" bldFile="\sf\app\speechsrv\srsf\nssvascontacthdlr\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="profileobserverplugin">
-<unit unitID="sf_app_speechsrv_srsf_profileobserverplugin" name="profileobserverplugin" bldFile="\sf\app\speechsrv\srsf\profileobserverplugin\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="sicc">
-<unit unitID="sf_app_speechsrv_srsf_sicc" name="sicc" bldFile="\sf\app\speechsrv\srsf\sicc\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="sispeechrecognitiondata">
-<unit unitID="sf_app_speechsrv_srsf_sispeechrecognitiondata" name="sispeechrecognitiondata" bldFile="\sf\app\speechsrv\srsf\sispeechrecognitiondata\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="sisrscontrollerplugin">
-<unit unitID="sf_app_speechsrv_srsf_sisrscontrollerplugin" name="sisrscontrollerplugin" bldFile="\sf\app\speechsrv\srsf\sisrscontrollerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="siutility">
-<unit unitID="sf_app_speechsrv_srsf_siutility" name="siutility" bldFile="\sf\app\speechsrv\srsf\siutility\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="client">
-<unit unitID="sf_app_speechsrv_srsf_client" name="client" bldFile="\sf\app\speechsrv\srsf\speechsynthesis\client\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="server">
-<unit unitID="sf_app_speechsrv_srsf_server" name="server" bldFile="\sf\app\speechsrv\srsf\speechsynthesis\server\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="ttscommon">
-<unit unitID="sf_app_speechsrv_srsf_ttscommon" name="ttscommon" bldFile="\sf\app\speechsrv\srsf\ttscommon\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="ttscontrollerplugin">
-<unit unitID="sf_app_speechsrv_srsf_ttscontrollerplugin" name="ttscontrollerplugin" bldFile="\sf\app\speechsrv\srsf\ttscontrollerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="ttscustomcommands">
-<unit unitID="sf_app_speechsrv_srsf_ttscustomcommands" name="ttscustomcommands" bldFile="\sf\app\speechsrv\srsf\ttscustomcommands\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="ttsutility">
-<unit unitID="sf_app_speechsrv_srsf_ttsutility" name="ttsutility" bldFile="\sf\app\speechsrv\srsf\ttsutility\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="vcexecutorapp">
-<unit unitID="sf_app_speechsrv_srsf_vcexecutorapp" name="vcexecutorapp" bldFile="\sf\app\speechsrv\srsf\vcexecutorapp\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="vcommandexecutor">
-<unit unitID="sf_app_speechsrv_srsf_vcommandexecutor" name="vcommandexecutor" bldFile="\sf\app\speechsrv\srsf\vcommandexecutor\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="vcommandexecutorbearer">
-<unit unitID="sf_app_speechsrv_srsf_vcommandexecutorbearer" name="vcommandexecutorbearer" bldFile="\sf\app\speechsrv\srsf\vcommandexecutorbearer\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="vcommandhandler">
-<unit unitID="sf_app_speechsrv_srsf_vcommandhandler" name="vcommandhandler" bldFile="\sf\app\speechsrv\srsf\vcommandhandler\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="vcommandmanager">
-<unit unitID="sf_app_speechsrv_srsf_vcommandmanager" name="vcommandmanager" bldFile="\sf\app\speechsrv\srsf\vcommandmanager\group" mrp=""/>
-</component>
-</module>
-<module name="srsf">
-<component name="vuiphandler">
-<unit unitID="sf_app_speechsrv_srsf_vuiphandler" name="vuiphandler" bldFile="\sf\app\speechsrv\srsf\vuiphandler\group" mrp=""/>
-</component>
-</module>
-<module name="voiceui">
-<component name="aiwpbkinfoviewprovider">
-<unit unitID="sf_app_speechsrv_voiceui_aiwpbkinfoviewprovider" name="aiwpbkinfoviewprovider" bldFile="\sf\app\speechsrv\voiceui\aiwpbkinfoviewprovider\group" mrp=""/>
-</component>
-</module>
-<module name="voiceui">
-<component name="voiceui">
-<unit unitID="sf_app_speechsrv_voiceui" name="voiceui" bldFile="\sf\app\speechsrv\voiceui\group" mrp=""/>
-</component>
-</module>
-<module name="voiceui">
-<component name="pbkinfoviewimpl">
-<unit unitID="sf_app_speechsrv_voiceui_pbkinfoviewimpl" name="pbkinfoviewimpl" bldFile="\sf\app\speechsrv\voiceui\pbkinfoviewimpl\group" mrp=""/>
-</component>
-</module>
-<module name="voiceui">
-<component name="vccontrolpanelplugin">
-<unit unitID="sf_app_speechsrv_voiceui_vccontrolpanelplugin" name="vccontrolpanelplugin" bldFile="\sf\app\speechsrv\voiceui\vccontrolpanelplugin\group" mrp=""/>
-</component>
-</module>
-<module name="voiceui">
-<component name="vcommand">
-<unit unitID="sf_app_speechsrv_voiceui_vcommand" name="vcommand" bldFile="\sf\app\speechsrv\voiceui\vcommand\group" mrp=""/>
-</component>
-</module>
-<module name="voiceui">
-<component name="voiceuivoicerecognition">
-<unit unitID="sf_app_speechsrv_voiceui_voiceuivoicerecognition" name="voiceuivoicerecognition" bldFile="\sf\app\speechsrv\voiceui\voiceuivoicerecognition\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="utils">
-<module name="utils">
-<component name="utils">
-<unit unitID="sf_app_utils" name="utils" bldFile="\sf\app\utils\group" mrp=""/>
-</component>
-</module>
-<module name="extras">
-<component name="aboutgsplugin">
-<unit unitID="sf_app_utils_extras_aboutgsplugin" name="aboutgsplugin" bldFile="\sf\app\utils\extras\about\aboutgsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="extras">
-<component name="about">
-<unit unitID="sf_app_utils_extras_about" name="about" bldFile="\sf\app\utils\extras\about\group" mrp=""/>
-</component>
-</module>
-<module name="extras">
-<component name="calcsoft">
-<unit unitID="sf_app_utils_extras_calcsoft" name="calcsoft" bldFile="\sf\app\utils\extras\calcsoft\group" mrp=""/>
-</component>
-</module>
-<module name="extras">
-<component name="converter">
-<unit unitID="sf_app_utils_extras_converter" name="converter" bldFile="\sf\app\utils\extras\converter\group" mrp=""/>
-</component>
-</module>
-<module name="extras">
-<component name="extras">
-<unit unitID="sf_app_utils_extras" name="extras" bldFile="\sf\app\utils\extras\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videocenter">
-<module name="videocenter">
-<component name="videocenter">
-<unit unitID="sf_app_videocenter" name="videocenter" bldFile="\sf\app\videocenter\group" mrp=""/>
-</component>
-</module>
-<module name="mpxmyvideoscollection">
-<component name="mpxmyvideoscollection">
-<unit unitID="sf_app_videocenter_mpxmyvideoscollection" name="mpxmyvideoscollection" bldFile="\sf\app\videocenter\mpxmyvideoscollection\group" mrp=""/>
-</component>
-</module>
-<module name="mpxmyvideoscollection">
-<component name="mpx_common_api">
-<unit unitID="sf_app_videocenter_mpxmyvideoscollection_mpx_common_api" name="mpx_common_api" bldFile="\sf\app\videocenter\mpxmyvideoscollection\mpx_common_api\group" mrp=""/>
-</component>
-</module>
-<module name="nsmyvideosview">
-<component name="nsmyvideosview">
-<unit unitID="sf_app_videocenter_nsmyvideosview" name="nsmyvideosview" bldFile="\sf\app\videocenter\nsmyvideosview\group" mrp=""/>
-</component>
-</module>
-<module name="nsmyvideosview">
-<component name="hgmyvideos">
-<unit unitID="sf_app_videocenter_nsmyvideosview_hgmyvideos" name="hgmyvideos" bldFile="\sf\app\videocenter\nsmyvideosview\hgmyvideos\group" mrp=""/>
-</component>
-</module>
-<module name="nsmyvideosview">
-<component name="hgmyvideosplugin">
-<unit unitID="sf_app_videocenter_nsmyvideosview_hgmyvideosplugin" name="hgmyvideosplugin" bldFile="\sf\app\videocenter\nsmyvideosview\hgmyvideosplugin\group" mrp=""/>
-</component>
-</module>
-<module name="nsmyvideosview">
-<component name="nsmyvideos">
-<unit unitID="sf_app_videocenter_nsmyvideosview_nsmyvideos" name="nsmyvideos" bldFile="\sf\app\videocenter\nsmyvideosview\nsmyvideos\group" mrp=""/>
-</component>
-</module>
-<module name="nsmyvideosview">
-<component name="nsmyvideosplugin">
-<unit unitID="sf_app_videocenter_nsmyvideosview_nsmyvideosplugin" name="nsmyvideosplugin" bldFile="\sf\app\videocenter\nsmyvideosview\nsmyvideosplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vccommon">
-<component name="vccommon">
-<unit unitID="sf_app_videocenter_vccommon" name="vccommon" bldFile="\sf\app\videocenter\vccommon\group" mrp=""/>
-</component>
-</module>
-<module name="vccommon">
-<component name="help_rel6">
-<unit unitID="sf_app_videocenter_vccommon_help_rel6" name="help_rel6" bldFile="\sf\app\videocenter\vccommon\help_rel6\group" mrp=""/>
-</component>
-</module>
-<module name="vccommon">
-<component name="notifierplugin">
-<unit unitID="sf_app_videocenter_vccommon_notifierplugin" name="notifierplugin" bldFile="\sf\app\videocenter\vccommon\notifierplugins\notifierplugin\Group" mrp=""/>
-</component>
-</module>
-<module name="vccommon">
-<component name="vcxnotifier">
-<unit unitID="sf_app_videocenter_vccommon_vcxnotifier" name="vcxnotifier" bldFile="\sf\app\videocenter\vccommon\notifierplugins\vcxnotifier\group" mrp=""/>
-</component>
-</module>
-<module name="vccommon">
-<component name="sis">
-<unit unitID="sf_app_videocenter_vccommon_sis" name="sis" bldFile="\sf\app\videocenter\vccommon\sis" mrp=""/>
-</component>
-</module>
-<module name="vccommon">
-<component name="utils">
-<unit unitID="sf_app_videocenter_vccommon_utils" name="utils" bldFile="\sf\app\videocenter\vccommon\utils\group" mrp=""/>
-</component>
-</module>
-<module name="vccommon">
-<component name="viewmessageutility">
-<unit unitID="sf_app_videocenter_vccommon_viewmessageutility" name="viewmessageutility" bldFile="\sf\app\videocenter\vccommon\viewmessageutility\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="vcengines">
-<unit unitID="sf_app_videocenter_vcengines" name="vcengines" bldFile="\sf\app\videocenter\vcengines\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="livetvepgengine">
-<unit unitID="sf_app_videocenter_vcengines_livetvepgengine" name="livetvepgengine" bldFile="\sf\app\videocenter\vcengines\livetvepgengine\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="livetvschedulerplugin">
-<unit unitID="sf_app_videocenter_vcengines_livetvschedulerplugin" name="livetvschedulerplugin" bldFile="\sf\app\videocenter\vcengines\livetvschedulerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="livetvutils">
-<unit unitID="sf_app_videocenter_vcengines_livetvutils" name="livetvutils" bldFile="\sf\app\videocenter\vcengines\livetvutils\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="mrssplugin">
-<unit unitID="sf_app_videocenter_vcengines_mrssplugin" name="mrssplugin" bldFile="\sf\app\videocenter\vcengines\mrssplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="networkengine">
-<unit unitID="sf_app_videocenter_vcengines_networkengine" name="networkengine" bldFile="\sf\app\videocenter\vcengines\networkengine\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="scheduleddlplugin">
-<unit unitID="sf_app_videocenter_vcengines_scheduleddlplugin" name="scheduleddlplugin" bldFile="\sf\app\videocenter\vcengines\scheduleddlplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="clientapi">
-<unit unitID="sf_app_videocenter_vcengines_clientapi" name="clientapi" bldFile="\sf\app\videocenter\vcengines\server\clientapi\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="server">
-<unit unitID="sf_app_videocenter_vcengines_server" name="server" bldFile="\sf\app\videocenter\vcengines\server\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="IptvEpgManager">
-<unit unitID="sf_app_videocenter_vcengines_IptvEpgManager" name="IptvEpgManager" bldFile="\sf\app\videocenter\vcengines\server\IptvEpgManager\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="omaprovisioning">
-<unit unitID="sf_app_videocenter_vcengines_omaprovisioning" name="omaprovisioning" bldFile="\sf\app\videocenter\vcengines\serviceprovisioning\omaprovisioning\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="provisioningappui">
-<unit unitID="sf_app_videocenter_vcengines_provisioningappui" name="provisioningappui" bldFile="\sf\app\videocenter\vcengines\serviceprovisioning\provisioningappui\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="provisioningprocessor">
-<unit unitID="sf_app_videocenter_vcengines_provisioningprocessor" name="provisioningprocessor" bldFile="\sf\app\videocenter\vcengines\serviceprovisioning\provisioningprocessor\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="provisioningrecognizer">
-<unit unitID="sf_app_videocenter_vcengines_provisioningrecognizer" name="provisioningrecognizer" bldFile="\sf\app\videocenter\vcengines\serviceprovisioning\provisioningrecognizer\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="tunerengine">
-<unit unitID="sf_app_videocenter_vcengines_tunerengine" name="tunerengine" bldFile="\sf\app\videocenter\vcengines\tunerengine\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="voddownloadplugin">
-<unit unitID="sf_app_videocenter_vcengines_voddownloadplugin" name="voddownloadplugin" bldFile="\sf\app\videocenter\vcengines\voddownloadplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcengines">
-<component name="xmltvplugin">
-<unit unitID="sf_app_videocenter_vcengines_xmltvplugin" name="xmltvplugin" bldFile="\sf\app\videocenter\vcengines\xmltvplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnsahplugin">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnsahplugin" name="vcnsahplugin" bldFile="\sf\app\videocenter\vcnsuis\vcnsahplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnsappui">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnsappui" name="vcnsappui" bldFile="\sf\app\videocenter\vcnsuis\vcnsapp\vcnsappui\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnsbsutility">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnsbsutility" name="vcnsbsutility" bldFile="\sf\app\videocenter\vcnsuis\vcnsapp\vcnsbsutility\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnsuiengine">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnsuiengine" name="vcnsuiengine" bldFile="\sf\app\videocenter\vcnsuis\vcnsapp\vcnsuiengine\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnschplugin">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnschplugin" name="vcnschplugin" bldFile="\sf\app\videocenter\vcnsuis\vcnschplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="remindernotifier">
-<unit unitID="sf_app_videocenter_vcnsuis_remindernotifier" name="remindernotifier" bldFile="\sf\app\videocenter\vcnsuis\vcnslivetv\remindernotifier\Group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnsgsplugin">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnsgsplugin" name="vcnsgsplugin" bldFile="\sf\app\videocenter\vcnsuis\vcnssettings\vcnsgsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnsscheduleplugin">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnsscheduleplugin" name="vcnsscheduleplugin" bldFile="\sf\app\videocenter\vcnsuis\vcnssettings\vcnsscheduleplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnsscheduleview">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnsscheduleview" name="vcnsscheduleview" bldFile="\sf\app\videocenter\vcnsuis\vcnssettings\vcnsscheduleview\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnssettingsengine">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnssettingsengine" name="vcnssettingsengine" bldFile="\sf\app\videocenter\vcnsuis\vcnssettings\vcnssettingsengine\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnssettingsplugin">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnssettingsplugin" name="vcnssettingsplugin" bldFile="\sf\app\videocenter\vcnsuis\vcnssettings\vcnssettingsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnssettingsviews">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnssettingsviews" name="vcnssettingsviews" bldFile="\sf\app\videocenter\vcnsuis\vcnssettings\vcnssettingsviews\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="hgvodplugin">
-<unit unitID="sf_app_videocenter_vcnsuis_hgvodplugin" name="hgvodplugin" bldFile="\sf\app\videocenter\vcnsuis\vcnsvodui\plugins\hgvodplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnsvodplugin">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnsvodplugin" name="vcnsvodplugin" bldFile="\sf\app\videocenter\vcnsuis\vcnsvodui\plugins\vcnsvodplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="hgvodui">
-<unit unitID="sf_app_videocenter_vcnsuis_hgvodui" name="hgvodui" bldFile="\sf\app\videocenter\vcnsuis\vcnsvodui\views\hgvodui\group" mrp=""/>
-</component>
-</module>
-<module name="vcnsuis">
-<component name="vcnsvodui">
-<unit unitID="sf_app_videocenter_vcnsuis_vcnsvodui" name="vcnsvodui" bldFile="\sf\app\videocenter\vcnsuis\vcnsvodui\views\vcnsvodui\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="controllerbase">
-<unit unitID="sf_app_videocenter_vcplayer_controllerbase" name="controllerbase" bldFile="\sf\app\videocenter\vcplayer\core\controllerbase\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="playercore">
-<unit unitID="sf_app_videocenter_vcplayer_playercore" name="playercore" bldFile="\sf\app\videocenter\vcplayer\core\playercore\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="defaultview">
-<unit unitID="sf_app_videocenter_vcplayer_defaultview" name="defaultview" bldFile="\sf\app\videocenter\vcplayer\defaultview\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="vcplayer">
-<unit unitID="sf_app_videocenter_vcplayer" name="vcplayer" bldFile="\sf\app\videocenter\vcplayer\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="dlprogresscontroller">
-<unit unitID="sf_app_videocenter_vcplayer_dlprogresscontroller" name="dlprogresscontroller" bldFile="\sf\app\videocenter\vcplayer\plugins\dlprogresscontroller\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="rtpfileplaycontroller">
-<unit unitID="sf_app_videocenter_vcplayer_rtpfileplaycontroller" name="rtpfileplaycontroller" bldFile="\sf\app\videocenter\vcplayer\plugins\rtpfileplaycontroller\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="unicaststreamplayercontroller">
-<unit unitID="sf_app_videocenter_vcplayer_unicaststreamplayercontroller" name="unicaststreamplayercontroller" bldFile="\sf\app\videocenter\vcplayer\plugins\unicaststreamplayercontroller\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="utils">
-<unit unitID="sf_app_videocenter_vcplayer_utils" name="utils" bldFile="\sf\app\videocenter\vcplayer\utils\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="icons">
-<unit unitID="sf_app_videocenter_vcplayer_icons" name="icons" bldFile="\sf\app\videocenter\vcplayer\utils\icons\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="s60_50">
-<unit unitID="sf_app_videocenter_vcplayer_s60_50" name="s60_50" bldFile="\sf\app\videocenter\vcplayer\utils\icons\s60_50\group" mrp=""/>
-</component>
-</module>
-<module name="vcplayer">
-<component name="vcnsplayerview">
-<unit unitID="sf_app_videocenter_vcplayer_vcnsplayerview" name="vcnsplayerview" bldFile="\sf\app\videocenter\vcplayer\vcnsplayerview\group" mrp=""/>
-</component>
-</module>
-<module name="videocenter_plat">
-<component name="videocenter_plat">
-<unit unitID="sf_app_videocenter_videocenter_plat" name="videocenter_plat" bldFile="\sf\app\videocenter\videocenter_plat\group" mrp=""/>
-</component>
-</module>
-<module name="videocenter_plat">
-<component name="videocenter_player_api">
-<unit unitID="sf_app_videocenter_videocenter_plat_videocenter_player_api" name="videocenter_player_api" bldFile="\sf\app\videocenter\videocenter_plat\videocenter_player_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videoeditor">
-<module name="videoeditor">
-<component name="videoeditor">
-<unit unitID="sf_app_videoeditor" name="videoeditor" bldFile="\sf\app\videoeditor\group" mrp=""/>
-</component>
-</module>
-<module name="videditor">
-<component name="videditor">
-<unit unitID="sf_app_videoeditor_videditor" name="videditor" bldFile="\sf\app\videoeditor\videditor\group" mrp=""/>
-</component>
-</module>
-<module name="videditor">
-<component name="ManualVideoEditor">
-<unit unitID="sf_app_videoeditor_videditor_ManualVideoEditor" name="ManualVideoEditor" bldFile="\sf\app\videoeditor\videditor\ManualVideoEditor\group" mrp=""/>
-</component>
-</module>
-<module name="videditor">
-<component name="SimpleCutVideo">
-<unit unitID="sf_app_videoeditor_videditor_SimpleCutVideo" name="SimpleCutVideo" bldFile="\sf\app\videoeditor\videditor\SimpleCutVideo\group" mrp=""/>
-</component>
-</module>
-<module name="videditor">
-<component name="SimpleVideoEditor">
-<unit unitID="sf_app_videoeditor_videditor_SimpleVideoEditor" name="SimpleVideoEditor" bldFile="\sf\app\videoeditor\videditor\SimpleVideoEditor\group" mrp=""/>
-</component>
-</module>
-<module name="videditor">
-<component name="TrimForMms">
-<unit unitID="sf_app_videoeditor_videditor_TrimForMms" name="TrimForMms" bldFile="\sf\app\videoeditor\videditor\TrimForMms\group" mrp=""/>
-</component>
-</module>
-<module name="videditor">
-<component name="VideoEditorCommon">
-<unit unitID="sf_app_videoeditor_videditor_VideoEditorCommon" name="VideoEditorCommon" bldFile="\sf\app\videoeditor\videditor\VideoEditorCommon\group" mrp=""/>
-</component>
-</module>
-<module name="videditor">
-<component name="VideoEditorUiComponents">
-<unit unitID="sf_app_videoeditor_videditor_VideoEditorUiComponents" name="VideoEditorUiComponents" bldFile="\sf\app\videoeditor\videditor\VideoEditorUiComponents\group" mrp=""/>
-</component>
-</module>
-<module name="videditor">
-<component name="VideoProvider">
-<unit unitID="sf_app_videoeditor_videditor_VideoProvider" name="VideoProvider" bldFile="\sf\app\videoeditor\videditor\VideoProvider\group" mrp=""/>
-</component>
-</module>
-<module name="videoeditor_plat">
-<component name="videoeditor_plat">
-<unit unitID="sf_app_videoeditor_videoeditor_plat" name="videoeditor_plat" bldFile="\sf\app\videoeditor\videoeditor_plat\group" mrp=""/>
-</component>
-</module>
-<module name="videoeditor_plat">
-<component name="video_editor_engine_api">
-<unit unitID="sf_app_videoeditor_videoeditor_plat_video_editor_engine_api" name="video_editor_engine_api" bldFile="\sf\app\videoeditor\videoeditor_plat\video_editor_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="videoeditorengine">
-<component name="audioeditorengine">
-<unit unitID="sf_app_videoeditor_videoeditorengine_audioeditorengine" name="audioeditorengine" bldFile="\sf\app\videoeditor\videoeditorengine\audioeditorengine\group" mrp=""/>
-</component>
-</module>
-<module name="videoeditorengine">
-<component name="avcedit">
-<unit unitID="sf_app_videoeditor_videoeditorengine_avcedit" name="avcedit" bldFile="\sf\app\videoeditor\videoeditorengine\avcedit\group" mrp=""/>
-</component>
-</module>
-<module name="videoeditorengine">
-<component name="videoeditorengine">
-<unit unitID="sf_app_videoeditor_videoeditorengine" name="videoeditorengine" bldFile="\sf\app\videoeditor\videoeditorengine\group" mrp=""/>
-</component>
-</module>
-<module name="videoeditorengine">
-<component name="h263decoder">
-<unit unitID="sf_app_videoeditor_videoeditorengine_h263decoder" name="h263decoder" bldFile="\sf\app\videoeditor\videoeditorengine\h263decoder\group" mrp=""/>
-</component>
-</module>
-<module name="videoeditorengine">
-<component name="mp3aacManipLib">
-<unit unitID="sf_app_videoeditor_videoeditorengine_mp3aacManipLib" name="mp3aacManipLib" bldFile="\sf\app\videoeditor\videoeditorengine\mp3aacManipLib\group" mrp=""/>
-</component>
-</module>
-<module name="videoeditorengine">
-<component name="vedengine">
-<unit unitID="sf_app_videoeditor_videoeditorengine_vedengine" name="vedengine" bldFile="\sf\app\videoeditor\videoeditorengine\vedengine\group" mrp=""/>
-</component>
-</module>
-<module name="videoeditorengine">
-<component name="vedtranscoder">
-<unit unitID="sf_app_videoeditor_videoeditorengine_vedtranscoder" name="vedtranscoder" bldFile="\sf\app\videoeditor\videoeditorengine\vedtranscoder\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videoplayer">
-<module name="videoplayer">
-<component name="videoplayer">
-<unit unitID="sf_app_videoplayer" name="videoplayer" bldFile="\sf\app\videoplayer\group" mrp=""/>
-</component>
-</module>
-<module name="lwplayer">
-<component name="lwplayer">
-<unit unitID="sf_app_videoplayer_lwplayer" name="lwplayer" bldFile="\sf\app\videoplayer\lwplayer\group" mrp=""/>
-</component>
-</module>
-<module name="mediaplayer">
-<component name="mediaplayer">
-<unit unitID="sf_app_videoplayer_mediaplayer" name="mediaplayer" bldFile="\sf\app\videoplayer\mediaplayer\group" mrp=""/>
-</component>
-</module>
-<module name="mediasettings">
-<component name="mediasettings">
-<unit unitID="sf_app_videoplayer_mediasettings" name="mediasettings" bldFile="\sf\app\videoplayer\mediasettings\group" mrp=""/>
-</component>
-</module>
-<module name="videoplayer_plat">
-<component name="videoplayer_plat">
-<unit unitID="sf_app_videoplayer_videoplayer_plat" name="videoplayer_plat" bldFile="\sf\app\videoplayer\videoplayer_plat\group" mrp=""/>
-</component>
-</module>
-<module name="videoplayer_plat">
-<component name="media_player_engine_api">
-<unit unitID="sf_app_videoplayer_videoplayer_plat_media_player_engine_api" name="media_player_engine_api" bldFile="\sf\app\videoplayer\videoplayer_plat\media_player_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="videoplayer_plat">
-<component name="media_player_file_details_dialog_api">
-<unit unitID="sf_app_videoplayer_videoplayer_plat_media_player_file_details_dialog_api" name="media_player_file_details_dialog_api" bldFile="\sf\app\videoplayer\videoplayer_plat\media_player_file_details_dialog_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videotelephony">
-<module name="videotelephony">
-<component name="videotelephony">
-<unit unitID="sf_app_videotelephony" name="videotelephony" bldFile="\sf\app\videotelephony\group" mrp=""/>
-</component>
-</module>
-<module name="packetvideoengine">
-<component name="packetvideoengine">
-<unit unitID="sf_app_videotelephony_packetvideoengine" name="packetvideoengine" bldFile="\sf\app\videotelephony\packetvideoengine\group" mrp=""/>
-</component>
-</module>
-<module name="packetvideoengine">
-<component name="PacketVideoEngineBinaries">
-<unit unitID="sf_app_videotelephony_packetvideoengine_PacketVideoEngineBinaries" name="PacketVideoEngineBinaries" bldFile="\sf\app\videotelephony\packetvideoengine\PacketVideoEngineBinaries\group" mrp=""/>
-</component>
-</module>
-<module name="videotelephony_plat">
-<component name="videotelephony_plat">
-<unit unitID="sf_app_videotelephony_videotelephony_plat" name="videotelephony_plat" bldFile="\sf\app\videotelephony\videotelephony_plat\group" mrp=""/>
-</component>
-</module>
-<module name="videotelephony_plat">
-<component name="video_telephony_control_mediator_api">
-<unit unitID="sf_app_videotelephony_videotelephony_plat_video_telephony_control_mediator_api" name="video_telephony_control_mediator_api" bldFile="\sf\app\videotelephony\videotelephony_plat\video_telephony_control_mediator_api\group" mrp=""/>
-</component>
-</module>
-<module name="videotelephony_plat">
-<component name="video_telephony_media_configuration_api">
-<unit unitID="sf_app_videotelephony_videotelephony_plat_video_telephony_media_configuration_api" name="video_telephony_media_configuration_api" bldFile="\sf\app\videotelephony\videotelephony_plat\video_telephony_media_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="vtengines">
-<component name="vtengines">
-<unit unitID="sf_app_videotelephony_vtengines" name="vtengines" bldFile="\sf\app\videotelephony\vtengines\group" mrp=""/>
-</component>
-</module>
-<module name="vtengines">
-<component name="CallCtrl">
-<unit unitID="sf_app_videotelephony_vtengines_CallCtrl" name="CallCtrl" bldFile="\sf\app\videotelephony\vtengines\videoteleng\CallCtrl\Group" mrp=""/>
-</component>
-</module>
-<module name="vtengines">
-<component name="videoteleng">
-<unit unitID="sf_app_videotelephony_vtengines_videoteleng" name="videoteleng" bldFile="\sf\app\videotelephony\vtengines\videoteleng\Group" mrp=""/>
-</component>
-</module>
-<module name="vtengines">
-<component name="Logger">
-<unit unitID="sf_app_videotelephony_vtengines_Logger" name="Logger" bldFile="\sf\app\videotelephony\vtengines\videoteleng\Logger\Group" mrp=""/>
-</component>
-</module>
-<module name="vtengines">
-<component name="vtmediatorplugin">
-<unit unitID="sf_app_videotelephony_vtengines_vtmediatorplugin" name="vtmediatorplugin" bldFile="\sf\app\videotelephony\vtengines\vtmediatorplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vtprotocolplugins">
-<component name="DisplaySink">
-<unit unitID="sf_app_videotelephony_vtprotocolplugins_DisplaySink" name="DisplaySink" bldFile="\sf\app\videotelephony\vtprotocolplugins\DisplaySink\group" mrp=""/>
-</component>
-</module>
-<module name="vtprotocolplugins">
-<component name="vtprotocolplugins">
-<unit unitID="sf_app_videotelephony_vtprotocolplugins" name="vtprotocolplugins" bldFile="\sf\app\videotelephony\vtprotocolplugins\group" mrp=""/>
-</component>
-</module>
-<module name="vtprotocolplugins">
-<component name="VideoSource">
-<unit unitID="sf_app_videotelephony_vtprotocolplugins_VideoSource" name="VideoSource" bldFile="\sf\app\videotelephony\vtprotocolplugins\VideoSource\group" mrp=""/>
-</component>
-</module>
-<module name="vtprotocols">
-<component name="vtprotocols">
-<unit unitID="sf_app_videotelephony_vtprotocols" name="vtprotocols" bldFile="\sf\app\videotelephony\vtprotocols\group" mrp=""/>
-</component>
-</module>
-<module name="vtprotocolsstub">
-<component name="vtprotocolsstub">
-<unit unitID="sf_app_videotelephony_vtprotocolsstub" name="vtprotocolsstub" bldFile="\sf\app\videotelephony\vtprotocolsstub\group" mrp=""/>
-</component>
-</module>
-<module name="vtuis">
-<component name="vtuis">
-<unit unitID="sf_app_videotelephony_vtuis" name="vtuis" bldFile="\sf\app\videotelephony\vtuis\group" mrp=""/>
-</component>
-</module>
-<module name="vtuis">
-<component name="videotelui">
-<unit unitID="sf_app_videotelephony_vtuis_videotelui" name="videotelui" bldFile="\sf\app\videotelephony\vtuis\videotelui\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="voicerec">
-<module name="voicerec">
-<component name="voicerec">
-<unit unitID="sf_app_voicerec" name="voicerec" bldFile="\sf\app\voicerec\group" mrp=""/>
-</component>
-</module>
-<module name="voicerec_plat">
-<component name="voicerec_plat">
-<unit unitID="sf_app_voicerec_voicerec_plat" name="voicerec_plat" bldFile="\sf\app\voicerec\voicerec_plat\group" mrp=""/>
-</component>
-</module>
-<module name="voicerec_plat">
-<component name="new_file_service_api">
-<unit unitID="sf_app_voicerec_voicerec_plat_new_file_service_api" name="new_file_service_api" bldFile="\sf\app\voicerec\voicerec_plat\new_file_service_api\group" mrp=""/>
-</component>
-</module>
-<module name="voicerec_plat">
-<component name="voicerecorder_public_constants_api">
-<unit unitID="sf_app_voicerec_voicerec_plat_voicerecorder_public_constants_api" name="voicerecorder_public_constants_api" bldFile="\sf\app\voicerec\voicerec_plat\voicerecorder_public_constants_api\group" mrp=""/>
-</component>
-</module>
-<module name="voicerecorder">
-<component name="voicerecorder">
-<unit unitID="sf_app_voicerec_voicerecorder" name="voicerecorder" bldFile="\sf\app\voicerec\voicerecorder\group" mrp=""/>
-</component>
-</module>
-<module name="voicerecorder">
-<component name="gsplugin">
-<unit unitID="sf_app_voicerec_voicerecorder_gsplugin" name="gsplugin" bldFile="\sf\app\voicerec\voicerecorder\gsplugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="webuis">
-<module name="webuis">
-<component name="webuis">
-<unit unitID="sf_app_webuis" name="webuis" bldFile="\sf\app\webuis\group" mrp=""/>
-</component>
-</module>
-<module name="browserplugins">
-<component name="browseraudiovideoplugin">
-<unit unitID="sf_app_webuis_browserplugins_browseraudiovideoplugin" name="browseraudiovideoplugin" bldFile="\sf\app\webuis\browserplugins\browseraudiovideoplugin\group" mrp=""/>
-</component>
-</module>
-<module name="browserplugins">
-<component name="browsergpsplugin">
-<unit unitID="sf_app_webuis_browserplugins_browsergpsplugin" name="browsergpsplugin" bldFile="\sf\app\webuis\browserplugins\browsergpsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="browserplugins">
-<component name="browsersysteminfoplugin">
-<unit unitID="sf_app_webuis_browserplugins_browsersysteminfoplugin" name="browsersysteminfoplugin" bldFile="\sf\app\webuis\browserplugins\browsersysteminfoplugin\group" mrp=""/>
-</component>
-</module>
-<module name="browserplugins">
-<component name="browserplugins">
-<unit unitID="sf_app_webuis_browserplugins" name="browserplugins" bldFile="\sf\app\webuis\browserplugins\group" mrp=""/>
-</component>
-</module>
-<module name="browserui">
-<component name="browser">
-<unit unitID="sf_app_webuis_browserui_browser" name="browser" bldFile="\sf\app\webuis\browserui\browser\Group" mrp=""/>
-</component>
-</module>
-<module name="browserui">
-<component name="Launcher2">
-<unit unitID="sf_app_webuis_browserui_Launcher2" name="Launcher2" bldFile="\sf\app\webuis\browserui\browser\Launcher2\group" mrp=""/>
-</component>
-</module>
-<module name="browserui">
-<component name="browserui">
-<unit unitID="sf_app_webuis_browserui" name="browserui" bldFile="\sf\app\webuis\browserui\group" mrp=""/>
-</component>
-</module>
-<module name="browserui">
-<component name="operatormenu">
-<unit unitID="sf_app_webuis_browserui_operatormenu" name="operatormenu" bldFile="\sf\app\webuis\browserui\operatormenu\group" mrp=""/>
-</component>
-</module>
-<module name="browserui">
-<component name="videoservices">
-<unit unitID="sf_app_webuis_browserui_videoservices" name="videoservices" bldFile="\sf\app\webuis\browserui\videoservices\group" mrp=""/>
-</component>
-</module>
-<module name="pushmtm">
-<component name="pushmtm">
-<unit unitID="sf_app_webuis_pushmtm" name="pushmtm" bldFile="\sf\app\webuis\pushmtm\Group" mrp=""/>
-</component>
-</module>
-<module name="pushmtm">
-<component name="Plugins">
-<unit unitID="sf_app_webuis_pushmtm_Plugins" name="Plugins" bldFile="\sf\app\webuis\pushmtm\Plugins\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="mw">
-<logicalsubset name="accesssec">
-<module name="accesssec">
-<component name="accesssec">
-<unit unitID="sf_mw_accesssec" name="accesssec" bldFile="\sf\mw\accesssec\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="eapaka_db_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_eapaka_db_api" name="eapaka_db_api" bldFile="\sf\mw\accesssec\accesssec_plat\eapaka_db_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="eapgtc_db_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_eapgtc_db_api" name="eapgtc_db_api" bldFile="\sf\mw\accesssec\accesssec_plat\eapgtc_db_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="eapleap_db_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_eapleap_db_api" name="eapleap_db_api" bldFile="\sf\mw\accesssec\accesssec_plat\eapleap_db_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="eapmschapv2_db_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_eapmschapv2_db_api" name="eapmschapv2_db_api" bldFile="\sf\mw\accesssec\accesssec_plat\eapmschapv2_db_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="eapsim_db_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_eapsim_db_api" name="eapsim_db_api" bldFile="\sf\mw\accesssec\accesssec_plat\eapsim_db_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="eaptlspeap_db_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_eaptlspeap_db_api" name="eaptlspeap_db_api" bldFile="\sf\mw\accesssec\accesssec_plat\eaptlspeap_db_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="eap_type_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_eap_type_api" name="eap_type_api" bldFile="\sf\mw\accesssec\accesssec_plat\eap_type_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="eap_vpn_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_eap_vpn_api" name="eap_vpn_api" bldFile="\sf\mw\accesssec\accesssec_plat\eap_vpn_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="accesssec_plat">
-<unit unitID="sf_mw_accesssec_accesssec_plat" name="accesssec_plat" bldFile="\sf\mw\accesssec\accesssec_plat\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="wapi_db_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_wapi_db_api" name="wapi_db_api" bldFile="\sf\mw\accesssec\accesssec_plat\wapi_db_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="wapi_security_settings_ui_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_wapi_security_settings_ui_api" name="wapi_security_settings_ui_api" bldFile="\sf\mw\accesssec\accesssec_plat\wapi_security_settings_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="wep_security_settings_ui_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_wep_security_settings_ui_api" name="wep_security_settings_ui_api" bldFile="\sf\mw\accesssec\accesssec_plat\wep_security_settings_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="wi-fi_protected_setup_ui_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_wi-fi_protected_setup_ui_api" name="wi-fi_protected_setup_ui_api" bldFile="\sf\mw\accesssec\accesssec_plat\wi-fi_protected_setup_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="wlan_eap_settings_ui_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_wlan_eap_settings_ui_api" name="wlan_eap_settings_ui_api" bldFile="\sf\mw\accesssec\accesssec_plat\wlan_eap_settings_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="accesssec_plat">
-<component name="wpa_security_settings_ui_api">
-<unit unitID="sf_mw_accesssec_accesssec_plat_wpa_security_settings_ui_api" name="wpa_security_settings_ui_api" bldFile="\sf\mw\accesssec\accesssec_plat\wpa_security_settings_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="eapol">
-<component name="eapol_symbian">
-<unit unitID="sf_mw_accesssec_eapol_eapol_symbian" name="eapol_symbian" bldFile="\sf\mw\accesssec\eapol\eapol_framework\eapol_symbian\group" mrp=""/>
-</component>
-</module>
-<module name="eapol">
-<component name="eapol_symbian">
-<unit unitID="sf_mw_accesssec_eapol_eapol_symbian_wpxeap" name="eapol_symbian_wpxeap" bldFile="\sf\mw\accesssec\eapol\eapol_framework\eapol_symbian\group\wpxeap" mrp=""/>
-</component>
-</module>
-<module name="eapol">
-<component name="eapol_symbian">
-<unit unitID="sf_mw_accesssec_eapol_eapol_symbian_wpxeapol" name="eapol_symbian_wpxeapol" bldFile="\sf\mw\accesssec\eapol\eapol_framework\eapol_symbian\group\wpxeapol" mrp=""/>
-</component>
-</module>
-<module name="eapol">
-<component name="wapi_symbian">
-<unit unitID="sf_mw_accesssec_eapol_wapi_symbian" name="wapi_symbian" bldFile="\sf\mw\accesssec\eapol\eapol_framework\wapi_symbian\group" mrp=""/>
-</component>
-</module>
-<module name="eapol">
-<component name="eapol">
-<unit unitID="sf_mw_accesssec_eapol" name="eapol" bldFile="\sf\mw\accesssec\eapol\group" mrp=""/>
-</component>
-</module>
-<module name="wlansecuritysettings">
-<component name="wlansecuritysettings">
-<unit unitID="sf_mw_accesssec_wlansecuritysettings" name="wlansecuritysettings" bldFile="\sf\mw\accesssec\wlansecuritysettings\group" mrp=""/>
-</component>
-</module>
-<module name="wlansecuritysettings">
-<component name="wapisecuritysettingsui">
-<unit unitID="sf_mw_accesssec_wlansecuritysettings_wapisecuritysettingsui" name="wapisecuritysettingsui" bldFile="\sf\mw\accesssec\wlansecuritysettings\wapisecuritysettingsui\group" mrp=""/>
-</component>
-</module>
-<module name="wlansecuritysettings">
-<component name="stub">
-<unit unitID="sf_mw_accesssec_wlansecuritysettings_stub" name="stub" bldFile="\sf\mw\accesssec\wlansecuritysettings\wapisecuritysettingsui\stub\group" mrp=""/>
-</component>
-</module>
-<module name="wlansecuritysettings">
-<component name="wepsecuritysettingsui">
-<unit unitID="sf_mw_accesssec_wlansecuritysettings_wepsecuritysettingsui" name="wepsecuritysettingsui" bldFile="\sf\mw\accesssec\wlansecuritysettings\wepsecuritysettingsui\group" mrp=""/>
-</component>
-</module>
-<module name="wlansecuritysettings">
-<component name="wifiprotectedsetup">
-<unit unitID="sf_mw_accesssec_wlansecuritysettings_wifiprotectedsetup" name="wifiprotectedsetup" bldFile="\sf\mw\accesssec\wlansecuritysettings\wifiprotectedsetup\group" mrp=""/>
-</component>
-</module>
-<module name="wlansecuritysettings">
-<component name="wlaneapsettingsui">
-<unit unitID="sf_mw_accesssec_wlansecuritysettings_wlaneapsettingsui" name="wlaneapsettingsui" bldFile="\sf\mw\accesssec\wlansecuritysettings\wlaneapsettingsui\group" mrp=""/>
-</component>
-</module>
-<module name="wlansecuritysettings">
-<component name="wlaneapsettingsui">
-<unit unitID="sf_mw_accesssec_wlansecuritysettings_wlaneapsettingsui_wpx" name="wlaneapsettingsui_wpx" bldFile="\sf\mw\accesssec\wlansecuritysettings\wlaneapsettingsui\group\wpx" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="wlansecuritysettings">
-<component name="wpasecuritysettingsui">
-<unit unitID="sf_mw_accesssec_wlansecuritysettings_wpasecuritysettingsui" name="wpasecuritysettingsui" bldFile="\sf\mw\accesssec\wlansecuritysettings\wpasecuritysettingsui\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="appinstall">
-<module name="appinstall">
-<component name="appinstall">
-<unit unitID="sf_mw_appinstall" name="appinstall" bldFile="\sf\mw\appinstall\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="appmngr2runtimeapi">
-<unit unitID="sf_mw_appinstall_appinstall_plat_appmngr2runtimeapi" name="appmngr2runtimeapi" bldFile="\sf\mw\appinstall\appinstall_plat\appmngr2runtimeapi\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="appinstall_plat">
-<unit unitID="sf_mw_appinstall_appinstall_plat" name="appinstall_plat" bldFile="\sf\mw\appinstall\appinstall_plat\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="iaupdate_api">
-<unit unitID="sf_mw_appinstall_appinstall_plat_iaupdate_api" name="iaupdate_api" bldFile="\sf\mw\appinstall\appinstall_plat\iaupdate_api\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="sw_installer_common_ui_api">
-<unit unitID="sf_mw_appinstall_appinstall_plat_sw_installer_common_ui_api" name="sw_installer_common_ui_api" bldFile="\sf\mw\appinstall\appinstall_plat\sw_installer_common_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="sw_installer_cr_keys">
-<unit unitID="sf_mw_appinstall_appinstall_plat_sw_installer_cr_keys" name="sw_installer_cr_keys" bldFile="\sf\mw\appinstall\appinstall_plat\sw_installer_cr_keys\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="sw_installer_launcher_api">
-<unit unitID="sf_mw_appinstall_appinstall_plat_sw_installer_launcher_api" name="sw_installer_launcher_api" bldFile="\sf\mw\appinstall\appinstall_plat\sw_installer_launcher_api\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="sw_installer_ps_keys">
-<unit unitID="sf_mw_appinstall_appinstall_plat_sw_installer_ps_keys" name="sw_installer_ps_keys" bldFile="\sf\mw\appinstall\appinstall_plat\sw_installer_ps_keys\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="sw_installer_ui_plugin_api">
-<unit unitID="sf_mw_appinstall_appinstall_plat_sw_installer_ui_plugin_api" name="sw_installer_ui_plugin_api" bldFile="\sf\mw\appinstall\appinstall_plat\sw_installer_ui_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="task_management_api">
-<unit unitID="sf_mw_appinstall_appinstall_plat_task_management_api" name="task_management_api" bldFile="\sf\mw\appinstall\appinstall_plat\task_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_plat">
-<component name="task_plugin_api">
-<unit unitID="sf_mw_appinstall_appinstall_plat_task_plugin_api" name="task_plugin_api" bldFile="\sf\mw\appinstall\appinstall_plat\task_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_pub">
-<component name="appinstall_pub">
-<unit unitID="sf_mw_appinstall_appinstall_pub" name="appinstall_pub" bldFile="\sf\mw\appinstall\appinstall_pub\group" mrp=""/>
-</component>
-</module>
-<module name="appinstall_pub">
-<component name="startup_list_management_api">
-<unit unitID="sf_mw_appinstall_appinstall_pub_startup_list_management_api" name="startup_list_management_api" bldFile="\sf\mw\appinstall\appinstall_pub\startup_list_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="appinstaller">
-<component name="AppinstUi">
-<unit unitID="sf_mw_appinstall_appinstaller_AppinstUi" name="AppinstUi" bldFile="\sf\mw\appinstall\appinstaller\AppinstUi\group" mrp=""/>
-</component>
-</module>
-<module name="appinstaller">
-<component name="AppMngr2">
-<unit unitID="sf_mw_appinstall_appinstaller_AppMngr2" name="AppMngr2" bldFile="\sf\mw\appinstall\appinstaller\AppMngr2\group" mrp=""/>
-</component>
-</module>
-<module name="appinstaller">
-<component name="Sisx">
-<unit unitID="sf_mw_appinstall_appinstaller_Sisx" name="Sisx" bldFile="\sf\mw\appinstall\appinstaller\AppMngr2\Sisx\group" mrp=""/>
-</component>
-</module>
-<module name="appinstaller">
-<component name="Widget">
-<unit unitID="sf_mw_appinstall_appinstaller_Widget" name="Widget" bldFile="\sf\mw\appinstall\appinstaller\AppMngr2\Widget\group" mrp=""/>
-</component>
-</module>
-<module name="appinstaller">
-<component name="appinstaller">
-<unit unitID="sf_mw_appinstall_appinstaller" name="appinstaller" bldFile="\sf\mw\appinstall\appinstaller\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="iaupdate">
-<unit unitID="sf_mw_appinstall_iaupdate" name="iaupdate" bldFile="\sf\mw\appinstall\iaupdate\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="api">
-<unit unitID="sf_mw_appinstall_iaupdate_api" name="api" bldFile="\sf\mw\appinstall\iaupdate\IAD\api\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="backgroundchecker">
-<unit unitID="sf_mw_appinstall_iaupdate_backgroundchecker" name="backgroundchecker" bldFile="\sf\mw\appinstall\iaupdate\IAD\backgroundchecker\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="enabler">
-<unit unitID="sf_mw_appinstall_iaupdate_enabler" name="enabler" bldFile="\sf\mw\appinstall\iaupdate\IAD\enabler\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="engine">
-<unit unitID="sf_mw_appinstall_iaupdate_engine" name="engine" bldFile="\sf\mw\appinstall\iaupdate\IAD\engine\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="firmwareupdate">
-<unit unitID="sf_mw_appinstall_iaupdate_firmwareupdate" name="firmwareupdate" bldFile="\sf\mw\appinstall\iaupdate\IAD\firmwareupdate\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="IAD">
-<unit unitID="sf_mw_appinstall_iaupdate_IAD" name="IAD" bldFile="\sf\mw\appinstall\iaupdate\IAD\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="launcher">
-<unit unitID="sf_mw_appinstall_iaupdate_launcher" name="launcher" bldFile="\sf\mw\appinstall\iaupdate\IAD\launcher\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="tools">
-<unit unitID="sf_mw_appinstall_iaupdate_tools" name="tools" bldFile="\sf\mw\appinstall\iaupdate\IAD\tools\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="ui">
-<unit unitID="sf_mw_appinstall_iaupdate_ui" name="ui" bldFile="\sf\mw\appinstall\iaupdate\IAD\ui\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="updater">
-<unit unitID="sf_mw_appinstall_iaupdate_updater" name="updater" bldFile="\sf\mw\appinstall\iaupdate\IAD\updater\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdate">
-<component name="updaterfiles">
-<unit unitID="sf_mw_appinstall_iaupdate_updaterfiles" name="updaterfiles" bldFile="\sf\mw\appinstall\iaupdate\IAD\updater\updaterfiles\group" mrp=""/>
-</component>
-</module>
-<module name="iaupdateapi_stub">
-<component name="iaupdateapi_stub">
-<unit unitID="sf_mw_appinstall_iaupdateapi_stub" name="iaupdateapi_stub" bldFile="\sf\mw\appinstall\iaupdateapi_stub\group" mrp=""/>
-</component>
-</module>
-<module name="ncdengine">
-<component name="debuglogger">
-<unit unitID="sf_mw_appinstall_ncdengine_debuglogger" name="debuglogger" bldFile="\sf\mw\appinstall\ncdengine\debuglogger\group" mrp=""/>
-</component>
-</module>
-<module name="ncdengine">
-<component name="engine">
-<unit unitID="sf_mw_appinstall_ncdengine_engine" name="engine" bldFile="\sf\mw\appinstall\ncdengine\engine\group" mrp=""/>
-</component>
-</module>
-<module name="ncdengine">
-<component name="ncdengine">
-<unit unitID="sf_mw_appinstall_ncdengine" name="ncdengine" bldFile="\sf\mw\appinstall\ncdengine\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="appsupport">
-<module name="appsupport">
-<component name="appsupport">
-<unit unitID="sf_mw_appsupport" name="appsupport" bldFile="\sf\mw\appsupport\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="action_plugin_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_action_plugin_api" name="action_plugin_api" bldFile="\sf\mw\appsupport\appsupport_plat\action_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="application_orientation_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_application_orientation_api" name="application_orientation_api" bldFile="\sf\mw\appsupport\appsupport_plat\application_orientation_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="context_access_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_context_access_api" name="context_access_api" bldFile="\sf\mw\appsupport\appsupport_plat\context_access_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="context_framework_client_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_context_framework_client_api" name="context_framework_client_api" bldFile="\sf\mw\appsupport\appsupport_plat\context_framework_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="context_framework_listener_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_context_framework_listener_api" name="context_framework_listener_api" bldFile="\sf\mw\appsupport\appsupport_plat\context_framework_listener_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="context_framework_services_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_context_framework_services_api" name="context_framework_services_api" bldFile="\sf\mw\appsupport\appsupport_plat\context_framework_services_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="context_framework_version_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_context_framework_version_api" name="context_framework_version_api" bldFile="\sf\mw\appsupport\appsupport_plat\context_framework_version_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="context_source_plugin_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_context_source_plugin_api" name="context_source_plugin_api" bldFile="\sf\mw\appsupport\appsupport_plat\context_source_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="context_source_settings_manager_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_context_source_settings_manager_api" name="context_source_settings_manager_api" bldFile="\sf\mw\appsupport\appsupport_plat\context_source_settings_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="context_subscription_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_context_subscription_api" name="context_subscription_api" bldFile="\sf\mw\appsupport\appsupport_plat\context_subscription_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="filelist_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_filelist_api" name="filelist_api" bldFile="\sf\mw\appsupport\appsupport_plat\filelist_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="flash_mmi_service_interface_custom_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_flash_mmi_service_interface_custom_api" name="flash_mmi_service_interface_custom_api" bldFile="\sf\mw\appsupport\appsupport_plat\flash_mmi_service_interface_custom_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="flash_netscape_plugin_command_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_flash_netscape_plugin_command_api" name="flash_netscape_plugin_command_api" bldFile="\sf\mw\appsupport\appsupport_plat\flash_netscape_plugin_command_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="appsupport_plat">
-<unit unitID="sf_mw_appsupport_appsupport_plat" name="appsupport_plat" bldFile="\sf\mw\appsupport\appsupport_plat\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="key_event_framework_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_key_event_framework_api" name="key_event_framework_api" bldFile="\sf\mw\appsupport\appsupport_plat\key_event_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="key_event_framework_mapper_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_key_event_framework_mapper_api" name="key_event_framework_mapper_api" bldFile="\sf\mw\appsupport\appsupport_plat\key_event_framework_mapper_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="media_keys_definition_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_media_keys_definition_api" name="media_keys_definition_api" bldFile="\sf\mw\appsupport\appsupport_plat\media_keys_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="ood_threshold_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_ood_threshold_api" name="ood_threshold_api" bldFile="\sf\mw\appsupport\appsupport_plat\ood_threshold_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="oom_monitor_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_oom_monitor_api" name="oom_monitor_api" bldFile="\sf\mw\appsupport\appsupport_plat\oom_monitor_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="oom_monitor_plugin_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_oom_monitor_plugin_api" name="oom_monitor_plugin_api" bldFile="\sf\mw\appsupport\appsupport_plat\oom_monitor_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="operation_provider_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_operation_provider_api" name="operation_provider_api" bldFile="\sf\mw\appsupport\appsupport_plat\operation_provider_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="phonecmdhandler_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_phonecmdhandler_api" name="phonecmdhandler_api" bldFile="\sf\mw\appsupport\appsupport_plat\phonecmdhandler_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="profiles_engine_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_profiles_engine_api" name="profiles_engine_api" bldFile="\sf\mw\appsupport\appsupport_plat\profiles_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="profiles_mediafilelist_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_profiles_mediafilelist_api" name="profiles_mediafilelist_api" bldFile="\sf\mw\appsupport\appsupport_plat\profiles_mediafilelist_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="restore_factory_settings_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_restore_factory_settings_api" name="restore_factory_settings_api" bldFile="\sf\mw\appsupport\appsupport_plat\restore_factory_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="restore_factory_settings_plugin_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_restore_factory_settings_plugin_api" name="restore_factory_settings_plugin_api" bldFile="\sf\mw\appsupport\appsupport_plat\restore_factory_settings_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="secondary_display_accfw_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_secondary_display_accfw_api" name="secondary_display_accfw_api" bldFile="\sf\mw\appsupport\appsupport_plat\secondary_display_accfw_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="secondary_display_startup_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_secondary_display_startup_api" name="secondary_display_startup_api" bldFile="\sf\mw\appsupport\appsupport_plat\secondary_display_startup_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="secondary_display_sysap_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_secondary_display_sysap_api" name="secondary_display_sysap_api" bldFile="\sf\mw\appsupport\appsupport_plat\secondary_display_sysap_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="secondary_display_system_state_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_secondary_display_system_state_api" name="secondary_display_system_state_api" bldFile="\sf\mw\appsupport\appsupport_plat\secondary_display_system_state_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="sensor_user_setting_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_sensor_user_setting_api" name="sensor_user_setting_api" bldFile="\sf\mw\appsupport\appsupport_plat\sensor_user_setting_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="settings_backgroundimage_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_settings_backgroundimage_api" name="settings_backgroundimage_api" bldFile="\sf\mw\appsupport\appsupport_plat\settings_backgroundimage_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="settings_framework_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_settings_framework_api" name="settings_framework_api" bldFile="\sf\mw\appsupport\appsupport_plat\settings_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="settings_launch_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_settings_launch_api" name="settings_launch_api" bldFile="\sf\mw\appsupport\appsupport_plat\settings_launch_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="settings_listbox_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_settings_listbox_api" name="settings_listbox_api" bldFile="\sf\mw\appsupport\appsupport_plat\settings_listbox_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="settings_plugin_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_settings_plugin_api" name="settings_plugin_api" bldFile="\sf\mw\appsupport\appsupport_plat\settings_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="settings_uis_cenrep_collection_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_settings_uis_cenrep_collection_api" name="settings_uis_cenrep_collection_api" bldFile="\sf\mw\appsupport\appsupport_plat\settings_uis_cenrep_collection_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="startup_configuration_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_startup_configuration_api" name="startup_configuration_api" bldFile="\sf\mw\appsupport\appsupport_plat\startup_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="system_application_key_handler_plugin_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_system_application_key_handler_plugin_api" name="system_application_key_handler_plugin_api" bldFile="\sf\mw\appsupport\appsupport_plat\system_application_key_handler_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="system_application_light_control_plugin_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_system_application_light_control_plugin_api" name="system_application_light_control_plugin_api" bldFile="\sf\mw\appsupport\appsupport_plat\system_application_light_control_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="system_application_notification_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_system_application_notification_api" name="system_application_notification_api" bldFile="\sf\mw\appsupport\appsupport_plat\system_application_notification_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_plat">
-<component name="system_application_plugin_callback_api">
-<unit unitID="sf_mw_appsupport_appsupport_plat_system_application_plugin_callback_api" name="system_application_plugin_callback_api" bldFile="\sf\mw\appsupport\appsupport_plat\system_application_plugin_callback_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_pub">
-<component name="flash_viewer_framework_api">
-<unit unitID="sf_mw_appsupport_appsupport_pub_flash_viewer_framework_api" name="flash_viewer_framework_api" bldFile="\sf\mw\appsupport\appsupport_pub\flash_viewer_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_pub">
-<component name="appsupport_pub">
-<unit unitID="sf_mw_appsupport_appsupport_pub" name="appsupport_pub" bldFile="\sf\mw\appsupport\appsupport_pub\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_pub">
-<component name="network_status_api">
-<unit unitID="sf_mw_appsupport_appsupport_pub_network_status_api" name="network_status_api" bldFile="\sf\mw\appsupport\appsupport_pub\network_status_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_pub">
-<component name="profiles_engine_active_profile_settings_api">
-<unit unitID="sf_mw_appsupport_appsupport_pub_profiles_engine_active_profile_settings_api" name="profiles_engine_active_profile_settings_api" bldFile="\sf\mw\appsupport\appsupport_pub\profiles_engine_active_profile_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="appsupport_pub">
-<component name="profiles_engine_wrapper_api">
-<unit unitID="sf_mw_appsupport_appsupport_pub_profiles_engine_wrapper_api" name="profiles_engine_wrapper_api" bldFile="\sf\mw\appsupport\appsupport_pub\profiles_engine_wrapper_api\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="cfw">
-<unit unitID="sf_mw_appsupport_contextframework_cfw" name="cfw" bldFile="\sf\mw\appsupport\contextframework\cfw\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="ApplicationStateSourcePlugIn">
-<unit unitID="sf_mw_appsupport_contextframework_ApplicationStateSourcePlugIn" name="ApplicationStateSourcePlugIn" bldFile="\sf\mw\appsupport\contextframework\cfwplugins\ApplicationStateSourcePlugIn\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="CallStateSourcePlugIn">
-<unit unitID="sf_mw_appsupport_contextframework_CallStateSourcePlugIn" name="CallStateSourcePlugIn" bldFile="\sf\mw\appsupport\contextframework\cfwplugins\CallStateSourcePlugIn\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="cenrepsourceplugin">
-<unit unitID="sf_mw_appsupport_contextframework_cenrepsourceplugin" name="cenrepsourceplugin" bldFile="\sf\mw\appsupport\contextframework\cfwplugins\cenrepsourceplugin\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="displaysourceplugin">
-<unit unitID="sf_mw_appsupport_contextframework_displaysourceplugin" name="displaysourceplugin" bldFile="\sf\mw\appsupport\contextframework\cfwplugins\displaysourceplugin\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="cfwplugins">
-<unit unitID="sf_mw_appsupport_contextframework_cfwplugins" name="cfwplugins" bldFile="\sf\mw\appsupport\contextframework\cfwplugins\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="orientationactionplugin">
-<unit unitID="sf_mw_appsupport_contextframework_orientationactionplugin" name="orientationactionplugin" bldFile="\sf\mw\appsupport\contextframework\cfwplugins\orientationactionplugin\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="PSStateSourcePlugIn">
-<unit unitID="sf_mw_appsupport_contextframework_PSStateSourcePlugIn" name="PSStateSourcePlugIn" bldFile="\sf\mw\appsupport\contextframework\cfwplugins\PSStateSourcePlugIn\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="sensorsourceplugin">
-<unit unitID="sf_mw_appsupport_contextframework_sensorsourceplugin" name="sensorsourceplugin" bldFile="\sf\mw\appsupport\contextframework\cfwplugins\sensorsourceplugin\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="vibraactionplugin">
-<unit unitID="sf_mw_appsupport_contextframework_vibraactionplugin" name="vibraactionplugin" bldFile="\sf\mw\appsupport\contextframework\cfwplugins\vibraactionplugin\group" mrp=""/>
-</component>
-</module>
-<module name="contextframework">
-<component name="contextframework">
-<unit unitID="sf_mw_appsupport_contextframework" name="contextframework" bldFile="\sf\mw\appsupport\contextframework\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="accfwuinotifier">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_accfwuinotifier" name="accfwuinotifier" bldFile="\sf\mw\appsupport\coreapplicationuis\accfwuinotifier\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="advancedtspcontroller">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_advancedtspcontroller" name="advancedtspcontroller" bldFile="\sf\mw\appsupport\coreapplicationuis\advancedtspcontroller\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="DbRecovery">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_DbRecovery" name="DbRecovery" bldFile="\sf\mw\appsupport\coreapplicationuis\DbRecovery\Group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="coreapplicationuis">
-<unit unitID="sf_mw_appsupport_coreapplicationuis" name="coreapplicationuis" bldFile="\sf\mw\appsupport\coreapplicationuis\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="GSServer">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_GSServer" name="GSServer" bldFile="\sf\mw\appsupport\coreapplicationuis\GSServer\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="GSServerEngine">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_GSServerEngine" name="GSServerEngine" bldFile="\sf\mw\appsupport\coreapplicationuis\GSServerEngine\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="gsserverenginestub">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_gsserverenginestub" name="gsserverenginestub" bldFile="\sf\mw\appsupport\coreapplicationuis\gsserverenginestub\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="kefmapper">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_kefmapper" name="kefmapper" bldFile="\sf\mw\appsupport\coreapplicationuis\kefmapper\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="NspsWsPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_NspsWsPlugin" name="NspsWsPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\NspsWsPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="powersaveutilities">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_powersaveutilities" name="powersaveutilities" bldFile="\sf\mw\appsupport\coreapplicationuis\powersaveutilities\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="Rfs">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_Rfs" name="Rfs" bldFile="\sf\mw\appsupport\coreapplicationuis\Rfs\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="GSRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_GSRFSPlugin" name="GSRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\Rfs\Plugins\GSRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="AIRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_AIRFSPlugin" name="AIRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\AIRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="CertRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_CertRFSPlugin" name="CertRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\CertRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="ClockRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_ClockRFSPlugin" name="ClockRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\ClockRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="DatastoreRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_DatastoreRFSPlugin" name="DatastoreRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\DatastoreRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="DefaultFolderRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_DefaultFolderRFSPlugin" name="DefaultFolderRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\DefaultFolderRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="DisplayContrastPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_DisplayContrastPlugin" name="DisplayContrastPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\DisplayContrastPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="FavouritesRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_FavouritesRFSPlugin" name="FavouritesRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\FavouritesRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="FormatterRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_FormatterRFSPlugin" name="FormatterRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\FormatterRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="rfsplugins">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_rfsplugins" name="rfsplugins" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="NitzRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_NitzRFSPlugin" name="NitzRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\NitzRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="SIPRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_SIPRFSPlugin" name="SIPRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\SIPRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="StarterRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_StarterRFSPlugin" name="StarterRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\StarterRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="SyncMLRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_SyncMLRFSPlugin" name="SyncMLRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\SyncMLRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="TelephonyRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_TelephonyRFSPlugin" name="TelephonyRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\TelephonyRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="UnitconverterRFSPlugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_UnitconverterRFSPlugin" name="UnitconverterRFSPlugin" bldFile="\sf\mw\appsupport\coreapplicationuis\rfsplugins\UnitconverterRFSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="sensordatacompensatorplugin">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_sensordatacompensatorplugin" name="sensordatacompensatorplugin" bldFile="\sf\mw\appsupport\coreapplicationuis\sensordatacompensatorplugin\group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="SysAp">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_SysAp" name="SysAp" bldFile="\sf\mw\appsupport\coreapplicationuis\SysAp\Group" mrp=""/>
-</component>
-</module>
-<module name="coreapplicationuis">
-<component name="VariatedSettings">
-<unit unitID="sf_mw_appsupport_coreapplicationuis_VariatedSettings" name="VariatedSettings" bldFile="\sf\mw\appsupport\coreapplicationuis\VariatedSettings\group" mrp=""/>
-</component>
-</module>
-<module name="flashliteapi_3_0">
-<component name="flashliteapi_3_0_compo">
-<unit unitID="sf_mw_appsupport_flashliteapi_3_0_flashliteapi_3_0_compo" name="flashliteapi_3_0_compo" bldFile="\sf\mw\appsupport\flashliteapi_3_0\flashliteapi_3_0_compo\group" mrp=""/>
-</component>
-</module>
-<module name="flashliteapi_3_0">
-<component name="flashliteapi_3_0">
-<unit unitID="sf_mw_appsupport_flashliteapi_3_0" name="flashliteapi_3_0" bldFile="\sf\mw\appsupport\flashliteapi_3_0\group" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="gssettingsuis">
-<unit unitID="sf_mw_appsupport_gssettingsuis" name="gssettingsuis" bldFile="\sf\mw\appsupport\gssettingsuis\group" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="Gs">
-<unit unitID="sf_mw_appsupport_gssettingsuis_Gs" name="Gs" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\group" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSAdminPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSAdminPlugin" name="GSAdminPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSAdminPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSApplication">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSApplication" name="GSApplication" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSApplication" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSAppsPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSAppsPlugin" name="GSAppsPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSAppsPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSAutoKeyguardPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSAutoKeyguardPlugin" name="GSAutoKeyguardPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSAutoKeyguardPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSBackgroundImage">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSBackgroundImage" name="GSBackgroundImage" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSBackgroundImage" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSCallBarringPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSCallBarringPlugin" name="GSCallBarringPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSCallBarringPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSCallDivertPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSCallDivertPlugin" name="GSCallDivertPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSCallDivertPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSCallPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSCallPlugin" name="GSCallPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSCallPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSConPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSConPlugin" name="GSConPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSConPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSDataCallPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSDataCallPlugin" name="GSDataCallPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSDataCallPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSDeviceManagementPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSDeviceManagementPlugin" name="GSDeviceManagementPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSDeviceManagementPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSDiagnosticsPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSDiagnosticsPlugin" name="GSDiagnosticsPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSDiagnosticsPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSDisplayPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSDisplayPlugin" name="GSDisplayPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSDisplayPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSFramework">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSFramework" name="GSFramework" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSFramework" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSGenPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSGenPlugin" name="GSGenPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSGenPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSIndicatorPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSIndicatorPlugin" name="GSIndicatorPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSIndicatorPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSInstallationsPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSInstallationsPlugin" name="GSInstallationsPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSInstallationsPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="gslauncher">
-<unit unitID="sf_mw_appsupport_gssettingsuis_gslauncher" name="gslauncher" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\gslauncher\group" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSListBox">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSListBox" name="GSListBox" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSListBox" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSNetworkPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSNetworkPlugin" name="GSNetworkPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSNetworkPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSOpticalJoystickPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSOpticalJoystickPlugin" name="GSOpticalJoystickPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSOpticalJoystickPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSPDataAccessPointPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSPDataAccessPointPlugin" name="GSPDataAccessPointPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSPDataAccessPointPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSPDataConnectionPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSPDataConnectionPlugin" name="GSPDataConnectionPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSPDataConnectionPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSPDataHSDPAPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSPDataHSDPAPlugin" name="GSPDataHSDPAPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSPDataHSDPAPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSPDataPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSPDataPlugin" name="GSPDataPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSPDataPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSPowerSavingQueryPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSPowerSavingQueryPlugin" name="GSPowerSavingQueryPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSPowerSavingQueryPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSPrslnPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSPrslnPlugin" name="GSPrslnPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSPrslnPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSSecurityPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSSecurityPlugin" name="GSSecurityPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSSecurityPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSSynchronisationPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSSynchronisationPlugin" name="GSSynchronisationPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSSynchronisationPlugin" mrp=""/>
-</component>
-</module>
-<module name="gssettingsuis">
-<component name="GSTelPlugin">
-<unit unitID="sf_mw_appsupport_gssettingsuis_GSTelPlugin" name="GSTelPlugin" bldFile="\sf\mw\appsupport\gssettingsuis\Gs\GSTelPlugin" mrp=""/>
-</component>
-</module>
-<module name="mediakeys">
-<component name="mediakeys">
-<unit unitID="sf_mw_appsupport_mediakeys" name="mediakeys" bldFile="\sf\mw\appsupport\mediakeys\group" mrp=""/>
-</component>
-</module>
-<module name="mediakeys">
-<component name="KeyPublisherPlugin">
-<unit unitID="sf_mw_appsupport_mediakeys_KeyPublisherPlugin" name="KeyPublisherPlugin" bldFile="\sf\mw\appsupport\mediakeys\KeyPublisherPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="mediakeys">
-<component name="MMKeyBearer">
-<unit unitID="sf_mw_appsupport_mediakeys_MMKeyBearer" name="MMKeyBearer" bldFile="\sf\mw\appsupport\mediakeys\MMKeyBearer\group" mrp=""/>
-</component>
-</module>
-<module name="profilesservices">
-<component name="FileList">
-<unit unitID="sf_mw_appsupport_profilesservices_FileList" name="FileList" bldFile="\sf\mw\appsupport\profilesservices\FileList\group" mrp=""/>
-</component>
-</module>
-<module name="profilesservices">
-<component name="profilesservices">
-<unit unitID="sf_mw_appsupport_profilesservices" name="profilesservices" bldFile="\sf\mw\appsupport\profilesservices\group" mrp=""/>
-</component>
-</module>
-<module name="profilesservices">
-<component name="MediaFileList">
-<unit unitID="sf_mw_appsupport_profilesservices_MediaFileList" name="MediaFileList" bldFile="\sf\mw\appsupport\profilesservices\MediaFileList\group" mrp=""/>
-</component>
-</module>
-<module name="profilesservices">
-<component name="ProfileEngine">
-<unit unitID="sf_mw_appsupport_profilesservices_ProfileEngine" name="ProfileEngine" bldFile="\sf\mw\appsupport\profilesservices\ProfileEngine\group" mrp=""/>
-</component>
-</module>
-<module name="profilesservices">
-<component name="RingingTone3DPlugin">
-<unit unitID="sf_mw_appsupport_profilesservices_RingingTone3DPlugin" name="RingingTone3DPlugin" bldFile="\sf\mw\appsupport\profilesservices\RingingTone3DPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="startupservices">
-<component name="startupservices">
-<unit unitID="sf_mw_appsupport_startupservices" name="startupservices" bldFile="\sf\mw\appsupport\startupservices\group" mrp=""/>
-</component>
-</module>
-<module name="startupservices">
-<component name="SplashScreen">
-<unit unitID="sf_mw_appsupport_startupservices_SplashScreen" name="SplashScreen" bldFile="\sf\mw\appsupport\startupservices\SplashScreen\group" mrp=""/>
-</component>
-</module>
-<module name="startupservices">
-<component name="Startup">
-<unit unitID="sf_mw_appsupport_startupservices_Startup" name="Startup" bldFile="\sf\mw\appsupport\startupservices\Startup\group" mrp=""/>
-</component>
-</module>
-<module name="startupservices">
-<component name="MediatorPlugin">
-<unit unitID="sf_mw_appsupport_startupservices_MediatorPlugin" name="MediatorPlugin" bldFile="\sf\mw\appsupport\startupservices\Startup\MediatorPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="startupservices">
-<component name="startupsyncplugin">
-<unit unitID="sf_mw_appsupport_startupservices_startupsyncplugin" name="startupsyncplugin" bldFile="\sf\mw\appsupport\startupservices\Startup\startupsyncplugin\group" mrp=""/>
-</component>
-</module>
-<module name="startupservices">
-<component name="systemerrorplugin">
-<unit unitID="sf_mw_appsupport_startupservices_systemerrorplugin" name="systemerrorplugin" bldFile="\sf\mw\appsupport\startupservices\Startup\systemerrorplugin\group" mrp=""/>
-</component>
-</module>
-<module name="startupservices">
-<component name="startupanimation">
-<unit unitID="sf_mw_appsupport_startupservices_startupanimation" name="startupanimation" bldFile="\sf\mw\appsupport\startupservices\startupanimation\group" mrp=""/>
-</component>
-</module>
-<module name="sysresmonitoring">
-<component name="sysresmonitoring">
-<unit unitID="sf_mw_appsupport_sysresmonitoring" name="sysresmonitoring" bldFile="\sf\mw\appsupport\sysresmonitoring\group" mrp=""/>
-</component>
-</module>
-<module name="sysresmonitoring">
-<component name="oodmonitor">
-<unit unitID="sf_mw_appsupport_sysresmonitoring_oodmonitor" name="oodmonitor" bldFile="\sf\mw\appsupport\sysresmonitoring\oodmonitor\group" mrp=""/>
-</component>
-</module>
-<module name="sysresmonitoring">
-<component name="oommonitor">
-<unit unitID="sf_mw_appsupport_sysresmonitoring_oommonitor" name="oommonitor" bldFile="\sf\mw\appsupport\sysresmonitoring\oommonitor\group" mrp=""/>
-</component>
-</module>
-<module name="systemsettings">
-<component name="systemsettings">
-<unit unitID="sf_mw_appsupport_systemsettings" name="systemsettings" bldFile="\sf\mw\appsupport\systemsettings\group" mrp=""/>
-</component>
-</module>
-<module name="systemsettings">
-<component name="GSAccessoryPlugin">
-<unit unitID="sf_mw_appsupport_systemsettings_GSAccessoryPlugin" name="GSAccessoryPlugin" bldFile="\sf\mw\appsupport\systemsettings\GSAccessoryPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="systemsettings">
-<component name="gssensorplugin">
-<unit unitID="sf_mw_appsupport_systemsettings_gssensorplugin" name="gssensorplugin" bldFile="\sf\mw\appsupport\systemsettings\gssensorplugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="camerasrv">
-<module name="camerasrv">
-<component name="camerasrv">
-<unit unitID="sf_mw_camerasrv" name="camerasrv" bldFile="\sf\mw\camerasrv\group" mrp=""/>
-</component>
-</module>
-<module name="camappengine">
-<component name="asynchfilesavequeue">
-<unit unitID="sf_mw_camerasrv_camappengine_asynchfilesavequeue" name="asynchfilesavequeue" bldFile="\sf\mw\camerasrv\camappengine\asynchfilesavequeue\group" mrp=""/>
-</component>
-</module>
-<module name="camappengine">
-<component name="Build">
-<unit unitID="sf_mw_camerasrv_camappengine_Build" name="Build" bldFile="\sf\mw\camerasrv\camappengine\Build" mrp=""/>
-</component>
-</module>
-<module name="camappengine">
-<component name="Engine">
-<unit unitID="sf_mw_camerasrv_camappengine_Engine" name="Engine" bldFile="\sf\mw\camerasrv\camappengine\Engine\Group" mrp=""/>
-</component>
-</module>
-<module name="camappengine">
-<component name="StillConverter">
-<unit unitID="sf_mw_camerasrv_camappengine_StillConverter" name="StillConverter" bldFile="\sf\mw\camerasrv\camappengine\StillConverter\Group" mrp=""/>
-</component>
-</module>
-<module name="camcordermmfplugin">
-<component name="Build">
-<unit unitID="sf_mw_camerasrv_camcordermmfplugin_Build" name="Build" bldFile="\sf\mw\camerasrv\camcordermmfplugin\Build" mrp=""/>
-</component>
-</module>
-<module name="camcordermmfplugin">
-<component name="controller">
-<unit unitID="sf_mw_camerasrv_camcordermmfplugin_controller" name="controller" bldFile="\sf\mw\camerasrv\camcordermmfplugin\controller\Group" mrp=""/>
-</component>
-</module>
-<module name="camcordermmfplugin">
-<component name="filecomposer">
-<unit unitID="sf_mw_camerasrv_camcordermmfplugin_filecomposer" name="filecomposer" bldFile="\sf\mw\camerasrv\camcordermmfplugin\filecomposer\Group" mrp=""/>
-</component>
-</module>
-<module name="camcordermmfplugin">
-<component name="mediarecorder">
-<unit unitID="sf_mw_camerasrv_camcordermmfplugin_mediarecorder" name="mediarecorder" bldFile="\sf\mw\camerasrv\camcordermmfplugin\mediarecorder\Group" mrp=""/>
-</component>
-</module>
-<module name="camerasrv_plat">
-<component name="3gp_file_composer_api">
-<unit unitID="sf_mw_camerasrv_camerasrv_plat_3gp_file_composer_api" name="3gp_file_composer_api" bldFile="\sf\mw\camerasrv\camerasrv_plat\3gp_file_composer_api\group" mrp=""/>
-</component>
-</module>
-<module name="camerasrv_plat">
-<component name="asynchronous_file_saving_queue_api">
-<unit unitID="sf_mw_camerasrv_camerasrv_plat_asynchronous_file_saving_queue_api" name="asynchronous_file_saving_queue_api" bldFile="\sf\mw\camerasrv\camerasrv_plat\asynchronous_file_saving_queue_api\group" mrp=""/>
-</component>
-</module>
-<module name="camerasrv_plat">
-<component name="cae_extentension_api">
-<unit unitID="sf_mw_camerasrv_camerasrv_plat_cae_extentension_api" name="cae_extentension_api" bldFile="\sf\mw\camerasrv\camerasrv_plat\cae_extentension_api\group" mrp=""/>
-</component>
-</module>
-<module name="camerasrv_plat">
-<component name="camera_application_engine_api">
-<unit unitID="sf_mw_camerasrv_camerasrv_plat_camera_application_engine_api" name="camera_application_engine_api" bldFile="\sf\mw\camerasrv\camerasrv_plat\camera_application_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="camerasrv_plat">
-<component name="custom_onboard_camera_api">
-<unit unitID="sf_mw_camerasrv_camerasrv_plat_custom_onboard_camera_api" name="custom_onboard_camera_api" bldFile="\sf\mw\camerasrv\camerasrv_plat\custom_onboard_camera_api\group" mrp=""/>
-</component>
-</module>
-<module name="camerasrv_plat">
-<component name="camerasrv_plat">
-<unit unitID="sf_mw_camerasrv_camerasrv_plat" name="camerasrv_plat" bldFile="\sf\mw\camerasrv\camerasrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="camerasrv_plat">
-<component name="imaging_configuration_manager_api">
-<unit unitID="sf_mw_camerasrv_camerasrv_plat_imaging_configuration_manager_api" name="imaging_configuration_manager_api" bldFile="\sf\mw\camerasrv\camerasrv_plat\imaging_configuration_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="camerasrv_plat">
-<component name="media_recorder_api">
-<unit unitID="sf_mw_camerasrv_camerasrv_plat_media_recorder_api" name="media_recorder_api" bldFile="\sf\mw\camerasrv\camerasrv_plat\media_recorder_api\group" mrp=""/>
-</component>
-</module>
-<module name="camerasrv_plat">
-<component name="media_recorder_sink_api">
-<unit unitID="sf_mw_camerasrv_camerasrv_plat_media_recorder_sink_api" name="media_recorder_sink_api" bldFile="\sf\mw\camerasrv\camerasrv_plat\media_recorder_sink_api\group" mrp=""/>
-</component>
-</module>
-<module name="configmanagers">
-<component name="configmanagers">
-<unit unitID="sf_mw_camerasrv_configmanagers" name="configmanagers" bldFile="\sf\mw\camerasrv\configmanagers\group" mrp=""/>
-</component>
-</module>
-<module name="configmanagers">
-<component name="imagingconfigmanager">
-<unit unitID="sf_mw_camerasrv_configmanagers_imagingconfigmanager" name="imagingconfigmanager" bldFile="\sf\mw\camerasrv\configmanagers\imagingconfigmanager\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="classicui">
-<module name="classicui">
-<component name="classicui">
-<unit unitID="sf_mw_classicui" name="classicui" bldFile="\sf\mw\classicui\group" mrp=""/>
-</component>
-</module>
-<module name="CommonAdapter">
-<component name="CommonAdapter">
-<unit unitID="sf_mw_classicui_CommonAdapter" name="CommonAdapter" bldFile="\sf\mw\classicui\CommonAdapter\group" mrp=""/>
-</component>
-</module>
-<module name="applicationinterworkingfw">
-<component name="applicationinterworkingfw">
-<unit unitID="sf_mw_classicui_applicationinterworkingfw" name="applicationinterworkingfw" bldFile="\sf\mw\classicui\applicationinterworkingfw\group" mrp=""/>
-</component>
-</module>
-<module name="applicationinterworkingfw">
-<component name="ServiceHandler">
-<unit unitID="sf_mw_classicui_applicationinterworkingfw_ServiceHandler" name="ServiceHandler" bldFile="\sf\mw\classicui\applicationinterworkingfw\ServiceHandler\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="aiw_provider_utility_api">
-<unit unitID="sf_mw_classicui_classicui_plat_aiw_provider_utility_api" name="aiw_provider_utility_api" bldFile="\sf\mw\classicui\classicui_plat\aiw_provider_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="aiw_service_interface_base_api">
-<unit unitID="sf_mw_classicui_classicui_plat_aiw_service_interface_base_api" name="aiw_service_interface_base_api" bldFile="\sf\mw\classicui\classicui_plat\aiw_service_interface_base_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="aiw_service_interface_menu_api">
-<unit unitID="sf_mw_classicui_classicui_plat_aiw_service_interface_menu_api" name="aiw_service_interface_menu_api" bldFile="\sf\mw\classicui\classicui_plat\aiw_service_interface_menu_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="alarm_api">
-<unit unitID="sf_mw_classicui_classicui_plat_alarm_api" name="alarm_api" bldFile="\sf\mw\classicui\classicui_plat\alarm_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="application_switching_api">
-<unit unitID="sf_mw_classicui_classicui_plat_application_switching_api" name="application_switching_api" bldFile="\sf\mw\classicui\classicui_plat\application_switching_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="avkon_anim_dll_api">
-<unit unitID="sf_mw_classicui_classicui_plat_avkon_anim_dll_api" name="avkon_anim_dll_api" bldFile="\sf\mw\classicui\classicui_plat\avkon_anim_dll_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="avkon_fonts_api">
-<unit unitID="sf_mw_classicui_classicui_plat_avkon_fonts_api" name="avkon_fonts_api" bldFile="\sf\mw\classicui\classicui_plat\avkon_fonts_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="avkon_localised_texts_api">
-<unit unitID="sf_mw_classicui_classicui_plat_avkon_localised_texts_api" name="avkon_localised_texts_api" bldFile="\sf\mw\classicui\classicui_plat\avkon_localised_texts_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="avkon_secondary_display_api">
-<unit unitID="sf_mw_classicui_classicui_plat_avkon_secondary_display_api" name="avkon_secondary_display_api" bldFile="\sf\mw\classicui\classicui_plat\avkon_secondary_display_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="avkon_secondary_display_support_api">
-<unit unitID="sf_mw_classicui_classicui_plat_avkon_secondary_display_support_api" name="avkon_secondary_display_support_api" bldFile="\sf\mw\classicui\classicui_plat\avkon_secondary_display_support_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="avkon_settings_api">
-<unit unitID="sf_mw_classicui_classicui_plat_avkon_settings_api" name="avkon_settings_api" bldFile="\sf\mw\classicui\classicui_plat\avkon_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="avkon_status_api">
-<unit unitID="sf_mw_classicui_classicui_plat_avkon_status_api" name="avkon_status_api" bldFile="\sf\mw\classicui\classicui_plat\avkon_status_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="avkon_ui_server_api">
-<unit unitID="sf_mw_classicui_classicui_plat_avkon_ui_server_api" name="avkon_ui_server_api" bldFile="\sf\mw\classicui\classicui_plat\avkon_ui_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="battery_pane_api">
-<unit unitID="sf_mw_classicui_classicui_plat_battery_pane_api" name="battery_pane_api" bldFile="\sf\mw\classicui\classicui_plat\battery_pane_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="common_file_dialogs_filter_factory_api">
-<unit unitID="sf_mw_classicui_classicui_plat_common_file_dialogs_filter_factory_api" name="common_file_dialogs_filter_factory_api" bldFile="\sf\mw\classicui\classicui_plat\common_file_dialogs_filter_factory_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="common_ui_settings_api">
-<unit unitID="sf_mw_classicui_classicui_plat_common_ui_settings_api" name="common_ui_settings_api" bldFile="\sf\mw\classicui\classicui_plat\common_ui_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="custom_cursors_api">
-<unit unitID="sf_mw_classicui_classicui_plat_custom_cursors_api" name="custom_cursors_api" bldFile="\sf\mw\classicui\classicui_plat\custom_cursors_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="eikon_server_extension_client_api">
-<unit unitID="sf_mw_classicui_classicui_plat_eikon_server_extension_client_api" name="eikon_server_extension_client_api" bldFile="\sf\mw\classicui\classicui_plat\eikon_server_extension_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="emergency_call_support_api">
-<unit unitID="sf_mw_classicui_classicui_plat_emergency_call_support_api" name="emergency_call_support_api" bldFile="\sf\mw\classicui\classicui_plat\emergency_call_support_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_aiw_criteria_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_aiw_criteria_api" name="extended_aiw_criteria_api" bldFile="\sf\mw\classicui\classicui_plat\extended_aiw_criteria_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_animation_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_animation_api" name="extended_animation_api" bldFile="\sf\mw\classicui\classicui_plat\extended_animation_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_buttons_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_buttons_api" name="extended_buttons_api" bldFile="\sf\mw\classicui\classicui_plat\extended_buttons_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_dialogs_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_dialogs_api" name="extended_dialogs_api" bldFile="\sf\mw\classicui\classicui_plat\extended_dialogs_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_editors_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_editors_api" name="extended_editors_api" bldFile="\sf\mw\classicui\classicui_plat\extended_editors_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_grids_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_grids_api" name="extended_grids_api" bldFile="\sf\mw\classicui\classicui_plat\extended_grids_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_indicators_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_indicators_api" name="extended_indicators_api" bldFile="\sf\mw\classicui\classicui_plat\extended_indicators_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_initialization_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_initialization_api" name="extended_initialization_api" bldFile="\sf\mw\classicui\classicui_plat\extended_initialization_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_input_capabilities_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_input_capabilities_api" name="extended_input_capabilities_api" bldFile="\sf\mw\classicui\classicui_plat\extended_input_capabilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_lists_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_lists_api" name="extended_lists_api" bldFile="\sf\mw\classicui\classicui_plat\extended_lists_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_notes_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_notes_api" name="extended_notes_api" bldFile="\sf\mw\classicui\classicui_plat\extended_notes_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_notifiers_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_notifiers_api" name="extended_notifiers_api" bldFile="\sf\mw\classicui\classicui_plat\extended_notifiers_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_queries_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_queries_api" name="extended_queries_api" bldFile="\sf\mw\classicui\classicui_plat\extended_queries_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_scroller_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_scroller_api" name="extended_scroller_api" bldFile="\sf\mw\classicui\classicui_plat\extended_scroller_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_setting_pages_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_setting_pages_api" name="extended_setting_pages_api" bldFile="\sf\mw\classicui\classicui_plat\extended_setting_pages_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_sounds_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_sounds_api" name="extended_sounds_api" bldFile="\sf\mw\classicui\classicui_plat\extended_sounds_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_status_pane_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_status_pane_api" name="extended_status_pane_api" bldFile="\sf\mw\classicui\classicui_plat\extended_status_pane_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_ui_framework_definitions_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_ui_framework_definitions_api" name="extended_ui_framework_definitions_api" bldFile="\sf\mw\classicui\classicui_plat\extended_ui_framework_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="extended_utilities_api">
-<unit unitID="sf_mw_classicui_classicui_plat_extended_utilities_api" name="extended_utilities_api" bldFile="\sf\mw\classicui\classicui_plat\extended_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="fep_document_navigation_api">
-<unit unitID="sf_mw_classicui_classicui_plat_fep_document_navigation_api" name="fep_document_navigation_api" bldFile="\sf\mw\classicui\classicui_plat\fep_document_navigation_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="find_item_ui_api">
-<unit unitID="sf_mw_classicui_classicui_plat_find_item_ui_api" name="find_item_ui_api" bldFile="\sf\mw\classicui\classicui_plat\find_item_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="generic_parameter_api">
-<unit unitID="sf_mw_classicui_classicui_plat_generic_parameter_api" name="generic_parameter_api" bldFile="\sf\mw\classicui\classicui_plat\generic_parameter_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="global_popup_priority_controller_api">
-<unit unitID="sf_mw_classicui_classicui_plat_global_popup_priority_controller_api" name="global_popup_priority_controller_api" bldFile="\sf\mw\classicui\classicui_plat\global_popup_priority_controller_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="global_window_priorities_api">
-<unit unitID="sf_mw_classicui_classicui_plat_global_window_priorities_api" name="global_window_priorities_api" bldFile="\sf\mw\classicui\classicui_plat\global_window_priorities_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="classicui_plat">
-<unit unitID="sf_mw_classicui_classicui_plat" name="classicui_plat" bldFile="\sf\mw\classicui\classicui_plat\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="indicator_plugin_api">
-<unit unitID="sf_mw_classicui_classicui_plat_indicator_plugin_api" name="indicator_plugin_api" bldFile="\sf\mw\classicui\classicui_plat\indicator_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="indicator_touch_observer_api">
-<unit unitID="sf_mw_classicui_classicui_plat_indicator_touch_observer_api" name="indicator_touch_observer_api" bldFile="\sf\mw\classicui\classicui_plat\indicator_touch_observer_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="input_block_api">
-<unit unitID="sf_mw_classicui_classicui_plat_input_block_api" name="input_block_api" bldFile="\sf\mw\classicui\classicui_plat\input_block_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="item_finder_api">
-<unit unitID="sf_mw_classicui_classicui_plat_item_finder_api" name="item_finder_api" bldFile="\sf\mw\classicui\classicui_plat\item_finder_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="japanese_reading_api">
-<unit unitID="sf_mw_classicui_classicui_plat_japanese_reading_api" name="japanese_reading_api" bldFile="\sf\mw\classicui\classicui_plat\japanese_reading_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="key_event_utilities_api">
-<unit unitID="sf_mw_classicui_classicui_plat_key_event_utilities_api" name="key_event_utilities_api" bldFile="\sf\mw\classicui\classicui_plat\key_event_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="key_rotator_api">
-<unit unitID="sf_mw_classicui_classicui_plat_key_rotator_api" name="key_rotator_api" bldFile="\sf\mw\classicui\classicui_plat\key_rotator_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="layout_configuration_api">
-<unit unitID="sf_mw_classicui_classicui_plat_layout_configuration_api" name="layout_configuration_api" bldFile="\sf\mw\classicui\classicui_plat\layout_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="legacy_ui_framework_headers_api">
-<unit unitID="sf_mw_classicui_classicui_plat_legacy_ui_framework_headers_api" name="legacy_ui_framework_headers_api" bldFile="\sf\mw\classicui\classicui_plat\legacy_ui_framework_headers_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="list_effects_api">
-<unit unitID="sf_mw_classicui_classicui_plat_list_effects_api" name="list_effects_api" bldFile="\sf\mw\classicui\classicui_plat\list_effects_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="long_tap_animation_api">
-<unit unitID="sf_mw_classicui_classicui_plat_long_tap_animation_api" name="long_tap_animation_api" bldFile="\sf\mw\classicui\classicui_plat\long_tap_animation_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="media_shared_document_api">
-<unit unitID="sf_mw_classicui_classicui_plat_media_shared_document_api" name="media_shared_document_api" bldFile="\sf\mw\classicui\classicui_plat\media_shared_document_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="memory_card_ui_api">
-<unit unitID="sf_mw_classicui_classicui_plat_memory_card_ui_api" name="memory_card_ui_api" bldFile="\sf\mw\classicui\classicui_plat\memory_card_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="number_grouping_api">
-<unit unitID="sf_mw_classicui_classicui_plat_number_grouping_api" name="number_grouping_api" bldFile="\sf\mw\classicui\classicui_plat\number_grouping_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="personalisation_application_api">
-<unit unitID="sf_mw_classicui_classicui_plat_personalisation_application_api" name="personalisation_application_api" bldFile="\sf\mw\classicui\classicui_plat\personalisation_application_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="personalisation_framework_api">
-<unit unitID="sf_mw_classicui_classicui_plat_personalisation_framework_api" name="personalisation_framework_api" bldFile="\sf\mw\classicui\classicui_plat\personalisation_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="personalisation_localised_texts_api">
-<unit unitID="sf_mw_classicui_classicui_plat_personalisation_localised_texts_api" name="personalisation_localised_texts_api" bldFile="\sf\mw\classicui\classicui_plat\personalisation_localised_texts_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="personalisation_plugin_api">
-<unit unitID="sf_mw_classicui_classicui_plat_personalisation_plugin_api" name="personalisation_plugin_api" bldFile="\sf\mw\classicui\classicui_plat\personalisation_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="personalisation_slide_show_dialog_api">
-<unit unitID="sf_mw_classicui_classicui_plat_personalisation_slide_show_dialog_api" name="personalisation_slide_show_dialog_api" bldFile="\sf\mw\classicui\classicui_plat\personalisation_slide_show_dialog_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="phone_number_text_utilities_api">
-<unit unitID="sf_mw_classicui_classicui_plat_phone_number_text_utilities_api" name="phone_number_text_utilities_api" bldFile="\sf\mw\classicui\classicui_plat\phone_number_text_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="pointer_event_modifier_api">
-<unit unitID="sf_mw_classicui_classicui_plat_pointer_event_modifier_api" name="pointer_event_modifier_api" bldFile="\sf\mw\classicui\classicui_plat\pointer_event_modifier_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="popup_form_api">
-<unit unitID="sf_mw_classicui_classicui_plat_popup_form_api" name="popup_form_api" bldFile="\sf\mw\classicui\classicui_plat\popup_form_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="screensaver_animation_plugin_definitions_api">
-<unit unitID="sf_mw_classicui_classicui_plat_screensaver_animation_plugin_definitions_api" name="screensaver_animation_plugin_definitions_api" bldFile="\sf\mw\classicui\classicui_plat\screensaver_animation_plugin_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="screensaver_runtime_api">
-<unit unitID="sf_mw_classicui_classicui_plat_screensaver_runtime_api" name="screensaver_runtime_api" bldFile="\sf\mw\classicui\classicui_plat\screensaver_runtime_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="screensaver_settings_api">
-<unit unitID="sf_mw_classicui_classicui_plat_screensaver_settings_api" name="screensaver_settings_api" bldFile="\sf\mw\classicui\classicui_plat\screensaver_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="server_application_services_api">
-<unit unitID="sf_mw_classicui_classicui_plat_server_application_services_api" name="server_application_services_api" bldFile="\sf\mw\classicui\classicui_plat\server_application_services_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="signal_pane_api">
-<unit unitID="sf_mw_classicui_classicui_plat_signal_pane_api" name="signal_pane_api" bldFile="\sf\mw\classicui\classicui_plat\signal_pane_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="skinnable_clock_api">
-<unit unitID="sf_mw_classicui_classicui_plat_skinnable_clock_api" name="skinnable_clock_api" bldFile="\sf\mw\classicui\classicui_plat\skinnable_clock_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="special_character_table_api">
-<unit unitID="sf_mw_classicui_classicui_plat_special_character_table_api" name="special_character_table_api" bldFile="\sf\mw\classicui\classicui_plat\special_character_table_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="stylus_activated_popup_api">
-<unit unitID="sf_mw_classicui_classicui_plat_stylus_activated_popup_api" name="stylus_activated_popup_api" bldFile="\sf\mw\classicui\classicui_plat\stylus_activated_popup_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="task_list_api">
-<unit unitID="sf_mw_classicui_classicui_plat_task_list_api" name="task_list_api" bldFile="\sf\mw\classicui\classicui_plat\task_list_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="text_scroller_api">
-<unit unitID="sf_mw_classicui_classicui_plat_text_scroller_api" name="text_scroller_api" bldFile="\sf\mw\classicui\classicui_plat\text_scroller_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="themes_settings_api">
-<unit unitID="sf_mw_classicui_classicui_plat_themes_settings_api" name="themes_settings_api" bldFile="\sf\mw\classicui\classicui_plat\themes_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="transition_effect_parameters_api">
-<unit unitID="sf_mw_classicui_classicui_plat_transition_effect_parameters_api" name="transition_effect_parameters_api" bldFile="\sf\mw\classicui\classicui_plat\transition_effect_parameters_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="transition_effect_utilities_api">
-<unit unitID="sf_mw_classicui_classicui_plat_transition_effect_utilities_api" name="transition_effect_utilities_api" bldFile="\sf\mw\classicui\classicui_plat\transition_effect_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="uikon_status_api">
-<unit unitID="sf_mw_classicui_classicui_plat_uikon_status_api" name="uikon_status_api" bldFile="\sf\mw\classicui\classicui_plat\uikon_status_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_plat">
-<component name="volume_popup_api">
-<unit unitID="sf_mw_classicui_classicui_plat_volume_popup_api" name="volume_popup_api" bldFile="\sf\mw\classicui\classicui_plat\volume_popup_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="aiw_criteria_api">
-<unit unitID="sf_mw_classicui_classicui_pub_aiw_criteria_api" name="aiw_criteria_api" bldFile="\sf\mw\classicui\classicui_pub\aiw_criteria_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="aiw_generic_parameter_api">
-<unit unitID="sf_mw_classicui_classicui_pub_aiw_generic_parameter_api" name="aiw_generic_parameter_api" bldFile="\sf\mw\classicui\classicui_pub\aiw_generic_parameter_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="aiw_service_handler_api">
-<unit unitID="sf_mw_classicui_classicui_pub_aiw_service_handler_api" name="aiw_service_handler_api" bldFile="\sf\mw\classicui\classicui_pub\aiw_service_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="animation_api">
-<unit unitID="sf_mw_classicui_classicui_pub_animation_api" name="animation_api" bldFile="\sf\mw\classicui\classicui_pub\animation_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="application_framework_api">
-<unit unitID="sf_mw_classicui_classicui_pub_application_framework_api" name="application_framework_api" bldFile="\sf\mw\classicui\classicui_pub\application_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="base_controls_api">
-<unit unitID="sf_mw_classicui_classicui_pub_base_controls_api" name="base_controls_api" bldFile="\sf\mw\classicui\classicui_pub\base_controls_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="buttons_api">
-<unit unitID="sf_mw_classicui_classicui_pub_buttons_api" name="buttons_api" bldFile="\sf\mw\classicui\classicui_pub\buttons_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="calendar_api">
-<unit unitID="sf_mw_classicui_classicui_pub_calendar_api" name="calendar_api" bldFile="\sf\mw\classicui\classicui_pub\calendar_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="choice_list_api">
-<unit unitID="sf_mw_classicui_classicui_pub_choice_list_api" name="choice_list_api" bldFile="\sf\mw\classicui\classicui_pub\choice_list_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="common_file_dialogs_api">
-<unit unitID="sf_mw_classicui_classicui_pub_common_file_dialogs_api" name="common_file_dialogs_api" bldFile="\sf\mw\classicui\classicui_pub\common_file_dialogs_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="context_pane_api">
-<unit unitID="sf_mw_classicui_classicui_pub_context_pane_api" name="context_pane_api" bldFile="\sf\mw\classicui\classicui_pub\context_pane_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="dialogs_api">
-<unit unitID="sf_mw_classicui_classicui_pub_dialogs_api" name="dialogs_api" bldFile="\sf\mw\classicui\classicui_pub\dialogs_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="dialog_shutter_api">
-<unit unitID="sf_mw_classicui_classicui_pub_dialog_shutter_api" name="dialog_shutter_api" bldFile="\sf\mw\classicui\classicui_pub\dialog_shutter_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="document_handler_api">
-<unit unitID="sf_mw_classicui_classicui_pub_document_handler_api" name="document_handler_api" bldFile="\sf\mw\classicui\classicui_pub\document_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="editors_api">
-<unit unitID="sf_mw_classicui_classicui_pub_editors_api" name="editors_api" bldFile="\sf\mw\classicui\classicui_pub\editors_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="error_ui_api">
-<unit unitID="sf_mw_classicui_classicui_pub_error_ui_api" name="error_ui_api" bldFile="\sf\mw\classicui\classicui_pub\error_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="fonts_api">
-<unit unitID="sf_mw_classicui_classicui_pub_fonts_api" name="fonts_api" bldFile="\sf\mw\classicui\classicui_pub\fonts_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="form_api">
-<unit unitID="sf_mw_classicui_classicui_pub_form_api" name="form_api" bldFile="\sf\mw\classicui\classicui_pub\form_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="generic_button_api">
-<unit unitID="sf_mw_classicui_classicui_pub_generic_button_api" name="generic_button_api" bldFile="\sf\mw\classicui\classicui_pub\generic_button_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="grids_api">
-<unit unitID="sf_mw_classicui_classicui_pub_grids_api" name="grids_api" bldFile="\sf\mw\classicui\classicui_pub\grids_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="classicui_pub">
-<unit unitID="sf_mw_classicui_classicui_pub" name="classicui_pub" bldFile="\sf\mw\classicui\classicui_pub\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="hierarchical_lists_api">
-<unit unitID="sf_mw_classicui_classicui_pub_hierarchical_lists_api" name="hierarchical_lists_api" bldFile="\sf\mw\classicui\classicui_pub\hierarchical_lists_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="hotkeys_api">
-<unit unitID="sf_mw_classicui_classicui_pub_hotkeys_api" name="hotkeys_api" bldFile="\sf\mw\classicui\classicui_pub\hotkeys_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="images_api">
-<unit unitID="sf_mw_classicui_classicui_pub_images_api" name="images_api" bldFile="\sf\mw\classicui\classicui_pub\images_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="indicators_api">
-<unit unitID="sf_mw_classicui_classicui_pub_indicators_api" name="indicators_api" bldFile="\sf\mw\classicui\classicui_pub\indicators_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="information_preview_popup_api">
-<unit unitID="sf_mw_classicui_classicui_pub_information_preview_popup_api" name="information_preview_popup_api" bldFile="\sf\mw\classicui\classicui_pub\information_preview_popup_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="info_popup_note_api">
-<unit unitID="sf_mw_classicui_classicui_pub_info_popup_note_api" name="info_popup_note_api" bldFile="\sf\mw\classicui\classicui_pub\info_popup_note_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="initialization_api">
-<unit unitID="sf_mw_classicui_classicui_pub_initialization_api" name="initialization_api" bldFile="\sf\mw\classicui\classicui_pub\initialization_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="input_frame_api">
-<unit unitID="sf_mw_classicui_classicui_pub_input_frame_api" name="input_frame_api" bldFile="\sf\mw\classicui\classicui_pub\input_frame_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="intermediate_state_api">
-<unit unitID="sf_mw_classicui_classicui_pub_intermediate_state_api" name="intermediate_state_api" bldFile="\sf\mw\classicui\classicui_pub\intermediate_state_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="keylock_api">
-<unit unitID="sf_mw_classicui_classicui_pub_keylock_api" name="keylock_api" bldFile="\sf\mw\classicui\classicui_pub\keylock_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="labels_api">
-<unit unitID="sf_mw_classicui_classicui_pub_labels_api" name="labels_api" bldFile="\sf\mw\classicui\classicui_pub\labels_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="lists_api">
-<unit unitID="sf_mw_classicui_classicui_pub_lists_api" name="lists_api" bldFile="\sf\mw\classicui\classicui_pub\lists_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="misc_controls_api">
-<unit unitID="sf_mw_classicui_classicui_pub_misc_controls_api" name="misc_controls_api" bldFile="\sf\mw\classicui\classicui_pub\misc_controls_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="navigation_pane_api">
-<unit unitID="sf_mw_classicui_classicui_pub_navigation_pane_api" name="navigation_pane_api" bldFile="\sf\mw\classicui\classicui_pub\navigation_pane_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="notes_api">
-<unit unitID="sf_mw_classicui_classicui_pub_notes_api" name="notes_api" bldFile="\sf\mw\classicui\classicui_pub\notes_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="notifiers_api">
-<unit unitID="sf_mw_classicui_classicui_pub_notifiers_api" name="notifiers_api" bldFile="\sf\mw\classicui\classicui_pub\notifiers_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="options_menu_api">
-<unit unitID="sf_mw_classicui_classicui_pub_options_menu_api" name="options_menu_api" bldFile="\sf\mw\classicui\classicui_pub\options_menu_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="popups_api">
-<unit unitID="sf_mw_classicui_classicui_pub_popups_api" name="popups_api" bldFile="\sf\mw\classicui\classicui_pub\popups_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="private_ui_framework_api">
-<unit unitID="sf_mw_classicui_classicui_pub_private_ui_framework_api" name="private_ui_framework_api" bldFile="\sf\mw\classicui\classicui_pub\private_ui_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="queries_api">
-<unit unitID="sf_mw_classicui_classicui_pub_queries_api" name="queries_api" bldFile="\sf\mw\classicui\classicui_pub\queries_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="screen_clearer_api">
-<unit unitID="sf_mw_classicui_classicui_pub_screen_clearer_api" name="screen_clearer_api" bldFile="\sf\mw\classicui\classicui_pub\screen_clearer_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="screen_mode_api">
-<unit unitID="sf_mw_classicui_classicui_pub_screen_mode_api" name="screen_mode_api" bldFile="\sf\mw\classicui\classicui_pub\screen_mode_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="screen_saver_api">
-<unit unitID="sf_mw_classicui_classicui_pub_screen_saver_api" name="screen_saver_api" bldFile="\sf\mw\classicui\classicui_pub\screen_saver_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="scroller_api">
-<unit unitID="sf_mw_classicui_classicui_pub_scroller_api" name="scroller_api" bldFile="\sf\mw\classicui\classicui_pub\scroller_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="searchfield_api">
-<unit unitID="sf_mw_classicui_classicui_pub_searchfield_api" name="searchfield_api" bldFile="\sf\mw\classicui\classicui_pub\searchfield_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="server_application_api">
-<unit unitID="sf_mw_classicui_classicui_pub_server_application_api" name="server_application_api" bldFile="\sf\mw\classicui\classicui_pub\server_application_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="setting_pages_api">
-<unit unitID="sf_mw_classicui_classicui_pub_setting_pages_api" name="setting_pages_api" bldFile="\sf\mw\classicui\classicui_pub\setting_pages_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="slider_api">
-<unit unitID="sf_mw_classicui_classicui_pub_slider_api" name="slider_api" bldFile="\sf\mw\classicui\classicui_pub\slider_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="sounds_api">
-<unit unitID="sf_mw_classicui_classicui_pub_sounds_api" name="sounds_api" bldFile="\sf\mw\classicui\classicui_pub\sounds_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="status_pane_api">
-<unit unitID="sf_mw_classicui_classicui_pub_status_pane_api" name="status_pane_api" bldFile="\sf\mw\classicui\classicui_pub\status_pane_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="stylus_popup_menu_api">
-<unit unitID="sf_mw_classicui_classicui_pub_stylus_popup_menu_api" name="stylus_popup_menu_api" bldFile="\sf\mw\classicui\classicui_pub\stylus_popup_menu_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="tabs_api">
-<unit unitID="sf_mw_classicui_classicui_pub_tabs_api" name="tabs_api" bldFile="\sf\mw\classicui\classicui_pub\tabs_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="title_pane_api">
-<unit unitID="sf_mw_classicui_classicui_pub_title_pane_api" name="title_pane_api" bldFile="\sf\mw\classicui\classicui_pub\title_pane_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="title_pane_touch_observer_api">
-<unit unitID="sf_mw_classicui_classicui_pub_title_pane_touch_observer_api" name="title_pane_touch_observer_api" bldFile="\sf\mw\classicui\classicui_pub\title_pane_touch_observer_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="toolbar_api">
-<unit unitID="sf_mw_classicui_classicui_pub_toolbar_api" name="toolbar_api" bldFile="\sf\mw\classicui\classicui_pub\toolbar_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="touch_pane_api">
-<unit unitID="sf_mw_classicui_classicui_pub_touch_pane_api" name="touch_pane_api" bldFile="\sf\mw\classicui\classicui_pub\touch_pane_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="touch_pane_observer_api">
-<unit unitID="sf_mw_classicui_classicui_pub_touch_pane_observer_api" name="touch_pane_observer_api" bldFile="\sf\mw\classicui\classicui_pub\touch_pane_observer_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="touch_ui_utilities_api">
-<unit unitID="sf_mw_classicui_classicui_pub_touch_ui_utilities_api" name="touch_ui_utilities_api" bldFile="\sf\mw\classicui\classicui_pub\touch_ui_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="uikon_core_controls">
-<unit unitID="sf_mw_classicui_classicui_pub_uikon_core_controls" name="uikon_core_controls" bldFile="\sf\mw\classicui\classicui_pub\uikon_core_controls\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="ui_framework_definitions_api">
-<unit unitID="sf_mw_classicui_classicui_pub_ui_framework_definitions_api" name="ui_framework_definitions_api" bldFile="\sf\mw\classicui\classicui_pub\ui_framework_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="ui_framework_utilities_api">
-<unit unitID="sf_mw_classicui_classicui_pub_ui_framework_utilities_api" name="ui_framework_utilities_api" bldFile="\sf\mw\classicui\classicui_pub\ui_framework_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="volume_control_api">
-<unit unitID="sf_mw_classicui_classicui_pub_volume_control_api" name="volume_control_api" bldFile="\sf\mw\classicui\classicui_pub\volume_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="classicui_pub">
-<component name="window_server_event_observer_api">
-<unit unitID="sf_mw_classicui_classicui_pub_window_server_event_observer_api" name="window_server_event_observer_api" bldFile="\sf\mw\classicui\classicui_pub\window_server_event_observer_api\group" mrp=""/>
-</component>
-</module>
-<module name="commonuis">
-<component name="CommonDialogs">
-<unit unitID="sf_mw_classicui_commonuis_CommonDialogs" name="CommonDialogs" bldFile="\sf\mw\classicui\commonuis\CommonDialogs\group" mrp=""/>
-</component>
-</module>
-<module name="commonuis">
-<component name="group_test">
-<unit unitID="sf_mw_classicui_commonuis_group_test" name="group_test" bldFile="\sf\mw\classicui\commonuis\CommonDialogs\group_test" mrp=""/>
-</component>
-</module>
-<module name="commonuis">
-<component name="CommonUi">
-<unit unitID="sf_mw_classicui_commonuis_CommonUi" name="CommonUi" bldFile="\sf\mw\classicui\commonuis\CommonUi\group" mrp=""/>
-</component>
-</module>
-<module name="commonuis">
-<component name="commonuis">
-<unit unitID="sf_mw_classicui_commonuis" name="commonuis" bldFile="\sf\mw\classicui\commonuis\group" mrp=""/>
-</component>
-</module>
-<module name="psln">
-<component name="psln">
-<unit unitID="sf_mw_classicui_psln" name="psln" bldFile="\sf\mw\classicui\psln\Group" mrp=""/>
-</component>
-</module>
-<module name="psln">
-<component name="pslnengine">
-<unit unitID="sf_mw_classicui_psln_pslnengine" name="pslnengine" bldFile="\sf\mw\classicui\psln\pslnengine\group" mrp=""/>
-</component>
-</module>
-<module name="psln">
-<component name="PslnFramework">
-<unit unitID="sf_mw_classicui_psln_PslnFramework" name="PslnFramework" bldFile="\sf\mw\classicui\psln\PslnFramework" mrp=""/>
-</component>
-</module>
-<module name="psln">
-<component name="PslnGSPlugin">
-<unit unitID="sf_mw_classicui_psln_PslnGSPlugin" name="PslnGSPlugin" bldFile="\sf\mw\classicui\psln\PslnGSPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="psln">
-<component name="pslnslidesetdialog">
-<unit unitID="sf_mw_classicui_psln_pslnslidesetdialog" name="pslnslidesetdialog" bldFile="\sf\mw\classicui\psln\pslnslidesetdialog\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="AknGlobalUI">
-<unit unitID="sf_mw_classicui_uifw_AknGlobalUI" name="AknGlobalUI" bldFile="\sf\mw\classicui\uifw\AknGlobalUI\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="akncompamode">
-<unit unitID="sf_mw_classicui_uifw_akncompamode" name="akncompamode" bldFile="\sf\mw\classicui\uifw\AvKon\akncompamode\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="gs">
-<unit unitID="sf_mw_classicui_uifw_gs" name="gs" bldFile="\sf\mw\classicui\uifw\AvKon\akncompamode\gs\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="srv">
-<unit unitID="sf_mw_classicui_uifw_srv" name="srv" bldFile="\sf\mw\classicui\uifw\AvKon\akncompamode\srv\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="AknExtendedFader">
-<unit unitID="sf_mw_classicui_uifw_AknExtendedFader" name="AknExtendedFader" bldFile="\sf\mw\classicui\uifw\AvKon\AknExtendedFader\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="aknhlist">
-<unit unitID="sf_mw_classicui_uifw_aknhlist" name="aknhlist" bldFile="\sf\mw\classicui\uifw\AvKon\aknhlist\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="AknKeyRotator">
-<unit unitID="sf_mw_classicui_uifw_AknKeyRotator" name="AknKeyRotator" bldFile="\sf\mw\classicui\uifw\AvKon\AknKeyRotator\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="AknListLoaderTfx">
-<unit unitID="sf_mw_classicui_uifw_AknListLoaderTfx" name="AknListLoaderTfx" bldFile="\sf\mw\classicui\uifw\AvKon\AknListLoaderTfx\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="AknTransitionUtils">
-<unit unitID="sf_mw_classicui_uifw_AknTransitionUtils" name="AknTransitionUtils" bldFile="\sf\mw\classicui\uifw\AvKon\AknTransitionUtils\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="AvKon">
-<unit unitID="sf_mw_classicui_uifw_AvKon" name="AvKon" bldFile="\sf\mw\classicui\uifw\AvKon\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="PreBuilder">
-<unit unitID="sf_mw_classicui_uifw_PreBuilder" name="PreBuilder" bldFile="\sf\mw\classicui\uifw\AvKon\PreBuilder" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="eikctl">
-<unit unitID="sf_mw_classicui_uifw_eikctl" name="eikctl" bldFile="\sf\mw\classicui\uifw\eikctl\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="EikStd">
-<unit unitID="sf_mw_classicui_uifw_EikStd" name="EikStd" bldFile="\sf\mw\classicui\uifw\EikStd\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="uifw">
-<unit unitID="sf_mw_classicui_uifw" name="uifw" bldFile="\sf\mw\classicui\uifw\group" mrp=""/>
-</component>
-</module>
-<module name="uifw">
-<component name="uiklaf">
-<unit unitID="sf_mw_classicui_uifw_uiklaf" name="uiklaf" bldFile="\sf\mw\classicui\uifw\uiklaf\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="dlnasrv">
-<module name="dlnasrv">
-<component name="dlnasrv">
-<unit unitID="sf_mw_dlnasrv" name="dlnasrv" bldFile="\sf\mw\dlnasrv\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="dlnasrv_plat">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat" name="dlnasrv_plat" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_avcp_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_avcp_api" name="upnp_avcp_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_avcp_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_av_objects_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_av_objects_api" name="upnp_av_objects_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_av_objects_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_command_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_command_api" name="upnp_command_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_command_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_common_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_common_api" name="upnp_common_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_common_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_control_point_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_control_point_api" name="upnp_control_point_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_control_point_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_device_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_device_api" name="upnp_device_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_device_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_media_server_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_media_server_api" name="upnp_media_server_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_media_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_media_server_metadata_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_media_server_metadata_api" name="upnp_media_server_metadata_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_media_server_metadata_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_media_server_settings_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_media_server_settings_api" name="upnp_media_server_settings_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_media_server_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_plugin_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_plugin_api" name="upnp_plugin_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_security_plugin_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_security_plugin_api" name="upnp_security_plugin_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_security_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="dlnasrv_plat">
-<component name="upnp_utils_api">
-<unit unitID="sf_mw_dlnasrv_dlnasrv_plat_upnp_utils_api" name="upnp_utils_api" bldFile="\sf\mw\dlnasrv\dlnasrv_plat\upnp_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="homemedia">
-<component name="homemedia">
-<unit unitID="sf_mw_dlnasrv_homemedia" name="homemedia" bldFile="\sf\mw\dlnasrv\homemedia\group" mrp=""/>
-</component>
-</module>
-<module name="homemedia">
-<component name="homemedia">
-<unit unitID="sf_mw_dlnasrv_homemedia_1" name="homemedia_1" bldFile="\sf\mw\dlnasrv\homemedia\homemedia\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="cmfillmanager">
-<unit unitID="sf_mw_dlnasrv_homesync_cmfillmanager" name="cmfillmanager" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\cmserver\cmfillmanager\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="cmmemorymanager">
-<unit unitID="sf_mw_dlnasrv_homesync_cmmemorymanager" name="cmmemorymanager" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\cmserver\cmmemorymanager\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="cmscheduler">
-<unit unitID="sf_mw_dlnasrv_homesync_cmscheduler" name="cmscheduler" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\cmserver\cmscheduler\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="cmserver">
-<unit unitID="sf_mw_dlnasrv_homesync_cmserver" name="cmserver" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\cmserver\cmserver\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="cmstoremanager">
-<unit unitID="sf_mw_dlnasrv_homesync_cmstoremanager" name="cmstoremanager" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\cmserver\cmstoremanager\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="homesyncgsplugin">
-<unit unitID="sf_mw_dlnasrv_homesync_homesyncgsplugin" name="homesyncgsplugin" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\homesyncgsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="homesyncwizard">
-<unit unitID="sf_mw_dlnasrv_homesync_homesyncwizard" name="homesyncwizard" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\homesyncwizard\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="applicationengine">
-<unit unitID="sf_mw_dlnasrv_homesync_applicationengine" name="applicationengine" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\mediaservant\applicationengine\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="mediaservant">
-<unit unitID="sf_mw_dlnasrv_homesync_mediaservant" name="mediaservant" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\mediaservant\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="plugin">
-<unit unitID="sf_mw_dlnasrv_homesync_plugin" name="plugin" bldFile="\sf\mw\dlnasrv\homesync\contentmanager\mediaservant\plugin\group" mrp=""/>
-</component>
-</module>
-<module name="homesync">
-<component name="homesync">
-<unit unitID="sf_mw_dlnasrv_homesync" name="homesync" bldFile="\sf\mw\dlnasrv\homesync\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontroller">
-<component name="upnpavcontroller">
-<unit unitID="sf_mw_dlnasrv_upnpavcontroller" name="upnpavcontroller" bldFile="\sf\mw\dlnasrv\upnpavcontroller\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontroller">
-<component name="upnpavcontrollerclient">
-<unit unitID="sf_mw_dlnasrv_upnpavcontroller_upnpavcontrollerclient" name="upnpavcontrollerclient" bldFile="\sf\mw\dlnasrv\upnpavcontroller\upnpavcontrollerclient\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontroller">
-<component name="upnpavcontrollerhelper">
-<unit unitID="sf_mw_dlnasrv_upnpavcontroller_upnpavcontrollerhelper" name="upnpavcontrollerhelper" bldFile="\sf\mw\dlnasrv\upnpavcontroller\upnpavcontrollerhelper\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontroller">
-<component name="upnpavcontrollerserver">
-<unit unitID="sf_mw_dlnasrv_upnpavcontroller_upnpavcontrollerserver" name="upnpavcontrollerserver" bldFile="\sf\mw\dlnasrv\upnpavcontroller\upnpavcontrollerserver\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontroller">
-<component name="upnpxmlparser">
-<unit unitID="sf_mw_dlnasrv_upnpavcontroller_upnpxmlparser" name="upnpxmlparser" bldFile="\sf\mw\dlnasrv\upnpavcontroller\upnpxmlparser\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontrolpoint">
-<component name="avcontrolframework">
-<unit unitID="sf_mw_dlnasrv_upnpavcontrolpoint_avcontrolframework" name="avcontrolframework" bldFile="\sf\mw\dlnasrv\upnpavcontrolpoint\avcontrolframework\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontrolpoint">
-<component name="avcpengine">
-<unit unitID="sf_mw_dlnasrv_upnpavcontrolpoint_avcpengine" name="avcpengine" bldFile="\sf\mw\dlnasrv\upnpavcontrolpoint\avcpengine\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontrolpoint">
-<component name="avcpengineclient">
-<unit unitID="sf_mw_dlnasrv_upnpavcontrolpoint_avcpengineclient" name="avcpengineclient" bldFile="\sf\mw\dlnasrv\upnpavcontrolpoint\avcpengineclient\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontrolpoint">
-<component name="upnpavcontrolpoint">
-<unit unitID="sf_mw_dlnasrv_upnpavcontrolpoint" name="upnpavcontrolpoint" bldFile="\sf\mw\dlnasrv\upnpavcontrolpoint\group" mrp=""/>
-</component>
-</module>
-<module name="upnpavcontrolpoint">
-<component name="upnpaccessplugin">
-<unit unitID="sf_mw_dlnasrv_upnpavcontrolpoint_upnpaccessplugin" name="upnpaccessplugin" bldFile="\sf\mw\dlnasrv\upnpavcontrolpoint\upnpaccessplugin\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpframework">
-<unit unitID="sf_mw_dlnasrv_upnpframework" name="upnpframework" bldFile="\sf\mw\dlnasrv\upnpframework\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpaiwengine">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpaiwengine" name="upnpaiwengine" bldFile="\sf\mw\dlnasrv\upnpframework\upnpaiwengine\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpaiwprovider">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpaiwprovider" name="upnpaiwprovider" bldFile="\sf\mw\dlnasrv\upnpframework\upnpaiwprovider\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpbrowse">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpbrowse" name="upnpbrowse" bldFile="\sf\mw\dlnasrv\upnpframework\upnpbrowse\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpbrowseaction">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpbrowseaction" name="upnpbrowseaction" bldFile="\sf\mw\dlnasrv\upnpframework\upnpbrowse\upnpbrowseaction\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpbrowseengine">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpbrowseengine" name="upnpbrowseengine" bldFile="\sf\mw\dlnasrv\upnpframework\upnpbrowse\upnpbrowseengine\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpbrowsemain">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpbrowsemain" name="upnpbrowsemain" bldFile="\sf\mw\dlnasrv\upnpframework\upnpbrowse\upnpbrowsemain\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpbrowseui">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpbrowseui" name="upnpbrowseui" bldFile="\sf\mw\dlnasrv\upnpframework\upnpbrowse\upnpbrowseui\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpcommand">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpcommand" name="upnpcommand" bldFile="\sf\mw\dlnasrv\upnpframework\upnpcommand\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpcommonui">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpcommonui" name="upnpcommonui" bldFile="\sf\mw\dlnasrv\upnpframework\upnpcommonui\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpextensionpluginif">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpextensionpluginif" name="upnpextensionpluginif" bldFile="\sf\mw\dlnasrv\upnpframework\upnpextensionpluginif\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpfiletransferengine">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpfiletransferengine" name="upnpfiletransferengine" bldFile="\sf\mw\dlnasrv\upnpframework\upnpfiletransferengine\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnpmusicadapter">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnpmusicadapter" name="upnpmusicadapter" bldFile="\sf\mw\dlnasrv\upnpframework\upnpmusicadapter\group" mrp=""/>
-</component>
-</module>
-<module name="upnpframework">
-<component name="upnputilities">
-<unit unitID="sf_mw_dlnasrv_upnpframework_upnputilities" name="upnputilities" bldFile="\sf\mw\dlnasrv\upnpframework\upnputilities\group" mrp=""/>
-</component>
-</module>
-<module name="upnpharvester">
-<component name="common">
-<unit unitID="sf_mw_dlnasrv_upnpharvester_common" name="common" bldFile="\sf\mw\dlnasrv\upnpharvester\cdssync\common" mrp=""/>
-</component>
-</module>
-<module name="upnpharvester">
-<component name="cmlibrary">
-<unit unitID="sf_mw_dlnasrv_upnpharvester_cmlibrary" name="cmlibrary" bldFile="\sf\mw\dlnasrv\upnpharvester\common\cmlibrary\group" mrp=""/>
-</component>
-</module>
-<module name="upnpharvester">
-<component name="cmsettings">
-<unit unitID="sf_mw_dlnasrv_upnpharvester_cmsettings" name="cmsettings" bldFile="\sf\mw\dlnasrv\upnpharvester\common\cmsettings\group" mrp=""/>
-</component>
-</module>
-<module name="upnpharvester">
-<component name="cmsqlwrapper">
-<unit unitID="sf_mw_dlnasrv_upnpharvester_cmsqlwrapper" name="cmsqlwrapper" bldFile="\sf\mw\dlnasrv\upnpharvester\common\cmsqlwrapper\group" mrp=""/>
-</component>
-</module>
-<module name="upnpharvester">
-<component name="dbmanager">
-<unit unitID="sf_mw_dlnasrv_upnpharvester_dbmanager" name="dbmanager" bldFile="\sf\mw\dlnasrv\upnpharvester\common\dbmanager\group" mrp=""/>
-</component>
-</module>
-<module name="upnpharvester">
-<component name="upnpharvester">
-<unit unitID="sf_mw_dlnasrv_upnpharvester" name="upnpharvester" bldFile="\sf\mw\dlnasrv\upnpharvester\group" mrp=""/>
-</component>
-</module>
-<module name="upnpharvester">
-<component name="mdhserver">
-<unit unitID="sf_mw_dlnasrv_upnpharvester_mdhserver" name="mdhserver" bldFile="\sf\mw\dlnasrv\upnpharvester\mdhserver\group" mrp=""/>
-</component>
-</module>
-<module name="upnpmediaserver">
-<component name="avobjects">
-<unit unitID="sf_mw_dlnasrv_upnpmediaserver_avobjects" name="avobjects" bldFile="\sf\mw\dlnasrv\upnpmediaserver\avobjects\group" mrp=""/>
-</component>
-</module>
-<module name="upnpmediaserver">
-<component name="connectionmanagerservice">
-<unit unitID="sf_mw_dlnasrv_upnpmediaserver_connectionmanagerservice" name="connectionmanagerservice" bldFile="\sf\mw\dlnasrv\upnpmediaserver\connectionmanagerservice\group" mrp=""/>
-</component>
-</module>
-<module name="upnpmediaserver">
-<component name="contentdirectoryservice">
-<unit unitID="sf_mw_dlnasrv_upnpmediaserver_contentdirectoryservice" name="contentdirectoryservice" bldFile="\sf\mw\dlnasrv\upnpmediaserver\contentdirectoryservice\group" mrp=""/>
-</component>
-</module>
-<module name="upnpmediaserver">
-<component name="upnpmediaserver">
-<unit unitID="sf_mw_dlnasrv_upnpmediaserver" name="upnpmediaserver" bldFile="\sf\mw\dlnasrv\upnpmediaserver\group" mrp=""/>
-</component>
-</module>
-<module name="upnpmediaserver">
-<component name="mediaserverclient">
-<unit unitID="sf_mw_dlnasrv_upnpmediaserver_mediaserverclient" name="mediaserverclient" bldFile="\sf\mw\dlnasrv\upnpmediaserver\mediaserverclient\group" mrp=""/>
-</component>
-</module>
-<module name="upnpmediaserver">
-<component name="mediaserverengine">
-<unit unitID="sf_mw_dlnasrv_upnpmediaserver_mediaserverengine" name="mediaserverengine" bldFile="\sf\mw\dlnasrv\upnpmediaserver\mediaserverengine\group" mrp=""/>
-</component>
-</module>
-<module name="upnpmpxplugins">
-<component name="upnpmpxplugins">
-<unit unitID="sf_mw_dlnasrv_upnpmpxplugins" name="upnpmpxplugins" bldFile="\sf\mw\dlnasrv\upnpmpxplugins\group" mrp=""/>
-</component>
-</module>
-<module name="upnpmpxplugins">
-<component name="upnpplaybackplugins">
-<unit unitID="sf_mw_dlnasrv_upnpmpxplugins_upnpplaybackplugins" name="upnpplaybackplugins" bldFile="\sf\mw\dlnasrv\upnpmpxplugins\upnpplaybackplugins\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsettings">
-<component name="appwizard">
-<unit unitID="sf_mw_dlnasrv_upnpsettings_appwizard" name="appwizard" bldFile="\sf\mw\dlnasrv\upnpsettings\appwizard\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsettings">
-<component name="upnpsettings">
-<unit unitID="sf_mw_dlnasrv_upnpsettings" name="upnpsettings" bldFile="\sf\mw\dlnasrv\upnpsettings\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsettings">
-<component name="multiselectionui">
-<unit unitID="sf_mw_dlnasrv_upnpsettings_multiselectionui" name="multiselectionui" bldFile="\sf\mw\dlnasrv\upnpsettings\multiselectionui\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsettings">
-<component name="upnpgsplugin">
-<unit unitID="sf_mw_dlnasrv_upnpsettings_upnpgsplugin" name="upnpgsplugin" bldFile="\sf\mw\dlnasrv\upnpsettings\upnpgsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsettings">
-<component name="upnpsettingsengine">
-<unit unitID="sf_mw_dlnasrv_upnpsettings_upnpsettingsengine" name="upnpsettingsengine" bldFile="\sf\mw\dlnasrv\upnpsettings\upnpsettingsengine\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsettings">
-<component name="upnpsharingui">
-<unit unitID="sf_mw_dlnasrv_upnpsettings_upnpsharingui" name="upnpsharingui" bldFile="\sf\mw\dlnasrv\upnpsettings\upnpsharingui\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsharing">
-<component name="applicationengine">
-<unit unitID="sf_mw_dlnasrv_upnpsharing_applicationengine" name="applicationengine" bldFile="\sf\mw\dlnasrv\upnpsharing\applicationengine\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsharing">
-<component name="upnpsharing">
-<unit unitID="sf_mw_dlnasrv_upnpsharing" name="upnpsharing" bldFile="\sf\mw\dlnasrv\upnpsharing\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsharing">
-<component name="upnpcontentserver">
-<unit unitID="sf_mw_dlnasrv_upnpsharing_upnpcontentserver" name="upnpcontentserver" bldFile="\sf\mw\dlnasrv\upnpsharing\upnpcontentserver\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsharing">
-<component name="upnpdlnaprofiler">
-<unit unitID="sf_mw_dlnasrv_upnpsharing_upnpdlnaprofiler" name="upnpdlnaprofiler" bldFile="\sf\mw\dlnasrv\upnpsharing\upnpdlnaprofiler\group" mrp=""/>
-</component>
-</module>
-<module name="upnpsharing">
-<component name="upnpsecurity">
-<unit unitID="sf_mw_dlnasrv_upnpsharing_upnpsecurity" name="upnpsecurity" bldFile="\sf\mw\dlnasrv\upnpsharing\upnpsecurity\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="controlpointbase">
-<unit unitID="sf_mw_dlnasrv_upnpstack_controlpointbase" name="controlpointbase" bldFile="\sf\mw\dlnasrv\upnpstack\controlpointbase\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="wrapper">
-<unit unitID="sf_mw_dlnasrv_upnpstack_wrapper" name="wrapper" bldFile="\sf\mw\dlnasrv\upnpstack\controlpointbase\wrapper\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="dlnawebserver">
-<unit unitID="sf_mw_dlnasrv_upnpstack_dlnawebserver" name="dlnawebserver" bldFile="\sf\mw\dlnasrv\upnpstack\dlnawebserver\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="upnpstack">
-<unit unitID="sf_mw_dlnasrv_upnpstack" name="upnpstack" bldFile="\sf\mw\dlnasrv\upnpstack\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="messagehandler">
-<unit unitID="sf_mw_dlnasrv_upnpstack_messagehandler" name="messagehandler" bldFile="\sf\mw\dlnasrv\upnpstack\messagehandler\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="serviceframework">
-<unit unitID="sf_mw_dlnasrv_upnpstack_serviceframework" name="serviceframework" bldFile="\sf\mw\dlnasrv\upnpstack\serviceframework\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="wrapper">
-<unit unitID="sf_mw_dlnasrv_upnpstack_wrapper_1" name="wrapper_1" bldFile="\sf\mw\dlnasrv\upnpstack\serviceframework\wrapper\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="ssdpserver">
-<unit unitID="sf_mw_dlnasrv_upnpstack_ssdpserver" name="ssdpserver" bldFile="\sf\mw\dlnasrv\upnpstack\ssdpserver\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="upnpconnectionmanagersession">
-<unit unitID="sf_mw_dlnasrv_upnpstack_upnpconnectionmanagersession" name="upnpconnectionmanagersession" bldFile="\sf\mw\dlnasrv\upnpstack\upnpconnectionmanagersession\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="upnpconnmanager">
-<unit unitID="sf_mw_dlnasrv_upnpstack_upnpconnmanager" name="upnpconnmanager" bldFile="\sf\mw\dlnasrv\upnpstack\upnpconnmanager\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="upnphttptransfer">
-<unit unitID="sf_mw_dlnasrv_upnpstack_upnphttptransfer" name="upnphttptransfer" bldFile="\sf\mw\dlnasrv\upnpstack\upnphttptransfer\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="upnputils">
-<unit unitID="sf_mw_dlnasrv_upnpstack_upnputils" name="upnputils" bldFile="\sf\mw\dlnasrv\upnpstack\upnputils\group" mrp=""/>
-</component>
-</module>
-<module name="upnpstack">
-<component name="wrapper">
-<unit unitID="sf_mw_dlnasrv_upnpstack_wrapper_2" name="wrapper_2" bldFile="\sf\mw\dlnasrv\upnpstack\upnputils\wrapper\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="drm">
-<module name="drm">
-<component name="drm">
-<unit unitID="sf_mw_drm" name="drm" bldFile="\sf\mw\drm\group" mrp=""/>
-</component>
-</module>
-<module name="commondrm">
-<component name="drmserviceapiwrapper">
-<unit unitID="sf_mw_drm_commondrm_drmserviceapiwrapper" name="drmserviceapiwrapper" bldFile="\sf\mw\drm\commondrm\drmserviceapiwrapper\group" mrp=""/>
-</component>
-</module>
-<module name="commondrm">
-<component name="drmutility">
-<unit unitID="sf_mw_drm_commondrm_drmutility" name="drmutility" bldFile="\sf\mw\drm\commondrm\drmutility\group" mrp=""/>
-</component>
-</module>
-<module name="commondrm">
-<component name="commondrm">
-<unit unitID="sf_mw_drm_commondrm" name="commondrm" bldFile="\sf\mw\drm\commondrm\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="camese_framework_api">
-<unit unitID="sf_mw_drm_drm_plat_camese_framework_api" name="camese_framework_api" bldFile="\sf\mw\drm\drm_plat\camese_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="camese_utility_api">
-<unit unitID="sf_mw_drm_drm_plat_camese_utility_api" name="camese_utility_api" bldFile="\sf\mw\drm\drm_plat\camese_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="dcf_repository_api">
-<unit unitID="sf_mw_drm_drm_plat_dcf_repository_api" name="dcf_repository_api" bldFile="\sf\mw\drm\drm_plat\dcf_repository_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="drm_agents_api">
-<unit unitID="sf_mw_drm_drm_plat_drm_agents_api" name="drm_agents_api" bldFile="\sf\mw\drm\drm_plat\drm_agents_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="drm_common_api">
-<unit unitID="sf_mw_drm_drm_plat_drm_common_api" name="drm_common_api" bldFile="\sf\mw\drm\drm_plat\drm_common_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="drm_legacy_api">
-<unit unitID="sf_mw_drm_drm_plat_drm_legacy_api" name="drm_legacy_api" bldFile="\sf\mw\drm\drm_plat\drm_legacy_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="drm_license_manager_api">
-<unit unitID="sf_mw_drm_drm_plat_drm_license_manager_api" name="drm_license_manager_api" bldFile="\sf\mw\drm\drm_plat\drm_license_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="drm_rights_api">
-<unit unitID="sf_mw_drm_drm_plat_drm_rights_api" name="drm_rights_api" bldFile="\sf\mw\drm\drm_plat\drm_rights_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="drm_secondary_display_api">
-<unit unitID="sf_mw_drm_drm_plat_drm_secondary_display_api" name="drm_secondary_display_api" bldFile="\sf\mw\drm\drm_plat\drm_secondary_display_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="drm_service_api">
-<unit unitID="sf_mw_drm_drm_plat_drm_service_api" name="drm_service_api" bldFile="\sf\mw\drm\drm_plat\drm_service_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="drm_utility_api">
-<unit unitID="sf_mw_drm_drm_plat_drm_utility_api" name="drm_utility_api" bldFile="\sf\mw\drm\drm_plat\drm_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="drm_plat">
-<unit unitID="sf_mw_drm_drm_plat" name="drm_plat" bldFile="\sf\mw\drm\drm_plat\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="roap_api">
-<unit unitID="sf_mw_drm_drm_plat_roap_api" name="roap_api" bldFile="\sf\mw\drm\drm_plat\roap_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_plat">
-<component name="wmdrm_core_api">
-<unit unitID="sf_mw_drm_drm_plat_wmdrm_core_api" name="wmdrm_core_api" bldFile="\sf\mw\drm\drm_plat\wmdrm_core_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_pub">
-<component name="drm_helper_api">
-<unit unitID="sf_mw_drm_drm_pub_drm_helper_api" name="drm_helper_api" bldFile="\sf\mw\drm\drm_pub\drm_helper_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_pub">
-<component name="drm_license_checker_api">
-<unit unitID="sf_mw_drm_drm_pub_drm_license_checker_api" name="drm_license_checker_api" bldFile="\sf\mw\drm\drm_pub\drm_license_checker_api\group" mrp=""/>
-</component>
-</module>
-<module name="drm_pub">
-<component name="drm_pub">
-<unit unitID="sf_mw_drm_drm_pub" name="drm_pub" bldFile="\sf\mw\drm\drm_pub\group" mrp=""/>
-</component>
-</module>
-<module name="drm_pub">
-<component name="oma_drm_caf_agent_api">
-<unit unitID="sf_mw_drm_drm_pub_oma_drm_caf_agent_api" name="oma_drm_caf_agent_api" bldFile="\sf\mw\drm\drm_pub\oma_drm_caf_agent_api\group" mrp=""/>
-</component>
-</module>
-<module name="omadrm">
-<component name="drmhelperserver">
-<unit unitID="sf_mw_drm_omadrm_drmhelperserver" name="drmhelperserver" bldFile="\sf\mw\drm\omadrm\drmhelper\drmhelperserver\group" mrp=""/>
-</component>
-</module>
-<module name="omadrm">
-<component name="drmhelper">
-<unit unitID="sf_mw_drm_omadrm_drmhelper" name="drmhelper" bldFile="\sf\mw\drm\omadrm\drmhelper\group" mrp=""/>
-</component>
-</module>
-<module name="omadrm">
-<component name="drmlicensemanager">
-<unit unitID="sf_mw_drm_omadrm_drmlicensemanager" name="drmlicensemanager" bldFile="\sf\mw\drm\omadrm\drmlicensemanager\group" mrp=""/>
-</component>
-</module>
-<module name="omadrm">
-<component name="drmfilter">
-<unit unitID="sf_mw_drm_omadrm_drmfilter" name="drmfilter" bldFile="\sf\mw\drm\omadrm\drmplugins\drmfilter\group" mrp=""/>
-</component>
-</module>
-<module name="omadrm">
-<component name="drmrecognizer">
-<unit unitID="sf_mw_drm_omadrm_drmrecognizer" name="drmrecognizer" bldFile="\sf\mw\drm\omadrm\drmplugins\drmrecognizer\group" mrp=""/>
-</component>
-</module>
-<module name="omadrm">
-<component name="drmrohandler">
-<unit unitID="sf_mw_drm_omadrm_drmrohandler" name="drmrohandler" bldFile="\sf\mw\drm\omadrm\drmplugins\drmrohandler\group" mrp=""/>
-</component>
-</module>
-<module name="omadrm">
-<component name="drmromtm">
-<unit unitID="sf_mw_drm_omadrm_drmromtm" name="drmromtm" bldFile="\sf\mw\drm\omadrm\drmplugins\drmromtm\group" mrp=""/>
-</component>
-</module>
-<module name="omadrm">
-<component name="drmroapwbxmlparser">
-<unit unitID="sf_mw_drm_omadrm_drmroapwbxmlparser" name="drmroapwbxmlparser" bldFile="\sf\mw\drm\omadrm\drmroapwbxmlparser\group" mrp=""/>
-</component>
-</module>
-<module name="omadrm">
-<component name="omadrm">
-<unit unitID="sf_mw_drm_omadrm" name="omadrm" bldFile="\sf\mw\drm\omadrm\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="cameseutility">
-<unit unitID="sf_mw_drm_wmdrm_cameseutility" name="cameseutility" bldFile="\sf\mw\drm\wmdrm\camese\cameseutility\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="cameseutility_dist">
-<unit unitID="sf_mw_drm_wmdrm_cameseutility_dist" name="cameseutility_dist" bldFile="\sf\mw\drm\wmdrm\camese\cameseutility_dist\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="camese">
-<unit unitID="sf_mw_drm_wmdrm_camese" name="camese" bldFile="\sf\mw\drm\wmdrm\camese\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="httpfiltercamese">
-<unit unitID="sf_mw_drm_wmdrm_httpfiltercamese" name="httpfiltercamese" bldFile="\sf\mw\drm\wmdrm\camese\httpfiltercamese\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmdla">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmdla" name="wmdrmdla" bldFile="\sf\mw\drm\wmdrm\camese\wmdrmdla\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmdlaapp">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmdlaapp" name="wmdrmdlaapp" bldFile="\sf\mw\drm\wmdrm\camese\wmdrmdlaapp\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmdladefaulthttpplugin">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmdladefaulthttpplugin" name="wmdrmdladefaulthttpplugin" bldFile="\sf\mw\drm\wmdrm\camese\wmdrmdladefaulthttpplugin\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmdladefaultuiplugin">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmdladefaultuiplugin" name="wmdrmdladefaultuiplugin" bldFile="\sf\mw\drm\wmdrm\camese\wmdrmdladefaultuiplugin\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmdlautils">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmdlautils" name="wmdrmdlautils" bldFile="\sf\mw\drm\wmdrm\camese\wmdrmdlautils\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmdlawrapper">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmdlawrapper" name="wmdrmdlawrapper" bldFile="\sf\mw\drm\wmdrm\camese\wmdrmdlawrapper\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmdla_dist">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmdla_dist" name="wmdrmdla_dist" bldFile="\sf\mw\drm\wmdrm\camese\wmdrmdla_dist\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrm">
-<unit unitID="sf_mw_drm_wmdrm" name="wmdrm" bldFile="\sf\mw\drm\wmdrm\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmagent">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmagent" name="wmdrmagent" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmagent\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmagent_dist">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmagent_dist" name="wmdrmagent_dist" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmagent_dist\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="client">
-<unit unitID="sf_mw_drm_wmdrm_client" name="client" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmfileserver\client\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="server">
-<unit unitID="sf_mw_drm_wmdrm_server" name="server" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmfileserver\server\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="client">
-<unit unitID="sf_mw_drm_wmdrm_client_1" name="client_1" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmpkserver\client\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="clientwrapper">
-<unit unitID="sf_mw_drm_wmdrm_clientwrapper" name="clientwrapper" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmpkserver\clientwrapper\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="server">
-<unit unitID="sf_mw_drm_wmdrm_server_1" name="server_1" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmpkserver\server\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="client">
-<unit unitID="sf_mw_drm_wmdrm_client_2" name="client_2" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmserver\client\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="clientwrapper">
-<unit unitID="sf_mw_drm_wmdrm_clientwrapper_1" name="clientwrapper_1" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmserver\clientwrapper\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="server">
-<unit unitID="sf_mw_drm_wmdrm_server_2" name="server_2" bldFile="\sf\mw\drm\wmdrm\wmdrmengine\wmdrmserver\server\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="helix">
-<unit unitID="sf_mw_drm_wmdrm_helix" name="helix" bldFile="\sf\mw\drm\wmdrm\wmdrmplugins\helix" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="mtp_dist">
-<unit unitID="sf_mw_drm_wmdrm_mtp_dist" name="mtp_dist" bldFile="\sf\mw\drm\wmdrm\wmdrmplugins\mtp_dist\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrm">
-<component name="wmdrmota">
-<unit unitID="sf_mw_drm_wmdrm_wmdrmota" name="wmdrmota" bldFile="\sf\mw\drm\wmdrm\wmdrmplugins\wmdrmota\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="hapticsservices">
-<module name="hapticsservices">
-<component name="hapticsservices">
-<unit unitID="sf_mw_hapticsservices" name="hapticsservices" bldFile="\sf\mw\hapticsservices\group" mrp=""/>
-</component>
-</module>
-<module name="hapticsservices_plat">
-<component name="hapticsservices_plat">
-<unit unitID="sf_mw_hapticsservices_hapticsservices_plat" name="hapticsservices_plat" bldFile="\sf\mw\hapticsservices\hapticsservices_plat\group" mrp=""/>
-</component>
-</module>
-<module name="hapticsservices_plat">
-<component name="tactile_feedback_server_api">
-<unit unitID="sf_mw_hapticsservices_hapticsservices_plat_tactile_feedback_server_api" name="tactile_feedback_server_api" bldFile="\sf\mw\hapticsservices\hapticsservices_plat\tactile_feedback_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="hapticsservices_pub">
-<component name="hapticsservices_pub">
-<unit unitID="sf_mw_hapticsservices_hapticsservices_pub" name="hapticsservices_pub" bldFile="\sf\mw\hapticsservices\hapticsservices_pub\group" mrp=""/>
-</component>
-</module>
-<module name="hapticsservices_pub">
-<component name="tactile_feedback_client_api">
-<unit unitID="sf_mw_hapticsservices_hapticsservices_pub_tactile_feedback_client_api" name="tactile_feedback_client_api" bldFile="\sf\mw\hapticsservices\hapticsservices_pub\tactile_feedback_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="tactilefeedback">
-<component name="tactilefeedback">
-<unit unitID="sf_mw_hapticsservices_tactilefeedback" name="tactilefeedback" bldFile="\sf\mw\hapticsservices\tactilefeedback\group" mrp=""/>
-</component>
-</module>
-<module name="tactilefeedback">
-<component name="tactileactionplugin">
-<unit unitID="sf_mw_hapticsservices_tactilefeedback_tactileactionplugin" name="tactileactionplugin" bldFile="\sf\mw\hapticsservices\tactilefeedback\tactileactionplugin\group" mrp=""/>
-</component>
-</module>
-<module name="tactilefeedback">
-<component name="tactilearearegistry">
-<unit unitID="sf_mw_hapticsservices_tactilefeedback_tactilearearegistry" name="tactilearearegistry" bldFile="\sf\mw\hapticsservices\tactilefeedback\tactilearearegistry\group" mrp=""/>
-</component>
-</module>
-<module name="tactilefeedback">
-<component name="tactileclickplugin">
-<unit unitID="sf_mw_hapticsservices_tactilefeedback_tactileclickplugin" name="tactileclickplugin" bldFile="\sf\mw\hapticsservices\tactilefeedback\tactileclickplugin\group" mrp=""/>
-</component>
-</module>
-<module name="tactilefeedback">
-<component name="tactilefeedbackclient">
-<unit unitID="sf_mw_hapticsservices_tactilefeedback_tactilefeedbackclient" name="tactilefeedbackclient" bldFile="\sf\mw\hapticsservices\tactilefeedback\tactilefeedbackclient\group" mrp=""/>
-</component>
-</module>
-<module name="tactilefeedback">
-<component name="tactilefeedbackresolver">
-<unit unitID="sf_mw_hapticsservices_tactilefeedback_tactilefeedbackresolver" name="tactilefeedbackresolver" bldFile="\sf\mw\hapticsservices\tactilefeedback\tactilefeedbackresolver\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="helix">
-<module name="helix">
-<component name="helix">
-<unit unitID="sf_mw_helix" name="helix" bldFile="\sf\mw\helix\group" mrp=""/>
-</component>
-</module>
-<module name="helix_plat">
-<component name="external_packet_source_api">
-<unit unitID="sf_mw_helix_helix_plat_external_packet_source_api" name="external_packet_source_api" bldFile="\sf\mw\helix\helix_plat\external_packet_source_api\group" mrp=""/>
-</component>
-</module>
-<module name="helix_plat">
-<component name="helix_plat">
-<unit unitID="sf_mw_helix_helix_plat" name="helix_plat" bldFile="\sf\mw\helix\helix_plat\group" mrp=""/>
-</component>
-</module>
-<module name="helix_plat">
-<component name="helix_features">
-<unit unitID="sf_mw_helix_helix_plat_helix_features" name="helix_features" bldFile="\sf\mw\helix\helix_plat\helix_features\group" mrp=""/>
-</component>
-</module>
-<module name="helix_plat">
-<component name="helix_meta_data_utility">
-<unit unitID="sf_mw_helix_helix_plat_helix_meta_data_utility" name="helix_meta_data_utility" bldFile="\sf\mw\helix\helix_plat\helix_meta_data_utility\group" mrp=""/>
-</component>
-</module>
-<module name="helix_plat">
-<component name="metadata_update_event_api">
-<unit unitID="sf_mw_helix_helix_plat_metadata_update_event_api" name="metadata_update_event_api" bldFile="\sf\mw\helix\helix_plat\metadata_update_event_api\group" mrp=""/>
-</component>
-</module>
-<module name="helix_plat">
-<component name="scaling_custom_ommand_api">
-<unit unitID="sf_mw_helix_helix_plat_scaling_custom_ommand_api" name="scaling_custom_ommand_api" bldFile="\sf\mw\helix\helix_plat\scaling_custom_ommand_api\group" mrp=""/>
-</component>
-</module>
-<module name="helix_pub">
-<component name="helix_pub">
-<unit unitID="sf_mw_helix_helix_pub" name="helix_pub" bldFile="\sf\mw\helix\helix_pub\group" mrp=""/>
-</component>
-</module>
-<module name="helix_pub">
-<component name="rop_custom_commands_api">
-<unit unitID="sf_mw_helix_helix_pub_rop_custom_commands_api" name="rop_custom_commands_api" bldFile="\sf\mw\helix\helix_pub\rop_custom_commands_api\group" mrp=""/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="helix_ren">
-<unit unitID="sf_mw_helix_helix_ren" name="helix_ren" bldFile="\sf\mw\helix\helix_ren\group" mrp=""/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="helixrfsplugin">
-<unit unitID="sf_mw_helix_helix_ren_helixrfsplugin" name="helixrfsplugin" bldFile="\sf\mw\helix\helix_ren\helixrfsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="helix_binary">
-<unit unitID="sf_mw_helix_helix_ren_helix_binary" name="helix_binary" bldFile="\sf\mw\helix\helix_ren\helix_binary\group" mrp=""/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="device">
-<unit unitID="sf_mw_helix_helix_ren_device" name="device" bldFile="\sf\mw\helix\helix_ren\src\audio\device" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fixptresampler">
-<unit unitID="sf_mw_helix_helix_ren_fixptresampler" name="fixptresampler" bldFile="\sf\mw\helix\helix_ren\src\audio\fixptresampler" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fixptutil">
-<unit unitID="sf_mw_helix_helix_ren_fixptutil" name="fixptutil" bldFile="\sf\mw\helix\helix_ren\src\audio\fixptutil" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="limiter">
-<unit unitID="sf_mw_helix_helix_ren_limiter" name="limiter" bldFile="\sf\mw\helix\helix_ren\src\audio\limiter" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="resampler">
-<unit unitID="sf_mw_helix_helix_ren_resampler" name="resampler" bldFile="\sf\mw\helix\helix_ren\src\audio\resampler" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="audiosvc">
-<unit unitID="sf_mw_helix_helix_ren_audiosvc" name="audiosvc" bldFile="\sf\mw\helix\helix_ren\src\client\audiosvc" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="container">
-<unit unitID="sf_mw_helix_helix_ren_container" name="container" bldFile="\sf\mw\helix\helix_ren\src\client\common\container" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="netio">
-<unit unitID="sf_mw_helix_helix_ren_netio" name="netio" bldFile="\sf\mw\helix\helix_ren\src\client\common\netio" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="system">
-<unit unitID="sf_mw_helix_helix_ren_system" name="system" bldFile="\sf\mw\helix\helix_ren\src\client\common\system" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="util">
-<unit unitID="sf_mw_helix_helix_ren_util" name="util" bldFile="\sf\mw\helix\helix_ren\src\client\common\util" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="core">
-<unit unitID="sf_mw_helix_helix_ren_core" name="core" bldFile="\sf\mw\helix\helix_ren\src\client\core" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="netwksvc">
-<unit unitID="sf_mw_helix_helix_ren_netwksvc" name="netwksvc" bldFile="\sf\mw\helix\helix_ren\src\client\netwksvc" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="videosvc">
-<unit unitID="sf_mw_helix_helix_ren_videosvc" name="videosvc" bldFile="\sf\mw\helix\helix_ren\src\client\videosvc" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="symbianMmf">
-<unit unitID="sf_mw_helix_helix_ren_symbianMmf" name="symbianMmf" bldFile="\sf\mw\helix\helix_ren\src\clientapps\symbianMmf" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="audiocontroller">
-<unit unitID="sf_mw_helix_helix_ren_audiocontroller" name="audiocontroller" bldFile="\sf\mw\helix\helix_ren\src\clientapps\symbianMmf\audiocontroller" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common" name="common" bldFile="\sf\mw\helix\helix_ren\src\clientapps\symbianMmf\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="videocontroller">
-<unit unitID="sf_mw_helix_helix_ren_videocontroller" name="videocontroller" bldFile="\sf\mw\helix\helix_ren\src\clientapps\symbianMmf\videocontroller" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="wmvextcontroller">
-<unit unitID="sf_mw_helix_helix_ren_wmvextcontroller" name="wmvextcontroller" bldFile="\sf\mw\helix\helix_ren\src\clientapps\symbianMmf\wmvextcontroller" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="container">
-<unit unitID="sf_mw_helix_helix_ren_container_1" name="container_1" bldFile="\sf\mw\helix\helix_ren\src\common\container" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="dbgtool">
-<unit unitID="sf_mw_helix_helix_ren_dbgtool" name="dbgtool" bldFile="\sf\mw\helix\helix_ren\src\common\dbgtool" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fileio">
-<unit unitID="sf_mw_helix_helix_ren_fileio" name="fileio" bldFile="\sf\mw\helix\helix_ren\src\common\fileio" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="xml">
-<unit unitID="sf_mw_helix_helix_ren_xml" name="xml" bldFile="\sf\mw\helix\helix_ren\src\common\lang\xml" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="logcommon">
-<unit unitID="sf_mw_helix_helix_ren_logcommon" name="logcommon" bldFile="\sf\mw\helix\helix_ren\src\common\log\logcommon" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="logobserverfile">
-<unit unitID="sf_mw_helix_helix_ren_logobserverfile" name="logobserverfile" bldFile="\sf\mw\helix\helix_ren\src\common\log\logobserverfile" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="logsystem">
-<unit unitID="sf_mw_helix_helix_ren_logsystem" name="logsystem" bldFile="\sf\mw\helix\helix_ren\src\common\log\logsystem" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="logutil">
-<unit unitID="sf_mw_helix_helix_ren_logutil" name="logutil" bldFile="\sf\mw\helix\helix_ren\src\common\log\logutil" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="netio">
-<unit unitID="sf_mw_helix_helix_ren_netio_1" name="netio_1" bldFile="\sf\mw\helix\helix_ren\src\common\netio" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="runtime">
-<unit unitID="sf_mw_helix_helix_ren_runtime" name="runtime" bldFile="\sf\mw\helix\helix_ren\src\common\runtime" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="system">
-<unit unitID="sf_mw_helix_helix_ren_system_1" name="system_1" bldFile="\sf\mw\helix\helix_ren\src\common\system" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="util">
-<unit unitID="sf_mw_helix_helix_ren_util_1" name="util_1" bldFile="\sf\mw\helix\helix_ren\src\common\util" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fileformat">
-<unit unitID="sf_mw_helix_helix_ren_fileformat" name="fileformat" bldFile="\sf\mw\helix\helix_ren\src\datatype\aac\fileformat" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="parser">
-<unit unitID="sf_mw_helix_helix_ren_parser" name="parser" bldFile="\sf\mw\helix\helix_ren\src\datatype\aac\parser" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="payload">
-<unit unitID="sf_mw_helix_helix_ren_payload" name="payload" bldFile="\sf\mw\helix\helix_ren\src\datatype\aac\payload" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_1" name="common_1" bldFile="\sf\mw\helix\helix_ren\src\datatype\amr\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fileformat">
-<unit unitID="sf_mw_helix_helix_ren_fileformat_1" name="fileformat_1" bldFile="\sf\mw\helix\helix_ren\src\datatype\amr\fileformat" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="payload">
-<unit unitID="sf_mw_helix_helix_ren_payload_1" name="payload_1" bldFile="\sf\mw\helix\helix_ren\src\datatype\amr\payload" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fileformat">
-<unit unitID="sf_mw_helix_helix_ren_fileformat_2" name="fileformat_2" bldFile="\sf\mw\helix\helix_ren\src\datatype\avi\fileformat" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="audrend">
-<unit unitID="sf_mw_helix_helix_ren_audrend" name="audrend" bldFile="\sf\mw\helix\helix_ren\src\datatype\common\audrend" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="container">
-<unit unitID="sf_mw_helix_helix_ren_container_2" name="container_2" bldFile="\sf\mw\helix\helix_ren\src\datatype\common\container" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="util">
-<unit unitID="sf_mw_helix_helix_ren_util_2" name="util_2" bldFile="\sf\mw\helix\helix_ren\src\datatype\common\util" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="datatype">
-<unit unitID="sf_mw_helix_helix_ren_datatype_audio" name="datatype_audio" bldFile="\sf\mw\helix\helix_ren\src\datatype\group\audio" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="payload">
-<unit unitID="sf_mw_helix_helix_ren_payload_2" name="payload_2" bldFile="\sf\mw\helix\helix_ren\src\datatype\h263\payload" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="wma">
-<unit unitID="sf_mw_helix_helix_ren_wma" name="wma" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\audio\arm\wma" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_2" name="common_2" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\audio\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="dsp">
-<unit unitID="sf_mw_helix_helix_ren_dsp" name="dsp" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\audio\dsp" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_3" name="common_3" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\video\format\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="flv">
-<unit unitID="sf_mw_helix_helix_ren_flv" name="flv" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\video\format\flv" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="h263">
-<unit unitID="sf_mw_helix_helix_ren_h263" name="h263" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\video\format\h263" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="h264">
-<unit unitID="sf_mw_helix_helix_ren_h264" name="h264" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\video\format\h264" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="mp4">
-<unit unitID="sf_mw_helix_helix_ren_mp4" name="mp4" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\video\format\mp4" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="rm">
-<unit unitID="sf_mw_helix_helix_ren_rm" name="rm" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\video\format\rm" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="wmv">
-<unit unitID="sf_mw_helix_helix_ren_wmv" name="wmv" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\video\format\wmv" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="renderer">
-<unit unitID="sf_mw_helix_helix_ren_renderer" name="renderer" bldFile="\sf\mw\helix\helix_ren\src\datatype\mdf\video\renderer" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="codec">
-<unit unitID="sf_mw_helix_helix_ren_codec" name="codec" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp3\codec" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fixpt">
-<unit unitID="sf_mw_helix_helix_ren_fixpt" name="fixpt" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp3\codec\fixpt" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_4" name="common_4" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp3\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="decoder">
-<unit unitID="sf_mw_helix_helix_ren_decoder" name="decoder" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp3\decoder" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fileformat">
-<unit unitID="sf_mw_helix_helix_ren_fileformat_3" name="fileformat_3" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp3\fileformat" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="id3lib">
-<unit unitID="sf_mw_helix_helix_ren_id3lib" name="id3lib" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp3\import\id3lib" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="payload">
-<unit unitID="sf_mw_helix_helix_ren_payload_3" name="payload_3" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp3\payload" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="renderer">
-<unit unitID="sf_mw_helix_helix_ren_renderer_1" name="renderer_1" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp3\renderer" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="mdf">
-<unit unitID="sf_mw_helix_helix_ren_mdf" name="mdf" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp4\audio\mdf" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="renderer">
-<unit unitID="sf_mw_helix_helix_ren_renderer_2" name="renderer_2" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp4\audio\renderer" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_5" name="common_5" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp4\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fileformat">
-<unit unitID="sf_mw_helix_helix_ren_fileformat_4" name="fileformat_4" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp4\fileformat" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="payload">
-<unit unitID="sf_mw_helix_helix_ren_payload_4" name="payload_4" bldFile="\sf\mw\helix\helix_ren\src\datatype\mp4\payload" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="renderer">
-<unit unitID="sf_mw_helix_helix_ren_renderer_3" name="renderer_3" bldFile="\sf\mw\helix\helix_ren\src\datatype\null\renderer" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_6" name="common_6" bldFile="\sf\mw\helix\helix_ren\src\datatype\rm\audio\codec\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="ra8lbr">
-<unit unitID="sf_mw_helix_helix_ren_ra8lbr" name="ra8lbr" bldFile="\sf\mw\helix\helix_ren\src\datatype\rm\audio\codec\ra8lbr" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="sipro">
-<unit unitID="sf_mw_helix_helix_ren_sipro" name="sipro" bldFile="\sf\mw\helix\helix_ren\src\datatype\rm\audio\codec\sipro" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="payload">
-<unit unitID="sf_mw_helix_helix_ren_payload_5" name="payload_5" bldFile="\sf\mw\helix\helix_ren\src\datatype\rm\audio\payload" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="renderer">
-<unit unitID="sf_mw_helix_helix_ren_renderer_4" name="renderer_4" bldFile="\sf\mw\helix\helix_ren\src\datatype\rm\audio\renderer" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_7" name="common_7" bldFile="\sf\mw\helix\helix_ren\src\datatype\rm\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fileformat">
-<unit unitID="sf_mw_helix_helix_ren_fileformat_5" name="fileformat_5" bldFile="\sf\mw\helix\helix_ren\src\datatype\rm\fileformat" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_8" name="common_8" bldFile="\sf\mw\helix\helix_ren\src\datatype\tools\dtdriver\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="audio">
-<unit unitID="sf_mw_helix_helix_ren_audio" name="audio" bldFile="\sf\mw\helix\helix_ren\src\datatype\tools\dtdriver\decoder\audio" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_9" name="common_9" bldFile="\sf\mw\helix\helix_ren\src\datatype\tools\dtdriver\decoder\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="video">
-<unit unitID="sf_mw_helix_helix_ren_video" name="video" bldFile="\sf\mw\helix\helix_ren\src\datatype\tools\dtdriver\decoder\video" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="engine">
-<unit unitID="sf_mw_helix_helix_ren_engine" name="engine" bldFile="\sf\mw\helix\helix_ren\src\datatype\tools\dtdriver\engine" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="metadataeng">
-<unit unitID="sf_mw_helix_helix_ren_metadataeng" name="metadataeng" bldFile="\sf\mw\helix\helix_ren\src\datatype\tools\metadataeng" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="engine">
-<unit unitID="sf_mw_helix_helix_ren_engine_1" name="engine_1" bldFile="\sf\mw\helix\helix_ren\src\datatype\tools\metadataeng\engine" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="utility">
-<unit unitID="sf_mw_helix_helix_ren_utility" name="utility" bldFile="\sf\mw\helix\helix_ren\src\datatype\tools\metadataeng\utility" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="minicntx">
-<unit unitID="sf_mw_helix_helix_ren_minicntx" name="minicntx" bldFile="\sf\mw\helix\helix_ren\src\datatype\tools\minicntx" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="renderer">
-<unit unitID="sf_mw_helix_helix_ren_renderer_5" name="renderer_5" bldFile="\sf\mw\helix\helix_ren\src\datatype\wm\audio\renderer" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="common">
-<unit unitID="sf_mw_helix_helix_ren_common_10" name="common_10" bldFile="\sf\mw\helix\helix_ren\src\datatype\wm\common" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fileformat">
-<unit unitID="sf_mw_helix_helix_ren_fileformat_6" name="fileformat_6" bldFile="\sf\mw\helix\helix_ren\src\datatype\wm\fileformat" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="fileformat">
-<unit unitID="sf_mw_helix_helix_ren_fileformat_7" name="fileformat_7" bldFile="\sf\mw\helix\helix_ren\src\datatype\xps\fileformat" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="PacketSink">
-<unit unitID="sf_mw_helix_helix_ren_PacketSink" name="PacketSink" bldFile="\sf\mw\helix\helix_ren\src\datatype\xps\PacketSink" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="test">
-<unit unitID="sf_mw_helix_helix_ren_test" name="test" bldFile="\sf\mw\helix\helix_ren\src\datatype\xps\test" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="data">
-<unit unitID="sf_mw_helix_helix_ren_data" name="data" bldFile="\sf\mw\helix\helix_ren\src\filesystem\data" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="http">
-<unit unitID="sf_mw_helix_helix_ren_http" name="http" bldFile="\sf\mw\helix\helix_ren\src\filesystem\http" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="httplite">
-<unit unitID="sf_mw_helix_helix_ren_httplite" name="httplite" bldFile="\sf\mw\helix\helix_ren\src\filesystem\httplite" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="local">
-<unit unitID="sf_mw_helix_helix_ren_local" name="local" bldFile="\sf\mw\helix\helix_ren\src\filesystem\local" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="progdown">
-<unit unitID="sf_mw_helix_helix_ren_progdown" name="progdown" bldFile="\sf\mw\helix\helix_ren\src\filesystem\progdown" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="src">
-<unit unitID="sf_mw_helix_helix_ren_src" name="src" bldFile="\sf\mw\helix\helix_ren\src\group" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="util">
-<unit unitID="sf_mw_helix_helix_ren_util_3" name="util_3" bldFile="\sf\mw\helix\helix_ren\src\protocol\common\util" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="http">
-<unit unitID="sf_mw_helix_helix_ren_http_1" name="http_1" bldFile="\sf\mw\helix\helix_ren\src\protocol\http" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="rtsp">
-<unit unitID="sf_mw_helix_helix_ren_rtsp" name="rtsp" bldFile="\sf\mw\helix\helix_ren\src\protocol\rtsp" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="sdp">
-<unit unitID="sf_mw_helix_helix_ren_sdp" name="sdp" bldFile="\sf\mw\helix\helix_ren\src\protocol\sdp" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="system">
-<unit unitID="sf_mw_helix_helix_ren_system_2" name="system_2" bldFile="\sf\mw\helix\helix_ren\src\protocol\transport\common\system" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="rdt">
-<unit unitID="sf_mw_helix_helix_ren_rdt" name="rdt" bldFile="\sf\mw\helix\helix_ren\src\protocol\transport\rdt" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="rtp">
-<unit unitID="sf_mw_helix_helix_ren_rtp" name="rtp" bldFile="\sf\mw\helix\helix_ren\src\protocol\transport\rtp" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="colconverter">
-<unit unitID="sf_mw_helix_helix_ren_colconverter" name="colconverter" bldFile="\sf\mw\helix\helix_ren\src\video\colconverter" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="site">
-<unit unitID="sf_mw_helix_helix_ren_site" name="site" bldFile="\sf\mw\helix\helix_ren\src\video\site" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="sitelib">
-<unit unitID="sf_mw_helix_helix_ren_sitelib" name="sitelib" bldFile="\sf\mw\helix\helix_ren\src\video\sitelib" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="helix_ren">
-<component name="vidutil">
-<unit unitID="sf_mw_helix_helix_ren_vidutil" name="vidutil" bldFile="\sf\mw\helix\helix_ren\src\video\vidutil" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="homescreensrv">
-<module name="homescreensrv">
-<component name="homescreensrv">
-<unit unitID="sf_mw_homescreensrv" name="homescreensrv" bldFile="\sf\mw\homescreensrv\group" mrp=""/>
-</component>
-</module>
-<module name="backsteppingsrv">
-<component name="backsteppingsrv">
-<unit unitID="sf_mw_homescreensrv_backsteppingsrv" name="backsteppingsrv" bldFile="\sf\mw\homescreensrv\backsteppingsrv\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="contentharvesterclient">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_contentharvesterclient" name="contentharvesterclient" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentharvester\contentharvesterclient\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="contentharvesterserver">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_contentharvesterserver" name="contentharvesterserver" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentharvester\contentharvesterserver\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="factorysettingsplugin">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_factorysettingsplugin" name="factorysettingsplugin" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentharvester\factorysettingsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="contentharvester">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_contentharvester" name="contentharvester" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentharvester\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="cpserver">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_cpserver" name="cpserver" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentpublishingserver\cpserver\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="cpsqlitestorage">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_cpsqlitestorage" name="cpsqlitestorage" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentpublishingserver\cpsqlitestorage\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="contentpublishingserver">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_contentpublishingserver" name="contentpublishingserver" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentpublishingserver\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="contentpublishingdebug">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_contentpublishingdebug" name="contentpublishingdebug" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentpublishingutils\contentpublishingdebug\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="contentpublishingmap">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_contentpublishingmap" name="contentpublishingmap" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentpublishingutils\contentpublishingmap\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="contentpublishingutils">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_contentpublishingutils" name="contentpublishingutils" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentpublishingutils\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="pluginvalidator">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv_pluginvalidator" name="pluginvalidator" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\contentpublishingutils\pluginvalidator\group" mrp=""/>
-</component>
-</module>
-<module name="contentpublishingsrv">
-<component name="contentpublishingsrv">
-<unit unitID="sf_mw_homescreensrv_contentpublishingsrv" name="contentpublishingsrv" bldFile="\sf\mw\homescreensrv\contentpublishingsrv\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="homescreenpluginsrv">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv" name="homescreenpluginsrv" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspsdefinitionengine">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspsdefinitionengine" name="hspsdefinitionengine" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspsdefinitionengine\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspsdefinitionengine">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspsdefinitionengine_1" name="hspsdefinitionengine_1" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspsdefinitionengine\hspsdefinitionengine\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspsdefinitionengineinterface">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspsdefinitionengineinterface" name="hspsdefinitionengineinterface" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspsdefinitionengine\hspsdefinitionengineinterface\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspsdom">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspsdom" name="hspsdom" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspsdom\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspsmanager">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspsmanager" name="hspsmanager" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspsmanager\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="tools">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_tools" name="tools" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspsmanager\tools" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspsodt">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspsodt" name="hspsodt" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspsodt\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspspluginregistry">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspspluginregistry" name="hspspluginregistry" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspspluginregistry\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspsresource">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspsresource" name="hspsresource" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspsresource\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspsresult">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspsresult" name="hspsresult" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspsresult\group" mrp=""/>
-</component>
-</module>
-<module name="homescreenpluginsrv">
-<component name="hspstools">
-<unit unitID="sf_mw_homescreensrv_homescreenpluginsrv_hspstools" name="hspstools" bldFile="\sf\mw\homescreensrv\homescreenpluginsrv\hspstools\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="action_handler_plugin_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_action_handler_plugin_api" name="action_handler_plugin_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\action_handler_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="ai_content_model_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_ai_content_model_api" name="ai_content_model_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\ai_content_model_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="ai_plugin_information_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_ai_plugin_information_api" name="ai_plugin_information_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\ai_plugin_information_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="ai_plugin_management_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_ai_plugin_management_api" name="ai_plugin_management_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\ai_plugin_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="ai_shortcut_command_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_ai_shortcut_command_api" name="ai_shortcut_command_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\ai_shortcut_command_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="ai_utilities_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_ai_utilities_api" name="ai_utilities_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\ai_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="ai_variation_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_ai_variation_api" name="ai_variation_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\ai_variation_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="content_harvester_plugin_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_content_harvester_plugin_api" name="content_harvester_plugin_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\content_harvester_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="external_home_screen_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_external_home_screen_api" name="external_home_screen_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\external_home_screen_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="homescreensrv_plat">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat" name="homescreensrv_plat" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="idlefw_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_idlefw_api" name="idlefw_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\idlefw_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="menu_content_service_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_menu_content_service_api" name="menu_content_service_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\menu_content_service_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="menu_model_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_menu_model_api" name="menu_model_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\menu_model_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="menu_sat_interface_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_menu_sat_interface_api" name="menu_sat_interface_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\menu_sat_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="actionhandlerplugins">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_actionhandlerplugins" name="actionhandlerplugins" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\sapi_actionhandler\actionhandlerplugins\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="actionhandlerservice">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_actionhandlerservice" name="actionhandlerservice" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\sapi_actionhandler\actionhandlerservice\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="sapi_actionhandler">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_sapi_actionhandler" name="sapi_actionhandler" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\sapi_actionhandler\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="sapi_backstepping">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_sapi_backstepping" name="sapi_backstepping" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\sapi_backstepping\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="sapi_contentpublishing">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_sapi_contentpublishing" name="sapi_contentpublishing" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\sapi_contentpublishing\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="sapi_homescreenplugin">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_sapi_homescreenplugin" name="sapi_homescreenplugin" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\sapi_homescreenplugin\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="hspsservice">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_hspsservice" name="hspsservice" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\sapi_homescreenplugin\hspsservice\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="sapi_menucontent">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_sapi_menucontent" name="sapi_menucontent" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\sapi_menucontent\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="mcsservice">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_mcsservice" name="mcsservice" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\sapi_menucontent\mcsservice\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="shortcutplugin_extension_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_shortcutplugin_extension_api" name="shortcutplugin_extension_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\shortcutplugin_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="homescreensrv_plat">
-<component name="xcfw_api">
-<unit unitID="sf_mw_homescreensrv_homescreensrv_plat_xcfw_api" name="xcfw_api" bldFile="\sf\mw\homescreensrv\homescreensrv_plat\xcfw_api\group" mrp=""/>
-</component>
-</module>
-<module name="idlefw">
-<component name="idlefw">
-<unit unitID="sf_mw_homescreensrv_idlefw" name="idlefw" bldFile="\sf\mw\homescreensrv\idlefw\group" mrp=""/>
-</component>
-</module>
-<module name="idlefw">
-<component name="plugins">
-<unit unitID="sf_mw_homescreensrv_idlefw_plugins" name="plugins" bldFile="\sf\mw\homescreensrv\idlefw\plugins\group" mrp=""/>
-</component>
-</module>
-<module name="idlefw">
-<component name="profileplugin">
-<unit unitID="sf_mw_homescreensrv_idlefw_profileplugin" name="profileplugin" bldFile="\sf\mw\homescreensrv\idlefw\plugins\profileplugin\group" mrp=""/>
-</component>
-</module>
-<module name="idlefw">
-<component name="pslnactiveidleplugin">
-<unit unitID="sf_mw_homescreensrv_idlefw_pslnactiveidleplugin" name="pslnactiveidleplugin" bldFile="\sf\mw\homescreensrv\idlefw\plugins\pslnactiveidleplugin\group" mrp=""/>
-</component>
-</module>
-<module name="idlefw">
-<component name="sapidataplugin">
-<unit unitID="sf_mw_homescreensrv_idlefw_sapidataplugin" name="sapidataplugin" bldFile="\sf\mw\homescreensrv\idlefw\plugins\sapidataplugin\group" mrp=""/>
-</component>
-</module>
-<module name="idlefw">
-<component name="shortcutplugin">
-<unit unitID="sf_mw_homescreensrv_idlefw_shortcutplugin" name="shortcutplugin" bldFile="\sf\mw\homescreensrv\idlefw\plugins\shortcutplugin\group" mrp=""/>
-</component>
-</module>
-<module name="menucontentsrv">
-<component name="menucontentsrv">
-<unit unitID="sf_mw_homescreensrv_menucontentsrv" name="menucontentsrv" bldFile="\sf\mw\homescreensrv\menucontentsrv\group" mrp=""/>
-</component>
-</module>
-<module name="menucontentsrv">
-<component name="menusatinterface">
-<unit unitID="sf_mw_homescreensrv_menucontentsrv_menusatinterface" name="menusatinterface" bldFile="\sf\mw\homescreensrv\menucontentsrv\menusatinterface\group" mrp=""/>
-</component>
-</module>
-<module name="xcfw">
-<component name="xcfw">
-<unit unitID="sf_mw_homescreensrv_xcfw" name="xcfw" bldFile="\sf\mw\homescreensrv\xcfw\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imghandling">
-<module name="imghandling">
-<component name="imghandling">
-<unit unitID="sf_mw_imghandling" name="imghandling" bldFile="\sf\mw\imghandling\group" mrp=""/>
-</component>
-</module>
-<module name="3gplibrary">
-<component name="3gpmp4lib">
-<unit unitID="sf_mw_imghandling_3gplibrary_3gpmp4lib" name="3gpmp4lib" bldFile="\sf\mw\imghandling\3gplibrary\3gpmp4lib\Group" mrp=""/>
-</component>
-</module>
-<module name="3gplibrary">
-<component name="3gplibrary">
-<unit unitID="sf_mw_imghandling_3gplibrary" name="3gplibrary" bldFile="\sf\mw\imghandling\3gplibrary\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandling_plat">
-<component name="3gp_library_api">
-<unit unitID="sf_mw_imghandling_imagehandling_plat_3gp_library_api" name="3gp_library_api" bldFile="\sf\mw\imghandling\imagehandling_plat\3gp_library_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandling_plat">
-<component name="imagehandling_plat">
-<unit unitID="sf_mw_imghandling_imagehandling_plat" name="imagehandling_plat" bldFile="\sf\mw\imghandling\imagehandling_plat\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandling_plat">
-<component name="image_handling_library_api">
-<unit unitID="sf_mw_imghandling_imagehandling_plat_image_handling_library_api" name="image_handling_library_api" bldFile="\sf\mw\imghandling\imagehandling_plat\image_handling_library_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandling_plat">
-<component name="image_info_popup_api">
-<unit unitID="sf_mw_imghandling_imagehandling_plat_image_info_popup_api" name="image_info_popup_api" bldFile="\sf\mw\imghandling\imagehandling_plat\image_info_popup_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandling_plat">
-<component name="image_preview_api">
-<unit unitID="sf_mw_imghandling_imagehandling_plat_image_preview_api" name="image_preview_api" bldFile="\sf\mw\imghandling\imagehandling_plat\image_preview_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandling_plat">
-<component name="thumbnailmanager_api">
-<unit unitID="sf_mw_imghandling_imagehandling_plat_thumbnailmanager_api" name="thumbnailmanager_api" bldFile="\sf\mw\imghandling\imagehandling_plat\thumbnailmanager_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandling_plat">
-<component name="tvoutengine_api">
-<unit unitID="sf_mw_imghandling_imagehandling_plat_tvoutengine_api" name="tvoutengine_api" bldFile="\sf\mw\imghandling\imagehandling_plat\tvoutengine_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlinglib">
-<component name="imagehandlinglib">
-<unit unitID="sf_mw_imghandling_imagehandlinglib" name="imagehandlinglib" bldFile="\sf\mw\imghandling\imagehandlinglib\Group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="imagehandlingutilities">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities" name="imagehandlingutilities" bldFile="\sf\mw\imghandling\imagehandlingutilities\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="imageinfopopup">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_imageinfopopup" name="imageinfopopup" bldFile="\sf\mw\imghandling\imagehandlingutilities\imageinfopopup\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="imagepreview">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_imagepreview" name="imagepreview" bldFile="\sf\mw\imghandling\imagehandlingutilities\imagepreview\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="thumbnailmanager">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_thumbnailmanager" name="thumbnailmanager" bldFile="\sf\mw\imghandling\imagehandlingutilities\thumbnailmanager\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="image">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_image" name="image" bldFile="\sf\mw\imghandling\imagehandlingutilities\thumbnailmanager\plugins\image\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="video">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_video" name="video" bldFile="\sf\mw\imghandling\imagehandlingutilities\thumbnailmanager\plugins\video\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="thumbagdaemon">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_thumbagdaemon" name="thumbagdaemon" bldFile="\sf\mw\imghandling\imagehandlingutilities\thumbnailmanager\thumbagdaemon\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="thumbnailclient">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_thumbnailclient" name="thumbnailclient" bldFile="\sf\mw\imghandling\imagehandlingutilities\thumbnailmanager\thumbnailclient\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="thumbnailserver">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_thumbnailserver" name="thumbnailserver" bldFile="\sf\mw\imghandling\imagehandlingutilities\thumbnailmanager\thumbnailserver\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="tmiadrestart">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_tmiadrestart" name="tmiadrestart" bldFile="\sf\mw\imghandling\imagehandlingutilities\thumbnailmanager\tmiadrestart\group" mrp=""/>
-</component>
-</module>
-<module name="imagehandlingutilities">
-<component name="tvoutengine">
-<unit unitID="sf_mw_imghandling_imagehandlingutilities_tvoutengine" name="tvoutengine" bldFile="\sf\mw\imghandling\imagehandlingutilities\tvoutengine\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imsrv">
-<module name="imsrv">
-<component name="imsrv">
-<unit unitID="sf_mw_imsrv" name="imsrv" bldFile="\sf\mw\imsrv\group" mrp=""/>
-</component>
-</module>
-<module name="brandingserver">
-<component name="brandingserver">
-<unit unitID="sf_mw_imsrv_brandingserver" name="brandingserver" bldFile="\sf\mw\imsrv\brandingserver\Group" mrp=""/>
-</component>
-</module>
-<module name="brandingserver">
-<component name="bsimport">
-<unit unitID="sf_mw_imsrv_brandingserver_bsimport" name="bsimport" bldFile="\sf\mw\imsrv\brandingserver\tools\bsimport\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="imservices">
-<unit unitID="sf_mw_imsrv_imservices" name="imservices" bldFile="\sf\mw\imsrv\imservices\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="imfeatureplugin">
-<unit unitID="sf_mw_imsrv_imservices_imfeatureplugin" name="imfeatureplugin" bldFile="\sf\mw\imsrv\imservices\imfeatureplugin\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="srcimdatamodel">
-<unit unitID="sf_mw_imsrv_imservices_srcimdatamodel" name="srcimdatamodel" bldFile="\sf\mw\imsrv\imservices\imfeatureplugin\srcimdatamodel\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="srcimfrontend">
-<unit unitID="sf_mw_imsrv_imservices_srcimfrontend" name="srcimfrontend" bldFile="\sf\mw\imsrv\imservices\imfeatureplugin\srcimfrontend\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="srcimoperations">
-<unit unitID="sf_mw_imsrv_imservices_srcimoperations" name="srcimoperations" bldFile="\sf\mw\imsrv\imservices\imfeatureplugin\srcimoperations\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="srcimprocessor">
-<unit unitID="sf_mw_imsrv_imservices_srcimprocessor" name="srcimprocessor" bldFile="\sf\mw\imsrv\imservices\imfeatureplugin\srcimprocessor\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="instantmessagingcache">
-<unit unitID="sf_mw_imsrv_imservices_instantmessagingcache" name="instantmessagingcache" bldFile="\sf\mw\imsrv\imservices\instantmessagingcache\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="dataconvlib">
-<unit unitID="sf_mw_imsrv_imservices_dataconvlib" name="dataconvlib" bldFile="\sf\mw\imsrv\imservices\ossprotocoladaptation\dataconvlib\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="ossprotocoladaptation">
-<unit unitID="sf_mw_imsrv_imservices_ossprotocoladaptation" name="ossprotocoladaptation" bldFile="\sf\mw\imsrv\imservices\ossprotocoladaptation\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="searchfeatureplugin">
-<unit unitID="sf_mw_imsrv_imservices_searchfeatureplugin" name="searchfeatureplugin" bldFile="\sf\mw\imsrv\imservices\searchfeatureplugin\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="srcsearchdatamodel">
-<unit unitID="sf_mw_imsrv_imservices_srcsearchdatamodel" name="srcsearchdatamodel" bldFile="\sf\mw\imsrv\imservices\searchfeatureplugin\srcsearchdatamodel\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="srcsearchfrontend">
-<unit unitID="sf_mw_imsrv_imservices_srcsearchfrontend" name="srcsearchfrontend" bldFile="\sf\mw\imsrv\imservices\searchfeatureplugin\srcsearchfrontend\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="srcsearchoperations">
-<unit unitID="sf_mw_imsrv_imservices_srcsearchoperations" name="srcsearchoperations" bldFile="\sf\mw\imsrv\imservices\searchfeatureplugin\srcsearchoperations\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="srcsearchprocessor">
-<unit unitID="sf_mw_imsrv_imservices_srcsearchprocessor" name="srcsearchprocessor" bldFile="\sf\mw\imsrv\imservices\searchfeatureplugin\srcsearchprocessor\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="xmppsettingsapi">
-<unit unitID="sf_mw_imsrv_imservices_xmppsettingsapi" name="xmppsettingsapi" bldFile="\sf\mw\imsrv\imservices\xmppsettingsapi\group" mrp=""/>
-</component>
-</module>
-<module name="imservices">
-<component name="xmppsettingsfetcher">
-<unit unitID="sf_mw_imsrv_imservices_xmppsettingsfetcher" name="xmppsettingsfetcher" bldFile="\sf\mw\imsrv\imservices\xmppsettingsfetcher\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="imsrv_plat">
-<unit unitID="sf_mw_imsrv_imsrv_plat" name="imsrv_plat" bldFile="\sf\mw\imsrv\imsrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="im_cache_client_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_im_cache_client_api" name="im_cache_client_api" bldFile="\sf\mw\imsrv\imsrv_plat\im_cache_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="presence_avabilitytext">
-<unit unitID="sf_mw_imsrv_imsrv_plat_presence_avabilitytext" name="presence_avabilitytext" bldFile="\sf\mw\imsrv\imsrv_plat\presence_avabilitytext\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_core_base_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_core_base_api" name="ximp_core_base_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_core_base_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_core_data_model_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_core_data_model_api" name="ximp_core_data_model_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_core_data_model_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_core_feature_plugin_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_core_feature_plugin_api" name="ximp_core_feature_plugin_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_core_feature_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_core_management_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_core_management_api" name="ximp_core_management_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_core_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_core_protocol_plugin_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_core_protocol_plugin_api" name="ximp_core_protocol_plugin_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_core_protocol_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_core_protocol_plugin_host_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_core_protocol_plugin_host_api" name="ximp_core_protocol_plugin_host_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_core_protocol_plugin_host_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_im_base_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_im_base_api" name="ximp_im_base_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_im_base_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_im_data_model_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_im_data_model_api" name="ximp_im_data_model_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_im_data_model_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_im_management_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_im_management_api" name="ximp_im_management_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_im_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_im_protocol_plugin_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_im_protocol_plugin_api" name="ximp_im_protocol_plugin_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_im_protocol_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_im_protocol_plugin_host_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_im_protocol_plugin_host_api" name="ximp_im_protocol_plugin_host_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_im_protocol_plugin_host_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_presence_base_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_presence_base_api" name="ximp_presence_base_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_presence_base_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_presence_cache_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_presence_cache_api" name="ximp_presence_cache_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_presence_cache_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_presence_data_model_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_presence_data_model_api" name="ximp_presence_data_model_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_presence_data_model_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_presence_management_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_presence_management_api" name="ximp_presence_management_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_presence_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_presence_protocol_plugin_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_presence_protocol_plugin_api" name="ximp_presence_protocol_plugin_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_presence_protocol_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_presence_protocol_plugin_host_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_presence_protocol_plugin_host_api" name="ximp_presence_protocol_plugin_host_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_presence_protocol_plugin_host_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_search_base_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_search_base_api" name="ximp_search_base_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_search_base_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_search_data_model_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_search_data_model_api" name="ximp_search_data_model_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_search_data_model_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_search_management_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_search_management_api" name="ximp_search_management_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_search_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_search_protocol_plugin_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_search_protocol_plugin_api" name="ximp_search_protocol_plugin_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_search_protocol_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="ximp_search_protocol_plugin_host_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_ximp_search_protocol_plugin_host_api" name="ximp_search_protocol_plugin_host_api" bldFile="\sf\mw\imsrv\imsrv_plat\ximp_search_protocol_plugin_host_api\group" mrp=""/>
-</component>
-</module>
-<module name="imsrv_plat">
-<component name="xmpp_settings_api">
-<unit unitID="sf_mw_imsrv_imsrv_plat_xmpp_settings_api" name="xmpp_settings_api" bldFile="\sf\mw\imsrv\imsrv_plat\xmpp_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="ximpfw">
-<component name="core">
-<unit unitID="sf_mw_imsrv_ximpfw_core" name="core" bldFile="\sf\mw\imsrv\ximpfw\core\group" mrp=""/>
-</component>
-</module>
-<module name="ximpfw">
-<component name="ximpfw">
-<unit unitID="sf_mw_imsrv_ximpfw" name="ximpfw" bldFile="\sf\mw\imsrv\ximpfw\group" mrp=""/>
-</component>
-</module>
-<module name="ximpfw">
-<component name="presence">
-<unit unitID="sf_mw_imsrv_ximpfw_presence" name="presence" bldFile="\sf\mw\imsrv\ximpfw\presence\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="inputmethods">
-<module name="inputmethods">
-<component name="inputmethods">
-<unit unitID="sf_mw_inputmethods" name="inputmethods" bldFile="\sf\mw\inputmethods\group" mrp=""/>
-</component>
-</module>
-<module name="fep">
-<component name="aknfep">
-<unit unitID="sf_mw_inputmethods_fep_aknfep" name="aknfep" bldFile="\sf\mw\inputmethods\fep\aknfep\group" mrp=""/>
-</component>
-</module>
-<module name="fep">
-<component name="peninputimeplugincn">
-<unit unitID="sf_mw_inputmethods_fep_peninputimeplugincn" name="peninputimeplugincn" bldFile="\sf\mw\inputmethods\fep\aknfep\peninputplugins\peninputimeplugincn\group" mrp=""/>
-</component>
-</module>
-<module name="fep">
-<component name="peninputimeplugingeneric">
-<unit unitID="sf_mw_inputmethods_fep_peninputimeplugingeneric" name="peninputimeplugingeneric" bldFile="\sf\mw\inputmethods\fep\aknfep\peninputplugins\peninputimeplugingeneric\group" mrp=""/>
-</component>
-</module>
-<module name="fep">
-<component name="peninputimepluginitut">
-<unit unitID="sf_mw_inputmethods_fep_peninputimepluginitut" name="peninputimepluginitut" bldFile="\sf\mw\inputmethods\fep\aknfep\peninputplugins\peninputimepluginitut\group" mrp=""/>
-</component>
-</module>
-<module name="fep">
-<component name="peninputimepluginjp">
-<unit unitID="sf_mw_inputmethods_fep_peninputimepluginjp" name="peninputimepluginjp" bldFile="\sf\mw\inputmethods\fep\aknfep\peninputplugins\peninputimepluginjp\group" mrp=""/>
-</component>
-</module>
-<module name="fep">
-<component name="AvkonImpl">
-<unit unitID="sf_mw_inputmethods_fep_AvkonImpl" name="AvkonImpl" bldFile="\sf\mw\inputmethods\fep\aknfep\UiPlugins\AknFepUiInterface\AvkonImpl\group" mrp=""/>
-</component>
-</module>
-<module name="fep">
-<component name="AknFepUiInterface">
-<unit unitID="sf_mw_inputmethods_fep_AknFepUiInterface" name="AknFepUiInterface" bldFile="\sf\mw\inputmethods\fep\aknfep\UiPlugins\AknFepUiInterface\group" mrp=""/>
-</component>
-</module>
-<module name="fep">
-<component name="fep">
-<unit unitID="sf_mw_inputmethods_fep" name="fep" bldFile="\sf\mw\inputmethods\fep\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="aknfep_definitions_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_aknfep_definitions_api" name="aknfep_definitions_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\aknfep_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="aknfep_pen_support_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_aknfep_pen_support_api" name="aknfep_pen_support_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\aknfep_pen_support_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="aknfep_settings_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_aknfep_settings_api" name="aknfep_settings_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\aknfep_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="aknfep_status_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_aknfep_status_api" name="aknfep_status_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\aknfep_status_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="aknfep_uiinterface_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_aknfep_uiinterface_api" name="aknfep_uiinterface_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\aknfep_uiinterface_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="inputmethods_plat">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat" name="inputmethods_plat" bldFile="\sf\mw\inputmethods\inputmethods_plat\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="pen_input_server_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_pen_input_server_api" name="pen_input_server_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\pen_input_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="ptiengine_core_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_ptiengine_core_api" name="ptiengine_core_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\ptiengine_core_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="ptiengine_hwr_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_ptiengine_hwr_api" name="ptiengine_hwr_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\ptiengine_hwr_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="ptiengine_indic_definitions_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_ptiengine_indic_definitions_api" name="ptiengine_indic_definitions_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\ptiengine_indic_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_plat">
-<component name="ptiengine_key_definations_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_plat_ptiengine_key_definations_api" name="ptiengine_key_definations_api" bldFile="\sf\mw\inputmethods\inputmethods_plat\ptiengine_key_definations_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_pub">
-<component name="inputmethods_pub">
-<unit unitID="sf_mw_inputmethods_inputmethods_pub" name="inputmethods_pub" bldFile="\sf\mw\inputmethods\inputmethods_pub\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_pub">
-<component name="input_language_info_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_pub_input_language_info_api" name="input_language_info_api" bldFile="\sf\mw\inputmethods\inputmethods_pub\input_language_info_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_pub">
-<component name="optical_character_recognition_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_pub_optical_character_recognition_api" name="optical_character_recognition_api" bldFile="\sf\mw\inputmethods\inputmethods_pub\optical_character_recognition_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_pub">
-<component name="ptiengine_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_pub_ptiengine_api" name="ptiengine_api" bldFile="\sf\mw\inputmethods\inputmethods_pub\ptiengine_api\group" mrp=""/>
-</component>
-</module>
-<module name="inputmethods_pub">
-<component name="ptiengine_iti_api">
-<unit unitID="sf_mw_inputmethods_inputmethods_pub_ptiengine_iti_api" name="ptiengine_iti_api" bldFile="\sf\mw\inputmethods\inputmethods_pub\ptiengine_iti_api\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="AknInputLanguage">
-<unit unitID="sf_mw_inputmethods_textinput_AknInputLanguage" name="AknInputLanguage" bldFile="\sf\mw\inputmethods\textinput\AknInputLanguage\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="textinput">
-<unit unitID="sf_mw_inputmethods_textinput" name="textinput" bldFile="\sf\mw\inputmethods\textinput\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="GSLangPlugin">
-<unit unitID="sf_mw_inputmethods_textinput_GSLangPlugin" name="GSLangPlugin" bldFile="\sf\mw\inputmethods\textinput\GSLangPlugin" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="Matsutake">
-<unit unitID="sf_mw_inputmethods_textinput_Matsutake" name="Matsutake" bldFile="\sf\mw\inputmethods\textinput\Matsutake\group" mrp="" filter="japan"/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputarc">
-<unit unitID="sf_mw_inputmethods_textinput_peninputarc" name="peninputarc" bldFile="\sf\mw\inputmethods\textinput\peninputarc\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputserverapp">
-<unit unitID="sf_mw_inputmethods_textinput_peninputserverapp" name="peninputserverapp" bldFile="\sf\mw\inputmethods\textinput\peninputarc\src\peninputserverapp" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="utils">
-<unit unitID="sf_mw_inputmethods_textinput_utils" name="utils" bldFile="\sf\mw\inputmethods\textinput\peninputarc\utils\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputcommonctrls">
-<unit unitID="sf_mw_inputmethods_textinput_peninputcommonctrls" name="peninputcommonctrls" bldFile="\sf\mw\inputmethods\textinput\peninputcommonctrls\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputcommonctrlsjp">
-<unit unitID="sf_mw_inputmethods_textinput_peninputcommonctrlsjp" name="peninputcommonctrlsjp" bldFile="\sf\mw\inputmethods\textinput\peninputcommonctrlsjp\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputcommonlayout">
-<unit unitID="sf_mw_inputmethods_textinput_peninputcommonlayout" name="peninputcommonlayout" bldFile="\sf\mw\inputmethods\textinput\peninputcommonlayout\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputgenerichwr">
-<unit unitID="sf_mw_inputmethods_textinput_peninputgenerichwr" name="peninputgenerichwr" bldFile="\sf\mw\inputmethods\textinput\peninputgenerichwr\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputgenericitut">
-<unit unitID="sf_mw_inputmethods_textinput_peninputgenericitut" name="peninputgenericitut" bldFile="\sf\mw\inputmethods\textinput\peninputgenericitut\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputgenericvkb">
-<unit unitID="sf_mw_inputmethods_textinput_peninputgenericvkb" name="peninputgenericvkb" bldFile="\sf\mw\inputmethods\textinput\peninputgenericvkb\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputhwrboxcn">
-<unit unitID="sf_mw_inputmethods_textinput_peninputhwrboxcn" name="peninputhwrboxcn" bldFile="\sf\mw\inputmethods\textinput\peninputhwrboxcn\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputhwrboxjp">
-<unit unitID="sf_mw_inputmethods_textinput_peninputhwrboxjp" name="peninputhwrboxjp" bldFile="\sf\mw\inputmethods\textinput\peninputhwrboxjp\group" mrp="" filter="japan"/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputhwrfscn">
-<unit unitID="sf_mw_inputmethods_textinput_peninputhwrfscn" name="peninputhwrfscn" bldFile="\sf\mw\inputmethods\textinput\peninputhwrfscn\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputhwrtrui">
-<unit unitID="sf_mw_inputmethods_textinput_peninputhwrtrui" name="peninputhwrtrui" bldFile="\sf\mw\inputmethods\textinput\peninputhwrtrui\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputvkbcn">
-<unit unitID="sf_mw_inputmethods_textinput_peninputvkbcn" name="peninputvkbcn" bldFile="\sf\mw\inputmethods\textinput\peninputvkbcn\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="peninputvkbjp">
-<unit unitID="sf_mw_inputmethods_textinput_peninputvkbjp" name="peninputvkbjp" bldFile="\sf\mw\inputmethods\textinput\peninputvkbjp\group" mrp="" filter="japan"/>
-</component>
-</module>
-<module name="textinput">
-<component name="PtiEngine">
-<unit unitID="sf_mw_inputmethods_textinput_PtiEngine" name="PtiEngine" bldFile="\sf\mw\inputmethods\textinput\PtiEngine\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="ptienginev2">
-<unit unitID="sf_mw_inputmethods_textinput_ptienginev2" name="ptienginev2" bldFile="\sf\mw\inputmethods\textinput\ptienginev2\group" mrp=""/>
-</component>
-</module>
-<module name="textinput">
-<component name="languages">
-<unit unitID="sf_mw_inputmethods_textinput_languages" name="languages" bldFile="\sf\mw\inputmethods\textinput\ptienginev2\languages" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="ipappprotocols">
-<module name="ipappprotocols">
-<component name="ipappprotocols">
-<unit unitID="sf_mw_ipappprotocols" name="ipappprotocols" bldFile="\sf\mw\ipappprotocols\group" mrp=""/>
-</component>
-</module>
-<module name="ipappprotocols_plat">
-<component name="ipappprotocols_plat">
-<unit unitID="sf_mw_ipappprotocols_ipappprotocols_plat" name="ipappprotocols_plat" bldFile="\sf\mw\ipappprotocols\ipappprotocols_plat\group" mrp=""/>
-</component>
-</module>
-<module name="ipappprotocols_plat">
-<component name="rtprtcp_api">
-<unit unitID="sf_mw_ipappprotocols_ipappprotocols_plat_rtprtcp_api" name="rtprtcp_api" bldFile="\sf\mw\ipappprotocols\ipappprotocols_plat\rtprtcp_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipappprotocols_plat">
-<component name="srtp_api">
-<unit unitID="sf_mw_ipappprotocols_ipappprotocols_plat_srtp_api" name="srtp_api" bldFile="\sf\mw\ipappprotocols\ipappprotocols_plat\srtp_api\group" mrp=""/>
-</component>
-</module>
-<module name="rtp">
-<component name="rtp">
-<unit unitID="sf_mw_ipappprotocols_rtp" name="rtp" bldFile="\sf\mw\ipappprotocols\rtp\group" mrp=""/>
-</component>
-</module>
-<module name="rtp">
-<component name="rtpstack">
-<unit unitID="sf_mw_ipappprotocols_rtp_rtpstack" name="rtpstack" bldFile="\sf\mw\ipappprotocols\rtp\rtpstack\group" mrp=""/>
-</component>
-</module>
-<module name="rtp">
-<component name="srtpstack">
-<unit unitID="sf_mw_ipappprotocols_rtp_srtpstack" name="srtpstack" bldFile="\sf\mw\ipappprotocols\rtp\srtpstack\group" mrp=""/>
-</component>
-</module>
-<module name="sipplugins">
-<component name="sipplugins">
-<unit unitID="sf_mw_ipappprotocols_sipplugins" name="sipplugins" bldFile="\sf\mw\ipappprotocols\sipplugins\group" mrp=""/>
-</component>
-</module>
-<module name="sipplugins">
-<component name="sippdevmgmtsipadapter">
-<unit unitID="sf_mw_ipappprotocols_sipplugins_sippdevmgmtsipadapter" name="sippdevmgmtsipadapter" bldFile="\sf\mw\ipappprotocols\sipplugins\sippdevmgmtsipadapter\group" mrp=""/>
-</component>
-</module>
-<module name="sipplugins">
-<component name="sippsipadapter">
-<unit unitID="sf_mw_ipappprotocols_sipplugins_sippsipadapter" name="sippsipadapter" bldFile="\sf\mw\ipappprotocols\sipplugins\sippsipadapter\group" mrp=""/>
-</component>
-</module>
-<module name="sipplugins">
-<component name="sippsipsettingsui">
-<unit unitID="sf_mw_ipappprotocols_sipplugins_sippsipsettingsui" name="sippsipsettingsui" bldFile="\sf\mw\ipappprotocols\sipplugins\sippsipsettingsui\group" mrp=""/>
-</component>
-</module>
-<module name="sipplugins">
-<component name="sippsystemstatemonitor">
-<unit unitID="sf_mw_ipappprotocols_sipplugins_sippsystemstatemonitor" name="sippsystemstatemonitor" bldFile="\sf\mw\ipappprotocols\sipplugins\sippsystemstatemonitor\group" mrp=""/>
-</component>
-</module>
-<module name="sipplugins">
-<component name="sippwlanplugin">
-<unit unitID="sf_mw_ipappprotocols_sipplugins_sippwlanplugin" name="sippwlanplugin" bldFile="\sf\mw\ipappprotocols\sipplugins\sippwlanplugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="ipappsrv">
-<module name="ipappsrv">
-<component name="ipappsrv">
-<unit unitID="sf_mw_ipappsrv" name="ipappsrv" bldFile="\sf\mw\ipappsrv\group" mrp=""/>
-</component>
-</module>
-<module name="ipappsrv_plat">
-<component name="comms_event_api">
-<unit unitID="sf_mw_ipappsrv_ipappsrv_plat_comms_event_api" name="comms_event_api" bldFile="\sf\mw\ipappsrv\ipappsrv_plat\comms_event_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipappsrv_plat">
-<component name="floor_control_api">
-<unit unitID="sf_mw_ipappsrv_ipappsrv_plat_floor_control_api" name="floor_control_api" bldFile="\sf\mw\ipappsrv\ipappsrv_plat\floor_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipappsrv_plat">
-<component name="ipappsrv_plat">
-<unit unitID="sf_mw_ipappsrv_ipappsrv_plat" name="ipappsrv_plat" bldFile="\sf\mw\ipappsrv\ipappsrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="ipappsrv_plat">
-<component name="media_control_api">
-<unit unitID="sf_mw_ipappsrv_ipappsrv_plat_media_control_api" name="media_control_api" bldFile="\sf\mw\ipappsrv\ipappsrv_plat\media_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipappsrv_plat">
-<component name="multimedia_comms_api">
-<unit unitID="sf_mw_ipappsrv_ipappsrv_plat_multimedia_comms_api" name="multimedia_comms_api" bldFile="\sf\mw\ipappsrv\ipappsrv_plat\multimedia_comms_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipappsrv_plat">
-<component name="nat_settings_api">
-<unit unitID="sf_mw_ipappsrv_ipappsrv_plat_nat_settings_api" name="nat_settings_api" bldFile="\sf\mw\ipappsrv\ipappsrv_plat\nat_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipappsrv_plat">
-<component name="transcoder_api">
-<unit unitID="sf_mw_ipappsrv_ipappsrv_plat_transcoder_api" name="transcoder_api" bldFile="\sf\mw\ipappsrv\ipappsrv_plat\transcoder_api\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="multimediacommscontroller">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller" name="multimediacommscontroller" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccamrpayloadformat">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccamrpayloadformat" name="mmccamrpayloadformat" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccamrpayloadformat\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccanypayloadformat">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccanypayloadformat" name="mmccanypayloadformat" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccanypayloadformat\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccanysourcesink">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccanysourcesink" name="mmccanysourcesink" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccanysourcesink\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccavcpayloadformat">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccavcpayloadformat" name="mmccavcpayloadformat" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccavcpayloadformat\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmcccontroller">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmcccontroller" name="mmcccontroller" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmcccontroller\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccdtmfpayloadformat">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccdtmfpayloadformat" name="mmccdtmfpayloadformat" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccdtmfpayloadformat\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccfilesourcesink">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccfilesourcesink" name="mmccfilesourcesink" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccfilesourcesink\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccg711payloadformat">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccg711payloadformat" name="mmccg711payloadformat" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccg711payloadformat\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccg729payloadformat">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccg729payloadformat" name="mmccg729payloadformat" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccg729payloadformat\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmcch263payloadformat">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmcch263payloadformat" name="mmcch263payloadformat" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmcch263payloadformat\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccilbcpayloadformat">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccilbcpayloadformat" name="mmccilbcpayloadformat" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccilbcpayloadformat\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccinterface">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccinterface" name="mmccinterface" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccinterface\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccjitterbuffer">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccjitterbuffer" name="mmccjitterbuffer" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccjitterbuffer\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccmultiplexer">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccmultiplexer" name="mmccmultiplexer" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccmultiplexer\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccqoscontroller">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccqoscontroller" name="mmccqoscontroller" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccqoscontroller\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccredpayloadformat">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccredpayloadformat" name="mmccredpayloadformat" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccredpayloadformat\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccrtpsourcesink">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccrtpsourcesink" name="mmccrtpsourcesink" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccrtpsourcesink\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccsubcontroller">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccsubcontroller" name="mmccsubcontroller" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccsubcontroller\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommscontroller">
-<component name="mmccvideosourcesink">
-<unit unitID="sf_mw_ipappsrv_multimediacommscontroller_mmccvideosourcesink" name="mmccvideosourcesink" bldFile="\sf\mw\ipappsrv\multimediacommscontroller\mmccvideosourcesink\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommsengine">
-<component name="multimediacommsengine">
-<unit unitID="sf_mw_ipappsrv_multimediacommsengine" name="multimediacommsengine" bldFile="\sf\mw\ipappsrv\multimediacommsengine\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommsengine">
-<component name="mmcecli">
-<unit unitID="sf_mw_ipappsrv_multimediacommsengine_mmcecli" name="mmcecli" bldFile="\sf\mw\ipappsrv\multimediacommsengine\mmcecli\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommsengine">
-<component name="mmcefloorctrlengine">
-<unit unitID="sf_mw_ipappsrv_multimediacommsengine_mmcefloorctrlengine" name="mmcefloorctrlengine" bldFile="\sf\mw\ipappsrv\multimediacommsengine\mmcefloorctrlengine\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommsengine">
-<component name="mmcefloorctrlplugin">
-<unit unitID="sf_mw_ipappsrv_multimediacommsengine_mmcefloorctrlplugin" name="mmcefloorctrlplugin" bldFile="\sf\mw\ipappsrv\multimediacommsengine\mmcefloorctrlplugin\group" mrp=""/>
-</component>
-</module>
-<module name="multimediacommsengine">
-<component name="mmcesrv">
-<unit unitID="sf_mw_ipappsrv_multimediacommsengine_mmcesrv" name="mmcesrv" bldFile="\sf\mw\ipappsrv\multimediacommsengine\mmcesrv\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfw">
-<unit unitID="sf_mw_ipappsrv_natfw" name="natfw" bldFile="\sf\mw\ipappsrv\natfw\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwclient">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwclient" name="natfwclient" bldFile="\sf\mw\ipappsrv\natfw\natfwclient\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwconnectionmultiplexer">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwconnectionmultiplexer" name="natfwconnectionmultiplexer" bldFile="\sf\mw\ipappsrv\natfw\natfwconnectionmultiplexer\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwicecandidatehandler">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwicecandidatehandler" name="natfwicecandidatehandler" bldFile="\sf\mw\ipappsrv\natfw\natfwicecandidatehandler\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwsettings">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwsettings" name="natfwsettings" bldFile="\sf\mw\ipappsrv\natfw\natfwsettings\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwsocketmediaconnwrapper">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwsocketmediaconnwrapper" name="natfwsocketmediaconnwrapper" bldFile="\sf\mw\ipappsrv\natfw\natfwsocketmediaconnwrapper\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwstunplugin">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwstunplugin" name="natfwstunplugin" bldFile="\sf\mw\ipappsrv\natfw\natfwstunplugin\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwstunserver">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwstunserver" name="natfwstunserver" bldFile="\sf\mw\ipappsrv\natfw\natfwstunserver\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwstunturnclient">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwstunturnclient" name="natfwstunturnclient" bldFile="\sf\mw\ipappsrv\natfw\natfwstunturnclient\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwturnplugin">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwturnplugin" name="natfwturnplugin" bldFile="\sf\mw\ipappsrv\natfw\natfwturnplugin\group" mrp=""/>
-</component>
-</module>
-<module name="natfw">
-<component name="natfwunsaf_protocols">
-<unit unitID="sf_mw_ipappsrv_natfw_natfwunsaf_protocols" name="natfwunsaf_protocols" bldFile="\sf\mw\ipappsrv\natfw\natfwunsaf_protocols\group" mrp=""/>
-</component>
-</module>
-<module name="natplugins">
-<component name="natplugins">
-<unit unitID="sf_mw_ipappsrv_natplugins" name="natplugins" bldFile="\sf\mw\ipappsrv\natplugins\group" mrp=""/>
-</component>
-</module>
-<module name="natplugins">
-<component name="natpcliprovisioningnatfwadapter">
-<unit unitID="sf_mw_ipappsrv_natplugins_natpcliprovisioningnatfwadapter" name="natpcliprovisioningnatfwadapter" bldFile="\sf\mw\ipappsrv\natplugins\natpcliprovisioningnatfwadapter\group" mrp=""/>
-</component>
-</module>
-<module name="natplugins">
-<component name="natpdevmgmtnatfwadapter">
-<unit unitID="sf_mw_ipappsrv_natplugins_natpdevmgmtnatfwadapter" name="natpdevmgmtnatfwadapter" bldFile="\sf\mw\ipappsrv\natplugins\natpdevmgmtnatfwadapter\group" mrp=""/>
-</component>
-</module>
-<module name="natplugins">
-<component name="natpnatfwsdpprovider">
-<unit unitID="sf_mw_ipappsrv_natplugins_natpnatfwsdpprovider" name="natpnatfwsdpprovider" bldFile="\sf\mw\ipappsrv\natplugins\natpnatfwsdpprovider\group" mrp=""/>
-</component>
-</module>
-<module name="natplugins">
-<component name="natptraversalcontroller">
-<unit unitID="sf_mw_ipappsrv_natplugins_natptraversalcontroller" name="natptraversalcontroller" bldFile="\sf\mw\ipappsrv\natplugins\natptraversalcontroller\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="ipconnmgmt">
-<module name="ipconnmgmt">
-<component name="ipconnmgmt">
-<unit unitID="sf_mw_ipconnmgmt" name="ipconnmgmt" bldFile="\sf\mw\ipconnmgmt\group" mrp=""/>
-</component>
-</module>
-<module name="accesspointcontrol">
-<component name="apcontrollistplugin">
-<unit unitID="sf_mw_ipconnmgmt_accesspointcontrol_apcontrollistplugin" name="apcontrollistplugin" bldFile="\sf\mw\ipconnmgmt\accesspointcontrol\apcontrollistplugin\group" mrp=""/>
-</component>
-</module>
-<module name="alwayson_net_plugin">
-<component name="alwayson_net_plugin">
-<unit unitID="sf_mw_ipconnmgmt_alwayson_net_plugin" name="alwayson_net_plugin" bldFile="\sf\mw\ipconnmgmt\alwayson_net_plugin\group" mrp=""/>
-</component>
-</module>
-<module name="alwayson_net_plugin">
-<component name="pdpcontextmanager2">
-<unit unitID="sf_mw_ipconnmgmt_alwayson_net_plugin_pdpcontextmanager2" name="pdpcontextmanager2" bldFile="\sf\mw\ipconnmgmt\alwayson_net_plugin\pdpcontextmanager2\group" mrp=""/>
-</component>
-</module>
-<module name="apengine">
-<component name="apeng">
-<unit unitID="sf_mw_ipconnmgmt_apengine_apeng" name="apeng" bldFile="\sf\mw\ipconnmgmt\apengine\apeng\group" mrp=""/>
-</component>
-</module>
-<module name="apengine">
-<component name="apsettingshandlerui">
-<unit unitID="sf_mw_ipconnmgmt_apengine_apsettingshandlerui" name="apsettingshandlerui" bldFile="\sf\mw\ipconnmgmt\apengine\apsettingshandlerui\group" mrp=""/>
-</component>
-</module>
-<module name="apengine">
-<component name="apsettingsplugin">
-<unit unitID="sf_mw_ipconnmgmt_apengine_apsettingsplugin" name="apsettingsplugin" bldFile="\sf\mw\ipconnmgmt\apengine\apsettingsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="apengine">
-<component name="apengine">
-<unit unitID="sf_mw_ipconnmgmt_apengine" name="apengine" bldFile="\sf\mw\ipconnmgmt\apengine\group" mrp=""/>
-</component>
-</module>
-<module name="bearermanagement">
-<component name="bearermanager">
-<unit unitID="sf_mw_ipconnmgmt_bearermanagement_bearermanager" name="bearermanager" bldFile="\sf\mw\ipconnmgmt\bearermanagement\bearermanager\group" mrp=""/>
-</component>
-</module>
-<module name="bearermanagement">
-<component name="bearermanagement">
-<unit unitID="sf_mw_ipconnmgmt_bearermanagement" name="bearermanagement" bldFile="\sf\mw\ipconnmgmt\bearermanagement\group" mrp=""/>
-</component>
-</module>
-<module name="bearermanagement">
-<component name="mpm">
-<unit unitID="sf_mw_ipconnmgmt_bearermanagement_mpm" name="mpm" bldFile="\sf\mw\ipconnmgmt\bearermanagement\mpm\group" mrp=""/>
-</component>
-</module>
-<module name="cmmanager">
-<component name="database">
-<unit unitID="sf_mw_ipconnmgmt_cmmanager_database" name="database" bldFile="\sf\mw\ipconnmgmt\cmmanager\cmmgr\database\group" mrp=""/>
-</component>
-</module>
-<module name="cmmanager">
-<component name="Framework">
-<unit unitID="sf_mw_ipconnmgmt_cmmanager_Framework" name="Framework" bldFile="\sf\mw\ipconnmgmt\cmmanager\cmmgr\Framework\Group" mrp=""/>
-</component>
-</module>
-<module name="cmmanager">
-<component name="cmmgr">
-<unit unitID="sf_mw_ipconnmgmt_cmmanager_cmmgr" name="cmmgr" bldFile="\sf\mw\ipconnmgmt\cmmanager\cmmgr\group" mrp=""/>
-</component>
-</module>
-<module name="cmmanager">
-<component name="cmpluginembdestination">
-<unit unitID="sf_mw_ipconnmgmt_cmmanager_cmpluginembdestination" name="cmpluginembdestination" bldFile="\sf\mw\ipconnmgmt\cmmanager\cmmgr\Plugins\cmpluginembdestination\group" mrp=""/>
-</component>
-</module>
-<module name="cmmanager">
-<component name="cmpluginlan">
-<unit unitID="sf_mw_ipconnmgmt_cmmanager_cmpluginlan" name="cmpluginlan" bldFile="\sf\mw\ipconnmgmt\cmmanager\cmmgr\Plugins\cmpluginlan\group" mrp=""/>
-</component>
-</module>
-<module name="cmmanager">
-<component name="cmpluginpacketdata">
-<unit unitID="sf_mw_ipconnmgmt_cmmanager_cmpluginpacketdata" name="cmpluginpacketdata" bldFile="\sf\mw\ipconnmgmt\cmmanager\cmmgr\Plugins\cmpluginpacketdata\group" mrp=""/>
-</component>
-</module>
-<module name="cmmanager">
-<component name="cmpluginvpn">
-<unit unitID="sf_mw_ipconnmgmt_cmmanager_cmpluginvpn" name="cmpluginvpn" bldFile="\sf\mw\ipconnmgmt\cmmanager\cmmgr\Plugins\cmpluginvpn\group" mrp=""/>
-</component>
-</module>
-<module name="cmmanager">
-<component name="cmpluginwlan">
-<unit unitID="sf_mw_ipconnmgmt_cmmanager_cmpluginwlan" name="cmpluginwlan" bldFile="\sf\mw\ipconnmgmt\cmmanager\cmmgr\Plugins\cmpluginwlan\group" mrp=""/>
-</component>
-</module>
-<module name="cmmanager">
-<component name="Plugins">
-<unit unitID="sf_mw_ipconnmgmt_cmmanager_Plugins" name="Plugins" bldFile="\sf\mw\ipconnmgmt\cmmanager\cmmgr\Plugins\Group" mrp=""/>
-</component>
-</module>
-<module name="connectionmonitoring">
-<component name="connectionmonitorplugin">
-<unit unitID="sf_mw_ipconnmgmt_connectionmonitoring_connectionmonitorplugin" name="connectionmonitorplugin" bldFile="\sf\mw\ipconnmgmt\connectionmonitoring\connectionmonitorplugin\group" mrp=""/>
-</component>
-</module>
-<module name="connectionmonitoring">
-<component name="connectionmonitorui">
-<unit unitID="sf_mw_ipconnmgmt_connectionmonitoring_connectionmonitorui" name="connectionmonitorui" bldFile="\sf\mw\ipconnmgmt\connectionmonitoring\connectionmonitorui\group" mrp=""/>
-</component>
-</module>
-<module name="connectionmonitoring">
-<component name="connectionmonitor">
-<unit unitID="sf_mw_ipconnmgmt_connectionmonitoring_connectionmonitor" name="connectionmonitor" bldFile="\sf\mw\ipconnmgmt\connectionmonitoring\connmon\connectionmonitor\group" mrp=""/>
-</component>
-</module>
-<module name="connectionmonitoring">
-<component name="dataconnectionlogger">
-<unit unitID="sf_mw_ipconnmgmt_connectionmonitoring_dataconnectionlogger" name="dataconnectionlogger" bldFile="\sf\mw\ipconnmgmt\connectionmonitoring\connmon\dataconnectionlogger\group" mrp=""/>
-</component>
-</module>
-<module name="connectionmonitoring">
-<component name="connmonext">
-<unit unitID="sf_mw_ipconnmgmt_connectionmonitoring_connmonext" name="connmonext" bldFile="\sf\mw\ipconnmgmt\connectionmonitoring\connmonext\group" mrp=""/>
-</component>
-</module>
-<module name="connectionmonitoring">
-<component name="connectionmonitoring">
-<unit unitID="sf_mw_ipconnmgmt_connectionmonitoring" name="connectionmonitoring" bldFile="\sf\mw\ipconnmgmt\connectionmonitoring\group" mrp=""/>
-</component>
-</module>
-<module name="connectionutilities">
-<component name="ConnectionDialogs">
-<unit unitID="sf_mw_ipconnmgmt_connectionutilities_ConnectionDialogs" name="ConnectionDialogs" bldFile="\sf\mw\ipconnmgmt\connectionutilities\ConnectionDialogs\group" mrp=""/>
-</component>
-</module>
-<module name="dbcreator">
-<component name="commsdatcreator">
-<unit unitID="sf_mw_ipconnmgmt_dbcreator_commsdatcreator" name="commsdatcreator" bldFile="\sf\mw\ipconnmgmt\dbcreator\commsdatcreator\group" mrp=""/>
-</component>
-</module>
-<module name="dbcreator">
-<component name="commsdatcreatorrfsplugin">
-<unit unitID="sf_mw_ipconnmgmt_dbcreator_commsdatcreatorrfsplugin" name="commsdatcreatorrfsplugin" bldFile="\sf\mw\ipconnmgmt\dbcreator\commsdatcreatorrfsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="dbcreator">
-<component name="commsdatstartup">
-<unit unitID="sf_mw_ipconnmgmt_dbcreator_commsdatstartup" name="commsdatstartup" bldFile="\sf\mw\ipconnmgmt\dbcreator\commsdatstartup\group" mrp=""/>
-</component>
-</module>
-<module name="dbcreator">
-<component name="dbcreatorexe">
-<unit unitID="sf_mw_ipconnmgmt_dbcreator_dbcreatorexe" name="dbcreatorexe" bldFile="\sf\mw\ipconnmgmt\dbcreator\dbcreatorexe\group" mrp=""/>
-</component>
-</module>
-<module name="dbcreator">
-<component name="dbcreator">
-<unit unitID="sf_mw_ipconnmgmt_dbcreator" name="dbcreator" bldFile="\sf\mw\ipconnmgmt\dbcreator\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="access_point_engine_misc_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_access_point_engine_misc_api" name="access_point_engine_misc_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\access_point_engine_misc_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="bearer_settings_plugin_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_bearer_settings_plugin_api" name="bearer_settings_plugin_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\bearer_settings_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="commsdat_wlan_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_commsdat_wlan_api" name="commsdat_wlan_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\commsdat_wlan_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="connection_monitor_extension_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_connection_monitor_extension_api" name="connection_monitor_extension_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\connection_monitor_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="connection_ui_utilities_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_connection_ui_utilities_api" name="connection_ui_utilities_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\connection_ui_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="disconnect_dialog_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_disconnect_dialog_api" name="disconnect_dialog_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\disconnect_dialog_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="disconnect_dialog_disable_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_disconnect_dialog_disable_api" name="disconnect_dialog_disable_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\disconnect_dialog_disable_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="extended_connection_settings_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_extended_connection_settings_api" name="extended_connection_settings_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\extended_connection_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="ipcm_plat">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat" name="ipcm_plat" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="mpm_connect_screen_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_mpm_connect_screen_api" name="mpm_connect_screen_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\mpm_connect_screen_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="mpm_default_connection_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_mpm_default_connection_api" name="mpm_default_connection_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\mpm_default_connection_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="pdpcontextmanager2_reset_factory_settings_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_pdpcontextmanager2_reset_factory_settings_api" name="pdpcontextmanager2_reset_factory_settings_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\pdpcontextmanager2_reset_factory_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_plat">
-<component name="pdpcontextmanager2_settings_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_plat_pdpcontextmanager2_settings_api" name="pdpcontextmanager2_settings_api" bldFile="\sf\mw\ipconnmgmt\ipcm_plat\pdpcontextmanager2_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_pub">
-<component name="access_point_engine_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_pub_access_point_engine_api" name="access_point_engine_api" bldFile="\sf\mw\ipconnmgmt\ipcm_pub\access_point_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_pub">
-<component name="access_point_settings_handler_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_pub_access_point_settings_handler_api" name="access_point_settings_handler_api" bldFile="\sf\mw\ipconnmgmt\ipcm_pub\access_point_settings_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_pub">
-<component name="agent_dialog_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_pub_agent_dialog_api" name="agent_dialog_api" bldFile="\sf\mw\ipconnmgmt\ipcm_pub\agent_dialog_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_pub">
-<component name="connection_monitor_server_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_pub_connection_monitor_server_api" name="connection_monitor_server_api" bldFile="\sf\mw\ipconnmgmt\ipcm_pub\connection_monitor_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_pub">
-<component name="connection_settings_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_pub_connection_settings_api" name="connection_settings_api" bldFile="\sf\mw\ipconnmgmt\ipcm_pub\connection_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_pub">
-<component name="connection_settings_ui_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_pub_connection_settings_ui_api" name="connection_settings_ui_api" bldFile="\sf\mw\ipconnmgmt\ipcm_pub\connection_settings_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_pub">
-<component name="data_connection_log_counters_api">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_pub_data_connection_log_counters_api" name="data_connection_log_counters_api" bldFile="\sf\mw\ipconnmgmt\ipcm_pub\data_connection_log_counters_api\group" mrp=""/>
-</component>
-</module>
-<module name="ipcm_pub">
-<component name="ipcm_pub">
-<unit unitID="sf_mw_ipconnmgmt_ipcm_pub" name="ipcm_pub" bldFile="\sf\mw\ipconnmgmt\ipcm_pub\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="legacypresence">
-<module name="legacypresence">
-<component name="legacypresence">
-<unit unitID="sf_mw_legacypresence" name="legacypresence" bldFile="\sf\mw\legacypresence\group" mrp=""/>
-</component>
-</module>
-<module name="XDMEngine">
-<component name="XDMEngine">
-<unit unitID="sf_mw_legacypresence_XDMEngine" name="XDMEngine" bldFile="\sf\mw\legacypresence\XDMEngine\group" mrp=""/>
-</component>
-</module>
-<module name="XDMEngine">
-<component name="XdmDeviceManagement">
-<unit unitID="sf_mw_legacypresence_XDMEngine_XdmDeviceManagement" name="XdmDeviceManagement" bldFile="\sf\mw\legacypresence\XDMEngine\XdmDeviceManagement\group" mrp=""/>
-</component>
-</module>
-<module name="XDMEngine">
-<component name="XdmProvisioning">
-<unit unitID="sf_mw_legacypresence_XDMEngine_XdmProvisioning" name="XdmProvisioning" bldFile="\sf\mw\legacypresence\XDMEngine\XdmProvisioning\group" mrp=""/>
-</component>
-</module>
-<module name="XDMEngine">
-<component name="XdmSettingsApi">
-<unit unitID="sf_mw_legacypresence_XDMEngine_XdmSettingsApi" name="XdmSettingsApi" bldFile="\sf\mw\legacypresence\XDMEngine\XdmSettingsApi\group" mrp=""/>
-</component>
-</module>
-<module name="XDMSettingsUI">
-<component name="XDMSettingsUI">
-<unit unitID="sf_mw_legacypresence_XDMSettingsUI" name="XDMSettingsUI" bldFile="\sf\mw\legacypresence\XDMSettingsUI\group" mrp=""/>
-</component>
-</module>
-<module name="msgconnmanager">
-<component name="msgconnmanager">
-<unit unitID="sf_mw_legacypresence_msgconnmanager" name="msgconnmanager" bldFile="\sf\mw\legacypresence\msgconnmanager\group" mrp=""/>
-</component>
-</module>
-<module name="presencefwsimpleadpt">
-<component name="presencefwsimpleadpt">
-<unit unitID="sf_mw_legacypresence_presencefwsimpleadpt" name="presencefwsimpleadpt" bldFile="\sf\mw\legacypresence\presencefwsimpleadpt\group" mrp=""/>
-</component>
-</module>
-<module name="presencesettingsui">
-<component name="presencesettingsui">
-<unit unitID="sf_mw_legacypresence_presencesettingsui" name="presencesettingsui" bldFile="\sf\mw\legacypresence\presencesettingsui\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="authorization_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_authorization_api" name="authorization_api" bldFile="\sf\mw\legacypresence\pressrv_plat\authorization_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="pressrv_plat">
-<unit unitID="sf_mw_legacypresence_pressrv_plat" name="pressrv_plat" bldFile="\sf\mw\legacypresence\pressrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="messaging_connection_manager_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_messaging_connection_manager_api" name="messaging_connection_manager_api" bldFile="\sf\mw\legacypresence\pressrv_plat\messaging_connection_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="presence_list_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_presence_list_api" name="presence_list_api" bldFile="\sf\mw\legacypresence\pressrv_plat\presence_list_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="publisher_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_publisher_api" name="publisher_api" bldFile="\sf\mw\legacypresence\pressrv_plat\publisher_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="registration_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_registration_api" name="registration_api" bldFile="\sf\mw\legacypresence\pressrv_plat\registration_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="simple_documents_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_simple_documents_api" name="simple_documents_api" bldFile="\sf\mw\legacypresence\pressrv_plat\simple_documents_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="simple_settings_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_simple_settings_api" name="simple_settings_api" bldFile="\sf\mw\legacypresence\pressrv_plat\simple_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="watcher_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_watcher_api" name="watcher_api" bldFile="\sf\mw\legacypresence\pressrv_plat\watcher_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="watcher_info_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_watcher_info_api" name="watcher_info_api" bldFile="\sf\mw\legacypresence\pressrv_plat\watcher_info_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="xdm_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_xdm_api" name="xdm_api" bldFile="\sf\mw\legacypresence\pressrv_plat\xdm_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="xdm_protocol_plugin_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_xdm_protocol_plugin_api" name="xdm_protocol_plugin_api" bldFile="\sf\mw\legacypresence\pressrv_plat\xdm_protocol_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="pressrv_plat">
-<component name="xdm_settings_api">
-<unit unitID="sf_mw_legacypresence_pressrv_plat_xdm_settings_api" name="xdm_settings_api" bldFile="\sf\mw\legacypresence\pressrv_plat\xdm_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="simpledatamodeladapter">
-<component name="simpledatamodeladapter">
-<unit unitID="sf_mw_legacypresence_simpledatamodeladapter" name="simpledatamodeladapter" bldFile="\sf\mw\legacypresence\simpledatamodeladapter\group" mrp=""/>
-</component>
-</module>
-<module name="simpleengine">
-<component name="engine">
-<unit unitID="sf_mw_legacypresence_simpleengine_engine" name="engine" bldFile="\sf\mw\legacypresence\simpleengine\engine\group" mrp=""/>
-</component>
-</module>
-<module name="simpleengine">
-<component name="simpleengine">
-<unit unitID="sf_mw_legacypresence_simpleengine" name="simpleengine" bldFile="\sf\mw\legacypresence\simpleengine\group" mrp=""/>
-</component>
-</module>
-<module name="simpleengine">
-<component name="presencedm">
-<unit unitID="sf_mw_legacypresence_simpleengine_presencedm" name="presencedm" bldFile="\sf\mw\legacypresence\simpleengine\presencedm\group" mrp=""/>
-</component>
-</module>
-<module name="simpleengine">
-<component name="presenceprovisioning">
-<unit unitID="sf_mw_legacypresence_simpleengine_presenceprovisioning" name="presenceprovisioning" bldFile="\sf\mw\legacypresence\simpleengine\presenceprovisioning\group" mrp=""/>
-</component>
-</module>
-<module name="simpleengine">
-<component name="presencesettingsapi">
-<unit unitID="sf_mw_legacypresence_simpleengine_presencesettingsapi" name="presencesettingsapi" bldFile="\sf\mw\legacypresence\simpleengine\presencesettingsapi\group" mrp=""/>
-</component>
-</module>
-<module name="simpleengine">
-<component name="siputils">
-<unit unitID="sf_mw_legacypresence_simpleengine_siputils" name="siputils" bldFile="\sf\mw\legacypresence\simpleengine\siputils\group" mrp=""/>
-</component>
-</module>
-<module name="simpleengine">
-<component name="xdmrlspres">
-<unit unitID="sf_mw_legacypresence_simpleengine_xdmrlspres" name="xdmrlspres" bldFile="\sf\mw\legacypresence\simpleengine\xdmrlspres\group" mrp=""/>
-</component>
-</module>
-<module name="simpleengine">
-<component name="xmlutils">
-<unit unitID="sf_mw_legacypresence_simpleengine_xmlutils" name="xmlutils" bldFile="\sf\mw\legacypresence\simpleengine\xmlutils\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="xdmprotocols">
-<unit unitID="sf_mw_legacypresence_xdmprotocols" name="xdmprotocols" bldFile="\sf\mw\legacypresence\xdmprotocols\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="LocalProtocol">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_LocalProtocol" name="LocalProtocol" bldFile="\sf\mw\legacypresence\xdmprotocols\LocalProtocol\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="LocalOperations">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_LocalOperations" name="LocalOperations" bldFile="\sf\mw\legacypresence\xdmprotocols\LocalProtocol\LocalOperations\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="XcapProtocol">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_XcapProtocol" name="XcapProtocol" bldFile="\sf\mw\legacypresence\xdmprotocols\XcapProtocol\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="XcapAppUsage">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_XcapAppUsage" name="XcapAppUsage" bldFile="\sf\mw\legacypresence\xdmprotocols\XcapProtocol\XcapAppUsage\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="Client">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_Client" name="Client" bldFile="\sf\mw\legacypresence\xdmprotocols\XcapProtocol\XcapCache\Client\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="Server">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_Server" name="Server" bldFile="\sf\mw\legacypresence\xdmprotocols\XcapProtocol\XcapCache\Server\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="XcapHttpTransport">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_XcapHttpTransport" name="XcapHttpTransport" bldFile="\sf\mw\legacypresence\xdmprotocols\XcapProtocol\XcapHttpTransport\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="XcapOperations">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_XcapOperations" name="XcapOperations" bldFile="\sf\mw\legacypresence\xdmprotocols\XcapProtocol\XcapOperations\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="XcapUtils">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_XcapUtils" name="XcapUtils" bldFile="\sf\mw\legacypresence\xdmprotocols\XcapProtocol\XcapUtils\group" mrp=""/>
-</component>
-</module>
-<module name="xdmprotocols">
-<component name="XdmXmlParser">
-<unit unitID="sf_mw_legacypresence_xdmprotocols_XdmXmlParser" name="XdmXmlParser" bldFile="\sf\mw\legacypresence\xdmprotocols\XdmXmlParser\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="locationsrv">
-<module name="locationsrv">
-<component name="locationsrv">
-<unit unitID="sf_mw_locationsrv" name="locationsrv" bldFile="\sf\mw\locationsrv\group" mrp=""/>
-</component>
-</module>
-<module name="genericpositioningplugins">
-<component name="genericpositioningplugins">
-<unit unitID="sf_mw_locationsrv_genericpositioningplugins" name="genericpositioningplugins" bldFile="\sf\mw\locationsrv\genericpositioningplugins\group" mrp=""/>
-</component>
-</module>
-<module name="genericpositioningplugins">
-<component name="locationnpppsy">
-<unit unitID="sf_mw_locationsrv_genericpositioningplugins_locationnpppsy" name="locationnpppsy" bldFile="\sf\mw\locationsrv\genericpositioningplugins\locationnpppsy\group" mrp=""/>
-</component>
-</module>
-<module name="genericpositioningplugins">
-<component name="locationsuplpsy">
-<unit unitID="sf_mw_locationsrv_genericpositioningplugins_locationsuplpsy" name="locationsuplpsy" bldFile="\sf\mw\locationsrv\genericpositioningplugins\locationsuplpsy\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="landmarks">
-<unit unitID="sf_mw_locationsrv_landmarks" name="landmarks" bldFile="\sf\mw\locationsrv\landmarks\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="clientlib">
-<unit unitID="sf_mw_locationsrv_landmarks_clientlib" name="clientlib" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\clientlib\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="converter">
-<unit unitID="sf_mw_locationsrv_landmarks_converter" name="converter" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\converter\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="dbmanclientlib">
-<unit unitID="sf_mw_locationsrv_landmarks_dbmanclientlib" name="dbmanclientlib" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\dbmanclientlib\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="dbmanprov">
-<unit unitID="sf_mw_locationsrv_landmarks_dbmanprov" name="dbmanprov" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\dbmanprov\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="dbreg">
-<unit unitID="sf_mw_locationsrv_landmarks_dbreg" name="dbreg" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\dbreg\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="locationlandmarks">
-<unit unitID="sf_mw_locationsrv_landmarks_locationlandmarks" name="locationlandmarks" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="internalservices">
-<unit unitID="sf_mw_locationsrv_landmarks_internalservices" name="internalservices" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\internalservices\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="localaccess">
-<unit unitID="sf_mw_locationsrv_landmarks_localaccess" name="localaccess" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\localaccess\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="localaccessprov">
-<unit unitID="sf_mw_locationsrv_landmarks_localaccessprov" name="localaccessprov" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\localaccessprov\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="localdbmanprov">
-<unit unitID="sf_mw_locationsrv_landmarks_localdbmanprov" name="localdbmanprov" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\localdbmanprov\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="localsearchprov">
-<unit unitID="sf_mw_locationsrv_landmarks_localsearchprov" name="localsearchprov" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\localsearchprov\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="multidbsearch">
-<unit unitID="sf_mw_locationsrv_landmarks_multidbsearch" name="multidbsearch" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\multidbsearch\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="recognizer">
-<unit unitID="sf_mw_locationsrv_landmarks_recognizer" name="recognizer" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\recognizer\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="searchclientlib">
-<unit unitID="sf_mw_locationsrv_landmarks_searchclientlib" name="searchclientlib" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\searchclientlib\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="server">
-<unit unitID="sf_mw_locationsrv_landmarks_server" name="server" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\server\group" mrp=""/>
-</component>
-</module>
-<module name="landmarks">
-<component name="serverclientlib">
-<unit unitID="sf_mw_locationsrv_landmarks_serverclientlib" name="serverclientlib" bldFile="\sf\mw\locationsrv\landmarks\locationlandmarks\serverclientlib\group" mrp=""/>
-</component>
-</module>
-<module name="locationmapnavfw">
-<component name="aiwprovider">
-<unit unitID="sf_mw_locationsrv_locationmapnavfw_aiwprovider" name="aiwprovider" bldFile="\sf\mw\locationsrv\locationmapnavfw\aiwprovider\group" mrp=""/>
-</component>
-</module>
-<module name="locationmapnavfw">
-<component name="locationmapnavfw">
-<unit unitID="sf_mw_locationsrv_locationmapnavfw" name="locationmapnavfw" bldFile="\sf\mw\locationsrv\locationmapnavfw\group" mrp=""/>
-</component>
-</module>
-<module name="locationmapnavfw">
-<component name="library">
-<unit unitID="sf_mw_locationsrv_locationmapnavfw_library" name="library" bldFile="\sf\mw\locationsrv\locationmapnavfw\library\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locationsystemui">
-<unit unitID="sf_mw_locationsrv_locationsystemui" name="locationsystemui" bldFile="\sf\mw\locationsrv\locationsystemui\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locationsysui">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locationsysui" name="locationsysui" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="lc">
-<unit unitID="sf_mw_locationsrv_locationsystemui_lc" name="lc" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\lc\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="lcapp">
-<unit unitID="sf_mw_locationsrv_locationsystemui_lcapp" name="lcapp" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\lc\lcapp\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="lcserver">
-<unit unitID="sf_mw_locationsrv_locationsystemui_lcserver" name="lcserver" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\lc\lcserver\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="lcservice">
-<unit unitID="sf_mw_locationsrv_locationsystemui_lcservice" name="lcservice" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\lc\lcservice\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="lcutils">
-<unit unitID="sf_mw_locationsrv_locationsystemui_lcutils" name="lcutils" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\lc\lcutils\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locblidsatelliteinfo">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locblidsatelliteinfo" name="locblidsatelliteinfo" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locblidsatelliteinfo\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locbtnotifier">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locbtnotifier" name="locbtnotifier" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locbtnotifier\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locgpsindicatorplugin">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locgpsindicatorplugin" name="locgpsindicatorplugin" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locgpsindicatorplugin\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locnotprefplugin">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locnotprefplugin" name="locnotprefplugin" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locnotprefplugin\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locpossettingsapp">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locpossettingsapp" name="locpossettingsapp" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locpossettingsapp\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locpsysettings">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locpsysettings" name="locpsysettings" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locpsysettings\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locpsysettingseng">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locpsysettingseng" name="locpsysettingseng" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locpsysettings\locpsysettingseng\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locpsysettingsui">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locpsysettingsui" name="locpsysettingsui" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locpsysettings\locpsysettingsui\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locsettingsuiservice">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locsettingsuiservice" name="locsettingsuiservice" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locsettingsuiservice\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locsettingsuiclient">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locsettingsuiclient" name="locsettingsuiclient" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locsettingsuiservice\locsettingsuiclient\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locsettingsuiserver">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locsettingsuiserver" name="locsettingsuiserver" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locsettingsuiservice\locsettingsuiserver\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locsuplsettingsui">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locsuplsettingsui" name="locsuplsettingsui" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locsuplsettingsui\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locsysuiengine">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locsysuiengine" name="locsysuiengine" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locsysuiengine\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locsysuiview">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locsysuiview" name="locsysuiview" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locsysuiview\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locutils">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locutils" name="locutils" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locutils\group" mrp=""/>
-</component>
-</module>
-<module name="locationsystemui">
-<component name="locverifier">
-<unit unitID="sf_mw_locationsrv_locationsystemui_locverifier" name="locverifier" bldFile="\sf\mw\locationsrv\locationsystemui\locationsysui\locverifier\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="locationtriggering">
-<unit unitID="sf_mw_locationsrv_locationtriggering" name="locationtriggering" bldFile="\sf\mw\locationsrv\locationtriggering\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="lbtmgmtui">
-<unit unitID="sf_mw_locationsrv_locationtriggering_lbtmgmtui" name="lbtmgmtui" bldFile="\sf\mw\locationsrv\locationtriggering\lbtmgmtui\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltcellidmovementdetector">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltcellidmovementdetector" name="ltcellidmovementdetector" bldFile="\sf\mw\locationsrv\locationtriggering\ltcellidmovementdetector\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltclientlib">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltclientlib" name="ltclientlib" bldFile="\sf\mw\locationsrv\locationtriggering\ltclientlib\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltcontainer">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltcontainer" name="ltcontainer" bldFile="\sf\mw\locationsrv\locationtriggering\ltcontainer\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltlogger">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltlogger" name="ltlogger" bldFile="\sf\mw\locationsrv\locationtriggering\ltlogger\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltmanagementlib">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltmanagementlib" name="ltmanagementlib" bldFile="\sf\mw\locationsrv\locationtriggering\ltmanagementlib\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltmovementdetectionpluginapi">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltmovementdetectionpluginapi" name="ltmovementdetectionpluginapi" bldFile="\sf\mw\locationsrv\locationtriggering\ltmovementdetectionpluginapi\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltserver">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltserver" name="ltserver" bldFile="\sf\mw\locationsrv\locationtriggering\ltserver\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltservercore">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltservercore" name="ltservercore" bldFile="\sf\mw\locationsrv\locationtriggering\ltserver\ltservercore\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltserverlogic">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltserverlogic" name="ltserverlogic" bldFile="\sf\mw\locationsrv\locationtriggering\ltserver\ltserverlogic\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltserverlogicbase">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltserverlogicbase" name="ltserverlogicbase" bldFile="\sf\mw\locationsrv\locationtriggering\ltserver\ltserverlogicbase\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltstrategyengine">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltstrategyengine" name="ltstrategyengine" bldFile="\sf\mw\locationsrv\locationtriggering\ltstrategyengine\group" mrp=""/>
-</component>
-</module>
-<module name="locationtriggering">
-<component name="ltstrategypluginapi">
-<unit unitID="sf_mw_locationsrv_locationtriggering_ltstrategypluginapi" name="ltstrategypluginapi" bldFile="\sf\mw\locationsrv\locationtriggering\ltstrategypluginapi\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="geocoding_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_geocoding_api" name="geocoding_api" bldFile="\sf\mw\locationsrv\locsrv_plat\geocoding_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="locsrv_plat">
-<unit unitID="sf_mw_locationsrv_locsrv_plat" name="locsrv_plat" bldFile="\sf\mw\locationsrv\locsrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="landmarks_category_definition_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_landmarks_category_definition_api" name="landmarks_category_definition_api" bldFile="\sf\mw\locationsrv\locsrv_plat\landmarks_category_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="location_centre_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_location_centre_api" name="location_centre_api" bldFile="\sf\mw\locationsrv\locsrv_plat\location_centre_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="location_notation_preferences_settings_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_location_notation_preferences_settings_api" name="location_notation_preferences_settings_api" bldFile="\sf\mw\locationsrv\locsrv_plat\location_notation_preferences_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="location_settings_launch_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_location_settings_launch_api" name="location_settings_launch_api" bldFile="\sf\mw\locationsrv\locsrv_plat\location_settings_launch_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="location_triggering_extension_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_location_triggering_extension_api" name="location_triggering_extension_api" bldFile="\sf\mw\locationsrv\locsrv_plat\location_triggering_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="location_triggering_management_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_location_triggering_management_api" name="location_triggering_management_api" bldFile="\sf\mw\locationsrv\locsrv_plat\location_triggering_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="location_triggering_status_information_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_location_triggering_status_information_api" name="location_triggering_status_information_api" bldFile="\sf\mw\locationsrv\locsrv_plat\location_triggering_status_information_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="map_and_navigation_aiw_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_map_and_navigation_aiw_api" name="map_and_navigation_aiw_api" bldFile="\sf\mw\locationsrv\locsrv_plat\map_and_navigation_aiw_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="map_and_navigation_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_map_and_navigation_api" name="map_and_navigation_api" bldFile="\sf\mw\locationsrv\locsrv_plat\map_and_navigation_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="map_and_navigation_provider_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_map_and_navigation_provider_api" name="map_and_navigation_provider_api" bldFile="\sf\mw\locationsrv\locsrv_plat\map_and_navigation_provider_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="map_and_navigation_provider_discovery_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_map_and_navigation_provider_discovery_api" name="map_and_navigation_provider_discovery_api" bldFile="\sf\mw\locationsrv\locsrv_plat\map_and_navigation_provider_discovery_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="map_image_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_map_image_api" name="map_image_api" bldFile="\sf\mw\locationsrv\locsrv_plat\map_image_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="map_image_conversion_plugin_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_map_image_conversion_plugin_api" name="map_image_conversion_plugin_api" bldFile="\sf\mw\locationsrv\locsrv_plat\map_image_conversion_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="np_proxy_configuration_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_np_proxy_configuration_api" name="np_proxy_configuration_api" bldFile="\sf\mw\locationsrv\locsrv_plat\np_proxy_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="oma_supl_asn_codec_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_oma_supl_asn_codec_api" name="oma_supl_asn_codec_api" bldFile="\sf\mw\locationsrv\locsrv_plat\oma_supl_asn_codec_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="oma_supl_configuration_parameter_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_oma_supl_configuration_parameter_api" name="oma_supl_configuration_parameter_api" bldFile="\sf\mw\locationsrv\locsrv_plat\oma_supl_configuration_parameter_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="privacy_notifiers_secondary_display_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_privacy_notifiers_secondary_display_api" name="privacy_notifiers_secondary_display_api" bldFile="\sf\mw\locationsrv\locsrv_plat\privacy_notifiers_secondary_display_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="psy_configuration_ui_plugin_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_psy_configuration_ui_plugin_api" name="psy_configuration_ui_plugin_api" bldFile="\sf\mw\locationsrv\locsrv_plat\psy_configuration_ui_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="supl_network_initiation_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_supl_network_initiation_api" name="supl_network_initiation_api" bldFile="\sf\mw\locationsrv\locsrv_plat\supl_network_initiation_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="supl_pos_message_plugin_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_supl_pos_message_plugin_api" name="supl_pos_message_plugin_api" bldFile="\sf\mw\locationsrv\locsrv_plat\supl_pos_message_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="supl_query_secondary_display_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_supl_query_secondary_display_api" name="supl_query_secondary_display_api" bldFile="\sf\mw\locationsrv\locsrv_plat\supl_query_secondary_display_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="supl_settings_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_supl_settings_api" name="supl_settings_api" bldFile="\sf\mw\locationsrv\locsrv_plat\supl_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="supl_settings_notifier_secondary_display_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_supl_settings_notifier_secondary_display_api" name="supl_settings_notifier_secondary_display_api" bldFile="\sf\mw\locationsrv\locsrv_plat\supl_settings_notifier_secondary_display_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_plat">
-<component name="supl_terminal_initiation_api">
-<unit unitID="sf_mw_locationsrv_locsrv_plat_supl_terminal_initiation_api" name="supl_terminal_initiation_api" bldFile="\sf\mw\locationsrv\locsrv_plat\supl_terminal_initiation_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_pub">
-<component name="blid_application_satellite_info_api">
-<unit unitID="sf_mw_locationsrv_locsrv_pub_blid_application_satellite_info_api" name="blid_application_satellite_info_api" bldFile="\sf\mw\locationsrv\locsrv_pub\blid_application_satellite_info_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_pub">
-<component name="locsrv_pub">
-<unit unitID="sf_mw_locationsrv_locsrv_pub" name="locsrv_pub" bldFile="\sf\mw\locationsrv\locsrv_pub\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_pub">
-<component name="landmarks_api">
-<unit unitID="sf_mw_locationsrv_locsrv_pub_landmarks_api" name="landmarks_api" bldFile="\sf\mw\locationsrv\locsrv_pub\landmarks_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_pub">
-<component name="landmarks_database_management_api">
-<unit unitID="sf_mw_locationsrv_locsrv_pub_landmarks_database_management_api" name="landmarks_database_management_api" bldFile="\sf\mw\locationsrv\locsrv_pub\landmarks_database_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_pub">
-<component name="landmarks_search_api">
-<unit unitID="sf_mw_locationsrv_locsrv_pub_landmarks_search_api" name="landmarks_search_api" bldFile="\sf\mw\locationsrv\locsrv_pub\landmarks_search_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_pub">
-<component name="location_centre_registration_api">
-<unit unitID="sf_mw_locationsrv_locsrv_pub_location_centre_registration_api" name="location_centre_registration_api" bldFile="\sf\mw\locationsrv\locsrv_pub\location_centre_registration_api\group" mrp=""/>
-</component>
-</module>
-<module name="locsrv_pub">
-<component name="location_triggering_api">
-<unit unitID="sf_mw_locationsrv_locsrv_pub_location_triggering_api" name="location_triggering_api" bldFile="\sf\mw\locationsrv\locsrv_pub\location_triggering_api\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="supl">
-<unit unitID="sf_mw_locationsrv_supl" name="supl" bldFile="\sf\mw\locationsrv\supl\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="epos_comasuplpostestermodulecfg">
-<unit unitID="sf_mw_locationsrv_supl_epos_comasuplpostestermodulecfg" name="epos_comasuplpostestermodulecfg" bldFile="\sf\mw\locationsrv\supl\locationomasuplpostester\epos_comasuplpostestermodulecfg\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="epos_comasuplpostestermodulecfg_exe">
-<unit unitID="sf_mw_locationsrv_supl_epos_comasuplpostestermodulecfg_exe" name="epos_comasuplpostestermodulecfg_exe" bldFile="\sf\mw\locationsrv\supl\locationomasuplpostester\epos_comasuplpostestermodulecfg_exe\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="locationomasuplpostester">
-<unit unitID="sf_mw_locationsrv_supl_locationomasuplpostester" name="locationomasuplpostester" bldFile="\sf\mw\locationsrv\supl\locationomasuplpostester\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="asnconverterpluginapi">
-<unit unitID="sf_mw_locationsrv_supl_asnconverterpluginapi" name="asnconverterpluginapi" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\asnconverterpluginapi\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="asnpluginimplementation">
-<unit unitID="sf_mw_locationsrv_supl_asnpluginimplementation" name="asnpluginimplementation" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\asnpluginimplementation\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="locationomasuplprotocolhandler">
-<unit unitID="sf_mw_locationsrv_supl_locationomasuplprotocolhandler" name="locationomasuplprotocolhandler" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="ecom">
-<unit unitID="sf_mw_locationsrv_supl_ecom" name="ecom" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\notifier\ecom\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="notifier">
-<unit unitID="sf_mw_locationsrv_supl_notifier" name="notifier" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\notifier\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="notifier">
-<unit unitID="sf_mw_locationsrv_supl_notifier_1" name="notifier_1" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\notifier\notifier\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="posmsgpluginapi">
-<unit unitID="sf_mw_locationsrv_supl_posmsgpluginapi" name="posmsgpluginapi" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\posmsgpluginapi\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="protocolhandler">
-<unit unitID="sf_mw_locationsrv_supl_protocolhandler" name="protocolhandler" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\protocolhandler\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="provisioninghandler">
-<unit unitID="sf_mw_locationsrv_supl_provisioninghandler" name="provisioninghandler" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\provisioninghandler\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="supllistener">
-<unit unitID="sf_mw_locationsrv_supl_supllistener" name="supllistener" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\supllistener\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="syncmlprovhandler">
-<unit unitID="sf_mw_locationsrv_supl_syncmlprovhandler" name="syncmlprovhandler" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\syncmlprovhandler\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="waplistener">
-<unit unitID="sf_mw_locationsrv_supl_waplistener" name="waplistener" bldFile="\sf\mw\locationsrv\supl\locationomasuplprotocolhandler\waplistener\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="configparamapi">
-<unit unitID="sf_mw_locationsrv_supl_configparamapi" name="configparamapi" bldFile="\sf\mw\locationsrv\supl\locationsuplfw\configparamapi\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="gateway">
-<unit unitID="sf_mw_locationsrv_supl_gateway" name="gateway" bldFile="\sf\mw\locationsrv\supl\locationsuplfw\gateway\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="locationsuplfw">
-<unit unitID="sf_mw_locationsrv_supl_locationsuplfw" name="locationsuplfw" bldFile="\sf\mw\locationsrv\supl\locationsuplfw\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="nwinitiationapi">
-<unit unitID="sf_mw_locationsrv_supl_nwinitiationapi" name="nwinitiationapi" bldFile="\sf\mw\locationsrv\supl\locationsuplfw\nwinitiationapi\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="protocolhandlerapi">
-<unit unitID="sf_mw_locationsrv_supl_protocolhandlerapi" name="protocolhandlerapi" bldFile="\sf\mw\locationsrv\supl\locationsuplfw\protocolhandlerapi\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="settingsapi">
-<unit unitID="sf_mw_locationsrv_supl_settingsapi" name="settingsapi" bldFile="\sf\mw\locationsrv\supl\locationsuplfw\settingsapi\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="terminalinitiationapi">
-<unit unitID="sf_mw_locationsrv_supl_terminalinitiationapi" name="terminalinitiationapi" bldFile="\sf\mw\locationsrv\supl\locationsuplfw\terminalinitiationapi\group" mrp=""/>
-</component>
-</module>
-<module name="supl">
-<component name="utilities">
-<unit unitID="sf_mw_locationsrv_supl_utilities" name="utilities" bldFile="\sf\mw\locationsrv\supl\locationsuplfw\utilities\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mds">
-<module name="mds">
-<component name="mds">
-<unit unitID="sf_mw_mds" name="mds" bldFile="\sf\mw\mds\group" mrp=""/>
-</component>
-</module>
-<module name="clfwrapper">
-<component name="clfwrapper">
-<unit unitID="sf_mw_mds_clfwrapper" name="clfwrapper" bldFile="\sf\mw\mds\clfwrapper\group" mrp=""/>
-</component>
-</module>
-<module name="contextengine">
-<component name="contextengine">
-<unit unitID="sf_mw_mds_contextengine" name="contextengine" bldFile="\sf\mw\mds\contextengine\group" mrp=""/>
-</component>
-</module>
-<module name="contextengine">
-<component name="calendarplugin">
-<unit unitID="sf_mw_mds_contextengine_calendarplugin" name="calendarplugin" bldFile="\sf\mw\mds\contextengine\plugins\calendarplugin\group" mrp=""/>
-</component>
-</module>
-<module name="contextengine">
-<component name="contextplugininterface">
-<unit unitID="sf_mw_mds_contextengine_contextplugininterface" name="contextplugininterface" bldFile="\sf\mw\mds\contextengine\plugins\contextplugininterface\group" mrp=""/>
-</component>
-</module>
-<module name="contextengine">
-<component name="plugins">
-<unit unitID="sf_mw_mds_contextengine_plugins" name="plugins" bldFile="\sf\mw\mds\contextengine\plugins\group" mrp=""/>
-</component>
-</module>
-<module name="contextengine">
-<component name="locationplugin">
-<unit unitID="sf_mw_mds_contextengine_locationplugin" name="locationplugin" bldFile="\sf\mw\mds\contextengine\plugins\locationplugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="blacklistclient">
-<unit unitID="sf_mw_mds_harvester_blacklistclient" name="blacklistclient" bldFile="\sf\mw\mds\harvester\blacklistclient\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="blacklistserver">
-<unit unitID="sf_mw_mds_harvester_blacklistserver" name="blacklistserver" bldFile="\sf\mw\mds\harvester\blacklistserver\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="client">
-<unit unitID="sf_mw_mds_harvester_client" name="client" bldFile="\sf\mw\mds\harvester\client\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="common">
-<unit unitID="sf_mw_mds_harvester_common" name="common" bldFile="\sf\mw\mds\harvester\common\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="composerplugininterface">
-<unit unitID="sf_mw_mds_harvester_composerplugininterface" name="composerplugininterface" bldFile="\sf\mw\mds\harvester\composerplugins\composerplugininterface\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="composerplugins">
-<unit unitID="sf_mw_mds_harvester_composerplugins" name="composerplugins" bldFile="\sf\mw\mds\harvester\composerplugins\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="imagecomposer">
-<unit unitID="sf_mw_mds_harvester_imagecomposer" name="imagecomposer" bldFile="\sf\mw\mds\harvester\composerplugins\imagecomposer\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="harvester">
-<unit unitID="sf_mw_mds_harvester" name="harvester" bldFile="\sf\mw\mds\harvester\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="AudioPlaylistPlugin">
-<unit unitID="sf_mw_mds_harvester_AudioPlaylistPlugin" name="AudioPlaylistPlugin" bldFile="\sf\mw\mds\harvester\harvesterplugins\AudioPlaylistPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="AudioPlugin">
-<unit unitID="sf_mw_mds_harvester_AudioPlugin" name="AudioPlugin" bldFile="\sf\mw\mds\harvester\harvesterplugins\AudioPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="harvesterplugins">
-<unit unitID="sf_mw_mds_harvester_harvesterplugins" name="harvesterplugins" bldFile="\sf\mw\mds\harvester\harvesterplugins\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="ImagePlugin">
-<unit unitID="sf_mw_mds_harvester_ImagePlugin" name="ImagePlugin" bldFile="\sf\mw\mds\harvester\harvesterplugins\ImagePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="MessagePlugin">
-<unit unitID="sf_mw_mds_harvester_MessagePlugin" name="MessagePlugin" bldFile="\sf\mw\mds\harvester\harvesterplugins\MessagePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="OMADRMPlugin">
-<unit unitID="sf_mw_mds_harvester_OMADRMPlugin" name="OMADRMPlugin" bldFile="\sf\mw\mds\harvester\harvesterplugins\OMADRMPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="RTPPlugin">
-<unit unitID="sf_mw_mds_harvester_RTPPlugin" name="RTPPlugin" bldFile="\sf\mw\mds\harvester\harvesterplugins\RTPPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="VideoPlugin">
-<unit unitID="sf_mw_mds_harvester_VideoPlugin" name="VideoPlugin" bldFile="\sf\mw\mds\harvester\harvesterplugins\VideoPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="WMVPlugin">
-<unit unitID="sf_mw_mds_harvester_WMVPlugin" name="WMVPlugin" bldFile="\sf\mw\mds\harvester\harvesterplugins\WMVPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="fileplugin">
-<unit unitID="sf_mw_mds_harvester_fileplugin" name="fileplugin" bldFile="\sf\mw\mds\harvester\monitorplugins\fileplugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="monitorplugins">
-<unit unitID="sf_mw_mds_harvester_monitorplugins" name="monitorplugins" bldFile="\sf\mw\mds\harvester\monitorplugins\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="mdsfileserverplugin">
-<unit unitID="sf_mw_mds_harvester_mdsfileserverplugin" name="mdsfileserverplugin" bldFile="\sf\mw\mds\harvester\monitorplugins\mdsfileserverplugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="mdsoomplugin">
-<unit unitID="sf_mw_mds_harvester_mdsoomplugin" name="mdsoomplugin" bldFile="\sf\mw\mds\harvester\monitorplugins\mdsoomplugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="messageplugin">
-<unit unitID="sf_mw_mds_harvester_messageplugin" name="messageplugin" bldFile="\sf\mw\mds\harvester\monitorplugins\messageplugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="mmcplugin">
-<unit unitID="sf_mw_mds_harvester_mmcplugin" name="mmcplugin" bldFile="\sf\mw\mds\harvester\monitorplugins\mmcplugin\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="monitorplugininterface">
-<unit unitID="sf_mw_mds_harvester_monitorplugininterface" name="monitorplugininterface" bldFile="\sf\mw\mds\harvester\monitorplugins\monitorplugininterface\group" mrp=""/>
-</component>
-</module>
-<module name="harvester">
-<component name="server">
-<unit unitID="sf_mw_mds_harvester_server" name="server" bldFile="\sf\mw\mds\harvester\server\group" mrp=""/>
-</component>
-</module>
-<module name="locationmanager">
-<component name="client">
-<unit unitID="sf_mw_mds_locationmanager_client" name="client" bldFile="\sf\mw\mds\locationmanager\client\group" mrp=""/>
-</component>
-</module>
-<module name="locationmanager">
-<component name="locationmanager">
-<unit unitID="sf_mw_mds_locationmanager" name="locationmanager" bldFile="\sf\mw\mds\locationmanager\group" mrp=""/>
-</component>
-</module>
-<module name="locationmanager">
-<component name="locationtrail">
-<unit unitID="sf_mw_mds_locationmanager_locationtrail" name="locationtrail" bldFile="\sf\mw\mds\locationmanager\locationtrail\group" mrp=""/>
-</component>
-</module>
-<module name="locationmanager">
-<component name="server">
-<unit unitID="sf_mw_mds_locationmanager_server" name="server" bldFile="\sf\mw\mds\locationmanager\server\group" mrp=""/>
-</component>
-</module>
-<module name="mds_plat">
-<component name="content_listing_framework_collection_manager_api">
-<unit unitID="sf_mw_mds_mds_plat_content_listing_framework_collection_manager_api" name="content_listing_framework_collection_manager_api" bldFile="\sf\mw\mds\mds_plat\content_listing_framework_collection_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="mds_plat">
-<component name="content_listing_framework_extended_api">
-<unit unitID="sf_mw_mds_mds_plat_content_listing_framework_extended_api" name="content_listing_framework_extended_api" bldFile="\sf\mw\mds\mds_plat\content_listing_framework_extended_api\group" mrp=""/>
-</component>
-</module>
-<module name="mds_plat">
-<component name="context_engine_plugin_api">
-<unit unitID="sf_mw_mds_mds_plat_context_engine_plugin_api" name="context_engine_plugin_api" bldFile="\sf\mw\mds\mds_plat\context_engine_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="mds_plat">
-<component name="mds_plat">
-<unit unitID="sf_mw_mds_mds_plat" name="mds_plat" bldFile="\sf\mw\mds\mds_plat\group" mrp=""/>
-</component>
-</module>
-<module name="mds_plat">
-<component name="harvester_framework_api">
-<unit unitID="sf_mw_mds_mds_plat_harvester_framework_api" name="harvester_framework_api" bldFile="\sf\mw\mds\mds_plat\harvester_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="mds_plat">
-<component name="location_manager_api">
-<unit unitID="sf_mw_mds_mds_plat_location_manager_api" name="location_manager_api" bldFile="\sf\mw\mds\mds_plat\location_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="mds_plat">
-<component name="metadata_engine_api">
-<unit unitID="sf_mw_mds_mds_plat_metadata_engine_api" name="metadata_engine_api" bldFile="\sf\mw\mds\mds_plat\metadata_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="mds_pub">
-<component name="content_listing_framework_api">
-<unit unitID="sf_mw_mds_mds_pub_content_listing_framework_api" name="content_listing_framework_api" bldFile="\sf\mw\mds\mds_pub\content_listing_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="mds_pub">
-<component name="mds_pub">
-<unit unitID="sf_mw_mds_mds_pub" name="mds_pub" bldFile="\sf\mw\mds\mds_pub\group" mrp=""/>
-</component>
-</module>
-<module name="metadataengine">
-<component name="client">
-<unit unitID="sf_mw_mds_metadataengine_client" name="client" bldFile="\sf\mw\mds\metadataengine\client\group" mrp=""/>
-</component>
-</module>
-<module name="metadataengine">
-<component name="common">
-<unit unitID="sf_mw_mds_metadataengine_common" name="common" bldFile="\sf\mw\mds\metadataengine\common\group" mrp=""/>
-</component>
-</module>
-<module name="metadataengine">
-<component name="metadataengine">
-<unit unitID="sf_mw_mds_metadataengine" name="metadataengine" bldFile="\sf\mw\mds\metadataengine\group" mrp=""/>
-</component>
-</module>
-<module name="metadataengine">
-<component name="server">
-<unit unitID="sf_mw_mds_metadataengine_server" name="server" bldFile="\sf\mw\mds\metadataengine\server\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="messagingmw">
-<module name="messagingmw">
-<component name="messagingmw">
-<unit unitID="sf_mw_messagingmw" name="messagingmw" bldFile="\sf\mw\messagingmw\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="AlwaysOnlineManager">
-<unit unitID="sf_mw_messagingmw_messagingfw_AlwaysOnlineManager" name="AlwaysOnlineManager" bldFile="\sf\mw\messagingmw\messagingfw\alwaysonline\AlwaysOnlineManager\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="AlwaysOnlineStarterApp">
-<unit unitID="sf_mw_messagingmw_messagingfw_AlwaysOnlineStarterApp" name="AlwaysOnlineStarterApp" bldFile="\sf\mw\messagingmw\messagingfw\alwaysonline\AlwaysOnlineStarterApp\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="alwaysonline">
-<unit unitID="sf_mw_messagingmw_messagingfw_alwaysonline" name="alwaysonline" bldFile="\sf\mw\messagingmw\messagingfw\alwaysonline\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="messagingfw">
-<unit unitID="sf_mw_messagingmw_messagingfw" name="messagingfw" bldFile="\sf\mw\messagingmw\messagingfw\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="msgcommonutils">
-<unit unitID="sf_mw_messagingmw_messagingfw_msgcommonutils" name="msgcommonutils" bldFile="\sf\mw\messagingmw\messagingfw\msgcommonutils\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="datautils">
-<unit unitID="sf_mw_messagingmw_messagingfw_datautils" name="datautils" bldFile="\sf\mw\messagingmw\messagingfw\senduiservices\datautils\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="senduiservices">
-<unit unitID="sf_mw_messagingmw_messagingfw_senduiservices" name="senduiservices" bldFile="\sf\mw\messagingmw\messagingfw\senduiservices\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="launcher">
-<unit unitID="sf_mw_messagingmw_messagingfw_launcher" name="launcher" bldFile="\sf\mw\messagingmw\messagingfw\senduiservices\launcher\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="serviceresolver">
-<unit unitID="sf_mw_messagingmw_messagingfw_serviceresolver" name="serviceresolver" bldFile="\sf\mw\messagingmw\messagingfw\senduiservices\serviceresolver\group" mrp=""/>
-</component>
-</module>
-<module name="messagingfw">
-<component name="watcher">
-<unit unitID="sf_mw_messagingmw_messagingfw_watcher" name="watcher" bldFile="\sf\mw\messagingmw\messagingfw\senduiservices\watcher\group" mrp=""/>
-</component>
-</module>
-<module name="msgbranched">
-<component name="msgbranched">
-<unit unitID="sf_mw_messagingmw_msgbranched" name="msgbranched" bldFile="\sf\mw\messagingmw\msgbranched\group" mrp=""/>
-</component>
-</module>
-<module name="msgfw_plat">
-<component name="always_online_client_api">
-<unit unitID="sf_mw_messagingmw_msgfw_plat_always_online_client_api" name="always_online_client_api" bldFile="\sf\mw\messagingmw\msgfw_plat\always_online_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="msgfw_plat">
-<component name="always_online_plugin_api">
-<unit unitID="sf_mw_messagingmw_msgfw_plat_always_online_plugin_api" name="always_online_plugin_api" bldFile="\sf\mw\messagingmw\msgfw_plat\always_online_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="msgfw_plat">
-<component name="msgfw_plat">
-<unit unitID="sf_mw_messagingmw_msgfw_plat" name="msgfw_plat" bldFile="\sf\mw\messagingmw\msgfw_plat\group" mrp=""/>
-</component>
-</module>
-<module name="msgfw_plat">
-<component name="msg_common_utils_api">
-<unit unitID="sf_mw_messagingmw_msgfw_plat_msg_common_utils_api" name="msg_common_utils_api" bldFile="\sf\mw\messagingmw\msgfw_plat\msg_common_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="msgfw_plat">
-<component name="send_ui_datautils_api">
-<unit unitID="sf_mw_messagingmw_msgfw_plat_send_ui_datautils_api" name="send_ui_datautils_api" bldFile="\sf\mw\messagingmw\msgfw_plat\send_ui_datautils_api\group" mrp=""/>
-</component>
-</module>
-<module name="msgfw_plat">
-<component name="send_ui_plugin_api">
-<unit unitID="sf_mw_messagingmw_msgfw_plat_send_ui_plugin_api" name="send_ui_plugin_api" bldFile="\sf\mw\messagingmw\msgfw_plat\send_ui_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="msgfw_pub">
-<component name="msgfw_pub">
-<unit unitID="sf_mw_messagingmw_msgfw_pub" name="msgfw_pub" bldFile="\sf\mw\messagingmw\msgfw_pub\group" mrp=""/>
-</component>
-</module>
-<module name="msgfw_pub">
-<component name="send_ui_api">
-<unit unitID="sf_mw_messagingmw_msgfw_pub_send_ui_api" name="send_ui_api" bldFile="\sf\mw\messagingmw\msgfw_pub\send_ui_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="metadatasrv">
-<module name="metadatasrv">
-<component name="metadatasrv">
-<unit unitID="sf_mw_metadatasrv" name="metadatasrv" bldFile="\sf\mw\metadatasrv\group" mrp=""/>
-</component>
-</module>
-<module name="contentlistingframework">
-<component name="contentlistingframework">
-<unit unitID="sf_mw_metadatasrv_contentlistingframework" name="contentlistingframework" bldFile="\sf\mw\metadatasrv\contentlistingframework\group" mrp=""/>
-</component>
-</module>
-<module name="mediamanagementuis">
-<component name="mediamanagementuis">
-<unit unitID="sf_mw_metadatasrv_mediamanagementuis" name="mediamanagementuis" bldFile="\sf\mw\metadatasrv\mediamanagementuis\group" mrp=""/>
-</component>
-</module>
-<module name="mediamanagementuis">
-<component name="mediastylegrid">
-<unit unitID="sf_mw_metadatasrv_mediamanagementuis_mediastylegrid" name="mediastylegrid" bldFile="\sf\mw\metadatasrv\mediamanagementuis\mediastylegrid\group" mrp=""/>
-</component>
-</module>
-<module name="mediamanagementutilities">
-<component name="mediamanagementutilities">
-<unit unitID="sf_mw_metadatasrv_mediamanagementutilities" name="mediamanagementutilities" bldFile="\sf\mw\metadatasrv\mediamanagementutilities\group" mrp=""/>
-</component>
-</module>
-<module name="mediamanagementutilities">
-<component name="mediafetch">
-<unit unitID="sf_mw_metadatasrv_mediamanagementutilities_mediafetch" name="mediafetch" bldFile="\sf\mw\metadatasrv\mediamanagementutilities\mediafetch\group" mrp=""/>
-</component>
-</module>
-<module name="metadatasrv_plat">
-<component name="content_listing_framework_collection_manager_api">
-<unit unitID="sf_mw_metadatasrv_metadatasrv_plat_content_listing_framework_collection_manager_api" name="content_listing_framework_collection_manager_api" bldFile="\sf\mw\metadatasrv\metadatasrv_plat\content_listing_framework_collection_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="metadatasrv_plat">
-<component name="content_listing_framework_extended_api">
-<unit unitID="sf_mw_metadatasrv_metadatasrv_plat_content_listing_framework_extended_api" name="content_listing_framework_extended_api" bldFile="\sf\mw\metadatasrv\metadatasrv_plat\content_listing_framework_extended_api\group" mrp=""/>
-</component>
-</module>
-<module name="metadatasrv_plat">
-<component name="metadatasrv_plat">
-<unit unitID="sf_mw_metadatasrv_metadatasrv_plat" name="metadatasrv_plat" bldFile="\sf\mw\metadatasrv\metadatasrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="metadatasrv_plat">
-<component name="media_fetch_implementation_api">
-<unit unitID="sf_mw_metadatasrv_metadatasrv_plat_media_fetch_implementation_api" name="media_fetch_implementation_api" bldFile="\sf\mw\metadatasrv\metadatasrv_plat\media_fetch_implementation_api\group" mrp=""/>
-</component>
-</module>
-<module name="metadatasrv_plat">
-<component name="media_style_grid_api">
-<unit unitID="sf_mw_metadatasrv_metadatasrv_plat_media_style_grid_api" name="media_style_grid_api" bldFile="\sf\mw\metadatasrv\metadatasrv_plat\media_style_grid_api\group" mrp=""/>
-</component>
-</module>
-<module name="metadatasrv_pub">
-<component name="content_listing_framework_api">
-<unit unitID="sf_mw_metadatasrv_metadatasrv_pub_content_listing_framework_api" name="content_listing_framework_api" bldFile="\sf\mw\metadatasrv\metadatasrv_pub\content_listing_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="metadatasrv_pub">
-<component name="metadatasrv_pub">
-<unit unitID="sf_mw_metadatasrv_metadatasrv_pub" name="metadatasrv_pub" bldFile="\sf\mw\metadatasrv\metadatasrv_pub\group" mrp=""/>
-</component>
-</module>
-<module name="metadatasrv_pub">
-<component name="media_fetch_api">
-<unit unitID="sf_mw_metadatasrv_metadatasrv_pub_media_fetch_api" name="media_fetch_api" bldFile="\sf\mw\metadatasrv\metadatasrv_pub\media_fetch_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mmappfw">
-<module name="mmappfw">
-<component name="mmappfw">
-<unit unitID="sf_mw_mmappfw" name="mmappfw" bldFile="\sf\mw\mmappfw\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="asxparser">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_asxparser" name="asxparser" bldFile="\sf\mw\mmappfw\mmappcomponents\asxparser\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="test">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_test" name="test" bldFile="\sf\mw\mmappfw\mmappcomponents\asxparser\test" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="collectionhelper">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_collectionhelper" name="collectionhelper" bldFile="\sf\mw\mmappfw\mmappcomponents\collectionhelper\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="mmappcomponents">
-<unit unitID="sf_mw_mmappfw_mmappcomponents" name="mmappcomponents" bldFile="\sf\mw\mmappfw\mmappcomponents\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="collectionmediator">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_collectionmediator" name="collectionmediator" bldFile="\sf\mw\mmappfw\mmappcomponents\harvester\collectionmediator\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="filehandler">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_filehandler" name="filehandler" bldFile="\sf\mw\mmappfw\mmappcomponents\harvester\filehandler\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="harvester">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_harvester" name="harvester" bldFile="\sf\mw\mmappfw\mmappcomponents\harvester\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="metadataextractor">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_metadataextractor" name="metadataextractor" bldFile="\sf\mw\mmappfw\mmappcomponents\harvester\metadataextractor\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="server">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_server" name="server" bldFile="\sf\mw\mmappfw\mmappcomponents\harvester\server\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="utility">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_utility" name="utility" bldFile="\sf\mw\mmappfw\mmappcomponents\harvester\utility\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="mediaplayersettingsengine">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_mediaplayersettingsengine" name="mediaplayersettingsengine" bldFile="\sf\mw\mmappfw\mmappcomponents\mediaplayersettingsengine\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="albumartutility">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_albumartutility" name="albumartutility" bldFile="\sf\mw\mmappfw\mmappcomponents\mmappcommonui\albumartutility\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="backsteppingutility">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_backsteppingutility" name="backsteppingutility" bldFile="\sf\mw\mmappfw\mmappcomponents\mmappcommonui\backsteppingutility\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="mmappcommonui">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_mmappcommonui" name="mmappcommonui" bldFile="\sf\mw\mmappfw\mmappcomponents\mmappcommonui\group" mrp=""/>
-</component>
-</module>
-<module name="mmappcomponents">
-<component name="playlistengine">
-<unit unitID="sf_mw_mmappfw_mmappcomponents_playlistengine" name="playlistengine" bldFile="\sf\mw\mmappfw\mmappcomponents\playlistengine\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="asx_parser_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_asx_parser_api" name="asx_parser_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\asx_parser_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="collection_helper_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_collection_helper_api" name="collection_helper_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\collection_helper_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mmappfw_plat">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat" name="mmappfw_plat" bldFile="\sf\mw\mmappfw\mmappfw_plat\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="harvester_collection_mediator_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_harvester_collection_mediator_api" name="harvester_collection_mediator_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\harvester_collection_mediator_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="harvester_metadata_extractor_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_harvester_metadata_extractor_api" name="harvester_metadata_extractor_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\harvester_metadata_extractor_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="harvester_server_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_harvester_server_api" name="harvester_server_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\harvester_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="harvester_utility_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_harvester_utility_api" name="harvester_utility_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\harvester_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="media_player_settings_engine_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_media_player_settings_engine_api" name="media_player_settings_engine_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\media_player_settings_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_albumart_utility_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_albumart_utility_api" name="mpx_albumart_utility_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_albumart_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_backstepping_utility_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_backstepping_utility_api" name="mpx_backstepping_utility_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_backstepping_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_base_view_plugins_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_base_view_plugins_api" name="mpx_base_view_plugins_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_base_view_plugins_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_collection_common_definition_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_collection_common_definition_api" name="mpx_collection_common_definition_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_collection_common_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_collection_utility_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_collection_utility_api" name="mpx_collection_utility_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_collection_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_common_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_common_api" name="mpx_common_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_common_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_common_definition_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_common_definition_api" name="mpx_common_definition_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_common_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_playback_common_definition_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_playback_common_definition_api" name="mpx_playback_common_definition_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_playback_common_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_playback_utility_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_playback_utility_api" name="mpx_playback_utility_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_playback_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="mpx_view_utility_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_mpx_view_utility_api" name="mpx_view_utility_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\mpx_view_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmappfw_plat">
-<component name="playlist_engine_api">
-<unit unitID="sf_mw_mmappfw_mmappfw_plat_playlist_engine_api" name="playlist_engine_api" bldFile="\sf\mw\mmappfw\mmappfw_plat\playlist_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="collectionengine">
-<unit unitID="sf_mw_mmappfw_mpx_collectionengine" name="collectionengine" bldFile="\sf\mw\mmappfw\mpx\collectionframework\collectionengine\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="collectionserver">
-<unit unitID="sf_mw_mmappfw_mpx_collectionserver" name="collectionserver" bldFile="\sf\mw\mmappfw\mpx\collectionframework\collectionserver\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="collectionutility">
-<unit unitID="sf_mw_mmappfw_mpx_collectionutility" name="collectionutility" bldFile="\sf\mw\mmappfw\mpx\collectionframework\collectionutility\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="collectionframework">
-<unit unitID="sf_mw_mmappfw_mpx_collectionframework" name="collectionframework" bldFile="\sf\mw\mmappfw\mpx\collectionframework\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="common">
-<unit unitID="sf_mw_mmappfw_mpx_common" name="common" bldFile="\sf\mw\mmappfw\mpx\commonframework\common\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="commonframework">
-<unit unitID="sf_mw_mmappfw_mpx_commonframework" name="commonframework" bldFile="\sf\mw\mmappfw\mpx\commonframework\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="mpx">
-<unit unitID="sf_mw_mmappfw_mpx" name="mpx" bldFile="\sf\mw\mmappfw\mpx\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="playbackframework">
-<unit unitID="sf_mw_mmappfw_mpx_playbackframework" name="playbackframework" bldFile="\sf\mw\mmappfw\mpx\playbackframework\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="playbackengine">
-<unit unitID="sf_mw_mmappfw_mpx_playbackengine" name="playbackengine" bldFile="\sf\mw\mmappfw\mpx\playbackframework\playbackengine\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="playbackserver">
-<unit unitID="sf_mw_mmappfw_mpx_playbackserver" name="playbackserver" bldFile="\sf\mw\mmappfw\mpx\playbackframework\playbackserver\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="playbackutility">
-<unit unitID="sf_mw_mmappfw_mpx_playbackutility" name="playbackutility" bldFile="\sf\mw\mmappfw\mpx\playbackframework\playbackutility\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="baseviewplugins">
-<unit unitID="sf_mw_mmappfw_mpx_baseviewplugins" name="baseviewplugins" bldFile="\sf\mw\mmappfw\mpx\viewframework\baseviewplugins\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="viewframework">
-<unit unitID="sf_mw_mmappfw_mpx_viewframework" name="viewframework" bldFile="\sf\mw\mmappfw\mpx\viewframework\group" mrp=""/>
-</component>
-</module>
-<module name="mpx">
-<component name="viewutility">
-<unit unitID="sf_mw_mmappfw_mpx_viewutility" name="viewutility" bldFile="\sf\mw\mmappfw\mpx\viewframework\viewutility\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mmmw">
-<module name="mmmw">
-<component name="mmmw">
-<unit unitID="sf_mw_mmmw" name="mmmw" bldFile="\sf\mw\mmmw\group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="3gpaudioplaycontroller">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_3gpaudioplaycontroller" name="3gpaudioplaycontroller" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\3gpaudioplaycontroller\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="3gpaudiorecordcontroller">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_3gpaudiorecordcontroller" name="3gpaudiorecordcontroller" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\3gpaudiorecordcontroller\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="3gpDataSourceAdapter">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_3gpDataSourceAdapter" name="3gpDataSourceAdapter" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\3gpDataSourceAdapter\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="aacaudioplaycontroller">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_aacaudioplaycontroller" name="aacaudioplaycontroller" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\aacaudioplaycontroller\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="AdvancedAudioController">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_AdvancedAudioController" name="AdvancedAudioController" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\AdvancedAudioController\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="AdvancedAudioControllerUtility">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_AdvancedAudioControllerUtility" name="AdvancedAudioControllerUtility" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\AdvancedAudioControllerUtility\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="amraudioplaycontroller">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_amraudioplaycontroller" name="amraudioplaycontroller" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\amraudioplaycontroller\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="amraudiorecordcontroller">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_amraudiorecordcontroller" name="amraudiorecordcontroller" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\amraudiorecordcontroller\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="awbaudioplaycontroller">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_awbaudioplaycontroller" name="awbaudioplaycontroller" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\awbaudioplaycontroller\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="DataSourceAdapter">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_DataSourceAdapter" name="DataSourceAdapter" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\DataSourceAdapter\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="DevSoundAudioInput">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_DevSoundAudioInput" name="DevSoundAudioInput" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\DevSoundAudioInput\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="DevSoundAudioOutput">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_DevSoundAudioOutput" name="DevSoundAudioOutput" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\DevSoundAudioOutput\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="FileAudioOutput">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_FileAudioOutput" name="FileAudioOutput" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\FileAudioOutput\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="audiocontrollerpluginsvariant">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_audiocontrollerpluginsvariant" name="audiocontrollerpluginsvariant" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="HXAudioRecognizer">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_HXAudioRecognizer" name="HXAudioRecognizer" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\HXAudioRecognizer\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="MetaDataWrite">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_MetaDataWrite" name="MetaDataWrite" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\MetaDataWrite\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="mp3audioplaycontroller">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_mp3audioplaycontroller" name="mp3audioplaycontroller" bldFile="\sf\mw\mmmw\advancedaudiocontroller\audiocontrollerpluginsvariant\mp3audioplaycontroller\Group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="advancedaudiocontroller">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller" name="advancedaudiocontroller" bldFile="\sf\mw\mmmw\advancedaudiocontroller\group" mrp=""/>
-</component>
-</module>
-<module name="advancedaudiocontroller">
-<component name="wavplaycontrollerplugin">
-<unit unitID="sf_mw_mmmw_advancedaudiocontroller_wavplaycontrollerplugin" name="wavplaycontrollerplugin" bldFile="\sf\mw\mmmw\advancedaudiocontroller\wavplaycontrollerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="audioeffectsui">
-<component name="equalizer">
-<unit unitID="sf_mw_mmmw_audioeffectsui_equalizer" name="equalizer" bldFile="\sf\mw\mmmw\audioeffectsui\equalizer\group" mrp=""/>
-</component>
-</module>
-<module name="audioeffectsui">
-<component name="audioeffectsui">
-<unit unitID="sf_mw_mmmw_audioeffectsui" name="audioeffectsui" bldFile="\sf\mw\mmmw\audioeffectsui\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="AudioOutputControlUtilityBase">
-<unit unitID="sf_mw_mmmw_audioenhancements_AudioOutputControlUtilityBase" name="AudioOutputControlUtilityBase" bldFile="\sf\mw\mmmw\audioenhancements\audiooutputcontrolutility\AudioOutputControlUtilityBase\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="AudioOutputControlUtilityProxy">
-<unit unitID="sf_mw_mmmw_audioenhancements_AudioOutputControlUtilityProxy" name="AudioOutputControlUtilityProxy" bldFile="\sf\mw\mmmw\audioenhancements\audiooutputcontrolutility\AudioOutputControlUtilityProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="audiooutputcontrolutility">
-<unit unitID="sf_mw_mmmw_audioenhancements_audiooutputcontrolutility" name="audiooutputcontrolutility" bldFile="\sf\mw\mmmw\audioenhancements\audiooutputcontrolutility\Group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="callaudiocontrol">
-<unit unitID="sf_mw_mmmw_audioenhancements_callaudiocontrol" name="callaudiocontrol" bldFile="\sf\mw\mmmw\audioenhancements\callaudiocontrol\Group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="configurationcomponentsfactory">
-<unit unitID="sf_mw_mmmw_audioenhancements_configurationcomponentsfactory" name="configurationcomponentsfactory" bldFile="\sf\mw\mmmw\audioenhancements\configurationcomponentsfactory\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="AudioPlayer">
-<unit unitID="sf_mw_mmmw_audioenhancements_AudioPlayer" name="AudioPlayer" bldFile="\sf\mw\mmmw\audioenhancements\enhancedaudioplayerutility\AudioPlayer\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="AudioClientStreamSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_AudioClientStreamSource" name="AudioClientStreamSource" bldFile="\sf\mw\mmmw\audioenhancements\enhancedaudioplayerutility\AudioStreaming\AudioClientStreamSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="AudioStreamingSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_AudioStreamingSource" name="AudioStreamingSource" bldFile="\sf\mw\mmmw\audioenhancements\enhancedaudioplayerutility\AudioStreaming\AudioStreamingSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="AudioStreaming">
-<unit unitID="sf_mw_mmmw_audioenhancements_AudioStreaming" name="AudioStreaming" bldFile="\sf\mw\mmmw\audioenhancements\enhancedaudioplayerutility\AudioStreaming\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="enhancedaudioplayerutility">
-<unit unitID="sf_mw_mmmw_audioenhancements_enhancedaudioplayerutility" name="enhancedaudioplayerutility" bldFile="\sf\mw\mmmw\audioenhancements\enhancedaudioplayerutility\Group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="S60AudioSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_S60AudioSource" name="S60AudioSource" bldFile="\sf\mw\mmmw\audioenhancements\enhancedaudioplayerutility\S60AudioSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="S60AudioSourceFactory">
-<unit unitID="sf_mw_mmmw_audioenhancements_S60AudioSourceFactory" name="S60AudioSourceFactory" bldFile="\sf\mw\mmmw\audioenhancements\enhancedaudioplayerutility\S60AudioSourceFactory\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="S60AudioUtility">
-<unit unitID="sf_mw_mmmw_audioenhancements_S60AudioUtility" name="S60AudioUtility" bldFile="\sf\mw\mmmw\audioenhancements\enhancedaudioplayerutility\S60AudioUtility\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="Client">
-<unit unitID="sf_mw_mmmw_audioenhancements_Client" name="Client" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Client\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="enhancedmediaclient">
-<unit unitID="sf_mw_mmmw_audioenhancements_enhancedmediaclient" name="enhancedmediaclient" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="CacheSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_CacheSource" name="CacheSource" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\CacheSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="DataBufferSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_DataBufferSource" name="DataBufferSource" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\DataBufferSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="DataSourceConfigIntfc">
-<unit unitID="sf_mw_mmmw_audioenhancements_DataSourceConfigIntfc" name="DataSourceConfigIntfc" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\DataSourceConfigIntfc\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="DescriptorSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_DescriptorSource" name="DescriptorSource" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\DescriptorSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="FileSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_FileSource" name="FileSource" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\FileSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="DataSourceFactory">
-<unit unitID="sf_mw_mmmw_audioenhancements_DataSourceFactory" name="DataSourceFactory" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\MultimediaDataSource\DataSourceFactory\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="MultimediaDataSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_MultimediaDataSource" name="MultimediaDataSource" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\MultimediaDataSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="ProgDLSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_ProgDLSource" name="ProgDLSource" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\ProgDLSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="StreamControlCustomCommands">
-<unit unitID="sf_mw_mmmw_audioenhancements_StreamControlCustomCommands" name="StreamControlCustomCommands" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\StreamControlCustomCommands\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="TransferRateMonitor">
-<unit unitID="sf_mw_mmmw_audioenhancements_TransferRateMonitor" name="TransferRateMonitor" bldFile="\sf\mw\mmmw\audioenhancements\enhancedmediaclient\Plugins\TransferRateMonitor\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="audioenhancements">
-<unit unitID="sf_mw_mmmw_audioenhancements" name="audioenhancements" bldFile="\sf\mw\mmmw\audioenhancements\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="profilesettingsmonitor">
-<unit unitID="sf_mw_mmmw_audioenhancements_profilesettingsmonitor" name="profilesettingsmonitor" bldFile="\sf\mw\mmmw\audioenhancements\profilesettingsmonitor\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="progressivedownload">
-<unit unitID="sf_mw_mmmw_audioenhancements_progressivedownload" name="progressivedownload" bldFile="\sf\mw\mmmw\audioenhancements\progressivedownload\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="ProgressiveDownloadSource">
-<unit unitID="sf_mw_mmmw_audioenhancements_ProgressiveDownloadSource" name="ProgressiveDownloadSource" bldFile="\sf\mw\mmmw\audioenhancements\progressivedownload\ProgressiveDownloadSource\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="ProgressiveDownloadUtility">
-<unit unitID="sf_mw_mmmw_audioenhancements_ProgressiveDownloadUtility" name="ProgressiveDownloadUtility" bldFile="\sf\mw\mmmw\audioenhancements\progressivedownload\ProgressiveDownloadUtility\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="voipaudioservices">
-<unit unitID="sf_mw_mmmw_audioenhancements_voipaudioservices" name="voipaudioservices" bldFile="\sf\mw\mmmw\audioenhancements\voipaudioservices\Group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="JitterBufferUtility">
-<unit unitID="sf_mw_mmmw_audioenhancements_JitterBufferUtility" name="JitterBufferUtility" bldFile="\sf\mw\mmmw\audioenhancements\voipaudioservices\JitterBufferUtility\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="VoIPClient">
-<unit unitID="sf_mw_mmmw_audioenhancements_VoIPClient" name="VoIPClient" bldFile="\sf\mw\mmmw\audioenhancements\voipaudioservices\VoIPClient\group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="VoIPIntfc">
-<unit unitID="sf_mw_mmmw_audioenhancements_VoIPIntfc" name="VoIPIntfc" bldFile="\sf\mw\mmmw\audioenhancements\voipaudioservices\VoIPIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="audioenhancements">
-<component name="VoIPServer">
-<unit unitID="sf_mw_mmmw_audioenhancements_VoIPServer" name="VoIPServer" bldFile="\sf\mw\mmmw\audioenhancements\voipaudioservices\VoIPServer\group" mrp=""/>
-</component>
-</module>
-<module name="drmmmfapitestapp">
-<component name="drmmmfapitestapp">
-<unit unitID="sf_mw_mmmw_drmmmfapitestapp" name="drmmmfapitestapp" bldFile="\sf\mw\mmmw\drmmmfapitestapp\group" mrp=""/>
-</component>
-</module>
-<module name="metadatautility">
-<component name="metadatautility">
-<unit unitID="sf_mw_mmmw_metadatautility" name="metadatautility" bldFile="\sf\mw\mmmw\metadatautility\Group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="mmfw">
-<unit unitID="sf_mw_mmmw_mmfw" name="mmfw" bldFile="\sf\mw\mmmw\mmfw\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="gstreamer">
-<unit unitID="sf_mw_mmmw_mmfw_gstreamer" name="gstreamer" bldFile="\sf\mw\mmmw\mmfw\gstreamer\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="gstreamer_core">
-<unit unitID="sf_mw_mmmw_mmfw_gstreamer_core" name="gstreamer_core" bldFile="\sf\mw\mmmw\mmfw\gstreamer\gstreamer_core\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="tests">
-<unit unitID="sf_mw_mmmw_mmfw_tests" name="tests" bldFile="\sf\mw\mmmw\mmfw\gstreamer\gstreamer_core\tests\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="gst_plugins_base">
-<unit unitID="sf_mw_mmmw_mmfw_gst_plugins_base" name="gst_plugins_base" bldFile="\sf\mw\mmmw\mmfw\gstreamer\gst_plugins_base\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="gst_plugins_good">
-<unit unitID="sf_mw_mmmw_mmfw_gst_plugins_good" name="gst_plugins_good" bldFile="\sf\mw\mmmw\mmfw\gstreamer\gst_plugins_good\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="wavparse">
-<unit unitID="sf_mw_mmmw_mmfw_wavparse" name="wavparse" bldFile="\sf\mw\mmmw\mmfw\gstreamer\gst_plugins_good\gst\wavparse" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="gst_plugins_symbian">
-<unit unitID="sf_mw_mmmw_mmfw_gst_plugins_symbian" name="gst_plugins_symbian" bldFile="\sf\mw\mmmw\mmfw\gstreamer\gst_plugins_symbian\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="external_packet_source_api">
-<unit unitID="sf_mw_mmmw_mmfw_external_packet_source_api" name="external_packet_source_api" bldFile="\sf\mw\mmmw\mmfw\helix_stub\external_packet_source_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="helix_stub">
-<unit unitID="sf_mw_mmmw_mmfw_helix_stub" name="helix_stub" bldFile="\sf\mw\mmmw\mmfw\helix_stub\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="MMFMetadataEventConfigConstants">
-<unit unitID="sf_mw_mmmw_mmfw_MMFMetadataEventConfigConstants" name="MMFMetadataEventConfigConstants" bldFile="\sf\mw\mmmw\mmfw\helix_stub\MMFMetadataEventConfigConstants\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="MMFScalingCustomCommands">
-<unit unitID="sf_mw_mmmw_mmfw_MMFScalingCustomCommands" name="MMFScalingCustomCommands" bldFile="\sf\mw\mmmw\mmfw\helix_stub\MMFScalingCustomCommands\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="ThumbnailAPI">
-<unit unitID="sf_mw_mmmw_mmfw_ThumbnailAPI" name="ThumbnailAPI" bldFile="\sf\mw\mmmw\mmfw\helix_stub\ThumbnailAPI\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="audio_metadata_reader_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_audio_metadata_reader_api" name="audio_metadata_reader_api" bldFile="\sf\mw\mmmw\mmmw_plat\audio_metadata_reader_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="audio_output_control_utility_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_audio_output_control_utility_api" name="audio_output_control_utility_api" bldFile="\sf\mw\mmmw\mmmw_plat\audio_output_control_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="audio_output_control_utility_proxy_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_audio_output_control_utility_proxy_api" name="audio_output_control_utility_proxy_api" bldFile="\sf\mw\mmmw\mmmw_plat\audio_output_control_utility_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="call_audio_control_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_call_audio_control_api" name="call_audio_control_api" bldFile="\sf\mw\mmmw\mmmw_plat\call_audio_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="configuration_components_factory_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_configuration_components_factory_api" name="configuration_components_factory_api" bldFile="\sf\mw\mmmw\mmmw_plat\configuration_components_factory_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="emc_audio_effects_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_emc_audio_effects_api" name="emc_audio_effects_api" bldFile="\sf\mw\mmmw\mmmw_plat\emc_audio_effects_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="emc_balance_effect_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_emc_balance_effect_api" name="emc_balance_effect_api" bldFile="\sf\mw\mmmw\mmmw_plat\emc_balance_effect_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="emc_buffer_source_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_emc_buffer_source_api" name="emc_buffer_source_api" bldFile="\sf\mw\mmmw\mmmw_plat\emc_buffer_source_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="emc_descriptor_source_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_emc_descriptor_source_api" name="emc_descriptor_source_api" bldFile="\sf\mw\mmmw\mmmw_plat\emc_descriptor_source_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="emc_drm_config_intfc_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_emc_drm_config_intfc_api" name="emc_drm_config_intfc_api" bldFile="\sf\mw\mmmw\mmmw_plat\emc_drm_config_intfc_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="emc_file_source_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_emc_file_source_api" name="emc_file_source_api" bldFile="\sf\mw\mmmw\mmmw_plat\emc_file_source_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="emc_progressive_download_source_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_emc_progressive_download_source_api" name="emc_progressive_download_source_api" bldFile="\sf\mw\mmmw\mmmw_plat\emc_progressive_download_source_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="emc_volume_effect_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_emc_volume_effect_api" name="emc_volume_effect_api" bldFile="\sf\mw\mmmw\mmmw_plat\emc_volume_effect_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="enhanced_media_client_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_enhanced_media_client_api" name="enhanced_media_client_api" bldFile="\sf\mw\mmmw\mmmw_plat\enhanced_media_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="equalizer_ui_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_equalizer_ui_api" name="equalizer_ui_api" bldFile="\sf\mw\mmmw\mmmw_plat\equalizer_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="mmmw_plat">
-<unit unitID="sf_mw_mmmw_mmmw_plat" name="mmmw_plat" bldFile="\sf\mw\mmmw\mmmw_plat\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="mtp_keys_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_mtp_keys_api" name="mtp_keys_api" bldFile="\sf\mw\mmmw\mmmw_plat\mtp_keys_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="mtp_wmdrm_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_mtp_wmdrm_api" name="mtp_wmdrm_api" bldFile="\sf\mw\mmmw\mmmw_plat\mtp_wmdrm_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="multimedia_data_source_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_multimedia_data_source_api" name="multimedia_data_source_api" bldFile="\sf\mw\mmmw\mmmw_plat\multimedia_data_source_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="progressive_download_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_progressive_download_api" name="progressive_download_api" bldFile="\sf\mw\mmmw\mmmw_plat\progressive_download_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="radio_monitor_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_radio_monitor_api" name="radio_monitor_api" bldFile="\sf\mw\mmmw\mmmw_plat\radio_monitor_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="radio_preset_utilities_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_radio_preset_utilities_api" name="radio_preset_utilities_api" bldFile="\sf\mw\mmmw\mmmw_plat\radio_preset_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="radio_utilities_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_radio_utilities_api" name="radio_utilities_api" bldFile="\sf\mw\mmmw\mmmw_plat\radio_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="stream_control_custom_command_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_stream_control_custom_command_api" name="stream_control_custom_command_api" bldFile="\sf\mw\mmmw\mmmw_plat\stream_control_custom_command_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="thumbnail_engine_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_thumbnail_engine_api" name="thumbnail_engine_api" bldFile="\sf\mw\mmmw\mmmw_plat\thumbnail_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmmw_plat">
-<component name="voip_audio_services_api">
-<unit unitID="sf_mw_mmmw_mmmw_plat_voip_audio_services_api" name="voip_audio_services_api" bldFile="\sf\mw\mmmw\mmmw_plat\voip_audio_services_api\group" mrp=""/>
-</component>
-</module>
-<module name="mtp">
-<component name="mtp">
-<unit unitID="sf_mw_mmmw_mtp" name="mtp" bldFile="\sf\mw\mmmw\mtp\group" mrp=""/>
-</component>
-</module>
-<module name="mtp">
-<component name="install">
-<unit unitID="sf_mw_mmmw_mtp_install" name="install" bldFile="\sf\mw\mmmw\mtp\install\group" mrp=""/>
-</component>
-</module>
-<module name="mtp">
-<component name="mtpserver">
-<unit unitID="sf_mw_mmmw_mtp_mtpserver" name="mtpserver" bldFile="\sf\mw\mmmw\mtp\mtpserver\group" mrp=""/>
-</component>
-</module>
-<module name="mtp">
-<component name="mtpusbclass">
-<unit unitID="sf_mw_mmmw_mtp_mtpusbclass" name="mtpusbclass" bldFile="\sf\mw\mmmw\mtp\mtpusbclass\group" mrp=""/>
-</component>
-</module>
-<module name="radioutility">
-<component name="fmpresetutility">
-<unit unitID="sf_mw_mmmw_radioutility_fmpresetutility" name="fmpresetutility" bldFile="\sf\mw\mmmw\radioutility\fmpresetutility\group" mrp=""/>
-</component>
-</module>
-<module name="radioutility">
-<component name="radioutility">
-<unit unitID="sf_mw_mmmw_radioutility" name="radioutility" bldFile="\sf\mw\mmmw\radioutility\group" mrp=""/>
-</component>
-</module>
-<module name="radioutility">
-<component name="radioserver">
-<unit unitID="sf_mw_mmmw_radioutility_radioserver" name="radioserver" bldFile="\sf\mw\mmmw\radioutility\radioserver\Group" mrp=""/>
-</component>
-</module>
-<module name="radioutility">
-<component name="Server">
-<unit unitID="sf_mw_mmmw_radioutility_Server" name="Server" bldFile="\sf\mw\mmmw\radioutility\radioserver\Server\Group" mrp=""/>
-</component>
-</module>
-<module name="radioutility">
-<component name="Session">
-<unit unitID="sf_mw_mmmw_radioutility_Session" name="Session" bldFile="\sf\mw\mmmw\radioutility\radioserver\Session\Group" mrp=""/>
-</component>
-</module>
-<module name="radioutility">
-<component name="radio_utility">
-<unit unitID="sf_mw_mmmw_radioutility_radio_utility" name="radio_utility" bldFile="\sf\mw\mmmw\radioutility\radio_utility\group" mrp=""/>
-</component>
-</module>
-<module name="thumbnailengine">
-<component name="thumbnailengine">
-<unit unitID="sf_mw_mmmw_thumbnailengine" name="thumbnailengine" bldFile="\sf\mw\mmmw\thumbnailengine\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mmuifw">
-<module name="mmuifw">
-<component name="mmuifw">
-<unit unitID="sf_mw_mmuifw" name="mmuifw" bldFile="\sf\mw\mmuifw\group" mrp=""/>
-</component>
-</module>
-<module name="alfwidgetutils">
-<component name="alfwidgetutils">
-<unit unitID="sf_mw_mmuifw_alfwidgetutils" name="alfwidgetutils" bldFile="\sf\mw\mmuifw\alfwidgetutils\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="alf_containerwidget_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_alf_containerwidget_api" name="alf_containerwidget_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\alf_containerwidget_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="alf_customlayoutmanagers_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_alf_customlayoutmanagers_api" name="alf_customlayoutmanagers_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\alf_customlayoutmanagers_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="alf_resourcepool_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_alf_resourcepool_api" name="alf_resourcepool_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\alf_resourcepool_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="alf_scrollbarwidget_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_alf_scrollbarwidget_api" name="alf_scrollbarwidget_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\alf_scrollbarwidget_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="alf_viewwidget_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_alf_viewwidget_api" name="alf_viewwidget_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\alf_viewwidget_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="alf_widgetfactory_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_alf_widgetfactory_api" name="alf_widgetfactory_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\alf_widgetfactory_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="alf_widgetmodel_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_alf_widgetmodel_api" name="alf_widgetmodel_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\alf_widgetmodel_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="alf_widgetutils_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_alf_widgetutils_api" name="alf_widgetutils_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\alf_widgetutils_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="gesturehelper_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_gesturehelper_api" name="gesturehelper_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\gesturehelper_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="mmuifw_plat">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat" name="mmuifw_plat" bldFile="\sf\mw\mmuifw\mmuifw_plat\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="mul_coverflowwidget_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_mul_coverflowwidget_api" name="mul_coverflowwidget_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\mul_coverflowwidget_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="mul_datamodel_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_mul_datamodel_api" name="mul_datamodel_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\mul_datamodel_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="mul_gridwidget_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_mul_gridwidget_api" name="mul_gridwidget_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\mul_gridwidget_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="mul_listwidget_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_mul_listwidget_api" name="mul_listwidget_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\mul_listwidget_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="mul_sliderwidget_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_mul_sliderwidget_api" name="mul_sliderwidget_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\mul_sliderwidget_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="mul_widget_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_mul_widget_api" name="mul_widget_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\mul_widget_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="osn_container_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_osn_container_api" name="osn_container_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\osn_container_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="osn_global_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_osn_global_api" name="osn_global_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\osn_global_api\group" mrp=""/>
-</component>
-</module>
-<module name="mmuifw_plat">
-<component name="osn_string_api">
-<unit unitID="sf_mw_mmuifw_mmuifw_plat_osn_string_api" name="osn_string_api" bldFile="\sf\mw\mmuifw\mmuifw_plat\osn_string_api\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="alfcontainerwidget">
-<unit unitID="sf_mw_mmuifw_mulwidgets_alfcontainerwidget" name="alfcontainerwidget" bldFile="\sf\mw\mmuifw\mulwidgets\alfcontainerwidget\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="alfscrollbarwidget">
-<unit unitID="sf_mw_mmuifw_mulwidgets_alfscrollbarwidget" name="alfscrollbarwidget" bldFile="\sf\mw\mmuifw\mulwidgets\alfscrollbarwidget\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="alfviewwidget">
-<unit unitID="sf_mw_mmuifw_mulwidgets_alfviewwidget" name="alfviewwidget" bldFile="\sf\mw\mmuifw\mulwidgets\alfviewwidget\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="common">
-<unit unitID="sf_mw_mmuifw_mulwidgets_common" name="common" bldFile="\sf\mw\mmuifw\mulwidgets\common\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="gesturehelper">
-<unit unitID="sf_mw_mmuifw_mulwidgets_gesturehelper" name="gesturehelper" bldFile="\sf\mw\mmuifw\mulwidgets\gesturehelper\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="mulwidgets">
-<unit unitID="sf_mw_mmuifw_mulwidgets" name="mulwidgets" bldFile="\sf\mw\mmuifw\mulwidgets\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="mulcoverflowwidget">
-<unit unitID="sf_mw_mmuifw_mulwidgets_mulcoverflowwidget" name="mulcoverflowwidget" bldFile="\sf\mw\mmuifw\mulwidgets\mulcoverflowwidget\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="muldatamodel">
-<unit unitID="sf_mw_mmuifw_mulwidgets_muldatamodel" name="muldatamodel" bldFile="\sf\mw\mmuifw\mulwidgets\muldatamodel\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="mulgridwidget">
-<unit unitID="sf_mw_mmuifw_mulwidgets_mulgridwidget" name="mulgridwidget" bldFile="\sf\mw\mmuifw\mulwidgets\mulgridwidget\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="mullistwidget">
-<unit unitID="sf_mw_mmuifw_mulwidgets_mullistwidget" name="mullistwidget" bldFile="\sf\mw\mmuifw\mulwidgets\mullistwidget\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="mullogging">
-<unit unitID="sf_mw_mmuifw_mulwidgets_mullogging" name="mullogging" bldFile="\sf\mw\mmuifw\mulwidgets\mullogging\group" mrp=""/>
-</component>
-</module>
-<module name="mulwidgets">
-<component name="mulsliderwidget">
-<unit unitID="sf_mw_mmuifw_mulwidgets_mulsliderwidget" name="mulsliderwidget" bldFile="\sf\mw\mmuifw\mulwidgets\mulsliderwidget\group" mrp=""/>
-</component>
-</module>
-<module name="osncore">
-<component name="osncore">
-<unit unitID="sf_mw_mmuifw_osncore" name="osncore" bldFile="\sf\mw\mmuifw\osncore\group" mrp=""/>
-</component>
-</module>
-<module name="osncore">
-<component name="osncore">
-<unit unitID="sf_mw_mmuifw_osncore_1" name="osncore_1" bldFile="\sf\mw\mmuifw\osncore\osncore\group" mrp=""/>
-</component>
-</module>
-<module name="resourcepool">
-<component name="resourcepool">
-<unit unitID="sf_mw_mmuifw_resourcepool" name="resourcepool" bldFile="\sf\mw\mmuifw\resourcepool\group" mrp=""/>
-</component>
-</module>
-<module name="widgetmodel">
-<component name="alfwidgetfactory">
-<unit unitID="sf_mw_mmuifw_widgetmodel_alfwidgetfactory" name="alfwidgetfactory" bldFile="\sf\mw\mmuifw\widgetmodel\alfwidgetfactory\group" mrp=""/>
-</component>
-</module>
-<module name="widgetmodel">
-<component name="alfwidgetmodel">
-<unit unitID="sf_mw_mmuifw_widgetmodel_alfwidgetmodel" name="alfwidgetmodel" bldFile="\sf\mw\mmuifw\widgetmodel\alfwidgetmodel\group" mrp=""/>
-</component>
-</module>
-<module name="widgetmodel">
-<component name="widgetmodel">
-<unit unitID="sf_mw_mmuifw_widgetmodel" name="widgetmodel" bldFile="\sf\mw\mmuifw\widgetmodel\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mobiletv">
-<module name="mobiletv">
-<component name="mobiletv">
-<unit unitID="sf_mw_mobiletv" name="mobiletv" bldFile="\sf\mw\mobiletv\group" mrp=""/>
-</component>
-</module>
-<module name="mobiletv_plat">
-<component name="mobiletv_plat">
-<unit unitID="sf_mw_mobiletv_mobiletv_plat" name="mobiletv_plat" bldFile="\sf\mw\mobiletv\mobiletv_plat\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="netprotocols">
-<module name="netprotocols">
-<component name="netprotocols">
-<unit unitID="sf_mw_netprotocols" name="netprotocols" bldFile="\sf\mw\netprotocols\group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="cookie">
-<unit unitID="sf_mw_netprotocols_httpfilters_cookie" name="cookie" bldFile="\sf\mw\netprotocols\httpfilters\cookie\Group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="deflatefilter">
-<unit unitID="sf_mw_netprotocols_httpfilters_deflatefilter" name="deflatefilter" bldFile="\sf\mw\netprotocols\httpfilters\deflatefilter\group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="httpfilters">
-<unit unitID="sf_mw_netprotocols_httpfilters" name="httpfilters" bldFile="\sf\mw\netprotocols\httpfilters\group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="httpfilteracceptheader">
-<unit unitID="sf_mw_netprotocols_httpfilters_httpfilteracceptheader" name="httpfilteracceptheader" bldFile="\sf\mw\netprotocols\httpfilters\httpfilteracceptheader\group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="httpfilterauthentication">
-<unit unitID="sf_mw_netprotocols_httpfilters_httpfilterauthentication" name="httpfilterauthentication" bldFile="\sf\mw\netprotocols\httpfilters\httpfilterauthentication\group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="httpfiltercommon">
-<unit unitID="sf_mw_netprotocols_httpfilters_httpfiltercommon" name="httpfiltercommon" bldFile="\sf\mw\netprotocols\httpfilters\httpfiltercommon\group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="httpfilterconnhandler">
-<unit unitID="sf_mw_netprotocols_httpfilters_httpfilterconnhandler" name="httpfilterconnhandler" bldFile="\sf\mw\netprotocols\httpfilters\httpfilterconnhandler\group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="httpfilteriop">
-<unit unitID="sf_mw_netprotocols_httpfilters_httpfilteriop" name="httpfilteriop" bldFile="\sf\mw\netprotocols\httpfilters\httpfilteriop\group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="httpfilterproxy">
-<unit unitID="sf_mw_netprotocols_httpfilters_httpfilterproxy" name="httpfilterproxy" bldFile="\sf\mw\netprotocols\httpfilters\httpfilterproxy\group" mrp=""/>
-</component>
-</module>
-<module name="httpfilters">
-<component name="uaproffilter">
-<unit unitID="sf_mw_netprotocols_httpfilters_uaproffilter" name="uaproffilter" bldFile="\sf\mw\netprotocols\httpfilters\uaproffilter\group" mrp=""/>
-</component>
-</module>
-<module name="netprotocols_plat">
-<component name="cookie_manager_api">
-<unit unitID="sf_mw_netprotocols_netprotocols_plat_cookie_manager_api" name="cookie_manager_api" bldFile="\sf\mw\netprotocols\netprotocols_plat\cookie_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="netprotocols_plat">
-<component name="netprotocols_plat">
-<unit unitID="sf_mw_netprotocols_netprotocols_plat" name="netprotocols_plat" bldFile="\sf\mw\netprotocols\netprotocols_plat\group" mrp=""/>
-</component>
-</module>
-<module name="netprotocols_plat">
-<component name="http_cache_mgr_api">
-<unit unitID="sf_mw_netprotocols_netprotocols_plat_http_cache_mgr_api" name="http_cache_mgr_api" bldFile="\sf\mw\netprotocols\netprotocols_plat\http_cache_mgr_api\group" mrp=""/>
-</component>
-</module>
-<module name="netprotocols_plat">
-<component name="http_filters_api">
-<unit unitID="sf_mw_netprotocols_netprotocols_plat_http_filters_api" name="http_filters_api" bldFile="\sf\mw\netprotocols\netprotocols_plat\http_filters_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="networkingdm">
-<module name="networkingdm">
-<component name="networkingdm">
-<unit unitID="sf_mw_networkingdm" name="networkingdm" bldFile="\sf\mw\networkingdm\group" mrp=""/>
-</component>
-</module>
-<module name="clientprovisioning">
-<component name="accesspointadapter">
-<unit unitID="sf_mw_networkingdm_clientprovisioning_accesspointadapter" name="accesspointadapter" bldFile="\sf\mw\networkingdm\clientprovisioning\accesspointadapter\group" mrp=""/>
-</component>
-</module>
-<module name="clientprovisioning">
-<component name="cpdestinationnwadapter">
-<unit unitID="sf_mw_networkingdm_clientprovisioning_cpdestinationnwadapter" name="cpdestinationnwadapter" bldFile="\sf\mw\networkingdm\clientprovisioning\cpdestinationnwadapter\group" mrp=""/>
-</component>
-</module>
-<module name="clientprovisioning">
-<component name="clientprovisioning">
-<unit unitID="sf_mw_networkingdm_clientprovisioning" name="clientprovisioning" bldFile="\sf\mw\networkingdm\clientprovisioning\group" mrp=""/>
-</component>
-</module>
-<module name="devicemanagement">
-<component name="globalwlansettings">
-<unit unitID="sf_mw_networkingdm_devicemanagement_globalwlansettings" name="globalwlansettings" bldFile="\sf\mw\networkingdm\devicemanagement\globalwlansettings\group" mrp=""/>
-</component>
-</module>
-<module name="devicemanagement">
-<component name="devicemanagement">
-<unit unitID="sf_mw_networkingdm_devicemanagement" name="devicemanagement" bldFile="\sf\mw\networkingdm\devicemanagement\group" mrp=""/>
-</component>
-</module>
-<module name="devicemanagement">
-<component name="nsmldinternet">
-<unit unitID="sf_mw_networkingdm_devicemanagement_nsmldinternet" name="nsmldinternet" bldFile="\sf\mw\networkingdm\devicemanagement\nsmldinternet\group" mrp=""/>
-</component>
-</module>
-<module name="devicemanagement">
-<component name="nsmldinternet">
-<unit unitID="sf_mw_networkingdm_devicemanagement_nsmldinternet_wpx" name="nsmldinternet_wpx" bldFile="\sf\mw\networkingdm\devicemanagement\nsmldinternet\group\wpx" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="devicemanagement">
-<component name="nsmldmalwaysonadapter">
-<unit unitID="sf_mw_networkingdm_devicemanagement_nsmldmalwaysonadapter" name="nsmldmalwaysonadapter" bldFile="\sf\mw\networkingdm\devicemanagement\nsmldmalwaysonadapter\group" mrp=""/>
-</component>
-</module>
-<module name="devicemanagement">
-<component name="nsmldmbmadapter">
-<unit unitID="sf_mw_networkingdm_devicemanagement_nsmldmbmadapter" name="nsmldmbmadapter" bldFile="\sf\mw\networkingdm\devicemanagement\nsmldmbmadapter\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="opensrv">
-<module name="opensrv">
-<component name="opensrv">
-<unit unitID="sf_mw_opensrv" name="opensrv" bldFile="\sf\mw\opensrv\group" mrp=""/>
-</component>
-</module>
-<module name="isolationserver">
-<component name="isolationserver">
-<unit unitID="sf_mw_opensrv_isolationserver" name="isolationserver" bldFile="\sf\mw\opensrv\isolationserver\group" mrp=""/>
-</component>
-</module>
-<module name="isolationserver">
-<component name="isoserver">
-<unit unitID="sf_mw_opensrv_isolationserver_isoserver" name="isoserver" bldFile="\sf\mw\opensrv\isolationserver\isoserver\group" mrp=""/>
-</component>
-</module>
-<module name="isolationserver">
-<component name="messagequeue">
-<unit unitID="sf_mw_opensrv_isolationserver_messagequeue" name="messagequeue" bldFile="\sf\mw\opensrv\isolationserver\messagequeue\group" mrp=""/>
-</component>
-</module>
-<module name="libtelepathy">
-<component name="libtelepathy">
-<unit unitID="sf_mw_opensrv_libtelepathy" name="libtelepathy" bldFile="\sf\mw\opensrv\libtelepathy\group" mrp=""/>
-</component>
-</module>
-<module name="loudmouth">
-<component name="loudmouth">
-<unit unitID="sf_mw_opensrv_loudmouth" name="loudmouth" bldFile="\sf\mw\opensrv\loudmouth\group" mrp=""/>
-</component>
-</module>
-<module name="opensrv_plat">
-<component name="opensrv_plat">
-<unit unitID="sf_mw_opensrv_opensrv_plat" name="opensrv_plat" bldFile="\sf\mw\opensrv\opensrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="opensrv_plat">
-<component name="messagequeue_api">
-<unit unitID="sf_mw_opensrv_opensrv_plat_messagequeue_api" name="messagequeue_api" bldFile="\sf\mw\opensrv\opensrv_plat\messagequeue_api\group" mrp=""/>
-</component>
-</module>
-<module name="telepathygabble">
-<component name="telepathygabble">
-<unit unitID="sf_mw_opensrv_telepathygabble" name="telepathygabble" bldFile="\sf\mw\opensrv\telepathygabble\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="phonesrv">
-<module name="phonesrv">
-<component name="phonesrv">
-<unit unitID="sf_mw_phonesrv" name="phonesrv" bldFile="\sf\mw\phonesrv\group" mrp=""/>
-</component>
-</module>
-<module name="cbs">
-<component name="CbsServer">
-<unit unitID="sf_mw_phonesrv_cbs_CbsServer" name="CbsServer" bldFile="\sf\mw\phonesrv\cbs\CbsServer\Group" mrp=""/>
-</component>
-</module>
-<module name="cbs">
-<component name="cbsui">
-<unit unitID="sf_mw_phonesrv_cbs_cbsui" name="cbsui" bldFile="\sf\mw\phonesrv\cbs\cbsui\Group" mrp=""/>
-</component>
-</module>
-<module name="cbs">
-<component name="cbs">
-<unit unitID="sf_mw_phonesrv_cbs" name="cbs" bldFile="\sf\mw\phonesrv\cbs\group" mrp=""/>
-</component>
-</module>
-<module name="cellular">
-<component name="cellular">
-<unit unitID="sf_mw_phonesrv_cellular" name="cellular" bldFile="\sf\mw\phonesrv\cellular\group" mrp=""/>
-</component>
-</module>
-<module name="cellular">
-<component name="PsetNotesUi">
-<unit unitID="sf_mw_phonesrv_cellular_PsetNotesUi" name="PsetNotesUi" bldFile="\sf\mw\phonesrv\cellular\PsetNotesUi\Group" mrp=""/>
-</component>
-</module>
-<module name="cellular">
-<component name="ServiceRequest">
-<unit unitID="sf_mw_phonesrv_cellular_ServiceRequest" name="ServiceRequest" bldFile="\sf\mw\phonesrv\cellular\ServiceRequest\group" mrp=""/>
-</component>
-</module>
-<module name="cellular">
-<component name="SSSettings">
-<unit unitID="sf_mw_phonesrv_cellular_SSSettings" name="SSSettings" bldFile="\sf\mw\phonesrv\cellular\SSSettings\group" mrp=""/>
-</component>
-</module>
-<module name="cellular">
-<component name="telephonysettings">
-<unit unitID="sf_mw_phonesrv_cellular_telephonysettings" name="telephonysettings" bldFile="\sf\mw\phonesrv\cellular\telephonysettings\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="callprovider">
-<unit unitID="sf_mw_phonesrv_convergedcallengine_callprovider" name="callprovider" bldFile="\sf\mw\phonesrv\convergedcallengine\callprovider\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="ccp">
-<unit unitID="sf_mw_phonesrv_convergedcallengine_ccp" name="ccp" bldFile="\sf\mw\phonesrv\convergedcallengine\cce\ccp\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="ccpremoteproxybody">
-<unit unitID="sf_mw_phonesrv_convergedcallengine_ccpremoteproxybody" name="ccpremoteproxybody" bldFile="\sf\mw\phonesrv\convergedcallengine\cce\ccpremoteproxybody\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="cce">
-<unit unitID="sf_mw_phonesrv_convergedcallengine_cce" name="cce" bldFile="\sf\mw\phonesrv\convergedcallengine\cce\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="icm">
-<unit unitID="sf_mw_phonesrv_convergedcallengine_icm" name="icm" bldFile="\sf\mw\phonesrv\convergedcallengine\cce\icm\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="cenrepdatabase">
-<unit unitID="sf_mw_phonesrv_convergedcallengine_cenrepdatabase" name="cenrepdatabase" bldFile="\sf\mw\phonesrv\convergedcallengine\cenrepdatabase\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="csplugin">
-<unit unitID="sf_mw_phonesrv_convergedcallengine_csplugin" name="csplugin" bldFile="\sf\mw\phonesrv\convergedcallengine\csplugin\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="convergedcallengine">
-<unit unitID="sf_mw_phonesrv_convergedcallengine" name="convergedcallengine" bldFile="\sf\mw\phonesrv\convergedcallengine\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="serviceselector">
-<unit unitID="sf_mw_phonesrv_convergedcallengine_serviceselector" name="serviceselector" bldFile="\sf\mw\phonesrv\convergedcallengine\serviceselector\group" mrp=""/>
-</component>
-</module>
-<module name="convergedcallengine">
-<component name="spsettings">
-<unit unitID="sf_mw_phonesrv_convergedcallengine_spsettings" name="spsettings" bldFile="\sf\mw\phonesrv\convergedcallengine\spsettings\group" mrp=""/>
-</component>
-</module>
-<module name="engines">
-<component name="engines">
-<unit unitID="sf_mw_phonesrv_engines" name="engines" bldFile="\sf\mw\phonesrv\engines\group" mrp=""/>
-</component>
-</module>
-<module name="engines">
-<component name="vmbxengine">
-<unit unitID="sf_mw_phonesrv_engines_vmbxengine" name="vmbxengine" bldFile="\sf\mw\phonesrv\engines\vmbxengine\group" mrp=""/>
-</component>
-</module>
-<module name="networkhandling">
-<component name="networkhandling">
-<unit unitID="sf_mw_phonesrv_networkhandling" name="networkhandling" bldFile="\sf\mw\phonesrv\networkhandling\group" mrp=""/>
-</component>
-</module>
-<module name="networkhandling">
-<component name="networkhandlingengine">
-<unit unitID="sf_mw_phonesrv_networkhandling_networkhandlingengine" name="networkhandlingengine" bldFile="\sf\mw\phonesrv\networkhandling\networkhandlingengine\Group" mrp=""/>
-</component>
-</module>
-<module name="phoneclientserver">
-<component name="aiwdialdata">
-<unit unitID="sf_mw_phonesrv_phoneclientserver_aiwdialdata" name="aiwdialdata" bldFile="\sf\mw\phonesrv\phoneclientserver\aiwdialdata\group" mrp=""/>
-</component>
-</module>
-<module name="phoneclientserver">
-<component name="CallUI">
-<unit unitID="sf_mw_phonesrv_phoneclientserver_CallUI" name="CallUI" bldFile="\sf\mw\phonesrv\phoneclientserver\CallUI\Group" mrp=""/>
-</component>
-</module>
-<module name="phoneclientserver">
-<component name="dialutils">
-<unit unitID="sf_mw_phonesrv_phoneclientserver_dialutils" name="dialutils" bldFile="\sf\mw\phonesrv\phoneclientserver\dialutils\group" mrp=""/>
-</component>
-</module>
-<module name="phoneclientserver">
-<component name="EnPolicy">
-<unit unitID="sf_mw_phonesrv_phoneclientserver_EnPolicy" name="EnPolicy" bldFile="\sf\mw\phonesrv\phoneclientserver\EnPolicy\Group" mrp=""/>
-</component>
-</module>
-<module name="phoneclientserver">
-<component name="phoneclientserver">
-<unit unitID="sf_mw_phonesrv_phoneclientserver" name="phoneclientserver" bldFile="\sf\mw\phonesrv\phoneclientserver\group" mrp=""/>
-</component>
-</module>
-<module name="phoneclientserver">
-<component name="phoneclient">
-<unit unitID="sf_mw_phonesrv_phoneclientserver_phoneclient" name="phoneclient" bldFile="\sf\mw\phonesrv\phoneclientserver\phoneclient\Group" mrp=""/>
-</component>
-</module>
-<module name="phoneclientserver">
-<component name="phoneserver">
-<unit unitID="sf_mw_phonesrv_phoneclientserver_phoneserver" name="phoneserver" bldFile="\sf\mw\phonesrv\phoneclientserver\phoneserver\Group" mrp=""/>
-</component>
-</module>
-<module name="phonecmdhandler">
-<component name="phonecmdhandler">
-<unit unitID="sf_mw_phonesrv_phonecmdhandler" name="phonecmdhandler" bldFile="\sf\mw\phonesrv\phonecmdhandler\group" mrp=""/>
-</component>
-</module>
-<module name="phonecmdhandler">
-<component name="phonecmdhnlr">
-<unit unitID="sf_mw_phonesrv_phonecmdhandler_phonecmdhnlr" name="phonecmdhnlr" bldFile="\sf\mw\phonesrv\phonecmdhandler\phonecmdhnlr\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="aiw_dial_data_consumer_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_aiw_dial_data_consumer_api" name="aiw_dial_data_consumer_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\aiw_dial_data_consumer_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="callui_reconnect_query_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_callui_reconnect_query_api" name="callui_reconnect_query_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\callui_reconnect_query_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="call_information_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_call_information_api" name="call_information_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\call_information_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="call_information_mediator_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_call_information_mediator_api" name="call_information_mediator_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\call_information_mediator_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="cbs_mcn_client_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_cbs_mcn_client_api" name="cbs_mcn_client_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\cbs_mcn_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="cbs_message_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_cbs_message_api" name="cbs_message_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\cbs_message_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="cenrep_database_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_cenrep_database_api" name="cenrep_database_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\cenrep_database_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="converged_call_engine_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_converged_call_engine_api" name="converged_call_engine_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\converged_call_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="converged_call_provider_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_converged_call_provider_api" name="converged_call_provider_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\converged_call_provider_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="default_emergency_numbers_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_default_emergency_numbers_api" name="default_emergency_numbers_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\default_emergency_numbers_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="dial_utils_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_dial_utils_api" name="dial_utils_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\dial_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phonesrv_plat">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat" name="phonesrv_plat" bldFile="\sf\mw\phonesrv\phonesrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="incoming_call_monitor_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_incoming_call_monitor_api" name="incoming_call_monitor_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\incoming_call_monitor_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="network_handling_engine_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_network_handling_engine_api" name="network_handling_engine_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\network_handling_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_api" name="phone_client_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_command_handler_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_command_handler_api" name="phone_client_command_handler_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_command_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_emergency_call_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_emergency_call_api" name="phone_client_emergency_call_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_emergency_call_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_image_handler_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_image_handler_api" name="phone_client_image_handler_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_image_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_messenger_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_messenger_api" name="phone_client_messenger_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_messenger_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_notify_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_notify_api" name="phone_client_notify_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_notify_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_server_information_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_server_information_api" name="phone_client_server_information_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_server_information_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_ussd_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_ussd_api" name="phone_client_ussd_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_ussd_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_ussd_internal_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_ussd_internal_api" name="phone_client_ussd_internal_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_ussd_internal_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_client_utility_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_client_utility_api" name="phone_client_utility_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_client_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_settings_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_settings_api" name="phone_settings_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_settings_notes_ui_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_settings_notes_ui_api" name="phone_settings_notes_ui_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_settings_notes_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="phone_settings_observer_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_phone_settings_observer_api" name="phone_settings_observer_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\phone_settings_observer_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="sat_client_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_sat_client_api" name="sat_client_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\sat_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="sat_configuration_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_sat_configuration_api" name="sat_configuration_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\sat_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="sat_refresh_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_sat_refresh_api" name="sat_refresh_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\sat_refresh_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="sat_service_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_sat_service_api" name="sat_service_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\sat_service_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="secondary_display_sat_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_secondary_display_sat_api" name="secondary_display_sat_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\secondary_display_sat_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="service_provider_settings_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_service_provider_settings_api" name="service_provider_settings_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\service_provider_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="ss_settings_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_ss_settings_api" name="ss_settings_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\ss_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="string_parser_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_string_parser_api" name="string_parser_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\string_parser_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="telephony_network_information_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_telephony_network_information_api" name="telephony_network_information_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\telephony_network_information_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="voice_mailbox_number_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_voice_mailbox_number_api" name="voice_mailbox_number_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\voice_mailbox_number_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_plat">
-<component name="voice_mailbox_settings_api">
-<unit unitID="sf_mw_phonesrv_phonesrv_plat_voice_mailbox_settings_api" name="voice_mailbox_settings_api" bldFile="\sf\mw\phonesrv\phonesrv_plat\voice_mailbox_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="phonesrv_pub">
-<component name="phonesrv_pub">
-<unit unitID="sf_mw_phonesrv_phonesrv_pub" name="phonesrv_pub" bldFile="\sf\mw\phonesrv\phonesrv_pub\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="satengine">
-<unit unitID="sf_mw_phonesrv_satengine" name="satengine" bldFile="\sf\mw\phonesrv\satengine\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="CallControlCmd">
-<unit unitID="sf_mw_phonesrv_satengine_CallControlCmd" name="CallControlCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\CallControlCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="CloseChannelCmd">
-<unit unitID="sf_mw_phonesrv_satengine_CloseChannelCmd" name="CloseChannelCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\CloseChannelCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="DisplayTextCmd">
-<unit unitID="sf_mw_phonesrv_satengine_DisplayTextCmd" name="DisplayTextCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\DisplayTextCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="GetChannelStatusCmd">
-<unit unitID="sf_mw_phonesrv_satengine_GetChannelStatusCmd" name="GetChannelStatusCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\GetChannelStatusCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="GetInkeyCmd">
-<unit unitID="sf_mw_phonesrv_satengine_GetInkeyCmd" name="GetInkeyCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\GetInkeyCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="GetInputCmd">
-<unit unitID="sf_mw_phonesrv_satengine_GetInputCmd" name="GetInputCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\GetInputCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="LanguageNotificationCmd">
-<unit unitID="sf_mw_phonesrv_satengine_LanguageNotificationCmd" name="LanguageNotificationCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\LanguageNotificationCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="LaunchBrowserCmd">
-<unit unitID="sf_mw_phonesrv_satengine_LaunchBrowserCmd" name="LaunchBrowserCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\LaunchBrowserCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="MoSmControlCmd">
-<unit unitID="sf_mw_phonesrv_satengine_MoSmControlCmd" name="MoSmControlCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\MoSmControlCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="OpenChannelCmd">
-<unit unitID="sf_mw_phonesrv_satengine_OpenChannelCmd" name="OpenChannelCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\OpenChannelCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="PlayToneCmd">
-<unit unitID="sf_mw_phonesrv_satengine_PlayToneCmd" name="PlayToneCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\PlayToneCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="ProvideLocalInfoCmd">
-<unit unitID="sf_mw_phonesrv_satengine_ProvideLocalInfoCmd" name="ProvideLocalInfoCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\ProvideLocalInfoCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="ReceiveDataCmd">
-<unit unitID="sf_mw_phonesrv_satengine_ReceiveDataCmd" name="ReceiveDataCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\ReceiveDataCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="RefreshCmd">
-<unit unitID="sf_mw_phonesrv_satengine_RefreshCmd" name="RefreshCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\RefreshCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="RefreshRequiredCmd">
-<unit unitID="sf_mw_phonesrv_satengine_RefreshRequiredCmd" name="RefreshRequiredCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\RefreshRequiredCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SelectItemCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SelectItemCmd" name="SelectItemCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SelectItemCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SendDataCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SendDataCmd" name="SendDataCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SendDataCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SendDtmfCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SendDtmfCmd" name="SendDtmfCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SendDtmfCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SendSmCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SendSmCmd" name="SendSmCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SendSmCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SendSSCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SendSSCmd" name="SendSSCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SendSSCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SendUSSDCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SendUSSDCmd" name="SendUSSDCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SendUSSDCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SetUpCallCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SetUpCallCmd" name="SetUpCallCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SetUpCallCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SetUpEventListCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SetUpEventListCmd" name="SetUpEventListCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SetUpEventListCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SetUpIdleModeTextCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SetUpIdleModeTextCmd" name="SetUpIdleModeTextCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SetUpIdleModeTextCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SetUpMenuCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SetUpMenuCmd" name="SetUpMenuCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SetUpMenuCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SimSessionEndCmd">
-<unit unitID="sf_mw_phonesrv_satengine_SimSessionEndCmd" name="SimSessionEndCmd" bldFile="\sf\mw\phonesrv\satengine\SatServer\Commands\SimSessionEndCmd\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="Engine">
-<unit unitID="sf_mw_phonesrv_satengine_Engine" name="Engine" bldFile="\sf\mw\phonesrv\satengine\SatServer\Engine\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="EventMonitors">
-<unit unitID="sf_mw_phonesrv_satengine_EventMonitors" name="EventMonitors" bldFile="\sf\mw\phonesrv\satengine\SatServer\EventMonitors\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SatServer">
-<unit unitID="sf_mw_phonesrv_satengine_SatServer" name="SatServer" bldFile="\sf\mw\phonesrv\satengine\SatServer\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SatClient">
-<unit unitID="sf_mw_phonesrv_satengine_SatClient" name="SatClient" bldFile="\sf\mw\phonesrv\satengine\SatServer\SatClient\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SatInternalClient">
-<unit unitID="sf_mw_phonesrv_satengine_SatInternalClient" name="SatInternalClient" bldFile="\sf\mw\phonesrv\satengine\SatServer\SatInternalClient\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SatServer">
-<unit unitID="sf_mw_phonesrv_satengine_SatServer_1" name="SatServer_1" bldFile="\sf\mw\phonesrv\satengine\SatServer\SatServer\group" mrp=""/>
-</component>
-</module>
-<module name="satengine">
-<component name="SystemState">
-<unit unitID="sf_mw_phonesrv_satengine_SystemState" name="SystemState" bldFile="\sf\mw\phonesrv\satengine\SatServer\SystemState\group" mrp=""/>
-</component>
-</module>
-<module name="satui">
-<component name="satui">
-<unit unitID="sf_mw_phonesrv_satui" name="satui" bldFile="\sf\mw\phonesrv\satui\group" mrp=""/>
-</component>
-</module>
-<module name="satui">
-<component name="satapp">
-<unit unitID="sf_mw_phonesrv_satui_satapp" name="satapp" bldFile="\sf\mw\phonesrv\satui\satapp\Group" mrp=""/>
-</component>
-</module>
-<module name="satui">
-<component name="satplugin">
-<unit unitID="sf_mw_phonesrv_satui_satplugin" name="satplugin" bldFile="\sf\mw\phonesrv\satui\satplugin\group" mrp=""/>
-</component>
-</module>
-<module name="telutils">
-<component name="telutils">
-<unit unitID="sf_mw_phonesrv_telutils" name="telutils" bldFile="\sf\mw\phonesrv\telutils\group" mrp=""/>
-</component>
-</module>
-<module name="telutils">
-<component name="phoneparser">
-<unit unitID="sf_mw_phonesrv_telutils_phoneparser" name="phoneparser" bldFile="\sf\mw\phonesrv\telutils\phoneparser\group" mrp=""/>
-</component>
-</module>
-<module name="telutils">
-<component name="telephonyservice">
-<unit unitID="sf_mw_phonesrv_telutils_telephonyservice" name="telephonyservice" bldFile="\sf\mw\phonesrv\telutils\telephonyservice\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="remoteconn">
-<module name="remoteconn">
-<component name="remoteconn">
-<unit unitID="sf_mw_remoteconn" name="remoteconn" bldFile="\sf\mw\remoteconn\group" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="connectivitymodules">
-<unit unitID="sf_mw_remoteconn_connectivitymodules" name="connectivitymodules" bldFile="\sf\mw\remoteconn\connectivitymodules\group" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="catalogspcconnectivityplugin">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_catalogspcconnectivityplugin" name="catalogspcconnectivityplugin" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\catalogspcconnectivityplugin\group" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="PCConn">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_PCConn" name="PCConn" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\clients\PCConn\bld" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="cntParser">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_cntParser" name="cntParser" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\cntParser\bld" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="SeCon">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_SeCon" name="SeCon" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\group" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="FTP">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_FTP" name="FTP" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\plugins\FTP\bld" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="hapticsconnplugin">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_hapticsconnplugin" name="hapticsconnplugin" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\plugins\hapticsconnplugin\group" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="PCconn">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_PCconn" name="PCconn" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\plugins\PCconn\bld" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="PCConn">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_PCConn_1" name="PCConn_1" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\servers\PCConn\bld" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="csc">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_csc" name="csc" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\services\csc\bld" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="ftp">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_ftp" name="ftp" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\services\ftp\bld" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="pcd">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_pcd" name="pcd" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\services\pcd\bld" mrp=""/>
-</component>
-</module>
-<module name="connectivitymodules">
-<component name="conmlhandler">
-<unit unitID="sf_mw_remoteconn_connectivitymodules_conmlhandler" name="conmlhandler" bldFile="\sf\mw\remoteconn\connectivitymodules\SeCon\wbxml\conmlhandler\bld" mrp=""/>
-</component>
-</module>
-<module name="remoteconn_plat">
-<component name="remoteconn_plat">
-<unit unitID="sf_mw_remoteconn_remoteconn_plat" name="remoteconn_plat" bldFile="\sf\mw\remoteconn\remoteconn_plat\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="remotemgmt">
-<module name="remotemgmt">
-<component name="remotemgmt">
-<unit unitID="sf_mw_remotemgmt" name="remotemgmt" bldFile="\sf\mw\remotemgmt\group" mrp=""/>
-</component>
-</module>
-<module name="ahle">
-<component name="ahleclient">
-<unit unitID="sf_mw_remotemgmt_ahle_ahleclient" name="ahleclient" bldFile="\sf\mw\remotemgmt\ahle\ahleclient\group" mrp=""/>
-</component>
-</module>
-<module name="ahle">
-<component name="ahleserver">
-<unit unitID="sf_mw_remotemgmt_ahle_ahleserver" name="ahleserver" bldFile="\sf\mw\remotemgmt\ahle\ahleserver\group" mrp=""/>
-</component>
-</module>
-<module name="ahle">
-<component name="ahle">
-<unit unitID="sf_mw_remotemgmt_ahle" name="ahle" bldFile="\sf\mw\remotemgmt\ahle\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnosticsfw">
-<component name="diagframework">
-<unit unitID="sf_mw_remotemgmt_devicediagnosticsfw_diagframework" name="diagframework" bldFile="\sf\mw\remotemgmt\devicediagnosticsfw\diagframework\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnosticsfw">
-<component name="diagpluginbase">
-<unit unitID="sf_mw_remotemgmt_devicediagnosticsfw_diagpluginbase" name="diagpluginbase" bldFile="\sf\mw\remotemgmt\devicediagnosticsfw\diagpluginbase\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnosticsfw">
-<component name="client">
-<unit unitID="sf_mw_remotemgmt_devicediagnosticsfw_client" name="client" bldFile="\sf\mw\remotemgmt\devicediagnosticsfw\diagresultsdb\client\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnosticsfw">
-<component name="server">
-<unit unitID="sf_mw_remotemgmt_devicediagnosticsfw_server" name="server" bldFile="\sf\mw\remotemgmt\devicediagnosticsfw\diagresultsdb\server\group" mrp=""/>
-</component>
-</module>
-<module name="devicediagnosticsfw">
-<component name="devicediagnosticsfw">
-<unit unitID="sf_mw_remotemgmt_devicediagnosticsfw" name="devicediagnosticsfw" bldFile="\sf\mw\remotemgmt\devicediagnosticsfw\group" mrp=""/>
-</component>
-</module>
-<module name="fotaapplication">
-<component name="fmsclient">
-<unit unitID="sf_mw_remotemgmt_fotaapplication_fmsclient" name="fmsclient" bldFile="\sf\mw\remotemgmt\fotaapplication\fotaserver\fmsclient\group" mrp=""/>
-</component>
-</module>
-<module name="fotaapplication">
-<component name="fmserver">
-<unit unitID="sf_mw_remotemgmt_fotaapplication_fmserver" name="fmserver" bldFile="\sf\mw\remotemgmt\fotaapplication\fotaserver\fmserver\group" mrp=""/>
-</component>
-</module>
-<module name="fotaapplication">
-<component name="FotaRfsPlugin">
-<unit unitID="sf_mw_remotemgmt_fotaapplication_FotaRfsPlugin" name="FotaRfsPlugin" bldFile="\sf\mw\remotemgmt\fotaapplication\fotaserver\FotaRfsPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="fotaapplication">
-<component name="fotastartupextplg">
-<unit unitID="sf_mw_remotemgmt_fotaapplication_fotastartupextplg" name="fotastartupextplg" bldFile="\sf\mw\remotemgmt\fotaapplication\fotaserver\fotastartupextplg\group" mrp=""/>
-</component>
-</module>
-<module name="fotaapplication">
-<component name="fotaserver">
-<unit unitID="sf_mw_remotemgmt_fotaapplication_fotaserver" name="fotaserver" bldFile="\sf\mw\remotemgmt\fotaapplication\fotaserver\group" mrp=""/>
-</component>
-</module>
-<module name="fotaapplication">
-<component name="fotaapplication">
-<unit unitID="sf_mw_remotemgmt_fotaapplication" name="fotaapplication" bldFile="\sf\mw\remotemgmt\fotaapplication\group" mrp=""/>
-</component>
-</module>
-<module name="omaprovisioning">
-<component name="omaprovisioning">
-<unit unitID="sf_mw_remotemgmt_omaprovisioning" name="omaprovisioning" bldFile="\sf\mw\remotemgmt\omaprovisioning\group" mrp=""/>
-</component>
-</module>
-<module name="omaprovisioning">
-<component name="pnputil">
-<unit unitID="sf_mw_remotemgmt_omaprovisioning_pnputil" name="pnputil" bldFile="\sf\mw\remotemgmt\omaprovisioning\pnputil\group" mrp=""/>
-</component>
-</module>
-<module name="omaprovisioning">
-<component name="provisioning">
-<unit unitID="sf_mw_remotemgmt_omaprovisioning_provisioning" name="provisioning" bldFile="\sf\mw\remotemgmt\omaprovisioning\provisioning\Group" mrp=""/>
-</component>
-</module>
-<module name="policymanagement">
-<component name="policymanagement">
-<unit unitID="sf_mw_remotemgmt_policymanagement" name="policymanagement" bldFile="\sf\mw\remotemgmt\policymanagement\group" mrp=""/>
-</component>
-</module>
-<module name="policymanagement">
-<component name="dmutilserver">
-<unit unitID="sf_mw_remotemgmt_policymanagement_dmutilserver" name="dmutilserver" bldFile="\sf\mw\remotemgmt\policymanagement\tarmpolicymng\dmutilserver\group" mrp=""/>
-</component>
-</module>
-<module name="policymanagement">
-<component name="tarmpolicymng">
-<unit unitID="sf_mw_remotemgmt_policymanagement_tarmpolicymng" name="tarmpolicymng" bldFile="\sf\mw\remotemgmt\policymanagement\tarmpolicymng\group" mrp=""/>
-</component>
-</module>
-<module name="policymanagement">
-<component name="pmdmadapter">
-<unit unitID="sf_mw_remotemgmt_policymanagement_pmdmadapter" name="pmdmadapter" bldFile="\sf\mw\remotemgmt\policymanagement\tarmpolicymng\pmdmadapter\group" mrp=""/>
-</component>
-</module>
-<module name="policymanagement">
-<component name="policyengine">
-<unit unitID="sf_mw_remotemgmt_policymanagement_policyengine" name="policyengine" bldFile="\sf\mw\remotemgmt\policymanagement\tarmpolicymng\policyengine\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="adaptive_history_list_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_adaptive_history_list_api" name="adaptive_history_list_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\adaptive_history_list_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="adaptive_history_list_session_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_adaptive_history_list_session_api" name="adaptive_history_list_session_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\adaptive_history_list_session_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="common_agent_util_and_definitions_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_common_agent_util_and_definitions_api" name="common_agent_util_and_definitions_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\common_agent_util_and_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="data_synchronization_notification_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_data_synchronization_notification_api" name="data_synchronization_notification_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\data_synchronization_notification_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="data_synchronization_plugin_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_data_synchronization_plugin_api" name="data_synchronization_plugin_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\data_synchronization_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="device_management_parameter_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_device_management_parameter_api" name="device_management_parameter_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\device_management_parameter_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="device_management_plugin_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_device_management_plugin_api" name="device_management_plugin_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\device_management_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="diagnostics_framework_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_diagnostics_framework_api" name="diagnostics_framework_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\diagnostics_framework_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="diagnostics_plugin_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_diagnostics_plugin_api" name="diagnostics_plugin_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\diagnostics_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="diagnostics_plugin_pool_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_diagnostics_plugin_pool_api" name="diagnostics_plugin_pool_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\diagnostics_plugin_pool_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="diagnostics_plugin_utility_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_diagnostics_plugin_utility_api" name="diagnostics_plugin_utility_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\diagnostics_plugin_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="diagnostics_results_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_diagnostics_results_api" name="diagnostics_results_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\diagnostics_results_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="dm_constant_definitions_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_dm_constant_definitions_api" name="dm_constant_definitions_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\dm_constant_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="dm_tree_apis">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_dm_tree_apis" name="dm_tree_apis" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\dm_tree_apis\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="dm_utils_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_dm_utils_api" name="dm_utils_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\dm_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="ds_constant_definitions_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_ds_constant_definitions_api" name="ds_constant_definitions_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\ds_constant_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="fota_engine_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_fota_engine_api" name="fota_engine_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\fota_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="remotemgmt_plat">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat" name="remotemgmt_plat" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="obex_client_session_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_obex_client_session_api" name="obex_client_session_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\obex_client_session_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="oma_ds_extensions_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_oma_ds_extensions_api" name="oma_ds_extensions_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\oma_ds_extensions_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="oma_provisioning_adapter_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_oma_provisioning_adapter_api" name="oma_provisioning_adapter_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\oma_provisioning_adapter_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="oma_provisioning_engine_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_oma_provisioning_engine_api" name="oma_provisioning_engine_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\oma_provisioning_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="pnpms_utils_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_pnpms_utils_api" name="pnpms_utils_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\pnpms_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="policy_management_certificate_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_policy_management_certificate_api" name="policy_management_certificate_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\policy_management_certificate_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="policy_management_request_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_policy_management_request_api" name="policy_management_request_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\policy_management_request_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="scp_server_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_scp_server_api" name="scp_server_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\scp_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="setting_enforcement_info_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_setting_enforcement_info_api" name="setting_enforcement_info_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\setting_enforcement_info_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="syncml_alert_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_syncml_alert_api" name="syncml_alert_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\syncml_alert_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="syncml_client_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_syncml_client_api" name="syncml_client_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\syncml_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="syncml_notifier_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_syncml_notifier_api" name="syncml_notifier_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\syncml_notifier_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="syncml_notifier_roaming_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_syncml_notifier_roaming_api" name="syncml_notifier_roaming_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\syncml_notifier_roaming_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="sync_alert_handler_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_sync_alert_handler_api" name="sync_alert_handler_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\sync_alert_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="sync_service_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_sync_service_api" name="sync_service_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\sync_service_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="terminal_security_device_lock_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_terminal_security_device_lock_api" name="terminal_security_device_lock_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\terminal_security_device_lock_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_plat">
-<component name="update_package_storage_plugin_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_plat_update_package_storage_plugin_api" name="update_package_storage_plugin_api" bldFile="\sf\mw\remotemgmt\remotemgmt_plat\update_package_storage_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_pub">
-<component name="remotemgmt_pub">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_pub" name="remotemgmt_pub" bldFile="\sf\mw\remotemgmt\remotemgmt_pub\group" mrp=""/>
-</component>
-</module>
-<module name="remotemgmt_pub">
-<component name="synchronization_capability_api">
-<unit unitID="sf_mw_remotemgmt_remotemgmt_pub_synchronization_capability_api" name="synchronization_capability_api" bldFile="\sf\mw\remotemgmt\remotemgmt_pub\synchronization_capability_api\group" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="alerthandler">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_alerthandler" name="alerthandler" bldFile="\sf\mw\remotemgmt\syncmlfw\common\alerthandler\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="alertqueue">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_alertqueue" name="alertqueue" bldFile="\sf\mw\remotemgmt\syncmlfw\common\alertqueue\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="debug">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_debug" name="debug" bldFile="\sf\mw\remotemgmt\syncmlfw\common\debug\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="historylog">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_historylog" name="historylog" bldFile="\sf\mw\remotemgmt\syncmlfw\common\historylog\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="http">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_http" name="http" bldFile="\sf\mw\remotemgmt\syncmlfw\common\http\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="inc">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_inc" name="inc" bldFile="\sf\mw\remotemgmt\syncmlfw\common\inc" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="modifiedheaders">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_modifiedheaders" name="modifiedheaders" bldFile="\sf\mw\remotemgmt\syncmlfw\common\inc\modifiedheaders" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="policy">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_policy" name="policy" bldFile="\sf\mw\remotemgmt\syncmlfw\common\inc\policy" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="symbianheaders">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_symbianheaders" name="symbianheaders" bldFile="\sf\mw\remotemgmt\syncmlfw\common\inc\symbianheaders" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="inc">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_inc_1" name="inc_1" bldFile="\sf\mw\remotemgmt\syncmlfw\common\notifiers\inc" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="obexclient">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_obexclient" name="obexclient" bldFile="\sf\mw\remotemgmt\syncmlfw\common\obex\obexclient\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="obexcommserver">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_obexcommserver" name="obexcommserver" bldFile="\sf\mw\remotemgmt\syncmlfw\common\obex\obexcommserver\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="obexdmplugin">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_obexdmplugin" name="obexdmplugin" bldFile="\sf\mw\remotemgmt\syncmlfw\common\obex\obexdmplugin\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="obexdsplugin">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_obexdsplugin" name="obexdsplugin" bldFile="\sf\mw\remotemgmt\syncmlfw\common\obex\obexdsplugin\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="obexserverbinding">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_obexserverbinding" name="obexserverbinding" bldFile="\sf\mw\remotemgmt\syncmlfw\common\obex\obexserverbinding\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="sosserver">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_sosserver" name="sosserver" bldFile="\sf\mw\remotemgmt\syncmlfw\common\sosserver\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="sosserver_clientapi">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_sosserver_clientapi" name="sosserver_clientapi" bldFile="\sf\mw\remotemgmt\syncmlfw\common\sosserver_clientapi\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="sosserver_privateapi">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_sosserver_privateapi" name="sosserver_privateapi" bldFile="\sf\mw\remotemgmt\syncmlfw\common\sosserver_privateapi\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="sosserver_transporthandler">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_sosserver_transporthandler" name="sosserver_transporthandler" bldFile="\sf\mw\remotemgmt\syncmlfw\common\sosserver_transporthandler\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="syncagent">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_syncagent" name="syncagent" bldFile="\sf\mw\remotemgmt\syncmlfw\common\syncagent\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="transport">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_transport" name="transport" bldFile="\sf\mw\remotemgmt\syncmlfw\common\transport\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="wbxml">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_wbxml" name="wbxml" bldFile="\sf\mw\remotemgmt\syncmlfw\common\wbxml\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="xml">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_xml" name="xml" bldFile="\sf\mw\remotemgmt\syncmlfw\common\xml\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="dm">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_dm" name="dm" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="callbackServer">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_callbackServer" name="callbackServer" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\callbackServer\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="dmutils">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_dmutils" name="dmutils" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\dmutils\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="dmhostserverbase">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_dmhostserverbase" name="dmhostserverbase" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\hostserver\dmhostserverbase\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="dmhostservers">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_dmhostservers" name="dmhostservers" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\hostserver\dmhostservers\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="provisioningadapter">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_provisioningadapter" name="provisioningadapter" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\provisioningadapter\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="settings">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_settings" name="settings" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\settings\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="syncagent">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_syncagent_1" name="syncagent_1" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\syncagent\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="treedbclient">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_treedbclient" name="treedbclient" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\treedbclient\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="treedbhandler">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_treedbhandler" name="treedbhandler" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\treedbhandler\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="treemodule">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_treemodule" name="treemodule" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\treemodule\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="wappushalert">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_wappushalert" name="wappushalert" bldFile="\sf\mw\remotemgmt\syncmlfw\dm\wappushalert\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="adapterlog">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_adapterlog" name="adapterlog" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\adapterlog\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="dataproviderbase">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_dataproviderbase" name="dataproviderbase" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\adapters\dataproviderbase\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="agentlog">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_agentlog" name="agentlog" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\agentlog\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="alerthandler">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_alerthandler_1" name="alerthandler_1" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\alerthandler\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="changefinder">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_changefinder" name="changefinder" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\dsutils\changefinder\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="dbcaps">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_dbcaps" name="dbcaps" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\dsutils\dbcaps\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="filter">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_filter" name="filter" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\dsutils\filter\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="filterutils">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_filterutils" name="filterutils" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\dsutils\filterutils\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="ProfileUtil">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_ProfileUtil" name="ProfileUtil" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\dsutils\ProfileUtil\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="testprofileutil">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_testprofileutil" name="testprofileutil" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\dsutils\ProfileUtil\testprofileutil\group" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="storeformat">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_storeformat" name="storeformat" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\dsutils\storeformat\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="dshostclient">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_dshostclient" name="dshostclient" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\hostserver\dshostclient\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="dshostserverbase">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_dshostserverbase" name="dshostserverbase" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\hostserver\dshostserverbase\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="dshostservers">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_dshostservers" name="dshostservers" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\hostserver\dshostservers\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="inc">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_inc_2" name="inc_2" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\inc" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="netmon">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_netmon" name="netmon" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\netmon\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="ota">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_ota" name="ota" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\ota\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="provisioningadapter">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_provisioningadapter_1" name="provisioningadapter_1" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\provisioningadapter\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="settings">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_settings_1" name="settings_1" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\settings\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="syncagent">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_syncagent_2" name="syncagent_2" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\syncagent\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="wappushalert">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_wappushalert_1" name="wappushalert_1" bldFile="\sf\mw\remotemgmt\syncmlfw\ds\wappushalert\bld" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="syncmlfw">
-<unit unitID="sf_mw_remotemgmt_syncmlfw" name="syncmlfw" bldFile="\sf\mw\remotemgmt\syncmlfw\group" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="syncmlnotifier">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_syncmlnotifier" name="syncmlnotifier" bldFile="\sf\mw\remotemgmt\syncmlfw\syncmlnotifier\group" mrp=""/>
-</component>
-</module>
-<module name="syncmlfw">
-<component name="syncservice">
-<unit unitID="sf_mw_remotemgmt_syncmlfw_syncservice" name="syncservice" bldFile="\sf\mw\remotemgmt\syncmlfw\syncservice\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="terminalsecurity">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity" name="terminalsecurity" bldFile="\sf\mw\remotemgmt\terminalsecurity\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="client">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_client" name="client" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\client\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="tarmterminalcontrol">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_tarmterminalcontrol" name="tarmterminalcontrol" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="SCPClient">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_SCPClient" name="SCPClient" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\SCP\SCPClient\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="SCPHistoryPlugin">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_SCPHistoryPlugin" name="SCPHistoryPlugin" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\SCP\SCPHistoryPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="SCPPatternPlugin">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_SCPPatternPlugin" name="SCPPatternPlugin" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\SCP\SCPPatternPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="SCPServer">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_SCPServer" name="SCPServer" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\SCP\SCPServer\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="SCPTest">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_SCPTest" name="SCPTest" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\SCP\SCPTest\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="SCPTimestampPlugin">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_SCPTimestampPlugin" name="SCPTimestampPlugin" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\SCP\SCPTimestampPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="server">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_server" name="server" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\server\group" mrp=""/>
-</component>
-</module>
-<module name="terminalsecurity">
-<component name="tcadapter">
-<unit unitID="sf_mw_remotemgmt_terminalsecurity_tcadapter" name="tcadapter" bldFile="\sf\mw\remotemgmt\terminalsecurity\tarmterminalcontrol\tcadapter\bld" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="remotestorage">
-<module name="remotestorage">
-<component name="remotestorage">
-<unit unitID="sf_mw_remotestorage" name="remotestorage" bldFile="\sf\mw\remotestorage\group" mrp=""/>
-</component>
-</module>
-<module name="remotestoragefw">
-<component name="remotestoragefw">
-<unit unitID="sf_mw_remotestorage_remotestoragefw" name="remotestoragefw" bldFile="\sf\mw\remotestorage\remotestoragefw\group" mrp=""/>
-</component>
-</module>
-<module name="remotestoragefw">
-<component name="gsplugin">
-<unit unitID="sf_mw_remotestorage_remotestoragefw_gsplugin" name="gsplugin" bldFile="\sf\mw\remotestorage\remotestoragefw\gsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="remotestoragefw">
-<component name="mountmanager">
-<unit unitID="sf_mw_remotestorage_remotestoragefw_mountmanager" name="mountmanager" bldFile="\sf\mw\remotestorage\remotestoragefw\mountmanager\group" mrp=""/>
-</component>
-</module>
-<module name="remotestoragefw">
-<component name="mountstore">
-<unit unitID="sf_mw_remotestorage_remotestoragefw_mountstore" name="mountstore" bldFile="\sf\mw\remotestorage\remotestoragefw\mountstore\group" mrp=""/>
-</component>
-</module>
-<module name="remotestoragefw">
-<component name="remotedriveconfigurationbiocontrol">
-<unit unitID="sf_mw_remotestorage_remotestoragefw_remotedriveconfigurationbiocontrol" name="remotedriveconfigurationbiocontrol" bldFile="\sf\mw\remotestorage\remotestoragefw\remotedriveconfigurationbiocontrol\group" mrp=""/>
-</component>
-</module>
-<module name="remotestoragefw">
-<component name="remotefileengine">
-<unit unitID="sf_mw_remotestorage_remotestoragefw_remotefileengine" name="remotefileengine" bldFile="\sf\mw\remotestorage\remotestoragefw\remotefileengine\group" mrp=""/>
-</component>
-</module>
-<module name="remotestoragefw">
-<component name="remotefilesystemplugin">
-<unit unitID="sf_mw_remotestorage_remotestoragefw_remotefilesystemplugin" name="remotefilesystemplugin" bldFile="\sf\mw\remotestorage\remotestoragefw\remotefilesystemplugin\group" mrp=""/>
-</component>
-</module>
-<module name="remotestoragefw">
-<component name="rsfwnotifierplugins">
-<unit unitID="sf_mw_remotestorage_remotestoragefw_rsfwnotifierplugins" name="rsfwnotifierplugins" bldFile="\sf\mw\remotestorage\remotestoragefw\rsfwnotifierplugins\group" mrp=""/>
-</component>
-</module>
-<module name="remotestoragefw">
-<component name="webdavaccessplugin">
-<unit unitID="sf_mw_remotestorage_remotestoragefw_webdavaccessplugin" name="webdavaccessplugin" bldFile="\sf\mw\remotestorage\remotestoragefw\webdavaccessplugin\group" mrp=""/>
-</component>
-</module>
-<module name="rsfw_plat">
-<component name="rsfw_access_protocol_plugin_api">
-<unit unitID="sf_mw_remotestorage_rsfw_plat_rsfw_access_protocol_plugin_api" name="rsfw_access_protocol_plugin_api" bldFile="\sf\mw\remotestorage\rsfw_plat\rsfw_access_protocol_plugin_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="securitysrv">
-<module name="securitysrv">
-<component name="securitysrv">
-<unit unitID="sf_mw_securitysrv" name="securitysrv" bldFile="\sf\mw\securitysrv\group" mrp=""/>
-</component>
-</module>
-<module name="boottimeintegritycheck">
-<component name="boottimeintegritycheck">
-<unit unitID="sf_mw_securitysrv_boottimeintegritycheck" name="boottimeintegritycheck" bldFile="\sf\mw\securitysrv\boottimeintegritycheck\group" mrp=""/>
-</component>
-</module>
-<module name="boottimeintegritycheck">
-<component name="TrkDummy">
-<unit unitID="sf_mw_securitysrv_boottimeintegritycheck_TrkDummy" name="TrkDummy" bldFile="\sf\mw\securitysrv\boottimeintegritycheck\TrkDummy\group" mrp=""/>
-</component>
-</module>
-<module name="cms">
-<component name="cms">
-<unit unitID="sf_mw_securitysrv_cms" name="cms" bldFile="\sf\mw\securitysrv\cms\group" mrp=""/>
-</component>
-</module>
-<module name="gba">
-<component name="bootstrap">
-<unit unitID="sf_mw_securitysrv_gba_bootstrap" name="bootstrap" bldFile="\sf\mw\securitysrv\gba\bootstrap\group" mrp=""/>
-</component>
-</module>
-<module name="gba">
-<component name="gbaapi">
-<unit unitID="sf_mw_securitysrv_gba_gbaapi" name="gbaapi" bldFile="\sf\mw\securitysrv\gba\gbaapi\group" mrp=""/>
-</component>
-</module>
-<module name="gba">
-<component name="gbafilter">
-<unit unitID="sf_mw_securitysrv_gba_gbafilter" name="gbafilter" bldFile="\sf\mw\securitysrv\gba\gbafilter\group" mrp=""/>
-</component>
-</module>
-<module name="gba">
-<component name="gbaserver">
-<unit unitID="sf_mw_securitysrv_gba_gbaserver" name="gbaserver" bldFile="\sf\mw\securitysrv\gba\gbaserver\group" mrp=""/>
-</component>
-</module>
-<module name="gba">
-<component name="gba">
-<unit unitID="sf_mw_securitysrv_gba" name="gba" bldFile="\sf\mw\securitysrv\gba\group" mrp=""/>
-</component>
-</module>
-<module name="gba">
-<component name="uicc">
-<unit unitID="sf_mw_securitysrv_gba_uicc" name="uicc" bldFile="\sf\mw\securitysrv\gba\uicc\group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="Certificates">
-<unit unitID="sf_mw_securitysrv_pkiutilities_Certificates" name="Certificates" bldFile="\sf\mw\securitysrv\pkiutilities\Certificates\group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="Certificates_OEM">
-<unit unitID="sf_mw_securitysrv_pkiutilities_Certificates_OEM" name="Certificates_OEM" bldFile="\sf\mw\securitysrv\pkiutilities\Certificates_OEM\group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="CertmanUi">
-<unit unitID="sf_mw_securitysrv_pkiutilities_CertmanUi" name="CertmanUi" bldFile="\sf\mw\securitysrv\pkiutilities\CertmanUi\GROUP" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="CertSaver">
-<unit unitID="sf_mw_securitysrv_pkiutilities_CertSaver" name="CertSaver" bldFile="\sf\mw\securitysrv\pkiutilities\CertSaver\group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="CTSecurityDialogs">
-<unit unitID="sf_mw_securitysrv_pkiutilities_CTSecurityDialogs" name="CTSecurityDialogs" bldFile="\sf\mw\securitysrv\pkiutilities\CTSecurityDialogs\Group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="DeviceToken">
-<unit unitID="sf_mw_securitysrv_pkiutilities_DeviceToken" name="DeviceToken" bldFile="\sf\mw\securitysrv\pkiutilities\DeviceToken\Group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="pkiutilities">
-<unit unitID="sf_mw_securitysrv_pkiutilities" name="pkiutilities" bldFile="\sf\mw\securitysrv\pkiutilities\group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="PKCS12">
-<unit unitID="sf_mw_securitysrv_pkiutilities_PKCS12" name="PKCS12" bldFile="\sf\mw\securitysrv\pkiutilities\PKCS12\group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="SecModUI">
-<unit unitID="sf_mw_securitysrv_pkiutilities_SecModUI" name="SecModUI" bldFile="\sf\mw\securitysrv\pkiutilities\SecModUI\group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="x509certnameparser">
-<unit unitID="sf_mw_securitysrv_pkiutilities_x509certnameparser" name="x509certnameparser" bldFile="\sf\mw\securitysrv\pkiutilities\x509certnameparser\group" mrp=""/>
-</component>
-</module>
-<module name="remotelock">
-<component name="remotelock">
-<unit unitID="sf_mw_securitysrv_remotelock" name="remotelock" bldFile="\sf\mw\securitysrv\remotelock\Group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="cms_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_cms_api" name="cms_api" bldFile="\sf\mw\securitysrv\secsrv_plat\cms_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="devicelock_access_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_devicelock_access_api" name="devicelock_access_api" bldFile="\sf\mw\securitysrv\secsrv_plat\devicelock_access_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="device_key_store_encryption_plugin_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_device_key_store_encryption_plugin_api" name="device_key_store_encryption_plugin_api" bldFile="\sf\mw\securitysrv\secsrv_plat\device_key_store_encryption_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="gba_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_gba_api" name="gba_api" bldFile="\sf\mw\securitysrv\secsrv_plat\gba_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="secsrv_plat">
-<unit unitID="sf_mw_securitysrv_secsrv_plat" name="secsrv_plat" bldFile="\sf\mw\securitysrv\secsrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="java_utils_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_java_utils_api" name="java_utils_api" bldFile="\sf\mw\securitysrv\secsrv_plat\java_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="keyguard_access_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_keyguard_access_api" name="keyguard_access_api" bldFile="\sf\mw\securitysrv\secsrv_plat\keyguard_access_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="keyguard_configuration_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_keyguard_configuration_api" name="keyguard_configuration_api" bldFile="\sf\mw\securitysrv\secsrv_plat\keyguard_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="keylock_policy_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_keylock_policy_api" name="keylock_policy_api" bldFile="\sf\mw\securitysrv\secsrv_plat\keylock_policy_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="lockapp_server_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_lockapp_server_api" name="lockapp_server_api" bldFile="\sf\mw\securitysrv\secsrv_plat\lockapp_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="pkcs12_parser_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_pkcs12_parser_api" name="pkcs12_parser_api" bldFile="\sf\mw\securitysrv\secsrv_plat\pkcs12_parser_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="pkidialog_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_pkidialog_api" name="pkidialog_api" bldFile="\sf\mw\securitysrv\secsrv_plat\pkidialog_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="provisioning_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_provisioning_api" name="provisioning_api" bldFile="\sf\mw\securitysrv\secsrv_plat\provisioning_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="remote_lock_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_remote_lock_api" name="remote_lock_api" bldFile="\sf\mw\securitysrv\secsrv_plat\remote_lock_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="security_code_ui_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_security_code_ui_api" name="security_code_ui_api" bldFile="\sf\mw\securitysrv\secsrv_plat\security_code_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="wim_cert_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_wim_cert_api" name="wim_cert_api" bldFile="\sf\mw\securitysrv\secsrv_plat\wim_cert_api\group" mrp=""/>
-</component>
-</module>
-<module name="secsrv_plat">
-<component name="x509certnameparser_api">
-<unit unitID="sf_mw_securitysrv_secsrv_plat_x509certnameparser_api" name="x509certnameparser_api" bldFile="\sf\mw\securitysrv\secsrv_plat\x509certnameparser_api\group" mrp=""/>
-</component>
-</module>
-<module name="securitydialogs">
-<component name="Autolock">
-<unit unitID="sf_mw_securitysrv_securitydialogs_Autolock" name="Autolock" bldFile="\sf\mw\securitysrv\securitydialogs\Autolock\group" mrp=""/>
-</component>
-</module>
-<module name="securitydialogs">
-<component name="securitydialogs">
-<unit unitID="sf_mw_securitysrv_securitydialogs" name="securitydialogs" bldFile="\sf\mw\securitysrv\securitydialogs\group" mrp=""/>
-</component>
-</module>
-<module name="securitydialogs">
-<component name="keylockpolicyapi">
-<unit unitID="sf_mw_securitysrv_securitydialogs_keylockpolicyapi" name="keylockpolicyapi" bldFile="\sf\mw\securitysrv\securitydialogs\keylockpolicyapi\group" mrp=""/>
-</component>
-</module>
-<module name="securitydialogs">
-<component name="SecUi">
-<unit unitID="sf_mw_securitysrv_securitydialogs_SecUi" name="SecUi" bldFile="\sf\mw\securitysrv\securitydialogs\SecUi\group" mrp=""/>
-</component>
-</module>
-<module name="securitydialogs">
-<component name="Securitynotifier">
-<unit unitID="sf_mw_securitysrv_securitydialogs_Securitynotifier" name="Securitynotifier" bldFile="\sf\mw\securitysrv\securitydialogs\Securitynotifier\Group" mrp=""/>
-</component>
-</module>
-<module name="securitydialogs">
-<component name="Securityobserver">
-<unit unitID="sf_mw_securitysrv_securitydialogs_Securityobserver" name="Securityobserver" bldFile="\sf\mw\securitysrv\securitydialogs\Securityobserver\Group" mrp=""/>
-</component>
-</module>
-<module name="wim">
-<component name="wim">
-<unit unitID="sf_mw_securitysrv_wim" name="wim" bldFile="\sf\mw\securitysrv\wim\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="serviceapi">
-<module name="serviceapi">
-<component name="serviceapi">
-<unit unitID="sf_mw_serviceapi" name="serviceapi" bldFile="\sf\mw\serviceapi\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_applicationmanager">
-<component name="appmanagerservice">
-<unit unitID="sf_mw_serviceapi_sapi_applicationmanager_appmanagerservice" name="appmanagerservice" bldFile="\sf\mw\serviceapi\sapi_applicationmanager\appmanagerservice\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_applicationmanager">
-<component name="sapi_applicationmanager">
-<unit unitID="sf_mw_serviceapi_sapi_applicationmanager" name="sapi_applicationmanager" bldFile="\sf\mw\serviceapi\sapi_applicationmanager\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_calendar">
-<component name="calendarservice">
-<unit unitID="sf_mw_serviceapi_sapi_calendar_calendarservice" name="calendarservice" bldFile="\sf\mw\serviceapi\sapi_calendar\calendarservice\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_calendar">
-<component name="sapi_calendar">
-<unit unitID="sf_mw_serviceapi_sapi_calendar" name="sapi_calendar" bldFile="\sf\mw\serviceapi\sapi_calendar\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_contacts_vpbk">
-<component name="contactservice">
-<unit unitID="sf_mw_serviceapi_sapi_contacts_vpbk_contactservice" name="contactservice" bldFile="\sf\mw\serviceapi\sapi_contacts_vpbk\contactservice\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_contacts_vpbk">
-<component name="sapi_contacts_vpbk">
-<unit unitID="sf_mw_serviceapi_sapi_contacts_vpbk" name="sapi_contacts_vpbk" bldFile="\sf\mw\serviceapi\sapi_contacts_vpbk\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_landmarks">
-<component name="sapi_landmarks">
-<unit unitID="sf_mw_serviceapi_sapi_landmarks" name="sapi_landmarks" bldFile="\sf\mw\serviceapi\sapi_landmarks\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_landmarks">
-<component name="landmarksservice">
-<unit unitID="sf_mw_serviceapi_sapi_landmarks_landmarksservice" name="landmarksservice" bldFile="\sf\mw\serviceapi\sapi_landmarks\landmarksservice\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_location">
-<component name="sapi_location">
-<unit unitID="sf_mw_serviceapi_sapi_location" name="sapi_location" bldFile="\sf\mw\serviceapi\sapi_location\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_location">
-<component name="locationservice">
-<unit unitID="sf_mw_serviceapi_sapi_location_locationservice" name="locationservice" bldFile="\sf\mw\serviceapi\sapi_location\locationservice\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_logging">
-<component name="sapi_logging">
-<unit unitID="sf_mw_serviceapi_sapi_logging" name="sapi_logging" bldFile="\sf\mw\serviceapi\sapi_logging\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_logging">
-<component name="loggingservice">
-<unit unitID="sf_mw_serviceapi_sapi_logging_loggingservice" name="loggingservice" bldFile="\sf\mw\serviceapi\sapi_logging\loggingservice\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_mediamanagement">
-<component name="sapi_mediamanagement">
-<unit unitID="sf_mw_serviceapi_sapi_mediamanagement" name="sapi_mediamanagement" bldFile="\sf\mw\serviceapi\sapi_mediamanagement\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_mediamanagement">
-<component name="mediamanagementservice">
-<unit unitID="sf_mw_serviceapi_sapi_mediamanagement_mediamanagementservice" name="mediamanagementservice" bldFile="\sf\mw\serviceapi\sapi_mediamanagement\mediamanagementservice\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_messaging">
-<component name="sapi_messaging">
-<unit unitID="sf_mw_serviceapi_sapi_messaging" name="sapi_messaging" bldFile="\sf\mw\serviceapi\sapi_messaging\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_messaging">
-<component name="messagingservice">
-<unit unitID="sf_mw_serviceapi_sapi_messaging_messagingservice" name="messagingservice" bldFile="\sf\mw\serviceapi\sapi_messaging\messagingservice\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_sensor">
-<component name="sapi_sensor">
-<unit unitID="sf_mw_serviceapi_sapi_sensor" name="sapi_sensor" bldFile="\sf\mw\serviceapi\sapi_sensor\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_sensor">
-<component name="sensorservice">
-<unit unitID="sf_mw_serviceapi_sapi_sensor_sensorservice" name="sensorservice" bldFile="\sf\mw\serviceapi\sapi_sensor\sensorservice\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_sysinfo">
-<component name="sapi_sysinfo">
-<unit unitID="sf_mw_serviceapi_sapi_sysinfo" name="sapi_sysinfo" bldFile="\sf\mw\serviceapi\sapi_sysinfo\group" mrp=""/>
-</component>
-</module>
-<module name="sapi_sysinfo">
-<component name="sysinfoservice">
-<unit unitID="sf_mw_serviceapi_sapi_sysinfo_sysinfoservice" name="sysinfoservice" bldFile="\sf\mw\serviceapi\sapi_sysinfo\sysinfoservice\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="serviceapifw">
-<module name="serviceapifw">
-<component name="serviceapifw">
-<unit unitID="sf_mw_serviceapifw" name="serviceapifw" bldFile="\sf\mw\serviceapifw\group" mrp=""/>
-</component>
-</module>
-<module name="languageinterworkingfw">
-<component name="languageinterworkingfw">
-<unit unitID="sf_mw_serviceapifw_languageinterworkingfw" name="languageinterworkingfw" bldFile="\sf\mw\serviceapifw\languageinterworkingfw\group" mrp=""/>
-</component>
-</module>
-<module name="languageinterworkingfw">
-<component name="servicehandler">
-<unit unitID="sf_mw_serviceapifw_languageinterworkingfw_servicehandler" name="servicehandler" bldFile="\sf\mw\serviceapifw\languageinterworkingfw\servicehandler\group" mrp=""/>
-</component>
-</module>
-<module name="rtsecuritymanager">
-<component name="rtsecuritymanager">
-<unit unitID="sf_mw_serviceapifw_rtsecuritymanager" name="rtsecuritymanager" bldFile="\sf\mw\serviceapifw\rtsecuritymanager\group" mrp=""/>
-</component>
-</module>
-<module name="rtsecuritymanager">
-<component name="rtsecuritymanagerclient">
-<unit unitID="sf_mw_serviceapifw_rtsecuritymanager_rtsecuritymanagerclient" name="rtsecuritymanagerclient" bldFile="\sf\mw\serviceapifw\rtsecuritymanager\rtsecuritymanagerclient\group" mrp=""/>
-</component>
-</module>
-<module name="rtsecuritymanager">
-<component name="rtsecuritymanagerserver">
-<unit unitID="sf_mw_serviceapifw_rtsecuritymanager_rtsecuritymanagerserver" name="rtsecuritymanagerserver" bldFile="\sf\mw\serviceapifw\rtsecuritymanager\rtsecuritymanagerserver\group" mrp=""/>
-</component>
-</module>
-<module name="rtsecuritymanager">
-<component name="rtsecuritymanagerutil">
-<unit unitID="sf_mw_serviceapifw_rtsecuritymanager_rtsecuritymanagerutil" name="rtsecuritymanagerutil" bldFile="\sf\mw\serviceapifw\rtsecuritymanager\rtsecuritymanagerutil\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="serviceapifw_plat">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat" name="serviceapifw_plat" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="liw_criteria_api">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat_liw_criteria_api" name="liw_criteria_api" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\liw_criteria_api\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="liw_generic_parameter_api">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat_liw_generic_parameter_api" name="liw_generic_parameter_api" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\liw_generic_parameter_api\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="liw_provider_utility_api">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat_liw_provider_utility_api" name="liw_provider_utility_api" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\liw_provider_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="liw_service_handler_api">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat_liw_service_handler_api" name="liw_service_handler_api" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\liw_service_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="liw_service_interface_base_api">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat_liw_service_interface_base_api" name="liw_service_interface_base_api" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\liw_service_interface_base_api\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="liw_service_interface_menu_api">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat_liw_service_interface_menu_api" name="liw_service_interface_menu_api" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\liw_service_interface_menu_api\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="rtsecuritymanager_client_api">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat_rtsecuritymanager_client_api" name="rtsecuritymanager_client_api" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\rtsecuritymanager_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="rtsecuritymanager_common_api">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat_rtsecuritymanager_common_api" name="rtsecuritymanager_common_api" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\rtsecuritymanager_common_api\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_plat">
-<component name="rtsecuritymanager_utility_api">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_plat_rtsecuritymanager_utility_api" name="rtsecuritymanager_utility_api" bldFile="\sf\mw\serviceapifw\serviceapifw_plat\rtsecuritymanager_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="serviceapifw_pub">
-<component name="serviceapifw_pub">
-<unit unitID="sf_mw_serviceapifw_serviceapifw_pub" name="serviceapifw_pub" bldFile="\sf\mw\serviceapifw\serviceapifw_pub\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="shortlinkconn">
-<module name="shortlinkconn">
-<component name="shortlinkconn">
-<unit unitID="sf_mw_shortlinkconn" name="shortlinkconn" bldFile="\sf\mw\shortlinkconn\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="btaudioman">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_btaudioman" name="btaudioman" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btaudioman\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="btaudiostreamer">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_btaudiostreamer" name="btaudiostreamer" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btaudiostreamer\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="bteng">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_bteng" name="bteng" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bteng\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="bthidclient">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_bthidclient" name="bthidclient" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\bthidclient\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="bthidengplugin">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_bthidengplugin" name="bthidengplugin" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\bthidengplugin\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="bthidkbdsettings">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_bthidkbdsettings" name="bthidkbdsettings" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\bthidkbdsettings\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="bthidserver">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_bthidserver" name="bthidserver" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\bthidserver\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="bthid">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_bthid" name="bthid" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="keyboard">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_keyboard" name="keyboard" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\keyboard\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="layouts">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_layouts" name="layouts" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\layouts\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="manager">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_manager" name="manager" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\manager\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="mouse">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_mouse" name="mouse" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\mouse\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="hidmousedriver">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_hidmousedriver" name="hidmousedriver" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\mouse\hidmousedriver\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="PaintCursor">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_PaintCursor" name="PaintCursor" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\mouse\PaintCursor\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="Sesame_client">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_Sesame_client" name="Sesame_client" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\mouse\Sesame_client\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="Sesame_server">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_Sesame_server" name="Sesame_server" bldFile="\sf\mw\shortlinkconn\bluetoothengine\bthid\mouse\Sesame_server\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="btmac">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_btmac" name="btmac" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btmac\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="btnotif">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_btnotif" name="btnotif" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btnotif\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="btpbap">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_btpbap" name="btpbap" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btpbap\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="btsac">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_btsac" name="btsac" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btsac\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="btsap">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_btsap" name="btsap" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btsap\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="devmodel">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_devmodel" name="devmodel" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btui\devmodel\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="Ecom">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_Ecom" name="Ecom" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btui\Ecom\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="btui">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine_btui" name="btui" bldFile="\sf\mw\shortlinkconn\bluetoothengine\btui\group" mrp=""/>
-</component>
-</module>
-<module name="bluetoothengine">
-<component name="bluetoothengine">
-<unit unitID="sf_mw_shortlinkconn_bluetoothengine" name="bluetoothengine" bldFile="\sf\mw\shortlinkconn\bluetoothengine\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="atext">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_atext" name="atext" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\atext\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="client">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_client" name="client" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\dun\client\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="dun">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_dun" name="dun" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\dun\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="plugins">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_plugins" name="plugins" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\dun\plugins\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="server">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_server" name="server" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\dun\server\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="utils">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_utils" name="utils" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\dun\utils\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="generichid">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_generichid" name="generichid" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\generichid\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="localconnectivityservice">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice" name="localconnectivityservice" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="irapp">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_irapp" name="irapp" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\irapp\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="irappgsplugin">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_irappgsplugin" name="irappgsplugin" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\irapp\irappgsplugin\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="lcstylustap">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_lcstylustap" name="lcstylustap" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\lcstylustap\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="locod">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_locod" name="locod" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\locod\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="bip">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_bip" name="bip" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\obexreceiveservices\bip\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="obexreceiveservices">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_obexreceiveservices" name="obexreceiveservices" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\obexreceiveservices\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="mtmuibluetooth">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_mtmuibluetooth" name="mtmuibluetooth" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\obexreceiveservices\mtmuibluetooth\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="mtmuiinfrared">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_mtmuiinfrared" name="mtmuiinfrared" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\obexreceiveservices\mtmuiinfrared\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="opp">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_opp" name="opp" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\obexreceiveservices\opp\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="obexsendservices">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_obexsendservices" name="obexsendservices" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\obexsendservices\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="obexserviceman">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_obexserviceman" name="obexserviceman" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\obexserviceman\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="plugins">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_plugins_1" name="plugins_1" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\obexserviceman\plugins\group" mrp=""/>
-</component>
-</module>
-<module name="localconnectivityservice">
-<component name="utils">
-<unit unitID="sf_mw_shortlinkconn_localconnectivityservice_utils_1" name="utils_1" bldFile="\sf\mw\shortlinkconn\localconnectivityservice\obexserviceman\utils\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="at_command_handler_plugin_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_at_command_handler_plugin_api" name="at_command_handler_plugin_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\at_command_handler_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_dosserver_audio_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_dosserver_audio_api" name="bluetooth_dosserver_audio_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_dosserver_audio_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_dut_mode_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_dut_mode_api" name="bluetooth_dut_mode_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_dut_mode_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_engine_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_engine_api" name="bluetooth_engine_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_engine_connection_management_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_engine_connection_management_api" name="bluetooth_engine_connection_management_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_engine_connection_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_engine_device_management_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_engine_device_management_api" name="bluetooth_engine_device_management_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_engine_device_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_engine_discovery_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_engine_discovery_api" name="bluetooth_engine_discovery_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_engine_discovery_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_engine_plugin_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_engine_plugin_api" name="bluetooth_engine_plugin_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_engine_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_engine_settings_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_engine_settings_api" name="bluetooth_engine_settings_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_engine_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_local_variation_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_local_variation_api" name="bluetooth_local_variation_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_local_variation_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_notifier_internal_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_notifier_internal_api" name="bluetooth_notifier_internal_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_notifier_internal_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_sap_connection_state_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_sap_connection_state_api" name="bluetooth_sap_connection_state_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_sap_connection_state_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="bluetooth_secondary_display_notification_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_bluetooth_secondary_display_notification_api" name="bluetooth_secondary_display_notification_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\bluetooth_secondary_display_notification_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="dialup_connection_status_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_dialup_connection_status_api" name="dialup_connection_status_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\dialup_connection_status_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="dun_secondary_display_notification_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_dun_secondary_display_notification_api" name="dun_secondary_display_notification_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\dun_secondary_display_notification_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="shortlinkconn_plat">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat" name="shortlinkconn_plat" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="obex_secondary_display_notification_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_obex_secondary_display_notification_api" name="obex_secondary_display_notification_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\obex_secondary_display_notification_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="obex_service_plugin_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_obex_service_plugin_api" name="obex_service_plugin_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\obex_service_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="obex_service_utils_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_obex_service_utils_api" name="obex_service_utils_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\obex_service_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="pictbridge_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_pictbridge_api" name="pictbridge_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\pictbridge_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="ptp_responder_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_ptp_responder_api" name="ptp_responder_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\ptp_responder_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="ptp_server_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_ptp_server_api" name="ptp_server_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\ptp_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="ptp_transport_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_ptp_transport_api" name="ptp_transport_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\ptp_transport_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="usb_device_control_plugin_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_usb_device_control_plugin_api" name="usb_device_control_plugin_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\usb_device_control_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="usb_notifier_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_usb_notifier_api" name="usb_notifier_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\usb_notifier_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="usb_personality_api_header">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_usb_personality_api_header" name="usb_personality_api_header" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\usb_personality_api_header\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="usb_personality_plugin_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_usb_personality_plugin_api" name="usb_personality_plugin_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\usb_personality_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="usb_secondary_display_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_usb_secondary_display_api" name="usb_secondary_display_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\usb_secondary_display_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="usb_watcher_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_usb_watcher_api" name="usb_watcher_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\usb_watcher_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_plat">
-<component name="usb_watcher_info_api_header">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_plat_usb_watcher_info_api_header" name="usb_watcher_info_api_header" bldFile="\sf\mw\shortlinkconn\shortlinkconn_plat\usb_watcher_info_api_header\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_pub">
-<component name="bluetooth_notifier_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_pub_bluetooth_notifier_api" name="bluetooth_notifier_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_pub\bluetooth_notifier_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_pub">
-<component name="bluetooth_power_state_api">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_pub_bluetooth_power_state_api" name="bluetooth_power_state_api" bldFile="\sf\mw\shortlinkconn\shortlinkconn_pub\bluetooth_power_state_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinkconn_pub">
-<component name="shortlinkconn_pub">
-<unit unitID="sf_mw_shortlinkconn_shortlinkconn_pub" name="shortlinkconn_pub" bldFile="\sf\mw\shortlinkconn\shortlinkconn_pub\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="usbclasses">
-<unit unitID="sf_mw_shortlinkconn_usbclasses" name="usbclasses" bldFile="\sf\mw\shortlinkconn\usbclasses\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="pictbridgeengine">
-<unit unitID="sf_mw_shortlinkconn_usbclasses_pictbridgeengine" name="pictbridgeengine" bldFile="\sf\mw\shortlinkconn\usbclasses\pictbridgeengine\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="ptpserver">
-<unit unitID="sf_mw_shortlinkconn_usbclasses_ptpserver" name="ptpserver" bldFile="\sf\mw\shortlinkconn\usbclasses\ptpserver\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="ptpclasscontroller">
-<unit unitID="sf_mw_shortlinkconn_usbclasses_ptpclasscontroller" name="ptpclasscontroller" bldFile="\sf\mw\shortlinkconn\usbclasses\ptpserver\ptpclasscontroller\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="ptpstack">
-<unit unitID="sf_mw_shortlinkconn_usbclasses_ptpstack" name="ptpstack" bldFile="\sf\mw\shortlinkconn\usbclasses\ptpstack\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="sicdusbplugin">
-<unit unitID="sf_mw_shortlinkconn_usbclasses_sicdusbplugin" name="sicdusbplugin" bldFile="\sf\mw\shortlinkconn\usbclasses\sicdusbplugin\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="usbbasicpersonality">
-<unit unitID="sf_mw_shortlinkconn_usbclasses_usbbasicpersonality" name="usbbasicpersonality" bldFile="\sf\mw\shortlinkconn\usbclasses\usbbasicpersonality\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="usbmscpersonality">
-<unit unitID="sf_mw_shortlinkconn_usbclasses_usbmscpersonality" name="usbmscpersonality" bldFile="\sf\mw\shortlinkconn\usbclasses\usbmscpersonality\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="usbobexclasscontroller">
-<unit unitID="sf_mw_shortlinkconn_usbclasses_usbobexclasscontroller" name="usbobexclasscontroller" bldFile="\sf\mw\shortlinkconn\usbclasses\usbobexclasscontroller\group" mrp=""/>
-</component>
-</module>
-<module name="usbclasses">
-<component name="usbosdescriptorhandler">
-<unit unitID="sf_mw_shortlinkconn_usbclasses_usbosdescriptorhandler" name="usbosdescriptorhandler" bldFile="\sf\mw\shortlinkconn\usbclasses\usbosdescriptorhandler\group" mrp=""/>
-</component>
-</module>
-<module name="usbengines">
-<component name="usbengines">
-<unit unitID="sf_mw_shortlinkconn_usbengines" name="usbengines" bldFile="\sf\mw\shortlinkconn\usbengines\group" mrp=""/>
-</component>
-</module>
-<module name="usbengines">
-<component name="usbdevcon">
-<unit unitID="sf_mw_shortlinkconn_usbengines_usbdevcon" name="usbdevcon" bldFile="\sf\mw\shortlinkconn\usbengines\usbdevcon\group" mrp=""/>
-</component>
-</module>
-<module name="usbengines">
-<component name="usblocodplugin">
-<unit unitID="sf_mw_shortlinkconn_usbengines_usblocodplugin" name="usblocodplugin" bldFile="\sf\mw\shortlinkconn\usbengines\usblocodplugin\group" mrp=""/>
-</component>
-</module>
-<module name="usbengines">
-<component name="usbremotepersonality">
-<unit unitID="sf_mw_shortlinkconn_usbengines_usbremotepersonality" name="usbremotepersonality" bldFile="\sf\mw\shortlinkconn\usbengines\usbremotepersonality\group" mrp=""/>
-</component>
-</module>
-<module name="usbengines">
-<component name="usbwatcher">
-<unit unitID="sf_mw_shortlinkconn_usbengines_usbwatcher" name="usbwatcher" bldFile="\sf\mw\shortlinkconn\usbengines\usbwatcher\group" mrp=""/>
-</component>
-</module>
-<module name="usbuis">
-<component name="usbuis">
-<unit unitID="sf_mw_shortlinkconn_usbuis" name="usbuis" bldFile="\sf\mw\shortlinkconn\usbuis\group" mrp=""/>
-</component>
-</module>
-<module name="usbuis">
-<component name="imageprintui">
-<unit unitID="sf_mw_shortlinkconn_usbuis_imageprintui" name="imageprintui" bldFile="\sf\mw\shortlinkconn\usbuis\imageprintui\group" mrp=""/>
-</component>
-</module>
-<module name="usbuis">
-<component name="imageprintuiprovider">
-<unit unitID="sf_mw_shortlinkconn_usbuis_imageprintuiprovider" name="imageprintuiprovider" bldFile="\sf\mw\shortlinkconn\usbuis\imageprintuiprovider\group" mrp=""/>
-</component>
-</module>
-<module name="usbuis">
-<component name="usbui">
-<unit unitID="sf_mw_shortlinkconn_usbuis_usbui" name="usbui" bldFile="\sf\mw\shortlinkconn\usbuis\usbui\group" mrp=""/>
-</component>
-</module>
-<module name="usbuis">
-<component name="USBClassChangeUIPlugin">
-<unit unitID="sf_mw_shortlinkconn_usbuis_USBClassChangeUIPlugin" name="USBClassChangeUIPlugin" bldFile="\sf\mw\shortlinkconn\usbuis\usbui\USBClassChangeUIPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="usbuis">
-<component name="usbuinotif">
-<unit unitID="sf_mw_shortlinkconn_usbuis_usbuinotif" name="usbuinotif" bldFile="\sf\mw\shortlinkconn\usbuis\usbuinotif\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="svgt">
-<module name="svgt">
-<component name="svgt">
-<unit unitID="sf_mw_svgt" name="svgt" bldFile="\sf\mw\svgt\group" mrp=""/>
-</component>
-</module>
-<module name="svgt_plat">
-<component name="svgt_plat">
-<unit unitID="sf_mw_svgt_svgt_plat" name="svgt_plat" bldFile="\sf\mw\svgt\svgt_plat\group" mrp=""/>
-</component>
-</module>
-<module name="svgt_plat">
-<component name="nvg_api">
-<unit unitID="sf_mw_svgt_svgt_plat_nvg_api" name="nvg_api" bldFile="\sf\mw\svgt\svgt_plat\nvg_api\group" mrp=""/>
-</component>
-</module>
-<module name="svgt_plat">
-<component name="svgt_api">
-<unit unitID="sf_mw_svgt_svgt_plat_svgt_api" name="svgt_api" bldFile="\sf\mw\svgt\svgt_plat\svgt_api\group" mrp=""/>
-</component>
-</module>
-<module name="svgtopt">
-<component name="svgtopt">
-<unit unitID="sf_mw_svgt_svgtopt" name="svgtopt" bldFile="\sf\mw\svgt\svgtopt\Group" mrp=""/>
-</component>
-</module>
-<module name="svgtopt">
-<component name="SVGRecog">
-<unit unitID="sf_mw_svgt_svgtopt_SVGRecog" name="SVGRecog" bldFile="\sf\mw\svgt\svgtopt\SVG\SVGRecog\Group" mrp=""/>
-</component>
-</module>
-<module name="svgtopt">
-<component name="SVGTPlugin">
-<unit unitID="sf_mw_svgt_svgtopt_SVGTPlugin" name="SVGTPlugin" bldFile="\sf\mw\svgt\svgtopt\SVGTPlugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="uiaccelerator">
-<module name="uiaccelerator">
-<component name="uiaccelerator">
-<unit unitID="sf_mw_uiaccelerator" name="uiaccelerator" bldFile="\sf\mw\uiaccelerator\group" mrp=""/>
-</component>
-</module>
-<module name="inc">
-<component name="inc">
-<unit unitID="sf_mw_uiaccelerator_inc" name="inc" bldFile="\sf\mw\uiaccelerator\inc\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelerator_plat">
-<component name="alf_client_server_api">
-<unit unitID="sf_mw_uiaccelerator_uiaccelerator_plat_alf_client_server_api" name="alf_client_server_api" bldFile="\sf\mw\uiaccelerator\uiaccelerator_plat\alf_client_server_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelerator_plat">
-<component name="alf_core_toolkit_api">
-<unit unitID="sf_mw_uiaccelerator_uiaccelerator_plat_alf_core_toolkit_api" name="alf_core_toolkit_api" bldFile="\sf\mw\uiaccelerator\uiaccelerator_plat\alf_core_toolkit_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelerator_plat">
-<component name="alf_editors_api">
-<unit unitID="sf_mw_uiaccelerator_uiaccelerator_plat_alf_editors_api" name="alf_editors_api" bldFile="\sf\mw\uiaccelerator\uiaccelerator_plat\alf_editors_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelerator_plat">
-<component name="alf_extended_visual_api">
-<unit unitID="sf_mw_uiaccelerator_uiaccelerator_plat_alf_extended_visual_api" name="alf_extended_visual_api" bldFile="\sf\mw\uiaccelerator\uiaccelerator_plat\alf_extended_visual_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelerator_plat">
-<component name="alf_extension_api">
-<unit unitID="sf_mw_uiaccelerator_uiaccelerator_plat_alf_extension_api" name="alf_extension_api" bldFile="\sf\mw\uiaccelerator\uiaccelerator_plat\alf_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelerator_plat">
-<component name="alf_tracing_api">
-<unit unitID="sf_mw_uiaccelerator_uiaccelerator_plat_alf_tracing_api" name="alf_tracing_api" bldFile="\sf\mw\uiaccelerator\uiaccelerator_plat\alf_tracing_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelerator_plat">
-<component name="alf_visual_api">
-<unit unitID="sf_mw_uiaccelerator_uiaccelerator_plat_alf_visual_api" name="alf_visual_api" bldFile="\sf\mw\uiaccelerator\uiaccelerator_plat\alf_visual_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelerator_plat">
-<component name="uiaccelerator_plat">
-<unit unitID="sf_mw_uiaccelerator_uiaccelerator_plat" name="uiaccelerator_plat" bldFile="\sf\mw\uiaccelerator\uiaccelerator_plat\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelexampleapps">
-<component name="alfexanalogdialer">
-<unit unitID="sf_mw_uiaccelerator_uiaccelexampleapps_alfexanalogdialer" name="alfexanalogdialer" bldFile="\sf\mw\uiaccelerator\uiaccelexampleapps\alfexanalogdialer\group" mrp=""/>
-</component>
-</module>
-<module name="uiaccelexampleapps">
-<component name="alfexstickers">
-<unit unitID="sf_mw_uiaccelerator_uiaccelexampleapps_alfexstickers" name="alfexstickers" bldFile="\sf\mw\uiaccelerator\uiaccelexampleapps\alfexstickers\group" mrp=""/>
-</component>
-</module>
-<module name="uiacceltk">
-<component name="uiacceltk">
-<unit unitID="sf_mw_uiaccelerator_uiacceltk" name="uiacceltk" bldFile="\sf\mw\uiaccelerator\uiacceltk\group" mrp=""/>
-</component>
-</module>
-<module name="uiacceltk">
-<component name="coretoolkit">
-<unit unitID="sf_mw_uiaccelerator_uiacceltk_coretoolkit" name="coretoolkit" bldFile="\sf\mw\uiaccelerator\uiacceltk\hitchcock\coretoolkit\group" mrp=""/>
-</component>
-</module>
-<module name="uiacceltk">
-<component name="hitchcock">
-<unit unitID="sf_mw_uiaccelerator_uiacceltk_hitchcock" name="hitchcock" bldFile="\sf\mw\uiaccelerator\uiacceltk\hitchcock\group" mrp=""/>
-</component>
-</module>
-<module name="uiacceltk">
-<component name="alftranseffectplugin">
-<unit unitID="sf_mw_uiaccelerator_uiacceltk_alftranseffectplugin" name="alftranseffectplugin" bldFile="\sf\mw\uiaccelerator\uiacceltk\hitchcock\plugins\alftranseffect\alftranseffectplugin\group" mrp=""/>
-</component>
-</module>
-<module name="uiacceltk">
-<component name="Tracer">
-<unit unitID="sf_mw_uiaccelerator_uiacceltk_Tracer" name="Tracer" bldFile="\sf\mw\uiaccelerator\uiacceltk\hitchcock\Tracer\group" mrp=""/>
-</component>
-</module>
-<module name="uiacceltk">
-<component name="TraceExtClient">
-<unit unitID="sf_mw_uiaccelerator_uiacceltk_TraceExtClient" name="TraceExtClient" bldFile="\sf\mw\uiaccelerator\uiacceltk\hitchcock\Tracer\TraceExtClient\group" mrp=""/>
-</component>
-</module>
-<module name="uiacceltk">
-<component name="TraceExtPlugin">
-<unit unitID="sf_mw_uiaccelerator_uiacceltk_TraceExtPlugin" name="TraceExtPlugin" bldFile="\sf\mw\uiaccelerator\uiacceltk\hitchcock\Tracer\TraceExtPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="uiacceltk">
-<component name="widgeteditors">
-<unit unitID="sf_mw_uiaccelerator_uiacceltk_widgeteditors" name="widgeteditors" bldFile="\sf\mw\uiaccelerator\uiacceltk\widgeteditors\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="uiresources">
-<module name="uiresources">
-<component name="uiresources">
-<unit unitID="sf_mw_uiresources" name="uiresources" bldFile="\sf\mw\uiresources\group" mrp=""/>
-</component>
-</module>
-<module name="fontsupport">
-<component name="fontprovider">
-<unit unitID="sf_mw_uiresources_fontsupport_fontprovider" name="fontprovider" bldFile="\sf\mw\uiresources\fontsupport\fontprovider\Group" mrp=""/>
-</component>
-</module>
-<module name="fontsupport">
-<component name="fontutils">
-<unit unitID="sf_mw_uiresources_fontsupport_fontutils" name="fontutils" bldFile="\sf\mw\uiresources\fontsupport\fontutils\group" mrp=""/>
-</component>
-</module>
-<module name="fontsupport">
-<component name="fontsupport">
-<unit unitID="sf_mw_uiresources_fontsupport" name="fontsupport" bldFile="\sf\mw\uiresources\fontsupport\group" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="generated">
-<unit unitID="sf_mw_uiresources_layouts_generated" name="generated" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Nhd_akn_app">
-<unit unitID="sf_mw_uiresources_layouts_Nhd_akn_app" name="Nhd_akn_app" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Nhd_akn_app" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Nhd_uiaccel">
-<unit unitID="sf_mw_uiresources_layouts_Nhd_uiaccel" name="Nhd_uiaccel" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Nhd_uiaccel" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Qhd_touch_akn_app">
-<unit unitID="sf_mw_uiresources_layouts_Qhd_touch_akn_app" name="Qhd_touch_akn_app" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Qhd_touch_akn_app" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Qhd_touch_uiaccel">
-<unit unitID="sf_mw_uiresources_layouts_Qhd_touch_uiaccel" name="Qhd_touch_uiaccel" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Qhd_touch_uiaccel" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Qvga2_akn_app">
-<unit unitID="sf_mw_uiresources_layouts_Qvga2_akn_app" name="Qvga2_akn_app" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Qvga2_akn_app" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Qvga2_uiaccel">
-<unit unitID="sf_mw_uiresources_layouts_Qvga2_uiaccel" name="Qvga2_uiaccel" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Qvga2_uiaccel" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Qvga_akn_app">
-<unit unitID="sf_mw_uiresources_layouts_Qvga_akn_app" name="Qvga_akn_app" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Qvga_akn_app" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Qvga_uiaccel">
-<unit unitID="sf_mw_uiresources_layouts_Qvga_uiaccel" name="Qvga_uiaccel" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Qvga_uiaccel" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Vga3_akn_app">
-<unit unitID="sf_mw_uiresources_layouts_Vga3_akn_app" name="Vga3_akn_app" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Vga3_akn_app" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Vga3_uiaccel">
-<unit unitID="sf_mw_uiresources_layouts_Vga3_uiaccel" name="Vga3_uiaccel" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Vga3_uiaccel" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Vga_akn_app">
-<unit unitID="sf_mw_uiresources_layouts_Vga_akn_app" name="Vga_akn_app" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Vga_akn_app" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="Vga_uiaccel">
-<unit unitID="sf_mw_uiresources_layouts_Vga_uiaccel" name="Vga_uiaccel" bldFile="\sf\mw\uiresources\layouts\aknlayout2\generated\Vga_uiaccel" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="aknlayout2">
-<unit unitID="sf_mw_uiresources_layouts_aknlayout2" name="aknlayout2" bldFile="\sf\mw\uiresources\layouts\aknlayout2\group" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="CdlEngine">
-<unit unitID="sf_mw_uiresources_layouts_CdlEngine" name="CdlEngine" bldFile="\sf\mw\uiresources\layouts\cdl\CdlEngine\group" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="CdlServer">
-<unit unitID="sf_mw_uiresources_layouts_CdlServer" name="CdlServer" bldFile="\sf\mw\uiresources\layouts\cdl\CdlServer\group" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="CdlExplorer">
-<unit unitID="sf_mw_uiresources_layouts_CdlExplorer" name="CdlExplorer" bldFile="\sf\mw\uiresources\layouts\cdl\CdlUtils\CdlExplorer\group" mrp=""/>
-</component>
-</module>
-<module name="layouts">
-<component name="layouts">
-<unit unitID="sf_mw_uiresources_layouts" name="layouts" bldFile="\sf\mw\uiresources\layouts\group" mrp=""/>
-</component>
-</module>
-<module name="locales">
-<component name="locales">
-<unit unitID="sf_mw_uiresources_locales" name="locales" bldFile="\sf\mw\uiresources\locales\group" mrp=""/>
-</component>
-</module>
-<module name="locales">
-<component name="loce32">
-<unit unitID="sf_mw_uiresources_locales_loce32" name="loce32" bldFile="\sf\mw\uiresources\locales\loce32" mrp=""/>
-</component>
-</module>
-<module name="pictographs">
-<component name="AknPictograph">
-<unit unitID="sf_mw_uiresources_pictographs_AknPictograph" name="AknPictograph" bldFile="\sf\mw\uiresources\pictographs\AknPictograph\group" mrp=""/>
-</component>
-</module>
-<module name="pictographs">
-<component name="pregenerated">
-<unit unitID="sf_mw_uiresources_pictographs_pregenerated" name="pregenerated" bldFile="\sf\mw\uiresources\pictographs\AknPictograph\pregenerated" mrp=""/>
-</component>
-</module>
-<module name="pictographs">
-<component name="AknPictoBitmapBuilder">
-<unit unitID="sf_mw_uiresources_pictographs_AknPictoBitmapBuilder" name="AknPictoBitmapBuilder" bldFile="\sf\mw\uiresources\pictographs\AknPictograph\tools\AknPictoBitmapBuilder\group" mrp=""/>
-</component>
-</module>
-<module name="pictographs">
-<component name="pictographs">
-<unit unitID="sf_mw_uiresources_pictographs" name="pictographs" bldFile="\sf\mw\uiresources\pictographs\group" mrp=""/>
-</component>
-</module>
-<module name="skins">
-<component name="AknSkinContent">
-<unit unitID="sf_mw_uiresources_skins_AknSkinContent" name="AknSkinContent" bldFile="\sf\mw\uiresources\skins\AknSkinContent\group" mrp=""/>
-</component>
-</module>
-<module name="skins">
-<component name="MifIndexDll">
-<unit unitID="sf_mw_uiresources_skins_MifIndexDll" name="MifIndexDll" bldFile="\sf\mw\uiresources\skins\AknSkinContent\srcdata\scalableseries60skin\MifIndexDll" mrp=""/>
-</component>
-</module>
-<module name="skins">
-<component name="AknSkins">
-<unit unitID="sf_mw_uiresources_skins_AknSkins" name="AknSkins" bldFile="\sf\mw\uiresources\skins\AknSkins\group" mrp=""/>
-</component>
-</module>
-<module name="skins">
-<component name="skins">
-<unit unitID="sf_mw_uiresources_skins" name="skins" bldFile="\sf\mw\uiresources\skins\group" mrp=""/>
-</component>
-</module>
-<module name="uiconfig">
-<component name="uiconfig">
-<unit unitID="sf_mw_uiresources_uiconfig" name="uiconfig" bldFile="\sf\mw\uiresources\uiconfig\group" mrp=""/>
-</component>
-</module>
-<module name="uiconfig">
-<component name="s60config">
-<unit unitID="sf_mw_uiresources_uiconfig_s60config" name="s60config" bldFile="\sf\mw\uiresources\uiconfig\s60config\group" mrp=""/>
-</component>
-</module>
-<module name="uigraphics">
-<component name="AknIcon">
-<unit unitID="sf_mw_uiresources_uigraphics_AknIcon" name="AknIcon" bldFile="\sf\mw\uiresources\uigraphics\AknIcon\group" mrp=""/>
-</component>
-</module>
-<module name="uigraphics">
-<component name="Bitmaps2">
-<unit unitID="sf_mw_uiresources_uigraphics_Bitmaps2" name="Bitmaps2" bldFile="\sf\mw\uiresources\uigraphics\Bitmaps2\group" mrp=""/>
-</component>
-</module>
-<module name="uigraphics">
-<component name="uigraphics">
-<unit unitID="sf_mw_uiresources_uigraphics" name="uigraphics" bldFile="\sf\mw\uiresources\uigraphics\group" mrp=""/>
-</component>
-</module>
-<module name="uigraphics">
-<component name="OemNokia">
-<unit unitID="sf_mw_uiresources_uigraphics_OemNokia" name="OemNokia" bldFile="\sf\mw\uiresources\uigraphics\Icons\data\OemNokia\group" mrp=""/>
-</component>
-</module>
-<module name="uigraphics">
-<component name="Icons">
-<unit unitID="sf_mw_uiresources_uigraphics_Icons" name="Icons" bldFile="\sf\mw\uiresources\uigraphics\Icons\group" mrp=""/>
-</component>
-</module>
-<module name="uigraphics">
-<component name="palette">
-<unit unitID="sf_mw_uiresources_uigraphics_palette" name="palette" bldFile="\sf\mw\uiresources\uigraphics\palette\group" mrp=""/>
-</component>
-</module>
-<module name="uigraphics">
-<component name="VariatedBitmaps">
-<unit unitID="sf_mw_uiresources_uigraphics_VariatedBitmaps" name="VariatedBitmaps" bldFile="\sf\mw\uiresources\uigraphics\VariatedBitmaps\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="cdl_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_cdl_api" name="cdl_api" bldFile="\sf\mw\uiresources\uiresources_plat\cdl_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="extended_fonts_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_extended_fonts_api" name="extended_fonts_api" bldFile="\sf\mw\uiresources\uiresources_plat\extended_fonts_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="extended_skins_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_extended_skins_api" name="extended_skins_api" bldFile="\sf\mw\uiresources\uiresources_plat\extended_skins_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="graphic_configuration_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_graphic_configuration_api" name="graphic_configuration_api" bldFile="\sf\mw\uiresources\uiresources_plat\graphic_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="uiresources_plat">
-<unit unitID="sf_mw_uiresources_uiresources_plat" name="uiresources_plat" bldFile="\sf\mw\uiresources\uiresources_plat\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="language_code_definitions_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_language_code_definitions_api" name="language_code_definitions_api" bldFile="\sf\mw\uiresources\uiresources_plat\language_code_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="layout_data_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_layout_data_api" name="layout_data_api" bldFile="\sf\mw\uiresources\uiresources_plat\layout_data_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="layout_system_private_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_layout_system_private_api" name="layout_system_private_api" bldFile="\sf\mw\uiresources\uiresources_plat\layout_system_private_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="mifconv_definitions_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_mifconv_definitions_api" name="mifconv_definitions_api" bldFile="\sf\mw\uiresources\uiresources_plat\mifconv_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="mif_header_cdl_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_mif_header_cdl_api" name="mif_header_cdl_api" bldFile="\sf\mw\uiresources\uiresources_plat\mif_header_cdl_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="personalisation_and_skins_settings_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_personalisation_and_skins_settings_api" name="personalisation_and_skins_settings_api" bldFile="\sf\mw\uiresources\uiresources_plat\personalisation_and_skins_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="private_user_area_code_definitions_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_private_user_area_code_definitions_api" name="private_user_area_code_definitions_api" bldFile="\sf\mw\uiresources\uiresources_plat\private_user_area_code_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="skins_image_attributes_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_skins_image_attributes_api" name="skins_image_attributes_api" bldFile="\sf\mw\uiresources\uiresources_plat\skins_image_attributes_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="tfx_effect_setup_plugin_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_tfx_effect_setup_plugin_api" name="tfx_effect_setup_plugin_api" bldFile="\sf\mw\uiresources\uiresources_plat\tfx_effect_setup_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="tfx_server_controller_plugin_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_tfx_server_controller_plugin_api" name="tfx_server_controller_plugin_api" bldFile="\sf\mw\uiresources\uiresources_plat\tfx_server_controller_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="tfx_server_plugin_ids_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_tfx_server_plugin_ids_api" name="tfx_server_plugin_ids_api" bldFile="\sf\mw\uiresources\uiresources_plat\tfx_server_plugin_ids_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_plat">
-<component name="wallpaper_configuration_api">
-<unit unitID="sf_mw_uiresources_uiresources_plat_wallpaper_configuration_api" name="wallpaper_configuration_api" bldFile="\sf\mw\uiresources\uiresources_plat\wallpaper_configuration_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_pub">
-<component name="font_definition_api">
-<unit unitID="sf_mw_uiresources_uiresources_pub_font_definition_api" name="font_definition_api" bldFile="\sf\mw\uiresources\uiresources_pub\font_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_pub">
-<component name="graphics_api">
-<unit unitID="sf_mw_uiresources_uiresources_pub_graphics_api" name="graphics_api" bldFile="\sf\mw\uiresources\uiresources_pub\graphics_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_pub">
-<component name="uiresources_pub">
-<unit unitID="sf_mw_uiresources_uiresources_pub" name="uiresources_pub" bldFile="\sf\mw\uiresources\uiresources_pub\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_pub">
-<component name="layout_id_definitions_api">
-<unit unitID="sf_mw_uiresources_uiresources_pub_layout_id_definitions_api" name="layout_id_definitions_api" bldFile="\sf\mw\uiresources\uiresources_pub\layout_id_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_pub">
-<component name="pictograph_api">
-<unit unitID="sf_mw_uiresources_uiresources_pub_pictograph_api" name="pictograph_api" bldFile="\sf\mw\uiresources\uiresources_pub\pictograph_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_pub">
-<component name="scalable_icons_api">
-<unit unitID="sf_mw_uiresources_uiresources_pub_scalable_icons_api" name="scalable_icons_api" bldFile="\sf\mw\uiresources\uiresources_pub\scalable_icons_api\group" mrp=""/>
-</component>
-</module>
-<module name="uiresources_pub">
-<component name="skins_api">
-<unit unitID="sf_mw_uiresources_uiresources_pub_skins_api" name="skins_api" bldFile="\sf\mw\uiresources\uiresources_pub\skins_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="uitools">
-<module name="uitools">
-<component name="uitools">
-<unit unitID="sf_mw_uitools" name="uitools" bldFile="\sf\mw\uitools\group" mrp=""/>
-</component>
-</module>
-<module name="aknlayoutcompiler">
-<component name="aknlayoutcompiler">
-<unit unitID="sf_mw_uitools_aknlayoutcompiler" name="aknlayoutcompiler" bldFile="\sf\mw\uitools\aknlayoutcompiler\group" mrp=""/>
-</component>
-</module>
-<module name="cdlcompiler">
-<component name="cdlcompiler">
-<unit unitID="sf_mw_uitools_cdlcompiler" name="cdlcompiler" bldFile="\sf\mw\uitools\cdlcompiler\group" mrp=""/>
-</component>
-</module>
-<module name="cdlcompilertoolkit">
-<component name="cdlcompilertoolkit">
-<unit unitID="sf_mw_uitools_cdlcompilertoolkit" name="cdlcompilertoolkit" bldFile="\sf\mw\uitools\cdlcompilertoolkit\group" mrp=""/>
-</component>
-</module>
-<module name="gfxtools">
-<component name="Color">
-<unit unitID="sf_mw_uitools_gfxtools_Color" name="Color" bldFile="\sf\mw\uitools\gfxtools\Color\group" mrp=""/>
-</component>
-</module>
-<module name="gfxtools">
-<component name="gditools">
-<unit unitID="sf_mw_uitools_gfxtools_gditools" name="gditools" bldFile="\sf\mw\uitools\gfxtools\gditools\group" mrp=""/>
-</component>
-</module>
-<module name="gfxtools">
-<component name="gfxtools">
-<unit unitID="sf_mw_uitools_gfxtools" name="gfxtools" bldFile="\sf\mw\uitools\gfxtools\group" mrp=""/>
-</component>
-</module>
-<module name="reszip">
-<component name="reszip">
-<unit unitID="sf_mw_uitools_reszip" name="reszip" bldFile="\sf\mw\uitools\reszip\group" mrp=""/>
-</component>
-</module>
-<module name="skincompiler">
-<component name="AknSkinDescCompiler">
-<unit unitID="sf_mw_uitools_skincompiler_AknSkinDescCompiler" name="AknSkinDescCompiler" bldFile="\sf\mw\uitools\skincompiler\AknSkinDescCompiler\group" mrp=""/>
-</component>
-</module>
-<module name="skincompiler">
-<component name="skincompiler">
-<unit unitID="sf_mw_uitools_skincompiler" name="skincompiler" bldFile="\sf\mw\uitools\skincompiler\group" mrp=""/>
-</component>
-</module>
-<module name="svgtencoder">
-<component name="svgtencoder">
-<unit unitID="sf_mw_uitools_svgtencoder" name="svgtencoder" bldFile="\sf\mw\uitools\svgtencoder\group" mrp=""/>
-</component>
-</module>
-<module name="svgtencoder">
-<component name="standalone">
-<unit unitID="sf_mw_uitools_svgtencoder_standalone" name="standalone" bldFile="\sf\mw\uitools\svgtencoder\svgtenc\standalone\group" mrp=""/>
-</component>
-</module>
-<module name="toollibraries">
-<component name="Arabica">
-<unit unitID="sf_mw_uitools_toollibraries_Arabica" name="Arabica" bldFile="\sf\mw\uitools\toollibraries\Arabica\group" mrp=""/>
-</component>
-</module>
-<module name="toollibraries">
-<component name="toollibraries">
-<unit unitID="sf_mw_uitools_toollibraries" name="toollibraries" bldFile="\sf\mw\uitools\toollibraries\group" mrp=""/>
-</component>
-</module>
-<module name="toollibraries">
-<component name="XercesC">
-<unit unitID="sf_mw_uitools_toollibraries_XercesC" name="XercesC" bldFile="\sf\mw\uitools\toollibraries\XercesC\group" mrp=""/>
-</component>
-</module>
-<module name="uitools_plat">
-<component name="cdl_api">
-<unit unitID="sf_mw_uitools_uitools_plat_cdl_api" name="cdl_api" bldFile="\sf\mw\uitools\uitools_plat\cdl_api\group" mrp=""/>
-</component>
-</module>
-<module name="uitools_plat">
-<component name="uitools_plat">
-<unit unitID="sf_mw_uitools_uitools_plat" name="uitools_plat" bldFile="\sf\mw\uitools\uitools_plat\group" mrp=""/>
-</component>
-</module>
-<module name="uitools_plat">
-<component name="layout_system_private_api">
-<unit unitID="sf_mw_uitools_uitools_plat_layout_system_private_api" name="layout_system_private_api" bldFile="\sf\mw\uitools\uitools_plat\layout_system_private_api\group" mrp=""/>
-</component>
-</module>
-<module name="uitools_pub">
-<component name="uitools_pub">
-<unit unitID="sf_mw_uitools_uitools_pub" name="uitools_pub" bldFile="\sf\mw\uitools\uitools_pub\group" mrp=""/>
-</component>
-</module>
-<module name="uitools_pub">
-<component name="third_party_bitmap_palette_api">
-<unit unitID="sf_mw_uitools_uitools_pub_third_party_bitmap_palette_api" name="third_party_bitmap_palette_api" bldFile="\sf\mw\uitools\uitools_pub\third_party_bitmap_palette_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videoutils">
-<module name="videoutils">
-<component name="videoutils">
-<unit unitID="sf_mw_videoutils" name="videoutils" bldFile="\sf\mw\videoutils\group" mrp=""/>
-</component>
-</module>
-<module name="dvrengine">
-<component name="DvrRtpClipHandler">
-<unit unitID="sf_mw_videoutils_dvrengine_DvrRtpClipHandler" name="DvrRtpClipHandler" bldFile="\sf\mw\videoutils\dvrengine\CommonRecordingEngine\DvrRtpClipHandler\group" mrp=""/>
-</component>
-</module>
-<module name="dvrengine">
-<component name="DvrRtpClipRecognizer">
-<unit unitID="sf_mw_videoutils_dvrengine_DvrRtpClipRecognizer" name="DvrRtpClipRecognizer" bldFile="\sf\mw\videoutils\dvrengine\CommonRecordingEngine\DvrRtpClipRecognizer\group" mrp=""/>
-</component>
-</module>
-<module name="dvrengine">
-<component name="DvrRtpUtils">
-<unit unitID="sf_mw_videoutils_dvrengine_DvrRtpUtils" name="DvrRtpUtils" bldFile="\sf\mw\videoutils\dvrengine\CommonRecordingEngine\DvrRtpUtils\group" mrp=""/>
-</component>
-</module>
-<module name="dvrengine">
-<component name="DvrSdpParser">
-<unit unitID="sf_mw_videoutils_dvrengine_DvrSdpParser" name="DvrSdpParser" bldFile="\sf\mw\videoutils\dvrengine\CommonRecordingEngine\DvrSdpParser\group" mrp=""/>
-</component>
-</module>
-<module name="dvrengine">
-<component name="CommonRecordingEngine">
-<unit unitID="sf_mw_videoutils_dvrengine_CommonRecordingEngine" name="CommonRecordingEngine" bldFile="\sf\mw\videoutils\dvrengine\CommonRecordingEngine\group" mrp=""/>
-</component>
-</module>
-<module name="dvrengine">
-<component name="CommonRecordingEngineClient">
-<unit unitID="sf_mw_videoutils_dvrengine_CommonRecordingEngineClient" name="CommonRecordingEngineClient" bldFile="\sf\mw\videoutils\dvrengine\CommonRecordingEngineClient\group" mrp=""/>
-</component>
-</module>
-<module name="dvrengine">
-<component name="dvrengine">
-<unit unitID="sf_mw_videoutils_dvrengine" name="dvrengine" bldFile="\sf\mw\videoutils\dvrengine\group" mrp=""/>
-</component>
-</module>
-<module name="videoconnutility">
-<component name="connutilpsworker">
-<unit unitID="sf_mw_videoutils_videoconnutility_connutilpsworker" name="connutilpsworker" bldFile="\sf\mw\videoutils\videoconnutility\connutilpsworker\group" mrp=""/>
-</component>
-</module>
-<module name="videoconnutility">
-<component name="videoconnutility">
-<unit unitID="sf_mw_videoutils_videoconnutility" name="videoconnutility" bldFile="\sf\mw\videoutils\videoconnutility\group" mrp=""/>
-</component>
-</module>
-<module name="videoscheduler">
-<component name="videoscheduler">
-<unit unitID="sf_mw_videoutils_videoscheduler" name="videoscheduler" bldFile="\sf\mw\videoutils\videoscheduler\group" mrp=""/>
-</component>
-</module>
-<module name="videoscheduler">
-<component name="SchedulerClient">
-<unit unitID="sf_mw_videoutils_videoscheduler_SchedulerClient" name="SchedulerClient" bldFile="\sf\mw\videoutils\videoscheduler\SchedulerClient\group" mrp=""/>
-</component>
-</module>
-<module name="videoscheduler">
-<component name="SchedulerServer">
-<unit unitID="sf_mw_videoutils_videoscheduler_SchedulerServer" name="SchedulerServer" bldFile="\sf\mw\videoutils\videoscheduler\SchedulerServer\group" mrp=""/>
-</component>
-</module>
-<module name="videoutils_plat">
-<component name="dvrengine_api">
-<unit unitID="sf_mw_videoutils_videoutils_plat_dvrengine_api" name="dvrengine_api" bldFile="\sf\mw\videoutils\videoutils_plat\dvrengine_api\group" mrp=""/>
-</component>
-</module>
-<module name="videoutils_plat">
-<component name="videoutils_plat">
-<unit unitID="sf_mw_videoutils_videoutils_plat" name="videoutils_plat" bldFile="\sf\mw\videoutils\videoutils_plat\group" mrp=""/>
-</component>
-</module>
-<module name="videoutils_plat">
-<component name="videoconnutility_api">
-<unit unitID="sf_mw_videoutils_videoutils_plat_videoconnutility_api" name="videoconnutility_api" bldFile="\sf\mw\videoutils\videoutils_plat\videoconnutility_api\group" mrp=""/>
-</component>
-</module>
-<module name="videoutils_plat">
-<component name="videoscheduler_api">
-<unit unitID="sf_mw_videoutils_videoutils_plat_videoscheduler_api" name="videoscheduler_api" bldFile="\sf\mw\videoutils\videoutils_plat\videoscheduler_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="vpnclient">
-<module name="vpnclient">
-<component name="vpnclient">
-<unit unitID="sf_mw_vpnclient" name="vpnclient" bldFile="\sf\mw\vpnclient\group" mrp=""/>
-</component>
-</module>
-<module name="vpnapiimpl">
-<component name="vpnapiimpl">
-<unit unitID="sf_mw_vpnclient_vpnapiimpl" name="vpnapiimpl" bldFile="\sf\mw\vpnclient\vpnapiimpl\group" mrp=""/>
-</component>
-</module>
-<module name="vpnc_plat">
-<component name="vpnapi">
-<unit unitID="sf_mw_vpnclient_vpnc_plat_vpnapi" name="vpnapi" bldFile="\sf\mw\vpnclient\vpnc_plat\vpnapi\group" mrp=""/>
-</component>
-</module>
-<module name="vpnclient_sis">
-<component name="vpnclient_sis">
-<unit unitID="sf_mw_vpnclient_vpnclient_sis" name="vpnclient_sis" bldFile="\sf\mw\vpnclient\vpnclient_sis\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="acuagent">
-<unit unitID="sf_mw_vpnclient_vpnengine_acuagent" name="acuagent" bldFile="\sf\mw\vpnclient\vpnengine\acuagent\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="acuagentcrypto">
-<unit unitID="sf_mw_vpnclient_vpnengine_acuagentcrypto" name="acuagentcrypto" bldFile="\sf\mw\vpnclient\vpnengine\acuagentcrypto\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="acuagentmessage">
-<unit unitID="sf_mw_vpnclient_vpnengine_acuagentmessage" name="acuagentmessage" bldFile="\sf\mw\vpnclient\vpnengine\acuagentmessage\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="acuagenttransport">
-<unit unitID="sf_mw_vpnclient_vpnengine_acuagenttransport" name="acuagenttransport" bldFile="\sf\mw\vpnclient\vpnengine\acuagenttransport\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="acuins">
-<unit unitID="sf_mw_vpnclient_vpnengine_acuins" name="acuins" bldFile="\sf\mw\vpnclient\vpnengine\acuins\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="acupluginlib">
-<unit unitID="sf_mw_vpnclient_vpnengine_acupluginlib" name="acupluginlib" bldFile="\sf\mw\vpnclient\vpnengine\acupluginlib\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="dmadengine">
-<unit unitID="sf_mw_vpnclient_vpnengine_dmadengine" name="dmadengine" bldFile="\sf\mw\vpnclient\vpnengine\dmadengine\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="dmadipsecvpn">
-<unit unitID="sf_mw_vpnclient_vpnengine_dmadipsecvpn" name="dmadipsecvpn" bldFile="\sf\mw\vpnclient\vpnengine\dmadipsecvpn\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="dmadpki">
-<unit unitID="sf_mw_vpnclient_vpnengine_dmadpki" name="dmadpki" bldFile="\sf\mw\vpnclient\vpnengine\dmadpki\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="eventmediator">
-<unit unitID="sf_mw_vpnclient_vpnengine_eventmediator" name="eventmediator" bldFile="\sf\mw\vpnclient\vpnengine\eventmediator\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="eventmediatorapi">
-<unit unitID="sf_mw_vpnclient_vpnengine_eventmediatorapi" name="eventmediatorapi" bldFile="\sf\mw\vpnclient\vpnengine\eventmediatorapi\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="eventviewer">
-<unit unitID="sf_mw_vpnclient_vpnengine_eventviewer" name="eventviewer" bldFile="\sf\mw\vpnclient\vpnengine\eventviewer\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="ikecert">
-<unit unitID="sf_mw_vpnclient_vpnengine_ikecert" name="ikecert" bldFile="\sf\mw\vpnclient\vpnengine\ikecert\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="ikepolparser">
-<unit unitID="sf_mw_vpnclient_vpnengine_ikepolparser" name="ikepolparser" bldFile="\sf\mw\vpnclient\vpnengine\ikepolparser\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="ikesocketplugin">
-<unit unitID="sf_mw_vpnclient_vpnengine_ikesocketplugin" name="ikesocketplugin" bldFile="\sf\mw\vpnclient\vpnengine\ikesocketplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="ikeutils">
-<unit unitID="sf_mw_vpnclient_vpnengine_ikeutils" name="ikeutils" bldFile="\sf\mw\vpnclient\vpnengine\ikeutils\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="ikev1lib">
-<unit unitID="sf_mw_vpnclient_vpnengine_ikev1lib" name="ikev1lib" bldFile="\sf\mw\vpnclient\vpnengine\ikev1lib\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="ikev2lib">
-<unit unitID="sf_mw_vpnclient_vpnengine_ikev2lib" name="ikev2lib" bldFile="\sf\mw\vpnclient\vpnengine\ikev2lib\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="ipsecacuplugin">
-<unit unitID="sf_mw_vpnclient_vpnengine_ipsecacuplugin" name="ipsecacuplugin" bldFile="\sf\mw\vpnclient\vpnengine\ipsecacuplugin\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="kmdapi">
-<unit unitID="sf_mw_vpnclient_vpnengine_kmdapi" name="kmdapi" bldFile="\sf\mw\vpnclient\vpnengine\kmdapi\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="kmdserver">
-<unit unitID="sf_mw_vpnclient_vpnengine_kmdserver" name="kmdserver" bldFile="\sf\mw\vpnclient\vpnengine\kmdserver\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="pkiservice">
-<unit unitID="sf_mw_vpnclient_vpnengine_pkiservice" name="pkiservice" bldFile="\sf\mw\vpnclient\vpnengine\pkiservice\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="pkiserviceapi">
-<unit unitID="sf_mw_vpnclient_vpnengine_pkiserviceapi" name="pkiserviceapi" bldFile="\sf\mw\vpnclient\vpnengine\pkiserviceapi\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="sit">
-<unit unitID="sf_mw_vpnclient_vpnengine_sit" name="sit" bldFile="\sf\mw\vpnclient\vpnengine\sit\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="utlbase64">
-<unit unitID="sf_mw_vpnclient_vpnengine_utlbase64" name="utlbase64" bldFile="\sf\mw\vpnclient\vpnengine\utlbase64\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="utlcrypto">
-<unit unitID="sf_mw_vpnclient_vpnengine_utlcrypto" name="utlcrypto" bldFile="\sf\mw\vpnclient\vpnengine\utlcrypto\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="utlpkcs10">
-<unit unitID="sf_mw_vpnclient_vpnengine_utlpkcs10" name="utlpkcs10" bldFile="\sf\mw\vpnclient\vpnengine\utlpkcs10\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="utlpkcs12">
-<unit unitID="sf_mw_vpnclient_vpnengine_utlpkcs12" name="utlpkcs12" bldFile="\sf\mw\vpnclient\vpnengine\utlpkcs12\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="utlxml">
-<unit unitID="sf_mw_vpnclient_vpnengine_utlxml" name="utlxml" bldFile="\sf\mw\vpnclient\vpnengine\utlxml\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="vpnawapi">
-<unit unitID="sf_mw_vpnclient_vpnengine_vpnawapi" name="vpnawapi" bldFile="\sf\mw\vpnclient\vpnengine\vpnawapi\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="vpncleaner">
-<unit unitID="sf_mw_vpnclient_vpnengine_vpncleaner" name="vpncleaner" bldFile="\sf\mw\vpnclient\vpnengine\vpncleaner\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="vpnconnagt">
-<unit unitID="sf_mw_vpnclient_vpnengine_vpnconnagt" name="vpnconnagt" bldFile="\sf\mw\vpnclient\vpnengine\vpnconnagt\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="vpnextapi">
-<unit unitID="sf_mw_vpnclient_vpnengine_vpnextapi" name="vpnextapi" bldFile="\sf\mw\vpnclient\vpnengine\vpnextapi\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="vpnins">
-<unit unitID="sf_mw_vpnclient_vpnengine_vpnins" name="vpnins" bldFile="\sf\mw\vpnclient\vpnengine\vpnins\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="vpnipsecpolparser">
-<unit unitID="sf_mw_vpnclient_vpnengine_vpnipsecpolparser" name="vpnipsecpolparser" bldFile="\sf\mw\vpnclient\vpnengine\vpnipsecpolparser\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="vpnmanager">
-<unit unitID="sf_mw_vpnclient_vpnengine_vpnmanager" name="vpnmanager" bldFile="\sf\mw\vpnclient\vpnengine\vpnmanager\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="vpnnif">
-<unit unitID="sf_mw_vpnclient_vpnengine_vpnnif" name="vpnnif" bldFile="\sf\mw\vpnclient\vpnengine\vpnnif\group" mrp=""/>
-</component>
-</module>
-<module name="vpnengine">
-<component name="vpntcwrapper">
-<unit unitID="sf_mw_vpnclient_vpnengine_vpntcwrapper" name="vpntcwrapper" bldFile="\sf\mw\vpnclient\vpnengine\vpntcwrapper\group" mrp=""/>
-</component>
-</module>
-<module name="vpnui">
-<component name="vpndialogmanager">
-<unit unitID="sf_mw_vpnclient_vpnui_vpndialogmanager" name="vpndialogmanager" bldFile="\sf\mw\vpnclient\vpnui\vpndialogmanager\group" mrp=""/>
-</component>
-</module>
-<module name="vpnui">
-<component name="vpnecomnotifier">
-<unit unitID="sf_mw_vpnclient_vpnui_vpnecomnotifier" name="vpnecomnotifier" bldFile="\sf\mw\vpnclient\vpnui\vpnecomnotifier\group" mrp=""/>
-</component>
-</module>
-<module name="vpnui">
-<component name="vpnmanagementui">
-<unit unitID="sf_mw_vpnclient_vpnui_vpnmanagementui" name="vpnmanagementui" bldFile="\sf\mw\vpnclient\vpnui\vpnmanagementui\group" mrp=""/>
-</component>
-</module>
-<module name="vpnui">
-<component name="vpnpolicyrecognizer">
-<unit unitID="sf_mw_vpnclient_vpnui_vpnpolicyrecognizer" name="vpnpolicyrecognizer" bldFile="\sf\mw\vpnclient\vpnui\vpnpolicyrecognizer\group" mrp=""/>
-</component>
-</module>
-<module name="vpnui">
-<component name="vpnpolins">
-<unit unitID="sf_mw_vpnclient_vpnui_vpnpolins" name="vpnpolins" bldFile="\sf\mw\vpnclient\vpnui\vpnpolins\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="web">
-<module name="web">
-<component name="web">
-<unit unitID="sf_mw_web" name="web" bldFile="\sf\mw\web\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="aiwbrowserprovider">
-<unit unitID="sf_mw_web_browserutilities_aiwbrowserprovider" name="aiwbrowserprovider" bldFile="\sf\mw\web\browserutilities\aiwbrowserprovider\Group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="browserdialogsprovider">
-<unit unitID="sf_mw_web_browserutilities_browserdialogsprovider" name="browserdialogsprovider" bldFile="\sf\mw\web\browserutilities\browserdialogsprovider\Group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="browsertelservice">
-<unit unitID="sf_mw_web_browserutilities_browsertelservice" name="browsertelservice" bldFile="\sf\mw\web\browserutilities\browsertelservice\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="connectionmanager">
-<unit unitID="sf_mw_web_browserutilities_connectionmanager" name="connectionmanager" bldFile="\sf\mw\web\browserutilities\connectionmanager\Group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="cxmllibrary">
-<unit unitID="sf_mw_web_browserutilities_cxmllibrary" name="cxmllibrary" bldFile="\sf\mw\web\browserutilities\cxmllibrary\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="DownloadMgrClntSrv">
-<unit unitID="sf_mw_web_browserutilities_DownloadMgrClntSrv" name="DownloadMgrClntSrv" bldFile="\sf\mw\web\browserutilities\downloadmgr\DownloadMgrClntSrv\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="DownloadMgrServEng">
-<unit unitID="sf_mw_web_browserutilities_DownloadMgrServEng" name="DownloadMgrServEng" bldFile="\sf\mw\web\browserutilities\downloadmgr\DownloadMgrServEng\Group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="DownloadMgrUiLib">
-<unit unitID="sf_mw_web_browserutilities_DownloadMgrUiLib" name="DownloadMgrUiLib" bldFile="\sf\mw\web\browserutilities\downloadmgr\DownloadMgrUiLib\Group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="downloadmgr">
-<unit unitID="sf_mw_web_browserutilities_downloadmgr" name="downloadmgr" bldFile="\sf\mw\web\browserutilities\downloadmgr\Group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="ClientServer">
-<unit unitID="sf_mw_web_browserutilities_ClientServer" name="ClientServer" bldFile="\sf\mw\web\browserutilities\favouritesengine\ClientServer\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="favouritesengine">
-<unit unitID="sf_mw_web_browserutilities_favouritesengine" name="favouritesengine" bldFile="\sf\mw\web\browserutilities\favouritesengine\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="Api">
-<unit unitID="sf_mw_web_browserutilities_Api" name="Api" bldFile="\sf\mw\web\browserutilities\feedsengine\FeedsServer\Api\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="Reconizer">
-<unit unitID="sf_mw_web_browserutilities_Reconizer" name="Reconizer" bldFile="\sf\mw\web\browserutilities\feedsengine\FeedsServer\Reconizer\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="feedsengine">
-<unit unitID="sf_mw_web_browserutilities_feedsengine" name="feedsengine" bldFile="\sf\mw\web\browserutilities\feedsengine\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="browserutilities">
-<unit unitID="sf_mw_web_browserutilities" name="browserutilities" bldFile="\sf\mw\web\browserutilities\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="multipartparser">
-<unit unitID="sf_mw_web_browserutilities_multipartparser" name="multipartparser" bldFile="\sf\mw\web\browserutilities\multipartparser\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="recenturlstore">
-<unit unitID="sf_mw_web_browserutilities_recenturlstore" name="recenturlstore" bldFile="\sf\mw\web\browserutilities\recenturlstore\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="schemehandler">
-<unit unitID="sf_mw_web_browserutilities_schemehandler" name="schemehandler" bldFile="\sf\mw\web\browserutilities\schemehandler\Group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="SchemeApp">
-<unit unitID="sf_mw_web_browserutilities_SchemeApp" name="SchemeApp" bldFile="\sf\mw\web\browserutilities\schemehandler\SchemeApp\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="SchemeDispatcher">
-<unit unitID="sf_mw_web_browserutilities_SchemeDispatcher" name="SchemeDispatcher" bldFile="\sf\mw\web\browserutilities\schemehandler\SchemeDispatcher\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="webutils">
-<unit unitID="sf_mw_web_browserutilities_webutils" name="webutils" bldFile="\sf\mw\web\browserutilities\webutils\group" mrp=""/>
-</component>
-</module>
-<module name="browserutilities">
-<component name="xmlparser">
-<unit unitID="sf_mw_web_browserutilities_xmlparser" name="xmlparser" bldFile="\sf\mw\web\browserutilities\xmlparser\group" mrp=""/>
-</component>
-</module>
-<module name="codhandler">
-<component name="coddownload">
-<unit unitID="sf_mw_web_codhandler_coddownload" name="coddownload" bldFile="\sf\mw\web\codhandler\coddownload\group" mrp=""/>
-</component>
-</module>
-<module name="codhandler">
-<component name="codeng">
-<unit unitID="sf_mw_web_codhandler_codeng" name="codeng" bldFile="\sf\mw\web\codhandler\codeng\group" mrp=""/>
-</component>
-</module>
-<module name="codhandler">
-<component name="codrecog">
-<unit unitID="sf_mw_web_codhandler_codrecog" name="codrecog" bldFile="\sf\mw\web\codhandler\codrecog\group" mrp=""/>
-</component>
-</module>
-<module name="codhandler">
-<component name="codui">
-<unit unitID="sf_mw_web_codhandler_codui" name="codui" bldFile="\sf\mw\web\codhandler\codui\group" mrp=""/>
-</component>
-</module>
-<module name="codhandler">
-<component name="codviewer">
-<unit unitID="sf_mw_web_codhandler_codviewer" name="codviewer" bldFile="\sf\mw\web\codhandler\codviewer\group" mrp=""/>
-</component>
-</module>
-<module name="codhandler">
-<component name="ddrecog">
-<unit unitID="sf_mw_web_codhandler_ddrecog" name="ddrecog" bldFile="\sf\mw\web\codhandler\ddrecog\group" mrp=""/>
-</component>
-</module>
-<module name="codhandler">
-<component name="ddviewer">
-<unit unitID="sf_mw_web_codhandler_ddviewer" name="ddviewer" bldFile="\sf\mw\web\codhandler\ddviewer\group" mrp=""/>
-</component>
-</module>
-<module name="codhandler">
-<component name="codhandler">
-<unit unitID="sf_mw_web_codhandler" name="codhandler" bldFile="\sf\mw\web\codhandler\group" mrp=""/>
-</component>
-</module>
-<module name="codhandler">
-<component name="roapapp">
-<unit unitID="sf_mw_web_codhandler_roapapp" name="roapapp" bldFile="\sf\mw\web\codhandler\roapapp\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="aiw_browser_provider_api">
-<unit unitID="sf_mw_web_web_plat_aiw_browser_provider_api" name="aiw_browser_provider_api" bldFile="\sf\mw\web\web_plat\aiw_browser_provider_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="browser_dialogs_provider_api">
-<unit unitID="sf_mw_web_web_plat_browser_dialogs_provider_api" name="browser_dialogs_provider_api" bldFile="\sf\mw\web\web_plat\browser_dialogs_provider_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="browser_platform_api">
-<unit unitID="sf_mw_web_web_plat_browser_platform_api" name="browser_platform_api" bldFile="\sf\mw\web\web_plat\browser_platform_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="cod_handler_api">
-<unit unitID="sf_mw_web_web_plat_cod_handler_api" name="cod_handler_api" bldFile="\sf\mw\web\web_plat\cod_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="connection_manager_api">
-<unit unitID="sf_mw_web_web_plat_connection_manager_api" name="connection_manager_api" bldFile="\sf\mw\web\web_plat\connection_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="cxml_library_api">
-<unit unitID="sf_mw_web_web_plat_cxml_library_api" name="cxml_library_api" bldFile="\sf\mw\web\web_plat\cxml_library_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="download_mgr_client_api_extn">
-<unit unitID="sf_mw_web_web_plat_download_mgr_client_api_extn" name="download_mgr_client_api_extn" bldFile="\sf\mw\web\web_plat\download_mgr_client_api_extn\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="feeds_engine_api">
-<unit unitID="sf_mw_web_web_plat_feeds_engine_api" name="feeds_engine_api" bldFile="\sf\mw\web\web_plat\feeds_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="web_plat">
-<unit unitID="sf_mw_web_web_plat" name="web_plat" bldFile="\sf\mw\web\web_plat\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="launcher_api">
-<unit unitID="sf_mw_web_web_plat_launcher_api" name="launcher_api" bldFile="\sf\mw\web\web_plat\launcher_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="multipart_parser_api">
-<unit unitID="sf_mw_web_web_plat_multipart_parser_api" name="multipart_parser_api" bldFile="\sf\mw\web\web_plat\multipart_parser_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="recent_url_store_api">
-<unit unitID="sf_mw_web_web_plat_recent_url_store_api" name="recent_url_store_api" bldFile="\sf\mw\web\web_plat\recent_url_store_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="rt_gesturehelper_api">
-<unit unitID="sf_mw_web_web_plat_rt_gesturehelper_api" name="rt_gesturehelper_api" bldFile="\sf\mw\web\web_plat\rt_gesturehelper_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="scheme_handler_plugin_api">
-<unit unitID="sf_mw_web_web_plat_scheme_handler_plugin_api" name="scheme_handler_plugin_api" bldFile="\sf\mw\web\web_plat\scheme_handler_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="scriptable_plugin_api">
-<unit unitID="sf_mw_web_web_plat_scriptable_plugin_api" name="scriptable_plugin_api" bldFile="\sf\mw\web\web_plat\scriptable_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="webutils_api">
-<unit unitID="sf_mw_web_web_plat_webutils_api" name="webutils_api" bldFile="\sf\mw\web\web_plat\webutils_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="widget_registry_api">
-<unit unitID="sf_mw_web_web_plat_widget_registry_api" name="widget_registry_api" bldFile="\sf\mw\web\web_plat\widget_registry_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_plat">
-<component name="xml_parser_api">
-<unit unitID="sf_mw_web_web_plat_xml_parser_api" name="xml_parser_api" bldFile="\sf\mw\web\web_plat\xml_parser_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_pub">
-<component name="browser_control_api">
-<unit unitID="sf_mw_web_web_pub_browser_control_api" name="browser_control_api" bldFile="\sf\mw\web\web_pub\browser_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_pub">
-<component name="browser_plugin_api">
-<unit unitID="sf_mw_web_web_pub_browser_plugin_api" name="browser_plugin_api" bldFile="\sf\mw\web\web_pub\browser_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_pub">
-<component name="download_mgr_client_api">
-<unit unitID="sf_mw_web_web_pub_download_mgr_client_api" name="download_mgr_client_api" bldFile="\sf\mw\web\web_pub\download_mgr_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_pub">
-<component name="download_mgr_ui_api">
-<unit unitID="sf_mw_web_web_pub_download_mgr_ui_api" name="download_mgr_ui_api" bldFile="\sf\mw\web\web_pub\download_mgr_ui_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_pub">
-<component name="favourites_engine_api">
-<unit unitID="sf_mw_web_web_pub_favourites_engine_api" name="favourites_engine_api" bldFile="\sf\mw\web\web_pub\favourites_engine_api\group" mrp=""/>
-</component>
-</module>
-<module name="web_pub">
-<component name="web_pub">
-<unit unitID="sf_mw_web_web_pub" name="web_pub" bldFile="\sf\mw\web\web_pub\group" mrp=""/>
-</component>
-</module>
-<module name="web_pub">
-<component name="settings_api">
-<unit unitID="sf_mw_web_web_pub_settings_api" name="settings_api" bldFile="\sf\mw\web\web_pub\settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="browserrecognizers">
-<unit unitID="sf_mw_web_webengine_browserrecognizers" name="browserrecognizers" bldFile="\sf\mw\web\webengine\browserrecognizers\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="device">
-<unit unitID="sf_mw_web_webengine_device" name="device" bldFile="\sf\mw\web\webengine\device\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="webengine">
-<unit unitID="sf_mw_web_webengine" name="webengine" bldFile="\sf\mw\web\webengine\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="memoryplugin">
-<unit unitID="sf_mw_web_webengine_memoryplugin" name="memoryplugin" bldFile="\sf\mw\web\webengine\memoryplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="cache">
-<unit unitID="sf_mw_web_webengine_cache" name="cache" bldFile="\sf\mw\web\webengine\osswebengine\cache\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="MemoryManager">
-<unit unitID="sf_mw_web_webengine_MemoryManager" name="MemoryManager" bldFile="\sf\mw\web\webengine\osswebengine\MemoryManager\Group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="npscript">
-<unit unitID="sf_mw_web_webengine_npscript" name="npscript" bldFile="\sf\mw\web\webengine\osswebengine\npscript\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60" name="s60" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_browserengine" name="s60_browserengine" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\browserengine" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_JavaScriptCore" name="s60_JavaScriptCore" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\JavaScriptCore" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_libxml2" name="s60_libxml2" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\libxml2" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_plugins" name="s60_plugins" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\plugins" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore" name="s60_webcore" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_bindings" name="s60_webcore_bindings" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\bindings" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_bridge" name="s60_webcore_bridge" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\bridge" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_DerivedSources" name="s60_webcore_DerivedSources" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\DerivedSources" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_dom" name="s60_webcore_dom" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\dom" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_editing" name="s60_webcore_editing" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\editing" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_history" name="s60_webcore_history" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\history" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_html" name="s60_webcore_html" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\html" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_loader" name="s60_webcore_loader" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\loader" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_page" name="s60_webcore_page" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\page" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_platform" name="s60_webcore_platform" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\platform" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_rendering" name="s60_webcore_rendering" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\rendering" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_webcorecss" name="s60_webcore_webcorecss" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\webcorecss" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webcore_xml" name="s60_webcore_xml" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webcore\xml" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="s60">
-<unit unitID="sf_mw_web_webengine_s60_webkit" name="s60_webkit" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\group\webkit" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="webview_api_test">
-<unit unitID="sf_mw_web_webengine_webview_api_test" name="webview_api_test" bldFile="\sf\mw\web\webengine\osswebengine\WebKit\s60\webview\webview_api_test\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="pagescaler">
-<unit unitID="sf_mw_web_webengine_pagescaler" name="pagescaler" bldFile="\sf\mw\web\webengine\pagescaler\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="webkitutils">
-<unit unitID="sf_mw_web_webengine_webkitutils" name="webkitutils" bldFile="\sf\mw\web\webengine\webkitutils\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="rt_gesturehelper">
-<unit unitID="sf_mw_web_webengine_rt_gesturehelper" name="rt_gesturehelper" bldFile="\sf\mw\web\webengine\webkitutils\rt_gesturehelper\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="widgetbackuprestore">
-<unit unitID="sf_mw_web_webengine_widgetbackuprestore" name="widgetbackuprestore" bldFile="\sf\mw\web\webengine\widgetbackuprestore\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="widgetengine">
-<unit unitID="sf_mw_web_webengine_widgetengine" name="widgetengine" bldFile="\sf\mw\web\webengine\widgetengine\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="widgetinstaller">
-<unit unitID="sf_mw_web_webengine_widgetinstaller" name="widgetinstaller" bldFile="\sf\mw\web\webengine\widgetinstaller\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="widgetmemoryplugin">
-<unit unitID="sf_mw_web_webengine_widgetmemoryplugin" name="widgetmemoryplugin" bldFile="\sf\mw\web\webengine\widgetmemoryplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="widgetregistry">
-<unit unitID="sf_mw_web_webengine_widgetregistry" name="widgetregistry" bldFile="\sf\mw\web\webengine\widgetregistry\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine" name="wmlengine" bldFile="\sf\mw\web\webengine\wmlengine\group" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_adt" name="wmlengine_adt" bldFile="\sf\mw\web\webengine\wmlengine\group\adt" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_browser" name="wmlengine_browser" bldFile="\sf\mw\web\webengine\wmlengine\group\browser" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_css" name="wmlengine_css" bldFile="\sf\mw\web\webengine\wmlengine\group\css" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_evt" name="wmlengine_evt" bldFile="\sf\mw\web\webengine\wmlengine\group\evt" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_fbox" name="wmlengine_fbox" bldFile="\sf\mw\web\webengine\wmlengine\group\fbox" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_fileloader" name="wmlengine_fileloader" bldFile="\sf\mw\web\webengine\wmlengine\group\fileloader" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_gdi" name="wmlengine_gdi" bldFile="\sf\mw\web\webengine\wmlengine\group\gdi" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_hed" name="wmlengine_hed" bldFile="\sf\mw\web\webengine\wmlengine\group\hed" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_htmlp" name="wmlengine_htmlp" bldFile="\sf\mw\web\webengine\wmlengine\group\htmlp" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_image" name="wmlengine_image" bldFile="\sf\mw\web\webengine\wmlengine\group\image" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_imagech" name="wmlengine_imagech" bldFile="\sf\mw\web\webengine\wmlengine\group\imagech" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_lmgr" name="wmlengine_lmgr" bldFile="\sf\mw\web\webengine\wmlengine\group\lmgr" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_markup" name="wmlengine_markup" bldFile="\sf\mw\web\webengine\wmlengine\group\markup" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_Msg" name="wmlengine_Msg" bldFile="\sf\mw\web\webengine\wmlengine\group\Msg" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_object" name="wmlengine_object" bldFile="\sf\mw\web\webengine\wmlengine\group\object" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_script" name="wmlengine_script" bldFile="\sf\mw\web\webengine\wmlengine\group\script" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_system" name="wmlengine_system" bldFile="\sf\mw\web\webengine\wmlengine\group\system" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_text" name="wmlengine_text" bldFile="\sf\mw\web\webengine\wmlengine\group\text" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_Unicode" name="wmlengine_Unicode" bldFile="\sf\mw\web\webengine\wmlengine\group\Unicode" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_urlloader" name="wmlengine_urlloader" bldFile="\sf\mw\web\webengine\wmlengine\group\urlloader" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_wml" name="wmlengine_wml" bldFile="\sf\mw\web\webengine\wmlengine\group\wml" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_wml1x" name="wmlengine_wml1x" bldFile="\sf\mw\web\webengine\wmlengine\group\wml1x" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_wmlengine" name="wmlengine_wmlengine" bldFile="\sf\mw\web\webengine\wmlengine\group\wmlengine" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_wmlscriptch" name="wmlengine_wmlscriptch" bldFile="\sf\mw\web\webengine\wmlengine\group\wmlscriptch" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wmlengine">
-<unit unitID="sf_mw_web_webengine_wmlengine_xhtml" name="wmlengine_xhtml" bldFile="\sf\mw\web\webengine\wmlengine\group\xhtml" mrp=""/>
-</component>
-</module>
-<module name="webengine">
-<component name="wrtharvester">
-<unit unitID="sf_mw_web_webengine_wrtharvester" name="wrtharvester" bldFile="\sf\mw\web\webengine\wrtharvester\group" mrp=""/>
-</component>
-</module>
-<module name="widgets">
-<component name="widgets">
-<unit unitID="sf_mw_web_widgets" name="widgets" bldFile="\sf\mw\web\widgets\group" mrp=""/>
-</component>
-</module>
-<module name="widgets">
-<component name="widgetapp">
-<unit unitID="sf_mw_web_widgets_widgetapp" name="widgetapp" bldFile="\sf\mw\web\widgets\widgetapp\group" mrp=""/>
-</component>
-</module>
-<module name="widgets">
-<component name="widgetinstaller">
-<unit unitID="sf_mw_web_widgets_widgetinstaller" name="widgetinstaller" bldFile="\sf\mw\web\widgets\widgetinstaller\group" mrp=""/>
-</component>
-</module>
-<module name="widgets">
-<component name="widgetlauncher">
-<unit unitID="sf_mw_web_widgets_widgetlauncher" name="widgetlauncher" bldFile="\sf\mw\web\widgets\widgetlauncher\group" mrp=""/>
-</component>
-</module>
-<module name="widgets">
-<component name="widgetpreinstaller">
-<unit unitID="sf_mw_web_widgets_widgetpreinstaller" name="widgetpreinstaller" bldFile="\sf\mw\web\widgets\widgetpreinstaller\Group" mrp=""/>
-</component>
-</module>
-<module name="widgets">
-<component name="widgetrecognizer">
-<unit unitID="sf_mw_web_widgets_widgetrecognizer" name="widgetrecognizer" bldFile="\sf\mw\web\widgets\widgetrecognizer\group" mrp=""/>
-</component>
-</module>
-<module name="widgets">
-<component name="widgetstartup">
-<unit unitID="sf_mw_web_widgets_widgetstartup" name="widgetstartup" bldFile="\sf\mw\web\widgets\widgetstartup\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="websrv">
-<module name="websrv">
-<component name="websrv">
-<unit unitID="sf_mw_websrv" name="websrv" bldFile="\sf\mw\websrv\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="webservices">
-<unit unitID="sf_mw_websrv_webservices" name="webservices" bldFile="\sf\mw\websrv\webservices\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="idwsfplugin">
-<unit unitID="sf_mw_websrv_webservices_idwsfplugin" name="idwsfplugin" bldFile="\sf\mw\websrv\webservices\idwsfplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="idwsfsecuritymechanism">
-<unit unitID="sf_mw_websrv_webservices_idwsfsecuritymechanism" name="idwsfsecuritymechanism" bldFile="\sf\mw\websrv\webservices\idwsfsecuritymechanism\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsconnection">
-<unit unitID="sf_mw_websrv_webservices_wsconnection" name="wsconnection" bldFile="\sf\mw\websrv\webservices\wsconnection\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsconnectionagent">
-<unit unitID="sf_mw_websrv_webservices_wsconnectionagent" name="wsconnectionagent" bldFile="\sf\mw\websrv\webservices\wsconnectionagent\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wscore">
-<unit unitID="sf_mw_websrv_webservices_wscore" name="wscore" bldFile="\sf\mw\websrv\webservices\wscore\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wscredentialmanager">
-<unit unitID="sf_mw_websrv_webservices_wscredentialmanager" name="wscredentialmanager" bldFile="\sf\mw\websrv\webservices\wscredentialmanager\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsdescription">
-<unit unitID="sf_mw_websrv_webservices_wsdescription" name="wsdescription" bldFile="\sf\mw\websrv\webservices\wsdescription\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsfragment">
-<unit unitID="sf_mw_websrv_webservices_wsfragment" name="wsfragment" bldFile="\sf\mw\websrv\webservices\wsfragment\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsframework">
-<unit unitID="sf_mw_websrv_webservices_wsframework" name="wsframework" bldFile="\sf\mw\websrv\webservices\wsframework\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wshostletconnection">
-<unit unitID="sf_mw_websrv_webservices_wshostletconnection" name="wshostletconnection" bldFile="\sf\mw\websrv\webservices\wshostletconnection\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wshostlettransportplugin">
-<unit unitID="sf_mw_websrv_webservices_wshostlettransportplugin" name="wshostlettransportplugin" bldFile="\sf\mw\websrv\webservices\wshostlettransportplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wshttpchanneltransportplugin">
-<unit unitID="sf_mw_websrv_webservices_wshttpchanneltransportplugin" name="wshttpchanneltransportplugin" bldFile="\sf\mw\websrv\webservices\wshttpchanneltransportplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsibasicplugin">
-<unit unitID="sf_mw_websrv_webservices_wsibasicplugin" name="wsibasicplugin" bldFile="\sf\mw\websrv\webservices\wsibasicplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsidentitymanager">
-<unit unitID="sf_mw_websrv_webservices_wsidentitymanager" name="wsidentitymanager" bldFile="\sf\mw\websrv\webservices\wsidentitymanager\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wslocaltransportplugin">
-<unit unitID="sf_mw_websrv_webservices_wslocaltransportplugin" name="wslocaltransportplugin" bldFile="\sf\mw\websrv\webservices\wslocaltransportplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wslogger">
-<unit unitID="sf_mw_websrv_webservices_wslogger" name="wslogger" bldFile="\sf\mw\websrv\webservices\wslogger\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsmanager">
-<unit unitID="sf_mw_websrv_webservices_wsmanager" name="wsmanager" bldFile="\sf\mw\websrv\webservices\wsmanager\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsmessages">
-<unit unitID="sf_mw_websrv_webservices_wsmessages" name="wsmessages" bldFile="\sf\mw\websrv\webservices\wsmessages\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsnotifierplugins">
-<unit unitID="sf_mw_websrv_webservices_wsnotifierplugins" name="wsnotifierplugins" bldFile="\sf\mw\websrv\webservices\wsnotifierplugins\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsoviplugin">
-<unit unitID="sf_mw_websrv_webservices_wsoviplugin" name="wsoviplugin" bldFile="\sf\mw\websrv\webservices\wsoviplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wspasswordtransforms">
-<unit unitID="sf_mw_websrv_webservices_wspasswordtransforms" name="wspasswordtransforms" bldFile="\sf\mw\websrv\webservices\wspasswordtransforms\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsprovider">
-<unit unitID="sf_mw_websrv_webservices_wsprovider" name="wsprovider" bldFile="\sf\mw\websrv\webservices\wsprovider\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsrestplugin">
-<unit unitID="sf_mw_websrv_webservices_wsrestplugin" name="wsrestplugin" bldFile="\sf\mw\websrv\webservices\wsrestplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsstar">
-<unit unitID="sf_mw_websrv_webservices_wsstar" name="wsstar" bldFile="\sf\mw\websrv\webservices\wsstar\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsstarmessagehandlers">
-<unit unitID="sf_mw_websrv_webservices_wsstarmessagehandlers" name="wsstarmessagehandlers" bldFile="\sf\mw\websrv\webservices\wsstar\wsstarmessagehandlers\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsstarplugin">
-<unit unitID="sf_mw_websrv_webservices_wsstarplugin" name="wsstarplugin" bldFile="\sf\mw\websrv\webservices\wsstar\wsstarplugin\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsstarpolicy">
-<unit unitID="sf_mw_websrv_webservices_wsstarpolicy" name="wsstarpolicy" bldFile="\sf\mw\websrv\webservices\wsstar\wsstarpolicy\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsutils">
-<unit unitID="sf_mw_websrv_webservices_wsutils" name="wsutils" bldFile="\sf\mw\websrv\webservices\wsutils\group" mrp=""/>
-</component>
-</module>
-<module name="webservices">
-<component name="wsxml">
-<unit unitID="sf_mw_websrv_webservices_wsxml" name="wsxml" bldFile="\sf\mw\websrv\webservices\wsxml\group" mrp=""/>
-</component>
-</module>
-<module name="websrv_pub">
-<component name="websrv_pub">
-<unit unitID="sf_mw_websrv_websrv_pub" name="websrv_pub" bldFile="\sf\mw\websrv\websrv_pub\group" mrp=""/>
-</component>
-</module>
-<module name="websrv_pub">
-<component name="hostlet_connection_api">
-<unit unitID="sf_mw_websrv_websrv_pub_hostlet_connection_api" name="hostlet_connection_api" bldFile="\sf\mw\websrv\websrv_pub\hostlet_connection_api\group" mrp=""/>
-</component>
-</module>
-<module name="websrv_pub">
-<component name="web_service_connection_api">
-<unit unitID="sf_mw_websrv_websrv_pub_web_service_connection_api" name="web_service_connection_api" bldFile="\sf\mw\websrv\websrv_pub\web_service_connection_api\group" mrp=""/>
-</component>
-</module>
-<module name="websrv_pub">
-<component name="web_service_description_api">
-<unit unitID="sf_mw_websrv_websrv_pub_web_service_description_api" name="web_service_description_api" bldFile="\sf\mw\websrv\websrv_pub\web_service_description_api\group" mrp=""/>
-</component>
-</module>
-<module name="websrv_pub">
-<component name="web_service_manager_api">
-<unit unitID="sf_mw_websrv_websrv_pub_web_service_manager_api" name="web_service_manager_api" bldFile="\sf\mw\websrv\websrv_pub\web_service_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="websrv_pub">
-<component name="web_service_messaging_api">
-<unit unitID="sf_mw_websrv_websrv_pub_web_service_messaging_api" name="web_service_messaging_api" bldFile="\sf\mw\websrv\websrv_pub\web_service_messaging_api\group" mrp=""/>
-</component>
-</module>
-<module name="websrv_pub">
-<component name="xml_extensions_api">
-<unit unitID="sf_mw_websrv_websrv_pub_xml_extensions_api" name="xml_extensions_api" bldFile="\sf\mw\websrv\websrv_pub\xml_extensions_api\group" mrp=""/>
-</component>
-</module>
-<module name="websrv_pub">
-<component name="xml_fragment_api">
-<unit unitID="sf_mw_websrv_websrv_pub_xml_fragment_api" name="xml_fragment_api" bldFile="\sf\mw\websrv\websrv_pub\xml_fragment_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="wirelessacc">
-<module name="wirelessacc">
-<component name="wirelessacc">
-<unit unitID="sf_mw_wirelessacc" name="wirelessacc" bldFile="\sf\mw\wirelessacc\group" mrp=""/>
-</component>
-</module>
-<module name="hotspotfw">
-<component name="hotspotfw">
-<unit unitID="sf_mw_wirelessacc_hotspotfw" name="hotspotfw" bldFile="\sf\mw\wirelessacc\hotspotfw\group" mrp=""/>
-</component>
-</module>
-<module name="hotspotfw">
-<component name="hsbrowser">
-<unit unitID="sf_mw_wirelessacc_hotspotfw_hsbrowser" name="hsbrowser" bldFile="\sf\mw\wirelessacc\hotspotfw\hsbrowser\group" mrp=""/>
-</component>
-</module>
-<module name="hotspotfw">
-<component name="hspluginforagent">
-<unit unitID="sf_mw_wirelessacc_hotspotfw_hspluginforagent" name="hspluginforagent" bldFile="\sf\mw\wirelessacc\hotspotfw\hspluginforagent\group" mrp=""/>
-</component>
-</module>
-<module name="hotspotfw">
-<component name="ictsdialogs">
-<unit unitID="sf_mw_wirelessacc_hotspotfw_ictsdialogs" name="ictsdialogs" bldFile="\sf\mw\wirelessacc\hotspotfw\ictsdialogs\group" mrp=""/>
-</component>
-</module>
-<module name="hotspotfw">
-<component name="internetconnectivitytestservice">
-<unit unitID="sf_mw_wirelessacc_hotspotfw_internetconnectivitytestservice" name="internetconnectivitytestservice" bldFile="\sf\mw\wirelessacc\hotspotfw\internetconnectivitytestservice\group" mrp=""/>
-</component>
-</module>
-<module name="hsfw_plat">
-<component name="hsfw_plat">
-<unit unitID="sf_mw_wirelessacc_hsfw_plat" name="hsfw_plat" bldFile="\sf\mw\wirelessacc\hsfw_plat\group" mrp=""/>
-</component>
-</module>
-<module name="hsfw_plat">
-<component name="hotspot_framework_client_api">
-<unit unitID="sf_mw_wirelessacc_hsfw_plat_hotspot_framework_client_api" name="hotspot_framework_client_api" bldFile="\sf\mw\wirelessacc\hsfw_plat\hotspot_framework_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="hsfw_plat">
-<component name="hotspot_framework_client_plugin_api">
-<unit unitID="sf_mw_wirelessacc_hsfw_plat_hotspot_framework_client_plugin_api" name="hotspot_framework_client_plugin_api" bldFile="\sf\mw\wirelessacc\hsfw_plat\hotspot_framework_client_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="hsfw_plat">
-<component name="internet_connectivity_test_service_api">
-<unit unitID="sf_mw_wirelessacc_hsfw_plat_internet_connectivity_test_service_api" name="internet_connectivity_test_service_api" bldFile="\sf\mw\wirelessacc\hsfw_plat\internet_connectivity_test_service_api\group" mrp=""/>
-</component>
-</module>
-<module name="hsfw_plat">
-<component name="internet_connectivity_test_service_settings_api">
-<unit unitID="sf_mw_wirelessacc_hsfw_plat_internet_connectivity_test_service_settings_api" name="internet_connectivity_test_service_settings_api" bldFile="\sf\mw\wirelessacc\hsfw_plat\internet_connectivity_test_service_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="wlanutilities">
-<unit unitID="sf_mw_wirelessacc_wlanutilities" name="wlanutilities" bldFile="\sf\mw\wirelessacc\wlanutilities\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="wlanindicatorplugin">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_wlanindicatorplugin" name="wlanindicatorplugin" bldFile="\sf\mw\wirelessacc\wlanutilities\wlanindicatorplugin\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="wlanplugin">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_wlanplugin" name="wlanplugin" bldFile="\sf\mw\wirelessacc\wlanutilities\wlanplugin\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="wlansettingsui">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_wlansettingsui" name="wlansettingsui" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansettingsui\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="aihelper">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_aihelper" name="aihelper" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\aihelper\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="aiplugin">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_aiplugin" name="aiplugin" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\aiplugin\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="apwizard">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_apwizard" name="apwizard" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\apwizard\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="client">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_client" name="client" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\engine\client\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="server">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_server" name="server" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\engine\server\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="wlansniffer">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_wlansniffer" name="wlansniffer" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="mainapplication">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_mainapplication" name="mainapplication" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\mainapplication\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="model">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_model" name="model" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\model\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="widget">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_widget" name="widget" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\widget\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="wlaninfo">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_wlaninfo" name="wlaninfo" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\wlaninfo\group" mrp=""/>
-</component>
-</module>
-<module name="wlanutilities">
-<component name="wlaninfosorting">
-<unit unitID="sf_mw_wirelessacc_wlanutilities_wlaninfosorting" name="wlaninfosorting" bldFile="\sf\mw\wirelessacc\wlanutilities\wlansniffer\wlaninfosorting\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="os">
-<logicalsubset name="cellularsrv">
-<module name="cellularsrv">
-<component name="cellularsrv">
-<unit unitID="sf_os_cellularsrv" name="cellularsrv" bldFile="\sf\os\cellularsrv\group" mrp=""/>
-</component>
-</module>
-<module name="basebandabstraction">
-<component name="basebandabstraction">
-<unit unitID="sf_os_cellularsrv_basebandabstraction" name="basebandabstraction" bldFile="\sf\os\cellularsrv\basebandabstraction\group" mrp=""/>
-</component>
-</module>
-<module name="basebandabstraction">
-<component name="isc_if">
-<unit unitID="sf_os_cellularsrv_basebandabstraction_isc_if" name="isc_if" bldFile="\sf\os\cellularsrv\basebandabstraction\isc_if\group" mrp=""/>
-</component>
-</module>
-<module name="cellularsrv_plat">
-<component name="common_tsy_plugin_api">
-<unit unitID="sf_os_cellularsrv_cellularsrv_plat_common_tsy_plugin_api" name="common_tsy_plugin_api" bldFile="\sf\os\cellularsrv\cellularsrv_plat\common_tsy_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="cellularsrv_plat">
-<component name="common_tsy_service_api">
-<unit unitID="sf_os_cellularsrv_cellularsrv_plat_common_tsy_service_api" name="common_tsy_service_api" bldFile="\sf\os\cellularsrv\cellularsrv_plat\common_tsy_service_api\group" mrp=""/>
-</component>
-</module>
-<module name="cellularsrv_plat">
-<component name="cellularsrv_plat">
-<unit unitID="sf_os_cellularsrv_cellularsrv_plat" name="cellularsrv_plat" bldFile="\sf\os\cellularsrv\cellularsrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="cellularsrv_plat">
-<component name="licenseetsy_lib">
-<unit unitID="sf_os_cellularsrv_cellularsrv_plat_licenseetsy_lib" name="licenseetsy_lib" bldFile="\sf\os\cellularsrv\cellularsrv_plat\licenseetsy_lib\group" mrp=""/>
-</component>
-</module>
-<module name="cellularsrv_plat">
-<component name="multimode_etel_custom_api">
-<unit unitID="sf_os_cellularsrv_cellularsrv_plat_multimode_etel_custom_api" name="multimode_etel_custom_api" bldFile="\sf\os\cellularsrv\cellularsrv_plat\multimode_etel_custom_api\group" mrp=""/>
-</component>
-</module>
-<module name="cellularsrv_plat">
-<component name="primary_pdp_context_qos_parameter_setting_api">
-<unit unitID="sf_os_cellularsrv_cellularsrv_plat_primary_pdp_context_qos_parameter_setting_api" name="primary_pdp_context_qos_parameter_setting_api" bldFile="\sf\os\cellularsrv\cellularsrv_plat\primary_pdp_context_qos_parameter_setting_api\group" mrp=""/>
-</component>
-</module>
-<module name="cellularsrv_plat">
-<component name="tsy_names">
-<unit unitID="sf_os_cellularsrv_cellularsrv_plat_tsy_names" name="tsy_names" bldFile="\sf\os\cellularsrv\cellularsrv_plat\tsy_names\group" mrp=""/>
-</component>
-</module>
-<module name="commonnetworkinterface">
-<component name="gennif">
-<unit unitID="sf_os_cellularsrv_commonnetworkinterface_gennif" name="gennif" bldFile="\sf\os\cellularsrv\commonnetworkinterface\gennif\group" mrp=""/>
-</component>
-</module>
-<module name="commonnetworkinterface">
-<component name="gprsumtsagent">
-<unit unitID="sf_os_cellularsrv_commonnetworkinterface_gprsumtsagent" name="gprsumtsagent" bldFile="\sf\os\cellularsrv\commonnetworkinterface\gprsumtsagent\group" mrp=""/>
-</component>
-</module>
-<module name="commonnetworkinterface">
-<component name="commonnetworkinterface">
-<unit unitID="sf_os_cellularsrv_commonnetworkinterface" name="commonnetworkinterface" bldFile="\sf\os\cellularsrv\commonnetworkinterface\group" mrp=""/>
-</component>
-</module>
-<module name="commontsy">
-<component name="ctsy">
-<unit unitID="sf_os_cellularsrv_commontsy_ctsy" name="ctsy" bldFile="\sf\os\cellularsrv\commontsy\ctsy\group" mrp=""/>
-</component>
-</module>
-<module name="commontsy">
-<component name="customapi">
-<unit unitID="sf_os_cellularsrv_commontsy_customapi" name="customapi" bldFile="\sf\os\cellularsrv\commontsy\customapi\group" mrp=""/>
-</component>
-</module>
-<module name="commontsy">
-<component name="commontsy">
-<unit unitID="sf_os_cellularsrv_commontsy" name="commontsy" bldFile="\sf\os\cellularsrv\commontsy\group" mrp=""/>
-</component>
-</module>
-<module name="commontsy">
-<component name="phonetsy">
-<unit unitID="sf_os_cellularsrv_commontsy_phonetsy" name="phonetsy" bldFile="\sf\os\cellularsrv\commontsy\phonetsy\group" mrp=""/>
-</component>
-</module>
-<module name="dataporttesttool">
-<component name="DPS_Test_client">
-<unit unitID="sf_os_cellularsrv_dataporttesttool_DPS_Test_client" name="DPS_Test_client" bldFile="\sf\os\cellularsrv\dataporttesttool\DPS_Test_client\group" mrp=""/>
-</component>
-</module>
-<module name="dataporttesttool">
-<component name="dataporttesttool">
-<unit unitID="sf_os_cellularsrv_dataporttesttool" name="dataporttesttool" bldFile="\sf\os\cellularsrv\dataporttesttool\group" mrp=""/>
-</component>
-</module>
-<module name="tsytesttool">
-<component name="tsytesttool">
-<unit unitID="sf_os_cellularsrv_tsytesttool" name="tsytesttool" bldFile="\sf\os\cellularsrv\tsytesttool\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="deviceplatformrelease">
-<module name="S60Extras">
-<component name="S60Extras">
-<unit unitID="sf_os_deviceplatformrelease_S60Extras" name="S60Extras" bldFile="\sf\os\deviceplatformrelease\S60Extras\group" mrp=""/>
-</component>
-</module>
-<module name="S60Helps">
-<component name="S60Helps">
-<unit unitID="sf_os_deviceplatformrelease_S60Helps" name="S60Helps" bldFile="\sf\os\deviceplatformrelease\S60Helps\Group" mrp=""/>
-</component>
-</module>
-<module name="S60LocFiles">
-<component name="S60LocFiles">
-<unit unitID="sf_os_deviceplatformrelease_S60LocFiles" name="S60LocFiles" bldFile="\sf\os\deviceplatformrelease\S60LocFiles\group" mrp=""/>
-</component>
-</module>
-<module name="Version">
-<component name="Version">
-<unit unitID="sf_os_deviceplatformrelease_Version" name="Version" bldFile="\sf\os\deviceplatformrelease\Version\group" mrp=""/>
-</component>
-</module>
-<module name="sf_config">
-<component name="apac">
-<unit unitID="sf_os_deviceplatformrelease_sf_config_apac" name="apac" bldFile="\sf\os\deviceplatformrelease\sf_config\config\apac\group" mrp=""/>
-</component>
-</module>
-<module name="sf_config">
-<component name="config">
-<unit unitID="sf_os_deviceplatformrelease_sf_config_config" name="config" bldFile="\sf\os\deviceplatformrelease\sf_config\config\group" mrp=""/>
-</component>
-</module>
-<module name="sf_config">
-<component name="japan">
-<unit unitID="sf_os_deviceplatformrelease_sf_config_japan" name="japan" bldFile="\sf\os\deviceplatformrelease\sf_config\config\japan\group" mrp=""/>
-</component>
-</module>
-<module name="sf_config">
-<component name="western">
-<unit unitID="sf_os_deviceplatformrelease_sf_config_western" name="western" bldFile="\sf\os\deviceplatformrelease\sf_config\config\western\group" mrp="" filter="!china,!japan"/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="devicesrv">
-<module name="devicesrv">
-<component name="devicesrv">
-<unit unitID="sf_os_devicesrv" name="devicesrv" bldFile="\sf\os\devicesrv\group" mrp=""/>
-</component>
-</module>
-<module name="accessoryservices">
-<component name="accessorymonitor">
-<unit unitID="sf_os_devicesrv_accessoryservices_accessorymonitor" name="accessorymonitor" bldFile="\sf\os\devicesrv\accessoryservices\accessorymonitor\group" mrp=""/>
-</component>
-</module>
-<module name="accessoryservices">
-<component name="accessoryremotecontrol">
-<unit unitID="sf_os_devicesrv_accessoryservices_accessoryremotecontrol" name="accessoryremotecontrol" bldFile="\sf\os\devicesrv\accessoryservices\accessoryremotecontrol\group" mrp=""/>
-</component>
-</module>
-<module name="accessoryservices">
-<component name="accessoryserver">
-<unit unitID="sf_os_devicesrv_accessoryservices_accessoryserver" name="accessoryserver" bldFile="\sf\os\devicesrv\accessoryservices\accessoryserver\group" mrp=""/>
-</component>
-</module>
-<module name="accessoryservices">
-<component name="accessoryservices">
-<unit unitID="sf_os_devicesrv_accessoryservices" name="accessoryservices" bldFile="\sf\os\devicesrv\accessoryservices\group" mrp=""/>
-</component>
-</module>
-<module name="accessoryservices">
-<component name="headsetstatusapi">
-<unit unitID="sf_os_devicesrv_accessoryservices_headsetstatusapi" name="headsetstatusapi" bldFile="\sf\os\devicesrv\accessoryservices\headsetstatusapi\Group" mrp=""/>
-</component>
-</module>
-<module name="accessoryservices">
-<component name="tspclientmapper">
-<unit unitID="sf_os_devicesrv_accessoryservices_tspclientmapper" name="tspclientmapper" bldFile="\sf\os\devicesrv\accessoryservices\tspclientmapper\group" mrp=""/>
-</component>
-</module>
-<module name="commonservices">
-<component name="activitymanager">
-<unit unitID="sf_os_devicesrv_commonservices_activitymanager" name="activitymanager" bldFile="\sf\os\devicesrv\commonservices\activitymanager\group" mrp=""/>
-</component>
-</module>
-<module name="commonservices">
-<component name="commonengine">
-<unit unitID="sf_os_devicesrv_commonservices_commonengine" name="commonengine" bldFile="\sf\os\devicesrv\commonservices\commonengine\group" mrp=""/>
-</component>
-</module>
-<module name="commonservices">
-<component name="commonengineresources">
-<unit unitID="sf_os_devicesrv_commonservices_commonengineresources" name="commonengineresources" bldFile="\sf\os\devicesrv\commonservices\commonengineresources\group" mrp=""/>
-</component>
-</module>
-<module name="commonservices">
-<component name="commonservices">
-<unit unitID="sf_os_devicesrv_commonservices" name="commonservices" bldFile="\sf\os\devicesrv\commonservices\group" mrp=""/>
-</component>
-</module>
-<module name="commonservices">
-<component name="disknotifyhandler">
-<unit unitID="sf_os_devicesrv_commonservices_disknotifyhandler" name="disknotifyhandler" bldFile="\sf\os\devicesrv\commonservices\PlatformEnv\disknotifyhandler\group" mrp=""/>
-</component>
-</module>
-<module name="commonservices">
-<component name="PlatformEnv">
-<unit unitID="sf_os_devicesrv_commonservices_PlatformEnv" name="PlatformEnv" bldFile="\sf\os\devicesrv\commonservices\PlatformEnv\group" mrp=""/>
-</component>
-</module>
-<module name="commonservices">
-<component name="platformver">
-<unit unitID="sf_os_devicesrv_commonservices_platformver" name="platformver" bldFile="\sf\os\devicesrv\commonservices\PlatformEnv\platformver\group" mrp=""/>
-</component>
-</module>
-<module name="commonservices">
-<component name="sysversioninfo">
-<unit unitID="sf_os_devicesrv_commonservices_sysversioninfo" name="sysversioninfo" bldFile="\sf\os\devicesrv\commonservices\PlatformEnv\sysversioninfo\group" mrp=""/>
-</component>
-</module>
-<module name="commonservices">
-<component name="sysutil">
-<unit unitID="sf_os_devicesrv_commonservices_sysutil" name="sysutil" bldFile="\sf\os\devicesrv\commonservices\sysutil\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="accessory_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_accessory_api" name="accessory_api" bldFile="\sf\os\devicesrv\devicesrv_plat\accessory_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="accessory_audio_control_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_accessory_audio_control_api" name="accessory_audio_control_api" bldFile="\sf\os\devicesrv\devicesrv_plat\accessory_audio_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="accessory_bluetooth_control_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_accessory_bluetooth_control_api" name="accessory_bluetooth_control_api" bldFile="\sf\os\devicesrv\devicesrv_plat\accessory_bluetooth_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="accessory_control_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_accessory_control_api" name="accessory_control_api" bldFile="\sf\os\devicesrv\devicesrv_plat\accessory_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="accessory_key_event_handling_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_accessory_key_event_handling_api" name="accessory_key_event_handling_api" bldFile="\sf\os\devicesrv\devicesrv_plat\accessory_key_event_handling_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="accessory_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_accessory_plugin_api" name="accessory_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\accessory_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="accessory_policy_definitions_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_accessory_policy_definitions_api" name="accessory_policy_definitions_api" bldFile="\sf\os\devicesrv\devicesrv_plat\accessory_policy_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="accessory_policy_utility_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_accessory_policy_utility_api" name="accessory_policy_utility_api" bldFile="\sf\os\devicesrv\devicesrv_plat\accessory_policy_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="accessory_settings_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_accessory_settings_api" name="accessory_settings_api" bldFile="\sf\os\devicesrv\devicesrv_plat\accessory_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="activity_manager_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_activity_manager_api" name="activity_manager_api" bldFile="\sf\os\devicesrv\devicesrv_plat\activity_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="common_content_policy_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_common_content_policy_api" name="common_content_policy_api" bldFile="\sf\os\devicesrv\devicesrv_plat\common_content_policy_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="common_dsy_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_common_dsy_plugin_api" name="common_dsy_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\common_dsy_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="configuration_file_parser_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_configuration_file_parser_api" name="configuration_file_parser_api" bldFile="\sf\os\devicesrv\devicesrv_plat\configuration_file_parser_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="disk_and_memory_level_keys_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_disk_and_memory_level_keys_api" name="disk_and_memory_level_keys_api" bldFile="\sf\os\devicesrv\devicesrv_plat\disk_and_memory_level_keys_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="disk_notification_handler_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_disk_notification_handler_api" name="disk_notification_handler_api" bldFile="\sf\os\devicesrv\devicesrv_plat\disk_notification_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="display_language_definition_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_display_language_definition_api" name="display_language_definition_api" bldFile="\sf\os\devicesrv\devicesrv_plat\display_language_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="dos_extension_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_dos_extension_api" name="dos_extension_api" bldFile="\sf\os\devicesrv\devicesrv_plat\dos_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="dos_extension_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_dos_extension_plugin_api" name="dos_extension_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\dos_extension_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="extended_light_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_extended_light_api" name="extended_light_api" bldFile="\sf\os\devicesrv\devicesrv_plat\extended_light_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="extended_startup_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_extended_startup_api" name="extended_startup_api" bldFile="\sf\os\devicesrv\devicesrv_plat\extended_startup_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="extended_version_info_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_extended_version_info_api" name="extended_version_info_api" bldFile="\sf\os\devicesrv\devicesrv_plat\extended_version_info_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="extended_version_info_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_extended_version_info_plugin_api" name="extended_version_info_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\extended_version_info_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="feature_control_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_feature_control_api" name="feature_control_api" bldFile="\sf\os\devicesrv\devicesrv_plat\feature_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="feature_info_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_feature_info_plugin_api" name="feature_info_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\feature_info_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="feature_manager_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_feature_manager_api" name="feature_manager_api" bldFile="\sf\os\devicesrv\devicesrv_plat\feature_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="fm_tx_commands_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_fm_tx_commands_api" name="fm_tx_commands_api" bldFile="\sf\os\devicesrv\devicesrv_plat\fm_tx_commands_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="devicesrv_plat">
-<unit unitID="sf_os_devicesrv_devicesrv_plat" name="devicesrv_plat" bldFile="\sf\os\devicesrv\devicesrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="haptics_effect_data_getter_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_haptics_effect_data_getter_plugin_api" name="haptics_effect_data_getter_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\haptics_effect_data_getter_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="haptics_packetizer_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_haptics_packetizer_plugin_api" name="haptics_packetizer_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\haptics_packetizer_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="haptics_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_haptics_plugin_api" name="haptics_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\haptics_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="headset_status_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_headset_status_api" name="headset_status_api" bldFile="\sf\os\devicesrv\devicesrv_plat\headset_status_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="hwrm_fmtx_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_hwrm_fmtx_api" name="hwrm_fmtx_api" bldFile="\sf\os\devicesrv\devicesrv_plat\hwrm_fmtx_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="hwrm_fmtx_audio_policy_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_hwrm_fmtx_audio_policy_api" name="hwrm_fmtx_audio_policy_api" bldFile="\sf\os\devicesrv\devicesrv_plat\hwrm_fmtx_audio_policy_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="hwrm_fmtx_settings_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_hwrm_fmtx_settings_api" name="hwrm_fmtx_settings_api" bldFile="\sf\os\devicesrv\devicesrv_plat\hwrm_fmtx_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="hwrm_fmtx_state_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_hwrm_fmtx_state_api" name="hwrm_fmtx_state_api" bldFile="\sf\os\devicesrv\devicesrv_plat\hwrm_fmtx_state_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="hw_resource_blocking_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_hw_resource_blocking_api" name="hw_resource_blocking_api" bldFile="\sf\os\devicesrv\devicesrv_plat\hw_resource_blocking_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="hw_resource_manager_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_hw_resource_manager_plugin_api" name="hw_resource_manager_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\hw_resource_manager_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="hw_settings_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_hw_settings_api" name="hw_settings_api" bldFile="\sf\os\devicesrv\devicesrv_plat\hw_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="isc_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_isc_api" name="isc_api" bldFile="\sf\os\devicesrv\devicesrv_plat\isc_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="lights_commands_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_lights_commands_api" name="lights_commands_api" bldFile="\sf\os\devicesrv\devicesrv_plat\lights_commands_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="light_settings_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_light_settings_api" name="light_settings_api" bldFile="\sf\os\devicesrv\devicesrv_plat\light_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="mediator_command_initiator_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_mediator_command_initiator_api" name="mediator_command_initiator_api" bldFile="\sf\os\devicesrv\devicesrv_plat\mediator_command_initiator_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="mediator_command_responder_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_mediator_command_responder_api" name="mediator_command_responder_api" bldFile="\sf\os\devicesrv\devicesrv_plat\mediator_command_responder_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="mediator_domain_definitions_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_mediator_domain_definitions_api" name="mediator_domain_definitions_api" bldFile="\sf\os\devicesrv\devicesrv_plat\mediator_domain_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="mediator_event_consumer_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_mediator_event_consumer_api" name="mediator_event_consumer_api" bldFile="\sf\os\devicesrv\devicesrv_plat\mediator_event_consumer_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="mediator_event_provider_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_mediator_event_provider_api" name="mediator_event_provider_api" bldFile="\sf\os\devicesrv\devicesrv_plat\mediator_event_provider_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="mediator_notification_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_mediator_notification_api" name="mediator_notification_api" bldFile="\sf\os\devicesrv\devicesrv_plat\mediator_notification_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="mediator_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_mediator_plugin_api" name="mediator_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\mediator_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="mediator_static_registration_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_mediator_static_registration_api" name="mediator_static_registration_api" bldFile="\sf\os\devicesrv\devicesrv_plat\mediator_static_registration_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="powersave_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_powersave_api" name="powersave_api" bldFile="\sf\os\devicesrv\devicesrv_plat\powersave_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="powersave_definitions_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_powersave_definitions_api" name="powersave_definitions_api" bldFile="\sf\os\devicesrv\devicesrv_plat\powersave_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="powersave_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_powersave_plugin_api" name="powersave_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\powersave_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="power_state_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_power_state_plugin_api" name="power_state_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\power_state_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="remote_control_extension_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_remote_control_extension_api" name="remote_control_extension_api" bldFile="\sf\os\devicesrv\devicesrv_plat\remote_control_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="sae_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_sae_api" name="sae_api" bldFile="\sf\os\devicesrv\devicesrv_plat\sae_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="security_notification_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_security_notification_api" name="security_notification_api" bldFile="\sf\os\devicesrv\devicesrv_plat\security_notification_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="sensor_channel_filter_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_sensor_channel_filter_api" name="sensor_channel_filter_api" bldFile="\sf\os\devicesrv\devicesrv_plat\sensor_channel_filter_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="sensor_data_compensator_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_sensor_data_compensator_plugin_api" name="sensor_data_compensator_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\sensor_data_compensator_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="sensor_extension_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_sensor_extension_api" name="sensor_extension_api" bldFile="\sf\os\devicesrv\devicesrv_plat\sensor_extension_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="sensor_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_sensor_plugin_api" name="sensor_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\sensor_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="shared_data_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_shared_data_api" name="shared_data_api" bldFile="\sf\os\devicesrv\devicesrv_plat\shared_data_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="sim_utils_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_sim_utils_api" name="sim_utils_api" bldFile="\sf\os\devicesrv\devicesrv_plat\sim_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="startup_adaptation_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_startup_adaptation_api" name="startup_adaptation_api" bldFile="\sf\os\devicesrv\devicesrv_plat\startup_adaptation_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="startup_reason_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_startup_reason_api" name="startup_reason_api" bldFile="\sf\os\devicesrv\devicesrv_plat\startup_reason_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="startup_status_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_startup_status_api" name="startup_status_api" bldFile="\sf\os\devicesrv\devicesrv_plat\startup_status_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="string_resource_reader_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_string_resource_reader_api" name="string_resource_reader_api" bldFile="\sf\os\devicesrv\devicesrv_plat\string_resource_reader_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="syslangutil_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_syslangutil_api" name="syslangutil_api" bldFile="\sf\os\devicesrv\devicesrv_plat\syslangutil_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="system_startup_control_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_system_startup_control_api" name="system_startup_control_api" bldFile="\sf\os\devicesrv\devicesrv_plat\system_startup_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="system_startup_extension_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_system_startup_extension_plugin_api" name="system_startup_extension_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\system_startup_extension_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="system_state_control_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_system_state_control_api" name="system_state_control_api" bldFile="\sf\os\devicesrv\devicesrv_plat\system_state_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="target_modifier_plugin_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_target_modifier_plugin_api" name="target_modifier_plugin_api" bldFile="\sf\os\devicesrv\devicesrv_plat\target_modifier_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="tiltcompensation_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_tiltcompensation_api" name="tiltcompensation_api" bldFile="\sf\os\devicesrv\devicesrv_plat\tiltcompensation_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="tspclientmapper_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_tspclientmapper_api" name="tspclientmapper_api" bldFile="\sf\os\devicesrv\devicesrv_plat\tspclientmapper_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="tv_out_config_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_tv_out_config_api" name="tv_out_config_api" bldFile="\sf\os\devicesrv\devicesrv_plat\tv_out_config_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="vibra_commands_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_vibra_commands_api" name="vibra_commands_api" bldFile="\sf\os\devicesrv\devicesrv_plat\vibra_commands_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_plat">
-<component name="wakeup_alarm_api">
-<unit unitID="sf_os_devicesrv_devicesrv_plat_wakeup_alarm_api" name="wakeup_alarm_api" bldFile="\sf\os\devicesrv\devicesrv_plat\wakeup_alarm_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="accessory_monitoring_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_accessory_monitoring_api" name="accessory_monitoring_api" bldFile="\sf\os\devicesrv\devicesrv_pub\accessory_monitoring_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="central_repository_notification_handler_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_central_repository_notification_handler_api" name="central_repository_notification_handler_api" bldFile="\sf\os\devicesrv\devicesrv_pub\central_repository_notification_handler_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="common_platform_security_definitions_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_common_platform_security_definitions_api" name="common_platform_security_definitions_api" bldFile="\sf\os\devicesrv\devicesrv_pub\common_platform_security_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="cone_resource_loader_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_cone_resource_loader_api" name="cone_resource_loader_api" bldFile="\sf\os\devicesrv\devicesrv_pub\cone_resource_loader_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="feature_discovery_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_feature_discovery_api" name="feature_discovery_api" bldFile="\sf\os\devicesrv\devicesrv_pub\feature_discovery_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="find_item_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_find_item_api" name="find_item_api" bldFile="\sf\os\devicesrv\devicesrv_pub\find_item_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="devicesrv_pub">
-<unit unitID="sf_os_devicesrv_devicesrv_pub" name="devicesrv_pub" bldFile="\sf\os\devicesrv\devicesrv_pub\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="haptics_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_haptics_api" name="haptics_api" bldFile="\sf\os\devicesrv\devicesrv_pub\haptics_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="hwrm_power_state_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_hwrm_power_state_api" name="hwrm_power_state_api" bldFile="\sf\os\devicesrv\devicesrv_pub\hwrm_power_state_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="light_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_light_api" name="light_api" bldFile="\sf\os\devicesrv\devicesrv_pub\light_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="phone_parser_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_phone_parser_api" name="phone_parser_api" bldFile="\sf\os\devicesrv\devicesrv_pub\phone_parser_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="platform_environment_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_platform_environment_api" name="platform_environment_api" bldFile="\sf\os\devicesrv\devicesrv_pub\platform_environment_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="platform_path_definitions_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_platform_path_definitions_api" name="platform_path_definitions_api" bldFile="\sf\os\devicesrv\devicesrv_pub\platform_path_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="sensor_channel_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_sensor_channel_api" name="sensor_channel_api" bldFile="\sf\os\devicesrv\devicesrv_pub\sensor_channel_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="sensor_data_compensator_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_sensor_data_compensator_api" name="sensor_data_compensator_api" bldFile="\sf\os\devicesrv\devicesrv_pub\sensor_data_compensator_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="sensor_definitions_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_sensor_definitions_api" name="sensor_definitions_api" bldFile="\sf\os\devicesrv\devicesrv_pub\sensor_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="string_loader_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_string_loader_api" name="string_loader_api" bldFile="\sf\os\devicesrv\devicesrv_pub\string_loader_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="sysutil_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_sysutil_api" name="sysutil_api" bldFile="\sf\os\devicesrv\devicesrv_pub\sysutil_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="text_resolver_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_text_resolver_api" name="text_resolver_api" bldFile="\sf\os\devicesrv\devicesrv_pub\text_resolver_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="version_info_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_version_info_api" name="version_info_api" bldFile="\sf\os\devicesrv\devicesrv_pub\version_info_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="vibra_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_vibra_api" name="vibra_api" bldFile="\sf\os\devicesrv\devicesrv_pub\vibra_api\group" mrp=""/>
-</component>
-</module>
-<module name="devicesrv_pub">
-<component name="vibra_settings_api">
-<unit unitID="sf_os_devicesrv_devicesrv_pub_vibra_settings_api" name="vibra_settings_api" bldFile="\sf\os\devicesrv\devicesrv_pub\vibra_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="dosservices">
-<component name="commondsy">
-<unit unitID="sf_os_devicesrv_dosservices_commondsy" name="commondsy" bldFile="\sf\os\devicesrv\dosservices\commondsy\group" mrp=""/>
-</component>
-</module>
-<module name="dosservices">
-<component name="dosserver">
-<unit unitID="sf_os_devicesrv_dosservices_dosserver" name="dosserver" bldFile="\sf\os\devicesrv\dosservices\dosserver\group" mrp=""/>
-</component>
-</module>
-<module name="dosservices">
-<component name="dosservices">
-<unit unitID="sf_os_devicesrv_dosservices" name="dosservices" bldFile="\sf\os\devicesrv\dosservices\group" mrp=""/>
-</component>
-</module>
-<module name="featuremgmt">
-<component name="clientdll">
-<unit unitID="sf_os_devicesrv_featuremgmt_clientdll" name="clientdll" bldFile="\sf\os\devicesrv\featuremgmt\featuremanager\clientdll\group" mrp=""/>
-</component>
-</module>
-<module name="featuremgmt">
-<component name="featuremanager">
-<unit unitID="sf_os_devicesrv_featuremgmt_featuremanager" name="featuremanager" bldFile="\sf\os\devicesrv\featuremgmt\featuremanager\group" mrp=""/>
-</component>
-</module>
-<module name="featuremgmt">
-<component name="serverexe">
-<unit unitID="sf_os_devicesrv_featuremgmt_serverexe" name="serverexe" bldFile="\sf\os\devicesrv\featuremgmt\featuremanager\serverexe\group" mrp=""/>
-</component>
-</module>
-<module name="featuremgmt">
-<component name="featuremgmt">
-<unit unitID="sf_os_devicesrv_featuremgmt" name="featuremgmt" bldFile="\sf\os\devicesrv\featuremgmt\group" mrp=""/>
-</component>
-</module>
-<module name="hwrmhaptics">
-<component name="hwrmhaptics">
-<unit unitID="sf_os_devicesrv_hwrmhaptics" name="hwrmhaptics" bldFile="\sf\os\devicesrv\hwrmhaptics\group" mrp=""/>
-</component>
-</module>
-<module name="hwrmhaptics">
-<component name="hapticsclient">
-<unit unitID="sf_os_devicesrv_hwrmhaptics_hapticsclient" name="hapticsclient" bldFile="\sf\os\devicesrv\hwrmhaptics\hapticsclient\group" mrp=""/>
-</component>
-</module>
-<module name="hwrmhaptics">
-<component name="hapticseffectdatagetterfw">
-<unit unitID="sf_os_devicesrv_hwrmhaptics_hapticseffectdatagetterfw" name="hapticseffectdatagetterfw" bldFile="\sf\os\devicesrv\hwrmhaptics\hapticseffectdatagetterfw\group" mrp=""/>
-</component>
-</module>
-<module name="hwrmhaptics">
-<component name="hapticsivtgetterplugin">
-<unit unitID="sf_os_devicesrv_hwrmhaptics_hapticsivtgetterplugin" name="hapticsivtgetterplugin" bldFile="\sf\os\devicesrv\hwrmhaptics\hapticseffectdatagetterfw\plugins\hapticsivtgetterplugin\group" mrp=""/>
-</component>
-</module>
-<module name="hwrmhaptics">
-<component name="hapticspacketizer">
-<unit unitID="sf_os_devicesrv_hwrmhaptics_hapticspacketizer" name="hapticspacketizer" bldFile="\sf\os\devicesrv\hwrmhaptics\hapticspacketizer\group" mrp=""/>
-</component>
-</module>
-<module name="hwrmhaptics">
-<component name="hapticsvibepacketizerplugin">
-<unit unitID="sf_os_devicesrv_hwrmhaptics_hapticsvibepacketizerplugin" name="hapticsvibepacketizerplugin" bldFile="\sf\os\devicesrv\hwrmhaptics\hapticspacketizer\plugins\hapticsvibepacketizerplugin\group" mrp=""/>
-</component>
-</module>
-<module name="hwrmhaptics">
-<component name="hapticspluginmanager">
-<unit unitID="sf_os_devicesrv_hwrmhaptics_hapticspluginmanager" name="hapticspluginmanager" bldFile="\sf\os\devicesrv\hwrmhaptics\hapticspluginmanager\group" mrp=""/>
-</component>
-</module>
-<module name="hwrmhaptics">
-<component name="hapticspluginservice">
-<unit unitID="sf_os_devicesrv_hwrmhaptics_hapticspluginservice" name="hapticspluginservice" bldFile="\sf\os\devicesrv\hwrmhaptics\hapticspluginservice\group" mrp=""/>
-</component>
-</module>
-<module name="hwrmhaptics">
-<component name="hapticsserver">
-<unit unitID="sf_os_devicesrv_hwrmhaptics_hapticsserver" name="hapticsserver" bldFile="\sf\os\devicesrv\hwrmhaptics\hapticsserver\group" mrp=""/>
-</component>
-</module>
-<module name="mediator">
-<component name="mediator">
-<unit unitID="sf_os_devicesrv_mediator" name="mediator" bldFile="\sf\os\devicesrv\mediator\group" mrp=""/>
-</component>
-</module>
-<module name="psmservices">
-<component name="psmservices">
-<unit unitID="sf_os_devicesrv_psmservices" name="psmservices" bldFile="\sf\os\devicesrv\psmservices\group" mrp=""/>
-</component>
-</module>
-<module name="psmservices">
-<component name="psmserver">
-<unit unitID="sf_os_devicesrv_psmservices_psmserver" name="psmserver" bldFile="\sf\os\devicesrv\psmservices\psmserver\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="ClientDll">
-<unit unitID="sf_os_devicesrv_resourcemgmt_ClientDll" name="ClientDll" bldFile="\sf\os\devicesrv\resourcemgmt\ClientDll\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="CommonDll">
-<unit unitID="sf_os_devicesrv_resourcemgmt_CommonDll" name="CommonDll" bldFile="\sf\os\devicesrv\resourcemgmt\CommonDll\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="ExtendedLightClientDll">
-<unit unitID="sf_os_devicesrv_resourcemgmt_ExtendedLightClientDll" name="ExtendedLightClientDll" bldFile="\sf\os\devicesrv\resourcemgmt\ExtendedLightClientDll\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="FmTxClientDll">
-<unit unitID="sf_os_devicesrv_resourcemgmt_FmTxClientDll" name="FmTxClientDll" bldFile="\sf\os\devicesrv\resourcemgmt\FmTxClientDll\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="resourcemgmt">
-<unit unitID="sf_os_devicesrv_resourcemgmt" name="resourcemgmt" bldFile="\sf\os\devicesrv\resourcemgmt\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="hwrmfmtxwatcherplugin">
-<unit unitID="sf_os_devicesrv_resourcemgmt_hwrmfmtxwatcherplugin" name="hwrmfmtxwatcherplugin" bldFile="\sf\os\devicesrv\resourcemgmt\hwrmfmtxwatcherplugin\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="hwrmtargetmodifierplugin">
-<unit unitID="sf_os_devicesrv_resourcemgmt_hwrmtargetmodifierplugin" name="hwrmtargetmodifierplugin" bldFile="\sf\os\devicesrv\resourcemgmt\hwrmtargetmodifierplugin\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="LightClientDll">
-<unit unitID="sf_os_devicesrv_resourcemgmt_LightClientDll" name="LightClientDll" bldFile="\sf\os\devicesrv\resourcemgmt\LightClientDll\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="ServerExe">
-<unit unitID="sf_os_devicesrv_resourcemgmt_ServerExe" name="ServerExe" bldFile="\sf\os\devicesrv\resourcemgmt\ServerExe\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="VibraClientDll">
-<unit unitID="sf_os_devicesrv_resourcemgmt_VibraClientDll" name="VibraClientDll" bldFile="\sf\os\devicesrv\resourcemgmt\VibraClientDll\group" mrp=""/>
-</component>
-</module>
-<module name="resourcemgmt">
-<component name="vibractrl">
-<unit unitID="sf_os_devicesrv_resourcemgmt_vibractrl" name="vibractrl" bldFile="\sf\os\devicesrv\resourcemgmt\vibractrl\group" mrp=""/>
-</component>
-</module>
-<module name="sensorservices">
-<component name="sensorservices">
-<unit unitID="sf_os_devicesrv_sensorservices" name="sensorservices" bldFile="\sf\os\devicesrv\sensorservices\group" mrp=""/>
-</component>
-</module>
-<module name="sensorservices">
-<component name="orientationssy">
-<unit unitID="sf_os_devicesrv_sensorservices_orientationssy" name="orientationssy" bldFile="\sf\os\devicesrv\sensorservices\orientationssy\group" mrp=""/>
-</component>
-</module>
-<module name="sensorservices">
-<component name="sensordatacompensator">
-<unit unitID="sf_os_devicesrv_sensorservices_sensordatacompensator" name="sensordatacompensator" bldFile="\sf\os\devicesrv\sensorservices\sensordatacompensator\group" mrp=""/>
-</component>
-</module>
-<module name="sensorservices">
-<component name="sensorserver">
-<unit unitID="sf_os_devicesrv_sensorservices_sensorserver" name="sensorserver" bldFile="\sf\os\devicesrv\sensorservices\sensorserver\group" mrp=""/>
-</component>
-</module>
-<module name="sensorservices">
-<component name="tiltcompensationssy">
-<unit unitID="sf_os_devicesrv_sensorservices_tiltcompensationssy" name="tiltcompensationssy" bldFile="\sf\os\devicesrv\sensorservices\tiltcompensationssy\group" mrp=""/>
-</component>
-</module>
-<module name="sysstatemgmt">
-<component name="sysstatemgmt">
-<unit unitID="sf_os_devicesrv_sysstatemgmt" name="sysstatemgmt" bldFile="\sf\os\devicesrv\sysstatemgmt\group" mrp=""/>
-</component>
-</module>
-<module name="sysstatemgmt">
-<component name="starter">
-<unit unitID="sf_os_devicesrv_sysstatemgmt_starter" name="starter" bldFile="\sf\os\devicesrv\sysstatemgmt\starter\group" mrp=""/>
-</component>
-</module>
-<module name="sysstatemgmt">
-<component name="strtsecnote">
-<unit unitID="sf_os_devicesrv_sysstatemgmt_strtsecnote" name="strtsecnote" bldFile="\sf\os\devicesrv\sysstatemgmt\starter\strtsecnote\group" mrp=""/>
-</component>
-</module>
-<module name="sysstatemgmt">
-<component name="strtsecobs">
-<unit unitID="sf_os_devicesrv_sysstatemgmt_strtsecobs" name="strtsecobs" bldFile="\sf\os\devicesrv\sysstatemgmt\starter\strtsecobs\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="graphics">
-<module name="graphics">
-<component name="graphics">
-<unit unitID="sf_os_graphics" name="graphics" bldFile="\sf\os\graphics\group" mrp=""/>
-</component>
-</module>
-<module name="graphics_plat">
-<component name="graphics_plat">
-<unit unitID="sf_os_graphics_graphics_plat" name="graphics_plat" bldFile="\sf\os\graphics\graphics_plat\group" mrp=""/>
-</component>
-</module>
-<module name="graphics_plat">
-<component name="m3g_core_api">
-<unit unitID="sf_os_graphics_graphics_plat_m3g_core_api" name="m3g_core_api" bldFile="\sf\os\graphics\graphics_plat\m3g_core_api\group" mrp=""/>
-</component>
-</module>
-<module name="graphics_plat">
-<component name="openvg_binding_api">
-<unit unitID="sf_os_graphics_graphics_plat_openvg_binding_api" name="openvg_binding_api" bldFile="\sf\os\graphics\graphics_plat\openvg_binding_api\group" mrp=""/>
-</component>
-</module>
-<module name="graphics_pub">
-<component name="graphics_pub">
-<unit unitID="sf_os_graphics_graphics_pub" name="graphics_pub" bldFile="\sf\os\graphics\graphics_pub\group" mrp=""/>
-</component>
-</module>
-<module name="graphics_pub">
-<component name="openvg_api">
-<unit unitID="sf_os_graphics_graphics_pub_openvg_api" name="openvg_api" bldFile="\sf\os\graphics\graphics_pub\openvg_api\group" mrp=""/>
-</component>
-</module>
-<module name="graphicsaccelaration">
-<component name="2D_OpenVG_1_0">
-<unit unitID="sf_os_graphics_graphicsaccelaration_2D_OpenVG_1_0" name="2D_OpenVG_1_0" bldFile="\sf\os\graphics\graphicsaccelaration\2D_OpenVG_1_0\group" mrp=""/>
-</component>
-</module>
-<module name="graphicsaccelaration">
-<component name="3d_opengl_es_1_1">
-<unit unitID="sf_os_graphics_graphicsaccelaration_3d_opengl_es_1_1" name="3d_opengl_es_1_1" bldFile="\sf\os\graphics\graphicsaccelaration\3d_opengl_es_1_1\group" mrp=""/>
-</component>
-</module>
-<module name="graphicsaccelaration">
-<component name="graphicsaccelaration">
-<unit unitID="sf_os_graphics_graphicsaccelaration" name="graphicsaccelaration" bldFile="\sf\os\graphics\graphicsaccelaration\group" mrp=""/>
-</component>
-</module>
-<module name="m3g">
-<component name="m3g">
-<unit unitID="sf_os_graphics_m3g" name="m3g" bldFile="\sf\os\graphics\m3g\group" mrp=""/>
-</component>
-</module>
-<module name="m3g">
-<component name="m3gcore11">
-<unit unitID="sf_os_graphics_m3g_m3gcore11" name="m3gcore11" bldFile="\sf\os\graphics\m3g\m3gcore11\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imagingext">
-<module name="imagingext">
-<component name="imagingext">
-<unit unitID="sf_os_imagingext" name="imagingext" bldFile="\sf\os\imagingext\group" mrp=""/>
-</component>
-</module>
-<module name="imageadaptationextensions">
-<component name="imageadaptationextensions">
-<unit unitID="sf_os_imagingext_imageadaptationextensions" name="imageadaptationextensions" bldFile="\sf\os\imagingext\imageadaptationextensions\group" mrp=""/>
-</component>
-</module>
-<module name="imageadaptationextensions">
-<component name="iclextjpegapi">
-<unit unitID="sf_os_imagingext_imageadaptationextensions_iclextjpegapi" name="iclextjpegapi" bldFile="\sf\os\imagingext\imageadaptationextensions\iclextjpegapi\group" mrp=""/>
-</component>
-</module>
-<module name="imagingext_plat">
-<component name="ecam_face_tracking_custom_api">
-<unit unitID="sf_os_imagingext_imagingext_plat_ecam_face_tracking_custom_api" name="ecam_face_tracking_custom_api" bldFile="\sf\os\imagingext\imagingext_plat\ecam_face_tracking_custom_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagingext_plat">
-<component name="ecam_orientation_custom_api">
-<unit unitID="sf_os_imagingext_imagingext_plat_ecam_orientation_custom_api" name="ecam_orientation_custom_api" bldFile="\sf\os\imagingext\imagingext_plat\ecam_orientation_custom_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagingext_plat">
-<component name="ecam_ui_orientation_override_custom_api">
-<unit unitID="sf_os_imagingext_imagingext_plat_ecam_ui_orientation_override_custom_api" name="ecam_ui_orientation_override_custom_api" bldFile="\sf\os\imagingext\imagingext_plat\ecam_ui_orientation_override_custom_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagingext_plat">
-<component name="extended_icl_jpeg_api">
-<unit unitID="sf_os_imagingext_imagingext_plat_extended_icl_jpeg_api" name="extended_icl_jpeg_api" bldFile="\sf\os\imagingext\imagingext_plat\extended_icl_jpeg_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagingext_plat">
-<component name="imagingext_plat">
-<unit unitID="sf_os_imagingext_imagingext_plat" name="imagingext_plat" bldFile="\sf\os\imagingext\imagingext_plat\group" mrp=""/>
-</component>
-</module>
-<module name="imagingext_plat">
-<component name="h324_annex_k_custom_api">
-<unit unitID="sf_os_imagingext_imagingext_plat_h324_annex_k_custom_api" name="h324_annex_k_custom_api" bldFile="\sf\os\imagingext\imagingext_plat\h324_annex_k_custom_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagingext_plat">
-<component name="jpeg2000_icl_plugin_api">
-<unit unitID="sf_os_imagingext_imagingext_plat_jpeg2000_icl_plugin_api" name="jpeg2000_icl_plugin_api" bldFile="\sf\os\imagingext\imagingext_plat\jpeg2000_icl_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagingext_pub">
-<component name="exif_api">
-<unit unitID="sf_os_imagingext_imagingext_pub_exif_api" name="exif_api" bldFile="\sf\os\imagingext\imagingext_pub\exif_api\group" mrp=""/>
-</component>
-</module>
-<module name="imagingext_pub">
-<component name="imagingext_pub">
-<unit unitID="sf_os_imagingext_imagingext_pub" name="imagingext_pub" bldFile="\sf\os\imagingext\imagingext_pub\group" mrp=""/>
-</component>
-</module>
-<module name="imagingmodules">
-<component name="exiflib">
-<unit unitID="sf_os_imagingext_imagingmodules_exiflib" name="exiflib" bldFile="\sf\os\imagingext\imagingmodules\exiflib\group" mrp=""/>
-</component>
-</module>
-<module name="imagingmodules">
-<component name="imagingmodules">
-<unit unitID="sf_os_imagingext_imagingmodules" name="imagingmodules" bldFile="\sf\os\imagingext\imagingmodules\group" mrp=""/>
-</component>
-</module>
-<module name="imagingmodules">
-<component name="H264AVCVideoEncARM">
-<unit unitID="sf_os_imagingext_imagingmodules_H264AVCVideoEncARM" name="H264AVCVideoEncARM" bldFile="\sf\os\imagingext\imagingmodules\H264AVCVideoEncARM\group" mrp=""/>
-</component>
-</module>
-<module name="imagingmodules">
-<component name="jp2kcodec">
-<unit unitID="sf_os_imagingext_imagingmodules_jp2kcodec" name="jp2kcodec" bldFile="\sf\os\imagingext\imagingmodules\jp2kcodec\Group" mrp=""/>
-</component>
-</module>
-<module name="imagingmodules">
-<component name="Build">
-<unit unitID="sf_os_imagingext_imagingmodules_Build" name="Build" bldFile="\sf\os\imagingext\imagingmodules\VideoEncPluginARM\Build" mrp=""/>
-</component>
-</module>
-<module name="imagingmodules">
-<component name="H263EHWDevARM">
-<unit unitID="sf_os_imagingext_imagingmodules_H263EHWDevARM" name="H263EHWDevARM" bldFile="\sf\os\imagingext\imagingmodules\VideoEncPluginARM\H263EHWDevARM\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<module name="lbs">
-<component name="lbs">
-<unit unitID="sf_os_lbs" name="lbs" bldFile="\sf\os\lbs\group" mrp=""/>
-</component>
-</module>
-<logicalsubset name="mm">
-<module name="mm">
-<component name="mm">
-<unit unitID="sf_os_mm" name="mm" bldFile="\sf\os\mm\group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="AacEncoderPlugin">
-<unit unitID="sf_os_mm_audio_AacEncoderPlugin" name="AacEncoderPlugin" bldFile="\sf\os\mm\audio\ARM_CMMF_codecs\AacEncoderPlugin\Group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="AmrNbCodecPlugin">
-<unit unitID="sf_os_mm_audio_AmrNbCodecPlugin" name="AmrNbCodecPlugin" bldFile="\sf\os\mm\audio\ARM_CMMF_codecs\AmrNbCodecPlugin\Group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="AmrWbCodecPlugin">
-<unit unitID="sf_os_mm_audio_AmrWbCodecPlugin" name="AmrWbCodecPlugin" bldFile="\sf\os\mm\audio\ARM_CMMF_codecs\AmrWbCodecPlugin\Group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="EAacPlusCodecPlugin">
-<unit unitID="sf_os_mm_audio_EAacPlusCodecPlugin" name="EAacPlusCodecPlugin" bldFile="\sf\os\mm\audio\ARM_CMMF_codecs\EAacPlusCodecPlugin\Group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="EAacPlusUtil">
-<unit unitID="sf_os_mm_audio_EAacPlusUtil" name="EAacPlusUtil" bldFile="\sf\os\mm\audio\ARM_CMMF_codecs\EAacPlusUtil\group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="FrameTable">
-<unit unitID="sf_os_mm_audio_FrameTable" name="FrameTable" bldFile="\sf\os\mm\audio\ARM_CMMF_codecs\FrameTable\Group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="ARM_CMMF_codecs">
-<unit unitID="sf_os_mm_audio_ARM_CMMF_codecs" name="ARM_CMMF_codecs" bldFile="\sf\os\mm\audio\ARM_CMMF_codecs\group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="MP3CodecPlugin">
-<unit unitID="sf_os_mm_audio_MP3CodecPlugin" name="MP3CodecPlugin" bldFile="\sf\os\mm\audio\ARM_CMMF_codecs\MP3CodecPlugin\Group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="WMADecoderPlugin">
-<unit unitID="sf_os_mm_audio_WMADecoderPlugin" name="WMADecoderPlugin" bldFile="\sf\os\mm\audio\ARM_CMMF_codecs\WMADecoderPlugin\Group" mrp=""/>
-</component>
-</module>
-<module name="audio">
-<component name="audio">
-<unit unitID="sf_os_mm_audio" name="audio" bldFile="\sf\os\mm\audio\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AddedDevSoundControlMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_AddedDevSoundControlMsgHdlr" name="AddedDevSoundControlMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\addeddevsoundcontrol\AddedDevSoundControlMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AddedDevSoundControlProxy">
-<unit unitID="sf_os_mm_devsoundextensions_AddedDevSoundControlProxy" name="AddedDevSoundControlProxy" bldFile="\sf\os\mm\devsoundextensions\addeddevsoundcontrol\AddedDevSoundControlProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="addeddevsoundcontrol">
-<unit unitID="sf_os_mm_devsoundextensions_addeddevsoundcontrol" name="addeddevsoundcontrol" bldFile="\sf\os\mm\devsoundextensions\addeddevsoundcontrol\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="audiorouting">
-<unit unitID="sf_os_mm_devsoundextensions_audiorouting" name="audiorouting" bldFile="\sf\os\mm\devsoundextensions\audiorouting\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioInputBase">
-<unit unitID="sf_os_mm_devsoundextensions_AudioInputBase" name="AudioInputBase" bldFile="\sf\os\mm\devsoundextensions\audiorouting\Input\AudioInputBase\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioInputMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_AudioInputMessageHandler" name="AudioInputMessageHandler" bldFile="\sf\os\mm\devsoundextensions\audiorouting\Input\AudioInputMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioInputProxy">
-<unit unitID="sf_os_mm_devsoundextensions_AudioInputProxy" name="AudioInputProxy" bldFile="\sf\os\mm\devsoundextensions\audiorouting\Input\AudioInputProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="Input">
-<unit unitID="sf_os_mm_devsoundextensions_Input" name="Input" bldFile="\sf\os\mm\devsoundextensions\audiorouting\Input\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioOutputBase">
-<unit unitID="sf_os_mm_devsoundextensions_AudioOutputBase" name="AudioOutputBase" bldFile="\sf\os\mm\devsoundextensions\audiorouting\Output\AudioOutputBase\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioOutputMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_AudioOutputMessageHandler" name="AudioOutputMessageHandler" bldFile="\sf\os\mm\devsoundextensions\audiorouting\Output\AudioOutputMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioOutputProxy">
-<unit unitID="sf_os_mm_devsoundextensions_AudioOutputProxy" name="AudioOutputProxy" bldFile="\sf\os\mm\devsoundextensions\audiorouting\Output\AudioOutputProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="Output">
-<unit unitID="sf_os_mm_devsoundextensions_Output" name="Output" bldFile="\sf\os\mm\devsoundextensions\audiorouting\Output\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ciextnclientplugin">
-<unit unitID="sf_os_mm_devsoundextensions_ciextnclientplugin" name="ciextnclientplugin" bldFile="\sf\os\mm\devsoundextensions\ciextnfactoryplugins\ciextnclientplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ciextnserverplugin">
-<unit unitID="sf_os_mm_devsoundextensions_ciextnserverplugin" name="ciextnserverplugin" bldFile="\sf\os\mm\devsoundextensions\ciextnfactoryplugins\ciextnserverplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ciplatformfactoryplugin">
-<unit unitID="sf_os_mm_devsoundextensions_ciplatformfactoryplugin" name="ciplatformfactoryplugin" bldFile="\sf\os\mm\devsoundextensions\ciextnfactoryplugins\ciplatformfactoryplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ciplatformmsghndlrplugin">
-<unit unitID="sf_os_mm_devsoundextensions_ciplatformmsghndlrplugin" name="ciplatformmsghndlrplugin" bldFile="\sf\os\mm\devsoundextensions\ciextnfactoryplugins\ciplatformmsghndlrplugin\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ciextnfactoryplugins">
-<unit unitID="sf_os_mm_devsoundextensions_ciextnfactoryplugins" name="ciextnfactoryplugins" bldFile="\sf\os\mm\devsoundextensions\ciextnfactoryplugins\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="DRMPlayServer">
-<unit unitID="sf_os_mm_devsoundextensions_DRMPlayServer" name="DRMPlayServer" bldFile="\sf\os\mm\devsoundextensions\drmaudioplayer\DRMPlayServer\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="DRMPlayUtility">
-<unit unitID="sf_os_mm_devsoundextensions_DRMPlayUtility" name="DRMPlayUtility" bldFile="\sf\os\mm\devsoundextensions\drmaudioplayer\DRMPlayUtility\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="drmaudioplayer">
-<unit unitID="sf_os_mm_devsoundextensions_drmaudioplayer" name="drmaudioplayer" bldFile="\sf\os\mm\devsoundextensions\drmaudioplayer\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioEqualizerEffect">
-<unit unitID="sf_os_mm_devsoundextensions_AudioEqualizerEffect" name="AudioEqualizerEffect" bldFile="\sf\os\mm\devsoundextensions\effects\AudioEqualizer\AudioEqualizerEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioEqualizerMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_AudioEqualizerMessageHandler" name="AudioEqualizerMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\AudioEqualizer\AudioEqualizerMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioEqualizerProxy">
-<unit unitID="sf_os_mm_devsoundextensions_AudioEqualizerProxy" name="AudioEqualizerProxy" bldFile="\sf\os\mm\devsoundextensions\effects\AudioEqualizer\AudioEqualizerProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="BassBoostEffect">
-<unit unitID="sf_os_mm_devsoundextensions_BassBoostEffect" name="BassBoostEffect" bldFile="\sf\os\mm\devsoundextensions\effects\BassBoost\BassBoostEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="BassBoostMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_BassBoostMessageHandler" name="BassBoostMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\BassBoost\BassBoostMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="BassBoostProxy">
-<unit unitID="sf_os_mm_devsoundextensions_BassBoostProxy" name="BassBoostProxy" bldFile="\sf\os\mm\devsoundextensions\effects\BassBoost\BassBoostProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="DistanceAttenuationEffect">
-<unit unitID="sf_os_mm_devsoundextensions_DistanceAttenuationEffect" name="DistanceAttenuationEffect" bldFile="\sf\os\mm\devsoundextensions\effects\DistAtten\DistanceAttenuationEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="DistanceAttenuationMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_DistanceAttenuationMessageHandler" name="DistanceAttenuationMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\DistAtten\DistanceAttenuationMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="DistanceAttenuationProxy">
-<unit unitID="sf_os_mm_devsoundextensions_DistanceAttenuationProxy" name="DistanceAttenuationProxy" bldFile="\sf\os\mm\devsoundextensions\effects\DistAtten\DistanceAttenuationProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="DopplerBase">
-<unit unitID="sf_os_mm_devsoundextensions_DopplerBase" name="DopplerBase" bldFile="\sf\os\mm\devsoundextensions\effects\DopplerBase\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EffectBase">
-<unit unitID="sf_os_mm_devsoundextensions_EffectBase" name="EffectBase" bldFile="\sf\os\mm\devsoundextensions\effects\EffectBase\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EffectTest">
-<unit unitID="sf_os_mm_devsoundextensions_EffectTest" name="EffectTest" bldFile="\sf\os\mm\devsoundextensions\effects\EffectTest" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EnvironmentalReverbEffect">
-<unit unitID="sf_os_mm_devsoundextensions_EnvironmentalReverbEffect" name="EnvironmentalReverbEffect" bldFile="\sf\os\mm\devsoundextensions\effects\EnvReverb\EnvironmentalReverbEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EnvironmentalReverbMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_EnvironmentalReverbMessageHandler" name="EnvironmentalReverbMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\EnvReverb\EnvironmentalReverbMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EnvironmentalReverbProxy">
-<unit unitID="sf_os_mm_devsoundextensions_EnvironmentalReverbProxy" name="EnvironmentalReverbProxy" bldFile="\sf\os\mm\devsoundextensions\effects\EnvReverb\EnvironmentalReverbProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="effects">
-<unit unitID="sf_os_mm_devsoundextensions_effects" name="effects" bldFile="\sf\os\mm\devsoundextensions\effects\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ListenerDopplerEffect">
-<unit unitID="sf_os_mm_devsoundextensions_ListenerDopplerEffect" name="ListenerDopplerEffect" bldFile="\sf\os\mm\devsoundextensions\effects\ListDoppler\ListenerDopplerEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ListenerDopplerMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_ListenerDopplerMessageHandler" name="ListenerDopplerMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\ListDoppler\ListenerDopplerMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ListenerDopplerProxy">
-<unit unitID="sf_os_mm_devsoundextensions_ListenerDopplerProxy" name="ListenerDopplerProxy" bldFile="\sf\os\mm\devsoundextensions\effects\ListDoppler\ListenerDopplerProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ListenerLocationEffect">
-<unit unitID="sf_os_mm_devsoundextensions_ListenerLocationEffect" name="ListenerLocationEffect" bldFile="\sf\os\mm\devsoundextensions\effects\ListLocation\ListenerLocationEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ListenerLocationMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_ListenerLocationMessageHandler" name="ListenerLocationMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\ListLocation\ListenerLocationMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ListenerLocationProxy">
-<unit unitID="sf_os_mm_devsoundextensions_ListenerLocationProxy" name="ListenerLocationProxy" bldFile="\sf\os\mm\devsoundextensions\effects\ListLocation\ListenerLocationProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ListenerOrientationEffect">
-<unit unitID="sf_os_mm_devsoundextensions_ListenerOrientationEffect" name="ListenerOrientationEffect" bldFile="\sf\os\mm\devsoundextensions\effects\ListOrient\ListenerOrientationEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ListenerOrientationMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_ListenerOrientationMessageHandler" name="ListenerOrientationMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\ListOrient\ListenerOrientationMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ListenerOrientationProxy">
-<unit unitID="sf_os_mm_devsoundextensions_ListenerOrientationProxy" name="ListenerOrientationProxy" bldFile="\sf\os\mm\devsoundextensions\effects\ListOrient\ListenerOrientationProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="LocationBase">
-<unit unitID="sf_os_mm_devsoundextensions_LocationBase" name="LocationBase" bldFile="\sf\os\mm\devsoundextensions\effects\LocationBase\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="LoudnessEffect">
-<unit unitID="sf_os_mm_devsoundextensions_LoudnessEffect" name="LoudnessEffect" bldFile="\sf\os\mm\devsoundextensions\effects\Loudness\LoudnessEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="LoudnessMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_LoudnessMessageHandler" name="LoudnessMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\Loudness\LoudnessMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="LoudnessProxy">
-<unit unitID="sf_os_mm_devsoundextensions_LoudnessProxy" name="LoudnessProxy" bldFile="\sf\os\mm\devsoundextensions\effects\Loudness\LoudnessProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="OrientationBase">
-<unit unitID="sf_os_mm_devsoundextensions_OrientationBase" name="OrientationBase" bldFile="\sf\os\mm\devsoundextensions\effects\OrientationBase\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="RoomLevelEffect">
-<unit unitID="sf_os_mm_devsoundextensions_RoomLevelEffect" name="RoomLevelEffect" bldFile="\sf\os\mm\devsoundextensions\effects\RoomLevel\RoomLevelEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="RoomLevelMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_RoomLevelMessageHandler" name="RoomLevelMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\RoomLevel\RoomLevelMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="RoomLevelProxy">
-<unit unitID="sf_os_mm_devsoundextensions_RoomLevelProxy" name="RoomLevelProxy" bldFile="\sf\os\mm\devsoundextensions\effects\RoomLevel\RoomLevelProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SourceDopplerEffect">
-<unit unitID="sf_os_mm_devsoundextensions_SourceDopplerEffect" name="SourceDopplerEffect" bldFile="\sf\os\mm\devsoundextensions\effects\SrcDoppler\SourceDopplerEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SourceDopplerMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_SourceDopplerMessageHandler" name="SourceDopplerMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\SrcDoppler\SourceDopplerMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SourceDopplerProxy">
-<unit unitID="sf_os_mm_devsoundextensions_SourceDopplerProxy" name="SourceDopplerProxy" bldFile="\sf\os\mm\devsoundextensions\effects\SrcDoppler\SourceDopplerProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SourceLocationEffect">
-<unit unitID="sf_os_mm_devsoundextensions_SourceLocationEffect" name="SourceLocationEffect" bldFile="\sf\os\mm\devsoundextensions\effects\SrcLocation\SourceLocationEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SourceLocationMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_SourceLocationMessageHandler" name="SourceLocationMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\SrcLocation\SourceLocationMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SourceLocationProxy">
-<unit unitID="sf_os_mm_devsoundextensions_SourceLocationProxy" name="SourceLocationProxy" bldFile="\sf\os\mm\devsoundextensions\effects\SrcLocation\SourceLocationProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SourceOrientationEffect">
-<unit unitID="sf_os_mm_devsoundextensions_SourceOrientationEffect" name="SourceOrientationEffect" bldFile="\sf\os\mm\devsoundextensions\effects\SrcOrientation\SourceOrientationEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SourceOrientationMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_SourceOrientationMessageHandler" name="SourceOrientationMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\SrcOrientation\SourceOrientationMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SourceOrientationProxy">
-<unit unitID="sf_os_mm_devsoundextensions_SourceOrientationProxy" name="SourceOrientationProxy" bldFile="\sf\os\mm\devsoundextensions\effects\SrcOrientation\SourceOrientationProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="StereoWideningEffect">
-<unit unitID="sf_os_mm_devsoundextensions_StereoWideningEffect" name="StereoWideningEffect" bldFile="\sf\os\mm\devsoundextensions\effects\StereoWidening\StereoWideningEffect\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="StereoWideningMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_StereoWideningMessageHandler" name="StereoWideningMessageHandler" bldFile="\sf\os\mm\devsoundextensions\effects\StereoWidening\StereoWideningMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="StereoWideningProxy">
-<unit unitID="sf_os_mm_devsoundextensions_StereoWideningProxy" name="StereoWideningProxy" bldFile="\sf\os\mm\devsoundextensions\effects\StereoWidening\StereoWideningProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioEqualizerUtility">
-<unit unitID="sf_os_mm_devsoundextensions_AudioEqualizerUtility" name="AudioEqualizerUtility" bldFile="\sf\os\mm\devsoundextensions\effectspresets\AudioEqualizerUtility\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EnvironmentalReverbUtility">
-<unit unitID="sf_os_mm_devsoundextensions_EnvironmentalReverbUtility" name="EnvironmentalReverbUtility" bldFile="\sf\os\mm\devsoundextensions\effectspresets\EnvironmentalReverbUtility\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="effectspresets">
-<unit unitID="sf_os_mm_devsoundextensions_effectspresets" name="effectspresets" bldFile="\sf\os\mm\devsoundextensions\effectspresets\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="StereoWideningUtility">
-<unit unitID="sf_os_mm_devsoundextensions_StereoWideningUtility" name="StereoWideningUtility" bldFile="\sf\os\mm\devsoundextensions\effectspresets\StereoWideningUtility\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="globalaudiosettings">
-<unit unitID="sf_os_mm_devsoundextensions_globalaudiosettings" name="globalaudiosettings" bldFile="\sf\os\mm\devsoundextensions\globalaudiosettings\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="devsoundextensions">
-<unit unitID="sf_os_mm_devsoundextensions" name="devsoundextensions" bldFile="\sf\os\mm\devsoundextensions\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="customcommandutility">
-<unit unitID="sf_os_mm_devsoundextensions_customcommandutility" name="customcommandutility" bldFile="\sf\os\mm\devsoundextensions\mmextfw\customcommandutility\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="CustomInterfaceBuilder">
-<unit unitID="sf_os_mm_devsoundextensions_CustomInterfaceBuilder" name="CustomInterfaceBuilder" bldFile="\sf\os\mm\devsoundextensions\mmextfw\custominterfaceutility\CustomInterfaceBuilder\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="CustomInterfaceUtility">
-<unit unitID="sf_os_mm_devsoundextensions_CustomInterfaceUtility" name="CustomInterfaceUtility" bldFile="\sf\os\mm\devsoundextensions\mmextfw\custominterfaceutility\CustomInterfaceUtility\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="custominterfaceutility">
-<unit unitID="sf_os_mm_devsoundextensions_custominterfaceutility" name="custominterfaceutility" bldFile="\sf\os\mm\devsoundextensions\mmextfw\custominterfaceutility\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="mmextfw">
-<unit unitID="sf_os_mm_devsoundextensions_mmextfw" name="mmextfw" bldFile="\sf\os\mm\devsoundextensions\mmextfw\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AacDecoderConfig">
-<unit unitID="sf_os_mm_devsoundextensions_AacDecoderConfig" name="AacDecoderConfig" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\AacDecoderConfig\AacDecoderConfig\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AacDecoderConfigMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_AacDecoderConfigMsgHdlr" name="AacDecoderConfigMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\AacDecoderConfig\AacDecoderConfigMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AacDecoderConfigProxy">
-<unit unitID="sf_os_mm_devsoundextensions_AacDecoderConfigProxy" name="AacDecoderConfigProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\AacDecoderConfig\AacDecoderConfigProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AacDecoderConfig">
-<unit unitID="sf_os_mm_devsoundextensions_AacDecoderConfig_1" name="AacDecoderConfig_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\AacDecoderConfig\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioVibraControl">
-<unit unitID="sf_os_mm_devsoundextensions_AudioVibraControl" name="AudioVibraControl" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\AudioVibraControl\AudioVibraControl\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioVibraControlMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_AudioVibraControlMsgHdlr" name="AudioVibraControlMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\AudioVibraControl\AudioVibraControlMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioVibraControlProxy">
-<unit unitID="sf_os_mm_devsoundextensions_AudioVibraControlProxy" name="AudioVibraControlProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\AudioVibraControl\AudioVibraControlProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="AudioVibraControl">
-<unit unitID="sf_os_mm_devsoundextensions_AudioVibraControl_1" name="AudioVibraControl_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\AudioVibraControl\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EAacPlusDecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_EAacPlusDecoderIntfc" name="EAacPlusDecoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\EAacPlusDecoderIntfc\EAacPlusDecoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EAacPlusDecoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_EAacPlusDecoderIntfcMsgHdlr" name="EAacPlusDecoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\EAacPlusDecoderIntfc\EAacPlusDecoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EAacPlusDecoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_EAacPlusDecoderIntfcProxy" name="EAacPlusDecoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\EAacPlusDecoderIntfc\EAacPlusDecoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="EAacPlusDecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_EAacPlusDecoderIntfc_1" name="EAacPlusDecoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\EAacPlusDecoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ErrorConcealmentIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_ErrorConcealmentIntfc" name="ErrorConcealmentIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\ErrConcealmentIntfc\ErrorConcealmentIntfc\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ErrorConcealmentIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_ErrorConcealmentIntfcMsgHdlr" name="ErrorConcealmentIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\ErrConcealmentIntfc\ErrorConcealmentIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ErrorConcealmentIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_ErrorConcealmentIntfcProxy" name="ErrorConcealmentIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\ErrConcealmentIntfc\ErrorConcealmentIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="ErrConcealmentIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_ErrConcealmentIntfc" name="ErrConcealmentIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\ErrConcealmentIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G711DecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_G711DecoderIntfc" name="G711DecoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G711DecoderIntfc\G711DecoderIntfc\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G711DecoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_G711DecoderIntfcMsgHdlr" name="G711DecoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G711DecoderIntfc\G711DecoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G711DecoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_G711DecoderIntfcProxy" name="G711DecoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G711DecoderIntfc\G711DecoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G711DecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_G711DecoderIntfc_1" name="G711DecoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G711DecoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G711EncoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_G711EncoderIntfc" name="G711EncoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G711EncoderIntfc\G711EncoderIntfc\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G711EncoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_G711EncoderIntfcMsgHdlr" name="G711EncoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G711EncoderIntfc\G711EncoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G711EncoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_G711EncoderIntfcProxy" name="G711EncoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G711EncoderIntfc\G711EncoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G711EncoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_G711EncoderIntfc_1" name="G711EncoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G711EncoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G729DecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_G729DecoderIntfc" name="G729DecoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G729DecoderIntfc\G729DecoderIntfc\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G729DecoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_G729DecoderIntfcMsgHdlr" name="G729DecoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G729DecoderIntfc\G729DecoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G729DecoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_G729DecoderIntfcProxy" name="G729DecoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G729DecoderIntfc\G729DecoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G729DecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_G729DecoderIntfc_1" name="G729DecoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G729DecoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G729EncoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_G729EncoderIntfc" name="G729EncoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G729EncoderIntfc\G729EncoderIntfc\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G729EncoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_G729EncoderIntfcMsgHdlr" name="G729EncoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G729EncoderIntfc\G729EncoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G729EncoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_G729EncoderIntfcProxy" name="G729EncoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G729EncoderIntfc\G729EncoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="G729EncoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_G729EncoderIntfc_1" name="G729EncoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\G729EncoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="mmfcustominterfaces">
-<unit unitID="sf_os_mm_devsoundextensions_mmfcustominterfaces" name="mmfcustominterfaces" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="IlbcDecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_IlbcDecoderIntfc" name="IlbcDecoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\IlbcDecoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="IlbcDecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_IlbcDecoderIntfc_1" name="IlbcDecoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\IlbcDecoderIntfc\IlbcDecoderIntfc\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="IlbcDecoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_IlbcDecoderIntfcMsgHdlr" name="IlbcDecoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\IlbcDecoderIntfc\IlbcDecoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="IlbcDecoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_IlbcDecoderIntfcProxy" name="IlbcDecoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\IlbcDecoderIntfc\IlbcDecoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="IlbcEncoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_IlbcEncoderIntfc" name="IlbcEncoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\IlbcEncoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="IlbcEncoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_IlbcEncoderIntfc_1" name="IlbcEncoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\IlbcEncoderIntfc\IlbcEncoderIntfc\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="IlbcEncoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_IlbcEncoderIntfcMsgHdlr" name="IlbcEncoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\IlbcEncoderIntfc\IlbcEncoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="IlbcEncoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_IlbcEncoderIntfcProxy" name="IlbcEncoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\IlbcEncoderIntfc\IlbcEncoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="Ra8DecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_Ra8DecoderIntfc" name="Ra8DecoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\Ra8DecoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="Ra8DecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_Ra8DecoderIntfc_1" name="Ra8DecoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\Ra8DecoderIntfc\Ra8DecoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="Ra8DecoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_Ra8DecoderIntfcMsgHdlr" name="Ra8DecoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\Ra8DecoderIntfc\Ra8DecoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="Ra8DecoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_Ra8DecoderIntfcProxy" name="Ra8DecoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\Ra8DecoderIntfc\Ra8DecoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SbcEncoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_SbcEncoderIntfc" name="SbcEncoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\SbcEncoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SbcEncoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_SbcEncoderIntfc_1" name="SbcEncoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\SbcEncoderIntfc\SbcEncoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SbcEncoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_SbcEncoderIntfcMsgHdlr" name="SbcEncoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\SbcEncoderIntfc\SbcEncoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SbcEncoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_SbcEncoderIntfcProxy" name="SbcEncoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\SbcEncoderIntfc\SbcEncoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SpeechEncoderConfig">
-<unit unitID="sf_os_mm_devsoundextensions_SpeechEncoderConfig" name="SpeechEncoderConfig" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\SpeechEncoderConfig\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SpeechEncoderConfig">
-<unit unitID="sf_os_mm_devsoundextensions_SpeechEncoderConfig_1" name="SpeechEncoderConfig_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\SpeechEncoderConfig\SpeechEncoderConfig\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SpeechEncoderConfigMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_SpeechEncoderConfigMsgHdlr" name="SpeechEncoderConfigMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\SpeechEncoderConfig\SpeechEncoderConfigMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="SpeechEncoderConfigProxy">
-<unit unitID="sf_os_mm_devsoundextensions_SpeechEncoderConfigProxy" name="SpeechEncoderConfigProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\SpeechEncoderConfig\SpeechEncoderConfigProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="WmaDecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_WmaDecoderIntfc" name="WmaDecoderIntfc" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\WmaDecoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="WmaDecoderIntfc">
-<unit unitID="sf_os_mm_devsoundextensions_WmaDecoderIntfc_1" name="WmaDecoderIntfc_1" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\WmaDecoderIntfc\WmaDecoderIntfc\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="WmaDecoderIntfcMsgHdlr">
-<unit unitID="sf_os_mm_devsoundextensions_WmaDecoderIntfcMsgHdlr" name="WmaDecoderIntfcMsgHdlr" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\WmaDecoderIntfc\WmaDecoderIntfcMsgHdlr\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="WmaDecoderIntfcProxy">
-<unit unitID="sf_os_mm_devsoundextensions_WmaDecoderIntfcProxy" name="WmaDecoderIntfcProxy" bldFile="\sf\os\mm\devsoundextensions\mmfcustominterfaces\WmaDecoderIntfc\WmaDecoderIntfcProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="mmfdevsoundserverplatsec">
-<unit unitID="sf_os_mm_devsoundextensions_mmfdevsoundserverplatsec" name="mmfdevsoundserverplatsec" bldFile="\sf\os\mm\devsoundextensions\mmfdevsoundserverplatsec\Group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="mmfdevsoundadaptation">
-<unit unitID="sf_os_mm_devsoundextensions_mmfdevsoundadaptation" name="mmfdevsoundadaptation" bldFile="\sf\os\mm\devsoundextensions\mmfdevsoundserverplatsec\mmfdevsoundadaptation\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="restrictedaudiooutput">
-<unit unitID="sf_os_mm_devsoundextensions_restrictedaudiooutput" name="restrictedaudiooutput" bldFile="\sf\os\mm\devsoundextensions\restrictedaudiooutput\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="RestrictedAudioOutputBase">
-<unit unitID="sf_os_mm_devsoundextensions_RestrictedAudioOutputBase" name="RestrictedAudioOutputBase" bldFile="\sf\os\mm\devsoundextensions\restrictedaudiooutput\RestrictedAudioOutputBase\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="RestrictedAudioOutputMessageHandler">
-<unit unitID="sf_os_mm_devsoundextensions_RestrictedAudioOutputMessageHandler" name="RestrictedAudioOutputMessageHandler" bldFile="\sf\os\mm\devsoundextensions\restrictedaudiooutput\RestrictedAudioOutputMessageHandler\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="RestrictedAudioOutputProxy">
-<unit unitID="sf_os_mm_devsoundextensions_RestrictedAudioOutputProxy" name="RestrictedAudioOutputProxy" bldFile="\sf\os\mm\devsoundextensions\restrictedaudiooutput\RestrictedAudioOutputProxy\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="telephonyaudiorouting">
-<unit unitID="sf_os_mm_devsoundextensions_telephonyaudiorouting" name="telephonyaudiorouting" bldFile="\sf\os\mm\devsoundextensions\telephonyaudiorouting\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="Server">
-<unit unitID="sf_os_mm_devsoundextensions_Server" name="Server" bldFile="\sf\os\mm\devsoundextensions\telephonyaudiorouting\Server\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="Session">
-<unit unitID="sf_os_mm_devsoundextensions_Session" name="Session" bldFile="\sf\os\mm\devsoundextensions\telephonyaudiorouting\Session\Group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="TelephonyAudioRoutingBase">
-<unit unitID="sf_os_mm_devsoundextensions_TelephonyAudioRoutingBase" name="TelephonyAudioRoutingBase" bldFile="\sf\os\mm\devsoundextensions\telephonyaudiorouting\TelephonyAudioRoutingBase\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="TelephonyAudioRoutingManager">
-<unit unitID="sf_os_mm_devsoundextensions_TelephonyAudioRoutingManager" name="TelephonyAudioRoutingManager" bldFile="\sf\os\mm\devsoundextensions\telephonyaudiorouting\TelephonyAudioRoutingManager\group" mrp=""/>
-</component>
-</module>
-<module name="mdfdevvideoextensions">
-<component name="arm_mdf_postprocessor">
-<unit unitID="sf_os_mm_mdfdevvideoextensions_arm_mdf_postprocessor" name="arm_mdf_postprocessor" bldFile="\sf\os\mm\mdfdevvideoextensions\arm_mdf_postprocessor\group" mrp=""/>
-</component>
-</module>
-<module name="mdfdevvideoextensions">
-<component name="MdfPostProcDevice">
-<unit unitID="sf_os_mm_mdfdevvideoextensions_MdfPostProcDevice" name="MdfPostProcDevice" bldFile="\sf\os\mm\mdfdevvideoextensions\arm_mdf_postprocessor\PostProcessor\MdfPostProcDevice\group" mrp=""/>
-</component>
-</module>
-<module name="mdfdevvideoextensions">
-<component name="MdfPostProcProxy">
-<unit unitID="sf_os_mm_mdfdevvideoextensions_MdfPostProcProxy" name="MdfPostProcProxy" bldFile="\sf\os\mm\mdfdevvideoextensions\arm_mdf_postprocessor\PostProcessor\MdfPostProcProxy\group" mrp=""/>
-</component>
-</module>
-<module name="mdfdevvideoextensions">
-<component name="PostProcessing">
-<unit unitID="sf_os_mm_mdfdevvideoextensions_PostProcessing" name="PostProcessing" bldFile="\sf\os\mm\mdfdevvideoextensions\arm_mdf_postprocessor\PostProcessor\PostProcessing\group" mrp=""/>
-</component>
-</module>
-<module name="mdfdevvideoextensions">
-<component name="mdfdevvideoextensions">
-<unit unitID="sf_os_mm_mdfdevvideoextensions" name="mdfdevvideoextensions" bldFile="\sf\os\mm\mdfdevvideoextensions\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="aac_decoder_config_api">
-<unit unitID="sf_os_mm_mm_plat_aac_decoder_config_api" name="aac_decoder_config_api" bldFile="\sf\os\mm\mm_plat\aac_decoder_config_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="aac_decoder_config_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_aac_decoder_config_msg_hdlr_api" name="aac_decoder_config_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\aac_decoder_config_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="aac_decoder_config_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_aac_decoder_config_proxy_api" name="aac_decoder_config_proxy_api" bldFile="\sf\os\mm\mm_plat\aac_decoder_config_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="added_devsound_control_api">
-<unit unitID="sf_os_mm_mm_plat_added_devsound_control_api" name="added_devsound_control_api" bldFile="\sf\os\mm\mm_plat\added_devsound_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="added_devsound_control_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_added_devsound_control_msg_hdlr_api" name="added_devsound_control_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\added_devsound_control_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="added_devsound_control_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_added_devsound_control_proxy_api" name="added_devsound_control_proxy_api" bldFile="\sf\os\mm\mm_plat\added_devsound_control_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_effects_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_audio_effects_msg_hdlr_api" name="audio_effects_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\audio_effects_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_effects_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_audio_effects_proxy_api" name="audio_effects_proxy_api" bldFile="\sf\os\mm\mm_plat\audio_effects_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_policy_header_api">
-<unit unitID="sf_os_mm_mm_plat_audio_policy_header_api" name="audio_policy_header_api" bldFile="\sf\os\mm\mm_plat\audio_policy_header_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_routing_api">
-<unit unitID="sf_os_mm_mm_plat_audio_routing_api" name="audio_routing_api" bldFile="\sf\os\mm\mm_plat\audio_routing_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_routing_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_audio_routing_msg_hdlr_api" name="audio_routing_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\audio_routing_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_routing_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_audio_routing_proxy_api" name="audio_routing_proxy_api" bldFile="\sf\os\mm\mm_plat\audio_routing_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_server_factory_api">
-<unit unitID="sf_os_mm_mm_plat_audio_server_factory_api" name="audio_server_factory_api" bldFile="\sf\os\mm\mm_plat\audio_server_factory_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_vibra_control_api">
-<unit unitID="sf_os_mm_mm_plat_audio_vibra_control_api" name="audio_vibra_control_api" bldFile="\sf\os\mm\mm_plat\audio_vibra_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_vibra_control_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_audio_vibra_control_msg_hdlr_api" name="audio_vibra_control_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\audio_vibra_control_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_vibra_control_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_audio_vibra_control_proxy_api" name="audio_vibra_control_proxy_api" bldFile="\sf\os\mm\mm_plat\audio_vibra_control_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="audio_visualization_api">
-<unit unitID="sf_os_mm_mm_plat_audio_visualization_api" name="audio_visualization_api" bldFile="\sf\os\mm\mm_plat\audio_visualization_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="custom_interface_builder_api">
-<unit unitID="sf_os_mm_mm_plat_custom_interface_builder_api" name="custom_interface_builder_api" bldFile="\sf\os\mm\mm_plat\custom_interface_builder_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="custom_interface_message_handler_factory_api">
-<unit unitID="sf_os_mm_mm_plat_custom_interface_message_handler_factory_api" name="custom_interface_message_handler_factory_api" bldFile="\sf\os\mm\mm_plat\custom_interface_message_handler_factory_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="custom_interface_proxy_factory_api">
-<unit unitID="sf_os_mm_mm_plat_custom_interface_proxy_factory_api" name="custom_interface_proxy_factory_api" bldFile="\sf\os\mm\mm_plat\custom_interface_proxy_factory_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="custom_interface_utility_api">
-<unit unitID="sf_os_mm_mm_plat_custom_interface_utility_api" name="custom_interface_utility_api" bldFile="\sf\os\mm\mm_plat\custom_interface_utility_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="devsound_adaptation_api">
-<unit unitID="sf_os_mm_mm_plat_devsound_adaptation_api" name="devsound_adaptation_api" bldFile="\sf\os\mm\mm_plat\devsound_adaptation_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="display_posting_api">
-<unit unitID="sf_os_mm_mm_plat_display_posting_api" name="display_posting_api" bldFile="\sf\os\mm\mm_plat\display_posting_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="eaacplusutil_api">
-<unit unitID="sf_os_mm_mm_plat_eaacplusutil_api" name="eaacplusutil_api" bldFile="\sf\os\mm\mm_plat\eaacplusutil_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="eaac_plus_decoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_eaac_plus_decoder_interface_api" name="eaac_plus_decoder_interface_api" bldFile="\sf\os\mm\mm_plat\eaac_plus_decoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="eaac_plus_decoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_eaac_plus_decoder_interface_msg_hdlr_api" name="eaac_plus_decoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\eaac_plus_decoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="eaac_plus_decoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_eaac_plus_decoder_interface_proxy_api" name="eaac_plus_decoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\eaac_plus_decoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="error_concealment_interface_api">
-<unit unitID="sf_os_mm_mm_plat_error_concealment_interface_api" name="error_concealment_interface_api" bldFile="\sf\os\mm\mm_plat\error_concealment_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="error_concealment_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_error_concealment_interface_msg_hdlr_api" name="error_concealment_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\error_concealment_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="error_concealment_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_error_concealment_interface_proxy_api" name="error_concealment_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\error_concealment_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="fm_radio_adaptation_api">
-<unit unitID="sf_os_mm_mm_plat_fm_radio_adaptation_api" name="fm_radio_adaptation_api" bldFile="\sf\os\mm\mm_plat\fm_radio_adaptation_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="frametable_api">
-<unit unitID="sf_os_mm_mm_plat_frametable_api" name="frametable_api" bldFile="\sf\os\mm\mm_plat\frametable_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g711_decoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_g711_decoder_interface_api" name="g711_decoder_interface_api" bldFile="\sf\os\mm\mm_plat\g711_decoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g711_decoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_g711_decoder_interface_msg_hdlr_api" name="g711_decoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\g711_decoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g711_decoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_g711_decoder_interface_proxy_api" name="g711_decoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\g711_decoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g711_encoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_g711_encoder_interface_api" name="g711_encoder_interface_api" bldFile="\sf\os\mm\mm_plat\g711_encoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g711_encoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_g711_encoder_interface_msg_hdlr_api" name="g711_encoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\g711_encoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g711_encoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_g711_encoder_interface_proxy_api" name="g711_encoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\g711_encoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g729_decoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_g729_decoder_interface_api" name="g729_decoder_interface_api" bldFile="\sf\os\mm\mm_plat\g729_decoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g729_decoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_g729_decoder_interface_msg_hdlr_api" name="g729_decoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\g729_decoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g729_decoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_g729_decoder_interface_proxy_api" name="g729_decoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\g729_decoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g729_encoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_g729_encoder_interface_api" name="g729_encoder_interface_api" bldFile="\sf\os\mm\mm_plat\g729_encoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g729_encoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_g729_encoder_interface_msg_hdlr_api" name="g729_encoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\g729_encoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="g729_encoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_g729_encoder_interface_proxy_api" name="g729_encoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\g729_encoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="global_audio_settings_api">
-<unit unitID="sf_os_mm_mm_plat_global_audio_settings_api" name="global_audio_settings_api" bldFile="\sf\os\mm\mm_plat\global_audio_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="global_audio_settings_definition_api">
-<unit unitID="sf_os_mm_mm_plat_global_audio_settings_definition_api" name="global_audio_settings_definition_api" bldFile="\sf\os\mm\mm_plat\global_audio_settings_definition_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="mm_plat">
-<unit unitID="sf_os_mm_mm_plat" name="mm_plat" bldFile="\sf\os\mm\mm_plat\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="ilbc_decoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_ilbc_decoder_interface_api" name="ilbc_decoder_interface_api" bldFile="\sf\os\mm\mm_plat\ilbc_decoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="ilbc_decoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_ilbc_decoder_interface_msg_hdlr_api" name="ilbc_decoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\ilbc_decoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="ilbc_decoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_ilbc_decoder_interface_proxy_api" name="ilbc_decoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\ilbc_decoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="ilbc_encoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_ilbc_encoder_interface_api" name="ilbc_encoder_interface_api" bldFile="\sf\os\mm\mm_plat\ilbc_encoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="ilbc_encoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_ilbc_encoder_interface_msg_hdlr_api" name="ilbc_encoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\ilbc_encoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="ilbc_encoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_ilbc_encoder_interface_proxy_api" name="ilbc_encoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\ilbc_encoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="mdf_plugin_uids">
-<unit unitID="sf_os_mm_mm_plat_mdf_plugin_uids" name="mdf_plugin_uids" bldFile="\sf\os\mm\mm_plat\mdf_plugin_uids\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="multimedia_fourcc_definitions_api">
-<unit unitID="sf_os_mm_mm_plat_multimedia_fourcc_definitions_api" name="multimedia_fourcc_definitions_api" bldFile="\sf\os\mm\mm_plat\multimedia_fourcc_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="nokia_audio_policy_header_api">
-<unit unitID="sf_os_mm_mm_plat_nokia_audio_policy_header_api" name="nokia_audio_policy_header_api" bldFile="\sf\os\mm\mm_plat\nokia_audio_policy_header_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="nokia_multimedia_fourcc_definitions_api">
-<unit unitID="sf_os_mm_mm_plat_nokia_multimedia_fourcc_definitions_api" name="nokia_multimedia_fourcc_definitions_api" bldFile="\sf\os\mm\mm_plat\nokia_multimedia_fourcc_definitions_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="ra8_decoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_ra8_decoder_interface_api" name="ra8_decoder_interface_api" bldFile="\sf\os\mm\mm_plat\ra8_decoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="ra8_decoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_ra8_decoder_interface_msg_hdlr_api" name="ra8_decoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\ra8_decoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="ra8_decoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_ra8_decoder_interface_proxy_api" name="ra8_decoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\ra8_decoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="rds_adaptation_api">
-<unit unitID="sf_os_mm_mm_plat_rds_adaptation_api" name="rds_adaptation_api" bldFile="\sf\os\mm\mm_plat\rds_adaptation_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="restricted_audio_output_api">
-<unit unitID="sf_os_mm_mm_plat_restricted_audio_output_api" name="restricted_audio_output_api" bldFile="\sf\os\mm\mm_plat\restricted_audio_output_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="restricted_audio_output_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_restricted_audio_output_msg_hdlr_api" name="restricted_audio_output_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\restricted_audio_output_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="restricted_audio_output_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_restricted_audio_output_proxy_api" name="restricted_audio_output_proxy_api" bldFile="\sf\os\mm\mm_plat\restricted_audio_output_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="sbc_encoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_sbc_encoder_interface_api" name="sbc_encoder_interface_api" bldFile="\sf\os\mm\mm_plat\sbc_encoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="sbc_encoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_sbc_encoder_interface_msg_hdlr_api" name="sbc_encoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\sbc_encoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="sbc_encoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_sbc_encoder_interface_proxy_api" name="sbc_encoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\sbc_encoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="secure_output_mdf_custom_interface">
-<unit unitID="sf_os_mm_mm_plat_secure_output_mdf_custom_interface" name="secure_output_mdf_custom_interface" bldFile="\sf\os\mm\mm_plat\secure_output_mdf_custom_interface\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="speech_encoder_config_api">
-<unit unitID="sf_os_mm_mm_plat_speech_encoder_config_api" name="speech_encoder_config_api" bldFile="\sf\os\mm\mm_plat\speech_encoder_config_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="speech_encoder_config_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_speech_encoder_config_msg_hdlr_api" name="speech_encoder_config_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\speech_encoder_config_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="speech_encoder_config_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_speech_encoder_config_proxy_api" name="speech_encoder_config_proxy_api" bldFile="\sf\os\mm\mm_plat\speech_encoder_config_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="telephony_audio_routing_client_api">
-<unit unitID="sf_os_mm_mm_plat_telephony_audio_routing_client_api" name="telephony_audio_routing_client_api" bldFile="\sf\os\mm\mm_plat\telephony_audio_routing_client_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="telephony_audio_routing_manager_api">
-<unit unitID="sf_os_mm_mm_plat_telephony_audio_routing_manager_api" name="telephony_audio_routing_manager_api" bldFile="\sf\os\mm\mm_plat\telephony_audio_routing_manager_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="video_buffer_management_mdf_custom_interface">
-<unit unitID="sf_os_mm_mm_plat_video_buffer_management_mdf_custom_interface" name="video_buffer_management_mdf_custom_interface" bldFile="\sf\os\mm\mm_plat\video_buffer_management_mdf_custom_interface\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="video_decoder_rotation_mdf_custom_interface">
-<unit unitID="sf_os_mm_mm_plat_video_decoder_rotation_mdf_custom_interface" name="video_decoder_rotation_mdf_custom_interface" bldFile="\sf\os\mm\mm_plat\video_decoder_rotation_mdf_custom_interface\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="video_decoder_scaling_mdf_custom_interface">
-<unit unitID="sf_os_mm_mm_plat_video_decoder_scaling_mdf_custom_interface" name="video_decoder_scaling_mdf_custom_interface" bldFile="\sf\os\mm\mm_plat\video_decoder_scaling_mdf_custom_interface\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="video_window_control_custom_interface">
-<unit unitID="sf_os_mm_mm_plat_video_window_control_custom_interface" name="video_window_control_custom_interface" bldFile="\sf\os\mm\mm_plat\video_window_control_custom_interface\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="wma_decoder_interface_api">
-<unit unitID="sf_os_mm_mm_plat_wma_decoder_interface_api" name="wma_decoder_interface_api" bldFile="\sf\os\mm\mm_plat\wma_decoder_interface_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="wma_decoder_interface_msg_hdlr_api">
-<unit unitID="sf_os_mm_mm_plat_wma_decoder_interface_msg_hdlr_api" name="wma_decoder_interface_msg_hdlr_api" bldFile="\sf\os\mm\mm_plat\wma_decoder_interface_msg_hdlr_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_plat">
-<component name="wma_decoder_interface_proxy_api">
-<unit unitID="sf_os_mm_mm_plat_wma_decoder_interface_proxy_api" name="wma_decoder_interface_proxy_api" bldFile="\sf\os\mm\mm_plat\wma_decoder_interface_proxy_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_pub">
-<component name="audio_effects_api">
-<unit unitID="sf_os_mm_mm_pub_audio_effects_api" name="audio_effects_api" bldFile="\sf\os\mm\mm_pub\audio_effects_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_pub">
-<component name="audio_effects_presets_api">
-<unit unitID="sf_os_mm_mm_pub_audio_effects_presets_api" name="audio_effects_presets_api" bldFile="\sf\os\mm\mm_pub\audio_effects_presets_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_pub">
-<component name="drm_audio_player_api">
-<unit unitID="sf_os_mm_mm_pub_drm_audio_player_api" name="drm_audio_player_api" bldFile="\sf\os\mm\mm_pub\drm_audio_player_api\group" mrp=""/>
-</component>
-</module>
-<module name="mm_pub">
-<component name="mm_pub">
-<unit unitID="sf_os_mm_mm_pub" name="mm_pub" bldFile="\sf\os\mm\mm_pub\group" mrp=""/>
-</component>
-</module>
-<module name="mm_pub">
-<component name="multimedia_extension_interfaces_api">
-<unit unitID="sf_os_mm_mm_pub_multimedia_extension_interfaces_api" name="multimedia_extension_interfaces_api" bldFile="\sf\os\mm\mm_pub\multimedia_extension_interfaces_api\group" mrp=""/>
-</component>
-</module>
-<module name="video">
-<component name="ARM_MDF_Decoders">
-<unit unitID="sf_os_mm_video_ARM_MDF_Decoders" name="ARM_MDF_Decoders" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\group" mrp=""/>
-</component>
-</module>
-<module name="video">
-<component name="H264Dec">
-<unit unitID="sf_os_mm_video_H264Dec" name="H264Dec" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\H264Dec\group" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="video">
-<component name="DecHwDevice">
-<unit unitID="sf_os_mm_video_DecHwDevice" name="DecHwDevice" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\MPEG4H263Dec\DecHwDevice\group" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="video">
-<component name="Mp4H263ComboCodec">
-<unit unitID="sf_os_mm_video_Mp4H263ComboCodec" name="Mp4H263ComboCodec" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\MPEG4H263Dec\Mp4H263ComboCodec\group" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="video">
-<component name="Mp4H263Decoder">
-<unit unitID="sf_os_mm_video_Mp4H263Decoder" name="Mp4H263Decoder" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\MPEG4H263Dec\Mp4H263Decoder\group" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="video">
-<component name="BufferProcessor">
-<unit unitID="sf_os_mm_video_BufferProcessor" name="BufferProcessor" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\Utilities\BufferProcessor\group" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="video">
-<component name="StateMachine">
-<unit unitID="sf_os_mm_video_StateMachine" name="StateMachine" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\Utilities\StateMachine\group" mrp="" filter="!no_binonly"/>
-</component>
-</module>
-<module name="video">
-<component name="VC1Dec">
-<unit unitID="sf_os_mm_video_VC1Dec" name="VC1Dec" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\VC1Dec\group" mrp=""/>
-</component>
-</module>
-<module name="video">
-<component name="VC1Codec">
-<unit unitID="sf_os_mm_video_VC1Codec" name="VC1Codec" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\VC1Dec\VC1Codec\group" mrp=""/>
-</component>
-</module>
-<module name="video">
-<component name="VC1Decoder">
-<unit unitID="sf_os_mm_video_VC1Decoder" name="VC1Decoder" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\VC1Dec\VC1Decoder\group" mrp=""/>
-</component>
-</module>
-<module name="video">
-<component name="VC1HwDevice">
-<unit unitID="sf_os_mm_video_VC1HwDevice" name="VC1HwDevice" bldFile="\sf\os\mm\video\ARM_MDF_Decoders\VC1Dec\VC1HwDevice\group" mrp=""/>
-</component>
-</module>
-<module name="video">
-<component name="video">
-<unit unitID="sf_os_mm_video" name="video" bldFile="\sf\os\mm\video\group" mrp=""/>
-</component>
-</module>
-<module name="videoadaptationextensions">
-<component name="videoadaptationextensions">
-<unit unitID="sf_os_mm_videoadaptationextensions" name="videoadaptationextensions" bldFile="\sf\os\mm\videoadaptationextensions\group" mrp=""/>
-</component>
-</module>
-<module name="videoadaptationextensions">
-<component name="postingsurface">
-<unit unitID="sf_os_mm_videoadaptationextensions_postingsurface" name="postingsurface" bldFile="\sf\os\mm\videoadaptationextensions\postingsurface\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="networkingsrv">
-<module name="networkingsrv">
-<component name="networkingsrv">
-<unit unitID="sf_os_networkingsrv" name="networkingsrv" bldFile="\sf\os\networkingsrv\group" mrp=""/>
-</component>
-</module>
-<module name="commsdb">
-<component name="commsdb">
-<unit unitID="sf_os_networkingsrv_commsdb" name="commsdb" bldFile="\sf\os\networkingsrv\commsdb\group" mrp=""/>
-</component>
-</module>
-<module name="commsdb">
-<component name="s60_commsdb">
-<unit unitID="sf_os_networkingsrv_commsdb_s60_commsdb" name="s60_commsdb" bldFile="\sf\os\networkingsrv\commsdb\s60_commsdb\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="ossrv">
-<module name="ossrv">
-<component name="ossrv">
-<unit unitID="sf_os_ossrv" name="ossrv" bldFile="\sf\os\ossrv\group" mrp=""/>
-</component>
-</module>
-<module name="glib">
-<component name="glibbackend">
-<unit unitID="sf_os_ossrv_glib_glibbackend" name="glibbackend" bldFile="\sf\os\ossrv\glib\glibbackend\group" mrp=""/>
-</component>
-</module>
-<module name="glib">
-<component name="glib">
-<unit unitID="sf_os_ossrv_glib" name="glib" bldFile="\sf\os\ossrv\glib\group" mrp=""/>
-</component>
-</module>
-<module name="glib">
-<component name="libglib">
-<unit unitID="sf_os_ossrv_glib_libglib" name="libglib" bldFile="\sf\os\ossrv\glib\libglib\group" mrp=""/>
-</component>
-</module>
-<module name="glib">
-<component name="libgmodule">
-<unit unitID="sf_os_ossrv_glib_libgmodule" name="libgmodule" bldFile="\sf\os\ossrv\glib\libgmodule\group" mrp=""/>
-</component>
-</module>
-<module name="glib">
-<component name="libgobject">
-<unit unitID="sf_os_ossrv_glib_libgobject" name="libgobject" bldFile="\sf\os\ossrv\glib\libgobject\group" mrp=""/>
-</component>
-</module>
-<module name="glib">
-<component name="libgthread">
-<unit unitID="sf_os_ossrv_glib_libgthread" name="libgthread" bldFile="\sf\os\ossrv\glib\libgthread\group" mrp=""/>
-</component>
-</module>
-<module name="ofdbus">
-<component name="dbus">
-<unit unitID="sf_os_ossrv_ofdbus_dbus" name="dbus" bldFile="\sf\os\ossrv\ofdbus\dbus\group" mrp=""/>
-</component>
-</module>
-<module name="ofdbus">
-<component name="dbus-glib">
-<unit unitID="sf_os_ossrv_ofdbus_dbus-glib" name="dbus-glib" bldFile="\sf\os\ossrv\ofdbus\dbus-glib\group" mrp=""/>
-</component>
-</module>
-<module name="ofdbus">
-<component name="ofdbus">
-<unit unitID="sf_os_ossrv_ofdbus" name="ofdbus" bldFile="\sf\os\ossrv\ofdbus\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_plat">
-<component name="libutils">
-<unit unitID="sf_os_ossrv_ossrv_plat_libutils" name="libutils" bldFile="\sf\os\ossrv\ossrv_plat\libutils\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="boost_apis">
-<unit unitID="sf_os_ossrv_ossrv_pub_boost_apis" name="boost_apis" bldFile="\sf\os\ossrv\ossrv_pub\boost_apis\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="character_type_apis">
-<unit unitID="sf_os_ossrv_ossrv_pub_character_type_apis" name="character_type_apis" bldFile="\sf\os\ossrv\ossrv_pub\character_type_apis\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="compiler_specific_runtime_support">
-<unit unitID="sf_os_ossrv_ossrv_pub_compiler_specific_runtime_support" name="compiler_specific_runtime_support" bldFile="\sf\os\ossrv\ossrv_pub\compiler_specific_runtime_support\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="configuration">
-<unit unitID="sf_os_ossrv_ossrv_pub_configuration" name="configuration" bldFile="\sf\os\ossrv\ossrv_pub\configuration\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="cpp_wrappers">
-<unit unitID="sf_os_ossrv_ossrv_pub_cpp_wrappers" name="cpp_wrappers" bldFile="\sf\os\ossrv\ossrv_pub\cpp_wrappers\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="cryptogaphy_related_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_cryptogaphy_related_api" name="cryptogaphy_related_api" bldFile="\sf\os\ossrv\ossrv_pub\cryptogaphy_related_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="crypto_authentication_codes_and_hash_functions_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_crypto_authentication_codes_and_hash_functions_api" name="crypto_authentication_codes_and_hash_functions_api" bldFile="\sf\os\ossrv\ossrv_pub\crypto_authentication_codes_and_hash_functions_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="crypto_auxillary_functions_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_crypto_auxillary_functions_api" name="crypto_auxillary_functions_api" bldFile="\sf\os\ossrv\ossrv_pub\crypto_auxillary_functions_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="crypto_certificates_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_crypto_certificates_api" name="crypto_certificates_api" bldFile="\sf\os\ossrv\ossrv_pub\crypto_certificates_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="crypto_inputoutput_and_data_encoding_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_crypto_inputoutput_and_data_encoding_api" name="crypto_inputoutput_and_data_encoding_api" bldFile="\sf\os\ossrv\ossrv_pub\crypto_inputoutput_and_data_encoding_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="crypto_public_key_cryptography_and_key_agreement_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_crypto_public_key_cryptography_and_key_agreement_api" name="crypto_public_key_cryptography_and_key_agreement_api" bldFile="\sf\os\ossrv\ossrv_pub\crypto_public_key_cryptography_and_key_agreement_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="crypto_symmetric_ciphers_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_crypto_symmetric_ciphers_api" name="crypto_symmetric_ciphers_api" bldFile="\sf\os\ossrv\ossrv_pub\crypto_symmetric_ciphers_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="crypto_utility_functions_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_crypto_utility_functions_api" name="crypto_utility_functions_api" bldFile="\sf\os\ossrv\ossrv_pub\crypto_utility_functions_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="dbus">
-<unit unitID="sf_os_ossrv_ossrv_pub_dbus" name="dbus" bldFile="\sf\os\ossrv\ossrv_pub\dbus\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="dbus-glib">
-<unit unitID="sf_os_ossrv_ossrv_pub_dbus-glib" name="dbus-glib" bldFile="\sf\os\ossrv\ossrv_pub\dbus-glib\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="debug">
-<unit unitID="sf_os_ossrv_ossrv_pub_debug" name="debug" bldFile="\sf\os\ossrv\ossrv_pub\debug\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="exceptions">
-<unit unitID="sf_os_ossrv_ossrv_pub_exceptions" name="exceptions" bldFile="\sf\os\ossrv\ossrv_pub\exceptions\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="gboxed">
-<unit unitID="sf_os_ossrv_ossrv_pub_gboxed" name="gboxed" bldFile="\sf\os\ossrv\ossrv_pub\gboxed\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_arrays">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_arrays" name="glib_arrays" bldFile="\sf\os\ossrv\ossrv_pub\glib_arrays\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_asynchronous_queues">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_asynchronous_queues" name="glib_asynchronous_queues" bldFile="\sf\os\ossrv\ossrv_pub\glib_asynchronous_queues\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_atomic_operations">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_atomic_operations" name="glib_atomic_operations" bldFile="\sf\os\ossrv\ossrv_pub\glib_atomic_operations\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_automatic_string_completion">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_automatic_string_completion" name="glib_automatic_string_completion" bldFile="\sf\os\ossrv\ossrv_pub\glib_automatic_string_completion\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_balanced_binary_trees">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_balanced_binary_trees" name="glib_balanced_binary_trees" bldFile="\sf\os\ossrv\ossrv_pub\glib_balanced_binary_trees\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_basic_types">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_basic_types" name="glib_basic_types" bldFile="\sf\os\ossrv\ossrv_pub\glib_basic_types\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_caches">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_caches" name="glib_caches" bldFile="\sf\os\ossrv\ossrv_pub\glib_caches\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_character_set_conversion">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_character_set_conversion" name="glib_character_set_conversion" bldFile="\sf\os\ossrv\ossrv_pub\glib_character_set_conversion\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_closures">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_closures" name="glib_closures" bldFile="\sf\os\ossrv\ossrv_pub\glib_closures\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_commandline_option_parser">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_commandline_option_parser" name="glib_commandline_option_parser" bldFile="\sf\os\ossrv\ossrv_pub\glib_commandline_option_parser\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_datasets">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_datasets" name="glib_datasets" bldFile="\sf\os\ossrv\ossrv_pub\glib_datasets\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_date_and_time_functions">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_date_and_time_functions" name="glib_date_and_time_functions" bldFile="\sf\os\ossrv\ossrv_pub\glib_date_and_time_functions\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_doubleended_queues">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_doubleended_queues" name="glib_doubleended_queues" bldFile="\sf\os\ossrv\ossrv_pub\glib_doubleended_queues\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_doublylinked_lists">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_doublylinked_lists" name="glib_doublylinked_lists" bldFile="\sf\os\ossrv\ossrv_pub\glib_doublylinked_lists\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_dynamic_loading_of_modules">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_dynamic_loading_of_modules" name="glib_dynamic_loading_of_modules" bldFile="\sf\os\ossrv\ossrv_pub\glib_dynamic_loading_of_modules\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_enums_and_flags">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_enums_and_flags" name="glib_enums_and_flags" bldFile="\sf\os\ossrv\ossrv_pub\glib_enums_and_flags\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_error_reporting">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_error_reporting" name="glib_error_reporting" bldFile="\sf\os\ossrv\ossrv_pub\glib_error_reporting\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_file_utilities">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_file_utilities" name="glib_file_utilities" bldFile="\sf\os\ossrv\ossrv_pub\glib_file_utilities\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_generic_values">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_generic_values" name="glib_generic_values" bldFile="\sf\os\ossrv\ossrv_pub\glib_generic_values\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_globstyle_pattern_matching">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_globstyle_pattern_matching" name="glib_globstyle_pattern_matching" bldFile="\sf\os\ossrv\ossrv_pub\glib_globstyle_pattern_matching\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_hash_tables">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_hash_tables" name="glib_hash_tables" bldFile="\sf\os\ossrv\ossrv_pub\glib_hash_tables\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_hook_functions">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_hook_functions" name="glib_hook_functions" bldFile="\sf\os\ossrv\ossrv_pub\glib_hook_functions\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_internationalization">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_internationalization" name="glib_internationalization" bldFile="\sf\os\ossrv\ossrv_pub\glib_internationalization\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_io_channels">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_io_channels" name="glib_io_channels" bldFile="\sf\os\ossrv\ossrv_pub\glib_io_channels\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_keyvalue_file_parser">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_keyvalue_file_parser" name="glib_keyvalue_file_parser" bldFile="\sf\os\ossrv\ossrv_pub\glib_keyvalue_file_parser\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_lexical_scanner">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_lexical_scanner" name="glib_lexical_scanner" bldFile="\sf\os\ossrv\ossrv_pub\glib_lexical_scanner\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_main_event_loop">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_main_event_loop" name="glib_main_event_loop" bldFile="\sf\os\ossrv\ossrv_pub\glib_main_event_loop\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_memory_allocation">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_memory_allocation" name="glib_memory_allocation" bldFile="\sf\os\ossrv\ossrv_pub\glib_memory_allocation\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_memory_slices">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_memory_slices" name="glib_memory_slices" bldFile="\sf\os\ossrv\ossrv_pub\glib_memory_slices\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_message_logging">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_message_logging" name="glib_message_logging" bldFile="\sf\os\ossrv\ossrv_pub\glib_message_logging\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_miscellaneous_utility_functions">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_miscellaneous_utility_functions" name="glib_miscellaneous_utility_functions" bldFile="\sf\os\ossrv\ossrv_pub\glib_miscellaneous_utility_functions\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_nary_trees">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_nary_trees" name="glib_nary_trees" bldFile="\sf\os\ossrv\ossrv_pub\glib_nary_trees\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_parameters_and_values">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_parameters_and_values" name="glib_parameters_and_values" bldFile="\sf\os\ossrv\ossrv_pub\glib_parameters_and_values\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_quarks">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_quarks" name="glib_quarks" bldFile="\sf\os\ossrv\ossrv_pub\glib_quarks\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_random_numbers">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_random_numbers" name="glib_random_numbers" bldFile="\sf\os\ossrv\ossrv_pub\glib_random_numbers\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_relations_and_tuples">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_relations_and_tuples" name="glib_relations_and_tuples" bldFile="\sf\os\ossrv\ossrv_pub\glib_relations_and_tuples\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_shellrelated_utilities">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_shellrelated_utilities" name="glib_shellrelated_utilities" bldFile="\sf\os\ossrv\ossrv_pub\glib_shellrelated_utilities\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_signals">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_signals" name="glib_signals" bldFile="\sf\os\ossrv\ossrv_pub\glib_signals\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_simple_xml_subset_parser">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_simple_xml_subset_parser" name="glib_simple_xml_subset_parser" bldFile="\sf\os\ossrv\ossrv_pub\glib_simple_xml_subset_parser\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_singlylinked_lists">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_singlylinked_lists" name="glib_singlylinked_lists" bldFile="\sf\os\ossrv\ossrv_pub\glib_singlylinked_lists\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_spawning_processes">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_spawning_processes" name="glib_spawning_processes" bldFile="\sf\os\ossrv\ossrv_pub\glib_spawning_processes\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_standard_macros">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_standard_macros" name="glib_standard_macros" bldFile="\sf\os\ossrv\ossrv_pub\glib_standard_macros\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_strings">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_strings" name="glib_strings" bldFile="\sf\os\ossrv\ossrv_pub\glib_strings\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_string_utility_functions">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_string_utility_functions" name="glib_string_utility_functions" bldFile="\sf\os\ossrv\ossrv_pub\glib_string_utility_functions\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_threads">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_threads" name="glib_threads" bldFile="\sf\os\ossrv\ossrv_pub\glib_threads\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_thread_pools">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_thread_pools" name="glib_thread_pools" bldFile="\sf\os\ossrv\ossrv_pub\glib_thread_pools\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_timers">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_timers" name="glib_timers" bldFile="\sf\os\ossrv\ossrv_pub\glib_timers\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_unicode_manipulation">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_unicode_manipulation" name="glib_unicode_manipulation" bldFile="\sf\os\ossrv\ossrv_pub\glib_unicode_manipulation\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_value_arrays">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_value_arrays" name="glib_value_arrays" bldFile="\sf\os\ossrv\ossrv_pub\glib_value_arrays\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="glib_varargs_value_collection">
-<unit unitID="sf_os_ossrv_ossrv_pub_glib_varargs_value_collection" name="glib_varargs_value_collection" bldFile="\sf\os\ossrv\ossrv_pub\glib_varargs_value_collection\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="gobject">
-<unit unitID="sf_os_ossrv_ossrv_pub_gobject" name="gobject" bldFile="\sf\os\ossrv\ossrv_pub\gobject\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="gparamspec">
-<unit unitID="sf_os_ossrv_ossrv_pub_gparamspec" name="gparamspec" bldFile="\sf\os\ossrv\ossrv_pub\gparamspec\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="ossrv_pub">
-<unit unitID="sf_os_ossrv_ossrv_pub" name="ossrv_pub" bldFile="\sf\os\ossrv\ossrv_pub\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="gtype">
-<unit unitID="sf_os_ossrv_ossrv_pub_gtype" name="gtype" bldFile="\sf\os\ossrv\ossrv_pub\gtype\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="gtypemodule">
-<unit unitID="sf_os_ossrv_ossrv_pub_gtypemodule" name="gtypemodule" bldFile="\sf\os\ossrv\ossrv_pub\gtypemodule\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="gtypeplugin">
-<unit unitID="sf_os_ossrv_ossrv_pub_gtypeplugin" name="gtypeplugin" bldFile="\sf\os\ossrv\ossrv_pub\gtypeplugin\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="io_stream_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_io_stream_api" name="io_stream_api" bldFile="\sf\os\ossrv\ossrv_pub\io_stream_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="localization_function_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_localization_function_api" name="localization_function_api" bldFile="\sf\os\ossrv\ossrv_pub\localization_function_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="math_operations_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_math_operations_api" name="math_operations_api" bldFile="\sf\os\ossrv\ossrv_pub\math_operations_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="memory">
-<unit unitID="sf_os_ossrv_ossrv_pub_memory" name="memory" bldFile="\sf\os\ossrv\ossrv_pub\memory\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="no_namespace_headers">
-<unit unitID="sf_os_ossrv_ossrv_pub_no_namespace_headers" name="no_namespace_headers" bldFile="\sf\os\ossrv\ossrv_pub\no_namespace_headers\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="openc_headers">
-<unit unitID="sf_os_ossrv_ossrv_pub_openc_headers" name="openc_headers" bldFile="\sf\os\ossrv\ossrv_pub\openc_headers\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="openc_wrappers">
-<unit unitID="sf_os_ossrv_ossrv_pub_openc_wrappers" name="openc_wrappers" bldFile="\sf\os\ossrv\ossrv_pub\openc_wrappers\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="ssl_general_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_ssl_general_api" name="ssl_general_api" bldFile="\sf\os\ossrv\ossrv_pub\ssl_general_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="ssl_protocol_methods_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_ssl_protocol_methods_api" name="ssl_protocol_methods_api" bldFile="\sf\os\ossrv\ossrv_pub\ssl_protocol_methods_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="standard_compressiondecompression_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_standard_compressiondecompression_api" name="standard_compressiondecompression_api" bldFile="\sf\os\ossrv\ossrv_pub\standard_compressiondecompression_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="stl">
-<unit unitID="sf_os_ossrv_ossrv_pub_stl" name="stl" bldFile="\sf\os\ossrv\ossrv_pub\stl\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="thread_api">
-<unit unitID="sf_os_ossrv_ossrv_pub_thread_api" name="thread_api" bldFile="\sf\os\ossrv\ossrv_pub\thread_api\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="typeinfo">
-<unit unitID="sf_os_ossrv_ossrv_pub_typeinfo" name="typeinfo" bldFile="\sf\os\ossrv\ossrv_pub\typeinfo\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="type_attributes">
-<unit unitID="sf_os_ossrv_ossrv_pub_type_attributes" name="type_attributes" bldFile="\sf\os\ossrv\ossrv_pub\type_attributes\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="utility_apis">
-<unit unitID="sf_os_ossrv_ossrv_pub_utility_apis" name="utility_apis" bldFile="\sf\os\ossrv\ossrv_pub\utility_apis\group" mrp=""/>
-</component>
-</module>
-<module name="ossrv_pub">
-<component name="wide_character_classapis">
-<unit unitID="sf_os_ossrv_ossrv_pub_wide_character_classapis" name="wide_character_classapis" bldFile="\sf\os\ossrv\ossrv_pub\wide_character_classapis\group" mrp=""/>
-</component>
-</module>
-<module name="ssl">
-<component name="ssl">
-<unit unitID="sf_os_ossrv_ssl" name="ssl" bldFile="\sf\os\ossrv\ssl\group" mrp=""/>
-</component>
-</module>
-<module name="ssl">
-<component name="libcrypto">
-<unit unitID="sf_os_ossrv_ssl_libcrypto" name="libcrypto" bldFile="\sf\os\ossrv\ssl\libcrypto\group" mrp=""/>
-</component>
-</module>
-<module name="ssl">
-<component name="libssl">
-<unit unitID="sf_os_ossrv_ssl_libssl" name="libssl" bldFile="\sf\os\ossrv\ssl\libssl\group" mrp=""/>
-</component>
-</module>
-<module name="stdcpp">
-<component name="stdcpp">
-<unit unitID="sf_os_ossrv_stdcpp" name="stdcpp" bldFile="\sf\os\ossrv\stdcpp\group" mrp=""/>
-</component>
-</module>
-<module name="stdlibs">
-<component name="stdlibs">
-<unit unitID="sf_os_ossrv_stdlibs" name="stdlibs" bldFile="\sf\os\ossrv\stdlibs\group" mrp=""/>
-</component>
-</module>
-<module name="stdlibs">
-<component name="libcrypt">
-<unit unitID="sf_os_ossrv_stdlibs_libcrypt" name="libcrypt" bldFile="\sf\os\ossrv\stdlibs\libcrypt\group" mrp=""/>
-</component>
-</module>
-<module name="stdlibs">
-<component name="libz">
-<unit unitID="sf_os_ossrv_stdlibs_libz" name="libz" bldFile="\sf\os\ossrv\stdlibs\libz\group" mrp=""/>
-</component>
-</module>
-<module name="utilitylibraries">
-<component name="libutils">
-<unit unitID="sf_os_ossrv_utilitylibraries_libutils" name="libutils" bldFile="\sf\os\ossrv\utilitylibraries\libutils\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="shortlinksrv">
-<module name="shortlinksrv">
-<component name="shortlinksrv">
-<unit unitID="sf_os_shortlinksrv" name="shortlinksrv" bldFile="\sf\os\shortlinksrv\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinksrv_plat">
-<component name="bluetooth_audio_adaptation_api">
-<unit unitID="sf_os_shortlinksrv_shortlinksrv_plat_bluetooth_audio_adaptation_api" name="bluetooth_audio_adaptation_api" bldFile="\sf\os\shortlinksrv\shortlinksrv_plat\bluetooth_audio_adaptation_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinksrv_plat">
-<component name="bluetooth_power_management_api">
-<unit unitID="sf_os_shortlinksrv_shortlinksrv_plat_bluetooth_power_management_api" name="bluetooth_power_management_api" bldFile="\sf\os\shortlinksrv\shortlinksrv_plat\bluetooth_power_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="shortlinksrv_plat">
-<component name="shortlinksrv_plat">
-<unit unitID="sf_os_shortlinksrv_shortlinksrv_plat" name="shortlinksrv_plat" bldFile="\sf\os\shortlinksrv\shortlinksrv_plat\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="textandloc">
-<module name="textandloc">
-<component name="textandloc">
-<unit unitID="sf_os_textandloc" name="textandloc" bldFile="\sf\os\textandloc\group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="AknJapaneseReading">
-<unit unitID="sf_os_textandloc_charconvfw_AknJapaneseReading" name="AknJapaneseReading" bldFile="\sf\os\textandloc\charconvfw\AknJapaneseReading\group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="ongoing">
-<unit unitID="sf_os_textandloc_charconvfw_ongoing" name="ongoing" bldFile="\sf\os\textandloc\charconvfw\Charconv\ongoing\Group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="Charconvplugin">
-<unit unitID="sf_os_textandloc_charconvfw_Charconvplugin" name="Charconvplugin" bldFile="\sf\os\textandloc\charconvfw\Charconvplugin\group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="Findutil">
-<unit unitID="sf_os_textandloc_charconvfw_Findutil" name="Findutil" bldFile="\sf\os\textandloc\charconvfw\Findutil\group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="gamerecognizer">
-<unit unitID="sf_os_textandloc_charconvfw_gamerecognizer" name="gamerecognizer" bldFile="\sf\os\textandloc\charconvfw\gamerecognizer\group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="charconvfw">
-<unit unitID="sf_os_textandloc_charconvfw" name="charconvfw" bldFile="\sf\os\textandloc\charconvfw\group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="inlinetext">
-<unit unitID="sf_os_textandloc_charconvfw_inlinetext" name="inlinetext" bldFile="\sf\os\textandloc\charconvfw\inlinetext\group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="JPLangUtil">
-<unit unitID="sf_os_textandloc_charconvfw_JPLangUtil" name="JPLangUtil" bldFile="\sf\os\textandloc\charconvfw\JPLangUtil\group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="Localizer">
-<unit unitID="sf_os_textandloc_charconvfw_Localizer" name="Localizer" bldFile="\sf\os\textandloc\charconvfw\Localizer\group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="numbergrouping">
-<unit unitID="sf_os_textandloc_charconvfw_numbergrouping" name="numbergrouping" bldFile="\sf\os\textandloc\charconvfw\numbergrouping\Group" mrp=""/>
-</component>
-</module>
-<module name="charconvfw">
-<component name="SortUtil">
-<unit unitID="sf_os_textandloc_charconvfw_SortUtil" name="SortUtil" bldFile="\sf\os\textandloc\charconvfw\SortUtil\group" mrp=""/>
-</component>
-</module>
-<module name="textandloc_plat">
-<component name="character_conversion_nonpublic_api">
-<unit unitID="sf_os_textandloc_textandloc_plat_character_conversion_nonpublic_api" name="character_conversion_nonpublic_api" bldFile="\sf\os\textandloc\textandloc_plat\character_conversion_nonpublic_api\group" mrp=""/>
-</component>
-</module>
-<module name="textandloc_plat">
-<component name="findutil_api">
-<unit unitID="sf_os_textandloc_textandloc_plat_findutil_api" name="findutil_api" bldFile="\sf\os\textandloc\textandloc_plat\findutil_api\group" mrp=""/>
-</component>
-</module>
-<module name="textandloc_plat">
-<component name="textandloc_plat">
-<unit unitID="sf_os_textandloc_textandloc_plat" name="textandloc_plat" bldFile="\sf\os\textandloc\textandloc_plat\group" mrp=""/>
-</component>
-</module>
-<module name="textandloc_plat">
-<component name="japanese_language_utilities_api">
-<unit unitID="sf_os_textandloc_textandloc_plat_japanese_language_utilities_api" name="japanese_language_utilities_api" bldFile="\sf\os\textandloc\textandloc_plat\japanese_language_utilities_api\group" mrp=""/>
-</component>
-</module>
-<module name="textandloc_plat">
-<component name="sortutil_api">
-<unit unitID="sf_os_textandloc_textandloc_plat_sortutil_api" name="sortutil_api" bldFile="\sf\os\textandloc\textandloc_plat\sortutil_api\group" mrp=""/>
-</component>
-</module>
-<module name="textandloc_pub">
-<component name="character_conversion_api">
-<unit unitID="sf_os_textandloc_textandloc_pub_character_conversion_api" name="character_conversion_api" bldFile="\sf\os\textandloc\textandloc_pub\character_conversion_api\group" mrp=""/>
-</component>
-</module>
-<module name="textandloc_pub">
-<component name="character_conversion_plugin_provider_api">
-<unit unitID="sf_os_textandloc_textandloc_pub_character_conversion_plugin_provider_api" name="character_conversion_plugin_provider_api" bldFile="\sf\os\textandloc\textandloc_pub\character_conversion_plugin_provider_api\group" mrp=""/>
-</component>
-</module>
-<module name="textandloc_pub">
-<component name="directory_localizer_api">
-<unit unitID="sf_os_textandloc_textandloc_pub_directory_localizer_api" name="directory_localizer_api" bldFile="\sf\os\textandloc\textandloc_pub\directory_localizer_api\group" mrp=""/>
-</component>
-</module>
-<module name="textandloc_pub">
-<component name="textandloc_pub">
-<unit unitID="sf_os_textandloc_textandloc_pub" name="textandloc_pub" bldFile="\sf\os\textandloc\textandloc_pub\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="wlan">
-<module name="wlan">
-<component name="wlan">
-<unit unitID="sf_os_wlan" name="wlan" bldFile="\sf\os\wlan\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_bearer">
-<component name="wlan_bearer">
-<unit unitID="sf_os_wlan_wlan_bearer" name="wlan_bearer" bldFile="\sf\os\wlan\wlan_bearer\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_bearer">
-<component name="wlanagent">
-<unit unitID="sf_os_wlan_wlan_bearer_wlanagent" name="wlanagent" bldFile="\sf\os\wlan\wlan_bearer\wlanagent\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_bearer">
-<component name="wlandbif_cd">
-<unit unitID="sf_os_wlan_wlan_bearer_wlandbif_cd" name="wlandbif_cd" bldFile="\sf\os\wlan\wlan_bearer\wlandbif_cd\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_bearer">
-<component name="wlanengine_symbian_3.1">
-<unit unitID="sf_os_wlan_wlan_bearer_wlanengine_symbian_3.1" name="wlanengine_symbian_3.1" bldFile="\sf\os\wlan\wlan_bearer\wlanengine\wlan_symbian\wlanengine_symbian_3.1\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_bearer">
-<component name="wlanengine_symbian_3.1">
-<unit unitID="sf_os_wlan_wlan_bearer_wlanengine_symbian_3.1_wpx" name="wlanengine_symbian_3.1_wpx" bldFile="\sf\os\wlan\wlan_bearer\wlanengine\wlan_symbian\wlanengine_symbian_3.1\group\wpx" mrp=""/>
-</component>
-</module>
-<module name="wlan_bearer">
-<component name="wlanldd_symbian">
-<unit unitID="sf_os_wlan_wlan_bearer_wlanldd_symbian" name="wlanldd_symbian" bldFile="\sf\os\wlan\wlan_bearer\wlanldd\wlan_symbian\wlanldd_symbian\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_bearer">
-<component name="wlannwif">
-<unit unitID="sf_os_wlan_wlan_bearer_wlannwif" name="wlannwif" bldFile="\sf\os\wlan\wlan_bearer\wlannwif\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_bearer">
-<component name="wlanpsmplugin">
-<unit unitID="sf_os_wlan_wlan_bearer_wlanpsmplugin" name="wlanpsmplugin" bldFile="\sf\os\wlan\wlan_bearer\wlanpsmplugin\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_plat">
-<unit unitID="sf_os_wlan_wlan_plat" name="wlan_plat" bldFile="\sf\os\wlan\wlan_plat\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_agent_hotspot_plugin_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_agent_hotspot_plugin_api" name="wlan_agent_hotspot_plugin_api" bldFile="\sf\os\wlan\wlan_plat\wlan_agent_hotspot_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_control_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_control_api" name="wlan_control_api" bldFile="\sf\os\wlan\wlan_plat\wlan_control_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_dbif_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_dbif_api" name="wlan_dbif_api" bldFile="\sf\os\wlan\wlan_plat\wlan_dbif_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_device_settings_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_device_settings_api" name="wlan_device_settings_api" bldFile="\sf\os\wlan\wlan_plat\wlan_device_settings_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_eapol_plugin_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_eapol_plugin_api" name="wlan_eapol_plugin_api" bldFile="\sf\os\wlan\wlan_plat\wlan_eapol_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_generic_plugin_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_generic_plugin_api" name="wlan_generic_plugin_api" bldFile="\sf\os\wlan\wlan_plat\wlan_generic_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_hal_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_hal_api" name="wlan_hal_api" bldFile="\sf\os\wlan\wlan_plat\wlan_hal_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_hpa_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_hpa_api" name="wlan_hpa_api" bldFile="\sf\os\wlan\wlan_plat\wlan_hpa_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_hw_initialization_data_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_hw_initialization_data_api" name="wlan_hw_initialization_data_api" bldFile="\sf\os\wlan\wlan_plat\wlan_hw_initialization_data_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_info_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_info_api" name="wlan_info_api" bldFile="\sf\os\wlan\wlan_plat\wlan_info_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_management_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_management_api" name="wlan_management_api" bldFile="\sf\os\wlan\wlan_plat\wlan_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_osa_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_osa_api" name="wlan_osa_api" bldFile="\sf\os\wlan\wlan_plat\wlan_osa_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_power_save_plugin_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_power_save_plugin_api" name="wlan_power_save_plugin_api" bldFile="\sf\os\wlan\wlan_plat\wlan_power_save_plugin_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_plat">
-<component name="wlan_spia_api">
-<unit unitID="sf_os_wlan_wlan_plat_wlan_spia_api" name="wlan_spia_api" bldFile="\sf\os\wlan\wlan_plat\wlan_spia_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_pub">
-<component name="wlan_pub">
-<unit unitID="sf_os_wlan_wlan_pub" name="wlan_pub" bldFile="\sf\os\wlan\wlan_pub\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_pub">
-<component name="wlan_sdk_info_api">
-<unit unitID="sf_os_wlan_wlan_pub_wlan_sdk_info_api" name="wlan_sdk_info_api" bldFile="\sf\os\wlan\wlan_pub\wlan_sdk_info_api\group" mrp=""/>
-</component>
-</module>
-<module name="wlantools">
-<component name="dut">
-<unit unitID="sf_os_wlan_wlantools_dut" name="dut" bldFile="\sf\os\wlan\wlantools\dut\group" mrp=""/>
-</component>
-</module>
-<module name="wlantools">
-<component name="wlantools">
-<unit unitID="sf_os_wlan_wlantools" name="wlantools" bldFile="\sf\os\wlan\wlantools\group" mrp=""/>
-</component>
-</module>
-<module name="wlantools">
-<component name="ping">
-<unit unitID="sf_os_wlan_wlantools_ping" name="ping" bldFile="\sf\os\wlan\wlantools\ping\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="xmlsrv">
-<module name="xmlsrv">
-<component name="xmlsrv">
-<unit unitID="sf_os_xmlsrv" name="xmlsrv" bldFile="\sf\os\xmlsrv\group" mrp=""/>
-</component>
-</module>
-<module name="xmlengine">
-<component name="domxpathwrapper">
-<unit unitID="sf_os_xmlsrv_xmlengine_domxpathwrapper" name="domxpathwrapper" bldFile="\sf\os\xmlsrv\xmlengine\domxpathwrapper\group" mrp=""/>
-</component>
-</module>
-<module name="xmlengine">
-<component name="xmlengine">
-<unit unitID="sf_os_xmlsrv_xmlengine" name="xmlengine" bldFile="\sf\os\xmlsrv\xmlengine\group" mrp=""/>
-</component>
-</module>
-<module name="xmlengine">
-<component name="libxml2">
-<unit unitID="sf_os_xmlsrv_xmlengine_libxml2" name="libxml2" bldFile="\sf\os\xmlsrv\xmlengine\libxml2\group" mrp=""/>
-</component>
-</module>
-<module name="xmlengine">
-<component name="xmlenginesaxplugin">
-<unit unitID="sf_os_xmlsrv_xmlengine_xmlenginesaxplugin" name="xmlenginesaxplugin" bldFile="\sf\os\xmlsrv\xmlengine\xmlenginesaxplugin\group" mrp=""/>
-</component>
-</module>
-<module name="xmlengine">
-<component name="xmlengineserializer">
-<unit unitID="sf_os_xmlsrv_xmlengine_xmlengineserializer" name="xmlengineserializer" bldFile="\sf\os\xmlsrv\xmlengine\xmlengineserializer\group" mrp=""/>
-</component>
-</module>
-<module name="xmlengine">
-<component name="xmlengineutils">
-<unit unitID="sf_os_xmlsrv_xmlengine_xmlengineutils" name="xmlengineutils" bldFile="\sf\os\xmlsrv\xmlengine\xmlengineutils\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsecurityengine">
-<component name="xmlsecurityengine">
-<unit unitID="sf_os_xmlsrv_xmlsecurityengine" name="xmlsecurityengine" bldFile="\sf\os\xmlsrv\xmlsecurityengine\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsecurityengine">
-<component name="xmlsec">
-<unit unitID="sf_os_xmlsrv_xmlsecurityengine_xmlsec" name="xmlsec" bldFile="\sf\os\xmlsrv\xmlsecurityengine\xmlsec\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsecurityengine">
-<component name="xmlseccertman">
-<unit unitID="sf_os_xmlsrv_xmlsecurityengine_xmlseccertman" name="xmlseccertman" bldFile="\sf\os\xmlsrv\xmlsecurityengine\xmlseccertman\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsecurityengine">
-<component name="xmlseccrypto">
-<unit unitID="sf_os_xmlsrv_xmlsecurityengine_xmlseccrypto" name="xmlseccrypto" bldFile="\sf\os\xmlsrv\xmlsecurityengine\xmlseccrypto\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsecurityengine">
-<component name="xmlsecwrapper">
-<unit unitID="sf_os_xmlsrv_xmlsecurityengine_xmlsecwrapper" name="xmlsecwrapper" bldFile="\sf\os\xmlsrv\xmlsecurityengine\xmlsecwrapper\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="xmlsrv_plat">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat" name="xmlsrv_plat" bldFile="\sf\os\xmlsrv\xmlsrv_plat\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="libxml2_canonical_xml_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_libxml2_canonical_xml_api" name="libxml2_canonical_xml_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\libxml2_canonical_xml_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="libxml2_parser_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_libxml2_parser_api" name="libxml2_parser_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\libxml2_parser_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="libxml2_utils_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_libxml2_utils_api" name="libxml2_utils_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\libxml2_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="libxml2_xml_linking_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_libxml2_xml_linking_api" name="libxml2_xml_linking_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\libxml2_xml_linking_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="libxml2_xml_pointer_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_libxml2_xml_pointer_api" name="libxml2_xml_pointer_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\libxml2_xml_pointer_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="libxml2_xml_schemas_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_libxml2_xml_schemas_api" name="libxml2_xml_schemas_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\libxml2_xml_schemas_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="libxml2_xpath_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_libxml2_xpath_api" name="libxml2_xpath_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\libxml2_xpath_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="xml_encryption_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_xml_encryption_api" name="xml_encryption_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\xml_encryption_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="xml_engine_deserializer_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_xml_engine_deserializer_api" name="xml_engine_deserializer_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\xml_engine_deserializer_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="xml_engine_serializer_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_xml_engine_serializer_api" name="xml_engine_serializer_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\xml_engine_serializer_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="xml_engine_utils_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_xml_engine_utils_api" name="xml_engine_utils_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\xml_engine_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="xml_engine_xpath_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_xml_engine_xpath_api" name="xml_engine_xpath_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\xml_engine_xpath_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="xml_security_engine_utils_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_xml_security_engine_utils_api" name="xml_security_engine_utils_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\xml_security_engine_utils_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_plat">
-<component name="xml_signature_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_plat_xml_signature_api" name="xml_signature_api" bldFile="\sf\os\xmlsrv\xmlsrv_plat\xml_signature_api\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_pub">
-<component name="xmlsrv_pub">
-<unit unitID="sf_os_xmlsrv_xmlsrv_pub" name="xmlsrv_pub" bldFile="\sf\os\xmlsrv\xmlsrv_pub\group" mrp=""/>
-</component>
-</module>
-<module name="xmlsrv_pub">
-<component name="xml_engine_dom_api">
-<unit unitID="sf_os_xmlsrv_xmlsrv_pub_xml_engine_dom_api" name="xml_engine_dom_api" bldFile="\sf\os\xmlsrv\xmlsrv_pub\xml_engine_dom_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="ostools">
-<logicalsubset name="osrndtools">
-<module name="osrndtools">
-<component name="osrndtools">
-<unit unitID="sf_ostools_osrndtools" name="osrndtools" bldFile="\sf\ostools\osrndtools\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="hti">
-<unit unitID="sf_ostools_osrndtools_hti" name="hti" bldFile="\sf\ostools\osrndtools\hti\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiAutoStart">
-<unit unitID="sf_ostools_osrndtools_hti_HtiAutoStart" name="HtiAutoStart" bldFile="\sf\ostools\osrndtools\hti\HtiAutoStart\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiCfg">
-<unit unitID="sf_ostools_osrndtools_hti_HtiCfg" name="HtiCfg" bldFile="\sf\ostools\osrndtools\hti\HtiCfg\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiBtCommPlugin">
-<unit unitID="sf_ostools_osrndtools_hti_HtiBtCommPlugin" name="HtiBtCommPlugin" bldFile="\sf\ostools\osrndtools\hti\HtiCommPlugins\HtiBtCommPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiIPCommPlugin">
-<unit unitID="sf_ostools_osrndtools_hti_HtiIPCommPlugin" name="HtiIPCommPlugin" bldFile="\sf\ostools\osrndtools\hti\HtiCommPlugins\HtiIPCommPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiSerialCommPlugin">
-<unit unitID="sf_ostools_osrndtools_hti_HtiSerialCommPlugin" name="HtiSerialCommPlugin" bldFile="\sf\ostools\osrndtools\hti\HtiCommPlugins\HtiSerialCommPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiUsbSerialCommPlugin">
-<unit unitID="sf_ostools_osrndtools_hti_HtiUsbSerialCommPlugin" name="HtiUsbSerialCommPlugin" bldFile="\sf\ostools\osrndtools\hti\HtiCommPlugins\HtiUsbSerialCommPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiFileHlp">
-<unit unitID="sf_ostools_osrndtools_hti_HtiFileHlp" name="HtiFileHlp" bldFile="\sf\ostools\osrndtools\hti\HtiFileHlp\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiFramework">
-<unit unitID="sf_ostools_osrndtools_hti_HtiFramework" name="HtiFramework" bldFile="\sf\ostools\osrndtools\hti\HtiFramework\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiAppServicePlugin">
-<unit unitID="sf_ostools_osrndtools_hti_HtiAppServicePlugin" name="HtiAppServicePlugin" bldFile="\sf\ostools\osrndtools\hti\HtiServicePlugins\HtiAppServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiEchoServicePlugin">
-<unit unitID="sf_ostools_osrndtools_hti_HtiEchoServicePlugin" name="HtiEchoServicePlugin" bldFile="\sf\ostools\osrndtools\hti\HtiServicePlugins\HtiEchoServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiFtpServicePlugin">
-<unit unitID="sf_ostools_osrndtools_hti_HtiFtpServicePlugin" name="HtiFtpServicePlugin" bldFile="\sf\ostools\osrndtools\hti\HtiServicePlugins\HtiFtpServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiIpProxyServicePlugin">
-<unit unitID="sf_ostools_osrndtools_hti_HtiIpProxyServicePlugin" name="HtiIpProxyServicePlugin" bldFile="\sf\ostools\osrndtools\hti\HtiServicePlugins\HtiIpProxyServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiStifTfServicePlugin">
-<unit unitID="sf_ostools_osrndtools_hti_HtiStifTfServicePlugin" name="HtiStifTfServicePlugin" bldFile="\sf\ostools\osrndtools\hti\HtiServicePlugins\HtiStifTfServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="HtiWatchDog">
-<unit unitID="sf_ostools_osrndtools_hti_HtiWatchDog" name="HtiWatchDog" bldFile="\sf\ostools\osrndtools\hti\HtiWatchDog\group" mrp=""/>
-</component>
-</module>
-<module name="memspy">
-<component name="CommandLine">
-<unit unitID="sf_ostools_osrndtools_memspy_CommandLine" name="CommandLine" bldFile="\sf\ostools\osrndtools\memspy\CommandLine\group" mrp=""/>
-</component>
-</module>
-<module name="memspy">
-<component name="Console">
-<unit unitID="sf_ostools_osrndtools_memspy_Console" name="Console" bldFile="\sf\ostools\osrndtools\memspy\Console\group" mrp=""/>
-</component>
-</module>
-<module name="memspy">
-<component name="Driver">
-<unit unitID="sf_ostools_osrndtools_memspy_Driver" name="Driver" bldFile="\sf\ostools\osrndtools\memspy\Driver\group" mrp=""/>
-</component>
-</module>
-<module name="memspy">
-<component name="Engine">
-<unit unitID="sf_ostools_osrndtools_memspy_Engine" name="Engine" bldFile="\sf\ostools\osrndtools\memspy\Engine\group" mrp=""/>
-</component>
-</module>
-<module name="memspy">
-<component name="memspy">
-<unit unitID="sf_ostools_osrndtools_memspy" name="memspy" bldFile="\sf\ostools\osrndtools\memspy\group" mrp=""/>
-</component>
-</module>
-<module name="osrndtools_plat">
-<component name="osrndtools_plat">
-<unit unitID="sf_ostools_osrndtools_osrndtools_plat" name="osrndtools_plat" bldFile="\sf\ostools\osrndtools\osrndtools_plat\group" mrp=""/>
-</component>
-</module>
-<module name="osrndtools_plat">
-<component name="hti_api">
-<unit unitID="sf_ostools_osrndtools_osrndtools_plat_hti_api" name="hti_api" bldFile="\sf\ostools\osrndtools\osrndtools_plat\hti_api\group" mrp=""/>
-</component>
-</module>
-<module name="osrndtools_plat">
-<component name="memspy_api">
-<unit unitID="sf_ostools_osrndtools_osrndtools_plat_memspy_api" name="memspy_api" bldFile="\sf\ostools\osrndtools\osrndtools_plat\memspy_api\group" mrp=""/>
-</component>
-</module>
-<module name="osrndtools_plat">
-<component name="open_system_trace_api">
-<unit unitID="sf_ostools_osrndtools_osrndtools_plat_open_system_trace_api" name="open_system_trace_api" bldFile="\sf\ostools\osrndtools\osrndtools_plat\open_system_trace_api\group" mrp=""/>
-</component>
-</module>
-<module name="osrndtools_plat">
-<component name="stif_api">
-<unit unitID="sf_ostools_osrndtools_osrndtools_plat_stif_api" name="stif_api" bldFile="\sf\ostools\osrndtools\osrndtools_plat\stif_api\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="ATSInterface">
-<unit unitID="sf_ostools_osrndtools_stif_ATSInterface" name="ATSInterface" bldFile="\sf\ostools\osrndtools\stif\ATSInterface\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="ATSLogger">
-<unit unitID="sf_ostools_osrndtools_stif_ATSLogger" name="ATSLogger" bldFile="\sf\ostools\osrndtools\stif\ATSLogger\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="ConsoleUI">
-<unit unitID="sf_ostools_osrndtools_stif_ConsoleUI" name="ConsoleUI" bldFile="\sf\ostools\osrndtools\stif\ConsoleUI\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="DemoModule">
-<unit unitID="sf_ostools_osrndtools_stif_DemoModule" name="DemoModule" bldFile="\sf\ostools\osrndtools\stif\DemoModule\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="StifHWResetStub">
-<unit unitID="sf_ostools_osrndtools_stif_StifHWResetStub" name="StifHWResetStub" bldFile="\sf\ostools\osrndtools\stif\examples\StifHWResetStub\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="STIFTestMeasurementStub">
-<unit unitID="sf_ostools_osrndtools_stif_STIFTestMeasurementStub" name="STIFTestMeasurementStub" bldFile="\sf\ostools\osrndtools\stif\examples\STIFTestMeasurementStub\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="stif">
-<unit unitID="sf_ostools_osrndtools_stif" name="stif" bldFile="\sf\ostools\osrndtools\stif\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="StifKernelTestClassBase">
-<unit unitID="sf_ostools_osrndtools_stif_StifKernelTestClassBase" name="StifKernelTestClassBase" bldFile="\sf\ostools\osrndtools\stif\StifKernelTestClassBase\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="StifTFwIf">
-<unit unitID="sf_ostools_osrndtools_stif_StifTFwIf" name="StifTFwIf" bldFile="\sf\ostools\osrndtools\stif\StifTFwIf\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="SUEvent">
-<unit unitID="sf_ostools_osrndtools_stif_SUEvent" name="SUEvent" bldFile="\sf\ostools\osrndtools\stif\SUEvent\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="TestCombiner">
-<unit unitID="sf_ostools_osrndtools_stif_TestCombiner" name="TestCombiner" bldFile="\sf\ostools\osrndtools\stif\TestCombiner\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="TestEngine">
-<unit unitID="sf_ostools_osrndtools_stif_TestEngine" name="TestEngine" bldFile="\sf\ostools\osrndtools\stif\TestEngine\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="TestInterface">
-<unit unitID="sf_ostools_osrndtools_stif_TestInterface" name="TestInterface" bldFile="\sf\ostools\osrndtools\stif\TestInterface\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="CapsModifierXXX">
-<unit unitID="sf_ostools_osrndtools_stif_CapsModifierXXX" name="CapsModifierXXX" bldFile="\sf\ostools\osrndtools\stif\TestModuleTemplates\CapsModifierXXX\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="HardCodedTestModuleXXX">
-<unit unitID="sf_ostools_osrndtools_stif_HardCodedTestModuleXXX" name="HardCodedTestModuleXXX" bldFile="\sf\ostools\osrndtools\stif\TestModuleTemplates\HardCodedTestModuleXXX\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="STIFUnitXXX">
-<unit unitID="sf_ostools_osrndtools_stif_STIFUnitXXX" name="STIFUnitXXX" bldFile="\sf\ostools\osrndtools\stif\TestModuleTemplates\STIFUnitXXX\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="TemplateKernelScriptXXX">
-<unit unitID="sf_ostools_osrndtools_stif_TemplateKernelScriptXXX" name="TemplateKernelScriptXXX" bldFile="\sf\ostools\osrndtools\stif\TestModuleTemplates\TemplateKernelScriptXXX\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="TemplateScriptXXX">
-<unit unitID="sf_ostools_osrndtools_stif_TemplateScriptXXX" name="TemplateScriptXXX" bldFile="\sf\ostools\osrndtools\stif\TestModuleTemplates\TemplateScriptXXX\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="TestModuleXXX">
-<unit unitID="sf_ostools_osrndtools_stif_TestModuleXXX" name="TestModuleXXX" bldFile="\sf\ostools\osrndtools\stif\TestModuleTemplates\TestModuleXXX\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="TestScripter">
-<unit unitID="sf_ostools_osrndtools_stif_TestScripter" name="TestScripter" bldFile="\sf\ostools\osrndtools\stif\TestScripter\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="TestServer">
-<unit unitID="sf_ostools_osrndtools_stif_TestServer" name="TestServer" bldFile="\sf\ostools\osrndtools\stif\TestServer\group" mrp=""/>
-</component>
-</module>
-<module name="stif">
-<component name="TestServerStarter">
-<unit unitID="sf_ostools_osrndtools_stif_TestServerStarter" name="TestServerStarter" bldFile="\sf\ostools\osrndtools\stif\TestServerStarter\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="tools">
-<module name="buildplatforms">
-<component name="buildplatforms">
-<unit unitID="sf_tools_buildplatforms" name="buildplatforms" bldFile="\sf\tools\buildplatforms\group" mrp=""/>
-</component>
-</module>
-<logicalsubset name="homescreentools">
-<module name="homescreentools">
-<component name="homescreentools">
-<unit unitID="sf_tools_homescreentools" name="homescreentools" bldFile="\sf\tools\homescreentools\group" mrp=""/>
-</component>
-</module>
-<module name="dtdinstaller">
-<component name="dtdinstaller">
-<unit unitID="sf_tools_homescreentools_dtdinstaller" name="dtdinstaller" bldFile="\sf\tools\homescreentools\dtdinstaller\group" mrp=""/>
-</component>
-</module>
-<module name="themeinstaller">
-<component name="themeinstaller">
-<unit unitID="sf_tools_homescreentools_themeinstaller" name="themeinstaller" bldFile="\sf\tools\homescreentools\themeinstaller\group" mrp=""/>
-</component>
-</module>
-<module name="themetool">
-<component name="themetool">
-<unit unitID="sf_tools_homescreentools_themetool" name="themetool" bldFile="\sf\tools\homescreentools\themetool\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="platformtools">
-<module name="platformtools">
-<component name="platformtools">
-<unit unitID="sf_tools_platformtools" name="platformtools" bldFile="\sf\tools\platformtools\group" mrp=""/>
-</component>
-</module>
-<module name="gfxconversion">
-<component name="bmconv_s60">
-<unit unitID="sf_tools_platformtools_gfxconversion_bmconv_s60" name="bmconv_s60" bldFile="\sf\tools\platformtools\gfxconversion\bmconv_s60\group" mrp=""/>
-</component>
-</module>
-<module name="gfxconversion">
-<component name="gfxconversion">
-<unit unitID="sf_tools_platformtools_gfxconversion" name="gfxconversion" bldFile="\sf\tools\platformtools\gfxconversion\group" mrp=""/>
-</component>
-</module>
-<module name="gfxconversion">
-<component name="mifconv">
-<unit unitID="sf_tools_platformtools_gfxconversion_mifconv" name="mifconv" bldFile="\sf\tools\platformtools\gfxconversion\mifconv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="rndtools">
-<module name="rndtools">
-<component name="rndtools">
-<unit unitID="sf_tools_rndtools" name="rndtools" bldFile="\sf\tools\rndtools\group" mrp=""/>
-</component>
-</module>
-<module name="creator">
-<component name="creator">
-<unit unitID="sf_tools_rndtools_creator" name="creator" bldFile="\sf\tools\rndtools\creator\group" mrp=""/>
-</component>
-</module>
-<module name="filebrowser">
-<component name="fileopclient">
-<unit unitID="sf_tools_rndtools_filebrowser_fileopclient" name="fileopclient" bldFile="\sf\tools\rndtools\filebrowser\fileopclient\group" mrp=""/>
-</component>
-</module>
-<module name="filebrowser">
-<component name="fileopserver">
-<unit unitID="sf_tools_rndtools_filebrowser_fileopserver" name="fileopserver" bldFile="\sf\tools\rndtools\filebrowser\fileopserver\group" mrp=""/>
-</component>
-</module>
-<module name="filebrowser">
-<component name="filebrowser">
-<unit unitID="sf_tools_rndtools_filebrowser" name="filebrowser" bldFile="\sf\tools\rndtools\filebrowser\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="htiui">
-<unit unitID="sf_tools_rndtools_htiui" name="htiui" bldFile="\sf\tools\rndtools\htiui\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiAdmin">
-<unit unitID="sf_tools_rndtools_htiui_HtiAdmin" name="HtiAdmin" bldFile="\sf\tools\rndtools\htiui\HtiAdmin\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiBtCommPlugin">
-<unit unitID="sf_tools_rndtools_htiui_HtiBtCommPlugin" name="HtiBtCommPlugin" bldFile="\sf\tools\rndtools\htiui\HtiCommPlugins\HtiBtCommPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiDeviceReboot">
-<unit unitID="sf_tools_rndtools_htiui_HtiDeviceReboot" name="HtiDeviceReboot" bldFile="\sf\tools\rndtools\htiui\HtiDeviceReboot\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiAppServicePlugin">
-<unit unitID="sf_tools_rndtools_htiui_HtiAppServicePlugin" name="HtiAppServicePlugin" bldFile="\sf\tools\rndtools\htiui\HtiServicePlugins\HtiAppServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiAudioServicePlugin">
-<unit unitID="sf_tools_rndtools_htiui_HtiAudioServicePlugin" name="HtiAudioServicePlugin" bldFile="\sf\tools\rndtools\htiui\HtiServicePlugins\HtiAudioServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiKeyEventServicePlugin">
-<unit unitID="sf_tools_rndtools_htiui_HtiKeyEventServicePlugin" name="HtiKeyEventServicePlugin" bldFile="\sf\tools\rndtools\htiui\HtiServicePlugins\HtiKeyEventServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiMessagesServicePlugin">
-<unit unitID="sf_tools_rndtools_htiui_HtiMessagesServicePlugin" name="HtiMessagesServicePlugin" bldFile="\sf\tools\rndtools\htiui\HtiServicePlugins\HtiMessagesServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiPIMServicePlugin">
-<unit unitID="sf_tools_rndtools_htiui_HtiPIMServicePlugin" name="HtiPIMServicePlugin" bldFile="\sf\tools\rndtools\htiui\HtiServicePlugins\HtiPIMServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiScreenshotServicePlugin">
-<unit unitID="sf_tools_rndtools_htiui_HtiScreenshotServicePlugin" name="HtiScreenshotServicePlugin" bldFile="\sf\tools\rndtools\htiui\HtiServicePlugins\HtiScreenshotServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiSysInfoServicePlugin">
-<unit unitID="sf_tools_rndtools_htiui_HtiSysInfoServicePlugin" name="HtiSysInfoServicePlugin" bldFile="\sf\tools\rndtools\htiui\HtiServicePlugins\HtiSysInfoServicePlugin\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="HtiStartupWait">
-<unit unitID="sf_tools_rndtools_htiui_HtiStartupWait" name="HtiStartupWait" bldFile="\sf\tools\rndtools\htiui\HtiStartupWait\group" mrp=""/>
-</component>
-</module>
-<module name="launcher">
-<component name="launcher">
-<unit unitID="sf_tools_rndtools_launcher" name="launcher" bldFile="\sf\tools\rndtools\launcher\group" mrp=""/>
-</component>
-</module>
-<module name="loadgen">
-<component name="loadgen">
-<unit unitID="sf_tools_rndtools_loadgen" name="loadgen" bldFile="\sf\tools\rndtools\loadgen\group" mrp=""/>
-</component>
-</module>
-<module name="memspyui">
-<component name="memspyui">
-<unit unitID="sf_tools_rndtools_memspyui" name="memspyui" bldFile="\sf\tools\rndtools\memspyui\group" mrp=""/>
-</component>
-</module>
-<module name="perfmon">
-<component name="perfmon">
-<unit unitID="sf_tools_rndtools_perfmon" name="perfmon" bldFile="\sf\tools\rndtools\perfmon\group" mrp=""/>
-</component>
-</module>
-<module name="screengrabber">
-<component name="screengrabber">
-<unit unitID="sf_tools_rndtools_screengrabber" name="screengrabber" bldFile="\sf\tools\rndtools\screengrabber\group" mrp=""/>
-</component>
-</module>
-<module name="stifui">
-<component name="stifui">
-<unit unitID="sf_tools_rndtools_stifui" name="stifui" bldFile="\sf\tools\rndtools\stifui\group" mrp=""/>
-</component>
-</module>
-<module name="stifui">
-<component name="stifui">
-<unit unitID="sf_tools_rndtools_stifui_1" name="stifui_1" bldFile="\sf\tools\rndtools\stifui\stifui\group" mrp=""/>
-</component>
-</module>
-<module name="stifui">
-<component name="uitestserverstarter">
-<unit unitID="sf_tools_rndtools_stifui_uitestserverstarter" name="uitestserverstarter" bldFile="\sf\tools\rndtools\stifui\uitestserverstarter\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="swconfigtools">
-<module name="swconfigtools">
-<component name="swconfigtools">
-<unit unitID="sf_tools_swconfigtools" name="swconfigtools" bldFile="\sf\tools\swconfigtools\group" mrp=""/>
-</component>
-</module>
-<module name="gid_pc_tool">
-<component name="gid_pc_tool">
-<unit unitID="sf_tools_swconfigtools_gid_pc_tool" name="gid_pc_tool" bldFile="\sf\tools\swconfigtools\gid_pc_tool\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-</layer>
-<layer name="config_s60_51_config">
-<logicalset name="config">
-<module name="config">
-<component name="config">
-<unit unitID="config_config" name="config" bldFile="\config\s60_51_config\config\group" mrp=""/>
-</component>
-</module>
-<module name="config">
-<component name="config">
-<unit unitID="config_config_oem" name="config_oem" bldFile="\config\s60_51_config\config\group\oem" mrp=""/>
-</component>
-</module>
-<module name="apac">
-<component name="apac">
-<unit unitID="config_config_apac" name="apac" bldFile="\config\s60_51_config\config\apac\group" mrp="" filter="china"/>
-</component>
-</module>
-<module name="japan">
-<component name="japan">
-<unit unitID="config_config_japan" name="japan" bldFile="\config\s60_51_config\config\japan\group" mrp="" filter="japan"/>
-</component>
-</module>
-<module name="western">
-<component name="western">
-<unit unitID="config_config_western" name="western" bldFile="\config\s60_51_config\config\western\group" mrp="" filter="!china,!japan"/>
-</component>
-</module>
-</logicalset>
-</layer>
-<layer name="ext">
-<logicalset name="complementary">
-<module name="QuickOffice">
-<component name="QuickOffice">
-<unit unitID="ext_complementary_QuickOffice" name="QuickOffice" bldFile="\ext\complementary\QuickOffice\group" mrp=""/>
-</component>
-</module>
-<module name="adobereader">
-<component name="adobereader">
-<unit unitID="ext_complementary_adobereader" name="adobereader" bldFile="\ext\complementary\adobereader\group" mrp=""/>
-</component>
-</module>
-<logicalsubset name="contentdownload">
-<module name="contentdownload">
-<component name="contentdownload">
-<unit unitID="ext_complementary_contentdownload" name="contentdownload" bldFile="\ext\complementary\contentdownload\group" mrp=""/>
-</component>
-</module>
-<module name="">
-<component name="">
-<unit unitID="ext_complementary_contentdownload_" name="" bldFile="\ext\complementary\contentdownload\" mrp=""/>
-</component>
-</module>
-<module name="ui">
-<component name="ui">
-<unit unitID="ext_complementary_contentdownload_ui" name="ui" bldFile="\ext\complementary\contentdownload\ui\group" mrp=""/>
-</component>
-</module>
-<module name="ui">
-<component name="schemeplugin">
-<unit unitID="ext_complementary_contentdownload_ui_schemeplugin" name="schemeplugin" bldFile="\ext\complementary\contentdownload\ui\schemeplugin\group" mrp=""/>
-</component>
-</module>
-<module name="ui">
-<component name="view">
-<unit unitID="ext_complementary_contentdownload_ui_view" name="view" bldFile="\ext\complementary\contentdownload\ui\view\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="tfxserver">
-<module name="tfxserver">
-<component name="tfxserver">
-<unit unitID="ext_complementary_tfxserver" name="tfxserver" bldFile="\ext\complementary\tfxserver\group" mrp=""/>
-</component>
-</module>
-<module name="TfxSrvPlugin">
-<component name="TfxSrvPlugin">
-<unit unitID="ext_complementary_tfxserver_TfxSrvPlugin" name="TfxSrvPlugin" bldFile="\ext\complementary\tfxserver\TfxSrvPlugin\group" mrp=""/>
-</component>
-</module>
-<module name="tfxlistbox">
-<component name="tfxlistbox">
-<unit unitID="ext_complementary_tfxserver_tfxlistbox" name="tfxlistbox" bldFile="\ext\complementary\tfxserver\tfxlistbox\group" mrp=""/>
-</component>
-</module>
-<module name="tfxsrvoomplugin">
-<component name="tfxsrvoomplugin">
-<unit unitID="ext_complementary_tfxserver_tfxsrvoomplugin" name="tfxsrvoomplugin" bldFile="\ext\complementary\tfxserver\tfxsrvoomplugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="webvideo">
-<module name="webvideo">
-<component name="webvideo">
-<unit unitID="ext_complementary_webvideo" name="webvideo" bldFile="\ext\complementary\webvideo\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="browserplugin">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_browserplugin" name="browserplugin" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\browserplugin\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="FlashRTBinding">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_FlashRTBinding" name="FlashRTBinding" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\FlashRTBinding\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="client">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_client" name="client" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\flashrtpolicyserver\client\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="common">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_common" name="common" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\flashrtpolicyserver\common\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="flashrtpolicyserver">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_flashrtpolicyserver" name="flashrtpolicyserver" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\flashrtpolicyserver\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="server">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_server" name="server" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\flashrtpolicyserver\server\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="hostengine">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_hostengine" name="hostengine" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\hostengine\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="mmicustom">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_mmicustom" name="mmicustom" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\MMI\mmicustom\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="mmiplugin">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_mmiplugin" name="mmiplugin" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\MMI\mmiplugin\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="mmistub">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_mmistub" name="mmistub" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\MMI\mmistub\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="mmiutils">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_mmiutils" name="mmiutils" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\MMI\mmiutils\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="recognizer">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_recognizer" name="recognizer" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\recognizer\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="resources">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_resources" name="resources" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\resources\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="saflash2">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_saflash2" name="saflash2" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\saflash2\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="saflash3">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_saflash3" name="saflash3" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\saflash3\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="decoderengine">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_decoderengine" name="decoderengine" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\swfmetadata\decoderengine\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="swfmetadata">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_swfmetadata" name="swfmetadata" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\swfmetadata\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="viewerfw">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_viewerfw" name="viewerfw" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\viewerfw\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="xpsbridge">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_xpsbridge" name="xpsbridge" bldFile="\ext\complementary\webvideo\flashlite_3_0\client\saplayer\xpsbridge\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="EntanglementApi">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_EntanglementApi" name="EntanglementApi" bldFile="\ext\complementary\webvideo\flashlite_3_0\flashviddec\on2\platform\symbian\EntanglementApi\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="EntanglementApi">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_EntanglementApi_1" name="EntanglementApi_1" bldFile="\ext\complementary\webvideo\flashlite_3_0\flashviddec\sorenson\platform\symbian\EntanglementApi\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="flashlite_3_0">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0" name="flashlite_3_0" bldFile="\ext\complementary\webvideo\flashlite_3_0\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="symbian">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_symbian" name="symbian" bldFile="\ext\complementary\webvideo\flashlite_3_0\lib\amp\symbian" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="Symbian">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_Symbian" name="Symbian" bldFile="\ext\complementary\webvideo\flashlite_3_0\lib\ATSLib\Symbian" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="loc">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_loc" name="loc" bldFile="\ext\complementary\webvideo\flashlite_3_0\loc\group" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="flashdll">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_flashdll" name="flashdll" bldFile="\ext\complementary\webvideo\flashlite_3_0\player\platform\symbian\flashdll" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="svgdll">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_svgdll" name="svgdll" bldFile="\ext\complementary\webvideo\flashlite_3_0\player\platform\symbian\svgdll" mrp=""/>
-</component>
-</module>
-<module name="flashlite_3_0">
-<component name="s60">
-<unit unitID="ext_complementary_webvideo_flashlite_3_0_s60" name="s60" bldFile="\ext\complementary\webvideo\flashlite_3_0\player\snddecoders\platform\symbian\s60" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="helix_flash_video">
-<unit unitID="ext_complementary_webvideo_helix_flash_video" name="helix_flash_video" bldFile="\ext\complementary\webvideo\helix_flash_video\group" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="hxpostupgrade">
-<unit unitID="ext_complementary_webvideo_helix_flash_video_hxpostupgrade" name="hxpostupgrade" bldFile="\ext\complementary\webvideo\helix_flash_video\hxpostupgrade\group" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="SparkCodec">
-<unit unitID="ext_complementary_webvideo_helix_flash_video_SparkCodec" name="SparkCodec" bldFile="\ext\complementary\webvideo\helix_flash_video\spark\SparkCodec\group" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="SparkDecoderWrapper">
-<unit unitID="ext_complementary_webvideo_helix_flash_video_SparkDecoderWrapper" name="SparkDecoderWrapper" bldFile="\ext\complementary\webvideo\helix_flash_video\spark\SparkDecoderWrapper\group" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="SparkVideoDecoder">
-<unit unitID="ext_complementary_webvideo_helix_flash_video_SparkVideoDecoder" name="SparkVideoDecoder" bldFile="\ext\complementary\webvideo\helix_flash_video\spark\SparkVideoDecoder\group" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="BufferProcessor">
-<unit unitID="ext_complementary_webvideo_helix_flash_video_BufferProcessor" name="BufferProcessor" bldFile="\ext\complementary\webvideo\helix_flash_video\utilities\BufferProcessor\group" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="StateMachine">
-<unit unitID="ext_complementary_webvideo_helix_flash_video_StateMachine" name="StateMachine" bldFile="\ext\complementary\webvideo\helix_flash_video\utilities\StateMachine\group" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="VP6Codec">
-<unit unitID="ext_complementary_webvideo_helix_flash_video_VP6Codec" name="VP6Codec" bldFile="\ext\complementary\webvideo\helix_flash_video\vp6\VP6Codec\group" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="VP6DecoderWrapper">
-<unit unitID="ext_complementary_webvideo_helix_flash_video_VP6DecoderWrapper" name="VP6DecoderWrapper" bldFile="\ext\complementary\webvideo\helix_flash_video\vp6\VP6DecoderWrapper\group" mrp=""/>
-</component>
-</module>
-<module name="helix_flash_video">
-<component name="VP6VideoDecoder">
-<unit unitID="ext_complementary_webvideo_helix_flash_video_VP6VideoDecoder" name="VP6VideoDecoder" bldFile="\ext\complementary\webvideo\helix_flash_video\vp6\VP6VideoDecoder\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<module name="wmdrmkeystorage_dist">
-<component name="wmdrmkeystorage_dist">
-<unit unitID="ext_complementary_wmdrmkeystorage_dist" name="wmdrmkeystorage_dist" bldFile="\ext\complementary\wmdrmkeystorage_dist\group" mrp=""/>
-</component>
-</module>
-<module name="wmdrmpd_dist">
-<component name="wmdrmpd_dist">
-<unit unitID="ext_complementary_wmdrmpd_dist" name="wmdrmpd_dist" bldFile="\ext\complementary\wmdrmpd_dist\group" mrp=""/>
-</component>
-</module>
-<module name="zipviewer">
-<component name="zipviewer">
-<unit unitID="ext_complementary_zipviewer" name="zipviewer" bldFile="\ext\complementary\zipviewer\group" mrp=""/>
-</component>
-</module>
-</logicalset>
-<logicalset name="mw">
-<logicalsubset name="websrvde">
-<module name="websrvde">
-<component name="websrvde">
-<unit unitID="ext_mw_websrvde" name="websrvde" bldFile="\ext\mw\websrvde\group" mrp=""/>
-</component>
-</module>
-<module name="ncim">
-<component name="ncim">
-<unit unitID="ext_mw_websrvde_ncim" name="ncim" bldFile="\ext\mw\websrvde\ncim\group" mrp=""/>
-</component>
-</module>
-<module name="ncim">
-<component name="ncimaccountmanager">
-<unit unitID="ext_mw_websrvde_ncim_ncimaccountmanager" name="ncimaccountmanager" bldFile="\ext\mw\websrvde\ncim\ncimaccountmanager\group" mrp=""/>
-</component>
-</module>
-<module name="ncim">
-<component name="ncimlogger">
-<unit unitID="ext_mw_websrvde_ncim_ncimlogger" name="ncimlogger" bldFile="\ext\mw\websrvde\ncim\ncimlogger\group" mrp=""/>
-</component>
-</module>
-<module name="ncim">
-<component name="ncimoviplugin">
-<unit unitID="ext_mw_websrvde_ncim_ncimoviplugin" name="ncimoviplugin" bldFile="\ext\mw\websrvde\ncim\ncimoviplugin\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="tools">
-<logicalsubset name="oemrndtools">
-<module name="oemrndtools">
-<component name="oemrndtools">
-<unit unitID="ext_tools_oemrndtools" name="oemrndtools" bldFile="\ext\tools\oemrndtools\group" mrp=""/>
-</component>
-</module>
-<module name="appdep">
-<component name="appdep">
-<unit unitID="ext_tools_oemrndtools_appdep" name="appdep" bldFile="\ext\tools\oemrndtools\appdep\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknApp">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknApp" name="BCAppAknApp" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknApp\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknBitmap">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknBitmap" name="BCAppAknBitmap" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknBitmap\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknDlg">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknDlg" name="BCAppAknDlg" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknDlg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknEditor">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknEditor" name="BCAppAknEditor" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknEditor\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknEdSts">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknEdSts" name="BCAppAknEdSts" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknEdSts\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknGlbDlg">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknGlbDlg" name="BCAppAknGlbDlg" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknGlbDlg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknGrid">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknGrid" name="BCAppAknGrid" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknGrid\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknLayout">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknLayout" name="BCAppAknLayout" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknLayout\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknLists">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknLists" name="BCAppAknLists" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknLists\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknNote">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknNote" name="BCAppAknNote" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknNote\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknPopup">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknPopup" name="BCAppAknPopup" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknPopup\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknQueCon">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknQueCon" name="BCAppAknQueCon" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknQueCon\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknQueDlg">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknQueDlg" name="BCAppAknQueDlg" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknQueDlg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknQueVal">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknQueVal" name="BCAppAknQueVal" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknQueVal\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknSkins">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknSkins" name="BCAppAknSkins" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknSkins\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknSpane">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknSpane" name="BCAppAknSpane" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknSpane\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknStngItm">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknStngItm" name="BCAppAknStngItm" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknStngItm\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknStngPg">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknStngPg" name="BCAppAknStngPg" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknStngPg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknStngPg2">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknStngPg2" name="BCAppAknStngPg2" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknStngPg2\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknSystem">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknSystem" name="BCAppAknSystem" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknSystem\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknUtils">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknUtils" name="BCAppAknUtils" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknUtils\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppAknView">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppAknView" name="BCAppAknView" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppAknView\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppApApItem">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppApApItem" name="BCAppApApItem" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppApApItem\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppApDataHdlr">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppApDataHdlr" name="BCAppApDataHdlr" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppApDataHdlr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppApLstItem">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppApLstItem" name="BCAppApLstItem" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppApLstItem\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppApSel">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppApSel" name="BCAppApSel" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppApSel\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppApStgsHdlr">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppApStgsHdlr" name="BCAppApStgsHdlr" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppApStgsHdlr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppApUtils">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppApUtils" name="BCAppApUtils" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppApUtils\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppEikLB">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppEikLB" name="BCAppEikLB" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppEikLB\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppErrorUI">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppErrorUI" name="BCAppErrorUI" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppErrorUI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppFavDb">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppFavDb" name="BCAppFavDb" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppFavDb\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppFavItem">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppFavItem" name="BCAppFavItem" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppFavItem\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppFavWapAp">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppFavWapAp" name="BCAppFavWapAp" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppFavWapAp\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppIPv6">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppIPv6" name="BCAppIPv6" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppIPv6\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppLbs">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppLbs" name="BCAppLbs" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppLbs\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppLbsCommon">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppLbsCommon" name="BCAppLbsCommon" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppLbsCommon\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppLbsPosition">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppLbsPosition" name="BCAppLbsPosition" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppLbsPosition\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppMain">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppMain" name="BCAppMain" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppMain\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppMiscUtils">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppMiscUtils" name="BCAppMiscUtils" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppMiscUtils\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppNpdApi">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppNpdApi" name="BCAppNpdApi" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppNpdApi\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppPbkDlgs">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppPbkDlgs" name="BCAppPbkDlgs" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppPbkDlgs\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppPbkEng">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppPbkEng" name="BCAppPbkEng" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppPbkEng\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppPbkFldInf">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppPbkFldInf" name="BCAppPbkFldInf" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppPbkFldInf\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppPbkItem">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppPbkItem" name="BCAppPbkItem" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppPbkItem\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppPbkItemFld">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppPbkItemFld" name="BCAppPbkItemFld" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppPbkItemFld\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppPbkMisc">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppPbkMisc" name="BCAppPbkMisc" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppPbkMisc\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppPbkViewSta">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppPbkViewSta" name="BCAppPbkViewSta" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppPbkViewSta\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppSendUi">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppSendUi" name="BCAppSendUi" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppSendUi\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppSpdiaCtrl">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppSpdiaCtrl" name="BCAppSpdiaCtrl" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppSpdiaCtrl\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppStrLdr">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppStrLdr" name="BCAppStrLdr" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppStrLdr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppTextRes">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppTextRes" name="BCAppTextRes" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppTextRes\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppVibraCtrl">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppVibraCtrl" name="BCAppVibraCtrl" bldFile="\ext\tools\oemrndtools\bctools\BcApps\apps\BCAppVibraCtrl\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BcApps">
-<unit unitID="ext_tools_oemrndtools_bctools_BcApps" name="BcApps" bldFile="\ext\tools\oemrndtools\bctools\BcApps\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="connection">
-<unit unitID="ext_tools_oemrndtools_bctools_connection" name="connection" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\asp\apps\connection\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="hostconn">
-<unit unitID="ext_tools_oemrndtools_bctools_hostconn" name="hostconn" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\asp\apps\hostconn\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="newsoapclasses">
-<unit unitID="ext_tools_oemrndtools_bctools_newsoapclasses" name="newsoapclasses" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\asp\apps\newsoapclasses\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="senfragment">
-<unit unitID="ext_tools_oemrndtools_bctools_senfragment" name="senfragment" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\asp\apps\senfragment\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="SenServDesc">
-<unit unitID="ext_tools_oemrndtools_bctools_SenServDesc" name="SenServDesc" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\asp\apps\SenServDesc\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="SenServiceManager">
-<unit unitID="ext_tools_oemrndtools_bctools_SenServiceManager" name="SenServiceManager" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\asp\apps\SenServiceManager\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="senutils">
-<unit unitID="ext_tools_oemrndtools_bctools_senutils" name="senutils" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\asp\apps\senutils\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="WSTester">
-<unit unitID="ext_tools_oemrndtools_bctools_WSTester" name="WSTester" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\asp\apps\WSTester\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="asp">
-<unit unitID="ext_tools_oemrndtools_bctools_asp" name="asp" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\asp\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BrCtlBCTest">
-<unit unitID="ext_tools_oemrndtools_bctools_BrCtlBCTest" name="BrCtlBCTest" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\browser\apps\BrCtlBCTest\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="DownloadMgrBCTest">
-<unit unitID="ext_tools_oemrndtools_bctools_DownloadMgrBCTest" name="DownloadMgrBCTest" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\browser\apps\DownloadMgrBCTest\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="FavouritesBCTest">
-<unit unitID="ext_tools_oemrndtools_bctools_FavouritesBCTest" name="FavouritesBCTest" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\browser\apps\FavouritesBCTest\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="PluginAPIBCTest">
-<unit unitID="ext_tools_oemrndtools_bctools_PluginAPIBCTest" name="PluginAPIBCTest" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\browser\apps\PluginAPIBCTest\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="browser">
-<unit unitID="ext_tools_oemrndtools_bctools_browser" name="browser" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\browser\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="flashviewerframework">
-<unit unitID="ext_tools_oemrndtools_bctools_flashviewerframework" name="flashviewerframework" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\flashviewerframework\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BLID">
-<unit unitID="ext_tools_oemrndtools_bctools_BLID" name="BLID" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\location\apps\BLID\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="landmarks_api">
-<unit unitID="ext_tools_oemrndtools_bctools_landmarks_api" name="landmarks_api" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\location\apps\LandmarksEngine\landmarks_api\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="landmarks_database_management_api">
-<unit unitID="ext_tools_oemrndtools_bctools_landmarks_database_management_api" name="landmarks_database_management_api" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\location\apps\LandmarksEngine\landmarks_database_management_api\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="landmarks_search_api">
-<unit unitID="ext_tools_oemrndtools_bctools_landmarks_search_api" name="landmarks_search_api" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\location\apps\LandmarksEngine\landmarks_search_api\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppLmkEditor">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppLmkEditor" name="BCAppLmkEditor" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\location\apps\LandmarksUI\BCAppLmkEditor\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppLmkItemIdDbCombiInfo">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppLmkItemIdDbCombiInfo" name="BCAppLmkItemIdDbCombiInfo" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\location\apps\LandmarksUI\BCAppLmkItemIdDbCombiInfo\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppLmkSelector">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppLmkSelector" name="BCAppLmkSelector" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\location\apps\LandmarksUI\BCAppLmkSelector\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="LocAquisition">
-<unit unitID="ext_tools_oemrndtools_bctools_LocAquisition" name="LocAquisition" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\location\apps\LocationFW\LocAquisition\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="location">
-<unit unitID="ext_tools_oemrndtools_bctools_location" name="location" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\location\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTforIMAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTforIMAPI" name="BCTforIMAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\apps\BCTforIMAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTforMMSClientMTMAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTforMMSClientMTMAPI" name="BCTforMMSClientMTMAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\apps\BCTforMMSClientMTMAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="app">
-<unit unitID="ext_tools_oemrndtools_bctools_app" name="app" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\apps\BCTforNcnlistAPI\app\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTforNcnlistAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTforNcnlistAPI" name="BCTforNcnlistAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\apps\BCTforNcnlistAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="mtm_client">
-<unit unitID="ext_tools_oemrndtools_bctools_mtm_client" name="mtm_client" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\apps\BCTforNcnlistAPI\mtm_client\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="mtm_installer">
-<unit unitID="ext_tools_oemrndtools_bctools_mtm_installer" name="mtm_installer" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\apps\BCTforNcnlistAPI\mtm_installer\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="mtm_server">
-<unit unitID="ext_tools_oemrndtools_bctools_mtm_server" name="mtm_server" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\apps\BCTforNcnlistAPI\mtm_server\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTForSendUIAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTForSendUIAPI" name="BCTForSendUIAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\apps\BCTForSendUIAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTforSmartMessagingAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTforSmartMessagingAPI" name="BCTforSmartMessagingAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\apps\BCTforSmartMessagingAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="messaging">
-<unit unitID="ext_tools_oemrndtools_bctools_messaging" name="messaging" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\messaging\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="glib">
-<unit unitID="ext_tools_oemrndtools_bctools_glib" name="glib" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\glib\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="ssl">
-<unit unitID="ext_tools_oemrndtools_bctools_ssl" name="ssl" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\ssl\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="crypto_test">
-<unit unitID="ext_tools_oemrndtools_bctools_crypto_test" name="crypto_test" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\ssl\libcrypto\crypto_test\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="libcrypto">
-<unit unitID="ext_tools_oemrndtools_bctools_libcrypto" name="libcrypto" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\ssl\libcrypto\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="topenssl">
-<unit unitID="ext_tools_oemrndtools_bctools_topenssl" name="topenssl" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\ssl\libcrypto\topenssl\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="ssl_test">
-<unit unitID="ext_tools_oemrndtools_bctools_ssl_test" name="ssl_test" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\ssl\ssl_test\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="ssl_test">
-<unit unitID="ext_tools_oemrndtools_bctools_ssl_test_1" name="ssl_test_1" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\ssl\ssl_test\ssl_test\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCCppWrap">
-<unit unitID="ext_tools_oemrndtools_bctools_BCCppWrap" name="BCCppWrap" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\BCCppWrap\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCCSRuntimeSup">
-<unit unitID="ext_tools_oemrndtools_bctools_BCCSRuntimeSup" name="BCCSRuntimeSup" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\BCCSRuntimeSup\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCException">
-<unit unitID="ext_tools_oemrndtools_bctools_BCException" name="BCException" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\BCException\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCNoNamespace">
-<unit unitID="ext_tools_oemrndtools_bctools_BCNoNamespace" name="BCNoNamespace" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\BCNoNamespace\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCOpenCHeaders">
-<unit unitID="ext_tools_oemrndtools_bctools_BCOpenCHeaders" name="BCOpenCHeaders" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\BCOpenCHeaders\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCOpenCWrap">
-<unit unitID="ext_tools_oemrndtools_bctools_BCOpenCWrap" name="BCOpenCWrap" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\BCOpenCWrap\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCThread">
-<unit unitID="ext_tools_oemrndtools_bctools_BCThread" name="BCThread" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\BCThread\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTypeAttrib">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTypeAttrib" name="BCTypeAttrib" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\BCTypeAttrib\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTypeInfo">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTypeInfo" name="BCTypeInfo" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\BCTypeInfo\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="chartypes">
-<unit unitID="ext_tools_oemrndtools_bctools_chartypes" name="chartypes" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\chartypes\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="tiostreams">
-<unit unitID="ext_tools_oemrndtools_bctools_tiostreams" name="tiostreams" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\tiostreams\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="tlocale">
-<unit unitID="ext_tools_oemrndtools_bctools_tlocale" name="tlocale" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\tlocale\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="tmath_operations">
-<unit unitID="ext_tools_oemrndtools_bctools_tmath_operations" name="tmath_operations" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\tmath_operations\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="tmemory">
-<unit unitID="ext_tools_oemrndtools_bctools_tmemory" name="tmemory" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\tmemory\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="tstl_1">
-<unit unitID="ext_tools_oemrndtools_bctools_tstl_1" name="tstl_1" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\tstl_1\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="tutility">
-<unit unitID="ext_tools_oemrndtools_bctools_tutility" name="tutility" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\tutility\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="widecharclassapiBCTest">
-<unit unitID="ext_tools_oemrndtools_bctools_widecharclassapiBCTest" name="widecharclassapiBCTest" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\apps\widecharclassapiBCTest\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="stdcpp">
-<unit unitID="ext_tools_oemrndtools_bctools_stdcpp" name="stdcpp" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\apps\stdcpp\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="mrt">
-<unit unitID="ext_tools_oemrndtools_bctools_mrt" name="mrt" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\mrt\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppContentManagement">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppContentManagement" name="BCAppContentManagement" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\multimedia\apps\BCAppContentManagement\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCAppDRMHelperLib">
-<unit unitID="ext_tools_oemrndtools_bctools_BCAppDRMHelperLib" name="BCAppDRMHelperLib" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\multimedia\apps\BCAppDRMHelperLib\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCDRMCAFCAPS_exe">
-<unit unitID="ext_tools_oemrndtools_bctools_BCDRMCAFCAPS_exe" name="BCDRMCAFCAPS_exe" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\multimedia\apps\DRM_CAF\BCDRMCAFCAPS_exe\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="DRM_CAF">
-<unit unitID="ext_tools_oemrndtools_bctools_DRM_CAF" name="DRM_CAF" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\multimedia\apps\DRM_CAF\DRM_CAF\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="DRM_CAF">
-<unit unitID="ext_tools_oemrndtools_bctools_DRM_CAF_1" name="DRM_CAF_1" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\multimedia\apps\DRM_CAF\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="multimedia">
-<unit unitID="ext_tools_oemrndtools_bctools_multimedia" name="multimedia" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\multimedia\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="ConnectionSettings">
-<unit unitID="ext_tools_oemrndtools_bctools_ConnectionSettings" name="ConnectionSettings" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\networking\apps\ConnectionSettings\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="ConnectionSettingsUI">
-<unit unitID="ext_tools_oemrndtools_bctools_ConnectionSettingsUI" name="ConnectionSettingsUI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\networking\apps\ConnectionSettingsUI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="networking">
-<unit unitID="ext_tools_oemrndtools_bctools_networking" name="networking" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\networking\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="Calendar">
-<unit unitID="ext_tools_oemrndtools_bctools_Calendar" name="Calendar" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\Calendar\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="Clock">
-<unit unitID="ext_tools_oemrndtools_bctools_Clock" name="Clock" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\Clock\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTestPbkDataAddEdit">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTestPbkDataAddEdit" name="BCTestPbkDataAddEdit" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataAddEdit\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTestPbkDataManagement">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTestPbkDataManagement" name="BCTestPbkDataManagement" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkContactChangeNotifier">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkContactChangeNotifier" name="MTPbkContactChangeNotifier" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkContactChangeNotifier\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkContactEngine">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkContactEngine" name="MTPbkContactEngine" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkContactEngine\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkContactItem">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkContactItem" name="MTPbkContactItem" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkContactItem\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkContactItemField">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkContactItemField" name="MTPbkContactItemField" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkContactItemField\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkContactIter">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkContactIter" name="MTPbkContactIter" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkContactIter\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkFieldData">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkFieldData" name="MTPbkFieldData" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkFieldData\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkFields">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkFields" name="MTPbkFields" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkFields\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkFieldsInfo">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkFieldsInfo" name="MTPbkFieldsInfo" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkFieldsInfo\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkIconId">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkIconId" name="MTPbkIconId" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkIconId\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkIconInfo">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkIconInfo" name="MTPbkIconInfo" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkIconInfo\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkIdleFinder">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkIdleFinder" name="MTPbkIdleFinder" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTPbkIdleFinder\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTRPbkViewResourceFile">
-<unit unitID="ext_tools_oemrndtools_bctools_MTRPbkViewResourceFile" name="MTRPbkViewResourceFile" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkDataManagement\MTRPbkViewResourceFile\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTestPbkFetchAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTestPbkFetchAPI" name="BCTestPbkFetchAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkAddressSelect">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkAddressSelect" name="MTPbkAddressSelect" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkAddressSelect\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkEmailAddressSelect">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkEmailAddressSelect" name="MTPbkEmailAddressSelect" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkEmailAddressSelect\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkEmailOverSms">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkEmailOverSms" name="MTPbkEmailOverSms" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkEmailOverSms\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkFetchCallbacks">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkFetchCallbacks" name="MTPbkFetchCallbacks" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkFetchCallbacks\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkFetchDlgSelection">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkFetchDlgSelection" name="MTPbkFetchDlgSelection" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkFetchDlgSelection\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkMemoryEntryAddItemDlg">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkMemoryEntryAddItemDlg" name="MTPbkMemoryEntryAddItemDlg" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkMemoryEntryAddItemDlg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkMmsAddressSelect">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkMmsAddressSelect" name="MTPbkMmsAddressSelect" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkMmsAddressSelect\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkMultipleEntryFetchDlg">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkMultipleEntryFetchDlg" name="MTPbkMultipleEntryFetchDlg" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkMultipleEntryFetchDlg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkPhoneNumberSelect">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkPhoneNumberSelect" name="MTPbkPhoneNumberSelect" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkPhoneNumberSelect\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkPhoneNumberSelectBase">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkPhoneNumberSelectBase" name="MTPbkPhoneNumberSelectBase" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkPhoneNumberSelectBase\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkPocAddressSelect">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkPocAddressSelect" name="MTPbkPocAddressSelect" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkPocAddressSelect\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkSelectFieldDlg">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkSelectFieldDlg" name="MTPbkSelectFieldDlg" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkSelectFieldDlg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkSingleEntryFetchDlg">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkSingleEntryFetchDlg" name="MTPbkSingleEntryFetchDlg" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkSingleEntryFetchDlg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkSingleItemFetchDlg">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkSingleItemFetchDlg" name="MTPbkSingleItemFetchDlg" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkSingleItemFetchDlg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="MTPbkSmsAddressSelect">
-<unit unitID="ext_tools_oemrndtools_bctools_MTPbkSmsAddressSelect" name="MTPbkSmsAddressSelect" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkFetchAPI\MTPbkSmsAddressSelect\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTestPbkUIUtil">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTestPbkUIUtil" name="BCTestPbkUIUtil" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkUIUtil\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCTestPbkVcardImportExport">
-<unit unitID="ext_tools_oemrndtools_bctools_BCTestPbkVcardImportExport" name="BCTestPbkVcardImportExport" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\BCTestPbkVcardImportExport\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="PhoneBook">
-<unit unitID="ext_tools_oemrndtools_bctools_PhoneBook" name="PhoneBook" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\PhoneBook\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="SpeedDial">
-<unit unitID="ext_tools_oemrndtools_bctools_SpeedDial" name="SpeedDial" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\apps\SpeedDial\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="pim">
-<unit unitID="ext_tools_oemrndtools_bctools_pim" name="pim" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\pim\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCLogEngineTest">
-<unit unitID="ext_tools_oemrndtools_bctools_BCLogEngineTest" name="BCLogEngineTest" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\rtcct\apps\BCLogEngineTest\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="BCSmsUtilitiesTest">
-<unit unitID="ext_tools_oemrndtools_bctools_BCSmsUtilitiesTest" name="BCSmsUtilitiesTest" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\rtcct\apps\BCSmsUtilitiesTest\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="IsvTelephonyTest">
-<unit unitID="ext_tools_oemrndtools_bctools_IsvTelephonyTest" name="IsvTelephonyTest" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\rtcct\apps\IsvTelephonyTest\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="rtcct">
-<unit unitID="ext_tools_oemrndtools_bctools_rtcct" name="rtcct" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\rtcct\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="FileSystemPlugins">
-<unit unitID="ext_tools_oemrndtools_bctools_FileSystemPlugins" name="FileSystemPlugins" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\base\FileSystemPlugins\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="base">
-<unit unitID="ext_tools_oemrndtools_bctools_base" name="base" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\base\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="t_perf">
-<unit unitID="ext_tools_oemrndtools_bctools_t_perf" name="t_perf" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\base\performance\f32\t_perf\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="prompt">
-<unit unitID="ext_tools_oemrndtools_bctools_prompt" name="prompt" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\base\prompt\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="f32">
-<unit unitID="ext_tools_oemrndtools_bctools_f32" name="f32" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\base\validation\f32\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="sfsrv">
-<unit unitID="ext_tools_oemrndtools_bctools_sfsrv" name="sfsrv" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\base\validation\f32\sfsrv\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="Bluetooth">
-<unit unitID="ext_tools_oemrndtools_bctools_Bluetooth" name="Bluetooth" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\Bluetooth\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsuites">
-<unit unitID="ext_tools_oemrndtools_bctools_testsuites" name="testsuites" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\Bluetooth\testsuites\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_BTSdpAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_T_BTSdpAPI" name="T_BTSdpAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\Bluetooth\T_BTSdpAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_BTSockAddrAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_T_BTSockAddrAPI" name="T_BTSockAddrAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\Bluetooth\T_BTSockAddrAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_BTSockAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_T_BTSockAPI" name="T_BTSockAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\Bluetooth\T_BTSockAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="fbserv">
-<unit unitID="ext_tools_oemrndtools_bctools_fbserv" name="fbserv" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\graphics\fbserv\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="graphics">
-<unit unitID="ext_tools_oemrndtools_bctools_graphics" name="graphics" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\graphics\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_Camera">
-<unit unitID="ext_tools_oemrndtools_bctools_T_Camera" name="T_Camera" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\ecam\T_Camera\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="multimedia">
-<unit unitID="ext_tools_oemrndtools_bctools_multimedia_1" name="multimedia_1" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_ImageDecoder">
-<unit unitID="ext_tools_oemrndtools_bctools_T_ImageDecoder" name="T_ImageDecoder" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\icl\T_ImageDecoder\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_ImageEncoder">
-<unit unitID="ext_tools_oemrndtools_bctools_T_ImageEncoder" name="T_ImageEncoder" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\icl\T_ImageEncoder\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_MdaAudioConvertUtility">
-<unit unitID="ext_tools_oemrndtools_bctools_T_MdaAudioConvertUtility" name="T_MdaAudioConvertUtility" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\mmf\T_MdaAudioConvertUtility\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_MdaAudioInputStream">
-<unit unitID="ext_tools_oemrndtools_bctools_T_MdaAudioInputStream" name="T_MdaAudioInputStream" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\mmf\T_MdaAudioInputStream\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_MdaAudioOutputStream">
-<unit unitID="ext_tools_oemrndtools_bctools_T_MdaAudioOutputStream" name="T_MdaAudioOutputStream" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\mmf\T_MdaAudioOutputStream\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_MdaAudioPlayerUtility">
-<unit unitID="ext_tools_oemrndtools_bctools_T_MdaAudioPlayerUtility" name="T_MdaAudioPlayerUtility" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\mmf\T_MdaAudioPlayerUtility\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_MdaAudioRecorderUtility">
-<unit unitID="ext_tools_oemrndtools_bctools_T_MdaAudioRecorderUtility" name="T_MdaAudioRecorderUtility" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\mmf\T_MdaAudioRecorderUtility\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_MdaAudioToneUtility">
-<unit unitID="ext_tools_oemrndtools_bctools_T_MdaAudioToneUtility" name="T_MdaAudioToneUtility" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\mmf\T_MdaAudioToneUtility\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="T_MidiClientUtility">
-<unit unitID="ext_tools_oemrndtools_bctools_T_MidiClientUtility" name="T_MidiClientUtility" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\multimedia\mmf\T_MidiClientUtility\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="libc">
-<unit unitID="ext_tools_oemrndtools_bctools_libc" name="libc" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcapfcntl">
-<unit unitID="ext_tools_oemrndtools_bctools_testcapfcntl" name="testcapfcntl" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcapfcntl\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcapioccom">
-<unit unitID="ext_tools_oemrndtools_bctools_testcapioccom" name="testcapioccom" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcapioccom\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcapipc">
-<unit unitID="ext_tools_oemrndtools_bctools_testcapipc" name="testcapipc" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcapipc\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcapsocket">
-<unit unitID="ext_tools_oemrndtools_bctools_testcapsocket" name="testcapsocket" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcapsocket\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcapstat">
-<unit unitID="ext_tools_oemrndtools_bctools_testcapstat" name="testcapstat" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcapstat\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcapstdio">
-<unit unitID="ext_tools_oemrndtools_bctools_testcapstdio" name="testcapstdio" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcapstdio\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcapsystime">
-<unit unitID="ext_tools_oemrndtools_bctools_testcapsystime" name="testcapsystime" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcapsystime\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcapunistd">
-<unit unitID="ext_tools_oemrndtools_bctools_testcapunistd" name="testcapunistd" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcapunistd\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcaputime">
-<unit unitID="ext_tools_oemrndtools_bctools_testcaputime" name="testcaputime" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcaputime\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcapwchar">
-<unit unitID="ext_tools_oemrndtools_bctools_testcapwchar" name="testcapwchar" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcapwchar\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcomport">
-<unit unitID="ext_tools_oemrndtools_bctools_testcomport" name="testcomport" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testcomport\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testctype">
-<unit unitID="ext_tools_oemrndtools_bctools_testctype" name="testctype" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testctype\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testdb_blr">
-<unit unitID="ext_tools_oemrndtools_bctools_testdb_blr" name="testdb_blr" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testdb_blr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testftw">
-<unit unitID="ext_tools_oemrndtools_bctools_testftw" name="testftw" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testftw\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testglob">
-<unit unitID="ext_tools_oemrndtools_bctools_testglob" name="testglob" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testglob\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testifioctls">
-<unit unitID="ext_tools_oemrndtools_bctools_testifioctls" name="testifioctls" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testifioctls\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testinet">
-<unit unitID="ext_tools_oemrndtools_bctools_testinet" name="testinet" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testinet\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testlibcwchar">
-<unit unitID="ext_tools_oemrndtools_bctools_testlibcwchar" name="testlibcwchar" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testlibcwchar\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testlink">
-<unit unitID="ext_tools_oemrndtools_bctools_testlink" name="testlink" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testlink\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testlocalsocket">
-<unit unitID="ext_tools_oemrndtools_bctools_testlocalsocket" name="testlocalsocket" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testlocalsocket\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="sample">
-<unit unitID="ext_tools_oemrndtools_bctools_sample" name="sample" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testlocalsocket\sample\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testlocblr">
-<unit unitID="ext_tools_oemrndtools_bctools_testlocblr" name="testlocblr" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testlocblr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testmisc">
-<unit unitID="ext_tools_oemrndtools_bctools_testmisc" name="testmisc" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testmisc\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="spawnchild">
-<unit unitID="ext_tools_oemrndtools_bctools_spawnchild" name="spawnchild" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testmisc\spawnchild\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testmkfifo">
-<unit unitID="ext_tools_oemrndtools_bctools_testmkfifo" name="testmkfifo" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testmkfifo\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testmmap">
-<unit unitID="ext_tools_oemrndtools_bctools_testmmap" name="testmmap" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testmmap\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testmsgqueue">
-<unit unitID="ext_tools_oemrndtools_bctools_testmsgqueue" name="testmsgqueue" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testmsgqueue\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testmulticast">
-<unit unitID="ext_tools_oemrndtools_bctools_testmulticast" name="testmulticast" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testmulticast\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testnetdb">
-<unit unitID="ext_tools_oemrndtools_bctools_testnetdb" name="testnetdb" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testnetdb\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testoffsetof">
-<unit unitID="ext_tools_oemrndtools_bctools_testoffsetof" name="testoffsetof" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testoffsetof\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="childpopen3_disp">
-<unit unitID="ext_tools_oemrndtools_bctools_childpopen3_disp" name="childpopen3_disp" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testpipe\childpopen3_disp\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="childpopen3_read_write">
-<unit unitID="ext_tools_oemrndtools_bctools_childpopen3_read_write" name="childpopen3_read_write" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testpipe\childpopen3_read_write\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="childpopen_read">
-<unit unitID="ext_tools_oemrndtools_bctools_childpopen_read" name="childpopen_read" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testpipe\childpopen_read\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="childpopen_write">
-<unit unitID="ext_tools_oemrndtools_bctools_childpopen_write" name="childpopen_write" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testpipe\childpopen_write\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="child_read_write">
-<unit unitID="ext_tools_oemrndtools_bctools_child_read_write" name="child_read_write" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testpipe\child_read_write\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testpipe">
-<unit unitID="ext_tools_oemrndtools_bctools_testpipe" name="testpipe" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testpipe\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testprogname">
-<unit unitID="ext_tools_oemrndtools_bctools_testprogname" name="testprogname" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testprogname\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testregex">
-<unit unitID="ext_tools_oemrndtools_bctools_testregex" name="testregex" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testregex\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testselect">
-<unit unitID="ext_tools_oemrndtools_bctools_testselect" name="testselect" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testselect\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsemaphore">
-<unit unitID="ext_tools_oemrndtools_bctools_testsemaphore" name="testsemaphore" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testsemaphore\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testshm">
-<unit unitID="ext_tools_oemrndtools_bctools_testshm" name="testshm" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testshm\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsocket">
-<unit unitID="ext_tools_oemrndtools_bctools_testsocket" name="testsocket" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testsocket\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="teststdio">
-<unit unitID="ext_tools_oemrndtools_bctools_teststdio" name="teststdio" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\teststdio\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="abort_test">
-<unit unitID="ext_tools_oemrndtools_bctools_abort_test" name="abort_test" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\teststdlib\abort_test\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="teststdlib">
-<unit unitID="ext_tools_oemrndtools_bctools_teststdlib" name="teststdlib" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\teststdlib\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="teststring">
-<unit unitID="ext_tools_oemrndtools_bctools_teststring" name="teststring" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\teststring\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsyscalls">
-<unit unitID="ext_tools_oemrndtools_bctools_testsyscalls" name="testsyscalls" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testsyscalls\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsyssim">
-<unit unitID="ext_tools_oemrndtools_bctools_testsyssim" name="testsyssim" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testsyssim\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsysunistd">
-<unit unitID="ext_tools_oemrndtools_bctools_testsysunistd" name="testsysunistd" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testsysunistd\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testtime_blr">
-<unit unitID="ext_tools_oemrndtools_bctools_testtime_blr" name="testtime_blr" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testtime_blr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testwchar">
-<unit unitID="ext_tools_oemrndtools_bctools_testwchar" name="testwchar" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testwchar\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testwcharapi">
-<unit unitID="ext_tools_oemrndtools_bctools_testwcharapi" name="testwcharapi" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testwcharapi\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testwctype">
-<unit unitID="ext_tools_oemrndtools_bctools_testwctype" name="testwctype" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testwctype\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testwideapis">
-<unit unitID="ext_tools_oemrndtools_bctools_testwideapis" name="testwideapis" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libc\testwideapis\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="arithmeticoper1">
-<unit unitID="ext_tools_oemrndtools_bctools_arithmeticoper1" name="arithmeticoper1" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libdl\arithmeticoper1\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="arithmeticoper2">
-<unit unitID="ext_tools_oemrndtools_bctools_arithmeticoper2" name="arithmeticoper2" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libdl\arithmeticoper2\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="arithmeticoper3">
-<unit unitID="ext_tools_oemrndtools_bctools_arithmeticoper3" name="arithmeticoper3" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libdl\arithmeticoper3\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="arithmeticoper4">
-<unit unitID="ext_tools_oemrndtools_bctools_arithmeticoper4" name="arithmeticoper4" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libdl\arithmeticoper4\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="dll1">
-<unit unitID="ext_tools_oemrndtools_bctools_dll1" name="dll1" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libdl\dll1\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="libdl">
-<unit unitID="ext_tools_oemrndtools_bctools_libdl" name="libdl" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libdl\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="libm">
-<unit unitID="ext_tools_oemrndtools_bctools_libm" name="libm" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libm\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testdouble_blr">
-<unit unitID="ext_tools_oemrndtools_bctools_testdouble_blr" name="testdouble_blr" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libm\testdouble_blr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testfloat_blr">
-<unit unitID="ext_tools_oemrndtools_bctools_testfloat_blr" name="testfloat_blr" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libm\testfloat_blr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testldouble_blr">
-<unit unitID="ext_tools_oemrndtools_bctools_testldouble_blr" name="testldouble_blr" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libm\testldouble_blr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="libpthread">
-<unit unitID="ext_tools_oemrndtools_bctools_libpthread" name="libpthread" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcondbroadcast">
-<unit unitID="ext_tools_oemrndtools_bctools_testcondbroadcast" name="testcondbroadcast" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testcondbroadcast\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testconddestroy">
-<unit unitID="ext_tools_oemrndtools_bctools_testconddestroy" name="testconddestroy" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testconddestroy\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcondinit">
-<unit unitID="ext_tools_oemrndtools_bctools_testcondinit" name="testcondinit" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testcondinit\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcondsignal">
-<unit unitID="ext_tools_oemrndtools_bctools_testcondsignal" name="testcondsignal" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testcondsignal\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testcondwait">
-<unit unitID="ext_tools_oemrndtools_bctools_testcondwait" name="testcondwait" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testcondwait\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testharness">
-<unit unitID="ext_tools_oemrndtools_bctools_testharness" name="testharness" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testharness\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testmutex">
-<unit unitID="ext_tools_oemrndtools_bctools_testmutex" name="testmutex" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testmutex\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testpthread">
-<unit unitID="ext_tools_oemrndtools_bctools_testpthread" name="testpthread" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testpthread\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testpthreadonce">
-<unit unitID="ext_tools_oemrndtools_bctools_testpthreadonce" name="testpthreadonce" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testpthreadonce\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsemdestroy">
-<unit unitID="ext_tools_oemrndtools_bctools_testsemdestroy" name="testsemdestroy" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testsemdestroy\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsemgetvalue">
-<unit unitID="ext_tools_oemrndtools_bctools_testsemgetvalue" name="testsemgetvalue" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testsemgetvalue\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testseminit">
-<unit unitID="ext_tools_oemrndtools_bctools_testseminit" name="testseminit" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testseminit\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsemopen">
-<unit unitID="ext_tools_oemrndtools_bctools_testsemopen" name="testsemopen" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testsemopen\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsempost">
-<unit unitID="ext_tools_oemrndtools_bctools_testsempost" name="testsempost" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testsempost\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsemtimedwait">
-<unit unitID="ext_tools_oemrndtools_bctools_testsemtimedwait" name="testsemtimedwait" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testsemtimedwait\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsemtrywait">
-<unit unitID="ext_tools_oemrndtools_bctools_testsemtrywait" name="testsemtrywait" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testsemtrywait\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsemwait">
-<unit unitID="ext_tools_oemrndtools_bctools_testsemwait" name="testsemwait" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\apps\libpthread\testsemwait\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="stdlibs">
-<unit unitID="ext_tools_oemrndtools_bctools_stdlibs" name="stdlibs" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\stdlibs\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="ecom">
-<unit unitID="ext_tools_oemrndtools_bctools_ecom" name="ecom" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\SysLibs\ecom\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="TestPlugin">
-<unit unitID="ext_tools_oemrndtools_bctools_TestPlugin" name="TestPlugin" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\SysLibs\ecom\TestPlugin\Group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="SysLibs">
-<unit unitID="ext_tools_oemrndtools_bctools_SysLibs" name="SysLibs" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\SysLibs\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="testsuites">
-<unit unitID="ext_tools_oemrndtools_bctools_testsuites_1" name="testsuites_1" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\apps\SysLibs\testsuites\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="symbian">
-<unit unitID="ext_tools_oemrndtools_bctools_symbian" name="symbian" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\symbian\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="ProfilesEngineWrapperAPI">
-<unit unitID="ext_tools_oemrndtools_bctools_ProfilesEngineWrapperAPI" name="ProfilesEngineWrapperAPI" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\syncandprovisioning\apps\ProfilesEngineWrapperAPI\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="SelfSignedStartupApp">
-<unit unitID="ext_tools_oemrndtools_bctools_SelfSignedStartupApp" name="SelfSignedStartupApp" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\syncandprovisioning\apps\StartupListManagementAPI\SelfSignedStartupApp\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="StartupApp">
-<unit unitID="ext_tools_oemrndtools_bctools_StartupApp" name="StartupApp" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\syncandprovisioning\apps\StartupListManagementAPI\StartupApp\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="syncandprovisioning">
-<unit unitID="ext_tools_oemrndtools_bctools_syncandprovisioning" name="syncandprovisioning" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\syncandprovisioning\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="accmonitoring">
-<unit unitID="ext_tools_oemrndtools_bctools_accmonitoring" name="accmonitoring" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\accmonitoring\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="cenrepnotifyhandler">
-<unit unitID="ext_tools_oemrndtools_bctools_cenrepnotifyhandler" name="cenrepnotifyhandler" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\cenrepnotifyhandler\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="featurediscovery">
-<unit unitID="ext_tools_oemrndtools_bctools_featurediscovery" name="featurediscovery" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\featurediscovery\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="finditem">
-<unit unitID="ext_tools_oemrndtools_bctools_finditem" name="finditem" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\finditem\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="light">
-<unit unitID="ext_tools_oemrndtools_bctools_light" name="light" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\light\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="networkstatus">
-<unit unitID="ext_tools_oemrndtools_bctools_networkstatus" name="networkstatus" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\networkstatus\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="phoneparser">
-<unit unitID="ext_tools_oemrndtools_bctools_phoneparser" name="phoneparser" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\phoneparser\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="platformenv">
-<unit unitID="ext_tools_oemrndtools_bctools_platformenv" name="platformenv" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\platformenv\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="platformver">
-<unit unitID="ext_tools_oemrndtools_bctools_platformver" name="platformver" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\platformver\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="powerstate">
-<unit unitID="ext_tools_oemrndtools_bctools_powerstate" name="powerstate" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\powerstate\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="SystemSWMisc50Test">
-<unit unitID="ext_tools_oemrndtools_bctools_SystemSWMisc50Test" name="SystemSWMisc50Test" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\SystemSWMisc50Test\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="sysutil">
-<unit unitID="ext_tools_oemrndtools_bctools_sysutil" name="sysutil" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\sysutil\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="textresolver">
-<unit unitID="ext_tools_oemrndtools_bctools_textresolver" name="textresolver" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\textresolver\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="vibra">
-<unit unitID="ext_tools_oemrndtools_bctools_vibra" name="vibra" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\vibra\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="vibractrl">
-<unit unitID="ext_tools_oemrndtools_bctools_vibractrl" name="vibractrl" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\apps\vibractrl\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="systemsw">
-<unit unitID="ext_tools_oemrndtools_bctools_systemsw" name="systemsw" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\systemsw\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestlauncher">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestlauncher" name="bctestlauncher" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\bctestlauncher\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctesttemplate">
-<unit unitID="ext_tools_oemrndtools_bctools_bctesttemplate" name="bctesttemplate" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\bctesttemplate\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestutil">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestutil" name="bctestutil" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\bctestutil\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestaknsound">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestaknsound" name="bctestaknsound" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestaknsound\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestappfrm">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestappfrm" name="bctestappfrm" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestappfrm\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestbuttons">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestbuttons" name="bctestbuttons" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestbuttons\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestcmdlg">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestcmdlg" name="bctestcmdlg" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestcmdlg\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestdocandinit">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestdocandinit" name="bctestdocandinit" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestdocandinit\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctesteditor">
-<unit unitID="ext_tools_oemrndtools_bctools_bctesteditor" name="bctesteditor" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctesteditor\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctesteh">
-<unit unitID="ext_tools_oemrndtools_bctools_bctesteh" name="bctesteh" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctesteh\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctesteikbctrl">
-<unit unitID="ext_tools_oemrndtools_bctools_bctesteikbctrl" name="bctesteikbctrl" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctesteikbctrl\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctesteikfrm">
-<unit unitID="ext_tools_oemrndtools_bctools_bctesteikfrm" name="bctesteikfrm" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctesteikfrm\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestfontinput">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestfontinput" name="bctestfontinput" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestfontinput\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestform">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestform" name="bctestform" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestform\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestgrids">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestgrids" name="bctestgrids" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestgrids\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestimage">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestimage" name="bctestimage" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestimage\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestkeylock">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestkeylock" name="bctestkeylock" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestkeylock\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestlabelinfoindicators">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestlabelinfoindicators" name="bctestlabelinfoindicators" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestlabelinfoindicators\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestlist">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestlist" name="bctestlist" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestlist\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestmenu">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestmenu" name="bctestmenu" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestmenu\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestmisccontrol">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestmisccontrol" name="bctestmisccontrol" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestmisccontrol\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestnote">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestnote" name="bctestnote" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestnote\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestnotifier">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestnotifier" name="bctestnotifier" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestnotifier\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestpane">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestpane" name="bctestpane" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestpane\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestpopups">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestpopups" name="bctestpopups" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestpopups\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestprivateuifrm">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestprivateuifrm" name="bctestprivateuifrm" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestprivateuifrm\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestptieng">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestptieng" name="bctestptieng" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestptieng\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestquery">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestquery" name="bctestquery" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestquery\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestscreenclearer">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestscreenclearer" name="bctestscreenclearer" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestscreenclearer\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestscrollerbar">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestscrollerbar" name="bctestscrollerbar" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestscrollerbar\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestsearchfield">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestsearchfield" name="bctestsearchfield" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestsearchfield\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestserverapp">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestserverapp" name="bctestserverapp" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestserverapp\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestsettingpage">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestsettingpage" name="bctestsettingpage" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestsettingpage\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestskins">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestskins" name="bctestskins" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestskins\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestsliderandicons">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestsliderandicons" name="bctestsliderandicons" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestsliderandicons\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestutilities">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestutilities" name="bctestutilities" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestutilities\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestvolume">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestvolume" name="bctestvolume" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\bctestvolume\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="S60_SDK3.0">
-<unit unitID="ext_tools_oemrndtools_bctools_S60_SDK3.0" name="S60_SDK3.0" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.0\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestlocation">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestlocation" name="bctestlocation" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.1\bctestlocation\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestmisc">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestmisc" name="bctestmisc" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.1\bctestmisc\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestocr">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestocr" name="bctestocr" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.1\bctestocr\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="S60_SDK3.1">
-<unit unitID="ext_tools_oemrndtools_bctools_S60_SDK3.1" name="S60_SDK3.1" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.1\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestlocalizer">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestlocalizer" name="bctestlocalizer" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.2\bctestlocalizer\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestmisc32">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestmisc32" name="bctestmisc32" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.2\bctestmisc32\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestpreviewpopup">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestpreviewpopup" name="bctestpreviewpopup" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.2\bctestpreviewpopup\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestservicehandler">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestservicehandler" name="bctestservicehandler" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.2\bctestservicehandler\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestuniteditor">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestuniteditor" name="bctestuniteditor" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.2\bctestuniteditor\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="S60_SDK3.2">
-<unit unitID="ext_tools_oemrndtools_bctools_S60_SDK3.2" name="S60_SDK3.2" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK3.2\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestbutton">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestbutton" name="bctestbutton" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK5.0\bctestbutton\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestchoicelist">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestchoicelist" name="bctestchoicelist" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK5.0\bctestchoicelist\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestmix50">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestmix50" name="bctestmix50" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK5.0\bctestmix50\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctestpane">
-<unit unitID="ext_tools_oemrndtools_bctools_bctestpane_1" name="bctestpane_1" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK5.0\bctestpane\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctesttoolbar">
-<unit unitID="ext_tools_oemrndtools_bctools_bctesttoolbar" name="bctesttoolbar" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK5.0\bctesttoolbar\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctesttouchpane">
-<unit unitID="ext_tools_oemrndtools_bctools_bctesttouchpane" name="bctesttouchpane" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK5.0\bctesttouchpane\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctesttreelist">
-<unit unitID="ext_tools_oemrndtools_bctools_bctesttreelist" name="bctesttreelist" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK5.0\bctesttreelist\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="S60_SDK5.0">
-<unit unitID="ext_tools_oemrndtools_bctools_S60_SDK5.0" name="S60_SDK5.0" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\apps\S60_SDK5.0\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="uifw">
-<unit unitID="ext_tools_oemrndtools_bctools_uifw" name="uifw" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\apps\uifw\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bcdrivers">
-<unit unitID="ext_tools_oemrndtools_bctools_bcdrivers" name="bcdrivers" bldFile="\ext\tools\oemrndtools\bctools\bcdrivers\group" mrp=""/>
-</component>
-</module>
-<module name="bctools">
-<component name="bctools">
-<unit unitID="ext_tools_oemrndtools_bctools" name="bctools" bldFile="\ext\tools\oemrndtools\bctools\group" mrp=""/>
-</component>
-</module>
-<module name="goofy">
-<component name="goofy">
-<unit unitID="ext_tools_oemrndtools_goofy" name="goofy" bldFile="\ext\tools\oemrndtools\goofy\group" mrp=""/>
-</component>
-</module>
-<module name="iad_rofs">
-<component name="iad_rofs">
-<unit unitID="ext_tools_oemrndtools_iad_rofs" name="iad_rofs" bldFile="\ext\tools\oemrndtools\iad_rofs\group" mrp=""/>
-</component>
-</module>
-<module name="imaker">
-<component name="buildrom_plugins">
-<unit unitID="ext_tools_oemrndtools_imaker_buildrom_plugins" name="buildrom_plugins" bldFile="\ext\tools\oemrndtools\imaker\buildrom_plugins\group" mrp=""/>
-</component>
-</module>
-<module name="imaker">
-<component name="config">
-<unit unitID="ext_tools_oemrndtools_imaker_config" name="config" bldFile="\ext\tools\oemrndtools\imaker\config\group" mrp=""/>
-</component>
-</module>
-<module name="imaker">
-<component name="imaker">
-<unit unitID="ext_tools_oemrndtools_imaker" name="imaker" bldFile="\ext\tools\oemrndtools\imaker\group" mrp=""/>
-</component>
-</module>
-<module name="memmon">
-<component name="memmon">
-<unit unitID="ext_tools_oemrndtools_memmon" name="memmon" bldFile="\ext\tools\oemrndtools\memmon\group" mrp=""/>
-</component>
-</module>
-<module name="perfhooks">
-<component name="perfhooks">
-<unit unitID="ext_tools_oemrndtools_perfhooks" name="perfhooks" bldFile="\ext\tools\oemrndtools\perfhooks\group" mrp=""/>
-</component>
-</module>
-<module name="securitychecker">
-<component name="securitychecker">
-<unit unitID="ext_tools_oemrndtools_securitychecker" name="securitychecker" bldFile="\ext\tools\oemrndtools\securitychecker\group" mrp=""/>
-</component>
-</module>
-<module name="taskmgr">
-<component name="taskmgr">
-<unit unitID="ext_tools_oemrndtools_taskmgr" name="taskmgr" bldFile="\ext\tools\oemrndtools\taskmgr\group" mrp=""/>
-</component>
-</module>
-<module name="taskmgr">
-<component name="memoryaccess_eka2">
-<unit unitID="ext_tools_oemrndtools_taskmgr_memoryaccess_eka2" name="memoryaccess_eka2" bldFile="\ext\tools\oemrndtools\taskmgr\memoryaccess_eka2\group" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="dbgtrccomm">
-<unit unitID="ext_tools_oemrndtools_trk_dbgtrccomm_s60" name="dbgtrccomm_s60" bldFile="\ext\tools\oemrndtools\trk\dbgtrccomm\group\s60" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="dbgtrccomm">
-<unit unitID="ext_tools_oemrndtools_trk_dbgtrccomm_tv" name="dbgtrccomm_tv" bldFile="\ext\tools\oemrndtools\trk\dbgtrccomm\group\tv" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="dbgtrccomm">
-<unit unitID="ext_tools_oemrndtools_trk_dbgtrccomm_uiq" name="dbgtrccomm_uiq" bldFile="\ext\tools\oemrndtools\trk\dbgtrccomm\group\uiq" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="trk">
-<unit unitID="ext_tools_oemrndtools_trk" name="trk" bldFile="\ext\tools\oemrndtools\trk\group" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="trk">
-<unit unitID="ext_tools_oemrndtools_trk_nokia_tshell" name="trk_nokia_tshell" bldFile="\ext\tools\oemrndtools\trk\group\nokia_tshell" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="trk">
-<unit unitID="ext_tools_oemrndtools_trk_s60" name="trk_s60" bldFile="\ext\tools\oemrndtools\trk\group\s60" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="trk">
-<unit unitID="ext_tools_oemrndtools_trk_s60_isv_build" name="trk_s60_isv_build" bldFile="\ext\tools\oemrndtools\trk\group\s60\isv_build" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="trk">
-<unit unitID="ext_tools_oemrndtools_trk_tshell" name="trk_tshell" bldFile="\ext\tools\oemrndtools\trk\group\tshell" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="trk">
-<unit unitID="ext_tools_oemrndtools_trk_tv" name="trk_tv" bldFile="\ext\tools\oemrndtools\trk\group\tv" mrp=""/>
-</component>
-</module>
-<module name="trk">
-<component name="trk">
-<unit unitID="ext_tools_oemrndtools_trk_tv_isv_build" name="trk_tv_isv_build" bldFile="\ext\tools\oemrndtools\trk\group\tv\isv_build" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="toolsextensions">
-<module name="toolsextensions">
-<component name="toolsextensions">
-<unit unitID="ext_tools_toolsextensions" name="toolsextensions" bldFile="\ext\tools\toolsextensions\group" mrp=""/>
-</component>
-</module>
-<module name="ConfigurationTool">
-<component name="ConfigurationTool">
-<unit unitID="ext_tools_toolsextensions_ConfigurationTool" name="ConfigurationTool" bldFile="\ext\tools\toolsextensions\ConfigurationTool\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-</layer>
-</systemModel>
-</SystemDefinition>
--- a/symbian2/split/sysdefs/System_Definition.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2392 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE SystemDefinition [
- <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (block* | collection*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT block (subblock* | collection*)*>
- <!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED>
- <!ELEMENT subblock (collection)*>
- <!ATTLIST subblock name CDATA #REQUIRED>
- <!ELEMENT collection (component)*>
- <!ATTLIST collection
-  name CDATA #REQUIRED
-  level NMTOKEN #IMPLIED>
- <!ELEMENT component (unit)*>
- <!ATTLIST component
-  name CDATA #REQUIRED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) "N"
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  bldFile CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED>
- <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
- <!ATTLIST SystemBuild schema CDATA #REQUIRED>
- <!ELEMENT list (ref+)>
- <!ATTLIST list
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT ref EMPTY>
- <!ATTLIST ref item CDATA #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N ) #REQUIRED>
- <!ELEMENT configuration (listRef+ | ref+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
- <!ELEMENT listRef EMPTY>
- <!ATTLIST listRef list CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N ) #REQUIRED
-  targetParallel (Y | N ) "N">
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  root CDATA #IMPLIED
-  command CDATA #REQUIRED>
-]>
-<SystemDefinition name="MCL" schema="2.0.0">
-  <systemModel>
-    <layer name="Tools and Utils and SDKENG" levels="SDK tools test">
-      <collection name="Build System Tools" level="tools">
-        <component name="BUILDSYSTEMTOOLS">
-          <unit bldFile="os\buildtools\bldsystemtools\buildsystemtools\group" mrp="os\buildtools\bldsystemtools\buildsystemtools\group\tools_build.mrp"/>
-        </component>
-        <component name="GT Techview Baseline">
-          <unit mrp="os\buildtools\bldsystemtools\gttechviewbaseline\gt_techview_baseline.mrp"/>
-          <!-- DEF087736 This is needed for generating export tables but shouldn't appear otherwise it is included in techview and gt
-		     <package name="gt_only_baseline" mrp="os/buildtools/bldsystemtools/gttechviewbaseline/gt_only_baseline.mrp"/> -->
-        </component>
-        <component name="Cedar Utils">
-          <unit mrp="os\buildtools\bldsystemtools\cedarutils\tools_utils_cedar.mrp"/>
-        </component>
-        <component name="Common Utils">
-          <unit mrp="os\buildtools\bldsystemtools\commonbldutils\tools_utils_common.mrp"/>
-        </component>
-        <component name="Additional Utils">
-          <unit mrp="os\buildtools\bldsystemtools\gttechviewbaseline\additional_unknown_cedar.mrp"/>
-        </component>
-      </collection>
-      <collection name="Tools and Utils" level="tools">
-        <component name="CTS Functionality Checkers">
-          <unit mrp="os\buildtools\toolsandutils\ctsfunctionalitycheckers\Group\testtools_cts_functionalitycheckers.mrp"/>
-        </component>
-        <component name="BURTESTSERVER">
-          <unit bldFile="os\buildtools\toolsandutils\burtestserver\Group" mrp="os\buildtools\toolsandutils\burtestserver\Group\testtools_burtestserver.mrp"/>
-        </component>
-        <component name="CBRTOOLS" filter="gt">
-          <unit bldFile="os\buildtools\toolsandutils\cbrtools\group" mrp="os\buildtools\toolsandutils\cbrtools\group\tools_cbr_tools.mrp"/>
-        </component>
-        <component name="CBRPRF">
-          <unit bldFile="os\buildtools\toolsandutils\prf\group" mrp="os\buildtools\toolsandutils\prf\group\tools_cbr_prf.mrp"/>
-        </component>
-        <component name="CDB">
-          <unit bldFile="os\buildtools\toolsandutils\cdb\group" mrp="os\buildtools\toolsandutils\cdb\group\testtools_cdb.mrp"/>
-        </component>
-        <component name="CHATSCRIPTS">
-          <unit bldFile="mw\remoteconn\connectivitypcside\chatscripts\group" mrp="mw\remoteconn\connectivitypcside\chatscripts\group\testtools_chatscripts.mrp"/>
-        </component>
-        <component name="DEPCHECK">
-          <unit bldFile="os\buildtools\toolsandutils\depcheck" mrp="os\buildtools\toolsandutils\depcheck\tools_depcheck.mrp"/>
-        </component>
-        <component name="Dependency Modeller" introduced="9.2" class="test PC">
-          <unit bldFile="os\buildtools\toolsandutils\dependencymodeller\group" mrp="os\buildtools\toolsandutils\dependencymodeller\tools_depmodel.mrp"/>
-        </component>
-        <component name="E32 Tools" class="PC">
-          <unit bldFile="os\buildtools\toolsandutils\e32tools\group" mrp="os\buildtools\toolsandutils\e32tools\group\tools_e32tools.mrp"/>
-        </component>
-        <component name="E32 Perl Tools" class="PC">
-          <unit mrp="os\buildtools\toolsandutils\e32toolp\group\tools_e32toolp.mrp"/>
-        </component>
-        <component name="EVALID">
-          <unit bldFile="os\buildtools\toolsandutils\evalid" mrp="os\buildtools\toolsandutils\evalid\tools_evalid.mrp"/>
-        </component>
-        <component name="KITCOMPARATOR">
-          <unit bldFile="os\buildtools\toolsandutils\kitcomparator\group" mrp="os\buildtools\toolsandutils\kitcomparator\group\testtools_cts_kitcomparator.mrp"/>
-        </component>
-        <component name="SYSTEMTEST_OS" filter="systemtest">
-          <unit bldFile="app\techview\sysvalidation\systemtestos\Group" mrp="app\techview\sysvalidation\systemtestos\Group\systemtest_os.mrp"/>
-        </component>
-        <component name="SYSTEMTEST_TOOLS" filter="systemtest">
-          <unit bldFile="app\techview\sysvalidation\systemtesttools\Group" mrp="app\techview\sysvalidation\systemtesttools\Group\systemtest_tools.mrp"/>
-        </component>
-        <component name="LEAVESCAN">
-          <unit bldFile="os\buildtools\toolsandutils\leavescan\group" mrp="os\buildtools\toolsandutils\leavescan\group\testtools_leavescan.mrp"/>
-        </component>
-        <component name="PROGRAMCHECKER">
-          <unit bldFile="os\buildtools\toolsandutils\programchecker\group" mrp="os\buildtools\toolsandutils\programchecker\group\testtools_programchecker.mrp"/>
-        </component>
-        <component name="RCOMP">
-          <unit bldFile="os\buildtools\toolsandutils\rcomp\group" mrp="os\buildtools\toolsandutils\rcomp\group\tools_rcomp.mrp"/>
-        </component>
-        <component name="Redistribution" filter="gt">
-          <unit bldFile="os\buildtools\toolsandutils\redistribution" mrp="os\buildtools\toolsandutils\redistribution\tools_redistribution_common.mrp"/>
-        </component>
-        <component name="WinC Redistribution">
-          <unit mrp="os\buildtools\toolsandutils\wincredistribution\tools_redistribution_winc.mrp"/>
-        </component>
-        <component name="Additional Redistribution">
-          <unit mrp="os\buildtools\toolsandutils\redistribution\additional_tools.mrp"/>
-        </component>
-        <component name="RESOURCE_HANDLER" contract="Symbian_Affiliate">
-          <unit mrp="app\techview\testapps\rschandler\TVResourceHandler\group\Testtools_ResourceHandler_gt.mrp"/>
-        </component>
-        <component name="ROMKIT_EKA2">
-          <unit bldFile="os\buildtools\toolsandutils\romkiteka2\group" mrp="os\buildtools\toolsandutils\romkiteka2\group\tools_romkit.mrp"/>
-        </component>
-        <component name="MIGRATIONTOOL">
-          <unit bldFile="os\buildtools\toolsandutils\migrationtool\group" mrp="os\buildtools\toolsandutils\migrationtool\group\testtools_migrationtool.mrp"/>
-        </component>
-        <component name="TESTDRIVER">
-          <unit bldFile="os\buildtools\toolsandutils\testdriver\Group" mrp="os\buildtools\toolsandutils\testdriver\Group\testtools_testdriver.mrp"/>
-        </component>
-        <component name="S60 Compatibility Headers" filter="gt">
-          <unit version="9.4" bldFile="os\ossrv\genericservices\s60compatibilityheaders\group94" mrp="os\ossrv\genericservices\s60compatibilityheaders\group94\tools_s60_header_compat94.mrp"/>
-        </component>
-        <component name="SMOKETEST" filter="gt">
-          <unit bldFile="app\techview\buildverification\smoketest\Group" mrp="app\techview\buildverification\smoketest\Group\testtools_smoketest.mrp"/>
-        </component>
-        <component name="Stat API" filter="gt">
-          <unit bldFile="os\buildtools\toolsandutils\statapi\source\statapi\console" mrp="os\buildtools\toolsandutils\statapi\group\testtools_stat_device_gt.mrp"/>
-        </component>
-        <component name="Stat Source" contract="Symbian_Affiliate" filter="gt">
-          <unit mrp="os\buildtools\toolsandutils\statsource\group\testtools_stat_common_source.mrp"/>
-        </component>
-        <component name="STAT_DESKTOP" contract="Symbian_Affiliate" filter="gt">
-          <unit bldFile="os\buildtools\toolsandutils\statdesktop\group" mrp="os\buildtools\toolsandutils\statdesktop\group\testtools_stat_desktop.mrp"/>
-        </component>
-        <component name="Bluetooth Logging Engine" introduced="9.2" class="test">
-          <unit bldFile="os\shortlinksrv\bluetooth\btlogger\group" mrp="os\shortlinksrv\bluetooth\btlogger\group\bluetooth_logger.mrp"/>
-        </component>
-        <component name="TESTEXECUTE">
-          <unit bldFile="os\buildtools\toolsandutils\testexecute\Group" mrp="os\buildtools\toolsandutils\testexecute\Group\tools_testexecute.mrp"/>
-        </component>
-        <component name="Test Tools Desktop" filter="gt">
-          <unit bldFile="os\buildtools\toolsandutils\testtoolsdesktop\group" mrp="os\buildtools\toolsandutils\testtoolsdesktop\group\testtools_desktop.mrp"/>
-        </component>
-        <component name="Wintunnel">
-          <unit mrp="os\buildtools\toolsandutils\wintunnel\group\testtools_WinTunnel_srconly.mrp"/>
-        </component>
-        <component name="Use Case Controller">
-          <unit bldFile="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group" mrp="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group\testtools_ucc.mrp"/>
-        </component>
-        <component name="CINIDATA">
-          <unit bldFile="os\buildtools\toolsandutils\cinidata" mrp="os\buildtools\toolsandutils\cinidata\tools_cinidata.mrp"/>
-        </component>
-        <component name="AUTOTEST">
-          <unit bldFile="os\buildtools\toolsandutils\autotest\group" mrp="os\buildtools\toolsandutils\autotest\group\tools_autotest.mrp"/>
-        </component>
-        <component name="TESTCONFIGFILEPARSER">
-          <unit bldFile="os\buildtools\toolsandutils\testconfigfileparser\group" mrp="os\buildtools\toolsandutils\testconfigfileparser\group\tools_testconfigfileparser.mrp"/>
-        </component>
-        <component name="KITSETUPAPP" filter="gt">
-          <unit mrp="os\buildtools\toolsandutils\kitsetupapp\group\tools_devkits_kitsetupapp.mrp"/>
-        </component>
-        <component name="NAVIGATION_PAGES">
-          <unit mrp="os\buildtools\toolsandutils\navigationpages\tools_sdk_eng_NavigationPages.mrp"/>
-        </component>
-        <component name="PRODUCTINSTALLER" filter="gt">
-          <unit bldFile="os\buildtools\toolsandutils\productinstaller\group" mrp="os\buildtools\toolsandutils\productinstaller\group\tools_custkits_productinstaller.mrp"/>
-        </component>
-        <component name="REDISTRIBUTION_WINC_EKA2">
-          <unit bldFile="os\buildtools\toolsandutils\wincredistribution" mrp="os\buildtools\toolsandutils\wincredistribution\tools_redistribution_cedar.mrp"/>
-        </component>
-        <component name="MakeKeys" filter="gt" introduced="6.0" class="PC">
-          <unit bldFile="os\misc\secureswitools\makekeys\group" mrp="os\misc\secureswitools\makekeys\group\security_makekeys.mrp"/>
-        </component>
-        <component name="CAPTOOLS">
-          <unit bldFile="os\buildtools\toolsandutils\captools\group" mrp="os\buildtools\toolsandutils\captools\group\testtools_captools.mrp"/>
-        </component>
-        <component name="Packet Loopback CSY" introduced="8.1" class="test">
-          <unit bldFile="os\commsfw\serialcommsserverplugins\packetloopbackcsy\group" mrp="os\commsfw\serialcommsserverplugins\packetloopbackcsy\group\PacketLoopbackCSY.mrp"/>
-        </component>
-        <component name="UTRACE" introduced="9.3" deprecated="9.4">
-          <unit bldFile="os\persistentdata\traceservices\utrace\group" mrp="os\persistentdata\traceservices\utrace\group\testtools_utrace_api.mrp"/>
-        </component>
-        <component name="STLPORT">
-          <unit bldFile="os\buildtools\toolsandutils\stlport\group" mrp="os\buildtools\toolsandutils\stlport\group\tools_stlport.mrp"/>
-        </component>
-      </collection>
-      <collection name="Developer Library" level="test">
-        <component name="Developer Library Tools" class="placeholder">
-          <!-- placeholder for  mrp="os/buildtools/devlib/devlibhelp/tools/developerlibrary_tools.mrp" -->
-        </component>
-        <component name="Developer Library Help">
-          <unit version="9.4" bldFile="os\buildtools\devlib\devlibhelp\group\devlib94" mrp="os\buildtools\devlib\devlibhelp\group\devlib94\developerlibrary_doc_html.mrp"/>
-        </component>
-        <component name="Developer Library Source" filter="gt">
-          <unit bldFile="os\buildtools\devlib\devlibhelp\securitysupplement\doc_source" mrp="os\buildtools\devlib\devlibhelp\developerlibrary_doc_source.mrp"/>
-        </component>
-        <component name="Developer Library HTML">
-          <unit mrp="os\buildtools\devlib\devlibhelp\group\shared\developerlibrary_doc_plain_html.mrp"/>
-        </component>
-        <!-- lots of subsystem documentation packages -->
-        <component name="Application Engines Documentation" class="doc">
-          <unit mrp="app\organizer\pimappservices\appenginesdocs\app-engines_documentation.mrp"/>
-        </component>
-        <component name="UI Frameworks Documentation" class="doc">
-          <unit mrp="mw\classicui\commonuisupport\uifwsdocs\app-framework_documentation.mrp"/>
-        </component>
-        <component name="Application Services Documentation" class="doc">
-          <unit mrp="mw\appsupport\commonappservices\appservicesdocs\app-services_documentation.mrp"/>
-        </component>
-        <component name="Base Documentation">
-          <unit mrp="os\kernelhwsrv\userlibandfileserver\basedocs\base_documentation.mrp"/>
-        </component>
-        <component name="Bluetooth Documentation" class="doc">
-          <unit mrp="os\shortlinksrv\bluetooth\btdocs\bluetooth_documentation.mrp"/>
-        </component>
-        <component name="IrDA Documentation" class="doc">
-          <unit mrp="os\shortlinksrv\irda\irdadocs\infra-red_documentation.mrp"/>
-        </component>
-        <component name="Comms Infrastructure Documentation" introduced="7.0" class="doc">
-          <unit mrp="os\commsfw\commsfwutils\commsinfrastructuredocs\comms-infras_documentation.mrp"/>
-        </component>
-        <component name="Graphics Documentation" contract="Symbian_Affiliate" class="doc">
-          <unit mrp="os\graphics\graphicstest\graphicsdocs\graphics_documentation.mrp"/>
-        </component>
-        <component name="Multimedia Documentation">
-          <unit mrp="os\mm\imagingandcamerafws\mmdocs\multimedia_documentation.mrp"/>
-        </component>
-        <component name="Networking Documentation" class="doc">
-          <unit mrp="os\networkingsrv\networkingtestandutils\networkingdocs\networking_documentation.mrp"/>
-        </component>
-        <component name="Security Documentation">
-          <unit mrp="os\security\cryptomgmtlibs\securitydocs\security_documentation.mrp"/>
-        </component>
-        <component name="Shortlink Documentation">
-          <unit mrp="os\commsfw\serialserver\c32serialserverdocs\ser-comms_documentation.mrp"/>
-        </component>
-        <component name="Syslibs Documentation" class="doc">
-          <unit mrp="os\ossrv\genericservices\syslibsdocs\syslibs_documentation.mrp"/>
-        </component>
-        <component name="System Documentation" class="doc">
-          <unit mrp="os\buildtools\devlib\systemdocs\group\system.mrp"/>
-        </component>
-        <component name="Telephony Confidential Documentation" class="doc">
-          <unit mrp="os\cellularsrv\telephonyutils\telephonyconfidentialdocs\telephony_confidential.mrp"/>
-        </component>
-        <component name="Telephony Documentation" class="doc">
-          <unit mrp="os\cellularsrv\telephonyutils\telephonydocs\telephony_documentation.mrp"/>
-        </component>
-        <component name="Tools Documentation">
-          <unit mrp="os\buildtools\devlib\toolsdocs\tools_documentation.mrp"/>
-        </component>
-        <component name="USB Class and Manager Documentation" class="doc">
-          <unit mrp="os\shortlinksrv\usbmgmt\usbclassandmgrdocs\usb_documentation.mrp"/>
-        </component>
-      </collection>
-      <collection name="SDKENG" level="SDK">
-        <component name="RUNPERL" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\runperl\group" mrp="os\buildtools\misccomponents\runperl\group\tools_sdk_eng_runperl.mrp"/>
-        </component>
-        <component name="BUILD-TOOLS" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\bldtools\group" mrp="os\buildtools\misccomponents\bldtools\group\tools_sdk_eng_build-tools.mrp"/>
-        </component>
-        <component name="JAVALIBRARY" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\javalib\group" mrp="os\buildtools\misccomponents\javalib\group\tools_sdk_eng_javalibrary.mrp"/>
-        </component>
-        <component name="ASSERTION" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\assertion\group" mrp="os\buildtools\misccomponents\assertion\group\tools_sdk_eng_assertion.mrp"/>
-        </component>
-        <component name="ENUM" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\enum\group" mrp="os\buildtools\misccomponents\enum\group\tools_sdk_eng_enum.mrp"/>
-        </component>
-        <component name="LOGGER" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\logger\group" mrp="os\buildtools\misccomponents\logger\group\tools_sdk_eng_logger.mrp"/>
-        </component>
-        <component name="FILESYS" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\filesys\group" mrp="os\buildtools\misccomponents\filesys\group\tools_sdk_eng_filesys.mrp"/>
-        </component>
-        <component name="ENVVAR" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\envvar\group" mrp="os\buildtools\misccomponents\envvar\group\tools_sdk_eng_envvar.mrp"/>
-        </component>
-        <component name="INSTALLUTILS" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\installutils\group" mrp="os\buildtools\misccomponents\installutils\group\tools_sdk_eng_installutils.mrp"/>
-        </component>
-        <component name="MNEMONICFIX" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\mnemonicfix\group" mrp="os\buildtools\misccomponents\mnemonicfix\group\tools_sdk_eng_mnemonicfix.mrp"/>
-        </component>
-        <component name="PATHBROWSER" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\pathbrowser\group" mrp="os\buildtools\misccomponents\pathbrowser\group\tools_sdk_eng_pathbrowser.mrp"/>
-        </component>
-        <component name="SHELLEXEC" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\shellexec\group" mrp="os\buildtools\misccomponents\shellexec\group\tools_sdk_eng_shellexec.mrp"/>
-        </component>
-        <component name="SWINGWORKER" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\swingworker\group" mrp="os\buildtools\misccomponents\swingworker\group\tools_sdk_eng_swingworker.mrp"/>
-        </component>
-        <component name="TESTCASERUNNER" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\testcaserunner\group" mrp="os\buildtools\misccomponents\testcaserunner\group\tools_sdk_eng_testcaserunner.mrp"/>
-        </component>
-        <component name="TOOLBARPANEL" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\toolbarpanel\group" mrp="os\buildtools\misccomponents\toolbarpanel\group\tools_sdk_eng_toolbarpanel.mrp"/>
-        </component>
-        <component name="JAVAHELP" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\javahelp\group" mrp="os\buildtools\misccomponents\javahelp\group\tools_sdk_eng_javahelp.mrp"/>
-        </component>
-        <component name="LANGCONFIG" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\langconfig\group" mrp="os\buildtools\misccomponents\langconfig\group\tools_sdk_eng_langconfig.mrp"/>
-        </component>
-        <component name="MBMCODEC" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\mbmcodec\group" mrp="os\buildtools\misccomponents\mbmcodec\group\tools_sdk_eng_mbmcodec.mrp"/>
-        </component>
-        <component name="SDKINFO" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\sdkinfo\group" mrp="os\buildtools\misccomponents\sdkinfo\group\tools_sdk_eng_sdkinfo.mrp"/>
-        </component>
-        <component name="JADE" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\jade\group" mrp="os\buildtools\misccomponents\jade\group\tools_sdk_eng_jade.mrp"/>
-        </component>
-        <component name="CSHLPCMP_GUI" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\cshlpcmpgui\group" mrp="os\buildtools\misccomponents\cshlpcmpgui\group\tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/>
-        </component>
-        <component name="SDK Package Manager" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\sdkpackagemgr\group" mrp="os\buildtools\misccomponents\sdkpackagemgr\group\tools_sdk_eng_sdkpkg-manager.mrp"/>
-        </component>
-        <component name="Production Build Tools" filter="gt">
-          <unit mrp="os\unref\comprd\tools\product_tools.mrp"/>
-        </component>
-        <component name="Production Build CBR Configuration Files" filter="gt">
-          <unit mrp="os\unref\cedprd\tools\makecbr\files\product_cbr_config.mrp"/>
-        </component>
-        <component name="SDKPKG-TOOLS" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\sdkpkgtools\group" mrp="os\buildtools\misccomponents\sdkpkgtools\group\tools_sdk_eng_sdkpkg-tools.mrp"/>
-        </component>
-        <component name="EMULATOR_LAUNCHER" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\emulatorlauncher\group" mrp="os\buildtools\misccomponents\emulatorlauncher\group\tools_sdk_eng_emulator_launcher.mrp"/>
-        </component>
-        <component name="PKGMGRGUI" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\pkgmgrgui\group" mrp="os\buildtools\misccomponents\pkgmgrgui\group\tools_sdk_eng_pkgmgrgui.mrp"/>
-        </component>
-        <component name="LAUNCH" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\launch\group" mrp="os\buildtools\misccomponents\launch\group\tools_sdk_eng_launch.mrp"/>
-        </component>
-        <component name="TOOLS_STUBS" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\toolsstubs\group" mrp="os\buildtools\misccomponents\toolsstubs\group\tools_sdk_eng_tools_stubs.mrp"/>
-        </component>
-        <component name="BSPBUILDER" filter="gt">
-          <unit bldFile="os\buildtools\misccomponents\bspbuilder\group" mrp="os\buildtools\misccomponents\bspbuilder\group\tools_bspbuilder.mrp"/>
-        </component>
-        <component name="ALP2CSH">
-          <unit bldFile="os\buildtools\misccomponents\alp2csh\group" mrp="os\buildtools\misccomponents\alp2csh\group\tools_sdk_eng_alp2csh.mrp"/>
-        </component>
-        <component name="CJPEG">
-          <unit bldFile="os\buildtools\misccomponents\cjpeg\group" mrp="os\buildtools\misccomponents\cjpeg\group\tools_sdk_eng_cjpeg.mrp"/>
-        </component>
-        <component name="CSHLPCMP Frontend">
-          <unit bldFile="os\buildtools\misccomponents\cshlpcmpfrontend\group" mrp="os\buildtools\misccomponents\cshlpcmpfrontend\group\tools_sdk_eng_cshlpcmp_frontend.mrp"/>
-        </component>
-        <component name="CSHLPCMP Backend">
-          <unit mrp="os\buildtools\misccomponents\cshlpcmpbackend\group\tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
-        </component>
-        <component name="PERLLIBRARY">
-          <unit bldFile="os\buildtools\misccomponents\legacycommonperl\group" mrp="os\buildtools\misccomponents\legacycommonperl\group\tools_sdk_eng_perllibrary.mrp"/>
-        </component>
-        <component name="Perl Shared Libraries">
-          <unit bldFile="os\buildtools\misccomponents\commonperl\group" mrp="os\buildtools\misccomponents\commonperl\group\tools_sdk_eng_perl_shared.mrp"/>
-        </component>
-        <component name="RTF2PTML">
-          <unit bldFile="os\buildtools\misccomponents\rtf2ptml\group" mrp="os\buildtools\misccomponents\rtf2ptml\group\tools_sdk_eng_rtf2ptml.mrp"/>
-        </component>
-        <component name="SPLASH">
-          <unit bldFile="os\buildtools\misccomponents\splash\group" mrp="os\buildtools\misccomponents\splash\group\tools_sdk_eng_splash.mrp"/>
-        </component>
-        <component name="SDK Builder">
-          <unit bldFile="os\buildtools\misccomponents\sdkbuilder\group" mrp="os\buildtools\misccomponents\sdkbuilder\group\tools_sdk_eng_sdk_builder.mrp"/>
-        </component>
-      </collection>
-      <collection name="Test Product" level="test">
-        <component name="Bluetooth Test Product" introduced="9.2" class="test">
-        </component>
-        <component name="Multimedia Test Product">
-        </component>
-        <component name="Messaging Test Product">
-          <unit mrp="mw\messagingmw\messagingfw\msgtestproduct\group\messaging_testproduct.mrp"/>
-        </component>
-        <component name="Syslibs Test Product">
-        </component>
-        <component name="Comms Infrastructure Test Product" introduced="9.2" class="test">
-        </component>
-        <component name="Graphics Test Product">
-        </component>
-        <component name="LBS Test Product" introduced="9.2" class="test">
-          <unit mrp="os\lbs\locationrequestmgmt\lbstestproduct\group\lbs_testproduct.mrp"/>
-        </component>
-      </collection>
-    </layer>
-    <layer name="HAL" levels="Hardware-dependent">
-      <block name="Board Support Packages" level="Hardware-dependent">
-        <collection name="Emulator">
-          <component name="Emulator BSP" contract="Symbian_SD4C">
-            <unit bldFile="os\boardsupport\emulator\emulatorbsp" mrp="os\boardsupport\emulator\emulatorbsp\base_wins.mrp"/>
-          </component>
-          <component name="Unistore2 Emulator Support" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.4">
-            <unit bldFile="os\boardsupport\emulator\unistore2emulatorsupport" mrp="os\boardsupport\emulator\unistore2emulatorsupport\base_wins_unistore2.mrp"/>
-          </component>
-        </collection>
-        <collection name="Assabet">
-          <component name="Assabet BSP" deprecated="8.0">
-            <unit bldFile="os\boardsupport\assabet\assabetbsp" mrp="os\boardsupport\assabet\assabetbsp\base_assabet.mrp"/>
-          </component>
-          <component name="StrongArm 1100 ASSP" introduced="8.1">
-            <unit mrp="os\boardsupport\assabet\strongarm1100assp\base_sa1100.mrp"/>
-          </component>
-        </collection>
-        <collection name="Integrator BSP">
-          <component name="Integrator Motherboard" introduced="8.1b">
-            <unit bldFile="os\boardsupport\integratorbsp\integratormotherboard" mrp="os\boardsupport\integratorbsp\integratormotherboard\base_integrator_integratorap.mrp"/>
-          </component>
-          <component name="Integrator Core Modules">
-            <unit bldFile="os\boardsupport\integratorbsp\integratorcoremodules" mrp="os\boardsupport\integratorbsp\integratorcoremodules\base_integrator_core_8.1b.mrp"/>
-          </component>
-          <component name="Integrator ARM920 Core Module" introduced="8.1b">
-            <unit bldFile="os\boardsupport\integratorbsp\integratorarm920coremodule" mrp="os\boardsupport\integratorbsp\integratorarm920coremodule\base_integrator_core_cm920.mrp"/>
-          </component>
-          <component name="Integrator ARM1136 Core Module">
-            <unit bldFile="os\boardsupport\integratorbsp\integratorarm1136coremodule" mrp="os\boardsupport\integratorbsp\integratorarm1136coremodule\base_integrator_core_cm1136.mrp"/>
-          </component>
-          <component name="Integrator XX600 Logic Module" introduced="8.1b">
-            <unit bldFile="os\boardsupport\integratorbsp\integratorxx600logicmodule" mrp="os\boardsupport\integratorbsp\integratorxx600logicmodule\base_integrator_logic_lmxx600.mrp"/>
-          </component>
-          <component name="Integrator SSR NAND Logic Module" introduced="8.1b">
-            <unit bldFile="os\boardsupport\integratorbsp\integratorssrnandlogicmodule" mrp="os\boardsupport\integratorbsp\integratorssrnandlogicmodule\base_integrator_logic_lmnand.mrp"/>
-          </component>
-          <component name="Integrator Panasonic Logic Module" contract="SD_Card_PSL">
-            <unit mrp="os\boardsupport\integratorbsp\integratorpanasoniclogicmodule\base_integrator_logic_lm_pana.mrp"/>
-          </component>
-          <component name="Integrator Unistore2 NAND Logic Module" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt">
-            <unit bldFile="os\boardsupport\integratorbsp\integratorunistore2nandlogicmodule" mrp="os\boardsupport\integratorbsp\integratorunistore2nandlogicmodule\base_integrator_logic_lmnand2.mrp"/>
-          </component>
-        </collection>
-        <collection name="OMAP H2">
-          <component name="OMAP H2 BSP" introduced="9.0">
-            <unit bldFile="os\boardsupport\omaph2\omaph2bsp\h2" mrp="os\boardsupport\omaph2\omaph2bsp\h2\base_omaph2.mrp"/>
-          </component>
-          <component name="OMAP H2 Unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
-            <unit bldFile="os\boardsupport\omaph2\omaph2unistore2" mrp="os\boardsupport\omaph2\omaph2unistore2\base_h2_unistore2.mrp"/>
-          </component>
-          <component name="OMAP H2 SDIO" filter="gt" introduced="9.2">
-            <unit bldFile="os\boardsupport\omaph2\omaph2sdio" mrp="os\boardsupport\omaph2\omaph2sdio\base_h2_sdio.mrp"/>
-          </component>
-        </collection>
-        <collection name="OMAP H4">
-          <component name="OMAP H4 BSP">
-            <unit bldFile="os\boardsupport\omaph4\omaph4bsp\h4" mrp="os\boardsupport\omaph4\omaph4bsp\h4\base_omaph4hrp.mrp"/>
-          </component>
-          <component name="H4 Boot Loader" introduced="9.1">
-            <unit mrp="os\boardsupport\omaph4\h4bootloader\base_omaph4hrp_bootldr.mrp" bldFile="os\boardsupport\omaph4\h4bootloader"/>
-          </component>
-          <component name="OMAP H4 Mini Environment Boot Loader" introduced="9.2">
-            <unit mrp="os\boardsupport\omaph4\omaph4minienvbootloader\base_omaph4hrp_mebootldr.mrp" bldFile="os\boardsupport\omaph4\omaph4minienvbootloader"/>
-          </component>
-          <component name="OMAP H4 Unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.2">
-            <unit bldFile="os\boardsupport\omaph4\omaph4unistore2" mrp="os\boardsupport\omaph4\omaph4unistore2\base_omaph4hrp_unistore2.mrp"/>
-          </component>
-          <component name="OMAP H4 SDIO" filter="gt" introduced="9.2">
-            <unit bldFile="os\boardsupport\omaph4\omaph4sdio" mrp="os\boardsupport\omaph4\omaph4sdio\base_omaph4hrp_sdio.mrp"/>
-          </component>
-        </collection>
-        <collection name="Generic BSP">
-          <component name="Template Variant">
-            <unit bldFile="os\kernelhwsrv\bsptemplate\asspandvariant\template_variant" mrp="os\kernelhwsrv\bsptemplate\asspandvariant\base_template.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <collection name="Screen Drivers" level="Hardware-dependent">
-        <component name="Screen Driver" plugin="Y" introduced="6.1">
-          <unit bldFile="os\graphics\graphicsdeviceinterface\screendriver\group" mrp="os\graphics\graphicsdeviceinterface\screendriver\group\graphics_screendriver.mrp"/>
-        </component>
-      </collection>
-      <collection name="Baseband Adaptation Plugins" level="Hardware-dependent">
-        <component name="Baseband Channel Adaptor for C32" plugin="Y" introduced="8.1">
-          <unit bldFile="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group" mrp="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group\networking_c32bca.mrp"/>
-        </component>
-      </collection>
-    </layer>
-    <layer name="Kernel Services" levels="kernel user">
-      <block name="Kernel-side Services" level="kernel" levels="generic specific">
-        <collection name="Kernel Architecture" level="specific">
-          <component name="Kernel Architecture 2" introduced="8.0">
-            <unit bldFile="os\kernelhwsrv\kernel\eka" mrp="os\kernelhwsrv\kernel\eka\base_e32.mrp"/>
-          </component>
-        </collection>
-        <collection name="Boot Loader" level="generic">
-          <component name="Bootstrap" introduced="9.2">
-            <unit mrp="os\kernelhwsrv\brdbootldr\ubootldr\base_ubootldr.mrp"/>
-          </component>
-        </collection>
-        <collection name="Flash Translation Layer" level="generic">
-          <component name="Unistore2 Drivers" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2.mrp"/>
-          </component>
-          <component name="Unistore2 Core" contract="NAND_Flash_XSR_Unistore_2_Core_Portion" filter="gt" introduced="9.1">
-            <unit mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2_undeliverable.mrp"/>
-          </component>
-          <component name="Unistore2 Crash Logger" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2\base_crashflash_unistore2.mrp"/>
-          </component>
-          <component name="Unistore2 Boot Support" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
-            <unit bldFile="os\kernelhwsrv\unistore2\uiibootsupport\nandloader\unistore2" mrp="os\kernelhwsrv\unistore2\uiibootsupport\base_nandboot_unistore2.mrp"/>
-          </component>
-        </collection>
-        <collection name="Logical Device Drivers" level="specific">
-          <component name="Ethernet Driver">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ethernet" mrp="os\kernelhwsrv\kernel\eka\drivers\ethernet\base_e32_drivers_ethernet.mrp"/>
-          </component>
-          <component name="Sound Driver" introduced="8.1b">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\esound" mrp="os\kernelhwsrv\kernel\eka\drivers\esound\base_e32_drivers_sound.mrp"/>
-          </component>
-          <component name="Serial Port Driver">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ecomm" mrp="os\kernelhwsrv\kernel\eka\drivers\ecomm\base_e32_drivers_ecomm.mrp"/>
-          </component>
-          <component name="Legacy Drivers">
-            <unit mrp="os\kernelhwsrv\kernel\eka\drivers\adc\base_e32_drivers_adc.mrp"/>
-          </component>
-          <component name="Local Media Subsystem" introduced="8.1b">
-            <!-- these are LDDs for storage media-->
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\locmedia" mrp="os\kernelhwsrv\kernel\eka\drivers\locmedia\base_e32_drivers_locmedia.mrp"/>
-          </component>
-          <component name="Run Mode Debugger">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\debug" mrp="os\kernelhwsrv\kernel\eka\drivers\debug\base_e32_drivers_debug.mrp"/>
-          </component>
-          <component name="Kernel Trace Tool">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\trace" mrp="os\kernelhwsrv\kernel\eka\drivers\trace\base_e32_drivers_trace.mrp"/>
-          </component>
-        </collection>
-        <collection name="Generic Driver Support" level="generic">
-          <component name="SD Card 3C Driver" contract="SD_Card_SD3C" filter="gt" introduced="9.1">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard3c" mrp="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard3c\base_e32_sd3c.mrp"/>
-          </component>
-          <component name="SD Card 4C Driver" contract="SD_Card_SD4C" filter="gt" introduced="9.1">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard4c" mrp="os\kernelhwsrv\kernel\eka\drivers\pbus\mmc\sdcard\sdcard4c\base_e32_sd4c.mrp"/>
-          </component>
-          <component name="Media Drivers">
-            <!-- these are for storage media-->
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\media" mrp="os\kernelhwsrv\kernel\eka\drivers\media\base_e32_drivers_media.mrp"/>
-          </component>
-          <component name="Generic Board Support Packages">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\bsp" mrp="os\kernelhwsrv\kernel\eka\drivers\bsp\base_e32_drivers_bsp.mrp"/>
-          </component>
-          <component name="System On Chip ASSP" contract="Symbian_SD4C">
-            <unit mrp="os\kernelhwsrv\driversupport\socassp\base_soc.mrp"/>
-          </component>
-        </collection>
-        <collection name="Shortlink Logical Device Drivers" level="specific">
-          <component name="USB Client Driver" introduced="8.1b">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\usbc" mrp="os\kernelhwsrv\kernel\eka\drivers\usbc\base_e32_drivers_usbcli.mrp"/>
-          </component>
-        </collection>
-        <collection name="Localisation" level="specific">
-          <component name="Locale Support" contract="Symbian_Affiliate" plugin="Y">
-            <unit bldFile="os\kernelhwsrv\localisation\localesupport" mrp="os\kernelhwsrv\localisation\localesupport\mmpfiles\base_loce32.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="User-side Services" level="user">
-        <collection name="User Library and File Server">
-          <component name="User Library" contract="Symbian_Kernel">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\euser" mrp="os\kernelhwsrv\kernel\eka\euser\base_e32_euser.mrp"/>
-          </component>
-          <component name="Compiler Runtime Support" filter="gt">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\compsupp" mrp="os\kernelhwsrv\kernel\eka\compsupp\base_e32_compsupp.mrp"/>
-          </component>
-          <component name="File Server" filter="gt">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\group" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\group\base_f32.mrp"/>
-          </component>
-          <component name="FAT Filename Conversion Plugins" plugin="Y" introduced="9.1">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group" mrp="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group\syslibs_FATCharsetConv.mrp"/>
-          </component>
-          <component name="NAND Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sftl" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sftl\base_f32_sftl.mrp"/>
-          </component>
-          <component name="Base Starter" filter="gt">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\estart" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\estart\base_f32_estart.mrp"/>
-          </component>
-        </collection>
-        <collection name="File Systems" level="user">
-          <component name="ROM File System" filter="gt" plugin="Y">
-            <unit mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srom\base_f32_srom.mrp"/>
-          </component>
-          <component name="ROFS" filter="gt" plugin="Y">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\srofs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srofs\base_f32_srofs.mrp"/>
-          </component>
-          <component name="USB Mass Storage File System" filter="gt" plugin="Y">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage\base_f32_smassstorage.mrp"/>
-          </component>
-          <component name="LFFS" filter="gt" plugin="Y">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\slffs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\slffs\base_f32_slffs.mrp"/>
-          </component>
-          <component name="FAT32 File System" contract="FAT32" filter="gt" plugin="Y">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32\base_f32_sfat32.mrp"/>
-          </component>
-          <component name="FAT File System" filter="gt" plugin="Y">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat\base_f32_sfat.mrp"/>
-          </component>
-          <component name="Composite File System" filter="gt" plugin="Y">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\scomp" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\scomp\base_f32_scomp.mrp"/>
-          </component>
-          <component name="NTFS" filter="gt" plugin="Y">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs\base_f32_sntfs.mrp"/>
-          </component>
-          <component name="ISO9660 File System" filter="gt" plugin="Y" introduced="8.1b">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660\base_f32_siso9660.mrp"/>
-          </component>
-        </collection>
-        <collection name="HAL Services">
-          <component name="User-Side Hardware Abstraction" introduced="6.0">
-            <unit bldFile="os\kernelhwsrv\halservices\hal" mrp="os\kernelhwsrv\halservices\hal\base_hal.mrp"/>
-          </component>
-        </collection>
-        <collection name="Text Mode Shell">
-          <component name="Text Window Server">
-            <unit bldFile="os\kernelhwsrv\kernel\eka\ewsrv" mrp="os\kernelhwsrv\kernel\eka\ewsrv\base_e32_ewsrv.mrp"/>
-          </component>
-          <component name="Text Shell" filter="gt">
-            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\etshell" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\etshell\base_f32_eshell.mrp"/>
-          </component>
-        </collection>
-      </block>
-    </layer>
-    <layer name="OS Services">
-      <block name="Base Services" levels="physical-abstraction app-libs translation data-services utilities">
-        <subblock name="Generic OS Services">
-          <collection name="Generic Services" level="utilities">
-            <component name="MIME Recognition Framework">
-              <unit bldFile="os\ossrv\genericservices\mimerecognitionfw\group" mrp="os\ossrv\genericservices\mimerecognitionfw\group\app-framework_emime.mrp"/>
-            </component>
-            <component name="System Agent" introduced="9.0">
-              <unit bldFile="os\ossrv\genericservices\systemagent\group" mrp="os\ossrv\genericservices\systemagent\group\syslibs_sysagent2.mrp"/>
-            </component>
-            <component name="Task Scheduler" introduced="6.0">
-              <unit bldFile="os\ossrv\genericservices\taskscheduler\group" mrp="os\ossrv\genericservices\taskscheduler\group\syslibs_schsvr.mrp"/>
-            </component>
-            <component name="Active Backup Client">
-              <unit bldFile="os\ossrv\genericservices\activebackupclient\group" mrp="os\ossrv\genericservices\activebackupclient\group\connectivity_abclient.mrp"/>
-            </component>
-          </collection>
-          <collection name="System State Management" level="data-services">
-            <component name="System Starter" introduced="9.1">
-              <unit bldFile="os\devicesrv\sysstatemgmt\systemstarter\group" mrp="os\devicesrv\sysstatemgmt\systemstarter\group\app-framework_sysstart.mrp"/>
-            </component>
-          </collection>
-          <collection name="Crypto Management Libraries" level="data-services">
-            <component name="Security Utils" introduced="8.0">
-              <unit bldFile="os\security\cryptomgmtlibs\securityutils\group" mrp="os\security\cryptomgmtlibs\securityutils\group\security_common.mrp"/>
-            </component>
-            <component name="Security Config" introduced="9.1">
-              <unit bldFile="os\security\cryptomgmtlibs\securityconfig\group" mrp="os\security\cryptomgmtlibs\securityconfig\group\security_config.mrp"/>
-            </component>
-            <component name="Crypto Token Framework">
-              <unit bldFile="os\security\cryptomgmtlibs\cryptotokenfw\group" mrp="os\security\cryptomgmtlibs\cryptotokenfw\group\security_cryptotokens.mrp"/>
-            </component>
-            <component name="File-based Certificate and Key Stores" introduced="8.0">
-              <unit bldFile="os\security\cryptoservices\filebasedcertificateandkeystores\group" mrp="os\security\cryptoservices\filebasedcertificateandkeystores\group\security_filetokens.mrp"/>
-            </component>
-          </collection>
-          <collection name="Generic Open Libraries" level="translation">
-            <component name="C Standard Library" introduced="ER5">
-              <unit bldFile="os\ossrv\genericopenlibs\cstdlib\group" mrp="os\ossrv\genericopenlibs\cstdlib\group\syslibs_stdlib.mrp"/>
-            </component>
-            <component name="Open Environment Core" introduced="9.4">
-              <unit bldFile="os\ossrv\genericopenlibs\openenvcore\group" mrp="os\ossrv\genericopenlibs\openenvcore\group\openenv.mrp"/>
-            </component>
-          </collection>
-          <collection name="Compression and Crypto Libraries" level="translation">
-            <component name="Zip Compression Library" introduced="6.0">
-              <unit bldFile="os\ossrv\compressionlibs\ziplib\group" mrp="os\ossrv\compressionlibs\ziplib\group\syslibs_ezlib.mrp"/>
-            </component>
-            <component name="Weak Cryptography Library" filter="gt">
-              <unit bldFile="os\security\cryptolibs\weakcryptolib\group" mrp="os\security\cryptolibs\weakcryptolib\group\security_crypto_weak.mrp"/>
-            </component>
-            <component name="Strong Cryptography Library" contract="Symbian_Strong_Cryptography" filter="gt">
-              <unit bldFile="os\security\cryptolibs\weakcryptolib\strong" mrp="os\security\cryptolibs\weakcryptolib\group\security_crypto_strong.mrp"/>
-            </component>
-          </collection>
-          <collection name="Low Level Libraries and Frameworks" level="app-libs">
-           <component name="Plugin Framework" introduced="6.2">
-              <unit version="2" bldFile="os\ossrv\lowlevellibsandfws\pluginfw\Group" mrp="os\ossrv\lowlevellibsandfws\pluginfw\Group\syslibs_ecom.mrp"/>
-          </component>
-            <component name="Application Utilities" introduced="ER5">
-              <unit bldFile="os\ossrv\lowlevellibsandfws\apputils\group" mrp="os\ossrv\lowlevellibsandfws\apputils\group\syslibs_bafl.mrp"/>
-            </component>
-          </collection>
-          <collection name="Resource Management" level="physical-abstraction">
-            <component name="Feature Registry" introduced="9.2" deprecated="9.6">
-              <unit bldFile="os\persistentdata\legacyfeaturemgmt\featureregistry\group" mrp="os\persistentdata\legacyfeaturemgmt\featureregistry\group\syslibs_featreg.mrp"/>
-            </component>
-            <component name="Hardware Resources Manager" introduced="9.5">
-              <unit bldFile="os\devicesrv\resourcemgmt\hwresourcesmgr\group" mrp="os\devicesrv\resourcemgmt\hwresourcesmgr\group\telephony_hwrm.mrp"/>
-            </component>
-            <component name="Power and Memory Notification Service" introduced="6.0">
-              <unit bldFile="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group" mrp="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group\syslibs_pwrcli.mrp"/>
-            </component>
-            <component name="Domain Manager" introduced="8.1b">
-              <unit bldFile="os\kernelhwsrv\userlibandfileserver\domainmgr\group" mrp="os\kernelhwsrv\userlibandfileserver\domainmgr\group\base_domain.mrp"/>
-            </component>
-          </collection>
-          <collection name="Character Conversion Framework" level="utilities">
-            <component name="Character Encoding and Conversion Framework">
-              <unit bldFile="os\textandloc\charconvfw\charconv_fw\group" mrp="os\textandloc\charconvfw\charconv_fw\group\syslibs_charconv.mrp"/>
-            </component>
-            <component name="Character Encoding and Conversion Plugins" plugin="Y">
-              <unit bldFile="os\textandloc\charconvfw\charconvplugins\group" mrp="os\textandloc\charconvfw\charconvplugins\group\syslibs_charconv_plugins.mrp"/>
-            </component>
-          </collection>
-        </subblock>
-        <subblock name="Persistent Data Services">
-          <collection name="Logging Services" level="utilities">
-            <component name="Event Logger" introduced="6.0">
-              <unit bldFile="os\persistentdata\loggingservices\eventlogger\group" mrp="os\persistentdata\loggingservices\eventlogger\group\syslibs_logeng.mrp"/>
-            </component>
-            <component name="File Logger" introduced="ER5">
-              <unit bldFile="os\persistentdata\loggingservices\filelogger\group" mrp="os\persistentdata\loggingservices\filelogger\group\comms-infras_flogger.mrp"/>
-            </component>
-            <component name="Comms Debug Utility" introduced="7.0s">
-              <unit bldFile="os\persistentdata\traceservices\commsdebugutility\group" mrp="os\persistentdata\traceservices\commsdebugutility\group\comms-infras_commsdebugutility.mrp"/>
-            </component>
-            <component name="Trace Framework">
-              <unit bldFile="os\persistentdata\traceservices\tracefw\ulogger\group" mrp="os\persistentdata\traceservices\tracefw\ulogger\group\tools_debug_trace.mrp"/>
-            </component>
-          </collection>
-          <collection name="Content Management" level="data-services">
-            <component name="Content Access Framework for DRM" introduced="9.1">
-              <unit bldFile="os\security\contentmgmt\contentaccessfwfordrm\group" mrp="os\security\contentmgmt\contentaccessfwfordrm\group\security_caf2.mrp"/>
-            </component>
-            <component name="CAF Recogniser Config" introduced="9.1">
-              <unit bldFile="os\security\contentmgmt\cafrecogniserconfig" mrp="os\security\contentmgmt\cafrecogniserconfig\security_reccafconfig.mrp"/>
-            </component>
-          </collection>
-          <collection name="XML" level="translation">
-            <component name="XML Framework" introduced="7.0s">
-              <unit bldFile="os\xmlsrv\xml\xmlfw\group" mrp="os\xmlsrv\xml\xmlfw\group\syslibs_xml.mrp"/>
-            </component>
-            <component name="XML Parser" plugin="Y" introduced="7.0s">
-              <unit bldFile="os\xmlsrv\xml\xmlexpatparser\group" mrp="os\xmlsrv\xml\xmlexpatparser\group\syslibs_xmlparser.mrp"/>
-            </component>
-            <component name="WBXML Parser" plugin="Y" introduced="7.0s">
-              <unit bldFile="os\xmlsrv\xml\wbxmlparser\group" mrp="os\xmlsrv\xml\wbxmlparser\group\syslibs_wbxmlparser.mrp"/>
-            </component>
-          </collection>
-          <collection name="Persistent Storage" level="app-libs">
-            <component name="Store">
-              <unit bldFile="os\persistentdata\persistentstorage\store\group" mrp="os\persistentdata\persistentstorage\store\group\syslibs_store.mrp"/>
-            </component>
-            <component name="DBMS">
-              <unit bldFile="os\persistentdata\persistentstorage\dbms\group" mrp="os\persistentdata\persistentstorage\dbms\group\syslibs_dbms.mrp"/>
-            </component>
-            <component name="DBMS Emulation Library" introduced="9.3">
-              <unit bldFile="os\persistentdata\databaseabstraction\dbmsemulationlib\group" mrp="os\persistentdata\databaseabstraction\dbmsemulationlib\group\syslibs_dbmssql.mrp"/>
-            </component>
-            <component name="Central Repository" introduced="7.0s">
-              <unit bldFile="os\persistentdata\persistentstorage\centralrepository\group" mrp="os\persistentdata\persistentstorage\centralrepository\group\syslibs_centralrepository.mrp"/>
-            </component>
-            <component name="SQL" introduced="9.3">
-              <unit bldFile="os\persistentdata\persistentstorage\sql\GROUP" mrp="os\persistentdata\persistentstorage\sql\GROUP\syslibs_sql.mrp"/>
-            </component>
-          </collection>
-        </subblock>
-      </block>
-      <block name="Comms Services" levels="physical-abstraction bearer-manager internal-utils servers_and_extensions utilities">
-        <subblock name="Communications Framework">
-          <collection name="Comms Process and Settings" level="utilities">
-            <component name="Comms Root Server" introduced="7.0s">
-              <unit bldFile="os\commsfw\commsprocessandsettings\commsrootserver\group" mrp="os\commsfw\commsprocessandsettings\commsrootserver\group\comms-infras_rootserver.mrp"/>
-            </component>
-            <component name="Comms Root Server Config" introduced="9.1" class="config">
-              <unit mrp="os\commsfw\commsprocessandsettings\commsrootserver\group\comms-infras_rootserver-config.mrp"/>
-            </component>
-          </collection>
-          <collection name="Comms Config. Utils" level="servers_and_extensions">
-            <component name="Comms Database">
-              <unit bldFile="os\commsfw\commsconfigutils\commsdatabase\group" mrp="os\commsfw\commsconfigutils\commsdatabase\group\comms-infras_commsdat.mrp"/>
-            </component>
-            <component name="Comms Database Shim" introduced="8.1">
-              <unit bldFile="os\commsfw\commsconfigutils\commsdatabaseshim\group" mrp="os\commsfw\commsconfigutils\commsdatabaseshim\group\comms-infras_commdbshim.mrp"/>
-            </component>
-          </collection>
-          <collection name="Data Comms Server" level="servers_and_extensions">
-            <component name="ESock Server">
-              <unit version="2" bldFile="os\commsfw\datacommsserver\esockserver\version2\group" mrp="os\commsfw\datacommsserver\esockserver\version2\group\comms-infras_esock.mrp"/>
-            </component>
-            <component name="ESock Server Config" introduced="9.1" class="config">
-              <unit version="2" mrp="os\commsfw\datacommsserver\esockserver\version2\group\comms-infras_esock-config.mrp"/>
-            </component>
-            <component name="Network Interface Manager" introduced="ER5U">
-              <unit version="1" bldFile="os\commsfw\datacommsserver\networkinterfacemgr\group" mrp="os\commsfw\datacommsserver\networkinterfacemgr\group\comms-infras_nifman.mrp"/>
-            </component>
-            <component name="Networking Dialog API" introduced="6.1">
-              <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\group" mrp="os\commsfw\datacommsserver\networkingdialogapi\group\networking_dialog.mrp"/>
-            </component>
-            <component name="Network Controller" plugin="Y" introduced="7.0s">
-              <unit bldFile="os\commsfw\datacommsserver\networkcontroller\group" mrp="os\commsfw\datacommsserver\networkcontroller\group\networking_netcon.mrp"/>
-            </component>
-          </collection>
-          <collection name="Serial Server" level="bearer-manager">
-            <component name="C32 Serial Server" introduced="ER5">
-              <unit bldFile="os\commsfw\serialserver\c32serialserver\group" mrp="os\commsfw\serialserver\c32serialserver\group\ser-comms_c32.mrp"/>
-            </component>
-            <component name="C32 Serial Server Config" introduced="ER5" class="config">
-              <unit bldFile="os\commsfw\serialserver\c32serialserverconfig" mrp="os\commsfw\serialserver\c32serialserverconfig\ser-comms_c32-config.mrp"/>
-            </component>
-          </collection>
-          <collection name="Comms Framework Utilities" level="internal-utils">
-            <component name="Comms Framework" introduced="7.0s">
-              <unit bldFile="os\commsfw\commsfwutils\commfw\group" mrp="os\commsfw\commsfwutils\commfw\group\comms-infras_commsfw.mrp" priority="10"/>
-            </component>
-            <component name="Comms Elements" introduced="8.0">
-              <unit bldFile="os\commsfw\commsfwutils\commselements\group" mrp="os\commsfw\commsfwutils\commselements\group\comms-infras_elements.mrp"/>
-            </component>
-            <component name="MBuf Manager" introduced="7.0s">
-              <unit bldFile="os\commsfw\commsfwutils\mbufmgr\group" mrp="os\commsfw\commsfwutils\mbufmgr\group\comms-infras_mbufmgr.mrp"/>
-            </component>
-          </collection>
-          <collection name="Base Connection Providers" level="internal-utils">
-            <component name="Reference CPR" plugin="Y" introduced="9.2">
-              <unit bldFile="os\commsfw\baseconnectionproviders\refcpr\group" mrp="os\commsfw\baseconnectionproviders\refcpr\group\networking_ReferenceCPR.mrp"/>
-            </component>
-            <component name="Reference SCPR" plugin="Y" introduced="9.2">
-              <unit bldFile="os\commsfw\baseconnectionproviders\refscpr\group" mrp="os\commsfw\baseconnectionproviders\refscpr\group\networking_ReferenceSCPR.mrp"/>
-            </component>
-          </collection>
-          <collection name="Baseband Abstraction" level="physical-abstraction">
-            <component name="Baseband Channel Adaptor" introduced="8.1">
-              <unit bldFile="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group" mrp="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group\networking_bca.mrp"/>
-            </component>
-            <component name="Inter-System Communication" filter="gt" introduced="9.5">
-              <unit bldFile="os\cellularsrv\basebandabstraction\intersystemcomm\group" mrp="os\cellularsrv\basebandabstraction\intersystemcomm\group\networking_isc.mrp"/>
-            </component>
-          </collection>
-        </subblock>
-        <subblock name="Cellular Baseband Services">
-          <collection name="Telephony Utilities" level="utilities">
-            <component name="Dial" deprecated="9.1">
-              <unit bldFile="os\cellularsrv\telephonyutils\dial\group" mrp="os\cellularsrv\telephonyutils\dial\group\telephony_dial.mrp"/>
-            </component>
-            <component name="Telephony Watchers" plugin="Y">
-              <unit bldFile="os\cellularsrv\telephonyutils\telephonywatchers\group" mrp="os\cellularsrv\telephonyutils\telephonywatchers\group\telephony_watchers.mrp"/>
-            </component>
-            <component name="ETel 3rd Party API" introduced="7.0">
-              <unit bldFile="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group" mrp="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group\telephony_etel3rdparty.mrp"/>
-            </component>
-          </collection>
-          <collection name="Fax" level="utilities">
-            <component name="Fax Client and Server">
-              <unit bldFile="os\cellularsrv\fax\faxclientandserver\Group" mrp="os\cellularsrv\fax\faxclientandserver\Group\telephony_fax.mrp"/>
-            </component>
-          </collection>
-          <collection name="Telephony Server" level="servers_and_extensions">
-            <component name="ETel Server and Core">
-              <unit bldFile="os\cellularsrv\telephonyserver\etelserverandcore\group" mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel.mrp"/>
-            </component>
-            <component name="ETel Config">
-              <unit mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel-config.mrp"/>
-            </component>
-            <component name="ETel Multimode" introduced="7.0">
-              <unit bldFile="os\cellularsrv\telephonyserver\etelmultimode\group" mrp="os\cellularsrv\telephonyserver\etelmultimode\group\telephony_etelmm.mrp"/>
-            </component>
-            <component name="ETel Packet Data" introduced="7.0">
-              <unit bldFile="os\cellularsrv\telephonyserver\etelpacketdata\group" mrp="os\cellularsrv\telephonyserver\etelpacketdata\group\telephony_etelpckt.mrp"/>
-            </component>
-            <component name="ETel SIM Toolkit" introduced="6.1">
-              <unit bldFile="os\cellularsrv\telephonyserver\etelsimtoolkit\group" mrp="os\cellularsrv\telephonyserver\etelsimtoolkit\group\telephony_etelsat.mrp"/>
-            </component>
-            <component name="ETel CDMA" introduced="7.0s">
-              <unit bldFile="os\cellularsrv\telephonyserver\etelcdma\group" mrp="os\cellularsrv\telephonyserver\etelcdma\group\telephony_etelcdma.mrp"/>
-            </component>
-          </collection>
-          <collection name="SMS Protocols" level="internal-utils">
-            <component name="SMS Stack" contract="SMS_MTM" plugin="Y">
-              <unit bldFile="os\cellularsrv\smsprotocols\smsstack\group" mrp="os\cellularsrv\smsprotocols\smsstack\group\nbprotocols_smsstackv2.mrp"/>
-            </component>
-            <component name="CDMA SMS Stack" plugin="Y" introduced="8.0">
-              <unit bldFile="os\cellularsrv\smsprotocols\cdmasmsstack\group" mrp="os\cellularsrv\smsprotocols\cdmasmsstack\group\nbprotocols_cdmasmsstack.mrp"/>
-            </component>
-          </collection>
-          <collection name="Telephony Server Plugins" level="physical-abstraction">
-            <component name="Common TSY">
-              <unit bldFile="os\cellularsrv\telephonyserverplugins\common_tsy\group" mrp="os\cellularsrv\telephonyserverplugins\common_tsy\group\telephony_commontsy.mrp"/>
-            </component>
-            <component name="Multimode TSY" plugin="Y">
-              <unit bldFile="os\cellularsrv\telephonyserverplugins\multimodetsy\group" mrp="os\cellularsrv\telephonyserverplugins\multimodetsy\group\telephony_mmtsy.mrp"/>
-            </component>
-            <component name="CDMA TSY" plugin="Y">
-              <unit bldFile="os\cellularsrv\telephonyserverplugins\cdmatsy\group" mrp="os\cellularsrv\telephonyserverplugins\cdmatsy\group\telephony_cdmatsy.mrp"/>
-            </component>
-            <component name="SIM TSY" plugin="Y" introduced="7.0" class="test">
-              <unit bldFile="os\cellularsrv\telephonyserverplugins\simtsy\group" mrp="os\cellularsrv\telephonyserverplugins\simtsy\group\telephony_simtsy.mrp"/>
-            </component>
-          </collection>
-          <!-- PLACEHOLDER="DS.1577" START REMOVE -->
-		  <collection name="Telephony Reference Platform" level="physical-abstraction">
-            <component name="TRP TSY" plugin="Y">
-              <unit bldFile="os\cellularsrv\telephonyreferenceplatform\trptsy\group" mrp="os\cellularsrv\telephonyreferenceplatform\trptsy\group\telephony_trp.mrp"/>
-            </component>
-            <component name="TRP AGT" introduced="9.4" plugin="Y">
-              <unit bldFile="os\cellularsrv\telephonyreferenceplatform\trptsy\agt\trpagt\group" mrp="os\cellularsrv\telephonyreferenceplatform\trptsy\agt\trpagt\group\telephony_trpagt.mrp"/> 
-            </component>
-          </collection>
-		  <!-- PLACEHOLDER="DS.1577" END REMOVE -->
-		  <collection name="Hardware Plugin Simulation" level="physical-abstraction">
- 	        <component name="MockSY" introduced="9.4" plugin="Y">
- 			<!-- PLACEHOLDER="PDEF130159"
- 			  <unit bldFile="os/unref/orphan/comgen/telephony/tools/mocksy/group" mrp="os/unref/orphan/comgen/telephony/tools/mocksy/group/telephony_tools_mocksy.mrp"/>
- 			  -->
- 	        </component>
- 	      </collection>
-        </subblock>
-        <subblock name="Networking Services">
-          <collection name="TCP/IP Utilities" level="utilities">
-            <component name="DND" introduced="7.0">
-              <unit bldFile="os\networkingsrv\tcpiputils\dnd\group" mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd.mrp"/>
-            </component>
-            <component name="DND Config" introduced="7.0" class="config">
-              <unit mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd-config.mrp"/>
-            </component>
-            <component name="DHCP" introduced="8.0">
-              <unit bldFile="os\networkingsrv\tcpiputils\dhcp\group" mrp="os\networkingsrv\tcpiputils\dhcp\group\networking_dhcp.mrp"/>
-            </component>
-            <component name="Network Address and Port Translation" plugin="Y" introduced="9.4">
-              <unit bldFile="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group" mrp="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group\networking_napt.mrp"/>
-            </component>
-          </collection>
-          <collection name="ESock API Extensions" level="utilities">
-            <component name="Internet Sockets" introduced="ER5">
-              <unit bldFile="os\networkingsrv\esockapiextensions\internetsockets\group" mrp="os\networkingsrv\esockapiextensions\internetsockets\group\networking_insock.mrp"/>
-            </component>
-          </collection>
-          <collection name="Network Protocols" level="servers_and_extensions">
-            <component name="IP Event Notifier" plugin="Y" introduced="8.1">
-              <unit bldFile="os\networkingsrv\networkprotocols\ipeventnotifier\group" mrp="os\networkingsrv\networkprotocols\ipeventnotifier\group\networking_ipeventnotifier.mrp"/>
-            </component>
-            <component name="TCP/IPv4/v6 PRT" plugin="Y" introduced="7.0">
-              <unit bldFile="os\networkingsrv\networkprotocols\tcpipv4v6prt\group" mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6.mrp"/>
-            </component>
-            <component name="TCP/IPv4/v6 Config" introduced="7.0" class="config">
-              <unit mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6-config.mrp"/>
-            </component>
-            <component name="IP Hook" introduced="7.0">
-              <unit bldFile="os\networkingsrv\networkprotocols\iphook\inhook6\group" mrp="os\networkingsrv\networkprotocols\iphook\inhook6\group\networking_inhook6.mrp"/>
-            </component>
-            <component name="Mobile IP" plugin="Y" introduced="8.1">
-              <unit bldFile="os\networkingsrv\networkprotocols\mobileip\group" mrp="os\networkingsrv\networkprotocols\mobileip\group\networking_mobileip.mrp"/>
-            </component>
-          </collection>
-          <collection name="Network Control" level="internal-utils">
-            <component name="QoS Framework Config" contract="IPv6_QOS" introduced="7.0s" class="config">
-              <unit mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos-config.mrp"/>
-            </component>
-            <component name="QoS Library" contract="IPv6_QOS" introduced="7.0s">
-              <unit bldFile="os\networkingsrv\networkcontrol\qoslib\group" mrp="os\networkingsrv\networkcontrol\qoslib\group\networking_qoslib.mrp"/>
-            </component>
-            <component name="PF QoS Library" contract="IPv6_QOS" introduced="7.0s">
-              <unit bldFile="os\networkingsrv\networkcontrol\pfqoslib\group" mrp="os\networkingsrv\networkcontrol\pfqoslib\group\networking_pfqoslib.mrp"/>
-            </component>
-            <component name="QoS Framework PRT" contract="IPv6_QOS" plugin="Y" introduced="7.0s">
-              <unit bldFile="os\networkingsrv\networkcontrol\qosfwconfig\qos\group" mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos.mrp"/>
-            </component>
-            <component name="IP CPR" plugin="Y" introduced="8.1">
-              <unit bldFile="os\networkingsrv\networkcontrol\ipcpr\group" mrp="os\networkingsrv\networkcontrol\ipcpr\group\networking_ipcpr.mrp"/>
-            </component>
-            <component name="IP SCPR" plugin="Y" introduced="9.1">
-              <unit bldFile="os\networkingsrv\networkcontrol\ipscpr\group" mrp="os\networkingsrv\networkcontrol\ipscpr\group\networking_ipscpr.mrp"/>
-            </component>
-            <component name="IP CPR Shim" plugin="Y" deprecated="9.6">
-              <unit bldFile="os\networkingsrv\networkcontrol\ipcprshim\group" mrp="os\networkingsrv\networkcontrol\ipcprshim\group\networking_shimcpr.mrp"/>
-            </component>
-          </collection>
-          <collection name="Link Layer Control" level="physical-abstraction">
-            <component name="CSD AGT" plugin="Y" introduced="6.1">
-              <unit bldFile="os\cellularsrv\telephonyprotocols\csdagt\group" mrp="os\cellularsrv\telephonyprotocols\csdagt\group\networking_csdagt.mrp"/>
-            </component>
-            <component name="PSD AGT" plugin="Y" introduced="7.0s">
-              <unit bldFile="os\cellularsrv\telephonyprotocols\psdagt\group" mrp="os\cellularsrv\telephonyprotocols\psdagt\group\networking_psdagt.mrp"/>
-            </component>
-            <component name="NULL AGT" plugin="Y" introduced="7.0s">
-              <unit bldFile="os\networkingsrv\linklayercontrol\nullagt\group" mrp="os\networkingsrv\linklayercontrol\nullagt\group\networking_nullagt.mrp"/>
-            </component>
-            <component name="GPRS/UMTS QoS PRT" contract="IPv6_QOS" plugin="Y" introduced="7.0s">
-              <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group\networking_guqos.mrp"/>
-            </component>
-            <component name="GPRS/UMTS QoS Interface" plugin="Y" introduced="7.0s">
-              <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group\networking_umtsif.mrp"/>
-            </component>
-            <component name="QoS Extn API" contract="IPv6_QOS" introduced="9.2">
-              <unit bldFile="os\cellularsrv\telephonyprotocols\qosextnapi\group" mrp="os\cellularsrv\telephonyprotocols\qosextnapi\group\networking_qosextnapi.mrp"/>
-            </component>
-            <component name="Secondary PDP context UMTS Driver">
-              <unit bldFile="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group" mrp="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group\networking_spud.mrp"/>
-            </component>
-            <component name="UMTS/GPRS SCPR" plugin="Y" introduced="8.1">
-              <unit bldFile="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group" mrp="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group\networking_UmtsGprsSCPR.mrp"/>
-            </component>
-            <component name="QoS 3GPP CPR" plugin="Y" introduced="9.2">
-              <unit bldFile="os\cellularsrv\telephonyprotocols\qos3gppcpr\group" mrp="os\cellularsrv\telephonyprotocols\qos3gppcpr\group\networking_Qos3GPP.mrp"/>
-            </component>
-          </collection>
-          <collection name="Link Layer Protocols" level="bearer-manager">
-            <component name="Ethernet NIF" plugin="Y">
-              <unit bldFile="os\networkingsrv\linklayerprotocols\ethernetnif\group" mrp="os\networkingsrv\linklayerprotocols\ethernetnif\group\networking_ether802.mrp"/>
-            </component>
-            <component name="Ethernet Packet Driver" plugin="Y">
-              <unit mrp="os\networkingsrv\linklayerprotocols\ethernetpacketdriver\group\networking_etherdrv_srconly.mrp"/>
-            </component>
-            <component name="PPP NIF" plugin="Y">
-              <unit version="1" bldFile="os\networkingsrv\linklayerprotocols\pppnif\group" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp.mrp"/>
-            </component>
-         <component name="PPP Config">
-              <unit version="1" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp-config.mrp"/>
-            </component>
-            <component name="SLIP NIF" plugin="Y">
-              <unit bldFile="os\networkingsrv\linklayerprotocols\slipnif\group" mrp="os\networkingsrv\linklayerprotocols\slipnif\group\networking_slip.mrp"/>
-            </component>
-            <component name="Tunnel NIF" plugin="Y">
-              <unit bldFile="os\networkingsrv\linklayerprotocols\tunnelnif\group" mrp="os\networkingsrv\linklayerprotocols\tunnelnif\group\networking_tunnelnif.mrp"/>
-            </component>
-            <component name="Raw IP NIF">
-              <unit bldFile="os\cellularsrv\telephonyprotocols\rawipnif\group" mrp="os\cellularsrv\telephonyprotocols\rawipnif\group\networking_rawipnif.mrp"/>
-            </component>
-            <component name="Wireless LAN" filter="gt" introduced="9.3">
-              <unit bldFile="os\wlan\wlan_bearer\wirelesslan\group" mrp="os\wlan\wlan_bearer\wirelesslan\group\networking_802.11.mrp"/>
-            </component>
-          </collection>
-          <collection name="PPP Compression Plugins" level="bearer-manager">
-            <component name="Predictor Compression" plugin="Y">
-              <unit bldFile="os\networkingsrv\pppcompressionplugins\predictorcompression\group" mrp="os\networkingsrv\pppcompressionplugins\predictorcompression\group\networking_predcomp.mrp"/>
-            </component>
-            <component name="MPPC" contract="MPPC_LZS_Compression_Libraries" filter="gt" plugin="Y">
-              <unit bldFile="os\networkingsrv\pppcompressionplugins\mppc\group" mrp="os\networkingsrv\pppcompressionplugins\mppc\group\networking_mscomp.mrp"/>
-            </component>
-            <component name="Stac LZS Compression" contract="MPPC_LZS_Compression_Libraries" filter="gt" plugin="Y">
-              <unit bldFile="os\networkingsrv\pppcompressionplugins\staclzscompression\group" mrp="os\networkingsrv\pppcompressionplugins\staclzscompression\group\networking_staccomp.mrp"/>
-            </component>
-          </collection>
-          <collection name="Link Layer Utilities" level="bearer-manager">
-            <component name="EAP Framework" filter="gt" introduced="9.3">
-              <unit bldFile="mw\accesssec\eapol\eapfw\group" mrp="mw\accesssec\eapol\eapfw\group\networking_eap.mrp"/>
-            </component>
-            <component name="Packet Logger" introduced="8.1" class="test">
-              <unit bldFile="os\networkingsrv\linklayerutils\packetlogger\group" mrp="os\networkingsrv\linklayerutils\packetlogger\group\networking_packetlogger.mrp"/>
-            </component>
-          </collection>
-        </subblock>
-        <subblock name="Short Link Services">
-          <collection name="USB Management" level="utilities">
-            <component name="USB Manager">
-              <unit version="2" bldFile="os\shortlinksrv\usbmgmt\usbmgr\group" mrp="os\shortlinksrv\usbmgmt\usbmgr\group\usb_manager.mrp"/>
-            </component>
-          </collection>
-          <collection name="Short Link" level="servers_and_extensions">
-            <component name="Bluetooth HCI Framework 2" introduced="9.2">
-              <unit bldFile="os\shortlinksrv\bthci\bthci2\group" mrp="os\shortlinksrv\bthci\bthci2\group\bluetooth_hci_v2_framework.mrp"/>
-            </component>
-            <component name="Bluetooth SDP">
-              <unit bldFile="os\shortlinksrv\bluetooth\btsdp" mrp="os\shortlinksrv\bluetooth\btsdp\bluetooth_sdp.mrp"/>
-            </component>
-            <component name="Remote Control Framework" introduced="9.1">
-              <unit bldFile="os\devicesrv\accessoryservices\remotecontrolfw\group" mrp="os\devicesrv\accessoryservices\remotecontrolfw\group\bluetooth_remotecontrol.mrp"/>
-            </component>
-          </collection>
-          <collection name="Host Controller Interface" level="servers_and_extensions">
-            <component name="Bluetooth HCI Framework 1" introduced="6.0">
-              <unit bldFile="os\shortlinksrv\bthci\bthci1" mrp="os\shortlinksrv\bthci\bthci1\bluetooth_hci.mrp"/>
-            </component>
-            <component name="Bluetooth HCI Extension Interface" introduced="6.1">
-              <unit bldFile="os\shortlinksrv\bthci\hciextensioninterface" mrp="os\shortlinksrv\bthci\hciextensioninterface\bluetooth_hciproxy.mrp"/>
-            </component>
-            <component name="Bluetooth HCI 2 Reference Implementations" plugin="Y" introduced="9.2">
-              <unit bldFile="os\shortlinksrv\bthci\hci2implementations\group" mrp="os\shortlinksrv\bthci\hci2implementations\group\bluetooth_hci_v2_implementations.mrp"/>
-            </component>
-          </collection>
-          <collection name="Bluetooth" level="internal-utils">
-            <component name="Bluetooth Manager">
-              <unit bldFile="os\shortlinksrv\bluetoothmgmt\btmgr" mrp="os\shortlinksrv\bluetoothmgmt\btmgr\bluetooth_manager.mrp"/>
-            </component>
-            <component name="Bluetooth Notifiers Support">
-              <unit bldFile="os\shortlinksrv\bluetooth\btextnotifiers" mrp="os\shortlinksrv\bluetooth\btextnotifiers\bluetooth_btextnotifiers.mrp"/>
-            </component>
-            <component name="Bluetooth Config" class="config">
-              <unit bldFile="os\shortlinksrv\bluetoothmgmt\btconfig" mrp="os\shortlinksrv\bluetoothmgmt\btconfig\bluetooth_config.mrp"/>
-            </component>
-            <component name="Bluetooth GAVDP" introduced="8.1">
-              <unit bldFile="os\shortlinksrv\bluetooth\gavdp\group" mrp="os\shortlinksrv\bluetooth\gavdp\group\bluetooth_gavdp.mrp"/>
-            </component>
-            <component name="Bluetooth ROM" introduced="9.1">
-              <unit bldFile="os\shortlinksrv\bluetoothmgmt\btrom" mrp="os\shortlinksrv\bluetoothmgmt\btrom\bluetooth_rom.mrp"/>
-            </component>
-            <component name="Bluetooth Client Library">
-              <unit bldFile="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib" mrp="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib\bluetooth_user.mrp"/>
-            </component>
-            <component name="Bluetooth Build Utilities">
-              <unit mrp="os\shortlinksrv\bluetoothmgmt\btcommon\bluetooth_common.mrp"/>
-            </component>
-          </collection>
-          <collection name="Short Link Protocol Plugins" level="bearer-manager">
-            <component name="Bluetooth Stack" introduced="6.0">
-              <unit bldFile="os\shortlinksrv\bluetooth\btstack" mrp="os\shortlinksrv\bluetooth\btstack\bluetooth_stack.mrp"/>
-            </component>
-            <component name="IrDA Stack">
-              <unit bldFile="os\shortlinksrv\irda\irdastack\group" mrp="os\shortlinksrv\irda\irdastack\group\infra-red_irda.mrp"/>
-            </component>
-            <component name="IrDA Config" introduced="6.0" class="config">
-              <unit bldFile="os\shortlinksrv\irda\irdaconfig" mrp="os\shortlinksrv\irda\irdaconfig\infra-red_config.mrp"/>
-            </component>
-          </collection>
-          <collection name="Serial Comms Server Plugins" level="physical-abstraction">
-            <component name="Serial Port CSY" class="placeholder" plugin="Y">
-              <!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
-            </component>
-            <component name="Bluetooth CSY" plugin="Y">
-              <unit bldFile="os\shortlinksrv\bluetooth\btcomm" mrp="os\shortlinksrv\bluetooth\btcomm\bluetooth_btcomm.mrp"/>
-            </component>
-            <!-- PLACEHOLDER="DS.1577" START REMOVE -->
-			<component name="MUX CSY" introduced="9.4" plugin="Y">
-              <unit bldFile="os\cellularsrv\telephonyreferenceplatform\trptsy\csy\csy27010\group" mrp="os\cellularsrv\telephonyreferenceplatform\trptsy\csy\csy27010\group\telephony_muxcsy.mrp"/>
-            </component>
-			<!-- PLACEHOLDER="DS.1577" END REMOVE -->
-          </collection>
-        </subblock>
-      </block>
-      <block name="Multimedia" levels="device-fw devices middleware application-interface">
-        <collection name="Multimedia APIs and Frameworks" level="application-interface">
-          <component name="Multimedia Framework" introduced="7.0s">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group\multimedia_mmf.mrp"/>
-          </component>
-          <component name="Multimedia Utility Library">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmutilitylib\group" mrp="mw\mmmw\mmmiddlewarefws\mmutilitylib\group\multimedia_common.mrp"/>
-          </component>
-          <component name="Imaging Frameworks" introduced="7.0s">
-            <unit bldFile="os\mm\imagingandcamerafws\imagingfws\group" mrp="os\mm\imagingandcamerafws\imagingfws\group\multimedia_icl.mrp"/>
-          </component>
-          <component name="Camera Framework" introduced="7.0s">
-            <unit bldFile="os\mm\imagingandcamerafws\camerafw\framework\group" mrp="os\mm\imagingandcamerafws\camerafw\framework\group\multimedia_ecam_framework.mrp"/>
-          </component>
-		  <!-- PLACEHOLDER="DS.1554" START REMOVE-->
-          <component name="Broadcast Radio Tuner" introduced="9.1" class="test">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\broadcastradiotuner\group" mrp="mw\mmmw\mmmiddlewarefws\broadcastradiotuner\group\multimedia_tuner.mrp"/>
-          </component>
-		  <!-- PLACEHOLDER="DS.1554" END REMOVE-->
-        </collection>
-        <collection name="Multimedia Plugins" level="middleware">
-          <component name="Multimedia Framework Plugins" plugin="Y" introduced="7.0s">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin\multimedia_mmf_plugin.mrp"/>
-          </component>
-          <component name="Imaging Plugins" plugin="Y" introduced="7.0s">
-            <unit bldFile="os\mm\imagingandcamerafws\imagingfws\plugins\group" mrp="os\mm\imagingandcamerafws\imagingfws\plugins\group\multimedia_icl_plugin.mrp"/>
-          </component>
-          <component name="Camera Plugins" plugin="Y" introduced="7.0s">
-            <unit bldFile="os\mm\imagingandcamerafws\camerafw\plugins\group" mrp="os\mm\imagingandcamerafws\camerafw\plugins\group\multimedia_ecam_plugins.mrp"/>
-          </component>
-		   <component name="3GP Library" introduced="9.4">
-            <unit bldFile="os\mm\mmplugins\3gplib\group" mrp="os\mm\mmplugins\3gplib\group\multimedia_3gplibrary.mrp"/>
-          </component>
-          <component name="3GP Unit Tests" introduced="tb92_or_future" class="test">
-            <unit mrp="os\mm\mmplugins\3gpunittest\group\multimedia_unittest_3gplibrary_source.mrp"/>
-          </component>
-          <component name="A3F Audio Component Library">
-            <unit bldFile="os\mm\mmhais\a3facl\group" mrp="os\mm\mmhais\a3facl\group\multimedia_a3f_acl.mrp"/>
-          </component>
-          <component name="A3F DevSound Customisation">
-            <unit bldFile="os\mm\mmhais\a3fdevsoundcustomisation\group" mrp="os\mm\mmhais\a3fdevsoundcustomisation\group\multimedia_a3f_devsoundadaptationinfo.mrp"/>
-          </component>
-        </collection>
-        <collection name="Multimedia Resource Management" level="middleware">
-          <component name="Multimedia Resource Controller">
-            <unit bldFile="os\mm\mmresourcemgmt\mmresctrl\group" mrp="os\mm\mmresourcemgmt\mmresctrl\group\multimedia_a3f_refmmrc.mrp"/>
-          </component>
-        </collection>
-        <collection name="Multimedia Device Framework" level="device-fw">
-          <component name="Media Device Framework" introduced="9.2">
-            <unit bldFile="os\mm\mmdevicefw\mdf\group" mrp="os\mm\mmdevicefw\mdf\group\multimedia_mdf.mrp"/>
-          </component>
-          <component name="Speech Recognition Controller" introduced="7.0s">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group\multimedia_mmf_ASR.mrp"/>
-          </component>
-          <component name="OpenMAX" introduced="9.4">
-            <unit bldFile="os\mm\omxil\openmax\group" mrp="os\mm\omxil\openmax\group\multimedia_openmax.mrp"/>
-          </component>
-        </collection>
-        <collection name="Sound Device" level="devices">
-          <component name="DevSound API">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api\multimedia_mdf_devsound_api.mrp"/>
-          </component>
-          <component name="A3F DevSound">
-            <unit bldFile="os\mm\devsound\a3fdevsound\group" mrp="os\mm\devsound\a3fdevsound\group\multimedia_a3f_devsound.mrp"/>
-          </component>
-          <component name="A3F Audio Component Framework">
-            <unit bldFile="os\mm\devsound\a3facf\group" mrp="os\mm\devsound\a3facf\group\multimedia_a3f_acf.mrp"/>
-          </component>
-          <component name="DevSound Plugin Support" introduced="7.0s">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport\multimedia_mdf_devsound_pluginsupport.mrp"/>
-          </component>
-          <component name="Reference DevSound Plugins" introduced="7.0s">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin\multimedia_mdf_devsound_refplugin.mrp"/>
-          </component>
-          <component name="Bluetooth DevSound Plugin" plugin="Y" introduced="7.0s">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group\multimedia_mdf_devsound_refbtplugin.mrp"/>
-          </component>
-          <component name="A3F Trace Utility">
-            <unit bldFile="os\mm\devsound\a3ftrace\group" mrp="os\mm\devsound\a3ftrace\group\multimedia_a3f_traces.mrp"/>
-          </component>
-          <component name="A3F Server Start" plugin="Y" introduced="9.5">
-            <unit bldFile="os\mm\devsound\a3fsrvstart\group" mrp="os\mm\devsound\a3fsrvstart\group\multimedia_a3f_serverstart.mrp"/>
-          </component>
-        </collection>
-        <collection name="Multimedia Hardware Adaptation Interfaces" level="device-fw">
-          <component name="DevSound Hardware Device API" introduced="7.0s">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev\multimedia_mdf_devsound_hwdev.mrp"/>
-          </component>
-          <component name="Reference ACL Adaptation">
-            <unit bldFile="os\mm\mmhais\refacladapt\group" mrp="os\mm\mmhais\refacladapt\group\multimedia_a3f_refacladaptation.mrp"/>
-          </component>
-          <component name="Video HAI" introduced="7.0s">
-            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group\multimedia_mdf_devvideo.mrp"/>
-          </component>
-          <component name="Mobile TV DVB-H Receiver HAI" introduced="9.5">
-            <unit bldFile="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group" mrp="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group\multimedia_mobiletv_dvbh_hai.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="Graphics" levels="engines internal-adaptations device-interface internal-utils application-interface">
-        <collection name="Windowing Framework" level="application-interface">
-          <component name="Window Server">
-            <unit bldFile="os\graphics\windowing\windowserver\group" mrp="os\graphics\windowing\windowserver\group\graphics_wserv.mrp"/>
-          </component>
-        </collection>
-        <collection name="Printing Services" level="application-interface">
-          <component name="Printer Driver Support">
-            <unit bldFile="os\graphics\printingservices\printerdriversupport\group" mrp="os\graphics\printingservices\printerdriversupport\group\graphics_pdrstore.mrp"/>
-          </component>
-          <component name="Printer Drivers" plugin="Y">
-            <unit bldFile="os\graphics\printingservices\printerdrivers\group" mrp="os\graphics\printingservices\printerdrivers\group\graphics_printdrv.mrp"/>
-          </component>
-        </collection>
-        <collection name="Fonts Services" level="internal-utils">
-          <component name="Text Shaper Plugin" plugin="Y" introduced="9.2">
-            <unit bldFile="os\textandloc\fontservices\textshaperplugin\group" mrp="os\textandloc\fontservices\textshaperplugin\group\graphics_iculayoutengine.mrp"/>
-          </component>
-          <component name="Font and Bitmap Server">
-            <unit bldFile="os\graphics\fbs\fontandbitmapserver\group" mrp="os\graphics\fbs\fontandbitmapserver\group\graphics_fbserv.mrp"/>
-          </component>
-          <component name="Font Store">
-            <unit bldFile="os\textandloc\fontservices\fontstore\group" mrp="os\textandloc\fontservices\fontstore\group\graphics_fntstore.mrp"/>
-          </component>
-          <component name="FreeType Font Rasteriser" plugin="Y">
-            <unit bldFile="os\textandloc\fontservices\freetypefontrasteriser\group" mrp="os\textandloc\fontservices\freetypefontrasteriser\group\graphics_freetype.mrp"/>
-          </component>
-          <component name="iType Font Rasteriser" contract="Monotype_iType_Rasteriser" filter="gt" plugin="Y" introduced="9.5">
-            <unit bldFile="os\graphics\fbs\itypefontrasteriser\group" mrp="os\graphics\fbs\itypefontrasteriser\group\graphics_itype.mrp"/>
-          </component>
-          <component name="Reference Fonts">
-            <unit bldFile="os\textandloc\fontservices\referencefonts\group" mrp="os\textandloc\fontservices\referencefonts\group\graphics_fonts.mrp"/>
-          </component>
-        </collection>
-        <collection name="Khronos APIs" level="device-interface">
-          <component name="OpenGL ES Framework" introduced="8.0">
-            <unit bldFile="os\graphics\opengles\openglesdisplayproperties\group" mrp="os\graphics\opengles\openglesdisplayproperties\group\graphics_openglesdisplayproperty.mrp"/>
-          </component>
-          <component name="OpenGL ES API" introduced="8.0">
-            <unit bldFile="os\graphics\opengles\openglesinterface\group" mrp="os\graphics\opengles\openglesinterface\group\graphics_openglesheaders.mrp"/>
-          </component>
-          <component name="OpenVG API" contract="Symbian_Exclude" introduced="9.5">
-            <unit bldFile="os\graphics\openvg\openvginterface\group" mrp="os\graphics\openvg\openvginterface\group\graphics_openvgheaders.mrp"/>
-          </component>
-          <component name="EGL API" contract="Symbian_Exclude" introduced="9.4">
-            <unit bldFile="os\graphics\egl\eglinterface\group" mrp="os\graphics\egl\eglinterface\group\graphics_eglheaders.mrp"/>
-          </component>
-        </collection>
-        <collection name="Khronos Implementation" level="internal-adaptations">
-          <component name="OpenGL ES Implementation" contract="OPENGL" filter="gt" introduced="8.0">
-            <unit bldFile="os\graphics\opengles\openglesimplementation\group\" mrp="os\graphics\opengles\openglesimplementation\group\graphics_opengles.mrp"/>
-          </component>
-          <component name="EGL Implementation" contract="Symbian_Exclude" introduced="9.4">
-            <unit bldFile="os\graphics\egl\eglimplementation\group\" mrp="os\graphics\egl\eglimplementation\group\graphics_egl.mrp"/>
-          </component>
-        </collection>
-        <collection name="Graphics Device Interface" level="device-interface">
-          <component name="Bit GDI">
-            <unit bldFile="os\graphics\graphicsdeviceinterface\bitgdi\group" mrp="os\graphics\graphicsdeviceinterface\bitgdi\group\graphics_bitgdi.mrp"/>
-          </component>
-          <component name="GDI">
-            <unit bldFile="os\textandloc\graphicsdevif\gdi\group" mrp="os\textandloc\graphicsdevif\gdi\group\graphics_gdi.mrp"/>
-          </component>
-          <component name="Colour Palette" introduced="7.0s">
-            <unit bldFile="os\graphics\graphicsdeviceinterface\colourpalette\group" mrp="os\graphics\graphicsdeviceinterface\colourpalette\group\graphics_palette.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="Location Based Services" levels="data-acquisition adaptation management application-interface">
-        <collection name="Location Request Management" level="application-interface">
-          <component name="Location Server" contract="LBS" introduced="9.2">
-            <unit bldFile="os\lbs\locationrequestmgmt\locationserver\group" mrp="os\lbs\locationrequestmgmt\locationserver\group\lbs_locationserver.mrp"/>
-          </component>
-          <component name="Network Request Handler" contract="LBS" introduced="9.2">
-            <unit bldFile="os\lbs\locationrequestmgmt\networkrequesthandler\group" mrp="os\lbs\locationrequestmgmt\networkrequesthandler\group\lbs_networkrequesthandler.mrp"/>
-          </component>
-        </collection>
-        <collection name="Location Management" level="management">
-          <component name="A-GPS Location Manager" contract="LBS" introduced="9.2">
-            <unit bldFile="os\lbs\locationmgmt\agpslocationmgr\group" mrp="os\lbs\locationmgmt\agpslocationmgr\group\lbs_agpslocationmanager.mrp"/>
-          </component>
-          <component name="Network Location Manager" contract="LBS" introduced="9.2">
-            <unit bldFile="os\lbs\locationmgmt\networklocationmgr\group" mrp="os\lbs\locationmgmt\networklocationmgr\group\lbs_networklocationmanager.mrp"/>
-          </component>
-          <component name="Location Admin" contract="LBS" introduced="9.2">
-            <unit bldFile="os\lbs\locationmgmt\locationadmin\group" mrp="os\lbs\locationmgmt\locationadmin\group\lbs_admin.mrp"/>
-          </component>
-          <component name="Network Gateway" contract="LBS" introduced="9.2">
-            <unit bldFile="os\lbs\locationmgmt\networkgateway\group" mrp="os\lbs\locationmgmt\networkgateway\group\lbs_networkgateway.mrp"/>
-          </component>
-        </collection>
-        <collection name="Network Adaptation" level="adaptation">
-          <component name="Network Protocol Module" plugin="Y" introduced="9.2">
-            <unit bldFile="os\lbs\networkprotocolmodules\networkprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\networkprotocolmodule\group\lbs_networktest.mrp"/>
-          </component>
-          <component name="Privacy Protocol Module" plugin="Y" introduced="9.4">
-            <unit bldFile="os\lbs\networkprotocolmodules\privacyprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\privacyprotocolmodule\group\lbs_privacyprotocolmodule.mrp"/>
-          </component>
-          <component name="SUPL Protocol Module" plugin="Y" introduced="9.4">
-		  <unit bldFile="os\lbs\networkprotocolmodules\suplprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\suplprotocolmodule\group\lbs_suplprotocolmodule.mrp"/>
-			</component>
-        </collection>
-        <collection name="Data Source Modules" level="data-acquisition">
-          <component name="Default Positioning Module" plugin="Y" introduced="9.4">
-            <unit bldFile="os\lbs\datasourcemodules\defaultpositioningmodule\group" mrp="os\lbs\datasourcemodules\defaultpositioningmodule\group\lbs_default_positioning_module.mrp"/>
-          </component>
-          <component name="Bluetooth GPS Positioning Module" plugin="Y" introduced="9.4">
-            <unit bldFile="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group" mrp="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group\lbs_bt_positioning_module.mrp"/>
-          </component>
-          <component name="Simulation Positioning Module" plugin="Y" introduced="9.4">
-            <unit bldFile="os\lbs\datasourcemodules\simulationpositioningmodule\group" mrp="os\lbs\datasourcemodules\simulationpositioningmodule\group\lbs_simulation_positioning_module.mrp"/>
-          </component>
-		 </collection>
-        <collection name="Data Source Adaptation" level="adaptation">
-          <component name="A-GPS Integration Module" plugin="Y" introduced="9.2">
-            <unit bldFile="os\lbs\datasourcemodules\agpsintegrationmodule\group" mrp="os\lbs\datasourcemodules\agpsintegrationmodule\group\lbs_datasourceplugins.mrp"/>
-          </component>
-          <component name="GPS Data Source Adaptation" plugin="Y" introduced="9.4">
-            <unit bldFile="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group" mrp="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group\lbs_gps_data_source_adaptation.mrp"/>
-          </component>		  
-        </collection>
-      </block>
-    </layer>
-    <layer name="Generic Middleware" levels="generic specific">
-      <block name="Generic Application Support">
-        <collection name="File Handling" level="specific">
-          <component name="File Converter Framework">
-            <unit bldFile="mw\appsupport\filehandling\fileconverterfw\group" mrp="mw\appsupport\filehandling\fileconverterfw\group\app-framework_conarc.mrp"/>
-          </component>
-          <component name="Other File Converter Plugins" plugin="Y" introduced="5.0" deprecated="9.3">
-            <unit bldFile="mw\appsupport\filehandling\fileconverterplugins\group" mrp="mw\appsupport\filehandling\fileconverterplugins\group\app-engines_convert.mrp"/>
-          </component>
-          <component name="HTML to RichText Converter" plugin="Y" introduced="7.0">
-            <unit bldFile="mw\appsupport\filehandling\htmltorichtextconverter\group" mrp="mw\appsupport\filehandling\htmltorichtextconverter\group\app-services_chtmltocrtconv.mrp"/>
-          </component>
-          <component name="RichText to HTML Converter" plugin="Y" introduced="7.0s">
-            <unit bldFile="mw\appsupport\filehandling\richtexttohtmlconverter\Group" mrp="mw\appsupport\filehandling\richtexttohtmlconverter\Group\app-services_richtexttohtmlconv.mrp"/>
-          </component>
-        </collection>
-        <collection name="Text Rendering" level="generic">
-          <component name="Text Handling">
-            <unit bldFile="os\textandloc\textrendering\texthandling\group" mrp="os\textandloc\textrendering\texthandling\group\app-framework_etext.mrp"/>
-          </component>
-          <component name="Text Formatting">
-            <unit bldFile="os\textandloc\textrendering\textformatting\group" mrp="os\textandloc\textrendering\textformatting\group\app-framework_form.mrp"/>
-          </component>
-        </collection>
-        <collection name="Common Application Services" level="generic">
-          <component name="Alarm Server" introduced="7.0">
-            <unit bldFile="mw\appsupport\commonappservices\alarmserver\Group" mrp="mw\appsupport\commonappservices\alarmserver\Group\app-services_alarmserver.mrp"/>
-          </component>
-          <component name="Help" introduced="6.0">
-            <unit bldFile="app\helps\symhelp\helpmodel\group" mrp="app\helps\symhelp\helpmodel\group\app-services_hlpmodel.mrp"/>
-          </component>
-        </collection>
-        <collection name="Time Zone Services" level="generic">
-          <component name="Time Zone Server" introduced="9.1">
-            <unit bldFile="mw\appsupport\tzservices\tzserver\group" mrp="mw\appsupport\tzservices\tzserver\group\app-services_tz.mrp"/>
-          </component>
-          <component name="Time Zone Localization" introduced="9.1">
-            <unit bldFile="mw\appsupport\tzservices\tzlocalization\group" mrp="mw\appsupport\tzservices\tzlocalization\group\app-services_timezonelocalization.mrp"/>
-          </component>
-          <component name="World Server" introduced="7.0" deprecated="9.1">
-            <unit bldFile="mw\appsupport\tzservices\worldserver\group" mrp="mw\appsupport\tzservices\worldserver\group\app-services_worldserver.mrp"/>
-          </component>
-        </collection>
-        <collection name="Content Handling" level="specific">
-          <component name="Content Handling Framework" introduced="8.0">
-            <unit bldFile="mw\appsupport\contenthandling\contenthandlingfw\Group" mrp="mw\appsupport\contenthandling\contenthandlingfw\Group\content-handling.mrp"/>
-          </component>
-          <component name="SMIL Parser" introduced="7.0s">
-            <unit bldFile="app\messaging\messagingappbase\smilparser\GROUP" mrp="app\messaging\messagingappbase\smilparser\GROUP\messaging_gmxml.mrp"/>
-          </component>
-          <component name="Web Recognisers" plugin="Y">
-            <unit bldFile="mw\appsupport\contenthandling\webrecognisers\group" mrp="mw\appsupport\contenthandling\webrecognisers\group\application-protocols_recognisers.mrp"/>
-          </component>
-          <component name="Reference DRM Agent" introduced="8.0">
-            <unit bldFile="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group" mrp="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group\security_rta.mrp"/>
-          </component>
-        </collection>
-        <collection name="Printing Support" level="specific">
-          <component name="Printing UI Support">
-            <unit bldFile="mw\appsupport\printingsupport\printinguisupport\group" mrp="mw\appsupport\printingsupport\printinguisupport\group\app-framework_print.mrp"/>
-          </component>
-        </collection>
-        <collection name="Backup and Restore" level="generic">
-          <component name="Backup Engine" introduced="9.0">
-            <unit bldFile="mw\remoteconn\backup\backupengine\group" mrp="mw\remoteconn\backup\backupengine\group\connectivity_backupengine.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="Security Management">
-        <collection name="Installation Services" level="specific">
-          <component name="Secure Software Install">
-            <unit bldFile="mw\appinstall\installationservices\swi\group" mrp="mw\appinstall\installationservices\swi\group\security_swi.mrp"/>
-          </component>
-          <component name="Secure Software Install Device Tools" introduced="8.1">
-            <unit bldFile="mw\appinstall\installationservices\swidevicetools\group" mrp="mw\appinstall\installationservices\swidevicetools\group\security_switools_device.mrp"/>
-          </component>
-        </collection>
-        <collection name="Crypto Services" level="generic">
-          <component name="Certificate and Key Management" introduced="6.0">
-            <unit bldFile="os\security\cryptoservices\certificateandkeymgmt\group" mrp="os\security\cryptoservices\certificateandkeymgmt\group\security_certman.mrp"/>
-          </component>
-          <component name="Root Certificates" introduced="7.0s">
-            <unit mrp="os\security\cryptoservices\rootcertificates\rootcerts.mrp"/>
-          </component>
-          <component name="ASN PKCS" introduced="8.0">
-            <unit bldFile="os\security\cryptoservices\asnpkcs\group" mrp="os\security\cryptoservices\asnpkcs\group\security_asnpkcs.mrp"/>
-          </component>
-        </collection>
-        <collection name="Network Security" level="generic">
-          <component name="EAP Plugins for WiFi" class="placeholder">
-            <!-- WiFi's Extensible Authentication Protocol plugins that rely on TLS -->
-          </component>
-          <component name="TLS" introduced="6.0">
-            <unit bldFile="os\networkingsrv\networksecurity\tls\group" mrp="os\networkingsrv\networksecurity\tls\group\networking_tls.mrp"/>
-          </component>
-          <component name="TLS Provider" introduced="8.1">
-            <unit bldFile="os\networkingsrv\networksecurity\tlsprovider\group" mrp="os\networkingsrv\networksecurity\tlsprovider\group\security_tlsprovider.mrp"/>
-          </component>
-          <component name="IPsec" contract="IPSec_Protocol_Stack" introduced="7.0">
-            <unit bldFile="os\networkingsrv\networksecurity\ipsec\group" mrp="os\networkingsrv\networksecurity\ipsec\group\networking_ipsec.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="Application Protocols">
-        <collection name="Application Layer Protocols" level="specific">
-          <component name="HTTP Transport Framework" introduced="6.2">
-            <unit bldFile="mw\netprotocols\applayerprotocols\httptransportfw\group" mrp="mw\netprotocols\applayerprotocols\httptransportfw\group\http_transport-framework.mrp"/>
-          </component>
-          <component name="HTTP Examples" introduced="6.2">
-            <unit bldFile="mw\netprotocols\applayerprotocols\httpexamples\group" mrp="mw\netprotocols\applayerprotocols\httpexamples\group\http_examples.mrp"/>
-          </component>
-          <component name="WAP Push Framework" introduced="6.1">
-            <unit bldFile="mw\messagingmw\messagingfw\wappushfw\group" mrp="mw\messagingmw\messagingfw\wappushfw\group\wap-browser_wappush.mrp"/>
-          </component>
-		  <component name="SUPL SMS Handler" plugin="Y" introduced="9.4">
-			<unit bldFile="mw\messagingmw\messagingfw\suplsmshandler\group" mrp="mw\messagingmw\messagingfw\suplsmshandler\group\lbs_suplsmstrigger.mrp"/>
-		  </component>
-		  <component name="SUPL WAP Push Handler" plugin="Y" introduced="9.4">
-			<unit bldFile="mw\messagingmw\messagingfw\suplwappushhandler\group" mrp="mw\messagingmw\messagingfw\suplwappushhandler\group\lbs_suplwappush.mrp"/>
-		  </component>
-          <component name="WAP Push Support" introduced="6.2">
-            <unit bldFile="mw\netprotocols\applayerprotocols\wappushsupport\Group" mrp="mw\netprotocols\applayerprotocols\wappushsupport\Group\wap-browser_wappushsupport.mrp"/>
-          </component>
-          <component name="WAP Base" introduced="6.0">
-            <unit bldFile="mw\netprotocols\applayerprotocols\wapbase\Group" mrp="mw\netprotocols\applayerprotocols\wapbase\Group\wap-browser_wapbase.mrp"/>
-          </component>
-          <component name="FTP Engine" introduced="6.0">
-            <unit bldFile="mw\netprotocols\applayerprotocols\ftpengine\group" mrp="mw\netprotocols\applayerprotocols\ftpengine\group\networking_ftp_e.mrp"/>
-          </component>
-          <component name="Telnet Engine" introduced="6.0">
-            <unit bldFile="mw\netprotocols\applayerprotocols\telnetengine\group" mrp="mw\netprotocols\applayerprotocols\telnetengine\group\networking_telnet_e.mrp"/>
-          </component>
-          <component name="OBEX Protocol" introduced="9.1">
-            <unit bldFile="mw\shortlinkconn\obex\obexprotocol\group" mrp="mw\shortlinkconn\obex\obexprotocol\group\obex.mrp"/>
-          </component>
-          <component name="OBEX Extension API" introduced="9.2">
-            <unit bldFile="mw\shortlinkconn\obex\obexextensionapi\group" mrp="mw\shortlinkconn\obex\obexextensionapi\group\obex_extensionapis.mrp"/>
-          </component>
-        </collection>
-        <collection name="Application Layer Plugins and Utils" level="specific">
-          <component name="HTTP Utilities Library" introduced="6.2">
-            <unit bldFile="os\ossrv\genericservices\httputils\group" mrp="os\ossrv\genericservices\httputils\group\application-protocols_inetprotutil.mrp"/>
-          </component>
-          <component name="URI Permission Services" introduced="9.4">
-            <unit bldFile="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group" mrp="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group\application-protocols_ineturilist.mrp"/>
-          </component>
-          <component name="Bookmark Support" introduced="9.1">
-            <unit bldFile="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group" mrp="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group\application-protocols_bookmarks.mrp"/>
-          </component>
-          <component name="HTTP Protocol Plugins" plugin="Y" introduced="6.2">
-            <unit bldFile="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group\http_protocol-plugin.mrp"/>
-          </component>
-          <component name="HTTP Transport Plugins" plugin="Y" introduced="6.2">
-            <unit bldFile="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group\http_transport-plugin.mrp"/>
-          </component>
-        </collection>
-        <collection name="Bluetooth Profiles" level="specific">
-          <component name="Bluetooth AVRCP">
-            <unit bldFile="mw\shortlinkconn\bluetoothappprofiles\avrcp" mrp="mw\shortlinkconn\bluetoothappprofiles\avrcp\bluetooth_avrcp.mrp"/>
-          </component>
-          <component name="Bluetooth PBAP" introduced="9.2">
-            <unit bldFile="app\contacts\pimprotocols\pbap\group" mrp="app\contacts\pimprotocols\pbap\group\bluetooth_accesshost.mrp"/>
-          </component>
-          <component name="Bluetooth PAN Profile" plugin="Y" introduced="8.1">
-            <unit bldFile="os\shortlinksrv\bluetoothcommsprofiles\btpan\group" mrp="os\shortlinksrv\bluetoothcommsprofiles\btpan\group\bluetooth_pan.mrp"/>
-          </component>
-        </collection>
-        <collection name="WAP Stack" level="generic">
-          <component name="WAP Message API">
-            <unit bldFile="mw\netprotocols\wapstack\wapmessageapi\group" mrp="mw\netprotocols\wapstack\wapmessageapi\group\wap-stack_wapmessage.mrp"/>
-          </component>
-          <component name="WAP Short Stack" contract="Symbian_Affiliate" filter="gt" introduced="8.0">
-            <unit bldFile="mw\netprotocols\wapstack\wapshortstack\wapstack\group" mrp="mw\netprotocols\wapstack\wapshortstack\wapstack\group\wap-stack_wapstack.mrp"/>
-          </component>
-        </collection>
-        <collection name="Connectivity Transports" level="generic">
-          <component name="m-Router" contract="MRouter" filter="gt">
-            <unit bldFile="mw\remoteconn\connectivitytransports\mrouter\group" mrp="mw\remoteconn\connectivitytransports\mrouter\group\connectivity_mRouterSecure.mrp"/>
-          </component>
-          <component name="PLP Remote Link" deprecated="9.0">
-            <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp\connectivity_legacy_plp_plpgrp.mrp"/>
-          </component>
-          <component name="PLP Variant" deprecated="9.0">
-            <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant\connectivity_legacy_plp_plpvariant.mrp"/>
-          </component>
-          <component name="Event Broadcast" deprecated="9.0">
-            <unit bldFile="mw\remoteconn\connectivitytransports\eventbroadcast\group" mrp="mw\remoteconn\connectivitytransports\eventbroadcast\group\connectivity_legacy_brdcst.mrp"/>
-          </component>
-        </collection>
-        <collection name="MTP Transports" level="generic">
-          <component name="MTP USB Transport" plugin="Y" introduced="9.4">
-            <unit bldFile="mw\remoteconn\mtptransfw\mtpusbtransport\group" mrp="mw\remoteconn\mtptransfw\mtpusbtransport\group\mtp_usbsic.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="Multimedia Middleware" levels="protocols plugins">
-        <collection name="Multimedia Protocols" level="protocols">
-          <component name="MTP Framework" introduced="9.4">
-            <unit bldFile="mw\remoteconn\mtptransfw\mtpfw\group" mrp="mw\remoteconn\mtptransfw\mtpfw\group\mtp_framework.mrp"/>
-          </component>
-          <component name="RTP" introduced="9.0">
-            <!-- Real Time Data Protocol -->
-            <unit bldFile="mw\ipappprotocols\realtimenetprots\rtp\group" mrp="mw\ipappprotocols\realtimenetprots\rtp\group\mm-protocols_rtp.mrp"/>
-          </component>
-         <component name="SIP Framework" contract="SIP_Stack" introduced="9.2" filter="gt">
-            <unit version="2" bldFile="mw\ipappprotocols\realtimenetprots\sipfw\Group" mrp="mw\ipappprotocols\realtimenetprots\sipfw\Group\mm-protocols_SIP2_Com.mrp"/>
-          </component>
-        </collection>
-        <collection name="SIP Connection Provider Plugins" level="plugins">
-          <component name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt">
-            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group\mm-protocols_SIPCPR.mrp"/>
-          </component>
-          <component name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt">
-            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group\mm-protocols_SIPDummyPRT.mrp"/>
-          </component>
-          <component name="SIP State Machine" introduced="9.2" filter="gt">
-            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group\mm-protocols_SipStateMachine.mrp"/>
-          </component>
-          <component name="SIP Params" plugin="Y" introduced="9.2" filter="gt">
-            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipparams\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipparams\group\mm-protocols_SIPParams.mrp"/>
-          </component>
-          <component name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt">
-            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group\mm-protocols_SIPSCPR.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="System GUI Framework" levels="structure presentation">
-        <subblock name="GUI Provisioning">
-          <collection name="Common UI Support" level="presentation">
-            <component name="UIKON" introduced="6.0">
-              <unit bldFile="mw\classicui\commonuisupport\uikon\group" mrp="mw\classicui\commonuisupport\uikon\group\app-framework_uikon.mrp"/>
-            </component>
-            <component name="Error Resolver Data">
-              <unit bldFile="mw\classicui\commonuisupport\errorresolverdata\group" mrp="mw\classicui\commonuisupport\errorresolverdata\group\app-framework_errorresgt.mrp"/>
-            </component>
-            <component name="UI Look and Feel" introduced="6.0">
-              <unit bldFile="mw\classicui\commonuisupport\uilaf\GROUP" mrp="mw\classicui\commonuisupport\uilaf\GROUP\app-framework_uiklafgt.mrp"/>
-            </component>
-            <component name="Grid">
-              <unit bldFile="mw\classicui\commonuisupport\grid\group" mrp="mw\classicui\commonuisupport\grid\group\app-framework_grid.mrp"/>
-            </component>
-          </collection>
-          <collection name="Look-and-Feel Agnostic UI Foundation" level="structure">
-            <component name="Control Environment">
-              <unit bldFile="mw\classicui\lafagnosticuifoundation\cone\group" mrp="mw\classicui\lafagnosticuifoundation\cone\group\app-framework_cone.mrp"/>
-            </component>
-            <component name="Front End Processor">
-              <unit bldFile="mw\inputmethods\fep\frontendprocessor\group" mrp="mw\inputmethods\fep\frontendprocessor\group\app-framework_fepbase.mrp"/>
-            </component>
-            <component name="Graphics Effects" introduced="9.2">
-              <unit bldFile="mw\classicui\lafagnosticuifoundation\graphicseffects\group" mrp="mw\classicui\lafagnosticuifoundation\graphicseffects\group\app-framework_gfxtranseffect.mrp"/>
-            </component>
-            <component name="UI Graphics Utilities">
-              <unit bldFile="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group" mrp="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group\app-framework_egul.mrp"/>
-            </component>
-            <component name="Number Formatting" introduced="7.0s">
-              <unit bldFile="os\textandloc\textrendering\numberformatting\group" mrp="os\textandloc\textrendering\numberformatting\group\app-framework_numberconversion.mrp"/>
-            </component>
-            <component name="Clock" plugin="Y">
-              <unit bldFile="mw\classicui\lafagnosticuifoundation\clockanim\group" mrp="mw\classicui\lafagnosticuifoundation\clockanim\group\app-framework_clock.mrp"/>
-            </component>
-            <component name="BMP Animation" introduced="6.0">
-              <unit bldFile="mw\classicui\lafagnosticuifoundation\bmpanimation\group" mrp="mw\classicui\lafagnosticuifoundation\bmpanimation\group\app-framework_bmpanim.mrp"/>
-            </component>
-            <component name="Animation" introduced="9.1">
-              <unit bldFile="mw\classicui\lafagnosticuifoundation\animation\group" mrp="mw\classicui\lafagnosticuifoundation\animation\group\app-framework_animation.mrp"/>
-            </component>
-          </collection>
-        </subblock>
-        <subblock name="Application Provisioning">
-          <collection name="Application Framework" level="structure">
-            <component name="Application Architecture">
-              <unit bldFile="mw\appsupport\appfw\apparchitecture\group" mrp="mw\appsupport\appfw\apparchitecture\group\app-framework_apparc.mrp"/>
-            </component>
-            <component name="View Server" introduced="6.0">
-              <unit bldFile="mw\appsupport\appfw\viewserver\group" mrp="mw\appsupport\appfw\viewserver\group\app-framework_viewsrv.mrp"/>
-            </component>
-          </collection>
-        </subblock>
-      </block>
-    </layer>
-    <layer name="Application Services">
-      <block name="PIM" levels="utilities engines">
-        <collection name="PIM App Services" level="engines">
-          <component name="Calendar" introduced="9.5">
-            <unit version="2" bldFile="app\organizer\pimappservices\calendar\group" mrp="app\organizer\pimappservices\calendar\group\app-engines_calendar.mrp"/>
-          </component>
-          <component name="Agenda Versit Plugin" plugin="Y" introduced="9.5">
-            <unit version="2" bldFile="app\organizer\pimappservices\calendarvcalplugin\group" mrp="app\organizer\pimappservices\calendarvcalplugin\group\app-engines_agnversit2.mrp"/>
-          </component>
-          <component name="Contacts Model" introduced="5.0">
-            <unit version="1" bldFile="app\contacts\phonebookengines\contactsmodel\group" mrp="app\contacts\phonebookengines\contactsmodel\group\app-engines_cntmodel.mrp"/>
-          </component>
-          <component name="Phonebook Sync" plugin="Y">
-            <unit bldFile="app\contacts\pimprotocols\phonebooksync\group" mrp="app\contacts\pimprotocols\phonebooksync\group\telephony_phbksync.mrp"/>
-          </component>
-        </collection>
-        <collection name="PIM Application Support" level="utilities">
-          <component name="vCard and vCal" introduced="5.0">
-            <unit bldFile="app\organizer\pimappsupport\vcardandvcal\group" mrp="app\organizer\pimappsupport\vcardandvcal\group\app-services_versit.mrp"/>
-          </component>
-          <component name="Chinese Calendar Converter" introduced="6.1">
-            <unit bldFile="app\organizer\pimappsupport\chinesecalendarconverter\group" mrp="app\organizer\pimappsupport\chinesecalendarconverter\group\app-services_calcon.mrp"/>
-          </component>
-          <component name="Backup Restore Notification" introduced="8.1">
-            <unit bldFile="mw\appsupport\commonappservices\backuprestorenotification\group" mrp="mw\appsupport\commonappservices\backuprestorenotification\group\app-services_BackupRestoreNotification.mrp"/>
-          </component>
-        </collection>
-        <collection name="Office App Engines" level="engines">
-          <component name="Data Engine" introduced="5.0" deprecated="9.3">
-            <unit bldFile="app\organizer\officeappeng\datamodel\group" mrp="app\organizer\officeappeng\datamodel\group\app-engines_damodel.mrp"/>
-          </component>
-          <component name="Sheet Engine" introduced="5.0" deprecated="9.3">
-            <unit bldFile="app\organizer\officeappeng\sheeteng\group" mrp="app\organizer\officeappeng\sheeteng\group\app-engines_sheng.mrp"/>
-          </component>
-          <component name="Chart" introduced="5.0" deprecated="9.3" class="test">
-            <unit mrp="app\organizer\officeappeng\charteng\group\app-engines_chart.mrp"/>
-          </component>
-          <component name="Word Engine" introduced="5.0" deprecated="9.3">
-            <unit bldFile="app\organizer\officeappeng\wordeng\group" mrp="app\organizer\officeappeng\wordeng\group\app-engines_wpeng.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="Messaging" levels="plugins framework">
-        <collection name="Messaging Framework" level="framework">
-          <component name="Message Server and Store">
-            <unit bldFile="mw\messagingmw\messagingfw\msgsrvnstore\group" mrp="mw\messagingmw\messagingfw\msgsrvnstore\group\messaging_framework.mrp"/>
-          </component>
-          <component name="BIO Messaging Framework" introduced="6.0">
-            <unit bldFile="mw\messagingmw\messagingfw\biomsgfw\group" mrp="mw\messagingmw\messagingfw\biomsgfw\group\messaging_biomsg.mrp"/>
-          </component>
-          <component name="MMS Settings" introduced="9.2">
-            <unit bldFile="app\messaging\mmsengine\mmssettings\group\" mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings.mrp"/>
-          </component>
-          <component name="MMS Configuration">
-            <unit mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings-config.mrp"/>
-          </component>
-          <component name="Messaging Config" introduced="9.4" class="config"> 
-            <unit bldFile="mw\messagingmw\messagingfw\msgconf\group" mrp="mw\messagingmw\messagingfw\msgconf\group\messaging_config.mrp"/> 
-          </component>
-          <component name="Watcher Framework">
-            <unit bldFile="mw\messagingmw\messagingfw\watcherfw\group" mrp="mw\messagingmw\messagingfw\watcherfw\group\messaging_watcher.mrp"/>
-          </component>
-          <component name="Send As">
-            <unit bldFile="mw\messagingmw\messagingfw\sendas\group" mrp="mw\messagingmw\messagingfw\sendas\group\messaging_sendas2.mrp"/>
-          </component>
-          <component name="Message URL Handler" introduced="7.0">
-            <unit bldFile="mw\messagingmw\messagingfw\msgurlhandler\group" mrp="mw\messagingmw\messagingfw\msgurlhandler\group\messaging_urlhandler.mrp"/>
-          </component>
-        </collection>
-        <collection name="Messaging Plugins" level="plugins">
-          <component name="BIO Watchers" plugin="Y" introduced="8.0">
-            <unit bldFile="mw\messagingmw\messagingfw\biowatchers\Group" mrp="mw\messagingmw\messagingfw\biowatchers\Group\messaging_biomsg_biowatchers_cdma.mrp"/>
-          </component>
-          <component name="Scheduled Send MTM" plugin="Y" introduced="6.0">
-            <unit bldFile="mw\messagingmw\messagingfw\scheduledsendmtm\group" mrp="mw\messagingmw\messagingfw\scheduledsendmtm\group\messaging_schedulesend.mrp"/>
-          </component>
-          <component name="POP3 and SMTP MTM" plugin="Y">
-            <unit bldFile="app\messaging\email\pop3andsmtpmtm\group" mrp="app\messaging\email\pop3andsmtpmtm\group\messaging_email.mrp"/>
-          </component>
-          <component name="IMAP4 MTM" plugin="Y" introduced="9.2">
-            <unit bldFile="app\messaging\email\imap4mtm\group" mrp="app\messaging\email\imap4mtm\group\messaging_email_imap.mrp"/>
-          </component>
-          <component name="OBEX MTMs" plugin="Y" introduced="7.0s">
-            <unit bldFile="app\messaging\messagingappbase\obexmtms\Group" mrp="app\messaging\messagingappbase\obexmtms\Group\messaging_obex.mrp"/>
-          </component>
-          <component name="SMS MTM" plugin="Y">
-            <unit bldFile="app\messaging\mobilemessaging\smsmtm\multimode\Group" mrp="app\messaging\mobilemessaging\smsmtm\multimode\Group\messaging_sms_multimode.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="Remote Management" levels="framework services">
-        <collection name="Sync and Remote Management Framework" level="framework">
-          <component name="Connectivity Framework" introduced="7.0s">
-            <unit bldFile="app\techview\connectivityapps\connectivityfw\group" mrp="app\techview\connectivityapps\connectivityfw\group\connectivity_framework.mrp"/>
-          </component>
-          <component name="OMA SyncML Data Sync" introduced="7.0s">
-            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group\oma_syncml_datasync.mrp"/>
-          </component>
-          <component name="OMA SyncML Common Framework" introduced="7.0s">
-            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group\oma_syncml_common_framework.mrp"/>
-          </component>
-          <component name="OMA SyncML DM Interface" introduced="7.0s">
-            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group\oma_syncml_dm_interface.mrp"/>
-          </component>
-          <component name="OMA SyncML Config" introduced="9.4">
-            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group\oma_syncml_config.mrp"/>
-          </component>
-          <component name="Device Management Framework" introduced="8.0">
-            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group" mrp="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group\devprov_devman_framework.mrp"/>
-          </component>
-          <component name="Client Provisioning Framework" introduced="9.1">
-            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group\devprov_clientprov_framework.mrp"/>
-          </component>
-        </collection>
-        <collection name="Sync and Remote Management Services" level="services">
-          <component name="Connectivity Services" introduced="7.0s">
-            <unit bldFile="app\techview\connectivityapps\connectivityservices\group" mrp="app\techview\connectivityapps\connectivityservices\group\connectivity_services.mrp"/>
-          </component>
-          <component name="Data Sync Adaptors" plugin="Y" introduced="7.0s">
-            <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group\data_sync_adaptors.mrp"/>
-          </component>
-          <component name="Device Management Adaptors" plugin="Y" introduced="9.1">
-            <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group" mrp="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group\devprov_devman_adapters.mrp"/>
-          </component>
-          <component name="Client Provisioning Adaptors" plugin="Y" introduced="9.1">
-            <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group\devprov_clientprov_adapters.mrp"/>
-          </component>
-        </collection>
-        <collection name="MTP Data Providers" level="services">
-          <component name="MTP File and Folder Provider" plugin="Y" introduced="9.4">
-            <unit bldFile="mw\remoteconn\mtpdataproviders\mtpfileandfolderprovider\group" mrp="mw\remoteconn\mtpdataproviders\mtpfileandfolderprovider\group\mtp_filedp.mrp"/>
-          </component>
-        </collection>
-				<collection name="Bluetooth Application Profiles" level="services"> 
-					<component name="Bluetooth AD2P" class="placeholder" introduced="9.4">
-					  <!-- PLACEHOLDER="DS.862"
-						<unit bldFile="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/group" mrp="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/group/bluetooth_a2dp.mrp"/>
-					    -->
-					</component>
-					<component name="Bluetooth SBC Encoder" class="placeholder" introduced="9.4" plugin="Y">
-					  <!-- PLACEHOLDER="DS.862"
-					  <unit bldFile="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/sbcencoder/implementation" mrp="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/sbcencoder/implementation/bluetooth_sbc.mrp"/>
-					  -->
-					</component>
-        </collection>
-      </block>
-    </layer>
-    <layer name="UI" levels="tools apps">
-      <block name="Techview">
-        <collection name="Apps" level="apps">
-          <component name="Simple App" filter="techview">
-            <unit bldFile="app\techview\testapps\simpleapp\group" mrp="app\techview\testapps\simpleapp\group\Techview_SimpleApp.mrp"/>
-          </component>
-          <component name="CONTACUI" filter="techview">
-            <unit bldFile="app\techview\pimapps\contacui\group" mrp="app\techview\pimapps\contacui\group\techview_contacui.mrp" priority="30"/>
-          </component>
-          <component name="AGENDA" filter="techview">
-            <unit bldFile="app\techview\pimapps\agenda\group" mrp="app\techview\pimapps\agenda\group\techview_agenda.mrp"/>
-          </component>
-          <component name="AUDIO" filter="techview">
-            <unit bldFile="app\techview\avapps\techviewaudio\Group" mrp="app\techview\avapps\techviewaudio\Group\techview_audio.mrp"/>
-          </component>
-          <component name="CONTACTS" filter="techview">
-            <unit bldFile="app\techview\pimapps\contactstechview\group" mrp="app\techview\pimapps\contactstechview\group\techview_contacts.mrp"/>
-          </component>
-          <component name="SYNCMLAPP" filter="techview">
-            <unit bldFile="app\techview\datasyncapps\syncmlapp\group" mrp="app\techview\datasyncapps\syncmlapp\group\techview_syncmlapp.mrp"/>
-          </component>
-          <component name="HELP" filter="techview">
-            <unit bldFile="app\techview\utilityapps\helptechview\group" mrp="app\techview\utilityapps\helptechview\group\techview_help.mrp"/>
-          </component>
-          <component name="TIMEW" filter="techview">
-            <unit bldFile="app\techview\utilityapps\timew\group" mrp="app\techview\utilityapps\timew\group\techview_timew.mrp"/>
-          </component>
-          <component name="SECUI" filter="techview">
-            <unit bldFile="app\techview\securityapps\secui\group" mrp="app\techview\securityapps\secui\group\techview_secui.mrp"/>
-          </component>
-          <component name="Bluetooth UI" filter="techview">
-            <unit bldFile="app\techview\shortlinkapps\bluetoothui\group" mrp="app\techview\shortlinkapps\bluetoothui\group\techview_bluetoothui.mrp"/>
-          </component>
-          <component name="Remote Control Reference TSP" filter="techview" plugin="Y" introduced="9.1">
-            <unit bldFile="os\devicesrv\accessoryservices\reftsp\group" mrp="os\devicesrv\accessoryservices\reftsp\group\bluetooth_remotecontrol_refTSP.mrp"/>
-          </component>
-          <component name="PHONEUI" filter="techview">
-            <unit bldFile="app\techview\telephonyapps\techviewphoneui\group" mrp="app\techview\telephonyapps\techviewphoneui\group\techview_phoneui.mrp"/>
-          </component>
-          <component name="IAPSTATUSAPP" filter="techview">
-            <unit bldFile="app\techview\networkingapps\iapstatusapp\group" mrp="app\techview\networkingapps\iapstatusapp\group\techview_iapstatusapp.mrp"/>
-          </component>
-          <component name="CONNECTUI" filter="techview">
-            <unit bldFile="app\techview\shortlinkapps\connectui\group" mrp="app\techview\shortlinkapps\connectui\group\techview_connectui.mrp"/>
-          </component>
-          <component name="USBUI" filter="techview">
-            <unit bldFile="app\techview\shortlinkapps\techviewusbui\group" mrp="app\techview\shortlinkapps\techviewusbui\group\techview_usbui.mrp"/>
-          </component>
-          <component name="MESSAGINGUI" filter="techview">
-            <unit bldFile="app\techview\messagingapps\messagingui\Group" mrp="app\techview\messagingapps\messagingui\Group\techview_messagingui.mrp"/>
-          </component>
-          <component name="Networking Agent Notifier" filter="techview" plugin="Y" introduced="7.0s">
-            <unit bldFile="app\techview\networkingapps\networkingagentnotifier\group" mrp="app\techview\networkingapps\networkingagentnotifier\group\techview_networking_agentnotifier.mrp"/>
-          </component>
-          <component name="VPN UI" filter="techview" introduced="7.0">
-            <unit bldFile="app\techview\networkingapps\techviewvpnui\group" mrp="app\techview\networkingapps\techviewvpnui\group\techview_networking_vpnui.mrp"/>
-          </component>
-          <component name="STAT_DEVICE" filter="techview">
-            <unit bldFile="os\buildtools\toolsandutils\statapi\source\statapi\Techview" mrp="os\buildtools\toolsandutils\statapi\group\testtools_stat_device_techview.mrp"/>
-          </component>
-          <component name="Install App" filter="techview">
-            <unit bldFile="app\techview\installationapps\installapp\group" mrp="app\techview\installationapps\installapp\group\techview_installapp.mrp"/>
-          </component>
-          <component name="RESOURCE_HANDLER_UI" filter="techview">
-            <unit bldFile="app\techview\testapps\rschandler\TVResourceHandler\group" mrp="app\techview\testapps\rschandler\TVResourceHandler\group\Testtools_ResourceHandler_techview.mrp"/>
-          </component>
-          <component name="MemSpy" filter="techview" introduced="9.2" class="test">
-            <unit bldFile="app\techview\testapps\memspy\group" mrp="app\techview\testapps\memspy\group\graphics_memspy.mrp"/>
-          </component>
-        </collection>
-        <collection name="Toolkit" level="tools">
-          <component name="UIKLAF" filter="techview">
-            <unit bldFile="app\techview\techviewplatform\techviewuiklaf\GROUP" mrp="app\techview\techviewplatform\techviewuiklaf\GROUP\techview_uiklaf.mrp" priority="10"/>
-          </component>
-          <component name="EIKSTD" filter="techview">
-            <unit bldFile="app\techview\techviewplatform\eikstd\group" mrp="app\techview\techviewplatform\eikstd\group\techview_eikstd.mrp" priority="20"/>
-          </component>
-          <component name="EXTRAS" filter="techview">
-            <unit bldFile="app\techview\techviewui\techviewextras\group" mrp="app\techview\techviewui\techviewextras\group\techview_extras.mrp"/>
-          </component>
-          <component name="STATUSPANE" filter="techview">
-            <unit bldFile="app\techview\techviewui\statuspane\group" mrp="app\techview\techviewui\statuspane\group\techview_statuspane.mrp"/>
-          </component>
-          <component name="SHELL" filter="techview">
-            <unit bldFile="app\techview\techviewui\shell\group" mrp="app\techview\techviewui\shell\group\techview_shell.mrp"/>
-          </component>
-          <component name="STARTUP" filter="techview">
-            <unit bldFile="app\techview\techviewui\startup\group" mrp="app\techview\techviewui\startup\group\techview_startup.mrp"/>
-          </component>
-          <component name="ROM Kit" filter="techview">
-            <unit bldFile="app\techview\toolkit\romkit\group" mrp="app\techview\toolkit\romkit\group\techview_romkit.mrp"/>
-          </component>
-          <component name="ROM Images" filter="techview">
-            <unit version="9.4" mrp="os\buildtools\bldsystemtools\cedarutils\techview_roms_9.4.mrp"/>
-          </component>
-          <component name="FEPSETUP" filter="techview">
-            <unit bldFile="app\techview\controlpanel\fepsetup\group" mrp="app\techview\controlpanel\fepsetup\group\techview_fepsetup.mrp"/>
-          </component>
-          <component name="FEPS" filter="techview">
-            <unit bldFile="app\techview\techviewplatform\feps\group" mrp="app\techview\techviewplatform\feps\group\techview_feps.mrp"/>
-          </component>
-          <component name="CCTLCOLSCHEME" filter="techview">
-            <unit bldFile="app\techview\controlpanel\cctlcolscheme\group" mrp="app\techview\controlpanel\cctlcolscheme\group\techview_cctlcolscheme.mrp"/>
-          </component>
-          <component name="SOUNDSETUP" filter="techview">
-            <unit bldFile="app\techview\controlpanel\soundsetup\group" mrp="app\techview\controlpanel\soundsetup\group\techview_soundsetup.mrp"/>
-          </component>
-          <component name="KEYCLICKREF" filter="techview">
-            <unit bldFile="app\techview\controlpanel\keyclickref\Group" mrp="app\techview\controlpanel\keyclickref\Group\techview_KeyClickRef.mrp"/>
-          </component>
-          <component name="Configuration Files" filter="techview">
-            <unit mrp="app\techview\toolkit\configurationfiles\techview_epoc_ini.mrp"/>
-          </component>
-          <component name="Additional Configuration Files" filter="techview">
-            <unit mrp="app\techview\toolkit\configurationfiles\techview_additional_cedar.mrp"/>
-          </component>
-        </collection>
-      </block>
-   </layer>
-     <layer name="MISC" levels="test pc-tools">
-      <collection name="Connectivity PC Side" level="pc-tools">
-        <component name="ConnectQI" contract="MRouterSDK" introduced="9.1" class="PC">
-          <unit mrp="mw\remoteconn\connectivitypcside\connectqi\connectqisdk_mr3.mrp"/>
-        </component>
-        <component name="ConnectQI SDK" introduced="9.1" class="PC">
-          <unit mrp="mw\remoteconn\connectivitypcside\connectqisdk\connectqisdk_public.mrp"/>
-        </component>
-      </collection>
-      <collection name="Comms PC Side" level="pc-tools">
-        <component name="Prepare Default Comms Database" filter="gt" class="config PC">
-          <unit bldFile="os\commsfw\commsconfigutils\commsdatabase\defaultcommdb\group" mrp="os\commsfw\commsconfigutils\commsdatabase\defaultcommdb\group\comms-infras_defaultcommdb.mrp"/>
-        </component>
-        <component name="Install Default Comms Database" class="PC">
-          <unit bldFile="os\commsfw\commsconfigutils\commsdatabase\installdefaultcommdb\group" mrp="os\commsfw\commsconfigutils\commsdatabase\installdefaultcommdb\group\comms-infras_installdefaultcommdb.mrp" priority="1010"/>
-        </component>
-        <component name="Comms Tools" introduced="9.4" class="PC">
-          <unit mrp="os\commsfw\commspcside\commstools\group\comms-infras_tools.mrp"/>
-        </component>
-      </collection>
-      <collection name="Remote Management Test" level="test">
-        <component name="OMA SyncML Integration Test" introduced="7.0s" class="test">
-          <unit bldFile="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group\oma_syncml_integtest.mrp"/>
-        </component>
-        <component name="OMA Device Management Integration Test" introduced="9.1" class="test">
-          <unit bldFile="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group\devprov_integtest.mrp"/>
-        </component>
-      </collection>
-      <collection name="Time Zone PC Side" level="pc-tools">
-        <component name="Time Zone Compiler" introduced="9.1" class="config PC">
-          <unit bldFile="mw\appsupport\tzpcside\tzcompiler\group" mrp="mw\appsupport\tzpcside\tzcompiler\group\app-services_tzcompiler.mrp"/>
-        </component>
-        <component name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC">
-          <unit bldFile="mw\appsupport\tzpcside\worlddatabasekit\group" mrp="mw\appsupport\tzpcside\worlddatabasekit\group\app-services_wlddatabasekit_cedar.mrp"/>
-        </component>
-        <component name="World Tools" introduced="5.0" deprecated="9.1" class="config PC">
-          <unit bldFile="mw\appsupport\tzpcside\worldtools\group" mrp="mw\appsupport\tzpcside\worldtools\group\app-services_wldtools.mrp"/>
-        </component>
-      </collection>
-      <collection name="Secure Software Install Tools" level="pc-tools">
-        <component name="SWI Analysis Toolkit" class="PC">
-          <unit bldFile="os\misc\secureswitools\swianalysistoolkit\group" mrp="os\misc\secureswitools\swianalysistoolkit\group\security_switools.mrp"/>
-        </component>
-        <component name="Secure Software Install SIS Tools" class="PC">
-          <unit bldFile="os\misc\secureswitools\swisistools\group" mrp="os\misc\secureswitools\swisistools\group\security_sistools.mrp"/>
-        </component>
-        <component name="OpenSSL Library" class="PC">
-          <unit mrp="os\misc\secureswitools\openssllib\security_openssl.mrp"/>
-        </component>
-      </collection>
-      <collection name="Security and Data Privacy Tools" level="pc-tools">
-          <component name="Security Tools" class="PC" introduced="9.4">
-            <unit bldFile="os\security\securityanddataprivacytools\securitytools\group" mrp="os\security\securityanddataprivacytools\securitytools\group\security_tools.mrp"/>
-        </component>
-      </collection>
-      <collection name="Graphics Test" level="test">
-        <component name="Graphics Test Harness" class="test">
-          <unit mrp="os\graphics\graphicstest\graphicstestharness\group\graphics_testharness.mrp"/>
-        </component>
-        <component name="UI Bench" introduced="9.2" class="test">
-          <unit bldFile="os\graphics\graphicstest\uibench\group" mrp="os\graphics\graphicstest\uibench\group\graphics_ui_bench.mrp"/>
-        </component>
-      </collection>
-      <collection name="Graphics Tools" level="pc-tools">
-        <component name="GDI Tools" class="PC">
-          <unit bldFile="os\graphics\graphicstools\gdi_tools\group" mrp="os\graphics\graphicstools\gdi_tools\group\graphics_gditools.mrp"/>
-        </component>
-        <component name="Bitmap Font Tools" class="PC">
-          <unit bldFile="os\graphics\graphicstools\bitmapfonttools\group" mrp="os\graphics\graphicstools\bitmapfonttools\group\graphics_gdtran.mrp"/>
-        </component>
-      </collection>
-      <collection name="Kernel Test" level="test">
-        <component name="E32 Tests" class="test">
-          <unit bldFile="os\kernelhwsrv\kerneltest\e32test\group" mrp="os\kernelhwsrv\kerneltest\e32test\group\base_e32test.mrp"/>
-        </component>
-        <component name="SDIO Tests" filter="gt" introduced="9.2" class="test">
-          <unit bldFile="os\kernelhwsrv\kerneltest\sdiotest" mrp="os\kernelhwsrv\kerneltest\sdiotest\base_sdiotests.mrp"/>
-        </component>
-        <component name="E32 Utilities" contract="NAND_Flash_XSR_Unistore_2_Other_Portions">
-          <unit bldFile="os\kernelhwsrv\kerneltest\e32utils\group" mrp="os\kernelhwsrv\kerneltest\e32utils\group\base_e32utils.mrp"/>
-        </component>
-        <component name="File Server Tests" class="test">
-          <unit bldFile="os\kernelhwsrv\kerneltest\f32test\group" mrp="os\kernelhwsrv\kerneltest\f32test\group\base_f32test.mrp"/>
-        </component>
-      </collection>
-      <collection name="Applications Test" level="test">
-        <component name="Core Apps Test" introduced="8.1" class="test">
-          <!-- XML Previous Location: Application Services/Other Application Services/ -->
-          <unit mrp="mw\appsupport\commonappservices\coreappstest\Group\app-services_CoreAppsTest.mrp"/>
-        </component>
-        <component name="Agenda Model Test" introduced="8.1" class="test">
-          <unit bldFile="os\unref\comgen\app-engines\test_engineering\agendaserver\TestAgendaSrv" mrp="os\unref\comgen\app-engines\test_engineering\agendaserver\TestAgendaSrv\app-engines_testagendasrv.mrp"/>
-        </component>
-        <component name="Alarm Server Test" introduced="8.1" class="test">
-          <unit bldFile="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv" mrp="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv\app-services_testalarmsrv.mrp"/>
-        </component>
-        <component name="Time Zone Localization Resource Factory" introduced="9.1" class="config">
-          <unit bldFile="mw\appsupport\tzservices\tzlocalizationrscfactory\group" mrp="mw\appsupport\tzservices\tzlocalizationrscfactory\group\app-services_tzlocalizationrscfactory.mrp"/>
-        </component>
-        <component name="Time Zone Database" introduced="9.1" class="config">
-          <unit bldFile="mw\appsupport\tzservices\tzdatabase\group" mrp="mw\appsupport\tzservices\tzdatabase\group\app-services_tzdb.mrp"/>
-        </component>
-        <component name="World Server Test" introduced="8.1" deprecated="9.1" class="test">
-          <unit bldFile="mw\appsupport\tzservices\worldservertest\TestWorldSrv" mrp="mw\appsupport\tzservices\worldservertest\TestWorldSrv\app-services_testworldsrv.mrp"/>
-        </component>
-        <component name="Messaging Test">
-          <!-- XML Previous Location: Application Services/Messaging Application Support/ -->
-          <unit bldFile="mw\messagingmw\messagingfw\msgtest\group" mrp="mw\messagingmw\messagingfw\msgtest\group\messaging_test.mrp"/>
-        </component>
-      </collection>
-      <collection name="Integration Test" level="test">
-        <component name="Networking Integration Test" introduced="ER5" class="test">
-          <unit bldFile="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group" mrp="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group\networking_integrationtest.mrp"/>
-        </component>
-        <component name="MTP Integration Test" introduced="9.4" class="test">
-          <unit bldFile="mw\remoteconn\mtptransfw\mtpintegrationtest\group" mrp="mw\remoteconn\mtptransfw\mtpintegrationtest\group\mtp_test.mrp"/>
-        </component>
-        <component name="Base Integration Test">
-          <unit bldFile="os\kernelhwsrv\baseintegtests\baseintegrationtest\group" mrp="os\kernelhwsrv\baseintegtests\baseintegrationtest\group\base_integration_test.mrp"/>
-        </component>
-        <component name="UIF Test Framework" class="test">
-          <unit mrp="mw\appsupport\appfw\uiftestfw\group\app-framework_testframework.mrp"/>
-        </component>
-        <component name="Word" class="test">
-          <unit mrp="os\textandloc\textrendering\word\group\app-framework_word.mrp"/>
-        </component>
-        <component name="Messaging Tests">
-          <unit mrp="mw\messagingmw\messagingfw\msgtests\group\messaging.mrp"/>
-        </component>
-        <component name="Messaging Test Framework">
-          <unit mrp="mw\messagingmw\messagingfw\msgtestfw\group\messaging_testframework.mrp"/>
-        </component>
-        <component name="Security Test Framework" introduced="7.0" class="test">
-          <unit mrp="os\security\cryptomgmtlibs\securitytestfw\group\security_testframework.mrp"/>
-        </component>
-      </collection>
-      <collection name="Multimedia Validation Suite" level="test">
-        <component name="Multimedia Validation Suite Application" introduced="9.4" class="test">
-          <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group\multimedia_mvs_app.mrp"/>
-        </component>
-        <component name="Multimedia Validation Suite Agents" introduced="9.4">
-          <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group\multimedia_mvs_agents.mrp"/>
-        </component>
-        <component name="MVS Integration Tests" introduced="9.4" class="test">
-          <unit mrp="mw\mmmw\mmvalidationsuite\mvsintegrationtest\group\multimedia_inttest_mvs_source.mrp"/>
-        </component>
-      </collection>
-      <collection name="Multimedia Unit Tests" level="test">
-        <component name="Multimedia Test Framework" introduced="7.0s" class="test">
-          <unit mrp="os\mm\mmtestenv\mmtestfw\group\multimedia_testframework_source.mrp"/>
-        </component>
-        <component name="Multimedia Test Framework Unit Tests" introduced="7.0s" class="test">
-          <unit mrp="os\mm\mmtestenv\mmtestfwunittest\group\multimedia_unittest_testframework_source.mrp"/>
-        </component>
-        <component name="MDF Unit Tests" introduced="9.2" class="test">
-          <unit mrp="os\mm\mmdevicefw\mdfunittest\group\multimedia_unittest_mdf_source.mrp"/>
-        </component>
-        <component name="MMF Unit Tests" introduced="7.0s" class="test">
-          <unit mrp="mw\mmmw\mmfwtest\mmfunittest\group\multimedia_unittest_mmf_source.mrp"/>
-        </component>
-        <component name="Imaging Unit Tests" introduced="7.0s" class="test">
-          <unit mrp="os\mm\imagingandcamerafws\imagingunittest\group\multimedia_unittest_icl_source.mrp"/>
-        </component>
-        <component name="Camera Unit Tests" introduced="9.2" class="test">
-          <unit mrp="os\mm\imagingandcamerafws\cameraunittest\group\multimedia_unittest_ecam_source.mrp"/>
-        </component>
-        <component name="Tuner Unit Tests" introduced="9.1" class="test">
-          <unit mrp="mw\mmmw\mmmiddlewarefws\tunerunittest\group\multimedia_unittest_tuner_source.mrp"/>
-        </component>
-        <component name="Mobile TV DVB-H Unit Tests" introduced="9.5" class="test">
-          <unit mrp="os\mm\mmhais\dvbhunittest\hai\dvbh\group\multimedia_unittest_dvbhhai.mrp"/>
-        </component>
-      </collection>
-      <collection name="Multimedia Test" level="test">
-        <component name="A3F Integration Tests">
-          <unit mrp="os\mm\devsound\a3fintegrationtest\group\multimedia_inttest_a3f_devsound_source.mrp"/>
-	    </component>
-        <component name="A3F Characterisation Tests" introduced="9.4" class="test">
-          <unit mrp="os\unref\orphan\comgen\multimedia\char\a3f\devsound\group\multimedia_a3f_devsound_char.mrp"/>
-        </component>
-        <component name="Multimedia Test Agent" introduced="8.0" class="test">
-          <unit mrp="os\mm\mmtestenv\mmtestagent\group\multimediatestagent_source.mrp"/>
-        </component>
-        <component name="MMF Integration Tests" introduced="7.0s" class="test">
-          <unit mrp="mw\mmmw\mmfwtest\mmfintegrationtest\group\multimedia_inttest_mmf_source.mrp"/>
-        </component>
-        <component name="Imaging Integration Tests" introduced="7.0s" class="test">
-          <unit mrp="os\mm\imagingandcamerafws\imaginginttest\group\multimedia_inttest_icl_source.mrp"/>
-        </component>
-        <component name="Multimedia Test Tools">
-          <unit mrp="os\mm\mmtestenv\mmtesttools\Group\multimedia_testtools_source.mrp"/>
-        </component>
-        <component name="MMF Characterisation Validation" introduced="9.3" class="test">
-          <unit bldFile="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group" mrp="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group\multimedia_mmf_char.mrp"/>
-        </component>
-      </collection>
-      <collection name="Shortlink Test" level="test">
-         <component name="USB Manager Tests" introduced="7.0" class="test">
-          <unit version="2" mrp="os\shortlinksrv\usbmgmt\usbmgrtest\group\usb_test.mrp"/>
-        </component>
-        <component name="Bluetooth Examples and Tests" introduced="6.1" class="test">
-          <unit mrp="os\shortlinksrv\bluetooth\btexample\test\bluetooth_tests_examples.mrp"/>
-        </component>
-        <component name="IrDA Test" introduced="9.2" class="test">
-          <unit mrp="os\shortlinksrv\irda\irdatest\group\infra-red_irda_test.mrp"/>
-        </component>
-      </collection>
-      <collection name="Comms Test" level="test">
-        <component name="Networking Dialog Stub" introduced="6.1">
-          <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\default" mrp="os\commsfw\datacommsserver\networkingdialogapi\default\networking_dialog_default.mrp"/>
-        </component>
-        <component name="Networking ROM">
-          <!--  production component: contains the IBY files -->
-          <unit bldFile="os\networkingsrv\networkingtestandutils\networkingrom\group" mrp="os\networkingsrv\networkingtestandutils\networkingrom\group\networking_general.mrp"/>
-        </component>
-        <component name="Networking Unit Test" introduced="7.0" class="test">
-          <unit mrp="os\networkingsrv\networkingtestandutils\networkingunittest\group\networking_unittest.mrp"/>
-        </component>
-      </collection>
-      <collection name="IP Examples" level="test">
-        <component name="Networking Examples" introduced="7.0">
-          <unit bldFile="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group" mrp="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group\networking_examplecode.mrp"/>
-        </component>
-        <component name="Example Internet Utilities" introduced="ER5">
-          <unit mrp="os\networkingsrv\networkingtestandutils\exampleinternetutilities\group\networking_inetutil.mrp"/>
-        </component>
-        <component name="IPv6 to 4 Tunnel" plugin="Y">
-          <unit mrp="os\networkingsrv\networkingtestandutils\ipv6to4tunnel\group\networking_6to4.mrp"/>
-        </component>
-        <component name="IP Administration Tool" introduced="7.0">
-          <unit mrp="app\techview\networkingutils\ipadministrationtool\group\networking_ipadm.mrp"/>
-        </component>
-        <component name="IP Analyzer" introduced="7.0">
-          <unit mrp="os\networkingsrv\networkingtestandutils\ipanalyzer\group\networking_iprotor.mrp"/>
-        </component>
-        <component name="Name Resolver Utility" introduced="7.0s">
-          <unit mrp="app\techview\networkingutils\nameresolverutility\group\networking_nslookup.mrp"/>
-        </component>
-        <component name="IP Probe" plugin="Y" introduced="7.0s">
-          <unit mrp="os\networkingsrv\networkingtestandutils\ipprobe\group\networking_probe.mrp"/>
-        </component>
-      </collection>
-      <collection name="Miscellaneous" level="test">
-        <component name="DUMMY">
-          <unit bldFile="os\misc\miscellaneous\dummy" mrp="os\misc\miscellaneous\dummy\additional_dummy.mrp"/>
-        </component>
-        <component name="SYSTEMMONITOR">
-          <unit bldFile="os\buildtools\toolsandutils\systemmonitor\group" mrp="os\buildtools\toolsandutils\systemmonitor\group\testtools_systemmonitor.mrp"/>
-        </component>
-        <component name="TESTTOOLS_UTILITIES">
-          <unit bldFile="os\persistentdata\loggingservices\rfilelogger\group" mrp="os\persistentdata\loggingservices\rfilelogger\group\testtools_utilities.mrp"/>
-        </component>
-      </collection>
-    </layer>
-  </systemModel>
-<SystemBuild schema="1.0.0">
-  <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
-  <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
-  <option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
-  <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
-  <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
-  <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
-  <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
-  <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
-  <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
-  <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
-  <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
-  <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
-  <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
-  <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
-  <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
-  <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
-  <!-- Aditional Targets -->
-  <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
-  <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
-  <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
-  <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
-  <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
-  <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
-  <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
-  <targetList name="tools" description="tools Targets" target="TOOLS"/>
-  <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
-  <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
-  <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
-  <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
-  <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
-  <list name="SYSTEMTEST_LIST" description="System Test Code">
-    <ref item="SYSTEMTEST_OS"/>
-    <ref item="SYSTEMTEST_TOOLS"/>
-  </list>
-  <!-- 9.4 configuration -->
-    <!-- tb91 configuration -->
-  <configuration name="Custkit_tb91sf" description="tb91sf Custkit build" filter="raptor_Custkit_tb91sf,custkit">
-    <ref item="Tools and Utils and SDKENG"/>
-    <ref item="HAL"/>
-    <ref item="Kernel Services"/>
-    <ref item="OS Services"/>
-    <ref item="Generic Middleware"/>
-    <ref item="Application Services"/>
-    <ref item="UI"/>
-    <ref item="MISC"/>
-    <task><specialInstructions name="BootStrap1" cwd="os\buildtools\toolsandutils\e32toolp\group" command="setupprj.bat secure"/></task>
-    <task><specialInstructions name="BootStrap2" cwd="os\buildtools\toolsandutils\e32toolp\group" command="bld.bat rel"/></task>
-    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-    <task><buildLayer command="abld export" unitParallel="Y"/></task>
-    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
-    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
-    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -what build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
-  </configuration>
-  <configuration name="GT_tb91sf" description="tb91sf GT build" filter="raptor_GT_tb91sf,gt">
-    <ref item="Tools and Utils and SDKENG"/>
-    <ref item="HAL"/>
-    <ref item="Kernel Services"/>
-    <ref item="OS Services"/>
-    <ref item="Generic Middleware"/>
-    <ref item="Application Services"/>
-    <ref item="UI"/>
-    <ref item="MISC"/>
-    <task><specialInstructions name="BootStrap1" cwd="os\buildtools\toolsandutils\e32toolp\group" command="setupprj.bat secure"/></task>
-    <task><specialInstructions name="BootStrap2" cwd="os\buildtools\toolsandutils\e32toolp\group" command="bld.bat rel"/></task>
-    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-    <task><buildLayer command="abld export" unitParallel="Y"/></task>
-    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
-    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task> 
-    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
-    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
-    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld help" unitParallel="Y"/></task>
-    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
-  </configuration>
-  <configuration name="TV_tb91sf" description="tb91sf Techview build" filter="tb91sf,techview">
-    <ref item="UI"/>
-    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-    <task><buildLayer command="abld export" unitParallel="Y"/></task>
-    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
-    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
-    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld help" unitParallel="Y"/></task>
-    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
-  </configuration>
-  <configuration name="SystemTest_tb91sf" description="tb91sf System Test build" filter="tb91sf,systemtest">
-    <ref item="UI"/>
-    <task><specialInstructions name="Copy SystemTest Configuration" cwd="app\techview\sysvalidation\systemtestos\Group" command="copy tb91sf\configuration.cfg %CleanSourceDir%\app\techview\sysvalidation\systemtestos\Group\"/></task>
-    <task>
-      <listRef list="SYSTEMTEST_LIST"/>
-      <buildLayer command="bldmake bldfiles" unitParallel="Y"/>
-    </task>
-    <task>
-      <listRef list="SYSTEMTEST_LIST"/>
-      <buildLayer command="abld export" unitParallel="Y"/>
-    </task>
-    <task>
-      <listRef list="SYSTEMTEST_LIST"/>
-      <buildLayer command="abld export -what" unitParallel="N"/>
-    </task>
-    <task>
-      <listRef list="SYSTEMTEST_LIST"/>
-      <buildLayer command="abld export -check" unitParallel="N"/>
-    </task>
-    <task>
-      <listRef list="SYSTEMTEST_LIST"/>
-      <buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
-    </task>
-    <task>
-      <listRef list="SYSTEMTEST_LIST"/>
-      <buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
-    </task>
-    <task>
-      <listRef list="SYSTEMTEST_LIST"/>
-      <buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
-    </task>
-  </configuration>
-  <configuration name="GCCXML_tb91sf" description="tb91sf GCCXML build" filter="tb91sf,gt,techview">
-    <ref item="Tools and Utils and SDKENG"/>
-    <ref item="HAL"/>
-    <ref item="Kernel Services"/>
-    <ref item="OS Services"/>
-    <ref item="Generic Middleware"/>
-    <ref item="Application Services"/>
-    <ref item="UI"/>
-    <ref item="MISC"/>
-    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-	<task><buildLayer command="abld makefile" targetList="gccxml" unitParallel="Y" targetParallel="N"/></task>
-    <task><buildLayer command="abld resource" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld library" targetList="gccxml" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld final" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
-    <task><buildLayer command="abld -what target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld help" unitParallel="Y"/></task>
-    <task><buildLayer command="abld -check build" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
-  </configuration>
-    <!-- 9.5 configuration -->
-    <!-- 9.6 configuration -->
- <!-- Future configuration -->
-</SystemBuild></SystemDefinition>
\ No newline at end of file
--- a/symbian2/split/sysdefs/sysdef_1_4_0.dtd	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,86 +0,0 @@
- <!ELEMENT SystemDefinition (systemModel?, build?)>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (logicalset* | module*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels CDATA #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalset name CDATA #REQUIRED>
- <!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalsubset name CDATA #REQUIRED>
- <!ELEMENT module (component* | unit* | package* | prebuilt*)*>
- <!ATTLIST module
-  name CDATA #REQUIRED
-  level CDATA #IMPLIED>
- <!ELEMENT component (unit* | package* | prebuilt*)*>
- <!ATTLIST component name CDATA #REQUIRED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  unitID ID #REQUIRED
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  bldFile CDATA #REQUIRED
-  priority CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT package EMPTY>
- <!ATTLIST package
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT prebuilt EMPTY>
- <!ATTLIST prebuilt
-  name CDATA #REQUIRED
-  version CDATA #REQUIRED
-  late (Y|N) #IMPLIED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
- <!ELEMENT unitList (unitRef+)>
- <!ATTLIST unitList
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT unitRef EMPTY>
- <!ATTLIST unitRef unit IDREF #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N | y | n) #REQUIRED>
- <!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
- <!ELEMENT unitListRef EMPTY>
- <!ATTLIST unitListRef unitList IDREF #REQUIRED>
- <!ELEMENT layerRef EMPTY>
- <!ATTLIST layerRef layerName CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N | y | n) #REQUIRED
-  targetParallel (Y | N | y | n) #IMPLIED>
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  command CDATA #REQUIRED>  
--- a/symbian2/split/sysdefs/sysdef_2_0_0.dtd	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,86 +0,0 @@
- <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (block* | collection*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT block (subblock* | collection*)*>
- <!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED>
- <!ELEMENT subblock (collection)*>
- <!ATTLIST subblock name CDATA #REQUIRED>
- <!ELEMENT collection (component)*>
- <!ATTLIST collection
-  name CDATA #REQUIRED
-  level NMTOKEN #IMPLIED>
- <!ELEMENT component (unit)*>
- <!ATTLIST component
-  name CDATA #REQUIRED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) "N"
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  bldFile CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED>
- <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
- <!ATTLIST SystemBuild schema CDATA #REQUIRED>
- <!ELEMENT list (ref+)>
- <!ATTLIST list
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT ref EMPTY>
- <!ATTLIST ref item CDATA #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N ) #REQUIRED>
- <!ELEMENT configuration (listRef+ | ref+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
- <!ELEMENT listRef EMPTY>
- <!ATTLIST listRef list CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N ) #REQUIRED
-  targetParallel (Y | N ) "N">
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  root CDATA #IMPLIED
-  command CDATA #REQUIRED>
\ No newline at end of file
--- a/symbian2/split/sysdefs/sysdef_dtd_1_4_0.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-============================================================================ 
-Name        : sysdef_dtd_1_4_0.xml 
-Part of     : Helium 
-
-Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
-This component and the accompanying materials are made available
-under the terms of the License "Eclipse Public License v1.0"
-which accompanies this distribution, and is available
-at the URL "http://www.eclipse.org/legal/epl-v10.html".
-
-Initial Contributors:
-Nokia Corporation - initial contribution.
-
-Contributors:
-
-Description:
-
-============================================================================
--->
-<!DOCTYPE SystemDefinition [<!ELEMENT SystemDefinition (systemModel?, build?)>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (logicalset* | module*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels CDATA #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalset name CDATA #REQUIRED>
- <!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalsubset name CDATA #REQUIRED>
- <!ELEMENT module (component* | unit* | package* | prebuilt*)*>
- <!ATTLIST module
-  name CDATA #REQUIRED
-  level CDATA #IMPLIED>
- <!ELEMENT component (unit* | package* | prebuilt*)*>
- <!ATTLIST component name CDATA #REQUIRED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  unitID ID #REQUIRED
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  bldFile CDATA #REQUIRED
-  priority CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT package EMPTY>
- <!ATTLIST package
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT prebuilt EMPTY>
- <!ATTLIST prebuilt
-  name CDATA #REQUIRED
-  version CDATA #REQUIRED
-  late (Y|N) #IMPLIED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
- <!ELEMENT unitList (unitRef+)>
- <!ATTLIST unitList
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT unitRef EMPTY>
- <!ATTLIST unitRef unit IDREF #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N | y | n) #REQUIRED>
- <!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
- <!ELEMENT unitListRef EMPTY>
- <!ATTLIST unitListRef unitList IDREF #REQUIRED>
- <!ELEMENT layerRef EMPTY>
- <!ATTLIST layerRef layerName CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N | y | n) #REQUIRED
-  targetParallel (Y | N | y | n) #IMPLIED>
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  command CDATA #REQUIRED>  
-]>
-<SystemDefinition name="sysdef_dtd_1_4_0_xml" schema="1.4.0">
-</SystemDefinition>
--- a/symbian2/split/sysdefs/sysdef_dtd_2_0_0.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-============================================================================ 
-Name        : sysdef_dtd_1_4_0.xml 
-Part of     : Helium 
-
-Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
-This component and the accompanying materials are made available
-under the terms of the License "Eclipse Public License v1.0"
-which accompanies this distribution, and is available
-at the URL "http://www.eclipse.org/legal/epl-v10.html".
-
-Initial Contributors:
-Nokia Corporation - initial contribution.
-
-Contributors:
-
-Description:
-
-============================================================================
--->
-<!DOCTYPE SystemDefinition [
- <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (block* | collection*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT block (subblock* | collection*)*>
- <!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED>
- <!ELEMENT subblock (collection)*>
- <!ATTLIST subblock name CDATA #REQUIRED>
- <!ELEMENT collection (component)*>
- <!ATTLIST collection
-  name CDATA #REQUIRED
-  level NMTOKEN #IMPLIED>
- <!ELEMENT component (unit)*>
- <!ATTLIST component
-  name CDATA #REQUIRED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) "N"
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  bldFile CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED>
- <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
- <!ATTLIST SystemBuild schema CDATA #REQUIRED>
- <!ELEMENT list (ref+)>
- <!ATTLIST list
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT ref EMPTY>
- <!ATTLIST ref item CDATA #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N ) #REQUIRED>
- <!ELEMENT configuration (listRef+ | ref+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
- <!ELEMENT listRef EMPTY>
- <!ATTLIST listRef list CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N ) #REQUIRED
-  targetParallel (Y | N ) "N">
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  root CDATA #IMPLIED
-  command CDATA #REQUIRED>
-]>
-<SystemDefinition name="MCL" schema="2.0.0">
-</SystemDefinition>
--- a/symbian2/split/sysdefs/system_model.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2862 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Tech domain abbrevations list
-Location		lo
-OS Base Services	hb
-Multimedia		mm
-Multimedia Apps	ma
-Productivity	pr
-Personal Communications	vc
-Security		se
-User Interface		ui
-Data Communications	dc
-Device Connectivity	de
-Device Management	dm
-Runtimes and Web		rt
-Tools			to
-Operator Complementary Packages		ocp
--->
-<SystemDefinition name="Foundation" schema="2.0.1">
-	<systemModel>
-		<layer name="os" long-name="OS" levels="hw services">
-			<block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test">
-    <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
-     <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
-     </component>
-    </collection>
-    <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
-     <component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
-     </component>
-    </collection>
-    <collection name="unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
-     <component name="uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
-     </component>
-    </collection>
-    <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
-     <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
-     </component>
-    </collection>
-    <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
-     <component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
-     </component>
-    </collection>
-    <collection name="kerneltest" long-name="Kernel Test" level="hw-if" contributed="no">
-     <component name="e32test" long-name="E32 Tests" class="test" purpose="development" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
-     </component>
-    </collection>
-    <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
-     <component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
-     </component>
-     <component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
-     </component>
-     <component name="serialldd" long-name="Serial Port Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
-     </component>
-     <component name="legacydrivers" long-name="Legacy Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
-     </component>
-     <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!-- these are LDDs for storage media-->
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
-     </component>
-     <component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
-     </component>
-     <component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
-     </component>
-    </collection>
-    <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
-     <component name="mediadrivers" long-name="Media Drivers" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <!-- these are for storage media-->
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
-     </component>
-     <component name="genericboardsupport" long-name="Generic Board Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
-     </component>
-    </collection>
-    <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
-     <component name="euser" long-name="User Library" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
-     </component>
-     <component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
-     </component>
-     <component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
-     </component>
-     <component name="estart" long-name="Base Starter" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
-     </component>
-     <component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
-     </component>
-     <component name="basedocs" long-name="Base Documentation" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="filesystems" long-name="File Systems" level="framework">
-     <component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
-     </component>
-     <component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
-     </component>
-     <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
-     </component>
-     <component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
-     </component>
-     <component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
-     </component>
-     <component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
-     </component>
-    </collection>
-    <collection name="halservices" long-name="HAL Services" level="framework">
-     <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
-     </component>
-    </collection>
-    <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
-     <component name="e32wsrv" long-name="Text Window Server" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
-     </component>
-     <component name="textshell" long-name="Text Shell" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 4">
-    <collection name="emulator" long-name="Emulator" level="bsp">
-     <component name="emulatorbsp" long-name="Emulator BSP" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
-    <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
-     <component name="buildsystemtools" long-name="Build System Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
-     </component>
-     <component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
-     </component>
-     <component name="commonbldutils" long-name="Common Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="packaging" long-name="Packaging" level="ui">
-     <component name="additionalutils" long-name="Additional Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
-     </component>
-    </collection>
-    <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
-     <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
-     </component>
-     <component name="ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
-     </component>
-     <component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
-     </component>
-     <component name="wincredistribution" long-name="WinC Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
-     </component>
-     <component name="additionalredistribution" long-name="Additional Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
-     </component>
-     <component name="statsource" long-name="STAT Source" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
-     </component>
-     <component name="wintunnel" long-name="Wintunnel" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
-     </component>
-     <component name="autotest" long-name="Autotest" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
-     </component>
-     <component name="kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
-     </component>
-     <component name="navigationpages" long-name="Navigation Pages" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
-     </component>
-    </collection>
-    <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
-     <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os\buildtools\sbsv1_os\e32toolp\group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
-     </component>
-    </collection>
-    <collection name="imgtools_os" long-name="Image Tools" level="fw">
-     <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
-     </component>
-    </collection>
-    <collection name="devlib" long-name="Developer Library" level="ui">
-     <component name="Developer Library HTML" plugin="N" purpose="optional" origin-model="Symbian">
-      <unit mrp="os/buildtools/devlib/devlibhelp/group/shared/developerlibrary_doc_plain_html.mrp"/>
-     </component>
-     <component name="toolsdocs" long-name="Tools Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="misccomponents" long-name="Misc Components" level="mw">
-     <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="ossrv" long-name="Generic OS Services" tech_domain="hb" level="services" levels="physical-abstraction app-libs encoding translation data-services utilities">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ossrv" long-name="ossrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ossrv" long-name="ossrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\ossrv\group"/>
-     </component>
-    </collection>
-   <collection name="genericservices" long-name="Generic Services" level="utilities">
-     <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp" version="9.4"/>
-     </component>
-     <component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
-     </component>
-     <component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
-     </component>
-     <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
-     </component>
-     <component name="activebackupclient" long-name="Active Backup Client" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
-     </component>
-     <component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
-     </component>
-     <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
-     </component>
-    </collection>
-    <collection name="compressionlibs" long-name="Compression Libraries" level="data-services" contributed="no">
-     <component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib.mrp"/>
-     </component>
-    </collection>
-    <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
-     <component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
-     </component>
-     <component name="openenvcore" long-name="Open Environment Core" introduced="tb91" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
-     </component>
-    </collection>
-    <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
-     <component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp" version="2"/>
-     </component>
-     <component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities">
-    <collection name="contentmgmt" long-name="Content Management" level="utilities">
-     <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
-     </component>
-     <component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
-     </component>
-    </collection>
-    <collection name="crypto" long-name="Crypto Libraries" level="libraries">
-     <component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/crypto/weakcrypto/group" mrp="os/security/crypto/weakcrypto/group/security_crypto_weak.mrp"/>
-     </component>
-     <component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
-     </component>
-    </collection>
-    <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
-     <component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
-     </component>
-     <component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
-     </component>
-     <component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
-     </component>
-     <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
-     </component>
-    </collection>
-    <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
-     <component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
-     </component>
-     <component name="securitytools" long-name="Security Tools" introduced="tb92" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
-     </component>
-    </collection>
-    <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
-     <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
-     </component>
-     <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
-     </component>
-     <component name="rootcertificates" long-name="Root Certificates" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
-     </component>
-     <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="featuremgmt" long-name="Feature Management" level="framework">
-     <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="tb92" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
-     </component>
-    </collection>
-    <collection name="loggingservices" long-name="Logging Services" level="server">
-     <component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
-     </component>
-     <component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
-     </component>
-<!-- MattD: RFileLogger is in the PDK Overlay and is more recent -->
-<!--     
-     <component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
-     </component>
--->     
-    </collection>
-    <collection name="traceservices" long-name="Trace Services" level="server">
-     <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
-     </component>
-     <component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
-     </component>
-     <component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
-     </component>
-    </collection>
-    <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
-     <component name="store" long-name="Store" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
-     </component>
-     <component name="dbms" long-name="DBMS" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
-     </component>
-     <component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
-     </component>
-     <component name="sql" long-name="SQL" introduced="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="devicesrv" long-name="Device Services" tech_domain="hb" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="devicesrv" long-name="devicesrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="devicesrv" long-name="devicesrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\devicesrv\group"/>
-     </component>
-    </collection>
-   <collection name="accessoryservices" long-name="Accessory Services" level="framework">
-     <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
-     </component>
-    </collection>
-    <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
-     <!-- <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91" purpose="optional">
-            <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
-          </component> -->
-     <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
-     </component>
-    </collection>
-    <collection name="sysstatemgmt" long-name="System State Management" level="server">
-     <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface">
-    <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
-     <component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
-     </component>
-     <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
-     </component>
-     <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
-     </component>
-    </collection>
-    <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
-     <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
-     </component>
-    </collection>
-    <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
-     <component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
-     </component>
-     <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
-     </component>
-    </collection>
-    <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
-     <component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
-     </component>
-     <component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
-     </component>
-    </collection>
-    <collection name="locationmgmt" long-name="Location Management" level="management">
-     <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
-     </component>
-     <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
-     </component>
-     <component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
-     </component>
-     <component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
-     <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if">
-    <collection name="commsprocess" long-name="Comms Process" level="process">
-     <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
-     </component>
-     <component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsconfig" long-name="Comms Config" level="process">
-     <component name="commsdatabase" long-name="Comms Database" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
-     </component>
-     <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
-     </component>
-    </collection>
-    <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
-     <component name="esockserver" long-name="ESock Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="2"/>
-     </component>
-     <component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp" version="2"/>
-     </component>
-     <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp" version="1"/>
-     </component>
-     <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
-     </component>
-     <component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
-     </component>
-     <component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
-     </component>
-    </collection>
-    <collection name="serialserver" long-name="Serial Server" level="server">
-     <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
-     </component>
-     <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
-     </component>
-     <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
-     </component>
-     <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
-     <component name="refcpr" long-name="Reference CPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
-     </component>
-     <component name="refscpr" long-name="Reference SCPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
-     <component name="commfw" long-name="Comms Framework" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
-     </component>
-     <component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
-     <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
-     <component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
-     <component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
-     </component>
-<!--  Bug 146 -  commdb export collision causes emulator instability -->
-<!--     
-     <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
-     </component>
--->     
-     <component name="commstools" long-name="Comms Tools" introduced="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="networkingsrv" long-name="Networking Services" tech_domain="dc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="networkingsrv" long-name="networkingsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="networkingsrv" long-name="networkingsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\networkingsrv\group"/>
-     </component>
-    </collection>
-   <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
-     <component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
-     </component>
-    </collection>
-    <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
-     <component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
-     </component>
-     <component name="dndconfig" long-name="DND Config" introduced="7.0" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
-     </component>
-     <component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
-     </component>
-     <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="tb91" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
-     <component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
-     <component name="ethernetnif" long-name="Ethernet NIF" plugin="Y" purpose="optional" contributed="no" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
-     </component>
-     <component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" introduced="7.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
-     </component>
-     <component name="pppnif" long-name="PPP NIF" plugin="Y" introduced="ER5" purpose="optional" contributed="no" origin-model="Symbian">
-      <unit version="1" bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp"/>
-     </component>
-     <component name="pppconfig" long-name="PPP Config" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp" version="1"/>
-     </component>
-     <component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
-     </component>
-     <component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
-     <component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkcontrol" long-name="Network Control" level="plugin">
-     <component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
-     </component>
-     <component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
-     </component>
-     <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
-     </component>
-     <component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
-     </component>
-     <component name="ipcpr" long-name="IP CPR" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
-     </component>
-     <component name="ipscpr" long-name="IP SCPR" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
-     </component>
-     <component name="ipcprshim" long-name="IP CPR Shim" deprecated="Future" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
-     <component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
-     </component>
-     <component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
-     </component>
-     <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
-     </component>
-     <component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
-     </component>
-     <component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
-     </component>
-    </collection>
-    <collection name="networksecurity" long-name="Network Security" level="framework" contributed="no">
-     <component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
-     </component>
-     <component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
-     </component>
-     <component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
-     <component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
-     </component>
-     <component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
-     </component>
-     <component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
-     </component>
-     <component name="ipprobe" long-name="IP Probe" introduced="7.0s" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
-     </component>
-     <component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
-     </component>
-     <component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
-     </component>
-     <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
-     <component name="networkingrom" long-name="Networking ROM" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!--  production component: contains the IBY files -->
-     </component>
-     <component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
-     <component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="wlan" long-name="WLAN" tech_domain="dc" level="services" levels="hw low mid high tools test">
-    <collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wlanengine_symbian_3.1" long-name="wlanengine_symbian_3.1" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\wlan\wlan_bearer\wlanengine\wlan_symbian\wlanengine_symbian_3.1\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="wlan" long-name="wlan">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wlan" long-name="wlan" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\wlan\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="cellularsrv" long-name="Cellular Baseband Services" tech_domain="vc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="commonnetworkinterface" long-name="Common Network Interface" level="hw-if">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="commonnetworkinterface" long-name="commonnetworkinterface" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\commonnetworkinterface\group"/>
-     </component>
-    </collection>
-    <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="basebandabstraction" long-name="basebandabstraction" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\basebandabstraction\group"/>
-     </component>
-    <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
-     </component>
-     <component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="cellularsrv_plat" long-name="cellularsrv_plat">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="primary_pdp_context_qos_parameter_setting_api" long-name="primary_pdp_context_qos_parameter_setting_api" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\cellularsrv_plat\primary_pdp_context_qos_parameter_setting_api\group"/>
-     </component>
-    </collection>
-   <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
-     <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
-     </component>
-    </collection>
-    <collection name="fax" long-name="Fax" level="server">
-     <component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
-     </component>
-    </collection>
-    <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
-     <component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
-     <component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
-     </component>
-     <component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
-     </component>
-     <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
-     </component>
-     <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
-     </component>
-     <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
-     </component>
-     <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
-     </component>
-     <component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
-     </component>
-     <component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
-     </component>
-     <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyserver" long-name="Telephony Server" level="server">
-     <component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
-     </component>
-     <component name="etelconfig" long-name="ETel Config" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
-     </component>
-     <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
-     </component>
-     <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
-     </component>
-     <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
-     <component name="common_tsy" long-name="Common TSY" introduced="tb92" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
-     </component>
-     <component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp"/>
-     </component>
-     <component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
-     </component>
-     <component name="cdmatsy" long-name="CDMA TSY" introduced="7.0" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/>
-     </component>
-     <component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
-     <component name="dial" long-name="Dial" deprecated="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
-     </component>
-     <component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
-     </component>
-     <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
-     </component>
-    </collection>
-    <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
-     <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
-     </component>
-     <component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
-     <component name="mocksy" long-name="MockSY" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="shortlinksrv" level="services" long-name="Short Link Services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
-     <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetooth" long-name="Bluetooth" level="framework">
-     <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
-     </component>
-     <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
-     </component>
-     <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
-     </component>
-     <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
-     </component>
-     <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
-     </component>
-     <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
-     </component>
-     <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
-     </component>
-     <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
-     <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
-     </component>
-     <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
-     </component>
-     <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
-     </component>
-     <component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
-     <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
-     </component>
-    </collection>
-    <collection name="bthci" long-name="Host Controller Interface" level="server">
-     <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
-     </component>
-     <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
-     </component>
-     <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
-     </component>
-     <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
-     </component>
-    </collection>
-    <collection name="usbmgmt" long-name="USB Management" level="server">
-     <component name="usbmgr" long-name="USB Manager" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
-     </component>
-     <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
-     </component>
-     <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="irda" long-name="IrDA" level="plugin">
-     <component name="irdastack" long-name="IrDA Stack" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mm" long-name="Multimedia" tech_domain="mm" level="services" levels="adaptation hw-if device-fw devices middleware app-if">
-    <collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw">
-     <component name="addeddevsoundcontrol" long-name="Added DevSound Control" contribution="contributed" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\mm\devsoundextensions\addeddevsoundcontrol\Group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mm" long-name="mm">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mm" long-name="mm" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\mm\group"/>
-     </component>
-    </collection>
-   <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
-     <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
-     </component>
-     <component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
-     </component>
-     <component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
-     </component>
-     <component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/camerafw/framework/group" mrp="os/mm/imagingandcamerafws/camerafw/framework/group/multimedia_ecam_framework.mrp"/>
-     </component>
-     <component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
-     <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DEF137894" START REMOVE -->
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmutilitylib/group" mrp="mw/mmmw/mmmiddlewarefws/mmutilitylib/group/multimedia_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
-     <component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
-     </component>
-     <component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/camerafw/plugins/group" mrp="os/mm/imagingandcamerafws/camerafw/plugins/group/multimedia_ecam_plugins.mrp"/>
-      <!-- PLACEHOLDER="DEF137652" REMOVE -->
-     </component>
-     <component name="3gplib" long-name="3GP Library" introduced="Future" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
-     </component>
-     <component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mm_info" long-name="Multimedia Info" level="app-if">
-     <component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
-     <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
-     <component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
-     </component>
-     <component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
-     <component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
-     </component>
-     <component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
-     </component>
-     <component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
-     </component>
-     <component name="mmtesttools" long-name="Multimedia Test Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
-     <component name="openmax" long-name="OpenMAX" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
-     </component>
-    </collection>
-    <collection name="devsound" long-name="Sound Device" level="devices">
-     <component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
-     </component>
-     <component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
-     </component>
-     <component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
-     </component>
-     <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
-     </component>
-     <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
-     </component>
-     <component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
-     </component>
-     <component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
-     </component>
-     <component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
-     </component>
-     <component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
-     </component>
-     <component name="a3fsrvstart" long-name="A3F Server Start" introduced="tb92" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
-     <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
-     </component>
-     <component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
-     </component>
-     <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
-     </component>
-     <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
-     </component>
-     <component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group/multimedia_mdf_devvideo.mrp"/>
-     </component>
-     <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
-     </component>
-     <component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imagingext" long-name="Imaging Extensions" tech_domain="mm" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imagingext" long-name="imagingext">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imagingext" long-name="imagingext" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\imagingext\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="graphics" long-name="Graphics" tech_domain="ui" level="services" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="graphics" long-name="graphics">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="graphics" long-name="graphics" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\graphics\group"/>
-     </component>
-    </collection>
-   <collection name="graphicstest" long-name="Graphics Test" level="app-if">
-     <component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
-     </component>
-     <component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphics_info" long-name="Graphics Info" level="app-if">
-     <component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="windowing" long-name="Windowing" level="app-if">
-     <component name="windowserver" long-name="Window Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
-     </component>
-    </collection>
-    <collection name="printingservices" long-name="Printing Services" level="app-if">
-     <component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
-     </component>
-     <component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
-     </component>
-    </collection>
-    <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
-     <component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
-     </component>
-    </collection>
-    <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
-     <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
-     </component>
-    </collection>
-    <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
-     <component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
-     </component>
-    </collection>
-    <collection name="egl" long-name="EGL" level="internal-adaptations">
-     <component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
-     <component name="bitgdi" long-name="BitGDI" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
-     </component>
-     <component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
-     </component>
-     <component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
-     <component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="textandloc" long-name="Text and Localisation" tech_domain="ui" level="services" levels="encoding util fonts tools text">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="textandloc" long-name="textandloc">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="textandloc" long-name="textandloc" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\textandloc\group"/>
-     </component>
-    </collection>
-   <collection name="charconvfw" long-name="Character Conversion" level="encoding">
-     <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
-     </component>
-     <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
-     </component>
-     <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
-     </component>
-    </collection>
-    <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
-     <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
-     </component>
-     <component name="fontstore" long-name="Font Store" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
-     </component>
-     <component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for text code from GDI -->
-     </component>
-     <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
-     </component>
-     <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphicsdevif" long-name="Graphics Device Interface" level="device">
-     <component name="gdi" long-name="GDI" purpose="mandatory" license-values="3" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/graphicsdevif/gdi/group" mrp="os/textandloc/graphicsdevif/gdi/group/graphics_gdi.mrp"/>
-     </component>
-    </collection>
-    <collection name="textlayout" long-name="Text Layout" level="text">
-     <component name="texthandling" long-name="Text Handling" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
-     </component>
-     <component name="textformatting" long-name="Text Formatting" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
-     </component>
-     <component name="word" long-name="Word" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
-     </component>
-    </collection>
-    <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
-     <component name="nearestlangutil" long-name="Nearest Language Util" introduced="tb91" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from bafl -->
-     </component>
-     <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
-     </component>
-    </collection>
-    <collection name="localesupport" long-name="Locale Support" level="util">
-     <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
-     </component>
-     <component name="initlocale" long-name="Initialise Locale" introduced="tb91" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from bafl -->
-     </component>
-    </collection>
-    <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
-     <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from GDI Tools -->
-     </component>
-     <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="xmlsrv" long-name="XML Services" tech_domain="rt" level="services" levels="plugin server framework generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="xmlsrv" long-name="xmlsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="xmlsrv" long-name="xmlsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\xmlsrv\group"/>
-     </component>
-    </collection>
-   <collection name="xml" long-name="XML" level="generic">
-     <component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
-     </component>
-     <component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
-     </component>
-     <component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="deviceplatformrelease" long-name="Device Platform Release" tech_domain="to" level="services" levels="bld mid top">
-    <collection name="S60Extras" long-name="S60 Extras" level="mid">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="S60Extras" long-name="S60Extras" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\S60Extras\group"/>
-     </component>
-    </collection>
-    <collection name="S60Helps" long-name="S60 Helps" level="mid">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="S60Helps" long-name="S60Helps" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\S60Helps\Group"/>
-     </component>
-    </collection>
-    <collection name="S60LocFiles" long-name="S60 Loc Files" level="mid">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="S60LocFiles" long-name="S60LocFiles" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\S60LocFiles\group"/>
-     </component>
-    </collection>
-    <collection name="Version" long-name="Version" level="top">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="Version" long-name="Version" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\Version\group"/>
-     </component>
-    </collection>
-   <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
-     <component name="cedarutils" long-name="Cedar Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
-     </component>
-     <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
-     </component>
-    </collection>
-    <collection name="foundation_system" long-name="Foundation System" level="top">
-     <component name="systemdocs" long-name="System Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="osrndtools" long-name="OS RD tools" tech_domain="to" level="services" levels="fw trace">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="osrndtools" long-name="osrndtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="osrndtools" long-name="osrndtools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="ostools\osrndtools\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="hti" long-name="hti">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="hti" long-name="hti" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="ostools\osrndtools\hti\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="osrndtools_plat" long-name="osrndtools_plat">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="hti_api" long-name="hti_api" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="ostools\osrndtools\osrndtools_plat\hti_api\group"/>
-     </component>
-    </collection>
-   <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
-     <component name="cinidata" long-name="CINI Data" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/>
-     </component>
-     <component name="testexecute" long-name="Test Execute" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="swconfigtools" long-name="Software Config Tools" tech_domain="to" level="services">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="swconfigtools" long-name="swconfigtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="swconfigtools" long-name="swconfigtools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\swconfigtools\group"/>
-     </component>
-    </collection>
-   </block>
-		</layer>
-		<layer name="mw" long-name="Middleware" levels="generic specific">
-			<block name="appsupport" long-name="Generic Application Support" tech_domain="rt" level="generic" levels="system plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="appsupport" long-name="appsupport">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="appsupport" long-name="appsupport" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\appsupport\group"/>
-     </component>
-    </collection>
-   <collection name="filehandling" long-name="File Handling" level="server">
-     <component name="fileconverterfw" long-name="File Converter Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
-     </component>
-     <component name="fileconverterplugins" long-name="Other File Converter Plugins" introduced="ER5" deprecated="9.3" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
-     </component>
-     <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
-     </component>
-     <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
-     </component>
-    </collection>
-    <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
-     <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="commonappservices" long-name="Common Application Services" level="framework">
-     <component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
-     </component>
-     <component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
-     </component>
-     <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
-     </component>
-     <component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
-     </component>
-     <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
-     </component>
-    </collection>
-    <collection name="tzservices" long-name="Time Zone Services" level="plugin">
-     <component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
-     </component>
-     <component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
-     </component>
-     <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
-     </component>
-     <component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
-     </component>
-     <component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
-     </component>
-     <component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
-     </component>
-    </collection>
-    <collection name="contenthandling" long-name="Content Handling" level="plugin">
-     <component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
-     </component>
-     <component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
-     </component>
-     <component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group" mrp="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
-     </component>
-    </collection>
-    <collection name="printingsupport" long-name="Printing Support" level="generic">
-     <component name="printinguisupport" long-name="Printing UI Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
-     </component>
-    </collection>
-    <collection name="appfw" long-name="Application Framework" level="framework">
-     <component name="apparchitecture" long-name="Application Architecture" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
-     </component>
-     <component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
-     </component>
-     <component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
-     </component>
-    </collection>
-    <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
-     <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
-     </component>
-     <component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC" purpose="development" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/worlddatabasekit/group" mrp="mw/appsupport/tzpcside/worlddatabasekit/group/app-services_wlddatabasekit_cedar.mrp"/>
-     </component>
-     <component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="securitysrv" long-name="Security Services" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="Certificates" long-name="Certificates" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\securitysrv\pkiutilities\Certificates\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="securitysrv" long-name="securitysrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="securitysrv" long-name="securitysrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\securitysrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="drm" long-name="DRM" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="drm" long-name="drm">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="drm" long-name="drm" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\drm\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="accesssec" long-name="Access Security" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="accesssec" long-name="accesssec">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="accesssec" long-name="accesssec" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\accesssec\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="locationsrv" long-name="Location Services" tech_domain="lo" level="specific" levels="plugins fw interface">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="locationsrv" long-name="locationsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="locationsrv" long-name="locationsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\locationsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="ipconnmgmt" long-name="IP Connectivity Management" tech_domain="dc" level="generic" levels="plugin framework server generic utils">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ipconnmgmt" long-name="ipconnmgmt">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ipconnmgmt" long-name="ipconnmgmt" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\ipconnmgmt\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="netprotocols" long-name="High-level Internet Protocols" tech_domain="dc" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="netprotocols" long-name="netprotocols">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="netprotocols" long-name="netprotocols" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\netprotocols\group"/>
-     </component>
-    </collection>
-   <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
-     <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
-     </component>
-     <component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
-     </component>
-     <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
-     </component>
-     <component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
-     </component>
-     <component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
-     </component>
-     <component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
-     </component>
-    </collection>
-    <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
-     <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
-     </component>
-     <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
-     </component>
-     <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
-     </component>
-     <component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="ipappprotocols" long-name="IP App Protocols" tech_domain="dc" level="generic" levels="plugin framework conn server">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ipappprotocols" long-name="ipappprotocols">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ipappprotocols" long-name="ipappprotocols" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\ipappprotocols\group"/>
-     </component>
-    </collection>
-   <collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
-     <component name="rtp" long-name="RTP" introduced="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- Real Time Data Protocol -->
-      <unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
-     </component>
-     <component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
-     </component>
-    </collection>
-    <collection name="sipconnproviderplugins" long-name="SIP Connection Provider Plugins" level="conn">
-     <component name="sipconnprovider" long-name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group/mm-protocols_SIPCPR.mrp"/>
-     </component>
-     <component name="sipdummyprt" long-name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group/mm-protocols_SIPDummyPRT.mrp"/>
-     </component>
-     <component name="sipstatemachine" long-name="SIP State Machine" introduced="9.2" filter="gt" purpose="optional" license-values="3" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group/mm-protocols_SipStateMachine.mrp"/>
-     </component>
-     <component name="sipparams" long-name="SIP Params" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipparams/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipparams/group/mm-protocols_SIPParams.mrp"/>
-     </component>
-     <component name="sipsubconnprovider" long-name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group/mm-protocols_SIPSCPR.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="wirelessacc" long-name="Wireless Access" tech_domain="dc" level="specific" levels="framework generic ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="wirelessacc" long-name="wirelessacc">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wirelessacc" long-name="wirelessacc" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\wirelessacc\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="vpnclient" long-name="VPN Client" tech_domain="dc" level="specific" levels="engine ui api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="vpnclient" long-name="vpnclient">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="vpnclient" long-name="vpnclient" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\vpnclient\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="ipappsrv" long-name="IP App Services" tech_domain="vc" level="specific" levels="framework  generic server  conn plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ipappsrv" long-name="ipappsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ipappsrv" long-name="ipappsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\ipappsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="phonesrv" long-name="Telephony and SIM Services" tech_domain="vc" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="phonesrv" long-name="phonesrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="phonesrv" long-name="phonesrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\phonesrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="messagingmw" long-name="Messaging Middleware" tech_domain="pr" level="specific" levels="stack fw api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="messagingmw" long-name="messagingmw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="messagingmw" long-name="messagingmw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\messagingmw\group"/>
-     </component>
-    </collection>
-   <collection name="messagingfw" long-name="Messaging FW" level="fw">
-     <component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
-     </component>
-     <component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
-     </component>
-     <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
-     </component>
-     <component name="msgconf" long-name="Messaging Config" introduced="tb91" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
-     </component>
-     <component name="watcherfw" long-name="Watcher Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
-     </component>
-     <component name="msgtest" long-name="Messaging Test" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
-     </component>
-     <component name="msgtests" long-name="Messaging Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
-     </component>
-     <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
-     </component>
-     <component name="msgtestproduct" long-name="Messaging Test Product" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
-     </component>
-     <component name="biowatchers" long-name="BIO Watchers" introduced="8.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
-     </component>
-     <component name="sendas" long-name="Send As" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
-     </component>
-     <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
-     </component>
-     <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imsrv" long-name="Instant Messaging and Presence Services" tech_domain="pr" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imsrv" long-name="imsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imsrv" long-name="imsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\imsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="legacypresence" long-name="Legacy Presence Services" tech_domain="pr" level="specific" levels="engine fw ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="legacypresence" long-name="legacypresence">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="legacypresence" long-name="legacypresence" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\legacypresence\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="opensrv" long-name="Open Services" tech_domain="rt" level="specific" levels="prt lib server eng">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="opensrv" long-name="opensrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="opensrv" long-name="opensrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\opensrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="remotemgmt" long-name="Remote Management" tech_domain="dm" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="remotemgmt" long-name="remotemgmt">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="remotemgmt" long-name="remotemgmt" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\remotemgmt\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="networkingdm" long-name="Networking Device Management" tech_domain="dm" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="networkingdm" long-name="networkingdm">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="networkingdm" long-name="networkingdm" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\networkingdm\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="remotestorage" long-name="Remote Storage" tech_domain="de" level="generic" levels="framework">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="remotestorage" long-name="remotestorage">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="remotestorage" long-name="remotestorage" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\remotestorage\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="remoteconn" long-name="Remote Connectivity" tech_domain="de" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="remoteconn" long-name="remoteconn">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="remoteconn" long-name="remoteconn" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\remoteconn\group"/>
-     </component>
-    </collection>
-   <collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
-     <component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0" purpose="optional" license-values="3" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp/connectivity_legacy_plp_plpgrp.mrp"/>
-     </component>
-     <component name="plpvariant" long-name="PLP Variant" deprecated="9.0" purpose="optional" license-values="3" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant/connectivity_legacy_plp_plpvariant.mrp"/>
-     </component>
-     <component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtptransports" long-name="MTP Transports" level="plugin">
-     <component name="mtpusbtransport" long-name="MTP USB Transport" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtpfws" long-name="MTP Frameworks" level="framework" contributed="no">
-     <component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" class="test" purpose="development" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtpfws/mtpintegrationtest/group" mrp="mw/remoteconn/mtpfws/mtpintegrationtest/group/mtp_test.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
-     <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
-     </component>
-    </collection>
-    <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
-     <component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
-     </component>
-    </collection>
-    <collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
-     <component name="chatscripts" long-name="Chat Scripts" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
-     </component>
-     <component name="connectqi" long-name="ConnectQI" introduced="9.1" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/connectivitypcside/connectqi/connectqisdk_mr3.mrp"/>
-     </component>
-     <component name="connectqisdk" long-name="ConnectQI SDK" introduced="9.1" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/connectivitypcside/connectqisdk/connectqisdk_public.mrp"/>
-     </component>
-    </collection>
-    <collection name="connectivitydevicefws" long-name="Connectivity Device Frameworks" level="framework">
-     <component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/connectivityapps/connectivityfw/group" mrp="app/techview/connectivityapps/connectivityfw/group/connectivity_framework.mrp"/>
-     </component>
-     <component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/connectivityapps/connectivityservices/group" mrp="app/techview/connectivityapps/connectivityservices/group/connectivity_services.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="dlnasrv" long-name="DLNA Services" tech_domain="de" level="specific" levels="framework server plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="dlnasrv" long-name="dlnasrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="dlnasrv" long-name="dlnasrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\dlnasrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="shortlinkconn" long-name="Shortlink Connectivity" tech_domain="de" level="generic" levels="framework server generic specific plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="shortlinkconn" long-name="shortlinkconn">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="shortlinkconn" long-name="shortlinkconn" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\shortlinkconn\group"/>
-     </component>
-    </collection>
-   <collection name="obex" long-name="OBEX" level="generic">
-     <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
-     </component>
-     <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
-     <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imghandling" long-name="Image Handling" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imghandling" long-name="imghandling">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imghandling" long-name="imghandling" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\imghandling\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="metadatasrv" long-name="Legacy Metadata Services" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="metadatasrv" long-name="metadatasrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="metadatasrv" long-name="metadatasrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\metadatasrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mds" long-name="Metadata Services" tech_domain="mm" level="specific" levels="mgr eng int">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mds" long-name="mds">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mds" long-name="mds" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mds\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmuifw" long-name="Multimedia UI Framework" tech_domain="mm" level="specific" levels="mgr mdl util ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmuifw" long-name="mmuifw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmuifw" long-name="mmuifw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmuifw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videoutils" long-name="Video Utils" tech_domain="mm" level="specific" levels="empty eng util">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videoutils" long-name="videoutils">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videoutils" long-name="videoutils" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\videoutils\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmmw" long-name="Multimedia Middleware" tech_domain="mm" level="generic" levels="plugin framework server generic specific">
-    <collection name="mmfw" long-name="Multimedia Framework" level="framework">
-     <component name="helix_stub" contribution="contributed" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmmw\mmfw\helix_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmmw" long-name="mmmw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmmw" long-name="mmmw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmmw\group"/>
-     </component>
-    </collection>
-   <collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
-     <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
-     <component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
-     <component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
-     </component>
-     <component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
-     </component>
-     <component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
-     <component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
-     </component>
-     <component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
-     </component>
-     <component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="camerasrv" long-name="Camera Services" tech_domain="mm" level="specific" levels="plugin fw api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="camerasrv" long-name="camerasrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="camerasrv" long-name="camerasrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\camerasrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmappfw" long-name="Multimedia App Framework" tech_domain="mm" level="specific" levels="empty fw utils">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmappfw" long-name="mmappfw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmappfw" long-name="mmappfw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmappfw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="inputmethods" long-name="Input Methods" tech_domain="ui" level="generic" levels="plugin engine framework">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="inputmethods" long-name="inputmethods">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="inputmethods" long-name="inputmethods" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\inputmethods\group"/>
-     </component>
-    </collection>
-   <collection name="fep" long-name="FEP" level="engine">
-     <component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="classicui" long-name="Classic UI" tech_domain="ui" level="generic" levels="base support server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="classicui" long-name="classicui">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="classicui" long-name="classicui" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\classicui\group"/>
-     </component>
-    </collection>
-   <collection name="commonuisupport" long-name="Common UI Support" level="support">
-     <component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
-     </component>
-     <component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
-     </component>
-     <component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
-     </component>
-     <component name="grid" long-name="Grid" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
-     </component>
-     <component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
-     <component name="cone" long-name="Control Environment" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
-     </component>
-     <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
-     </component>
-     <component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
-     </component>
-     <component name="clockanim" long-name="Clock" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
-     </component>
-     <component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
-     </component>
-     <component name="animation" long-name="Animation" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="svgt" long-name="SVG Tiny" tech_domain="ui" level="generic" levels="util ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="svgt" long-name="svgt">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="svgt" long-name="svgt" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\svgt\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="uiaccelerator" long-name="UI Accelerator" tech_domain="ui" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="uiaccelerator" long-name="uiaccelerator">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="uiaccelerator" long-name="uiaccelerator" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\uiaccelerator\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="uiresources" long-name="UI Resources" tech_domain="ui" level="generic" levels="compile plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="uiresources" long-name="uiresources">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="uiresources" long-name="uiresources" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\uiresources\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="homescreensrv" long-name="Home Screen Services" tech_domain="ui" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="homescreensrv" long-name="homescreensrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="homescreensrv" long-name="homescreensrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\homescreensrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="appinstall" long-name="Application Installation" tech_domain="rt" level="generic" levels="tool framework generic api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="appinstall" long-name="appinstall">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="appinstall" long-name="appinstall" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\appinstall\group"/>
-     </component>
-    </collection>
-   <collection name="installationservices" long-name="Installation Services" level="generic">
-     <component name="swi" long-name="Secure Software Install" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
-     </component>
-     <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
-     </component>
-     <component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
-     </component>
-     <component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
-     </component>
-    </collection>
-    <collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
-     <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
-     </component>
-     <component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="serviceapifw" long-name="Service API Framework" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="serviceapifw" long-name="serviceapifw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="serviceapifw" long-name="serviceapifw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\serviceapifw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="serviceapi" long-name="Service API" tech_domain="rt" level="specific" levels="os mw1 mw2 app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="serviceapi" long-name="serviceapi">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="serviceapi" long-name="serviceapi" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\serviceapi\group"/>
-     </component>
-    </collection>
-   </block>			
-			<block name="web" long-name="Web" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="web" long-name="web">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="web" long-name="web" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\web\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="websrv" long-name="Web Services" tech_domain="rt" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="websrv" long-name="websrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="websrv" long-name="websrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\websrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="conntools" long-name="Conn Tools" tech_domain="to" level="generic" levels="1 2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="conntools" long-name="conntools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="conntools" long-name="conntools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\conntools\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="platformtools" long-name="Platform Tools" tech_domain="to" level="generic">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="platformtools" long-name="platformtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="platformtools" long-name="platformtools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\platformtools\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="uitools" long-name="UI Tools" tech_domain="to" level="specific" levels="compile encode tool">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="uitools" long-name="uitools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="uitools" long-name="uitools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\uitools\group"/>
-     </component>
-    </collection>
-   </block>			
-		</layer>
-		<layer name="app" long-name="Applications" levels="services apps">
-			<block name="location" long-name="Location Apps" tech_domain="lo" level="apps" levels="engine ui apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="location" long-name="location">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="location" long-name="location" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\location\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmsharinguis" long-name="Multimedia Sharing UIs" tech_domain="vc" level="services" levels="base plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmsharinguis" long-name="mmsharinguis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmsharinguis" long-name="mmsharinguis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\mmsharinguis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="phone" long-name="Phone Apps" tech_domain="vc" level="apps" span="2" levels="engine plugin ui apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="phone" long-name="phone">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="phone" long-name="phone" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\phone\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videotelephony" long-name="Video Telephony Apps" tech_domain="vc" level="apps" levels="plugin engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videotelephony" long-name="videotelephony">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videotelephony" long-name="videotelephony" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videotelephony\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="vtprotocolsstub" long-name="vtprotocolsstub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="vtprotocolsstub" long-name="vtprotocolsstub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videotelephony\vtprotocolsstub\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="poc" long-name="PoC" tech_domain="vc" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="poc" long-name="poc">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="poc" long-name="poc" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\poc\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="iptelephony" long-name="IP Telephony" tech_domain="vc" level="apps" levels="plugin eng ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="iptelephony" long-name="iptelephony">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="iptelephony" long-name="iptelephony" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\iptelephony\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="settingsuis" long-name="Settings UIs" tech_domain="dm" level="services" levels="empty rsc ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="settingsuis" long-name="settingsuis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="settingsuis" long-name="settingsuis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\settingsuis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="contentcontrol" long-name="Content Control Daemons" tech_domain="dm" level="services" levels="1 2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="contentcontrol" long-name="contentcontrol">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="contentcontrol" long-name="contentcontrol" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\contentcontrol\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="devicecontrol" long-name="Device Control Daemons" tech_domain="dm" level="services" levels="1 2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="devicecontrol" long-name="devicecontrol">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="devicecontrol" long-name="devicecontrol" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\devicecontrol\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="printing" long-name="Printing" tech_domain="de" level="services" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="printing" long-name="printing">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="printing" long-name="printing" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\printing\group"/>
-     </component>
-    </collection>
-   </block>						
-			<block name="files" long-name="File Manager Apps" tech_domain="pr" level="apps" levels="support apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="files" long-name="files">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="files" long-name="files" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\files\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="contacts" long-name="Contacts Apps" tech_domain="pr" level="apps" span="2" levels="engine support services ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="contacts" long-name="contacts">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="contacts" long-name="contacts" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\contacts\group"/>
-     </component>
-    </collection>
-   <collection name="phonebookengines" long-name="Phonebook Engines" level="engine" contributed="no">
-     <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit version="1" bldFile="app/contacts/phonebookengines/contactsmodel/group" mrp="app/contacts/phonebookengines/contactsmodel/group/app-engines_cntmodel.mrp"/>
-     </component>
-    </collection>
-    <collection name="pimprotocols" long-name="PIM Protocols" level="services">
-     <component name="phonebooksync" long-name="Phonebook Sync" plugin="Y" purpose="optional" contributed="no" origin-model="Symbian">
-      <unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
-     </component>
-     <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="organizer" long-name="Organizer Application Suite" tech_domain="pr" level="apps" span="2" levels="support services engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="organizer" long-name="organizer">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="organizer" long-name="organizer" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\organizer\group"/>
-     </component>
-    </collection>
-   <collection name="pimappservices" long-name="PIM App Services" level="services">
-     <component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit version="2" bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp"/>
-     </component>
-     <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
-     </component>
-     <component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
-     </component>
-     <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="officeappeng" long-name="Office App Engines" level="engine">
-     <component name="datamodel" long-name="Data Engine" introduced="ER5" deprecated="9.3" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/datamodel/group" mrp="app/organizer/officeappeng/datamodel/group/app-engines_damodel.mrp"/>
-     </component>
-     <component name="sheeteng" long-name="Sheet Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
-     </component>
-     <component name="charteng" long-name="Chart" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
-     </component>
-     <component name="wordeng" long-name="Word Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
-     </component>
-    </collection>
-    <collection name="pimappsupport" long-name="PIM Application Support" level="support">
-     <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional" contributed="no" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
-     </component>
-     <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="messaging" long-name="Messaging Apps" tech_domain="pr" level="apps" span="2" levels="mail eng base ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="messaging" long-name="messaging">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="messaging" long-name="messaging" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\messaging\group"/>
-     </component>
-    </collection>
-   <collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
-     <component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmsengine" long-name="MMS Engine" level="eng">
-     <component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/mmsengine/mmssettings/group/" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
-     </component>
-     <component name="mmsconf" long-name="MMS Configuration" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings-config.mrp"/>
-     </component>
-    </collection>
-    <collection name="messagingappbase" long-name="Messaging App Base" level="base">
-     <component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
-     </component>
-     <component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
-     </component>
-    </collection>
-    <collection name="email" long-name="Email" level="mail">
-     <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
-     </component>
-     <component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="commonemail" long-name="Email Apps" tech_domain="pr" level="apps" levels="service support ui app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="commonemail" long-name="commonemail">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="commonemail" long-name="commonemail" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\commonemail\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="conversations" long-name="Conversation Apps" tech_domain="pr" level="apps" levels="settings utils ui" introduced="9.1">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="conversations" long-name="conversations">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="conversations" long-name="conversations" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\conversations\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="im" long-name="Instant Messaging Apps" tech_domain="pr" level="apps" levels="support engine apps">
-    <collection name="impsengine" long-name="IMPS Engine" level="engine">
-     <component name="utils" long-name="Utilities" contribution="contributed" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\utils\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="im" long-name="im">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="im" long-name="im" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\im\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="dictionary" long-name="Dictionary" tech_domain="pr" level="services" levels="appl">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="dictionary" long-name="dictionary">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="dictionary" long-name="dictionary" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\dictionary\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="camera" long-name="Camera Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="camera" long-name="camera">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="camera" long-name="camera" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\camera\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imgeditor" long-name="Image Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imgeditor" long-name="imgeditor">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imgeditor" long-name="imgeditor" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\imgeditor\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videoeditor" long-name="Video Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videoeditor" long-name="videoeditor">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videoeditor" long-name="videoeditor" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videoeditor\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="gallery" long-name="Gallery Apps" tech_domain="ma" level="apps" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="gallery" long-name="gallery">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="gallery" long-name="gallery" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\gallery\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videoplayer" long-name="Video Player Apps" tech_domain="ma" level="apps" levels="support apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videoplayer" long-name="videoplayer">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videoplayer" long-name="videoplayer" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videoplayer\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="photos" long-name="Photos" tech_domain="ma" level="apps" levels="support fw ui app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="photos" long-name="photos">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="photos" long-name="photos" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\photos\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videocenter" long-name="Video Center" tech_domain="ma" level="apps" levels="eng ui app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videocenter" long-name="videocenter">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videocenter" long-name="videocenter" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videocenter\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="musicplayer" long-name="Music Player Apps" tech_domain="ma" level="apps" levels="plugins support apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="musicplayer" long-name="musicplayer">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="musicplayer" long-name="musicplayer" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\musicplayer\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="radio" long-name="Radio Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="radio" long-name="radio">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="radio" long-name="radio" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\radio\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="voicerec" long-name="Voice Recorder Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="voicerec" long-name="voicerec">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="voicerec" long-name="voicerec" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\voicerec\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imgvieweruis" long-name="Image Viewer UIs" tech_domain="ma" level="services" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imgvieweruis" long-name="imgvieweruis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imgvieweruis" long-name="imgvieweruis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\imgvieweruis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="screensaver" long-name="Screen Saver Apps" tech_domain="ui" level="apps" levels="eng plugin">
-    <collection name="screensaver" long-name="Screen Saver" level="plugin">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="screensaver" long-name="screensaver" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\screensaver\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="homescreen" long-name="Home Screen Apps" tech_domain="ui" level="apps" levels="fw apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="homescreen" long-name="homescreen">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="homescreen" long-name="homescreen" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\homescreen\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="graphicsuis" long-name="Graphics UIs" tech_domain="ui" level="services" levels="util ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="graphicsuis" long-name="graphicsuis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="graphicsuis" long-name="graphicsuis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\graphicsuis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="profile" long-name="Profile" tech_domain="ui" level="apps" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="profile" long-name="profile">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="profile" long-name="profile" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\profile\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="speechsrv" long-name="Speech Recognition UIs" tech_domain="ui" level="services" levels="engine framework ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="speechsrv" long-name="speechsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="speechsrv" long-name="speechsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\speechsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="homescreentools" long-name="Home Screen Tools" tech_domain="ui" level="services" levels="tool install">
-	  <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="homescreentools" long-name="Home Screen Tools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="homescreentools" long-name="Home Screen Tools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\homescreentools\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="webuis" long-name="Web UIs" tech_domain="rt" level="services" levels="plugin app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="webuis" long-name="webuis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="webuis" long-name="webuis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\webuis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="java" long-name="Java" tech_domain="rt" level="services" levels="framework util generic rt">
-    <collection name="java_stubs" long-name="Java Stubs" level="util">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="java_stubs" long-name="java_stubs" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\java\java_stubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="java_plat" long-name="java_plat">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="java_plat" long-name="java_plat" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\java\java_plat\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="rndtools" long-name="RD tools" tech_domain="to" level="services" levels="app ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="rndtools" long-name="rndtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="rndtools" long-name="rndtools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\rndtools\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="htiui" long-name="htiui">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="htiui" long-name="htiui" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\rndtools\htiui\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="helps" long-name="Help Apps" tech_domain="ui" level="apps" span="2" levels="eng tools unused  ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="helps" long-name="helps">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="helps" long-name="helps" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\helps\group"/>
-     </component>
-    </collection>
-   <collection name="symhelptools" long-name="Symbian Help Tools" level="tools">
-     <component name="cshlpcmpbackend" long-name="CSHelp Compiler Backend" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/helps/symhelp/cshlpcmpbackend/group/tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
-     </component>
-    </collection>
-    <collection name="symhelp" long-name="Symbian Help" level="eng">
-     <component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="stubs" level="new" name="stubs">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="audiostubs" long-name="audiostubs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="audiostubs" long-name="audiostubs" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\audiostubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="btaudioadaptation_stub" long-name="btaudioadaptation_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="btaudioadaptation_stub" long-name="btaudioadaptation_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\btaudioadaptation_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="drm_stubs" long-name="drm_stubs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="drm_stubs" long-name="drm_stubs" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\drm_stubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ocrsrv_stub" long-name="ocrsrv_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ocrsrv_stub" long-name="ocrsrv_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\ocrsrv_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="omasuplasnconverterstubimpl" long-name="omasuplasnconverterstubimpl">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="omasuplasnconverterstubimpl" long-name="omasuplasnconverterstubimpl" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\omasuplasnconverterstubimpl\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="posmsgpluginreferenceimpl" long-name="posmsgpluginreferenceimpl">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="posmsgpluginreferenceimpl" long-name="posmsgpluginreferenceimpl" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\posmsgpluginreferenceimpl\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="power_save_display_mode_stub" long-name="power_save_display_mode_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="power_save_display_mode_stub" long-name="power_save_display_mode_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\power_save_display_mode_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="srsfenginestub" long-name="srsfenginestub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="srsfenginestub" long-name="srsfenginestub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\srsfenginestub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="systemswstubs" long-name="systemswstubs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="systemswstubs" long-name="systemswstubs" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\systemswstubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="tactileclickplugin_stub" long-name="tactileclickplugin_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="tactileclickplugin_stub" long-name="tactileclickplugin_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\tactileclickplugin_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="wlanhwinit_stub" long-name="wlanhwinit_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wlanhwinit_stub" long-name="wlanhwinit_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\wlanhwinit_stub\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="hapticsservices" level="new" name="hapticsservices">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="hapticsservices" long-name="hapticsservices">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="hapticsservices" long-name="hapticsservices" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\hapticsservices\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="mobiletv" level="new" name="mobiletv">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mobiletv" long-name="mobiletv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mobiletv" long-name="mobiletv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mobiletv\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="lbs" level="new" name="LBS">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="lbs" long-name="lbs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="lbs" long-name="lbs" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\lbs\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="buildplatforms" level="new" name="buildplatforms">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="buildplatforms" long-name="buildplatforms">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="buildplatforms" long-name="buildplatforms" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\buildplatforms\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="sf_licenseetsystub" long-name="sf_licenseetsystub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="sf_licenseetsystub" long-name="sf_licenseetsystub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\telephonyserverplugins\licenseetsystub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="sf_common_tsy" long-name="sf_common_tsy">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="sf_common_tsy" long-name="sf_common_tsy" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\telephonyserverplugins\common_tsy\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="sf_openvg11" long-name="sf_openvg11">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="sf_openvg11" long-name="sf_openvg11" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\graphics\openvg\openvginterface\group\openvg11"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="shortlinksrv" level="new" name="shortlinksrv">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="shortlinksrv" long-name="shortlinksrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="shortlinksrv" long-name="shortlinksrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\shortlinksrv\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="toolsextensions" level="new" name="toolsextensions">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="toolsextensions" long-name="toolsextensions">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="toolsextensions" long-name="toolsextensions" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="\ext\tools\toolsextensions\group"/>
-     </component>
-    </collection>
-   </block>
-		<block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3">
-    <collection name="buildverification" long-name="Build Verification" level="services">
-     <component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
-     </component>
-    </collection>
-    <collection name="installationapps" long-name="Installation Apps" level="apps2">
-     <component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingutils" long-name="Networking Utils" level="utils">
-     <component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
-     </component>
-     <component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
-     </component>
-    </collection>
-    <collection name="testapps" long-name="Test Apps" level="utils">
-     <component name="rschandler" long-name="Resource Handler" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-	</systemModel>
-</SystemDefinition>
--- a/symbian2/split/sysdefs/system_model_os.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2469 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE SystemDefinition [
- <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (block* | collection*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT block (subblock* | collection*)*>
- <!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED>
- <!ELEMENT subblock (collection)*>
- <!ATTLIST subblock
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED>
- <!ELEMENT collection (component)*>
- <!ATTLIST collection
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  level NMTOKEN #IMPLIED>
- <!ELEMENT component (unit)*>
- <!ATTLIST component
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) "N"
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED
-  purpose ( optional | mandatory | development ) "optional">
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  bldFile CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED>
- <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
- <!ATTLIST SystemBuild schema CDATA #REQUIRED>
- <!ELEMENT list (ref+)>
- <!ATTLIST list
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT ref EMPTY>
- <!ATTLIST ref item CDATA #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N ) #REQUIRED>
- <!ELEMENT configuration (listRef+ | ref+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
- <!ELEMENT listRef EMPTY>
- <!ATTLIST listRef list CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N ) #REQUIRED
-  targetParallel (Y | N ) "N">
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  root CDATA #IMPLIED
-  command CDATA #REQUIRED>
-]>
-<SystemDefinition schema="2.0.1" name="Symbian">
-<systemModel>
-<layer name="os" long-name="OS" levels="hw services">
-<block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test">
-<collection name="baseintegtests" long-name="Base Integration Testing" level="test">
-<component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development">
-<unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
-</component>
-</collection>
-<collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
-<component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional">
-<unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
-</component>
-</collection>
-<collection name="n:unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
-<component name="n:uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2.mrp"/>
-</component>
-<component name="n:uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional">
-<unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
-</component>
-<component name="n:uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2/base_crashflash_unistore2.mrp"/>
-</component>
-<component name="n:uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1" purpose="optional">
-<unit bldFile="os/kernelhwsrv/unistore2/uiibootsupport/nandloader/unistore2" mrp="os/kernelhwsrv/unistore2/uiibootsupport/base_nandboot_unistore2.mrp"/>
-</component>
-</collection>
-<collection name="bsptemplate" long-name="BSP Template" level="hw-if">
-<component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development">
-<unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
-</component>
-</collection>
-<collection name="kernel" long-name="Kernel Architecture" level="adaptation">
-<component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory">
-<unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
-</component>
-</collection>
-<collection name="kerneltest" long-name="Kernel Test" level="hw-if">
-<component name="e32test" long-name="E32 Tests" purpose="development">
-<unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
-</component>
-<component name="n:sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" purpose="development">
-<unit bldFile="os/kernelhwsrv/kerneltest/sdiotest" mrp="os/kernelhwsrv/kerneltest/sdiotest/base_sdiotests.mrp"/>
-</component>
-<component name="n:e32utils" long-name="E32 Utilities" purpose="development">
-<unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
-</component>
-<component name="n:f32test" long-name="File Server Tests" purpose="development">
-<unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
-</component>
-</collection>
-<collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
-<component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
-</component>
-<component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
-</component>
-<component name="serialldd" long-name="Serial Port Drivers" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
-</component>
-<component name="legacydrivers" long-name="Legacy Drivers" purpose="optional">
-<unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
-</component>
-<component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory">
-<!-- these are LDDs for storage media-->
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
-</component>
-<component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
-</component>
-<component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
-</component>
-</collection>
-<collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
-<component name="n:sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/base_e32_sd3c.mrp"/>
-</component>
-<component name="n:sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c/base_e32_sd4c.mrp"/>
-</component>
-<component name="mediadrivers" long-name="Media Drivers" purpose="optional">
-<!-- these are for storage media-->
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
-</component>
-<component name="genericboardsupport" long-name="Generic Board Support" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
-</component>
-</collection>
-<collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
-<component name="euser" long-name="User Library" purpose="mandatory">
-<unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
-</component>
-<component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory">
-<unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
-</component>
-<component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
-</component>
-<component name="n:nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1" purpose="optional">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sftl" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sftl/base_f32_sftl.mrp"/>
-</component>
-<component name="estart" long-name="Base Starter" filter="gt" purpose="optional">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
-</component>
-<component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
-</component>
-<component name="basedocs" long-name="Base Documentation" purpose="development">
-<unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
-</component>
-</collection>
-<collection name="filesystems" long-name="File Systems" level="framework">
-<component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y">
-<unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
-</component>
-<component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
-</component>
-<component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
-</component>
-<component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
-</component>
-<component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
-</component>
-<component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
-</component>
-<component name="n:ntfs" long-name="NTFS" filter="gt" purpose="optional" plugin="Y">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs/base_f32_sntfs.mrp"/>
-</component>
-<component name="n:iso9660fs" long-name="ISO9660 File System" filter="gt" introduced="8.1b" purpose="optional" plugin="Y">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660/base_f32_siso9660.mrp"/>
-</component>
-</collection>
-<collection name="halservices" long-name="HAL Services" level="framework">
-<component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional">
-<unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
-</component>
-</collection>
-<collection name="textmodeshell" long-name="Text Mode Shell" level="test">
-<component name="e32wsrv" long-name="Text Window Server" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
-</component>
-<component name="textshell" long-name="Text Shell" filter="gt" purpose="development">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
-</component>
-</collection>
-<collection name="baseapitest" long-name="Base API Tests" level="test">
-<component name="basesvs" long-name="Base Verification Suite" introduced="tb91" purpose="development">
-<unit mrp="os/kernelhwsrv/baseapitest/basesvs/group/basesvs.mrp"/>
-</component>
-</collection>
-<collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
-<component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 4">
-<collection name="emulator" long-name="Emulator" level="bsp">
-<component name="emulatorbsp" long-name="Emulator BSP" purpose="optional">
-<unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
-</component>
-<component name="n:unistore2emulatorsupport" long-name="UniStore2 Emulator Support" filter="gt" introduced="tb91" purpose="optional">
-<unit bldFile="os/boardsupport/emulator/unistore2emulatorsupport" mrp="os/boardsupport/emulator/unistore2emulatorsupport/base_wins_unistore2.mrp"/>
-</component>
-</collection>
-<collection name="n:omaph2" long-name="OMAP H2" level="bsp">
-<component name="n:omaph2bsp" long-name="OMAP H2 BSP" introduced="9.0" purpose="optional">
-<unit bldFile="os/boardsupport/omaph2/omaph2bsp/h2" mrp="os/boardsupport/omaph2/omaph2bsp/h2/base_omaph2.mrp"/>
-</component>
-<component name="n:omaph2unistore2" long-name="OMAP H2 UniStore2" filter="gt" introduced="9.1" purpose="optional">
-<unit bldFile="os/boardsupport/omaph2/omaph2unistore2" mrp="os/boardsupport/omaph2/omaph2unistore2/base_h2_unistore2.mrp"/>
-</component>
-<component name="n:omaph2sdio" long-name="OMAP H2 SDIO" filter="gt" introduced="9.2" purpose="optional">
-<unit bldFile="os/boardsupport/omaph2/omaph2sdio" mrp="os/boardsupport/omaph2/omaph2sdio/base_h2_sdio.mrp"/>
-</component>
-</collection>
-<collection name="n:omaph4" long-name="OMAP H4" level="bsp">
-<component name="n:omaph4bsp" long-name="OMAP H4 BSP" purpose="optional">
-<unit bldFile="os/boardsupport/omaph4/omaph4bsp/h4" mrp="os/boardsupport/omaph4/omaph4bsp/h4/base_omaph4hrp.mrp"/>
-</component>
-<component name="n:h4bootloader" long-name="H4 Boot Loader" introduced="9.1" purpose="optional">
-<unit mrp="os/boardsupport/omaph4/h4bootloader/base_omaph4hrp_bootldr.mrp" bldFile="os/boardsupport/omaph4/h4bootloader"/>
-</component>
-<component name="n:omaph4minienvbootloader" long-name="OMAP H4 Mini Environment Boot Loader" introduced="9.2" purpose="optional">
-<unit mrp="os/boardsupport/omaph4/omaph4minienvbootloader/base_omaph4hrp_mebootldr.mrp" bldFile="os/boardsupport/omaph4/omaph4minienvbootloader"/>
-</component>
-<component name="n:omaph4unistore2" long-name="OMAP H4 Unistore2" filter="gt" introduced="9.2" purpose="optional">
-<unit bldFile="os/boardsupport/omaph4/omaph4unistore2" mrp="os/boardsupport/omaph4/omaph4unistore2/base_omaph4hrp_unistore2.mrp"/>
-</component>
-<component name="n:omaph4sdio" long-name="OMAP H4 SDIO" filter="gt" introduced="9.2" purpose="optional">
-<unit bldFile="os/boardsupport/omaph4/omaph4sdio" mrp="os/boardsupport/omaph4/omaph4sdio/base_omaph4hrp_sdio.mrp"/>
-</component>
-</collection>
-<collection name="haitest" long-name="HAI Test Suites" level="test">
-<component name="bspsvs" long-name="BSP Verification Suite" introduced="tb91" purpose="development">
-<unit mrp="os/boardsupport/haitest/bspsvs/group/bspsvs.mrp"/>
-</component>
-</collection>
-<collection name="boardsupport_info" long-name="Board Support Info" level="4">
-<component name="boardsupport_metadata" long-name="Board Support Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/boardsupport/boardsupport_info/boardsupport_metadata/boardsupport_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
-<collection name="bldsystemtools" long-name="Build System Tools" level="bld">
-<component name="buildsystemtools" long-name="Build System Tools" purpose="development">
-<unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
-</component>
-<component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development">
-<unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
-</component>
-<component name="commonbldutils" long-name="Common Utils" purpose="development">
-<unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
-</component>
-</collection>
-<collection name="packaging" long-name="Packaging" level="ui">
-<component name="additionalutils" long-name="Additional Utils" purpose="development">
-<unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
-</component>
-</collection>
-<collection name="toolsandutils" long-name="Tools and Utils" level="mw">
-<component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development">
-<unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
-</component>
-<component name="n:ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development">
-<unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
-</component>
-<component name="n:burtestserver" long-name="BUR Test Server" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/burtestserver/Group" mrp="os/buildtools/toolsandutils/burtestserver/Group/testtools_burtestserver.mrp"/>
-</component>
-<component name="n:cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/cbrtools/group" mrp="os/buildtools/toolsandutils/cbrtools/group/tools_cbr_tools.mrp"/>
-</component>
-<component name="n:prf" long-name="Product Realisation Framework" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/prf/group" mrp="os/buildtools/toolsandutils/prf/group/tools_cbr_prf.mrp"/>
-</component>
-<component name="n:cdb" long-name="Code Database" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/cdb/group" mrp="os/buildtools/toolsandutils/cdb/group/testtools_cdb.mrp"/>
-</component>
-<component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC">
-<unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
-</component>
-<component name="n:kitcomparator" long-name="Kit Comparator" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/kitcomparator/group" mrp="os/buildtools/toolsandutils/kitcomparator/group/testtools_cts_kitcomparator.mrp"/>
-</component>
-<component name="wincredistribution" long-name="WinC Redistribution" purpose="development">
-<unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
-</component>
-<component name="additionalredistribution" long-name="Additional Redistribution" purpose="development">
-<unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
-</component>
-<component name="n:testdriver" long-name="Test Driver" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/testdriver/Group" mrp="os/buildtools/toolsandutils/testdriver/Group/testtools_testdriver.mrp"/>
-</component>
-<component name="statapi" long-name="STAT API" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/console" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_gt.mrp"/>
-</component>
-<component name="n:statsource" long-name="STAT Source" filter="gt" purpose="development">
-<unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
-</component>
-<component name="n:statdesktop" long-name="STAT Desktop" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/statdesktop/group" mrp="os/buildtools/toolsandutils/statdesktop/group/testtools_stat_desktop.mrp"/>
-</component>
-<component name="n:systemmonitor" long-name="System Monitor" introduced="8.0" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/systemmonitor/group" mrp="os/buildtools/toolsandutils/systemmonitor/group/testtools_systemmonitor.mrp"/>
-</component>
-<component name="n:testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/testtoolsdesktop/group" mrp="os/buildtools/toolsandutils/testtoolsdesktop/group/testtools_desktop.mrp"/>
-</component>
-<component name="wintunnel" long-name="Wintunnel" purpose="development">
-<unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
-</component>
-<component name="n:usecasecontroller" long-name="Use Case Controller" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group" mrp="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group/testtools_ucc.mrp"/>
-</component>
-<component name="autotest" long-name="Autotest" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
-</component>
-<component name="n:testconfigfileparser" long-name="Test Config File Parser" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/testconfigfileparser/group" mrp="os/buildtools/toolsandutils/testconfigfileparser/group/tools_testconfigfileparser.mrp"/>
-</component>
-<component name="n:kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development">
-<unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
-</component>
-<component name="n:navigationpages" long-name="Navigation Pages" purpose="development">
-<unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
-</component>
-<component name="n:productinstaller" long-name="Product Installer" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/productinstaller/group" mrp="os/buildtools/toolsandutils/productinstaller/group/tools_custkits_productinstaller.mrp"/>
-</component>
-<component name="n:stlport" long-name="STL Port" purpose="development">
-<unit bldFile="os/buildtools/toolsandutils/stlport/group" mrp="os/buildtools/toolsandutils/stlport/group/tools_stlport.mrp"/>
-</component>
-</collection>
-<collection name="n:dist_os" long-name="Redistribution" level="mw">
-<component name="n:redistributionwinceka2" long-name="Redistribution WINC EKA2" purpose="development">
-<unit bldFile="os/buildtools/dist_os/redistributionwinceka2" mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_cedar.mrp"/>
-</component>
-</collection>
-<collection name="n:bintools_os" long-name="Binary Tools" level="fw">
-<component name="n:rcomp" long-name="Resource Compiler" purpose="development">
-<unit bldFile="os/buildtools/bintools_os/rcomp/group" mrp="os/buildtools/bintools_os/rcomp/group/tools_rcomp.mrp"/>
-</component>
-<component name="n:evalid" long-name="Evalid" purpose="development">
-<unit bldFile="os/buildtools/bintools_os/evalid" mrp="os/buildtools/bintools_os/evalid/tools_evalid.mrp"/>
-</component>
-</collection>
-<collection name="n:perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
-<component name="n:redistribution" long-name="Redistribution" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/perltoolsplat_os/redistribution" mrp="os/buildtools/perltoolsplat_os/redistribution/tools_redistribution_common.mrp"/>
-</component>
-<component name="n:legacycommonperl" long-name="Legacy Common Perl Libraries" purpose="development">
-<unit bldFile="os/buildtools/perltoolsplat_os/legacycommonperl/group" mrp="os/buildtools/perltoolsplat_os/legacycommonperl/group/tools_sdk_eng_perllibrary.mrp"/>
-</component>
-<component name="n:commonperl" long-name="Common Perl Libraries" purpose="development">
-<unit bldFile="os/buildtools/perltoolsplat_os/commonperl/group" mrp="os/buildtools/perltoolsplat_os/commonperl/group/tools_sdk_eng_perl_shared.mrp"/>
-</component>
-</collection>
-<collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
-<component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC">
-<unit bldFile="os/buildtools/sbsv1_os/e32toolp/group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
-</component>
-<component name="n:bldtools" long-name="Build Tools" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/sbsv1_os/bldtools/group" mrp="os/buildtools/sbsv1_os/bldtools/group/tools_sdk_eng_build-tools.mrp"/>
-</component>
-</collection>
-<collection name="n:srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
-<component name="n:leavescan" long-name="Leavescan" purpose="development">
-<unit bldFile="os/buildtools/srcanamdw_os/leavescan/group" mrp="os/buildtools/srcanamdw_os/leavescan/group/testtools_leavescan.mrp"/>
-</component>
-<component name="n:programchecker" long-name="Program Checker" deprecated="tb91" purpose="development">
-<unit bldFile="os/buildtools/srcanamdw_os/programchecker/group" mrp="os/buildtools/srcanamdw_os/programchecker/group/testtools_programchecker.mrp"/>
-</component>
-<component name="n:migrationtool" long-name="Migration Tool" purpose="development">
-<unit bldFile="os/buildtools/srcanamdw_os/migrationtool/group" mrp="os/buildtools/srcanamdw_os/migrationtool/group/testtools_migrationtool.mrp"/>
-</component>
-</collection>
-<collection name="imgtools_os" long-name="Image Tools" level="fw">
-<component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development">
-<unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
-</component>
-</collection>
-<collection name="n:binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
-<component name="n:captools" long-name="Capability Tools" purpose="development">
-<unit bldFile="os/buildtools/binanamdw_os/captools/group" mrp="os/buildtools/binanamdw_os/captools/group/testtools_captools.mrp"/>
-</component>
-<component name="n:depcheck" long-name="Dependency Checker" purpose="development">
-<unit bldFile="os/buildtools/binanamdw_os/depcheck" mrp="os/buildtools/binanamdw_os/depcheck/tools_depcheck.mrp"/>
-</component>
-</collection>
-<collection name="n:devlib" long-name="Developer Library" level="ui">
-<component name="n:devlibhelp" long-name="Developer Library Help" purpose="development">
-<unit bldFile="os/buildtools/devlib/devlibhelp/group/devlib94" mrp="os/buildtools/devlib/devlibhelp/group/devlib94/developerlibrary_doc_html.mrp" version="9.4"/>
-</component>
-<component name="n:toolsdocs" long-name="Tools Documentation" purpose="development" class="doc">
-<unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
-</component>
-</collection>
-<collection name="misccomponents" long-name="Misc Components" level="mw">
-<component name="n:runperl" long-name="Run PERL" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/runperl/group" mrp="os/buildtools/misccomponents/runperl/group/tools_sdk_eng_runperl.mrp"/>
-</component>
-<component name="n:assertion" long-name="Assertion" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/assertion/group" mrp="os/buildtools/misccomponents/assertion/group/tools_sdk_eng_assertion.mrp"/>
-</component>
-<component name="n:enum" long-name="Enum" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/enum/group" mrp="os/buildtools/misccomponents/enum/group/tools_sdk_eng_enum.mrp"/>
-</component>
-<component name="n:logger" long-name="Logger" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/logger/group" mrp="os/buildtools/misccomponents/logger/group/tools_sdk_eng_logger.mrp"/>
-</component>
-<component name="n:filesys" long-name="Filesys" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/filesys/group" mrp="os/buildtools/misccomponents/filesys/group/tools_sdk_eng_filesys.mrp"/>
-</component>
-<component name="n:envvar" long-name="Envvar" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/envvar/group" mrp="os/buildtools/misccomponents/envvar/group/tools_sdk_eng_envvar.mrp"/>
-</component>
-<component name="n:installutils" long-name="Install Utils" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/installutils/group" mrp="os/buildtools/misccomponents/installutils/group/tools_sdk_eng_installutils.mrp"/>
-</component>
-<component name="n:mnemonicfix" long-name="Mnemonic Fix" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/mnemonicfix/group" mrp="os/buildtools/misccomponents/mnemonicfix/group/tools_sdk_eng_mnemonicfix.mrp"/>
-</component>
-<component name="n:pathbrowser" long-name="Path Browser" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/pathbrowser/group" mrp="os/buildtools/misccomponents/pathbrowser/group/tools_sdk_eng_pathbrowser.mrp"/>
-</component>
-<component name="n:shellexec" long-name="Shell Exec" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/shellexec/group" mrp="os/buildtools/misccomponents/shellexec/group/tools_sdk_eng_shellexec.mrp"/>
-</component>
-<component name="n:swingworker" long-name="Swing Worker" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/swingworker/group" mrp="os/buildtools/misccomponents/swingworker/group/tools_sdk_eng_swingworker.mrp"/>
-</component>
-<component name="n:testcaserunner" long-name="Test Case Runner" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/testcaserunner/group" mrp="os/buildtools/misccomponents/testcaserunner/group/tools_sdk_eng_testcaserunner.mrp"/>
-</component>
-<component name="n:toolbarpanel" long-name="Tool Bar Panel" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/toolbarpanel/group" mrp="os/buildtools/misccomponents/toolbarpanel/group/tools_sdk_eng_toolbarpanel.mrp"/>
-</component>
-<component name="n:javahelp" long-name="Java Help" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/javahelp/group" mrp="os/buildtools/misccomponents/javahelp/group/tools_sdk_eng_javahelp.mrp"/>
-</component>
-<component name="n:langconfig" long-name="Language Config" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/langconfig/group" mrp="os/buildtools/misccomponents/langconfig/group/tools_sdk_eng_langconfig.mrp"/>
-</component>
-<component name="n:sdkinfo" long-name="SDK Info" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/sdkinfo/group" mrp="os/buildtools/misccomponents/sdkinfo/group/tools_sdk_eng_sdkinfo.mrp"/>
-</component>
-<component name="n:jade" long-name="Jade " filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/jade/group" mrp="os/buildtools/misccomponents/jade/group/tools_sdk_eng_jade.mrp"/>
-</component>
-<component name="n:sdkpackagemgr" long-name="SDK Package Manager" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/sdkpackagemgr/group" mrp="os/buildtools/misccomponents/sdkpackagemgr/group/tools_sdk_eng_sdkpkg-manager.mrp"/>
-</component>
-<component name="n:sdkpkgtools" long-name="SDK Package Tools" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/sdkpkgtools/group" mrp="os/buildtools/misccomponents/sdkpkgtools/group/tools_sdk_eng_sdkpkg-tools.mrp"/>
-</component>
-<component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
-</component>
-<component name="n:pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/pkgmgrgui/group" mrp="os/buildtools/misccomponents/pkgmgrgui/group/tools_sdk_eng_pkgmgrgui.mrp"/>
-</component>
-<component name="n:launch" long-name="Launch" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/launch/group" mrp="os/buildtools/misccomponents/launch/group/tools_sdk_eng_launch.mrp"/>
-</component>
-<component name="n:toolsstubs" long-name="Devices Tools Stubs" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/toolsstubs/group" mrp="os/buildtools/misccomponents/toolsstubs/group/tools_sdk_eng_tools_stubs.mrp"/>
-</component>
-<component name="n:bspbuilder" long-name="BSP Builder" filter="gt" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/bspbuilder/group" mrp="os/buildtools/misccomponents/bspbuilder/group/tools_bspbuilder.mrp"/>
-</component>
-<component name="n:splash" long-name="Splash Screen" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/splash/group" mrp="os/buildtools/misccomponents/splash/group/tools_sdk_eng_splash.mrp"/>
-</component>
-<component name="n:sdkbuilder" long-name="SDK Building Tools" purpose="development">
-<unit bldFile="os/buildtools/misccomponents/sdkbuilder/group" mrp="os/buildtools/misccomponents/sdkbuilder/group/tools_sdk_eng_sdk_builder.mrp"/>
-</component>
-</collection>
-<collection name="n:javatoolsplat" long-name="Java Tools Platform" level="mw">
-<component name="n:javalib" long-name="Java Library " filter="gt" purpose="development">
-<unit bldFile="os/buildtools/javatoolsplat/javalib/group" mrp="os/buildtools/javatoolsplat/javalib/group/tools_sdk_eng_javalibrary.mrp"/>
-</component>
-</collection>
-<collection name="n:fileconv" long-name="File Converters" level="mw">
-<component name="n:cjpeg" long-name="CJpeg" purpose="development">
-<unit bldFile="os/buildtools/fileconv/cjpeg/group" mrp="os/buildtools/fileconv/cjpeg/group/tools_sdk_eng_cjpeg.mrp"/>
-</component>
-<component name="n:alp2csh" long-name="ALP to CSH" purpose="development">
-<unit bldFile="os/buildtools/fileconv/alp2csh/group" mrp="os/buildtools/fileconv/alp2csh/group/tools_sdk_eng_alp2csh.mrp"/>
-</component>
-<component name="n:rtf2ptml" long-name="RTF to PTML" purpose="development">
-<unit bldFile="os/buildtools/fileconv/rtf2ptml/group" mrp="os/buildtools/fileconv/rtf2ptml/group/tools_sdk_eng_rtf2ptml.mrp"/>
-</component>
-</collection>
-<collection name="buildtools_info" long-name="Build Tools Info" level="ui">
-<component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="ossrv" level="services" long-name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
-<collection name="genericservices" long-name="Generic Services" level="utilities">
-<component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="development">
-<unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp" version="9.4"/>
-</component>
-<component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory">
-<unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
-</component>
-<component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory">
-<unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
-</component>
-<component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional">
-<unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
-</component>
-<component name="activebackupclient" long-name="Active Backup Client" purpose="optional">
-<unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
-</component>
-<component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc">
-<unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
-</component>
-<component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional">
-<unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
-</component>
-</collection>
-<collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities">
-<component name="syslibssvs" long-name="Syslibs Verfication Suite" introduced="tb91" purpose="development">
-<unit mrp="os/ossrv/syslibsapitest/syslibssvs/group/syslibssvs.mrp"/>
-</component>
-</collection>
-<collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
-<component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="optional">
-<unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib.mrp"/>
-</component>
-</collection>
-<collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
-<component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional">
-<unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
-</component>
-<component name="openenvcore" long-name="Open Environment Core" introduced="tb91" purpose="mandatory">
-<unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
-</component>
-</collection>
-<collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
-<component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory">
-<unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp" version="2"/>
-</component>
-<component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory">
-<unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
-</component>
-<!--<component name="sysutil" long-name="System Utilities" introduced="ER5" purpose="mandatory">
-<unit bldFile="os/ossrv/lowlevellibsandfws/apputils/sysutil/group" />
-</component>-->
-</collection>
-<collection name="ossrv_info" long-name="Generic OS Services Info" level="utilities">
-<component name="ossrv_metadata" long-name="Generic OS Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/ossrv/ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities">
-<collection name="contentmgmt" long-name="Content Management" level="utilities">
-<component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory">
-<unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
-</component>
-<component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory">
-<unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
-</component>
-</collection>
-<collection name="crypto" long-name="Crypto Libraries" level="libraries">
-<component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt" purpose="optional">
-<unit bldFile="os/security/crypto/weakcrypto/group" mrp="os/security/crypto/weakcrypto/group/security_crypto_weak.mrp"/>
-</component>
-<component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt" purpose="optional">
-<unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
-</component>
-</collection>
-<collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
-<component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional">
-<unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
-</component>
-<component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" deprecated="tb92" purpose="development">
-<unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
-</component>
-<component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc">
-<unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
-</component>
-<component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional">
-<unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
-</component>
-</collection>
-<collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
-<component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional">
-<unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
-</component>
-<component name="securitytools" long-name="Security Tools" introduced="tb92" purpose="optional" class="PC">
-<unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
-</component>
-</collection>
-<collection name="cryptoservices" long-name="Crypto Services" level="plugins">
-<component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional">
-<unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
-</component>
-<component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional">
-<unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
-</component>
-<component name="rootcertificates" long-name="Root Certificates" introduced="7.0s" purpose="optional">
-<unit mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
-</component>
-      <component id="browserrootcertificates" name="Browser Root Certificates" introduced="symbian^2" purpose="optional">
-        <unit mrp="os/security/cryptoservices/browserrootcertificates/browserrootcerts.mrp"/>
-      </component>
-<component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional">
-<unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
-</component>
-</collection>
-<collection name="security_info" long-name="OS Security Info" level="utilities">
-<component name="security_metadata" long-name="OS Security Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/security/security_info/security_metadata/security_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if">
-<collection name="featuremgmt" long-name="Feature Management" level="framework">
-<component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="tb92" purpose="mandatory">
-<unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
-</component>
-</collection>
-<collection name="loggingservices" long-name="Logging Services" level="server">
-<component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional">
-<unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
-</component>
-<component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional">
-<unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
-</component>
-<!-- MattD: RFileLogger is in the PDK Overlay and is more recent -->
-<!--     
-<component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1" purpose="development">
-<unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
-</component>
--->
-</collection>
-<collection name="traceservices" long-name="Trace Services" level="server">
-<component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional">
-<unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
-</component>
-<component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development">
-<unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
-</component>
-<component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91" purpose="development">
-<unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
-</component>
-</collection>
-<collection name="persistentstorage" long-name="Persistent Storage" level="framework">
-<component name="store" long-name="Store" purpose="optional">
-<unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
-</component>
-<component name="dbms" long-name="DBMS" purpose="optional">
-<unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
-</component>
-<component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory">
-<unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
-</component>
-<component name="sql" long-name="SQL" introduced="9.3" purpose="optional">
-<unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
-</component>
-</collection>
-<collection name="persistentdata_info" long-name="Persistent Data Services Info" level="app-if">
-<component name="persistentdata_metadata" long-name="Persistent Data Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/persistentdata/persistentdata_info/persistentdata_metadata/persistentdata_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="devicesrv" level="services" long-name="Device Services" levels="adaptation hw-if plugin framework server app-if">
-<collection name="accessoryservices" long-name="Accessory Services" level="framework">
-<component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional">
-<unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
-</component>
-</collection>
-<collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
-<!-- <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91" purpose="optional">
-<unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
-</component> -->
-<component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory">
-<unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
-</component>
-</collection>
-<collection name="sysstatemgmt" long-name="System State Management" level="server">
-<component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92" purpose="mandatory">
-<unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
-</component>
-</collection>
-<collection name="devicesrvapitest" long-name="Devices Services API Tests" level="app-if">
-<component name="accessorieshaitest" long-name="Accessories HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-	<unit mrp="devicesrvapitest/accessorieshaitest/gropup/accessorieshai.mrp"/>
-	-->
-</component>
-<component name="hwrmhaitest" long-name="HWRM HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-	<unit mrp="devicesrvapitest/hwrmhaitest/group/hwrmhai.mrp"/>
-	-->
-</component>
-</collection>
-<collection name="devicesrv_info" long-name="Device Services Info" level="app-if">
-<component name="devicesrv_metadata" long-name="Device Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/devicesrv/devicesrv_info/devicesrv_metadata/devicesrv_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface">
-<collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
-<component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
-</component>
-<component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
-</component>
-<component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="tb91" purpose="development" plugin="Y">
-<unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
-</component>
-<component name="n:agpsintegrationmodule" long-name="A-GPS Integration Module" introduced="9.2" purpose="optional" plugin="Y">
-<unit bldFile="os/lbs/datasourcemodules/agpsintegrationmodule/group" mrp="os/lbs/datasourcemodules/agpsintegrationmodule/group/lbs_datasourceplugins.mrp"/>
-</component>
-</collection>
-<collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
-<component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
-</component>
-</collection>
-<collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
-<component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional">
-<unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
-</component>
-<component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional">
-<unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
-</component>
-</collection>
-<collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
-<component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" purpose="development">
-<unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
-</component>
-<component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y">
-<unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
-</component>
-</collection>
-<collection name="locationmgmt" long-name="Location Management" level="management">
-<component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional">
-<unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
-</component>
-<component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional">
-<unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
-</component>
-<component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional">
-<unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
-</component>
-<component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional">
-<unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
-</component>
-</collection>
-<collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
-<component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
-</component>
-<component name="suplprotocolmodule" long-name="SUPL Protocol Module" introduced="tb91" deprecated="tb91" purpose="optional" plugin="Y">
-<unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
-</component>
-</collection>
-<collection name="lbsapitest" long-name="Location API Tests" level="application-interface">
-<component name="lbshaitest" long-name="Location HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-      <unit mrp="lbsapitest/lbshaitest/group/lbshai.mrp"/>
-	-->
-</component>
-</collection>
-<collection name="lbs_info" long-name="Locating Services Info" level="application-interface">
-<component name="lbs_metadata" long-name="Locating Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/lbs/lbs_info/lbs_metadata/lbs_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if">
-<collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
-<component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" introduced="tb91" purpose="development">
-<unit mrp="os/commsfw/commsinfrastructureapitest/commsinfrastructuresvs/group/commsinfrastructuresvs.mrp"/>
-</component>
-</collection>
-<collection name="commsprocess" long-name="Comms Process" level="process">
-<component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory">
-<unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
-</component>
-<component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" purpose="mandatory" class="config">
-<unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
-</component>
-</collection>
-<collection name="commsconfig" long-name="Comms Config" level="process">
-<component name="commsdatabase" long-name="Comms Database" purpose="mandatory">
-<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
-</component>
-<component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory">
-<unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
-</component>
-</collection>
-<collection name="datacommsserver" long-name="Data Comms Server" level="framework">
-<component name="esockserver" long-name="ESock Server" purpose="mandatory">
-<unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="2"/>
-</component>
-<component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" purpose="mandatory" class="config">
-<unit mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp" version="2"/>
-</component>
-<component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory">
-<unit bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp" version="1"/>
-</component>
-<component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional">
-<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
-</component>
-<component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional">
-<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
-</component>
-<component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
-</component>
-</collection>
-<collection name="serialserver" long-name="Serial Server" level="server">
-<component name="serialportcsy" long-name="Serial Port CSY" introduced="ER5" purpose="optional" plugin="Y" class="placeholder">
-<!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
-</component>
-<component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development">
-<unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
-</component>
-<component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory">
-<unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
-</component>
-<component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config">
-<unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
-</component>
-<component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc">
-<unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
-</component>
-</collection>
-<collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
-<component name="refcpr" long-name="Reference CPR" introduced="9.2" purpose="optional" plugin="Y">
-<unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
-</component>
-<component name="refscpr" long-name="Reference SCPR" introduced="9.2" purpose="optional" plugin="Y">
-<unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
-</component>
-</collection>
-<collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
-<component name="commfw" long-name="Comms Framework" introduced="7.0s" purpose="mandatory">
-<unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
-</component>
-<component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s" purpose="mandatory">
-<unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
-</component>
-</collection>
-<collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
-<component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc">
-<unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
-</component>
-<component name="commsfw_metadata" long-name="Communications Framework Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/commsfw/commsfw_info/commsfw_metadata/commsfw_metadata.mrp"/>
-</component>
-</collection>
-<collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
-<component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory">
-<unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
-</component>
-</collection>
-<collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
-<!-- Removing GT commdb
-<component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC">
-<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
-</component>
--->
-<!-- <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC">
-<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
-</component> -->
-<component name="commstools" long-name="Comms Tools" introduced="tb91" purpose="development" class="PC">
-<unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
-</component>
-</collection>
-</block>
-<block name="networkingsrv" level="services" long-name="Networking Services" levels="adaptation hw-if plugin framework server app-if">
-<collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
-<component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory">
-<unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
-</component>
-</collection>
-<collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
-<component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory">
-<unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
-</component>
-<component name="dndconfig" long-name="DND Config" introduced="7.0" purpose="mandatory" class="config">
-<unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
-</component>
-<component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional">
-<unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
-</component>
-<component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="tb91" purpose="mandatory" plugin="Y">
-<unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
-</component>
-</collection>
-<collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
-<component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
-</component>
-</collection>
-<collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
-<component name="ethernetnif" long-name="Ethernet NIF" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
-</component>
-<component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" introduced="7.0" purpose="optional" plugin="Y">
-<unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
-</component>
-<component name="pppnif" long-name="PPP NIF" introduced="ER5" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp" version="1"/>
-</component>
-<component name="pppconfig" long-name="PPP Config" introduced="ER5" purpose="optional">
-<unit mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp" version="1"/>
-</component>
-<component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y">
-<unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
-</component>
-<component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
-</component>
-</collection>
-<collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
-<component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development">
-<unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
-</component>
-</collection>
-<collection name="networkcontrol" long-name="Network Control" level="plugin">
-<component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" purpose="optional" class="config">
-<unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
-</component>
-<component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional">
-<unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
-</component>
-<component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional">
-<unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
-</component>
-<component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
-</component>
-<component name="ipcpr" long-name="IP CPR" introduced="8.1" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
-</component>
-<component name="ipscpr" long-name="IP SCPR" introduced="9.1" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
-</component>
-<component name="ipcprshim" long-name="IP CPR Shim" deprecated="Future" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
-</component>
-</collection>
-<collection name="networkprotocols" long-name="Network Protocols" level="plugin">
-<component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" purpose="mandatory" class="config">
-<unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
-</component>
-<component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y">
-<unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
-</component>
-<component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y">
-<unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
-</component>
-<component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory">
-<unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
-</component>
-<component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
-</component>
-</collection>
-<collection name="networksecurity" long-name="Network Security" level="framework">
-<component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory">
-<unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
-</component>
-<component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory">
-<unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
-</component>
-<component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional">
-<unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
-</component>
-<component name="ipsecvpn" long-name="IPsec VPN" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DEF140049"
-        <unit bldFile="networksecurity/ipsecvpn/group" mrp="networksecurity/ipsecvpn/group/networking_ipsecvpn.mrp"/>
-		-->
-</component>
-</collection>
-<collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
-<component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" purpose="development">
-<unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
-</component>
-<component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development">
-<unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
-</component>
-<component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5" purpose="development">
-<unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
-</component>
-<component name="ipprobe" long-name="IP Probe" introduced="7.0s" purpose="development" plugin="Y">
-<unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
-</component>
-<component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" purpose="development" plugin="Y">
-<unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
-</component>
-<component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92" purpose="development">
-<unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
-</component>
-<component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development">
-<unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
-</component>
-</collection>
-<collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
-<component name="networkingrom" long-name="Networking ROM" purpose="mandatory">
-<!--  production component: contains the IBY files -->
-<unit bldFile="os/networkingsrv/networkingsrv_info/networkingrom/group" mrp="os/networkingsrv/networkingsrv_info/networkingrom/group/networking_general.mrp"/>
-</component>
-<component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc">
-<unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
-</component>
-<component name="networkingsrv_metadata" long-name="Networking Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/networkingsrv/networkingsrv_info/networkingsrv_metadata/networkingsrv_metadata.mrp"/>
-</component>
-</collection>
-<collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
-<component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y">
-<unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
-</component>
-</collection>
-</block>
-<block name="wlan" level="services" long-name="WLAN" levels="hw low mid high tools test">
-<collection name="wlanapitest" long-name="WLAN API Tests" level="test">
-<component name="wlanhaitest" long-name="WLAN HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-	<unit mrp="wlanapitest/wlanhaitest/group/wlanhai.mrp"/>
-	-->
-</component>
-</collection>
-<collection name="wlan_info" long-name="WLAN Info" level="test">
-<component name="wlan_metadata" long-name="WLAN Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/wlan/wlan_info/wlan_metadata/wlan_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="cellularsrv" level="services" long-name="Cellular Baseband Services" levels="adaptation hw-if plugin framework server app-if">
-<collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
-<component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional">
-<unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
-</component>
-<component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92" purpose="optional">
-<unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
-</component>
-</collection>
-<collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
-<component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
-</component>
-</collection>
-<collection name="fax" long-name="Fax" level="server">
-<component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional">
-<unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
-</component>
-</collection>
-<collection name="smsprotocols" long-name="SMS Protocols" level="framework">
-<component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y">
-<unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
-</component>
-<component name="n:cdmasmsstack" long-name="CDMA SMS Stack" introduced="8.0" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/smsprotocols/cdmasmsstack/group" mrp="os/cellularsrv/smsprotocols/cdmasmsstack/group/nbprotocols_cdmasmsstack.mrp"/>
-</component>
-</collection>
-<collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
-<component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
-</component>
-<component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
-</component>
-<component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
-</component>
-<component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
-</component>
-<component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional">
-<unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
-</component>
-<component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional">
-<unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
-</component>
-<component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" introduced="8.1" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
-</component>
-<component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
-</component>
-<component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
-</component>
-</collection>
-<collection name="telephonyserver" long-name="Telephony Server" level="server">
-<component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory">
-<unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
-</component>
-<component name="etelconfig" long-name="ETel Config" purpose="mandatory" class="config">
-<unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
-</component>
-<component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory">
-<unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
-</component>
-<component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory">
-<unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
-</component>
-<component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory">
-<unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
-</component>
-<component name="n:etelcdma" long-name="ETel CDMA" introduced="7.0s" purpose="optional">
-<unit bldFile="os/cellularsrv/telephonyserver/etelcdma/group" mrp="os/cellularsrv/telephonyserver/etelcdma/group/telephony_etelcdma.mrp"/>
-</component>
-</collection>
-<collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
-<component name="common_tsy" long-name="Common TSY" introduced="tb92" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
-</component>
-<component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="tb91" purpose="development" plugin="Y">
-<unit mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp"/>
-</component>
-<component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
-</component>
-<component name="cdmatsy" long-name="CDMA TSY" introduced="7.0" purpose="development" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/>
-</component>
-<component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
-</component>
-</collection>
-<collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
-<component name="dial" long-name="Dial" deprecated="9.1" purpose="optional">
-<unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
-</component>
-<component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y">
-<unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
-</component>
-<component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory">
-<unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
-</component>
-</collection>
-<collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
-<component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc">
-<unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
-</component>
-<component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc">
-<unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
-</component>
-<component name="cellularsrv_metadata" long-name="Cellular Baseband Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/cellularsrv/cellularsrv_info/cellularsrv_metadata/cellularsrv_metadata.mrp"/>
-</component>
-</collection>
-<collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
-<component name="mocksy" long-name="MockSY" introduced="tb91" purpose="development" plugin="Y">
-<unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
-</component>
-</collection>
-<collection name="cellularsrvapitest" long-name="Telephony API Tests" level="app-if">
-<component name="datatransferhaitest" long-name="Data Transfer HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-	<unit mrp="cellularsrvapitest/datatransferhaitest/group/datatransferhai.mrp"/>
-	-->
-</component>
-<component name="telephonyhaitest" long-name="Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-	<unit mrp="cellularsrvapitest/telephonyhaitest/group/telephonyhai.mrp"/>
-	-->
-</component>
-<component name="telephonydevsoundhaitest" long-name="DevSound Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-	<unit mrp="cellularsrvapitest/telephonydevsoundhaitest/group/telephonydevsoundhai.mrp"/>
-	-->
-</component>
-</collection>
-</block>
-<block name="shortlinksrv" level="services" long-name="Short Link Services" levels="adaptation hw-if plugin framework server app-if">
-<collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
-<component name="bluetoothsvs" long-name="Bluetooth Verification Suite" introduced="tb91" purpose="development">
-<unit mrp="os/shortlinksrv/bluetoothapitest/bluetoothsvs/group/bluetoothsvs.mrp"/>
-</component>
-</collection>
-<collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
-<component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional">
-<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
-</component>
-</collection>
-<collection name="bluetooth" long-name="Bluetooth" level="framework">
-<component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
-<unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
-</component>
-<component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
-<unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
-</component>
-<component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
-<unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
-</component>
-<component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
-<unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
-</component>
-<component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
-<unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
-</component>
-<component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development">
-<unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
-</component>
-<component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
-<unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
-</component>
-<component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
-<unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
-</component>
-</collection>
-<collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
-<component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
-<unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
-</component>
-<component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config">
-<unit bldFile="os/shortlinksrv/bluetoothmgmt/btconfig" mrp="os/shortlinksrv/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
-</component>
-<component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
-<unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
-</component>
-<component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
-<unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
-</component>
-<component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional">
-<unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
-</component>
-</collection>
-<collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
-<component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
-<unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
-</component>
-</collection>
-<collection name="bthci" long-name="Host Controller Interface" level="server">
-<component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional">
-<unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
-</component>
-<component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
-<unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
-</component>
-<component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
-<unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
-</component>
-<component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
-<unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
-</component>
-</collection>
-<collection name="usbmgmt" long-name="USB Management" level="server">
-<component name="usbmgr" long-name="USB Manager" purpose="optional">
-<unit bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
-</component>
-<component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development">
-<unit mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
-</component>
-<component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc">
-<unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
-</component>
-</collection>
-<collection name="irda" long-name="IrDA" level="plugin">
-<component name="irdastack" long-name="IrDA Stack" purpose="optional">
-<unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
-</component>
-</collection>
-<collection name="shortlinksrv_info" long-name="Short Link Services Info" level="app-if">
-<component name="shortlinksrv_metadata" long-name="Short Link Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/shortlinksrv/shortlinksrv_info/shortlinksrv_metadata/shortlinksrv_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="mm" level="services" long-name="Multimedia" levels="adaptation hw-if device-fw devices middleware app-if">
-<collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
-<component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory">
-<unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
-</component>
-<component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" purpose="development">
-<unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
-</component>
-<component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" purpose="development">
-<unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
-</component>
-<component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional">
-<unit bldFile="os/mm/imagingandcamerafws/camerafw/group" mrp="os/mm/imagingandcamerafws/camerafw/group/multimedia_ecam_framework.mrp"/>
-</component>
-<component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" purpose="development">
-<unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
-</component>
-</collection>
-<collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
-<component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory">
-<unit bldFile="os/mm/mmlibs/mmutilitylib/group" mrp="os/mm/mmlibs/mmutilitylib/group/multimedia_common.mrp"/>
-</component>
-</collection>
-<collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
-<component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
-<!-- PLACEHOLDER="DEF137831" REMOVE -->
-<!-- PLACEHOLDER="DEF137831"
-		<unit bldFile="mmplugins/imagingplugins/plugins/group" mrp="mmplugins/imagingplugins/plugins/group/multimedia_icl_plugin.mrp"/>
-		-->
-</component>
-<component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/mm/mmplugins/cameraplugins/group" mrp="os/mm/mmplugins/cameraplugins/group/multimedia_ecam_plugins.mrp"/>
-</component>
-<component name="3gplib" long-name="3GP Library" introduced="Future" purpose="optional">
-<unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
-</component>
-<component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" purpose="development">
-<unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
-</component>
-</collection>
-<collection name="mm_info" long-name="Multimedia Info" level="app-if">
-<component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc">
-<unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
-</component>
-<component name="mm_metadata" long-name="Multimedia Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/mm/mm_info/mm_metadata/mm_metadata.mrp"/>
-</component>
-</collection>
-<collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
-<component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92" purpose="development">
-<unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
-</component>
-</collection>
-<collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
-<component name="n:mdf" long-name="Media Device Framework" introduced="9.2" purpose="mandatory">
-<unit bldFile="os/mm/mmdevicefw/mdf/group" mrp="os/mm/mmdevicefw/mdf/group/multimedia_mdf.mrp"/>
-</component>
-<component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" purpose="development">
-<unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
-</component>
-<component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s" purpose="mandatory">
-<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
-</component>
-</collection>
-<collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
-<component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" purpose="development">
-<unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
-</component>
-<component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" purpose="development">
-<unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
-</component>
-<component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" purpose="development">
-<unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
-</component>
-<component name="mmtesttools" long-name="Multimedia Test Tools" purpose="development">
-<unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
-</component>
-</collection>
-<collection name="omxil" long-name="OpenMAX IL" level="hw-if">
-<component name="openmax" long-name="OpenMAX" introduced="tb91" purpose="optional">
-<unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
-</component>
-</collection>
-<collection name="devsound" long-name="Sound Device" level="devices">
-<component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory">
-<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
-</component>
-<component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92" purpose="optional">
-<unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
-</component>
-<component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92" purpose="optional">
-<unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
-</component>
-<component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional">
-<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
-</component>
-<component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional">
-<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
-</component>
-<component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y">
-<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
-</component>
-<component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92" purpose="development">
-<unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
-</component>
-<component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92" purpose="development">
-<unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
-</component>
-<component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" purpose="development">
-<unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
-</component>
-<component name="a3fsrvstart" long-name="A3F Server Start" introduced="tb92" purpose="optional" plugin="Y">
-<unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
-</component>
-</collection>
-<collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
-<component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional">
-<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
-</component>
-<component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92" purpose="development">
-<unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
-</component>
-<component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92" purpose="optional">
-<unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
-</component>
-<component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92" purpose="optional">
-<unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
-</component>
-<component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory">
-<unit bldFile="os/mm/mmhais/videohai/group" mrp="os/mm/mmhais/videohai/group/multimedia_videohai.mrp"/>
-</component>
-<component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92" purpose="optional">
-<unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
-</component>
-<component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" purpose="development">
-<unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
-</component>
-</collection>
-<collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
-<component name="mmsvs" long-name="Multimedia Verification Suite" introduced="tb91" purpose="development">
-<unit mrp="os/mm/mmapitest/mmsvs/group/mmsvs.mrp"/>
-</component>
-<component name="devvideohaitest" long-name="DevVideo HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-      <unit mrp="mmapitest/devvideohaitest/group/devvideohai.mrp"/>
-	-->
-</component>
-<component name="devsoundhaitest" long-name="DevSound HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-      <unit mrp="mmapitest/devsoundhaitest/group/devsoundhai.mrp"/>
-	-->
-</component>
-<component name="devsoundexthaitest" long-name="DevSound Extensions HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-      <unit mrp="mmapitest/devsoundexthaitest/group/devsoundexthai.mrp"/>
-	-->
-</component>
-</collection>
-</block>
-<block name="graphics" level="services" long-name="Graphics" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
-<collection name="graphicstest" long-name="Graphics Test" level="app-if">
-<component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development">
-<unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
-</component>
-<component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development">
-<unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
-</component>
-</collection>
-<collection name="graphics_info" long-name="Graphics Info" level="app-if">
-<component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc">
-<unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
-</component>
-<component name="graphics_metadata" long-name="Graphics Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/graphics/graphics_info/graphics_metadata/graphics_metadata.mrp"/>
-</component>
-</collection>
-<collection name="windowing" long-name="Windowing" level="app-if">
-<component name="windowserver" long-name="Window Server" purpose="mandatory">
-<unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
-</component>
-</collection>
-<collection name="printingservices" long-name="Printing Services" level="app-if">
-<component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional">
-<unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
-</component>
-<component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y">
-<unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
-</component>
-</collection>
-<collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
-<component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory">
-<unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
-</component>
-</collection>
-<collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
-<component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional">
-<unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
-</component>
-<component name="n:openglesimplementation" long-name="OpenGL ES Implementation" filter="gt" introduced="8.0" purpose="development">
-<unit bldFile="os/graphics/opengles/openglesimplementation/group/" mrp="os/graphics/opengles/openglesimplementation/group/graphics_opengles.mrp"/>
-</component>
-<component name="n:openglesdisplayproperties" long-name="OpenGL ES Display Properties" introduced="8.0" purpose="optional">
-<unit bldFile="os/graphics/opengles/openglesdisplayproperties/group" mrp="os/graphics/opengles/openglesdisplayproperties/group/graphics_openglesdisplayproperty.mrp"/>
-</component>
-</collection>
-<collection name="openvg" long-name="OpenVG" level="internal-adaptations">
-<component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional">
-<unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
-</component>
-</collection>
-<collection name="egl" long-name="EGL" level="internal-adaptations">
-<component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional">
-<unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
-</component>
-<component name="n:eglimplementation" long-name="EGL Implementation" introduced="tb91" purpose="optional">
-<unit bldFile="os/graphics/egl/eglimplementation/group/" mrp="os/graphics/egl/eglimplementation/group/graphics_egl.mrp"/>
-</component>
-</collection>
-<collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
-<component name="gdi" long-name="GDI" purpose="mandatory">
-<unit bldFile="os/graphics/graphicsdeviceinterface/gdi/group" mrp="os/graphics/graphicsdeviceinterface/gdi/group/graphics_gdi.mrp"/>
-</component>
-<component name="bitgdi" long-name="BitGDI" purpose="mandatory">
-<unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
-</component>
-<component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional">
-<unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
-</component>
-<component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y">
-<unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
-</component>
-</collection>
-<collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
-<component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC">
-<unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
-</component>
-</collection>
-<collection name="graphcisapitest" long-name="Graphics API Tests" level="app-if">
-<component name="graphicssvs" long-name="Graphics Verification Suite" introduced="tb91" purpose="development">
-<unit mrp="os/graphics/graphicsapitest/graphicssvs/group/graphicssvs.mrp"/>
-</component>
-<component name="screendriverhaitest" long-name="Screen Driver HAI Tests" introduced="tb91" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DS.1645"
-      <unit mrp="graphicsapitest/screendriverhaitest/group/screendriverhai.mrp"/>
-	-->
-</component>
-</collection>
-</block>
-<block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text">
-<collection name="charconvfw" long-name="Character Conversion" level="encoding">
-<component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional">
-<unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
-</component>
-<component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y">
-<unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
-</component>
-<component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y">
-<unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
-</component>
-</collection>
-<collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
-<component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y">
-<unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
-</component>
-<component name="fontstore" long-name="Font Store" purpose="mandatory">
-<unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
-</component>
-<component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder">
-<!-- placeholder for text code from GDI -->
-</component>
-<component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
-<unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
-</component>
-<component name="n:itypefontrasteriser" long-name="iType Font Rasteriser" filter="gt" introduced="tb92" purpose="development" plugin="Y">
-<unit bldFile="os/graphics/fbs/itypefontrasteriser/group" mrp="os/graphics/fbs/itypefontrasteriser/group/graphics_itype.mrp"/>
-</component>
-<component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
-<unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
-</component>
-<component name="n:testfonts" long-name="Test Fonts" filter="gt" introduced="tb91" purpose="development">
-<unit bldFile="os/textandloc/fontservices/graphicstestfonts/group" mrp="os/textandloc/fontservices/graphicstestfonts/group/graphics_testfonts.mrp"/>
-</component>
-</collection>
-<collection name="textlayout" long-name="Text Layout" level="text">
-<component name="texthandling" long-name="Text Handling" purpose="optional">
-<unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
-</component>
-<component name="textformatting" long-name="Text Formatting" purpose="optional">
-<unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
-</component>
-<component name="word" long-name="Word" purpose="development">
-<unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
-</component>
-</collection>
-<collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
-<component name="nearestlangutil" long-name="Nearest Language Util" introduced="tb91" purpose="mandatory" class="placeholder">
-<!-- placeholder for split from bafl -->
-</component>
-<component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
-<unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
-</component>
-</collection>
-<collection name="localesupport" long-name="Locale Support" level="util">
-<component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
-<unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
-</component>
-<component name="initlocale" long-name="Initialise Locale" introduced="tb91" purpose="mandatory" class="placeholder">
-<!-- placeholder for split from bafl -->
-</component>
-</collection>
-<collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
-<component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
-<!-- placeholder for split from GDI Tools -->
-</component>
-<component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
-<unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
-</component>
-</collection>
-<collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
-<component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific">
-<collection name="xml" long-name="XML" level="generic">
-<component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional">
-<unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
-</component>
-<component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
-</component>
-<component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
-</component>
-</collection>
-<collection name="xmlsrv_info" long-name="XML Services Info" level="specific">
-<component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="deviceplatformrelease" level="services" long-name="Device Platform Release" levels="bld mid top">
-<collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
-<component name="cedarutils" long-name="Cedar Utils" purpose="development">
-<unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
-</component>
-<component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config">
-<unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
-</component>
-</collection>
-<collection name="foundation_system" long-name="Foundation System" level="top">
-<component name="systemdocs" long-name="System Documentation" purpose="development" class="doc">
-<unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
-</component>
-<component name="system_model" long-name="System Model" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
-</component>
-</collection>
-<collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
-<component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="osrndtools" level="services" long-name="OS RD tools" levels="fw trace">
-<collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
-<component name="cinidata" long-name="CINI Data" purpose="development">
-<unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/>
-</component>
-<component name="testexecute" long-name="Test Execute" deprecated="tb91" purpose="development">
-<unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
-</component>
-</collection>
-<collection name="osrndtools_info" long-name="OS RD tools Info" level="trace">
-<component name="osrndtools_metadata" long-name="OS RD tools Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="os/osrndtools/osrndtools_info/osrndtools_metadata/osrndtools_metadata.mrp"/>
-</component>
-</collection>
-</block>
-</layer>
-<layer name="mw" long-name="Middleware" levels="generic specific">
-<block name="appsupport" level="generic" long-name="Generic Application Support" levels="system plugin framework server generic specific">
-<collection name="filehandling" long-name="File Handling" level="server">
-<component name="fileconverterfw" long-name="File Converter Framework" purpose="optional">
-<unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
-</component>
-<component name="fileconverterplugins" long-name="Other File Converter Plugins" introduced="ER5" deprecated="9.3" purpose="optional" plugin="Y">
-<unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
-</component>
-<component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y">
-<unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
-</component>
-<component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
-</component>
-</collection>
-<collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
-<component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
-</component>
-</collection>
-<collection name="commonappservices" long-name="Common Application Services" level="framework">
-<component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional">
-<unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
-</component>
-<component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" deprecated="tb92" purpose="development">
-<unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
-</component>
-<component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development">
-<unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
-</component>
-<component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc">
-<unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
-</component>
-<component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional">
-<unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
-</component>
-</collection>
-<collection name="tzservices" long-name="Time Zone Services" level="plugin">
-<component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional">
-<unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
-</component>
-<component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional">
-<unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
-</component>
-<component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config">
-<unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
-</component>
-<component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config">
-<unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
-</component>
-<component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1" purpose="optional">
-<unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
-</component>
-<component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" purpose="development">
-<unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
-</component>
-</collection>
-<collection name="contenthandling" long-name="Content Handling" level="plugin">
-<component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0" purpose="optional">
-<unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
-</component>
-<component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y">
-<unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
-</component>
-<component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development">
-<unit bldFile="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group" mrp="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
-</component>
-</collection>
-<collection name="printingsupport" long-name="Printing Support" level="generic">
-<component name="printinguisupport" long-name="Printing UI Support" purpose="optional">
-<unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
-</component>
-</collection>
-<collection name="appfw" long-name="Application Framework" level="framework">
-<component name="apparchitecture" long-name="Application Architecture" purpose="mandatory">
-<unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
-</component>
-<component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory">
-<unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
-</component>
-<component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development">
-<unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
-</component>
-</collection>
-<collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
-<component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC">
-<unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
-</component>
-<component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" purpose="development" class="config PC">
-<unit bldFile="mw/appsupport/tzpcside/worlddatabasekit/group" mrp="mw/appsupport/tzpcside/worlddatabasekit/group/app-services_wlddatabasekit_cedar.mrp"/>
-</component>
-<component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" purpose="development" class="config PC">
-<unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
-</component>
-</collection>
-<collection name="appsupport_info" long-name="Generic Application Support Info" level="specific">
-<component name="appsupport_metadata" long-name="Generic Application Support Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/appsupport/appsupport_info/appsupport_metadata/appsupport_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="securitysrv" level="generic" long-name="Security Services" levels="plugin framework server generic specific">
-<collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
-<component name="ocsp" long-name="Online Certificate Status Protocol" introduced="tb91" purpose="optional">
-<unit bldFile="mw/securitysrv/pkiutilities/ocsp/group" mrp="mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
-</component>
-</collection>
-<collection name="securitysrv_info" long-name="Security Services Info" level="specific">
-<component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="netprotocols" level="generic" long-name="High-level Internet Protocols" levels="plugin framework server generic specific">
-<collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
-<component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional">
-<unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
-</component>
-<component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development">
-<unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
-</component>
-<component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional">
-<unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
-</component>
-<component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional">
-<unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
-</component>
-<component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional">
-<unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
-</component>
-<component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional">
-<unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
-</component>
-</collection>
-<collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
-<component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional">
-<unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
-</component>
-<component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional">
-<unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
-</component>
-<component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y">
-<unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
-</component>
-<component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y">
-<unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
-</component>
-</collection>
-<collection name="n:wapstack" long-name="WAP Stack" level="plugin">
-<component name="n:wapmessageapi" long-name="WAP Message API" purpose="optional">
-<unit bldFile="mw/netprotocols/wapstack/wapmessageapi/group" mrp="mw/netprotocols/wapstack/wapmessageapi/group/wap-stack_wapmessage.mrp"/>
-</component>
-</collection>
-<collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific">
-<component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin framework conn server">
-<collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
-<component name="rtp" long-name="RTP" introduced="9.0" purpose="optional">
-<!-- Real Time Data Protocol -->
-<unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
-</component>
-<component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt" purpose="optional">
-<unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
-</component>
-</collection>
-<collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
-<component name="sipprovider" long-name="SIP Provider" introduced="tb91" filter="gt" purpose="optional" plugin="Y">
-<unit bldFile="mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
-</component>
-</collection>
-<collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="server">
-<component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack fw api">
-<collection name="messagingfw" long-name="Messaging FW" level="fw">
-<component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y">
-<unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
-</component>
-<component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional">
-<unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
-</component>
-<component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional">
-<unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
-</component>
-<component name="msgconf" long-name="Messaging Config" introduced="tb91" purpose="optional" class="config">
-<unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
-</component>
-<component name="watcherfw" long-name="Watcher Framework" purpose="optional">
-<unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
-</component>
-<component name="msgtest" long-name="Messaging Test" purpose="development">
-<unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
-</component>
-<component name="msgtests" long-name="Messaging Tests" purpose="development">
-<unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
-</component>
-<component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92" purpose="development">
-<unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
-</component>
-<component name="msgtestproduct" long-name="Messaging Test Product" purpose="development">
-<unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
-</component>
-<component name="biowatchers" long-name="BIO Watchers" introduced="8.0" purpose="optional" plugin="Y">
-<unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
-</component>
-<component name="sendas" long-name="Send As" purpose="optional">
-<unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
-</component>
-<component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional">
-<unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
-</component>
-<component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional">
-<unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
-</component>
-<component name="n:suplsmshandler" long-name="SUPL SMS Handler" introduced="tb91" purpose="development" plugin="Y">
-<unit bldFile="mw/messagingmw/messagingfw/suplsmshandler/group" mrp="mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/>
-</component>
-<component name="n:suplwappushhandler" long-name="SUPL WAP Push Handler" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/>
-</component>
-</collection>
-<collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api">
-<component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="remotemgmt" level="specific" long-name="Remote Management" levels="plugin framework server generic specific">
-<collection name="n:remotemgmttest" long-name="Remote Management Test" level="specific">
-<component name="n:omasyncmlintegrationtest" long-name="OMA SyncML Integration Test" introduced="7.0s" purpose="development">
-<unit bldFile="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group/oma_syncml_integtest.mrp"/>
-</component>
-<component name="n:omadevicemgmtintegrationtest" long-name="OMA Device Management Integration Test" introduced="9.1" purpose="development">
-<unit bldFile="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group/devprov_integtest.mrp"/>
-</component>
-</collection>
-<collection name="n:syncandremotemgmtfw" long-name="Sync and Remote Management Framework" level="framework">
-<component name="n:omasyncmldatasync" long-name="OMA SyncML Data Sync" introduced="7.0s" purpose="optional">
-<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group/oma_syncml_datasync.mrp"/>
-</component>
-<component name="n:omasyncmlcommonfw" long-name="OMA SyncML Common Framework" introduced="7.0s" purpose="optional">
-<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group/oma_syncml_common_framework.mrp"/>
-</component>
-<component name="n:omasyncmldminterface" long-name="OMA SyncML DM Interface" introduced="7.0s" purpose="optional">
-<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group/oma_syncml_dm_interface.mrp"/>
-</component>
-<component name="n:omasyncmlconfig" long-name="OMA SyncML Config" introduced="tb91" purpose="optional">
-<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group/oma_syncml_config.mrp"/>
-</component>
-<component name="n:devicemgmtfw" long-name="Device Management Framework" introduced="8.0" purpose="optional">
-<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group" mrp="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group/devprov_devman_framework.mrp"/>
-</component>
-<component name="n:clientprovisioningfw" long-name="Client Provisioning Framework" introduced="9.1" purpose="optional">
-<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group/devprov_clientprov_framework.mrp"/>
-</component>
-</collection>
-<collection name="n:syncandremotemgmtservices" long-name="Sync and Remote Management Services" level="plugin">
-<component name="n:datasyncadaptors" long-name="Data Sync Adaptors" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group/data_sync_adaptors.mrp"/>
-</component>
-<component name="n:devicemgmtadaptors" long-name="Device Management Adaptors" introduced="9.1" purpose="optional" plugin="Y">
-<unit bldFile="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group" mrp="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group/devprov_devman_adapters.mrp"/>
-</component>
-<component name="n:clientprovisioningadaptors" long-name="Client Provisioning Adaptors" introduced="9.1" purpose="optional" plugin="Y">
-<unit bldFile="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group/devprov_clientprov_adapters.mrp"/>
-</component>
-</collection>
-<collection name="remotemgmt_info" long-name="Remote Management Info" level="specific">
-<component name="n:remotemgmt_metadata" long-name="Remote Management Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/remotemgmt/remotemgmt_info/remotemgmt_metadata/remotemgmt_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="remoteconn" level="generic" long-name="Remote Connectivity" levels="plugin framework server generic specific">
-<collection name="remoteconn_info" long-name="Remote Connectivity Info" level="specific">
-<component name="remoteconn_metadata" long-name="Remote Connectivity Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/remoteconn/remoteconn_info/remoteconn_metadata/remoteconn_metadata.mrp"/>
-</component>
-<component name="n:connectivitydoc" long-name="Connectivity Documentation" introduced="tb91" purpose="optional" class="doc">
-<unit mrp="mw/remoteconn/remoteconn_info/connectivitydoc/group/connectivity_documentation.mrp"/>
-</component>
-<component name="n:mtpdoc" long-name="MTP Documentation" introduced="tb91" purpose="optional" class="doc">
-<unit mrp="mw/remoteconn/remoteconn_info/mtpdoc/group/mtp_documentation.mrp"/>
-</component>
-</collection>
-<collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
-<component name="n:mrouter" long-name="m-Router" filter="gt" purpose="optional">
-<unit bldFile="mw/remoteconn/connectivitytransports/mrouter/group" mrp="mw/remoteconn/connectivitytransports/mrouter/group/connectivity_mRouterSecure.mrp"/>
-</component>
-<component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0" purpose="optional">
-<unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/group" mrp="mw/remoteconn/connectivitytransports/plpremotelink/group/connectivity_legacy_plp_plpremotelink.mrp"/>
-</component>
-<component name="plpvariant" long-name="PLP Variant" deprecated="9.0" purpose="optional">
-<unit bldFile="mw/remoteconn/connectivitytransports/plpvariant/group" mrp="mw/remoteconn/connectivitytransports/plpvariant/group/connectivity_legacy_plp_plpvariant.mrp"/>
-</component>
-<component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0" purpose="optional">
-<unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
-</component>
-</collection>
-<collection name="mtptransports" long-name="MTP Transports" level="plugin">
-<component name="mtpusbtransport" long-name="MTP USB Transport" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
-</component>
-</collection>
-<collection name="mtpfws" long-name="MTP Frameworks" level="framework">
-<component name="n:mtpfw" long-name="MTP Framework" introduced="tb91" purpose="optional">
-<unit bldFile="mw/remoteconn/mtpfws/mtpfw/group" mrp="mw/remoteconn/mtpfws/mtpfw/group/mtp_framework.mrp"/>
-</component>
-<component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" purpose="development">
-<unit bldFile="mw/remoteconn/mtpfws/mtpintegrationtest/group" mrp="mw/remoteconn/mtpfws/mtpintegrationtest/group/mtp_test.mrp"/>
-</component>
-</collection>
-<collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
-<component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
-</component>
-<component name="n:mtpwmpextndp" long-name="WMP Extension Data Provider" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="mw/remoteconn/mtpdataproviders/mtpwmpextndp/group" mrp="mw/remoteconn/mtpdataproviders/mtpwmpextndp/group/mtp_wmpextndp.mrp"/>
-</component>
-</collection>
-<collection name="backupandrestore" long-name="Backup and Restore" level="specific">
-<component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional">
-<unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
-</component>
-<component name="backuptest" long-name="Backup Test" introduced="tb91" purpose="development">
-<unit bldFile="mw/remoteconn/backupandrestore/backuptest/group" mrp="mw/remoteconn/backupandrestore/backuptest/group/connectivity_backuptest.mrp"/>
-</component>
-</collection>
-<collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
-<component name="chatscripts" long-name="Chat Scripts" purpose="development">
-<unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
-</component>
-<component name="n:connectqi" long-name="ConnectQI" introduced="9.1" purpose="optional" class="PC">
-<unit mrp="mw/remoteconn/connectivitypcside/connectqi/connectqisdk_mr3.mrp"/>
-</component>
-<component name="n:connectqisdk" long-name="ConnectQI SDK" introduced="9.1" purpose="optional" class="PC">
-<unit mrp="mw/remoteconn/connectivitypcside/connectqisdk/connectqisdk_public.mrp"/>
-</component>
-</collection>
-<collection name="connectivitydevicefws" long-name="Connectivity Device Frameworks" level="framework">
-<component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91" purpose="optional">
-<unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityfw/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityfw/group/connectivity_framework.mrp"/>
-</component>
-<component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91" purpose="optional">
-<unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityservices/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityservices/group/connectivity_services.mrp"/>
-</component>
-</collection>
-</block>
-<block name="shortlinkconn" level="generic" long-name="Shortlink Connectivity" levels="framework server generic specific plugin">
-<collection name="obex" long-name="OBEX" level="generic">
-<component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional">
-<unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
-</component>
-<component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional">
-<unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
-</component>
-</collection>
-<collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
-<component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional">
-<unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
-</component>
-</collection>
-<collection name="shortlinkconn_info" long-name="Shortlink Connectivity Info" level="plugin">
-<component name="shortlinkconn_metadata" long-name="Shortlink Connectivity Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/shortlinkconn/shortlinkconn_info/shortlinkconn_metadata/shortlinkconn_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific">
-<collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
-<component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory">
-<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
-</component>
-</collection>
-<collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
-<component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
-</component>
-</collection>
-<collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
-<component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" purpose="development">
-<unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
-</component>
-<component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" purpose="development">
-<unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
-</component>
-<component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" purpose="development">
-<unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
-</component>
-</collection>
-<collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
-<component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" purpose="development">
-<unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
-</component>
-<component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91" purpose="development">
-<unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
-</component>
-<component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" purpose="development">
-<unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
-</component>
-</collection>
-<collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific">
-<component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="inputmethods" level="generic" long-name="Input Methods" levels="plugin engine framework">
-<collection name="fep" long-name="FEP" level="engine">
-<component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory">
-<unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
-</component>
-</collection>
-<collection name="inputmethods_info" long-name="Input Methods Info" level="framework">
-<component name="inputmethods_metadata" long-name="Input Methods Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/inputmethods/inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="classicui" level="generic" long-name="Classic UI" levels="base support server generic specific">
-<collection name="commonuisupport" long-name="Common UI Support" level="support">
-<component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory">
-<unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
-</component>
-<component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory">
-<unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
-</component>
-<component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory">
-<unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
-</component>
-<component name="grid" long-name="Grid" purpose="optional">
-<unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
-</component>
-<component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc">
-<unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
-</component>
-</collection>
-<collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
-<component name="cone" long-name="Control Environment" purpose="mandatory">
-<unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
-</component>
-<component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional">
-<unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
-</component>
-<component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory">
-<unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
-</component>
-<component name="clockanim" long-name="Clock" purpose="optional" plugin="Y">
-<unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
-</component>
-<component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional">
-<unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
-</component>
-<component name="animation" long-name="Animation" introduced="9.1" purpose="optional">
-<unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
-</component>
-</collection>
-<collection name="classicui_info" long-name="Classic UI Info" level="specific">
-<component name="classicui_metadata" long-name="Classic UI Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/classicui/classicui_info/classicui_metadata/classicui_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api">
-<collection name="installationservices" long-name="Installation Services" level="generic">
-<component name="swi" long-name="Secure Software Install" purpose="optional">
-<unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
-</component>
-<component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
-<unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
-</component>
-<component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0" purpose="development">
-<unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
-</component>
-<component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
-<unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
-</component>
-</collection>
-<collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
-<component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC">
-<unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
-</component>
-<component name="n:swianalysistoolkit" long-name="SWI Analysis Toolkit" purpose="development" class="PC">
-<unit bldFile="mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/>
-</component>
-<component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC">
-<unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
-</component>
-</collection>
-<collection name="appinstall_info" long-name="Application Installation Info" level="api">
-<component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
-</component>
-</collection>
-</block>
-</layer>
-<layer name="app" long-name="Applications" levels="services apps">
-<block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
-<collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
-<component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
-<unit bldFile="app/contacts/phonebookengines/contactsmodel/group" mrp="app/contacts/phonebookengines/contactsmodel/group/app-engines_cntmodel.mrp" version="1"/>
-</component>
-</collection>
-<collection name="pimprotocols" long-name="PIM Protocols" level="services">
-<component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
-<unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
-</component>
-<component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
-<unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
-</component>
-</collection>
-<collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
-<component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui">
-<collection name="pimappservices" long-name="PIM App Services" level="services">
-<component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional">
-<unit bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
-</component>
-<component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
-<unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
-</component>
-<component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" purpose="development">
-<unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
-</component>
-<component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
-<unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
-</component>
-</collection>
-<collection name="officeappeng" long-name="Office App Engines" level="engine">
-<component name="datamodel" long-name="Data Engine" introduced="ER5" deprecated="9.3" purpose="optional">
-<unit bldFile="app/organizer/officeappeng/datamodel/group" mrp="app/organizer/officeappeng/datamodel/group/app-engines_damodel.mrp"/>
-</component>
-<component name="sheeteng" long-name="Sheet Engine" introduced="ER5" deprecated="9.3" purpose="optional">
-<unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
-</component>
-<component name="charteng" long-name="Chart" introduced="ER5" deprecated="9.3" purpose="optional">
-<unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
-</component>
-<component name="wordeng" long-name="Word Engine" introduced="ER5" deprecated="9.3" purpose="optional">
-<unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
-</component>
-</collection>
-<collection name="pimappsupport" long-name="PIM Application Support" level="support">
-<component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional">
-<unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
-</component>
-<component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
-<unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
-</component>
-<component name="n:chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="tb91" purpose="optional" plugin="Y">
-<unit bldFile="app/organizer/pimappsupport/chinesecalendaralg/group" mrp="app/organizer/pimappsupport/chinesecalendaralg/group/app-services_chinesecalendaralgorithm.mrp"/>
-</component>
-</collection>
-<collection name="organizer_info" long-name="Organizer Application Suite Info" level="ui">
-<component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="messaging" level="apps" span="2" long-name="Messaging Apps" levels="mail eng base ui">
-<collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
-<component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y">
-<unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
-</component>
-</collection>
-<collection name="mmsengine" long-name="MMS Engine" level="eng">
-<component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional">
-<unit bldFile="app/messaging/mmsengine/mmssettings/group" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
-</component>
-<component name="mmsconf" long-name="MMS Configuration" purpose="optional">
-<unit bldFile="app/messaging/mmsengine/mmsconf" mrp="app/messaging/mmsengine/mmsconf/messaging_mmssettings-config.mrp"/>
-</component>
-</collection>
-<collection name="messagingappbase" long-name="Messaging App Base" level="base">
-<component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional">
-<unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
-</component>
-<component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y">
-<unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
-</component>
-</collection>
-<collection name="email" long-name="Email" level="mail">
-<component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" plugin="Y">
-<unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
-</component>
-<component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" plugin="Y">
-<unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
-</component>
-</collection>
-<collection name="messaging_info" long-name="Messaging Apps Info" level="ui">
-<component name="messaging_metadata" long-name="Messaging Apps Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="app/messaging/messaging_info/messaging_metadata/messaging_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="helps" level="apps" span="2" long-name="Help Apps" levels="eng tools unused ui">
-<collection name="n:symhelptools" long-name="Symbian Help Tools" level="tools">
-<component name="n:mbmcodec" long-name="MBM Codec" filter="gt" purpose="development">
-<unit bldFile="app/helps/symhelp/mbmcodec/group" mrp="app/helps/symhelp/mbmcodec/group/tools_sdk_eng_mbmcodec.mrp"/>
-</component>
-<component name="n:cshlpcmpgui" long-name="CSHelp Compiler GUI" filter="gt" purpose="development">
-<unit bldFile="app/helps/symhelp/cshlpcmpgui/group" mrp="app/helps/symhelp/cshlpcmpgui/group/tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/>
-</component>
-<component name="n:cshlpcmpfrontend" long-name="CSHelp Compiler Frontend" purpose="development">
-<unit bldFile="app/helps/symhelp/cshlpcmpfrontend/group" mrp="app/helps/symhelp/cshlpcmpfrontend/group/tools_sdk_eng_cshlpcmp_frontend.mrp"/>
-</component>
-<component name="n:cshlpcmpbackend" long-name="CSHelp Compiler Backend" purpose="development">
-<unit mrp="app/helps/symhelp/cshlpcmpbackend/group/tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
-</component>
-</collection>
-<collection name="symhelp" long-name="Symbian Help" level="eng">
-<component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional">
-<unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
-</component>
-</collection>
-<collection name="helps_info" long-name="Help Apps Info" level="ui">
-<component name="helps_metadata" long-name="Help Apps Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="app/helps/helps_info/helps_metadata/helps_metadata.mrp"/>
-</component>
-</collection>
-</block>
-<block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3">
-<collection name="buildverification" long-name="Build Verification" level="services">
-<component name="autosmoketest" long-name="Auto Smoke Test" filter="gt" purpose="development" introduced="9.1">
-<unit bldFile="app/techview/buildverification/autosmoketest/Group" mrp="app/techview/buildverification/autosmoketest/Group/testtools_autosmoketest.mrp"/>
-</component>
-<component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development">
-<unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
-</component>
-</collection>
-<collection name="sysvalidation" long-name="System Validation" level="services">
-<component name="integtestltsy" long-name="Integration Test Licensee TSY" filter="systemtest" purpose="development" class="placeholder">
-<!-- PLACEHOLDER="DEF140073" 
-        <unit bldFile="sysvalidation/integtestltsy/group" mrp="sysvalidation/integtestltsy/group/integtestltsy.mrp"/>
-        -->
-</component>
-<!--PLACEHOLDER="DEF140016" START REMOVE -->
-<!--PLACEHOLDER="DEF140016" END REMOVE -->
-</collection>
-<collection name="installationapps" long-name="Installation Apps" level="apps2">
-<component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC">
-<unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
-</component>
-</collection>
-<collection name="networkingutils" long-name="Networking Utils" level="utils">
-<component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0" purpose="development">
-<unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
-</component>
-<component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s" purpose="development">
-<unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
-</component>
-</collection>
-<collection name="testapps" long-name="Test Apps" level="utils">
-<component name="rschandler" long-name="Resource Handler" deprecated="tb92" purpose="development">
-<unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
-</component>
-</collection>
-<collection name="techview_info" long-name="Techview Info" level="apps3">
-<component name="techview_metadata" long-name="Techview Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="app/techview/techview_info/techview_metadata/techview_metadata.mrp"/>
-</component>
-</collection>
-</block>
-</layer>
-</systemModel>
-<SystemBuild schema="1.0.0">
-  <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
-  <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
-  <option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
-  <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
-  <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
-  <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
-  <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
-  <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
-  <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
-  <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
-  <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
-  <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
-  <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
-  <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
-  <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
-  <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
-  <!-- Aditional Targets -->
-  <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
-  <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
-  <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
-  <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
-  <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
-  <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
-  <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
-  <targetList name="tools" description="tools Targets" target="TOOLS"/>
-  <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
-  <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
-  <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
-  <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
-  <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
-  <!-- 9.4 configuration -->
-    <!-- tb91 configuration -->
-    <!-- tb91sf configuration -->
-  <configuration name="GT_tb91sf" description="tb91sf GT build" filter="tb91sf,gt">
-    <ref item="os"/>
-    <ref item="mw"/>
-    <ref item="app"/>
-    <task><specialInstructions name="BootStrap1" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="setupprj.bat secure"/></task>
-    <task><specialInstructions name="BootStrap2" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="bld.bat rel"/></task>
-    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-    <task><buildLayer command="abld export" unitParallel="Y"/></task>
-    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
-    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task> 
-    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
-    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
-    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
-    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
-    <task><buildLayer command="abld help" unitParallel="Y"/></task>
-    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
-  </configuration>
-    <!-- 9.5 configuration -->
-    <!-- 9.6 configuration -->
- <!-- Future configuration -->
-</SystemBuild></SystemDefinition>
--- a/symbian2/split/sysdefs/system_model_os_contributed.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1710 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE SystemDefinition [
-<!ELEMENT SystemDefinition ( systemModel )>
-<!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED
->
-<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
-<!-- System Model Section of DTD -->
-<!ELEMENT systemModel (layer+)>
-<!ELEMENT layer (block* | collection*)*>
-<!-- Kernel Services, Base Services, OS Services, Etc -->
-<!ATTLIST layer
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
->
-<!ELEMENT block (subblock* | collection*)*>
- <!-- Generic OS services, Comms Services, etc -->
-<!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
->
-<!ELEMENT subblock (collection)*>
-<!-- Cellular Baseband Services, Networking Services, etc -->
-<!ATTLIST subblock
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
->
-<!ELEMENT collection (component)*>
-<!-- Screen Driver, Content Handling, etc -->
-<!ATTLIST collection
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
->
-<!ELEMENT component (unit)*>
-<!-- contains units or is a  package or prebuilt -->
-<!ATTLIST component
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) "N"
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED
-  purpose ( optional | mandatory | development ) "optional"
->
-<!ELEMENT unit EMPTY >
-<!-- must be buildable (bld.inf) -->
-<!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED
->
-]>
-<SystemDefinition name="Symbian" schema="2.0.1">
-  <systemModel>
-    <layer name="os" long-name="OS" levels="hw services">
-      <block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test">
-        <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
-          <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development">
-            <unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
-          </component>
-        </collection>
-        <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
-          <component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional">
-            <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
-          </component>
-        </collection>
-        <collection name="unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
-          <component name="uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional">
-            <unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
-          </component>
-        </collection>
-        <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
-          <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development">
-            <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
-          </component>
-        </collection>
-        <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
-          <component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory">
-            <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
-          </component>
-        </collection>
-		<collection name="kerneltest" long-name="Kernel Test" level="hw-if" contributed="no">
-		  <component name="e32test" long-name="E32 Tests" class="test" purpose="development" contributed="no">
-			<unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
-		  </component>
-		</collection>
-        <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
-          <component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional">
-            <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
-          </component>
-          <component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional">
-            <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
-          </component>
-          <component name="serialldd" long-name="Serial Port Drivers" purpose="optional">
-            <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
-          </component>
-          <component name="legacydrivers" long-name="Legacy Drivers" purpose="optional">
-            <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
-          </component>
-          <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory">
-<!-- these are LDDs for storage media-->
-            <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
-          </component>
-          <component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory">
-            <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
-          </component>
-          <component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory">
-            <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
-          </component>
-        </collection>
-        <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
-          <component name="mediadrivers" long-name="Media Drivers" purpose="optional" contributed="no">
-			<!-- these are for storage media-->
-			<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
-		  </component>
-          <component name="genericboardsupport" long-name="Generic Board Support" purpose="optional">
-            <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
-          </component>
-        </collection>
-        <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
-          <component name="euser" long-name="User Library" purpose="mandatory">
-            <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
-          </component>
-		  <component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory" contributed="no">
-			<unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
-		  </component>
-          <component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
-          </component>
-          <component name="estart" long-name="Base Starter" filter="gt" purpose="optional">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
-          </component>
-          <component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
-          </component>
-          <component name="basedocs" long-name="Base Documentation" purpose="development">
-            <unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="filesystems" long-name="File Systems" level="framework">
-          <component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y">
-            <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
-          </component>
-          <component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
-          </component>
-          <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
-          </component>
-          <component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
-          </component>
-          <component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
-          </component>
-          <component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
-          </component>
-        </collection>
-        <collection name="halservices" long-name="HAL Services" level="framework">
-          <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional">
-            <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
-          </component>
-        </collection>
-        <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
-          <component name="e32wsrv" long-name="Text Window Server" purpose="optional">
-            <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
-          </component>
-          <component name="textshell" long-name="Text Shell" filter="gt" purpose="development">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 4">
-        <collection name="emulator" long-name="Emulator" level="bsp">
-          <component name="emulatorbsp" long-name="Emulator BSP" purpose="optional">
-            <unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
-        <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
-          <component name="buildsystemtools" long-name="Build System Tools" purpose="development">
-            <unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
-          </component>
-          <component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development">
-            <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
-          </component>
-          <component name="commonbldutils" long-name="Common Utils" purpose="development">
-            <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
-          </component>
-        </collection>
-        <collection name="packaging" long-name="Packaging" level="ui">
-          <component name="additionalutils" long-name="Additional Utils" purpose="development">
-            <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
-          </component>
-        </collection>
-        <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
-          <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development">
-            <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
-          </component>
-          <component name="ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development">
-            <unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
-          </component>
-          <component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC">
-            <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
-          </component>
-          <component name="wincredistribution" long-name="WinC Redistribution" purpose="development">
-            <unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
-          </component>
-          <component name="additionalredistribution" long-name="Additional Redistribution" purpose="development">
-            <unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
-          </component>
-          <component name="statsource" long-name="STAT Source" filter="gt" purpose="development">
-            <unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
-          </component>
-          <component name="wintunnel" long-name="Wintunnel" purpose="development">
-            <unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
-          </component>
-          <component name="autotest" long-name="Autotest" purpose="development">
-            <unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
-          </component>
-          <component name="kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development">
-            <unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
-          </component>
-          <component name="navigationpages" long-name="Navigation Pages" purpose="development">
-            <unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
-          </component>
-        </collection>
-        <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
-          <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC">
-            <unit bldFile="os\buildtools\sbsv1_os\e32toolp\group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
-          </component>
-        </collection>
-        <collection name="imgtools_os" long-name="Image Tools" level="fw">
-          <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development">
-            <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
-          </component>
-        </collection>
-        <collection name="devlib" long-name="Developer Library" level="ui">
-          <component name="Developer Library HTML">
-           <unit mrp="os/buildtools/devlib/devlibhelp/group/shared/developerlibrary_doc_plain_html.mrp"/>
-          </component>
-          <component name="toolsdocs" long-name="Tools Documentation" purpose="development" class="doc">
-            <unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="misccomponents" long-name="Misc Components" level="mw">
-          <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development">
-            <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="ossrv" level="services" long-name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
-        <collection name="genericservices" long-name="Generic Services" level="utilities">
-          <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="development">
-            <unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp" version="9.4"/>
-          </component>
-          <component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory">
-            <unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
-          </component>
-          <component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory">
-            <unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
-          </component>
-          <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional">
-            <unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
-          </component>
-          <component name="activebackupclient" long-name="Active Backup Client" purpose="optional">
-            <unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
-          </component>
-          <component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc">
-            <unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
-          </component>
-          <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional">
-            <unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
-          </component>
-        </collection>
-		<collection name="compressionlibs" long-name="Compression Libraries" level="data-services" contributed="no">
-		  <component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="optional" contributed="no">
-			<unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib.mrp"/>
-		  </component>
-		</collection>
-        <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
-		  <component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional" contributed="no">
-			<unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
-		  </component>
-          <component name="openenvcore" long-name="Open Environment Core" introduced="tb91" purpose="mandatory">
-            <unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
-          </component>
-        </collection>
-        <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
-          <component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory">
-            <unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp" version="2"/>
-          </component>
-          <component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory">
-            <unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities">
-        <collection name="contentmgmt" long-name="Content Management" level="utilities">
-          <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory">
-            <unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
-          </component>
-		  <component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory" contributed="no">
-			<unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
-		  </component>
-        </collection>
-        <collection name="crypto" long-name="Crypto Libraries" level="libraries">
-		  <component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt" purpose="optional" contributed="no">
-			<unit bldFile="os/security/crypto/weakcrypto/group" mrp="os/security/crypto/weakcrypto/group/security_crypto_weak.mrp"/>
-		  </component>
-          <component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt" purpose="optional">
-            <unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
-          </component>
-        </collection>
-        <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
-          <component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional">
-            <unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
-          </component>
-          <component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" deprecated="tb92" purpose="development">
-            <unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
-          </component>
-          <component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc">
-            <unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
-          </component>
-          <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional">
-            <unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
-          </component>
-        </collection>
-        <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
-          <component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional">
-            <unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
-          </component>
-          <component name="securitytools" long-name="Security Tools" introduced="tb92" purpose="optional" class="PC">
-            <unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
-          </component>
-        </collection>
-        <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
-          <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional">
-            <unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
-          </component>
-          <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional">
-            <unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
-          </component>
-          <component name="rootcertificates" long-name="Root Certificates" introduced="7.0s" purpose="optional">
-            <unit mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
-          </component>
-          <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional">
-            <unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if">
-        <collection name="featuremgmt" long-name="Feature Management" level="framework">
-          <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="tb92" purpose="mandatory">
-            <unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
-          </component>
-        </collection>
-        <collection name="loggingservices" long-name="Logging Services" level="server">
-          <component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional">
-            <unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
-          </component>
-          <component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional">
-            <unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
-          </component>
-          <component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1" purpose="development">
-            <unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
-          </component>
-        </collection>
-        <collection name="traceservices" long-name="Trace Services" level="server">
-          <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional">
-            <unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
-          </component>
-          <component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development">
-            <unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
-          </component>
-          <component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91" purpose="development">
-            <unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
-          </component>
-        </collection>
-        <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
-          <component name="store" long-name="Store" purpose="optional">
-            <unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
-          </component>
-          <component name="dbms" long-name="DBMS" purpose="optional">
-            <unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
-          </component>
-          <component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory">
-            <unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
-          </component>
-          <component name="sql" long-name="SQL" introduced="9.3" purpose="optional">
-            <unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="devicesrv" level="services" long-name="Device Services" levels="adaptation hw-if plugin framework server app-if">
-        <collection name="accessoryservices" long-name="Accessory Services" level="framework">
-          <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional">
-            <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
-          </component>
-        </collection>
-        <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
-          <!-- <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91" purpose="optional">
-            <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
-          </component> -->
-          <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory">
-            <unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
-          </component>
-        </collection>
-        <collection name="sysstatemgmt" long-name="System State Management" level="server">
-          <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92" purpose="mandatory">
-            <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface">
-        <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
-          <component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
-            <unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
-          </component>
-          <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
-            <unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
-          </component>
-          <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="tb91" purpose="development" plugin="Y">
-            <unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
-          </component>
-        </collection>
-        <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
-          <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="tb91" purpose="optional" plugin="Y">
-            <unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
-          </component>
-        </collection>
-        <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
-          <component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional">
-            <unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
-          </component>
-          <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional">
-            <unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
-          </component>
-        </collection>
-        <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
-          <component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" purpose="development">
-            <unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
-          </component>
-          <component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y">
-            <unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
-          </component>
-        </collection>
-        <collection name="locationmgmt" long-name="Location Management" level="management">
-          <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional">
-            <unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
-          </component>
-          <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional">
-            <unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
-          </component>
-          <component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional">
-            <unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
-          </component>
-          <component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional">
-            <unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
-          </component>
-        </collection>
-        <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
-          <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="tb91" purpose="optional" plugin="Y">
-            <unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if">
-        <collection name="commsprocess" long-name="Comms Process" level="process">
-          <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory">
-            <unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
-          </component>
-          <component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" purpose="mandatory" class="config">
-            <unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
-          </component>
-        </collection>
-        <collection name="commsconfig" long-name="Comms Config" level="process">
-          <component name="commsdatabase" long-name="Comms Database" purpose="mandatory">
-            <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
-          </component>
-          <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory">
-            <unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
-          </component>
-        </collection>
-        <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
-          <component name="esockserver" long-name="ESock Server" purpose="mandatory">
-            <unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="2"/>
-          </component>
-          <component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" purpose="mandatory" class="config">
-            <unit mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp" version="2"/>
-          </component>
-          <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory">
-            <unit bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp" version="1"/>
-          </component>
-          <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional">
-            <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
-          </component>
-		  <component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional" contributed="no">
-			<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
-		  </component>
-          <component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
-          </component>
-        </collection>
-        <collection name="serialserver" long-name="Serial Server" level="server">
-          <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development">
-            <unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
-          </component>
-          <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory">
-            <unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
-          </component>
-          <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config">
-            <unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
-          </component>
-          <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc">
-            <unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
-          <component name="refcpr" long-name="Reference CPR" introduced="9.2" purpose="optional" plugin="Y">
-            <unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
-          </component>
-          <component name="refscpr" long-name="Reference SCPR" introduced="9.2" purpose="optional" plugin="Y">
-            <unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
-          </component>
-        </collection>
-        <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
-          <component name="commfw" long-name="Comms Framework" introduced="7.0s" purpose="mandatory">
-            <unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
-          </component>
-          <component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s" purpose="mandatory">
-            <unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
-          </component>
-        </collection>
-        <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
-          <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc">
-            <unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
-          <component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory">
-            <unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
-          </component>
-        </collection>
-        <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
-          <component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC">
-            <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
-          </component>
-          <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC">
-            <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
-          </component>
-          <component name="commstools" long-name="Comms Tools" introduced="tb91" purpose="development" class="PC">
-            <unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="networkingsrv" level="services" long-name="Networking Services" levels="adaptation hw-if plugin framework server app-if">
-        <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
-          <component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory">
-            <unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
-          </component>
-        </collection>
-        <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
-          <component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory">
-            <unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
-          </component>
-          <component name="dndconfig" long-name="DND Config" introduced="7.0" purpose="mandatory" class="config">
-            <unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
-          </component>
-          <component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional">
-            <unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
-          </component>
-          <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="tb91" purpose="mandatory" plugin="Y">
-            <unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
-          </component>
-        </collection>
-        <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
-          <component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
-          </component>
-        </collection>
-        <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
-		  <component name="ethernetnif" long-name="Ethernet NIF" plugin="Y" purpose="optional" contributed="no">
-			<unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
-		  </component>
-          <component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" introduced="7.0" purpose="optional" plugin="Y">
-            <unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
-          </component>
-		  <component name="pppnif" long-name="PPP NIF" plugin="Y" introduced="ER5" purpose="optional" contributed="no">
-			<unit version="1" bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp"/>
-		  </component>
-          <component name="pppconfig" long-name="PPP Config" introduced="ER5" purpose="optional">
-            <unit mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp" version="1"/>
-          </component>
-          <component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y">
-            <unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
-          </component>
-          <component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
-          </component>
-        </collection>
-        <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
-          <component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development">
-            <unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
-          </component>
-        </collection>
-        <collection name="networkcontrol" long-name="Network Control" level="plugin">
-          <component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" purpose="optional" class="config">
-            <unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
-          </component>
-          <component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional">
-            <unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
-          </component>
-          <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional">
-            <unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
-          </component>
-          <component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
-          </component>
-          <component name="ipcpr" long-name="IP CPR" introduced="8.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
-          </component>
-          <component name="ipscpr" long-name="IP SCPR" introduced="9.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
-          </component>
-          <component name="ipcprshim" long-name="IP CPR Shim" deprecated="Future" purpose="optional" plugin="Y">
-            <unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
-          </component>
-        </collection>
-        <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
-          <component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" purpose="mandatory" class="config">
-            <unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
-          </component>
-          <component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y">
-            <unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
-          </component>
-          <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y">
-            <unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
-          </component>
-          <component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory">
-            <unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
-          </component>
-          <component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
-          </component>
-        </collection>
-		<collection name="networksecurity" long-name="Network Security" level="framework" contributed="no">
-		  <component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory" contributed="no">
-			<unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
-		  </component>
-		  <component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory" contributed="no">
-			<unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
-		  </component>
-		  <component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional" contributed="no">
-			<unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
-		  </component>
-		</collection>
-        <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
-          <component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" purpose="development">
-            <unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
-          </component>
-          <component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development">
-            <unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
-          </component>
-          <component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5" purpose="development">
-            <unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
-          </component>
-          <component name="ipprobe" long-name="IP Probe" introduced="7.0s" purpose="development" plugin="Y">
-            <unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
-          </component>
-          <component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" purpose="development" plugin="Y">
-            <unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
-          </component>
-          <component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92" purpose="development">
-            <unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
-          </component>
-          <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development">
-            <unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
-          </component>
-        </collection>
-        <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
-          <component name="networkingrom" long-name="Networking ROM" purpose="mandatory">
-<!--  production component: contains the IBY files -->
-          </component>
-          <component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc">
-            <unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
-          <component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y">
-            <unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="cellularsrv" level="services" long-name="Cellular Baseband Services" levels="adaptation hw-if plugin framework server app-if">
-        <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
-          <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional">
-            <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
-          </component>
-          <component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92" purpose="optional">
-            <unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
-          </component>
-        </collection>
-        <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
-          <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
-          </component>
-        </collection>
-        <collection name="fax" long-name="Fax" level="server">
-          <component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional">
-            <unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
-          </component>
-        </collection>
-        <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
-          <component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y">
-            <unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
-          </component>
-        </collection>
-        <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
-          <component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
-          </component>
-          <component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
-          </component>
-          <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
-          </component>
-          <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
-          </component>
-          <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional">
-            <unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
-          </component>
-          <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional">
-            <unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
-          </component>
-          <component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" introduced="8.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
-          </component>
-          <component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
-          </component>
-          <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
-          </component>
-        </collection>
-        <collection name="telephonyserver" long-name="Telephony Server" level="server">
-          <component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory">
-            <unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
-          </component>
-          <component name="etelconfig" long-name="ETel Config" purpose="mandatory" class="config">
-            <unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
-          </component>
-          <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory">
-            <unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
-          </component>
-          <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory">
-            <unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
-          </component>
-          <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory">
-            <unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
-          </component>
-        </collection>
-        <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
-          <component name="common_tsy" long-name="Common TSY" introduced="tb92" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
-          </component>
-          <component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="tb91" purpose="development" plugin="Y">
-            <unit mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp"/>
-          </component>
-          <component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
-          </component>
-          <component name="cdmatsy" long-name="CDMA TSY" introduced="7.0" purpose="development" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/>
-          </component>
-          <component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
-          </component>
-        </collection>
-        <collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
-          <component name="dial" long-name="Dial" deprecated="9.1" purpose="optional">
-            <unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
-          </component>
-          <component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y">
-            <unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
-          </component>
-          <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory">
-            <unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
-          </component>
-        </collection>
-        <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
-          <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc">
-            <unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
-          </component>
-          <component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc">
-            <unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
-          <component name="mocksy" long-name="MockSY" introduced="tb91" purpose="development" plugin="Y">
-            <unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="shortlinksrv" level="services" long-name="Short Link Services" levels="adaptation hw-if plugin framework server app-if">
-        <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
-          <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional">
-            <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
-          </component>
-        </collection>
-        <collection name="bluetooth" long-name="Bluetooth" level="framework">
-          <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
-          </component>
-          <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
-            <unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
-          </component>
-          <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
-          </component>
-          <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
-          </component>
-          <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
-          </component>
-          <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development">
-            <unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
-          </component>
-          <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
-          </component>
-          <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
-            <unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
-          <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
-          </component>
-          <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
-          </component>
-          <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
-          </component>
-          <component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional">
-            <unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
-          </component>
-        </collection>
-        <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
-          <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
-          </component>
-        </collection>
-        <collection name="bthci" long-name="Host Controller Interface" level="server">
-          <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
-          </component>
-          <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
-          </component>
-          <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
-            <unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
-          </component>
-          <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
-            <unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
-          </component>
-        </collection>
-        <collection name="usbmgmt" long-name="USB Management" level="server">
-          <component name="usbmgr" long-name="USB Manager" purpose="optional">
-            <unit bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
-          </component>
-          <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development">
-            <unit mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
-          </component>
-          <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc">
-            <unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="irda" long-name="IrDA" level="plugin">
-          <component name="irdastack" long-name="IrDA Stack" purpose="optional">
-            <unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
-          </component>
-        </collection>
-		</block>
-      <block name="mm" level="services" long-name="Multimedia" levels="adaptation hw-if device-fw devices middleware app-if">
-        <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
-          <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory">
-            <unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
-          </component>
-          <component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" purpose="development">
-            <unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
-          </component>
-          <component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" purpose="development">
-            <unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
-          </component>
-          <component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional">
-            <unit bldFile="os/mm/imagingandcamerafws/camerafw/framework/group" mrp="os/mm/imagingandcamerafws/camerafw/framework/group/multimedia_ecam_framework.mrp"/>
-          </component>
-          <component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" purpose="development">
-            <unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
-          <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory">
-<!-- PLACEHOLDER="DEF137894" START REMOVE -->
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmutilitylib/group" mrp="mw/mmmw/mmmiddlewarefws/mmutilitylib/group/multimedia_common.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
-          <component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
-          </component>
-          <component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/mm/imagingandcamerafws/camerafw/plugins/group" mrp="os/mm/imagingandcamerafws/camerafw/plugins/group/multimedia_ecam_plugins.mrp"/>
-<!-- PLACEHOLDER="DEF137652" REMOVE -->
-          </component>
-          <component name="3gplib" long-name="3GP Library" introduced="Future" purpose="optional">
-            <unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
-          </component>
-          <component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" purpose="development">
-            <unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
-          </component>
-        </collection>
-        <collection name="mm_info" long-name="Multimedia Info" level="app-if">
-          <component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc">
-            <unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
-          <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92" purpose="development">
-            <unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
-          <component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" purpose="development">
-            <unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
-          </component>
-          <component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s" purpose="mandatory">
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
-          <component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" purpose="development">
-            <unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
-          </component>
-          <component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" purpose="development">
-            <unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
-          </component>
-          <component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" purpose="development">
-            <unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
-          </component>
-          <component name="mmtesttools" long-name="Multimedia Test Tools" purpose="development">
-            <unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
-          </component>
-        </collection>
-        <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
-          <component name="openmax" long-name="OpenMAX" introduced="tb91" purpose="optional">
-            <unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
-          </component>
-        </collection>
-        <collection name="devsound" long-name="Sound Device" level="devices">
-          <component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory">
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
-          </component>
-          <component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92" purpose="optional">
-            <unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
-          </component>
-          <component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92" purpose="optional">
-            <unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
-          </component>
-          <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional">
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
-          </component>
-          <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional">
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
-          </component>
-          <component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y">
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
-          </component>
-          <component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92" purpose="development">
-            <unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
-          </component>
-          <component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92" purpose="development">
-            <unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
-          </component>
-          <component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" purpose="development">
-            <unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
-          </component>
-          <component name="a3fsrvstart" long-name="A3F Server Start" introduced="tb92" purpose="optional" plugin="Y">
-            <unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
-          <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional">
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
-          </component>
-          <component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92" purpose="development">
-            <unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
-          </component>
-          <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92" purpose="optional">
-            <unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
-          </component>
-          <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92" purpose="optional">
-            <unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
-          </component>
-          <component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory">
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group/multimedia_mdf_devvideo.mrp"/>
-          </component>
-          <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92" purpose="optional">
-            <unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
-          </component>
-          <component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" purpose="development">
-            <unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="graphics" level="services" long-name="Graphics" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
-        <collection name="graphicstest" long-name="Graphics Test" level="app-if">
-          <component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development">
-            <unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
-          </component>
-          <component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development">
-            <unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
-          </component>
-        </collection>
-        <collection name="graphics_info" long-name="Graphics Info" level="app-if">
-          <component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc">
-            <unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="windowing" long-name="Windowing" level="app-if">
-          <component name="windowserver" long-name="Window Server" purpose="mandatory">
-            <unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
-          </component>
-        </collection>
-        <collection name="printingservices" long-name="Printing Services" level="app-if">
-          <component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional">
-            <unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
-          </component>
-          <component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y">
-            <unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
-          </component>
-        </collection>
-        <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
-          <component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory">
-            <unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
-          </component>
-        </collection>
-        <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
-          <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional">
-            <unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
-          </component>
-        </collection>
-        <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
-          <component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional">
-            <unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
-          </component>
-        </collection>
-        <collection name="egl" long-name="EGL" level="internal-adaptations">
-          <component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional">
-            <unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
-          </component>
-        </collection>
-        <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
-          <component name="bitgdi" long-name="BitGDI" purpose="mandatory">
-            <unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
-          </component>
-          <component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional">
-            <unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
-          </component>
-          <component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
-          </component>
-        </collection>
-        <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
-          <component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC">
-            <unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text">
-        <collection name="charconvfw" long-name="Character Conversion" level="encoding">
-          <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional">
-            <unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
-          </component>
-          <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y">
-            <unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
-          </component>
-          <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y">
-            <unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
-          </component>
-        </collection>
-        <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
-          <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y">
-            <unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
-          </component>
-          <component name="fontstore" long-name="Font Store" purpose="mandatory">
-            <unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
-          </component>
-          <component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder">
-<!-- placeholder for text code from GDI -->
-          </component>
-          <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
-            <unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
-          </component>
-          <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
-            <unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
-          </component>
-        </collection>
-	    <collection name="graphicsdevif" long-name="Graphics Device Interface" level="device">
-		  <component name="gdi" long-name="GDI" purpose="mandatory" license-values="3">
-		   <unit bldFile="os/textandloc/graphicsdevif/gdi/group" mrp="os/textandloc/graphicsdevif/gdi/group/graphics_gdi.mrp"/>
-		  </component>
-		</collection>
-        <collection name="textlayout" long-name="Text Layout" level="text">
-          <component name="texthandling" long-name="Text Handling" purpose="optional">
-            <unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
-          </component>
-          <component name="textformatting" long-name="Text Formatting" purpose="optional">
-            <unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
-          </component>
-          <component name="word" long-name="Word" purpose="development">
-            <unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
-          </component>
-        </collection>
-        <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
-          <component name="nearestlangutil" long-name="Nearest Language Util" introduced="tb91" purpose="mandatory" class="placeholder">
-<!-- placeholder for split from bafl -->
-          </component>
-          <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
-            <unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
-          </component>
-        </collection>
-        <collection name="localesupport" long-name="Locale Support" level="util">
-          <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
-            <unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
-          </component>
-          <component name="initlocale" long-name="Initialise Locale" introduced="tb91" purpose="mandatory" class="placeholder">
-<!-- placeholder for split from bafl -->
-          </component>
-        </collection>
-        <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
-          <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
-<!-- placeholder for split from GDI Tools -->
-          </component>
-          <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
-            <unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific">
-        <collection name="xml" long-name="XML" level="generic">
-          <component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional">
-            <unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
-          </component>
-          <component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
-          </component>
-          <component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="deviceplatformrelease" level="services" long-name="Device Platform Release" levels="bld mid top">
-        <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
-          <component name="cedarutils" long-name="Cedar Utils" purpose="development">
-            <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
-          </component>
-          <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config">
-            <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
-          </component>
-        </collection>
-        <collection name="foundation_system" long-name="Foundation System" level="top">
-          <component name="systemdocs" long-name="System Documentation" purpose="development" class="doc">
-            <unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="osrndtools" level="services" long-name="OS RD tools" levels="fw trace">
-        <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
-          <component name="cinidata" long-name="CINI Data" purpose="development">
-            <unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/>
-          </component>
-          <component name="testexecute" long-name="Test Execute" deprecated="tb91" purpose="development">
-            <unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
-          </component>
-        </collection>
-      </block>
-    </layer>
-    <layer name="mw" long-name="Middleware" levels="generic specific">
-      <block name="appsupport" level="generic" long-name="Generic Application Support" levels="system plugin framework server generic specific">
-        <collection name="filehandling" long-name="File Handling" level="server">
-          <component name="fileconverterfw" long-name="File Converter Framework" purpose="optional">
-            <unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
-          </component>
-          <component name="fileconverterplugins" long-name="Other File Converter Plugins" introduced="ER5" deprecated="9.3" purpose="optional" plugin="Y">
-            <unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
-          </component>
-          <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y">
-            <unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
-          </component>
-          <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
-          </component>
-        </collection>
-        <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
-          <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91" purpose="optional" plugin="Y">
-            <unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
-          </component>
-        </collection>
-        <collection name="commonappservices" long-name="Common Application Services" level="framework">
-          <component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional">
-            <unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
-          </component>
-          <component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" deprecated="tb92" purpose="development">
-            <unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
-          </component>
-          <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development">
-            <unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
-          </component>
-          <component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc">
-            <unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
-          </component>
-          <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional">
-            <unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
-          </component>
-        </collection>
-        <collection name="tzservices" long-name="Time Zone Services" level="plugin">
-          <component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional">
-            <unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
-          </component>
-          <component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional">
-            <unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
-          </component>
-          <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config">
-            <unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
-          </component>
-          <component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config">
-            <unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
-          </component>
-          <component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1" purpose="optional">
-            <unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
-          </component>
-          <component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" purpose="development">
-            <unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
-          </component>
-        </collection>
-        <collection name="contenthandling" long-name="Content Handling" level="plugin">
-          <component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0" purpose="optional">
-            <unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
-          </component>
-          <component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y">
-            <unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
-          </component>
-		  <component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development" contributed="no">
-			<unit bldFile="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group" mrp="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
-		  </component>
-        </collection>
-        <collection name="printingsupport" long-name="Printing Support" level="generic">
-          <component name="printinguisupport" long-name="Printing UI Support" purpose="optional">
-            <unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
-          </component>
-        </collection>
-        <collection name="appfw" long-name="Application Framework" level="framework">
-          <component name="apparchitecture" long-name="Application Architecture" purpose="mandatory">
-            <unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
-          </component>
-          <component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory">
-            <unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
-          </component>
-          <component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development">
-            <unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
-          </component>
-        </collection>
-        <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
-          <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC">
-            <unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
-          </component>
-		  <component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC" purpose="development" contributed="no">
-			<unit bldFile="mw/appsupport/tzpcside/worlddatabasekit/group" mrp="mw/appsupport/tzpcside/worlddatabasekit/group/app-services_wlddatabasekit_cedar.mrp"/>
-		  </component>
-          <component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" purpose="development" class="config PC">
-            <unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="netprotocols" level="generic" long-name="High-level Internet Protocols" levels="plugin framework server generic specific">
-        <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
-          <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional">
-            <unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
-          </component>
-          <component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development">
-            <unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
-          </component>
-          <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional">
-            <unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
-          </component>
-          <component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional">
-            <unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
-          </component>
-          <component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional">
-            <unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
-          </component>
-          <component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional">
-            <unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
-          </component>
-        </collection>
-        <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
-          <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional">
-            <unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
-          </component>
-          <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional">
-            <unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
-          </component>
-          <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y">
-            <unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
-          </component>
-          <component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y">
-            <unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin framework conn server">
-        <collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
-          <component name="rtp" long-name="RTP" introduced="9.0" purpose="optional">
-<!-- Real Time Data Protocol -->
-            <unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
-          </component>
-          <component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt" purpose="optional">
-            <unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
-          </component>
-        </collection>
-        <collection name="sipconnproviderplugins" long-name="SIP Connection Provider Plugins" level="conn">
-		  <component name="sipconnprovider" long-name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3">
-			<unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group/mm-protocols_SIPCPR.mrp"/>
-		  </component>
-		  <component name="sipdummyprt" long-name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3">
-		  <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group/mm-protocols_SIPDummyPRT.mrp"/>
-		  </component>
-		  <component name="sipstatemachine" long-name="SIP State Machine" introduced="9.2" filter="gt" purpose="optional" license-values="3">
-		   <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group/mm-protocols_SipStateMachine.mrp"/>
-		  </component>
-		  <component name="sipparams" long-name="SIP Params" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3">
-		   <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipparams/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipparams/group/mm-protocols_SIPParams.mrp"/>
-		  </component>
-		  <component name="sipsubconnprovider" long-name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3">
-		   <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group/mm-protocols_SIPSCPR.mrp"/>
-		  </component>
-        </collection>
-      </block>
-      <block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack fw api">
-        <collection name="messagingfw" long-name="Messaging FW" level="fw">
-          <component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y">
-            <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
-          </component>
-          <component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional">
-            <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
-          </component>
-		  <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional" contributed="no">
-			<unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
-		  </component>
-          <component name="msgconf" long-name="Messaging Config" introduced="tb91" purpose="optional" class="config">
-            <unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
-          </component>
-          <component name="watcherfw" long-name="Watcher Framework" purpose="optional">
-            <unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
-          </component>
-          <component name="msgtest" long-name="Messaging Test" purpose="development">
-            <unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
-          </component>
-          <component name="msgtests" long-name="Messaging Tests" purpose="development">
-            <unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
-          </component>
-          <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92" purpose="development">
-            <unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
-          </component>
-          <component name="msgtestproduct" long-name="Messaging Test Product" purpose="development">
-            <unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
-          </component>
-          <component name="biowatchers" long-name="BIO Watchers" introduced="8.0" purpose="optional" plugin="Y">
-            <unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
-          </component>
-          <component name="sendas" long-name="Send As" purpose="optional">
-            <unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
-          </component>
-          <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional">
-            <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
-          </component>
-          <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional">
-            <unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="remoteconn" level="generic" long-name="Remote Connectivity" levels="plugin framework server generic specific">
-        <collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
-		  <component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0" purpose="optional" license-values="3">
-		   <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp/connectivity_legacy_plp_plpgrp.mrp"/>
-		  </component>
-		  <component name="plpvariant" long-name="PLP Variant" deprecated="9.0" purpose="optional" license-values="3">
-		   <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant/connectivity_legacy_plp_plpvariant.mrp"/>
-		  </component>
-          <component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0" purpose="optional">
-            <unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
-          </component>
-        </collection>
-        <collection name="mtptransports" long-name="MTP Transports" level="plugin">
-          <component name="mtpusbtransport" long-name="MTP USB Transport" introduced="tb91" purpose="optional" plugin="Y">
-            <unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
-          </component>
-        </collection>
-		<collection name="mtpfws" long-name="MTP Frameworks" level="framework" contributed="no">
-		  <component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" class="test" purpose="development" contributed="no">
-			<unit bldFile="mw/remoteconn/mtpfws/mtpintegrationtest/group" mrp="mw/remoteconn/mtpfws/mtpintegrationtest/group/mtp_test.mrp"/>
-		  </component>
-		</collection>
-        <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
-          <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="tb91" purpose="optional" plugin="Y">
-            <unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
-          </component>
-        </collection>
-        <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
-          <component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional">
-            <unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
-          </component>
-        </collection>
-        <collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
-          <component name="chatscripts" long-name="Chat Scripts" purpose="development">
-            <unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
-          </component>
-          <component name="connectqi" long-name="ConnectQI" introduced="9.1" purpose="optional" class="PC">
-            <unit mrp="mw/remoteconn/connectivitypcside/connectqi/connectqisdk_mr3.mrp"/>
-          </component>
-          <component name="connectqisdk" long-name="ConnectQI SDK" introduced="9.1" purpose="optional" class="PC">
-            <unit mrp="mw/remoteconn/connectivitypcside/connectqisdk/connectqisdk_public.mrp"/>
-          </component>
-        </collection>
-        <collection name="connectivitydevicefws" long-name="Connectivity Device Frameworks" level="framework">
-          <component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91" purpose="optional">
-            <unit bldFile="app/techview/connectivityapps/connectivityfw/group" mrp="app/techview/connectivityapps/connectivityfw/group/connectivity_framework.mrp"/>
-          </component>
-          <component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91" purpose="optional">
-            <unit bldFile="app/techview/connectivityapps/connectivityservices/group" mrp="app/techview/connectivityapps/connectivityservices/group/connectivity_services.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="shortlinkconn" level="generic" long-name="Shortlink Connectivity" levels="framework server generic specific plugin">
-        <collection name="obex" long-name="OBEX" level="generic">
-          <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional">
-            <unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
-          </component>
-          <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional">
-            <unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
-          </component>
-        </collection>
-        <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
-          <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional">
-            <unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific">
-        <collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
-          <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory">
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
-          <component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
-          <component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" purpose="development">
-            <unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
-          </component>
-          <component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" purpose="development">
-            <unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
-          </component>
-          <component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" purpose="development">
-            <unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
-          <component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" purpose="development">
-            <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
-          </component>
-          <component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91" purpose="development">
-            <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
-          </component>
-          <component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" purpose="development">
-            <unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="inputmethods" level="generic" long-name="Input Methods" levels="plugin engine framework">
-        <collection name="fep" long-name="FEP" level="engine">
-          <component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory">
-            <unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="classicui" level="generic" long-name="Classic UI" levels="base support server generic specific">
-        <collection name="commonuisupport" long-name="Common UI Support" level="support">
-          <component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory">
-            <unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
-          </component>
-          <component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory">
-            <unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
-          </component>
-          <component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory">
-            <unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
-          </component>
-          <component name="grid" long-name="Grid" purpose="optional">
-            <unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
-          </component>
-          <component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc">
-            <unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
-          <component name="cone" long-name="Control Environment" purpose="mandatory">
-            <unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
-          </component>
-          <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional">
-            <unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
-          </component>
-          <component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory">
-            <unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
-          </component>
-          <component name="clockanim" long-name="Clock" purpose="optional" plugin="Y">
-            <unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
-          </component>
-          <component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional">
-            <unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
-          </component>
-          <component name="animation" long-name="Animation" introduced="9.1" purpose="optional">
-            <unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api">
-        <collection name="installationservices" long-name="Installation Services" level="generic">
-          <component name="swi" long-name="Secure Software Install" purpose="optional">
-            <unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
-          </component>
-          <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
-            <unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
-          </component>
-          <component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0" purpose="development">
-            <unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
-          </component>
-          <component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
-            <unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
-          </component>
-        </collection>
-        <collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
-          <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC">
-            <unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
-          </component>
-          <component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC">
-            <unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
-          </component>
-        </collection>
-      </block>
-    </layer>
-    <layer name="app" long-name="Applications" levels="services apps">
-      <block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
-		<collection name="phonebookengines" long-name="Phonebook Engines" level="engine" contributed="no">
-		  <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional" contributed="no">
-			<unit version="1" bldFile="app/contacts/phonebookengines/contactsmodel/group" mrp="app/contacts/phonebookengines/contactsmodel/group/app-engines_cntmodel.mrp"/>
-		  </component>
-		</collection>
-        <collection name="pimprotocols" long-name="PIM Protocols" level="services">
-		  <component name="phonebooksync" long-name="Phonebook Sync" plugin="Y" purpose="optional" contributed="no">
-			<unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
-		  </component>
-          <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
-            <unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui">
-        <collection name="pimappservices" long-name="PIM App Services" level="services">
-		  <component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional" contributed="no">
-			<unit version="2" bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp"/>
-		  </component>
-          <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
-            <unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
-          </component>
-          <component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" purpose="development">
-            <unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
-          </component>
-          <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
-            <unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
-          </component>
-        </collection>
-        <collection name="officeappeng" long-name="Office App Engines" level="engine">
-		  <component name="datamodel" long-name="Data Engine" introduced="ER5" deprecated="9.3" purpose="optional" contributed="no">
-			<unit bldFile="app/organizer/officeappeng/datamodel/group" mrp="app/organizer/officeappeng/datamodel/group/app-engines_damodel.mrp"/>
-		  </component>
-          <component name="sheeteng" long-name="Sheet Engine" introduced="ER5" deprecated="9.3" purpose="optional">
-            <unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
-          </component>
-          <component name="charteng" long-name="Chart" introduced="ER5" deprecated="9.3" purpose="optional">
-            <unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
-          </component>
-          <component name="wordeng" long-name="Word Engine" introduced="ER5" deprecated="9.3" purpose="optional">
-            <unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
-          </component>
-        </collection>
-        <collection name="pimappsupport" long-name="PIM Application Support" level="support">
-		  <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional" contributed="no">
-			<unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
-		  </component>
-          <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
-            <unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="messaging" level="apps" span="2" long-name="Messaging Apps" levels="mail eng base ui">
-        <collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
-          <component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y">
-            <unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
-          </component>
-        </collection>
-        <collection name="mmsengine" long-name="MMS Engine" level="eng">
-          <component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional">
-            <unit bldFile="app/messaging/mmsengine/mmssettings/group/" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
-          </component>
-          <component name="mmsconf" long-name="MMS Configuration" purpose="optional">
-            <unit mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings-config.mrp"/>
-          </component>
-        </collection>
-        <collection name="messagingappbase" long-name="Messaging App Base" level="base">
-          <component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional">
-            <unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
-          </component>
-          <component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y">
-            <unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
-          </component>
-        </collection>
-        <collection name="email" long-name="Email" level="mail">
-          <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" plugin="Y">
-            <unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
-          </component>
-          <component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" plugin="Y">
-            <unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="helps" level="apps" span="2" long-name="Help Apps" levels="eng tools unused ui">
-        <collection name="symhelptools" long-name="Symbian Help Tools" level="tools">
-          <component name="cshlpcmpbackend" long-name="CSHelp Compiler Backend" purpose="development">
-            <unit mrp="app/helps/symhelp/cshlpcmpbackend/group/tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
-          </component>
-        </collection>
-        <collection name="symhelp" long-name="Symbian Help" level="eng">
-          <component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional">
-            <unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
-          </component>
-        </collection>
-      </block>
-      <block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3">
-        <collection name="buildverification" long-name="Build Verification" level="services">
-          <component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development">
-            <unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
-          </component>
-        </collection>
-        <collection name="installationapps" long-name="Installation Apps" level="apps2">
-          <component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC">
-            <unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
-          </component>
-        </collection>
-        <collection name="networkingutils" long-name="Networking Utils" level="utils">
-          <component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0" purpose="development">
-            <unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
-          </component>
-          <component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s" purpose="development">
-            <unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
-          </component>
-        </collection>
-        <collection name="testapps" long-name="Test Apps" level="utils">
-          <component name="rschandler" long-name="Resource Handler" deprecated="tb92" purpose="development">
-            <unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
-          </component>
-        </collection>
-      </block>
-    </layer>
-  </systemModel>
-</SystemDefinition>
--- a/symbian2/split/sysdefs/system_model_s60.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1182 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE SystemDefinition [
- <!ELEMENT SystemDefinition (systemModel?, build?)>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (logicalset* | module*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  levels CDATA #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalset
-  name CDATA #REQUIRED
-  levels CDATA #IMPLIED
-  span CDATA #IMPLIED
-  level CDATA #IMPLIED>
- <!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
- <!ATTLIST logicalsubset name CDATA #REQUIRED>
- <!ELEMENT module (component* | unit* | package* | prebuilt*)*>
- <!ATTLIST module
-  name CDATA #REQUIRED
-  level CDATA #IMPLIED>
- <!ELEMENT component (unit* | package* | prebuilt*)*>
- <!ATTLIST component name CDATA #REQUIRED>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  unitID ID #REQUIRED
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  bldFile CDATA #REQUIRED
-  priority CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT package EMPTY>
- <!ATTLIST package
-  name CDATA #REQUIRED
-  mrp CDATA #REQUIRED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT prebuilt EMPTY>
- <!ATTLIST prebuilt
-  name CDATA #REQUIRED
-  version CDATA #REQUIRED
-  late (Y|N) #IMPLIED
-  filter CDATA #IMPLIED
-  contract CDATA #IMPLIED>
- <!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
- <!ELEMENT unitList (unitRef+)>
- <!ATTLIST unitList
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT unitRef EMPTY>
- <!ATTLIST unitRef unit IDREF #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y | N | y | n) #REQUIRED>
- <!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
- <!ELEMENT unitListRef EMPTY>
- <!ATTLIST unitListRef unitList IDREF #REQUIRED>
- <!ELEMENT layerRef EMPTY>
- <!ATTLIST layerRef layerName CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y | N | y | n) #REQUIRED
-  targetParallel (Y | N | y | n) #IMPLIED>
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  command CDATA #REQUIRED>
-]>
-<SystemDefinition name="S60_SystemModel + S60_SystemBuild" schema="1.4.0">
-<systemModel>
-<layer name="sf">
-<logicalset name="adaptation">
-<logicalsubset name="stubs">
-<module name="audiostubs">
-<component name="audiostubs">
-<unit unitID="sf_adaptation_stubs_audiostubs" name="audiostubs" bldFile="\sf\adaptation\stubs\audiostubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="btaudioadaptation_stub">
-<component name="btaudioadaptation_stub">
-<unit unitID="sf_adaptation_stubs_btaudioadaptation_stub" name="btaudioadaptation_stub" bldFile="\sf\adaptation\stubs\btaudioadaptation_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="drm_stubs">
-<component name="drm_stubs">
-<unit unitID="sf_adaptation_stubs_drm_stubs" name="drm_stubs" bldFile="\sf\adaptation\stubs\drm_stubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="ocrsrv_stub">
-<component name="ocrsrv_stub">
-<unit unitID="sf_adaptation_stubs_ocrsrv_stub" name="ocrsrv_stub" bldFile="\sf\adaptation\stubs\ocrsrv_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="omasuplasnconverterstubimpl">
-<component name="omasuplasnconverterstubimpl">
-<unit unitID="sf_adaptation_stubs_omasuplasnconverterstubimpl" name="omasuplasnconverterstubimpl" bldFile="\sf\adaptation\stubs\omasuplasnconverterstubimpl\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="posmsgpluginreferenceimpl">
-<component name="posmsgpluginreferenceimpl">
-<unit unitID="sf_adaptation_stubs_posmsgpluginreferenceimpl" name="posmsgpluginreferenceimpl" bldFile="\sf\adaptation\stubs\posmsgpluginreferenceimpl\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="power_save_display_mode_stub">
-<component name="power_save_display_mode_stub">
-<unit unitID="sf_adaptation_stubs_power_save_display_mode_stub" name="power_save_display_mode_stub" bldFile="\sf\adaptation\stubs\power_save_display_mode_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="srsfenginestub">
-<component name="srsfenginestub">
-<unit unitID="sf_adaptation_stubs_srsfenginestub" name="srsfenginestub" bldFile="\sf\adaptation\stubs\srsfenginestub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="systemswstubs">
-<component name="systemswstubs">
-<unit unitID="sf_adaptation_stubs_systemswstubs" name="systemswstubs" bldFile="\sf\adaptation\stubs\systemswstubs\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="tactileclickplugin_stub">
-<component name="tactileclickplugin_stub">
-<unit unitID="sf_adaptation_stubs_tactileclickplugin_stub" name="tactileclickplugin_stub" bldFile="\sf\adaptation\stubs\tactileclickplugin_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="wlanhwinit_stub">
-<component name="wlanhwinit_stub">
-<unit unitID="sf_adaptation_stubs_wlanhwinit_stub" name="wlanhwinit_stub" bldFile="\sf\adaptation\stubs\wlanhwinit_stub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="app">
-<logicalsubset name="camera">
-<module name="camera">
-<component name="camera">
-<unit unitID="sf_app_camera" name="camera" bldFile="\sf\app\camera\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="commonemail">
-<module name="commonemail">
-<component name="commonemail">
-<unit unitID="sf_app_commonemail" name="commonemail" bldFile="\sf\app\commonemail\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="conntools">
-<module name="conntools">
-<component name="conntools">
-<unit unitID="sf_app_conntools" name="conntools" bldFile="\sf\app\conntools\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="contacts">
-<module name="contacts">
-<component name="contacts">
-<unit unitID="sf_app_contacts" name="contacts" bldFile="\sf\app\contacts\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="contentcontrol">
-<module name="contentcontrol">
-<component name="contentcontrol">
-<unit unitID="sf_app_contentcontrol" name="contentcontrol" bldFile="\sf\app\contentcontrol\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="conversations">
-<module name="conversations">
-<component name="conversations">
-<unit unitID="sf_app_conversations" name="conversations" bldFile="\sf\app\conversations\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="devicecontrol">
-<module name="devicecontrol">
-<component name="devicecontrol">
-<unit unitID="sf_app_devicecontrol" name="devicecontrol" bldFile="\sf\app\devicecontrol\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="dictionary">
-<module name="dictionary">
-<component name="dictionary">
-<unit unitID="sf_app_dictionary" name="dictionary" bldFile="\sf\app\dictionary\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="files">
-<module name="files">
-<component name="files">
-<unit unitID="sf_app_files" name="files" bldFile="\sf\app\files\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="gallery">
-<module name="gallery">
-<component name="gallery">
-<unit unitID="sf_app_gallery" name="gallery" bldFile="\sf\app\gallery\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="graphicsuis">
-<module name="graphicsuis">
-<component name="graphicsuis">
-<unit unitID="sf_app_graphicsuis" name="graphicsuis" bldFile="\sf\app\graphicsuis\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="helps">
-<module name="helps">
-<component name="helps">
-<unit unitID="sf_app_helps" name="helps" bldFile="\sf\app\helps\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="homescreen">
-<module name="homescreen">
-<component name="homescreen">
-<unit unitID="sf_app_homescreen" name="homescreen" bldFile="\sf\app\homescreen\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="im">
-<module name="im">
-<component name="im">
-<unit unitID="sf_app_im" name="im" bldFile="\sf\app\im\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imgeditor">
-<module name="imgeditor">
-<component name="imgeditor">
-<unit unitID="sf_app_imgeditor" name="imgeditor" bldFile="\sf\app\imgeditor\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imgvieweruis">
-<module name="imgvieweruis">
-<component name="imgvieweruis">
-<unit unitID="sf_app_imgvieweruis" name="imgvieweruis" bldFile="\sf\app\imgvieweruis\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="iptelephony">
-<module name="iptelephony">
-<component name="iptelephony">
-<unit unitID="sf_app_iptelephony" name="iptelephony" bldFile="\sf\app\iptelephony\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="java">
-<module name="java_plat">
-<component name="java_plat">
-<unit unitID="sf_app_java_java_plat" name="java_plat" bldFile="\sf\app\java\java_plat\group" mrp=""/>
-</component>
-</module>
-<module name="java_stubs">
-<component name="java_stubs">
-<unit unitID="sf_app_java_java_stubs" name="java_stubs" bldFile="\sf\app\java\java_stubs\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="location">
-<module name="location">
-<component name="location">
-<unit unitID="sf_app_location" name="location" bldFile="\sf\app\location\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="messaging">
-<module name="messaging">
-<component name="messaging">
-<unit unitID="sf_app_messaging" name="messaging" bldFile="\sf\app\messaging\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mmsharinguis">
-<module name="mmsharinguis">
-<component name="mmsharinguis">
-<unit unitID="sf_app_mmsharinguis" name="mmsharinguis" bldFile="\sf\app\mmsharinguis\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="musicplayer">
-<module name="musicplayer">
-<component name="musicplayer">
-<unit unitID="sf_app_musicplayer" name="musicplayer" bldFile="\sf\app\musicplayer\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="organizer">
-<module name="organizer">
-<component name="organizer">
-<unit unitID="sf_app_organizer" name="organizer" bldFile="\sf\app\organizer\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="phone">
-<module name="phone">
-<component name="phone">
-<unit unitID="sf_app_phone" name="phone" bldFile="\sf\app\phone\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="photos">
-<module name="photos">
-<component name="photos">
-<unit unitID="sf_app_photos" name="photos" bldFile="\sf\app\photos\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="poc">
-<module name="poc">
-<component name="poc">
-<unit unitID="sf_app_poc" name="poc" bldFile="\sf\app\poc\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="printing">
-<module name="printing">
-<component name="printing">
-<unit unitID="sf_app_printing" name="printing" bldFile="\sf\app\printing\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="profile">
-<module name="profile">
-<component name="profile">
-<unit unitID="sf_app_profile" name="profile" bldFile="\sf\app\profile\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="radio">
-<module name="radio">
-<component name="radio">
-<unit unitID="sf_app_radio" name="radio" bldFile="\sf\app\radio\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="rndtools">
-<module name="rndtools">
-<component name="rndtools">
-<unit unitID="sf_app_rndtools" name="rndtools" bldFile="\sf\tools\rndtools\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="screensaver">
-<module name="screensaver">
-<component name="screensaver">
-<unit unitID="sf_app_screensaver" name="screensaver" bldFile="\sf\app\screensaver\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="settingsuis">
-<module name="settingsuis">
-<component name="settingsuis">
-<unit unitID="sf_app_settingsuis" name="settingsuis" bldFile="\sf\app\settingsuis\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="speechsrv">
-<module name="speechsrv">
-<component name="speechsrv">
-<unit unitID="sf_app_speechsrv" name="speechsrv" bldFile="\sf\app\speechsrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="utils">
-<module name="utils">
-<component name="utils">
-<unit unitID="sf_app_utils" name="utils" bldFile="\sf\app\utils\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videocenter">
-<module name="videocenter">
-<component name="videocenter">
-<unit unitID="sf_app_videocenter" name="videocenter" bldFile="\sf\app\videocenter\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videoeditor">
-<module name="videoeditor">
-<component name="videoeditor">
-<unit unitID="sf_app_videoeditor" name="videoeditor" bldFile="\sf\app\videoeditor\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videoplayer">
-<module name="videoplayer">
-<component name="videoplayer">
-<unit unitID="sf_app_videoplayer" name="videoplayer" bldFile="\sf\app\videoplayer\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videotelephony">
-<module name="videotelephony">
-<component name="videotelephony">
-<unit unitID="sf_app_videotelephony" name="videotelephony" bldFile="\sf\app\videotelephony\group" mrp=""/>
-</component>
-</module>
-<module name="vtprotocolsstub">
-<component name="vtprotocolsstub">
-<unit unitID="sf_app_videotelephony_vtprotocolsstub" name="vtprotocolsstub" bldFile="\sf\app\videotelephony\vtprotocolsstub\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="voicerec">
-<module name="voicerec">
-<component name="voicerec">
-<unit unitID="sf_app_voicerec" name="voicerec" bldFile="\sf\app\voicerec\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="webuis">
-<module name="webuis">
-<component name="webuis">
-<unit unitID="sf_app_webuis" name="webuis" bldFile="\sf\app\webuis\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="mw">
-<logicalsubset name="accesssec">
-<module name="accesssec">
-<component name="accesssec">
-<unit unitID="sf_mw_accesssec" name="accesssec" bldFile="\sf\mw\accesssec\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="appinstall">
-<module name="appinstall">
-<component name="appinstall">
-<unit unitID="sf_mw_appinstall" name="appinstall" bldFile="\sf\mw\appinstall\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="appsupport">
-<module name="appsupport">
-<component name="appsupport">
-<unit unitID="sf_mw_appsupport" name="appsupport" bldFile="\sf\mw\appsupport\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="camerasrv">
-<module name="camerasrv">
-<component name="camerasrv">
-<unit unitID="sf_mw_camerasrv" name="camerasrv" bldFile="\sf\mw\camerasrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="classicui">
-<module name="classicui">
-<component name="classicui">
-<unit unitID="sf_mw_classicui" name="classicui" bldFile="\sf\mw\classicui\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="dlnasrv">
-<module name="dlnasrv">
-<component name="dlnasrv">
-<unit unitID="sf_mw_dlnasrv" name="dlnasrv" bldFile="\sf\mw\dlnasrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="drm">
-<module name="drm">
-<component name="drm">
-<unit unitID="sf_mw_drm" name="drm" bldFile="\sf\mw\drm\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="hapticsservices">
-<module name="hapticsservices">
-<component name="hapticsservices">
-<unit unitID="sf_mw_hapticsservices" name="hapticsservices" bldFile="\sf\mw\hapticsservices\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="homescreensrv">
-<module name="homescreensrv">
-<component name="homescreensrv">
-<unit unitID="sf_mw_homescreensrv" name="homescreensrv" bldFile="\sf\mw\homescreensrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imghandling">
-<module name="imghandling">
-<component name="imghandling">
-<unit unitID="sf_mw_imghandling" name="imghandling" bldFile="\sf\mw\imghandling\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imsrv">
-<module name="imsrv">
-<component name="imsrv">
-<unit unitID="sf_mw_imsrv" name="imsrv" bldFile="\sf\mw\imsrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="inputmethods">
-<module name="inputmethods">
-<component name="inputmethods">
-<unit unitID="sf_mw_inputmethods" name="inputmethods" bldFile="\sf\mw\inputmethods\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="ipappprotocols">
-<module name="ipappprotocols">
-<component name="ipappprotocols">
-<unit unitID="sf_mw_ipappprotocols" name="ipappprotocols" bldFile="\sf\mw\ipappprotocols\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="ipappsrv">
-<module name="ipappsrv">
-<component name="ipappsrv">
-<unit unitID="sf_mw_ipappsrv" name="ipappsrv" bldFile="\sf\mw\ipappsrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="ipconnmgmt">
-<module name="ipconnmgmt">
-<component name="ipconnmgmt">
-<unit unitID="sf_mw_ipconnmgmt" name="ipconnmgmt" bldFile="\sf\mw\ipconnmgmt\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="legacypresence">
-<module name="legacypresence">
-<component name="legacypresence">
-<unit unitID="sf_mw_legacypresence" name="legacypresence" bldFile="\sf\mw\legacypresence\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="locationsrv">
-<module name="locationsrv">
-<component name="locationsrv">
-<unit unitID="sf_mw_locationsrv" name="locationsrv" bldFile="\sf\mw\locationsrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mds">
-<module name="mds">
-<component name="mds">
-<unit unitID="sf_mw_mds" name="mds" bldFile="\sf\mw\mds\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="messagingmw">
-<module name="messagingmw">
-<component name="messagingmw">
-<unit unitID="sf_mw_messagingmw" name="messagingmw" bldFile="\sf\mw\messagingmw\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="metadatasrv">
-<module name="metadatasrv">
-<component name="metadatasrv">
-<unit unitID="sf_mw_metadatasrv" name="metadatasrv" bldFile="\sf\mw\metadatasrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mmappfw">
-<module name="mmappfw">
-<component name="mmappfw">
-<unit unitID="sf_mw_mmappfw" name="mmappfw" bldFile="\sf\mw\mmappfw\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mmmw">
-<module name="mmmw">
-<component name="mmmw">
-<unit unitID="sf_mw_mmmw" name="mmmw" bldFile="\sf\mw\mmmw\group" mrp=""/>
-</component>
-</module>
-<module name="mmfw">
-<component name="helix_stub">
-<unit unitID="sf_mw_mmmw_mmfw_helix_stub" name="helix_stub" bldFile="\sf\mw\mmmw\mmfw\helix_stub\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mmuifw">
-<module name="mmuifw">
-<component name="mmuifw">
-<unit unitID="sf_mw_mmuifw" name="mmuifw" bldFile="\sf\mw\mmuifw\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="mobiletv">
-<module name="mobiletv">
-<component name="mobiletv">
-<unit unitID="sf_mw_mobiletv" name="mobiletv" bldFile="\sf\mw\mobiletv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="netprotocols">
-<module name="netprotocols">
-<component name="netprotocols">
-<unit unitID="sf_mw_netprotocols" name="netprotocols" bldFile="\sf\mw\netprotocols\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="networkingdm">
-<module name="networkingdm">
-<component name="networkingdm">
-<unit unitID="sf_mw_networkingdm" name="networkingdm" bldFile="\sf\mw\networkingdm\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="opensrv">
-<module name="opensrv">
-<component name="opensrv">
-<unit unitID="sf_mw_opensrv" name="opensrv" bldFile="\sf\mw\opensrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="phonesrv">
-<module name="phonesrv">
-<component name="phonesrv">
-<unit unitID="sf_mw_phonesrv" name="phonesrv" bldFile="\sf\mw\phonesrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="platformtools">
-<module name="platformtools">
-<component name="platformtools">
-<unit unitID="sf_mw_platformtools" name="platformtools" bldFile="\sf\tools\platformtools\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="remoteconn">
-<module name="remoteconn">
-<component name="remoteconn">
-<unit unitID="sf_mw_remoteconn" name="remoteconn" bldFile="\sf\mw\remoteconn\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="remotemgmt">
-<module name="remotemgmt">
-<component name="remotemgmt">
-<unit unitID="sf_mw_remotemgmt" name="remotemgmt" bldFile="\sf\mw\remotemgmt\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="remotestorage">
-<module name="remotestorage">
-<component name="remotestorage">
-<unit unitID="sf_mw_remotestorage" name="remotestorage" bldFile="\sf\mw\remotestorage\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="securitysrv">
-<module name="securitysrv">
-<component name="securitysrv">
-<unit unitID="sf_mw_securitysrv" name="securitysrv" bldFile="\sf\mw\securitysrv\group" mrp=""/>
-</component>
-</module>
-<module name="pkiutilities">
-<component name="Certificates">
-<unit unitID="sf_mw_securitysrv_pkiutilities_Certificates" name="Certificates" bldFile="\sf\mw\securitysrv\pkiutilities\Certificates\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="serviceapi">
-<module name="serviceapi">
-<component name="serviceapi">
-<unit unitID="sf_mw_serviceapi" name="serviceapi" bldFile="\sf\mw\serviceapi\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="serviceapifw">
-<module name="serviceapifw">
-<component name="serviceapifw">
-<unit unitID="sf_mw_serviceapifw" name="serviceapifw" bldFile="\sf\mw\serviceapifw\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="shortlinkconn">
-<module name="shortlinkconn">
-<component name="shortlinkconn">
-<unit unitID="sf_mw_shortlinkconn" name="shortlinkconn" bldFile="\sf\mw\shortlinkconn\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="svgt">
-<module name="svgt">
-<component name="svgt">
-<unit unitID="sf_mw_svgt" name="svgt" bldFile="\sf\mw\svgt\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="uiaccelerator">
-<module name="uiaccelerator">
-<component name="uiaccelerator">
-<unit unitID="sf_mw_uiaccelerator" name="uiaccelerator" bldFile="\sf\mw\uiaccelerator\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="uiresources">
-<module name="uiresources">
-<component name="uiresources">
-<unit unitID="sf_mw_uiresources" name="uiresources" bldFile="\sf\mw\uiresources\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="uitools">
-<module name="uitools">
-<component name="uitools">
-<unit unitID="sf_mw_uitools" name="uitools" bldFile="\sf\mw\uitools\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="videoutils">
-<module name="videoutils">
-<component name="videoutils">
-<unit unitID="sf_mw_videoutils" name="videoutils" bldFile="\sf\mw\videoutils\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="vpnclient">
-<module name="vpnclient">
-<component name="vpnclient">
-<unit unitID="sf_mw_vpnclient" name="vpnclient" bldFile="\sf\mw\vpnclient\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="web">
-<module name="web">
-<component name="web">
-<unit unitID="sf_mw_web" name="web" bldFile="\sf\mw\web\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="websrv">
-<module name="websrv">
-<component name="websrv">
-<unit unitID="sf_mw_websrv" name="websrv" bldFile="\sf\mw\websrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="wirelessacc">
-<module name="wirelessacc">
-<component name="wirelessacc">
-<unit unitID="sf_mw_wirelessacc" name="wirelessacc" bldFile="\sf\mw\wirelessacc\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="os">
-<logicalsubset name="cellularsrv">
-<module name="basebandabstraction">
-<component name="basebandabstraction">
-<unit unitID="sf_os_cellularsrv_basebandabstraction" name="basebandabstraction" bldFile="\sf\os\cellularsrv\basebandabstraction\group" mrp=""/>
-</component>
-</module>
-<module name="cellularsrv_plat">
-<component name="primary_pdp_context_qos_parameter_setting_api">
-<unit unitID="sf_os_cellularsrv_cellularsrv_plat_primary_pdp_context_qos_parameter_setting_api" name="primary_pdp_context_qos_parameter_setting_api" bldFile="\sf\os\cellularsrv\cellularsrv_plat\primary_pdp_context_qos_parameter_setting_api\group" mrp=""/>
-</component>
-</module>
-<module name="commonnetworkinterface">
-<component name="commonnetworkinterface">
-<unit unitID="sf_os_cellularsrv_commonnetworkinterface" name="commonnetworkinterface" bldFile="\sf\os\cellularsrv\commonnetworkinterface\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="deviceplatformrelease">
-<module name="S60Extras">
-<component name="S60Extras">
-<unit unitID="sf_os_deviceplatformrelease_S60Extras" name="S60Extras" bldFile="\sf\os\deviceplatformrelease\S60Extras\group" mrp=""/>
-</component>
-</module>
-<module name="S60LocFiles">
-<component name="S60LocFiles">
-<unit unitID="sf_os_deviceplatformrelease_S60LocFiles" name="S60LocFiles" bldFile="\sf\os\deviceplatformrelease\S60LocFiles\group" mrp=""/>
-</component>
-</module>
-<module name="Version">
-<component name="Version">
-<unit unitID="sf_os_deviceplatformrelease_Version" name="Version" bldFile="\sf\os\deviceplatformrelease\Version\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="devicesrv">
-<module name="devicesrv">
-<component name="devicesrv">
-<unit unitID="sf_os_devicesrv" name="devicesrv" bldFile="\sf\os\devicesrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="graphics">
-<module name="graphics">
-<component name="graphics">
-<unit unitID="sf_os_graphics" name="graphics" bldFile="\sf\os\graphics\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="imagingext">
-<module name="imagingext">
-<component name="imagingext">
-<unit unitID="sf_os_imagingext" name="imagingext" bldFile="\sf\os\imagingext\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<module name="lbs">
-<component name="lbs">
-<unit unitID="sf_os_lbs" name="lbs" bldFile="\sf\os\lbs\group" mrp=""/>
-</component>
-</module>
-<logicalsubset name="mm">
-<module name="mm">
-<component name="mm">
-<unit unitID="sf_os_mm" name="mm" bldFile="\sf\os\mm\group" mrp=""/>
-</component>
-</module>
-<module name="devsoundextensions">
-<component name="addeddevsoundcontrol">
-<unit unitID="sf_os_mm_devsoundextensions_addeddevsoundcontrol" name="addeddevsoundcontrol" bldFile="\sf\os\mm\devsoundextensions\addeddevsoundcontrol\Group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="networkingsrv">
-<module name="networkingsrv">
-<component name="networkingsrv">
-<unit unitID="sf_os_networkingsrv" name="networkingsrv" bldFile="\sf\os\networkingsrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="osrndtools">
-<module name="osrndtools">
-<component name="osrndtools">
-<unit unitID="sf_os_osrndtools" name="osrndtools" bldFile="\sf\ostools\osrndtools\group" mrp=""/>
-</component>
-</module>
-<module name="hti">
-<component name="hti">
-<unit unitID="sf_os_osrndtools_hti" name="hti" bldFile="\sf\ostools\osrndtools\hti\group" mrp=""/>
-</component>
-</module>
-<module name="osrndtools_plat">
-<component name="hti_api">
-<unit unitID="sf_os_osrndtools_osrndtools_plat_hti_api" name="hti_api" bldFile="\sf\ostools\osrndtools\osrndtools_plat\hti_api\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="ossrv">
-<module name="ossrv">
-<component name="ossrv">
-<unit unitID="sf_os_ossrv" name="ossrv" bldFile="\sf\os\ossrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="shortlinksrv">
-<module name="shortlinksrv">
-<component name="shortlinksrv">
-<unit unitID="sf_os_shortlinksrv" name="shortlinksrv" bldFile="\sf\os\shortlinksrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="textandloc">
-<module name="textandloc">
-<component name="textandloc">
-<unit unitID="sf_os_textandloc" name="textandloc" bldFile="\sf\os\textandloc\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="wlan">
-<module name="wlan">
-<component name="wlan">
-<unit unitID="sf_os_wlan" name="wlan" bldFile="\sf\os\wlan\group" mrp=""/>
-</component>
-</module>
-<module name="wlan_bearer">
-<component name="wlanengine_symbian_3.1">
-<unit unitID="sf_os_wlan_wlan_bearer_wlanengine_symbian_3.1" name="wlanengine_symbian_3.1" bldFile="\sf\os\wlan\wlan_bearer\wlanengine\wlan_symbian\wlanengine_symbian_3.1\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="xmlsrv">
-<module name="xmlsrv">
-<component name="xmlsrv">
-<unit unitID="sf_os_xmlsrv" name="xmlsrv" bldFile="\sf\os\xmlsrv\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-<logicalset name="tools">
-<module name="buildplatforms">
-<component name="buildplatforms">
-<unit unitID="sf_tools_buildplatforms" name="buildplatforms" bldFile="\sf\tools\buildplatforms\group" mrp=""/>
-</component>
-</module>
-<logicalsubset name="homescreentools">
-<module name="homescreentools">
-<component name="homescreentools">
-<unit unitID="sf_tools_homescreentools" name="homescreentools" bldFile="\sf\tools\homescreentools\group" mrp=""/>
-</component>
-</module>
-<module name="htiui">
-<component name="htiui">
-<unit unitID="sf_tools_rndtools_htiui" name="htiui" bldFile="\sf\tools\rndtools\htiui\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-<logicalsubset name="swconfigtools">
-<module name="swconfigtools">
-<component name="swconfigtools">
-<unit unitID="sf_tools_swconfigtools" name="swconfigtools" bldFile="\sf\tools\swconfigtools\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-</layer>
-<layer name="ext">
-<logicalset name="tools">
-<logicalsubset name="toolsextensions">
-<module name="toolsextensions">
-<component name="toolsextensions">
-<unit unitID="ext_tools_toolsextensions" name="toolsextensions" bldFile="\ext\tools\toolsextensions\group" mrp=""/>
-</component>
-</module>
-</logicalsubset>
-</logicalset>
-</layer>
-<layer name="os_layer">
-</layer>
-<layer name="SF_SOS">
-<module name="sf_licenseetsystub">
-<component name="sf_licenseetsystub">
-<unit unitID="sf_os_cellularsrv_telephonyserverplugins_licenseetsystub" name="sf_licenseetsystub" bldFile="\sf\os\cellularsrv\telephonyserverplugins\licenseetsystub\group" mrp="" filter="!no_stubs"/>
-</component>
-</module>
-<module name="sf_common_tsy">
-<component name="sf_common_tsy">
-<unit unitID="sf_os_cellularsrv_telephonyserverplugins_common_tsy" name="sf_common_tsy" bldFile="\sf\os\cellularsrv\telephonyserverplugins\common_tsy\group" mrp="" filter=""/>
-</component>
-</module>
-<module name="sf_openvg11">
-<component name="sf_openvg11">
-<unit unitID="sf_os_graphics_openvg_openvginterface_group_openvg11" name="sf_openvg11" bldFile="\sf\os\graphics\openvg\openvginterface\group\openvg11" mrp="" filter=""/>
-</component>
-</module>
-</layer></systemModel>
-<build>
-    <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
-<!--    <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/> -->
-    <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
-    <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
-    <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
-    <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
-    <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
-    <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
-    <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
-    <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
-    <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
-    <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
-    <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
-    <!-- Aditional Targets -->
-    <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
-    <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
-    <targetList name="default" description="Main Targets" target="WINSCW ARMV5"/>
-    <targetList name="default_winscw" description="Main Targets" target="WINSCW"/>
-    <targetList name="default_armv5" description="Main Targets" target="ARMV5"/>
-    <targetList name="default_rel" description="Main Targets for rel" target="WINSCW_REL ARMV5_REL"/>
-    <targetList name="default_deb" description="Main Targets for deb" target="WINSCW_DEB ARMV5_DEB"/>
-    <targetList name="default_debrel" description="Main Targets for WINSCW deb and ARMV5 urel" target="WINSCW_DEB ARMV5_REL"/>
-    <targetList name="default_tools" description="tools Targets" target="TOOLS"/>
-    <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
-    <targetList name="cwtools" description="cwtools Targets" target="CWTOOLS"/>
-    <targetList name="cwtools_rel" description="cwtools Release Targets" target="CWTOOLS_REL"/>
-		<configuration name="S60_5_1_sf" description="S60 5.1 clean build" filter="S60_5_1_sf">
-    	<unitListRef unitList="S60_COMMON_OSEXTENSION"/>
-      <unitListRef unitList="S60_COMMON"/>
-      <unitListRef unitList="S60_SF_BUILD"/>
-      <unitListRef unitList="S60_COMMON_OSEXTENSION_STUBS"/>
-      <unitListRef unitList="S60_COMMON_STUBS"/>
-      <unitListRef unitList="S60_BINARY_ONLY_SF"/>
-      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
-      <task><buildLayer command="abld export" unitParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_tools" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld library" targetList="default_tools" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_winscw" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_winscw" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld resource" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld library" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld target" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld final" targetList="default" unitParallel="N" targetParallel="N"/></task>
-      <task><buildLayer command="abld -what build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-      <task><buildLayer command="abld -check build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
-    </configuration>
-<!--  
-launch -what command for binary only component so thosa can be zipped  
-this configuration can be used only when those components has built among normal build
--->
-<!--  OS Extension build configurations start  -->
-    <unitList name="S60_COMMON_OSEXTENSION" description="S60 common OSExtension">
-				<unitRef unit="sf_os_cellularsrv_telephonyserverplugins_common_tsy"/>
-        <unitRef unit="sf_os_deviceplatformrelease_S60Extras"/>   			
-        <unitRef unit="sf_os_deviceplatformrelease_Version"/>
-				<unitRef unit="sf_os_devicesrv"/>
-				<unitRef unit="sf_os_graphics"/>
-				<unitRef unit="sf_os_imagingext"/>
-				<unitRef unit="sf_os_lbs"/>
-				<unitRef unit="sf_os_mm"/>
-				<unitRef unit="sf_os_networkingsrv"/>
-				<unitRef unit="sf_os_mm_devsoundextensions_addeddevsoundcontrol"/>
-				<unitRef unit="sf_os_shortlinksrv"/>
-				<unitRef unit="sf_os_wlan"/>
-				<unitRef unit="sf_os_osrndtools"/>
-			</unitList>
-    <unitList name="S60_COMMON" description="S60 common">
-				<unitRef unit="sf_mw_classicui"/>
-				<unitRef unit="sf_mw_accesssec"/>
-				<unitRef unit="sf_mw_appinstall"/>
-				<unitRef unit="sf_mw_appsupport"/>
-				<unitRef unit="sf_mw_camerasrv"/>
-				<unitRef unit="sf_mw_dlnasrv"/>
-				<unitRef unit="sf_mw_drm"/>
-				<unitRef unit="sf_mw_homescreensrv"/>
-				<unitRef unit="sf_mw_imghandling"/>
-				<unitRef unit="sf_mw_imsrv"/>
-				<unitRef unit="sf_mw_inputmethods"/>
-				<unitRef unit="sf_mw_ipappprotocols"/>
-				<unitRef unit="sf_mw_ipappsrv"/>
-				<unitRef unit="sf_mw_ipconnmgmt"/>
-				<unitRef unit="sf_mw_legacypresence"/>
-				<unitRef unit="sf_mw_locationsrv"/>
-				<unitRef unit="sf_mw_mds"/>
-				<unitRef unit="sf_mw_messagingmw"/>
-				<unitRef unit="sf_mw_metadatasrv"/>
-				<unitRef unit="sf_mw_mmappfw"/>
-				<unitRef unit="sf_mw_mmmw"/>
-				<unitRef unit="sf_mw_mmuifw"/>
-				<unitRef unit="sf_mw_mobiletv"/>
-				<unitRef unit="sf_mw_netprotocols"/>
-				<unitRef unit="sf_mw_networkingdm"/>
-				<unitRef unit="sf_mw_opensrv"/>
-				<unitRef unit="sf_mw_phonesrv"/>
-				<unitRef unit="sf_mw_remoteconn"/>
-				<unitRef unit="sf_mw_remotemgmt"/>
-				<unitRef unit="sf_mw_remotestorage"/>
-				<unitRef unit="sf_mw_securitysrv"/>
-				<unitRef unit="sf_mw_serviceapi"/>
-				<unitRef unit="sf_mw_serviceapifw"/>
-				<unitRef unit="sf_mw_shortlinkconn"/>
-				<unitRef unit="sf_mw_svgt"/>
-				<unitRef unit="sf_mw_uiaccelerator"/>
-				<unitRef unit="sf_mw_uiresources"/>
-				<unitRef unit="sf_mw_uitools"/>
-				<unitRef unit="sf_mw_videoutils"/>
-				<unitRef unit="sf_mw_web"/>
-				<unitRef unit="sf_mw_websrv"/>
-				<unitRef unit="sf_mw_wirelessacc"/>
-				<unitRef unit="sf_app_camera"/>
-				<unitRef unit="sf_app_conntools"/>
-				<unitRef unit="sf_app_screensaver"/>
-				<unitRef unit="sf_app_contacts"/>
-				<unitRef unit="sf_app_contentcontrol"/>
-				<unitRef unit="sf_app_conversations"/>
-				<unitRef unit="sf_app_devicecontrol"/>
-				<unitRef unit="sf_app_dictionary"/>
-				<unitRef unit="sf_app_files"/>
-				<unitRef unit="sf_app_graphicsuis"/>
-				<unitRef unit="sf_app_helps"/>
-				<unitRef unit="sf_app_homescreen"/>
-				<unitRef unit="sf_app_im"/>
-				<unitRef unit="sf_app_imgeditor"/>
-				<unitRef unit="sf_app_imgvieweruis"/>
-				<unitRef unit="sf_app_iptelephony"/>
-				<unitRef unit="sf_app_location"/>
-				<unitRef unit="sf_app_messaging"/>
-				<unitRef unit="sf_app_mmsharinguis"/>
-				<unitRef unit="sf_app_musicplayer"/>
-				<unitRef unit="sf_app_organizer"/>
-				<unitRef unit="sf_app_phone"/>
-				<unitRef unit="sf_app_photos"/>
-				<unitRef unit="sf_app_poc"/>
-				<unitRef unit="sf_app_profile"/>
-				<unitRef unit="sf_app_settingsuis"/>
-				<unitRef unit="sf_app_speechsrv"/>
-				<unitRef unit="sf_app_utils"/>
-				<unitRef unit="sf_app_videoeditor"/>
-				<unitRef unit="sf_app_videoplayer"/>
-				<unitRef unit="sf_app_videocenter"/>
-				<unitRef unit="sf_app_videotelephony"/>
-				<unitRef unit="sf_app_voicerec"/>
-				<unitRef unit="sf_app_webuis"/>
-				<unitRef unit="sf_os_textandloc"/>
-				<unitRef unit="sf_os_xmlsrv"/>
-				<unitRef unit="sf_os_ossrv"/>
-				<unitRef unit="sf_tools_buildplatforms"/>
-				<!--unitRef unit="sf_tools_build_s60"/>
-				<unitRef unit="sf_tools_makefile_templates"/-->
-				<unitRef unit="sf_mw_platformtools"/>
-				<!--unitRef unit="sf_tools_platsim"/-->
-				<unitRef unit="sf_app_rndtools"/>
-				<unitRef unit="sf_tools_swconfigtools"/>
-				<unitRef unit="sf_tools_themeinstaller"/>
-				<unitRef unit="ext_tools_toolsextensions"/>
-				<unitRef unit="sf_tools_homescreentools"/>
-				<unitRef unit="sf_app_commonemail"/>
-				<unitRef unit="sf_app_radio"/>
-				<unitRef unit="sf_app_printing"/>
-				<unitRef unit="sf_mw_hapticsservices"/>
-				<unitRef unit="sf_app_gallery"/>
-    </unitList>
-    <unitList name="S60_SF_BUILD" description="S60 SF build">
-    		<unitRef unit="sf_os_deviceplatformrelease_S60LocFiles"/>   			
-				<unitRef unit="sf_mw_mmmw_mmfw_helix_stub"/>
-				<unitRef unit="sf_mw_securitysrv_pkiutilities_Certificates"/>
-				<unitRef unit="sf_mw_vpnclient"/>
-				<unitRef unit="sf_app_videotelephony_vtprotocolsstub"/>
-				<unitRef unit="sf_app_java_java_plat"/>
-				<unitRef unit="sf_app_java_java_stubs"/>
-				<unitRef unit="sf_os_cellularsrv_commonnetworkinterface"/>
-				<unitRef unit="sf_os_cellularsrv_basebandabstraction"/>
-				<unitRef unit="sf_os_cellularsrv_cellularsrv_plat_primary_pdp_context_qos_parameter_setting_api"/>
-				<unitRef unit="sf_tools_rndtools_htiui"/>
-				<unitRef unit="sf_os_osrndtools_osrndtools_plat_hti_api"/>
-				<unitRef unit="sf_os_osrndtools_hti"/>
-				<unitRef unit="sf_os_graphics_openvg_openvginterface_group_openvg11"/>
-    </unitList>
-    <unitList name="S60_COMMON_OSEXTENSION_STUBS" description="S60 common OSExtension">
-    	<unitRef unit="sf_os_cellularsrv_telephonyserverplugins_licenseetsystub"/>
-    	<unitRef unit="sf_adaptation_stubs_audiostubs"/>
-    	<unitRef unit="sf_adaptation_stubs_wlanhwinit_stub"/>
-			<unitRef unit="sf_adaptation_stubs_systemswstubs"/>
-    </unitList>
-    <unitList name="S60_COMMON_STUBS" description="S60 common adaptation stubs">
-			<unitRef unit="sf_adaptation_stubs_btaudioadaptation_stub"/>
-			<unitRef unit="sf_adaptation_stubs_drm_stubs"/>
-			<unitRef unit="sf_adaptation_stubs_posmsgpluginreferenceimpl"/>
-			<unitRef unit="sf_adaptation_stubs_srsfenginestub"/>
-			<unitRef unit="sf_adaptation_stubs_ocrsrv_stub"/>
-			<unitRef unit="sf_adaptation_stubs_power_save_display_mode_stub"/>
-			<unitRef unit="sf_adaptation_stubs_tactileclickplugin_stub"/>
-			<unitRef unit="sf_adaptation_stubs_omasuplasnconverterstubimpl"/>			
-    </unitList>
-<!--    
-binary only are components that sources can not be delivered for all lisencees
-but components should be built in S60 platform builds
--->
-    <unitList name="S60_BINARY_ONLY_SF" description="S60 build binary only components">
-      <unitRef unit="sf_os_wlan_wlan_bearer_wlanengine_symbian_3.1"/>
-      <unitRef unit="sf_mw_accesssec_eapol_eapol_symbian_ccxeapol"/>
-    </unitList>
-    <!--
-    extra components need to be build in winscw build
-    -->
-  </build></SystemDefinition>
\ No newline at end of file
--- a/symbian2/split/sysdefs/system_model_s60_contributed.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1272 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Tech domain abbrevations list
-Location		lo
-OS Base Services	hb
-Multimedia		mm
-Multimedia Apps	ma
-Productivity	pr
-Personal Communications	vc
-Security		se
-User Interface		ui
-Data Communications	dc
-Device Connectivity	de
-Device Management	dm
-Runtimes and Web		rt
-Tools			to
-Operator Complementary Packages		ocp
--->
-<SystemDefinition name="Foundation" schema="2.0.1">
-	<systemModel>
-		<layer name="os" long-name="OS" levels="hw services">
-			<block name="ossrv" long-name="Generic OS Services" tech_domain="hb" level="services" levels="physical-abstraction app-libs encoding translation data-services utilities">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ossrv" long-name="ossrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ossrv" long-name="ossrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\ossrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="devicesrv" long-name="Device Services" tech_domain="hb" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="devicesrv" long-name="devicesrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="devicesrv" long-name="devicesrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\devicesrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="networkingsrv" long-name="Networking Services" tech_domain="dc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="networkingsrv" long-name="networkingsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="networkingsrv" long-name="networkingsrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\networkingsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="wlan" long-name="WLAN" tech_domain="dc" level="services" levels="hw low mid high tools test">
-    <collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wlanengine_symbian_3.1" long-name="wlanengine_symbian_3.1">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\wlan\wlan_bearer\wlanengine\wlan_symbian\wlanengine_symbian_3.1\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="wlan" long-name="wlan">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wlan" long-name="wlan">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\wlan\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="cellularsrv" long-name="Cellular Baseband Services" tech_domain="vc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="commonnetworkinterface" long-name="Common Network Interface" level="hw-if">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="commonnetworkinterface" long-name="commonnetworkinterface">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\commonnetworkinterface\group"/>
-     </component>
-    </collection>
-    <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="basebandabstraction" long-name="basebandabstraction">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\basebandabstraction\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="cellularsrv_plat" long-name="cellularsrv_plat">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="primary_pdp_context_qos_parameter_setting_api" long-name="primary_pdp_context_qos_parameter_setting_api">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\cellularsrv_plat\primary_pdp_context_qos_parameter_setting_api\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mm" long-name="Multimedia" tech_domain="mm" level="services" levels="adaptation hw-if device-fw devices middleware app-if">
-    <collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw">
-     <component name="addeddevsoundcontrol" long-name="Added DevSound Control" contribution="contributed">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\mm\devsoundextensions\addeddevsoundcontrol\Group"/>
-	 </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mm" long-name="mm">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mm" long-name="mm">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\mm\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imagingext" long-name="Imaging Extensions" tech_domain="mm" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imagingext" long-name="imagingext">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imagingext" long-name="imagingext">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\imagingext\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="graphics" long-name="Graphics" tech_domain="ui" level="services" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="graphics" long-name="graphics">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="graphics" long-name="graphics">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\graphics\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="textandloc" long-name="Text and Localisation" tech_domain="ui" level="services" levels="encoding util fonts tools text">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="textandloc" long-name="textandloc">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="textandloc" long-name="textandloc">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\textandloc\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="xmlsrv" long-name="XML Services" tech_domain="rt" level="services" levels="plugin server framework generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="xmlsrv" long-name="xmlsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="xmlsrv" long-name="xmlsrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\xmlsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="deviceplatformrelease" long-name="Device Platform Release" tech_domain="to" level="services" levels="bld mid top">
-    <collection name="S60Extras" long-name="S60 Extras" level="mid">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="S60Extras" long-name="S60Extras">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\S60Extras\group"/>
-     </component>
-    </collection>
-    <collection name="S60Helps" long-name="S60 Helps" level="mid">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="S60Helps" long-name="S60Helps">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\S60Helps\Group"/>
-     </component>
-    </collection>
-    <collection name="S60LocFiles" long-name="S60 Loc Files" level="mid">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="S60LocFiles" long-name="S60LocFiles">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\S60LocFiles\group"/>
-     </component>
-    </collection>
-    <collection name="Version" long-name="Version" level="top">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="Version" long-name="Version">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\Version\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="osrndtools" long-name="OS RD tools" tech_domain="to" level="services" levels="fw trace">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="osrndtools" long-name="osrndtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="osrndtools" long-name="osrndtools">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="ostools\osrndtools\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="hti" long-name="hti">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="hti" long-name="hti">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="ostools\osrndtools\hti\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="osrndtools_plat" long-name="osrndtools_plat">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="hti_api" long-name="hti_api">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="ostools\osrndtools\osrndtools_plat\hti_api\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="swconfigtools" long-name="Software Config Tools" tech_domain="to" level="services">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="swconfigtools" long-name="swconfigtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="swconfigtools" long-name="swconfigtools">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\swconfigtools\group"/>
-     </component>
-    </collection>
-   </block>
-		</layer>
-		<layer name="mw" long-name="Middleware" levels="generic specific">
-			<block name="appsupport" long-name="Generic Application Support" tech_domain="rt" level="generic" levels="system plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="appsupport" long-name="appsupport">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="appsupport" long-name="appsupport">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\appsupport\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="securitysrv" long-name="Security Services" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="Certificates" long-name="Certificates">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\securitysrv\pkiutilities\Certificates\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="securitysrv" long-name="securitysrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="securitysrv" long-name="securitysrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\securitysrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="drm" long-name="DRM" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="drm" long-name="drm">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="drm" long-name="drm">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\drm\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="accesssec" long-name="Access Security" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="accesssec" long-name="accesssec">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="accesssec" long-name="accesssec">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\accesssec\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="locationsrv" long-name="Location Services" tech_domain="lo" level="specific" levels="plugins fw interface">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="locationsrv" long-name="locationsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="locationsrv" long-name="locationsrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\locationsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="ipconnmgmt" long-name="IP Connectivity Management" tech_domain="dc" level="generic" levels="plugin framework server generic utils">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ipconnmgmt" long-name="ipconnmgmt">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ipconnmgmt" long-name="ipconnmgmt">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\ipconnmgmt\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="netprotocols" long-name="High-level Internet Protocols" tech_domain="dc" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="netprotocols" long-name="netprotocols">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="netprotocols" long-name="netprotocols">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\netprotocols\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="ipappprotocols" long-name="IP App Protocols" tech_domain="dc" level="generic" levels="plugin framework conn server">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ipappprotocols" long-name="ipappprotocols">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ipappprotocols" long-name="ipappprotocols">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\ipappprotocols\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="wirelessacc" long-name="Wireless Access" tech_domain="dc" level="specific" levels="framework generic ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="wirelessacc" long-name="wirelessacc">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wirelessacc" long-name="wirelessacc">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\wirelessacc\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="vpnclient" long-name="VPN Client" tech_domain="dc" level="specific" levels="engine ui api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="vpnclient" long-name="vpnclient">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="vpnclient" long-name="vpnclient">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\vpnclient\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="ipappsrv" long-name="IP App Services" tech_domain="vc" level="specific" levels="framework  generic server  conn plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ipappsrv" long-name="ipappsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ipappsrv" long-name="ipappsrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\ipappsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="phonesrv" long-name="Telephony and SIM Services" tech_domain="vc" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="phonesrv" long-name="phonesrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="phonesrv" long-name="phonesrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\phonesrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="messagingmw" long-name="Messaging Middleware" tech_domain="pr" level="specific" levels="stack fw api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="messagingmw" long-name="messagingmw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="messagingmw" long-name="messagingmw">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\messagingmw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imsrv" long-name="Instant Messaging and Presence Services" tech_domain="pr" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imsrv" long-name="imsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imsrv" long-name="imsrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\imsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="legacypresence" long-name="Legacy Presence Services" tech_domain="pr" level="specific" levels="engine fw ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="legacypresence" long-name="legacypresence">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="legacypresence" long-name="legacypresence">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\legacypresence\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="opensrv" long-name="Open Services" tech_domain="rt" level="specific" levels="prt lib server eng">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="opensrv" long-name="opensrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="opensrv" long-name="opensrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\opensrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="remotemgmt" long-name="Remote Management" tech_domain="dm" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="remotemgmt" long-name="remotemgmt">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="remotemgmt" long-name="remotemgmt">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\remotemgmt\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="networkingdm" long-name="Networking Device Management" tech_domain="dm" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="networkingdm" long-name="networkingdm">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="networkingdm" long-name="networkingdm">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\networkingdm\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="remotestorage" long-name="Remote Storage" tech_domain="de" level="generic" levels="framework">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="remotestorage" long-name="remotestorage">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="remotestorage" long-name="remotestorage">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\remotestorage\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="remoteconn" long-name="Remote Connectivity" tech_domain="de" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="remoteconn" long-name="remoteconn">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="remoteconn" long-name="remoteconn">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\remoteconn\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="dlnasrv" long-name="DLNA Services" tech_domain="de" level="specific" levels="framework server plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="dlnasrv" long-name="dlnasrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="dlnasrv" long-name="dlnasrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\dlnasrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="shortlinkconn" long-name="Shortlink Connectivity" tech_domain="de" level="generic" levels="framework server generic specific plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="shortlinkconn" long-name="shortlinkconn">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="shortlinkconn" long-name="shortlinkconn">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\shortlinkconn\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imghandling" long-name="Image Handling" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imghandling" long-name="imghandling">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imghandling" long-name="imghandling">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\imghandling\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="metadatasrv" long-name="Legacy Metadata Services" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="metadatasrv" long-name="metadatasrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="metadatasrv" long-name="metadatasrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\metadatasrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mds" long-name="Metadata Services" tech_domain="mm" level="specific" levels="mgr eng int">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mds" long-name="mds">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mds" long-name="mds">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mds\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmuifw" long-name="Multimedia UI Framework" tech_domain="mm" level="specific" levels="mgr mdl util ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmuifw" long-name="mmuifw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmuifw" long-name="mmuifw">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmuifw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videoutils" long-name="Video Utils" tech_domain="mm" level="specific" levels="empty eng util">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videoutils" long-name="videoutils">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videoutils" long-name="videoutils">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\videoutils\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmmw" long-name="Multimedia Middleware" tech_domain="mm" level="generic" levels="plugin framework server generic specific">
-    <collection name="mmfw" long-name="Multimedia Framework" level="framework">
-     <component name="helix_stub" contribution="contributed">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmmw\mmfw\helix_stub\group"/>
-	 </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmmw" long-name="mmmw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmmw" long-name="mmmw">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmmw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="camerasrv" long-name="Camera Services" tech_domain="mm" level="specific" levels="plugin fw api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="camerasrv" long-name="camerasrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="camerasrv" long-name="camerasrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\camerasrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmappfw" long-name="Multimedia App Framework" tech_domain="mm" level="specific" levels="empty fw utils">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmappfw" long-name="mmappfw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmappfw" long-name="mmappfw">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmappfw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="inputmethods" long-name="Input Methods" tech_domain="ui" level="generic" levels="plugin engine framework">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="inputmethods" long-name="inputmethods">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="inputmethods" long-name="inputmethods">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\inputmethods\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="classicui" long-name="Classic UI" tech_domain="ui" level="generic" levels="base support server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="classicui" long-name="classicui">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="classicui" long-name="classicui">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\classicui\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="svgt" long-name="SVG Tiny" tech_domain="ui" level="generic" levels="util ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="svgt" long-name="svgt">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="svgt" long-name="svgt">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\svgt\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="uiaccelerator" long-name="UI Accelerator" tech_domain="ui" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="uiaccelerator" long-name="uiaccelerator">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="uiaccelerator" long-name="uiaccelerator">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\uiaccelerator\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="uiresources" long-name="UI Resources" tech_domain="ui" level="generic" levels="compile plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="uiresources" long-name="uiresources">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="uiresources" long-name="uiresources">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\uiresources\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="homescreensrv" long-name="Home Screen Services" tech_domain="ui" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="homescreensrv" long-name="homescreensrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="homescreensrv" long-name="homescreensrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\homescreensrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="appinstall" long-name="Application Installation" tech_domain="rt" level="generic" levels="tool framework generic api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="appinstall" long-name="appinstall">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="appinstall" long-name="appinstall">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\appinstall\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="serviceapifw" long-name="Service API Framework" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="serviceapifw" long-name="serviceapifw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="serviceapifw" long-name="serviceapifw">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\serviceapifw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="serviceapi" long-name="Service API" tech_domain="rt" level="specific" levels="os mw1 mw2 app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="serviceapi" long-name="serviceapi">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="serviceapi" long-name="serviceapi">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\serviceapi\group"/>
-     </component>
-    </collection>
-   </block>			
-			<block name="web" long-name="Web" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="web" long-name="web">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="web" long-name="web">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\web\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="websrv" long-name="Web Services" tech_domain="rt" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="websrv" long-name="websrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="websrv" long-name="websrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\websrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="conntools" long-name="Conn Tools" tech_domain="to" level="generic" levels="1 2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="conntools" long-name="conntools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="conntools" long-name="conntools">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\conntools\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="platformtools" long-name="Platform Tools" tech_domain="to" level="generic">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="platformtools" long-name="platformtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="platformtools" long-name="platformtools">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\platformtools\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="uitools" long-name="UI Tools" tech_domain="to" level="specific" levels="compile encode tool">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="uitools" long-name="uitools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="uitools" long-name="uitools">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\uitools\group"/>
-     </component>
-    </collection>
-   </block>			
-		</layer>
-		<layer name="app" long-name="Applications" levels="services apps">
-			<block name="location" long-name="Location Apps" tech_domain="lo" level="apps" levels="engine ui apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="location" long-name="location">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="location" long-name="location">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\location\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmsharinguis" long-name="Multimedia Sharing UIs" tech_domain="vc" level="services" levels="base plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmsharinguis" long-name="mmsharinguis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmsharinguis" long-name="mmsharinguis">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\mmsharinguis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="phone" long-name="Phone Apps" tech_domain="vc" level="apps" span="2" levels="engine plugin ui apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="phone" long-name="phone">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="phone" long-name="phone">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\phone\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videotelephony" long-name="Video Telephony Apps" tech_domain="vc" level="apps" levels="plugin engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videotelephony" long-name="videotelephony">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videotelephony" long-name="videotelephony">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videotelephony\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="vtprotocolsstub" long-name="vtprotocolsstub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="vtprotocolsstub" long-name="vtprotocolsstub">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videotelephony\vtprotocolsstub\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="poc" long-name="PoC" tech_domain="vc" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="poc" long-name="poc">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="poc" long-name="poc">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\poc\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="iptelephony" long-name="IP Telephony" tech_domain="vc" level="apps" levels="plugin eng ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="iptelephony" long-name="iptelephony">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="iptelephony" long-name="iptelephony">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\iptelephony\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="settingsuis" long-name="Settings UIs" tech_domain="dm" level="services" levels="empty rsc ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="settingsuis" long-name="settingsuis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="settingsuis" long-name="settingsuis">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\settingsuis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="contentcontrol" long-name="Content Control Daemons" tech_domain="dm" level="services" levels="1 2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="contentcontrol" long-name="contentcontrol">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="contentcontrol" long-name="contentcontrol">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\contentcontrol\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="devicecontrol" long-name="Device Control Daemons" tech_domain="dm" level="services" levels="1 2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="devicecontrol" long-name="devicecontrol">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="devicecontrol" long-name="devicecontrol">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\devicecontrol\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="printing" long-name="Printing" tech_domain="de" level="services" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="printing" long-name="printing">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="printing" long-name="printing">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\printing\group"/>
-     </component>
-    </collection>
-   </block>						
-			<block name="files" long-name="File Manager Apps" tech_domain="pr" level="apps" levels="support apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="files" long-name="files">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="files" long-name="files">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\files\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="contacts" long-name="Contacts Apps" tech_domain="pr" level="apps" span="2" levels="engine support services ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="contacts" long-name="contacts">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="contacts" long-name="contacts">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\contacts\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="organizer" long-name="Organizer Application Suite" tech_domain="pr" level="apps" span="2" levels="support services engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="organizer" long-name="organizer">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="organizer" long-name="organizer">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\organizer\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="messaging" long-name="Messaging Apps" tech_domain="pr" level="apps" span="2" levels="mail eng base ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="messaging" long-name="messaging">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="messaging" long-name="messaging">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\messaging\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="commonemail" long-name="Email Apps" tech_domain="pr" level="apps" levels="service support ui app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="commonemail" long-name="commonemail">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="commonemail" long-name="commonemail">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\commonemail\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="conversations" long-name="Conversation Apps" tech_domain="pr" level="apps" levels="settings utils ui" introduced="9.1">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="conversations" long-name="conversations">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="conversations" long-name="conversations">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\conversations\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="im" long-name="Instant Messaging Apps" tech_domain="pr" level="apps" levels="support engine apps">
-    <collection name="impsengine" long-name="IMPS Engine" level="engine">
-     <component name="utils" long-name="Utilities" contribution="contributed">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\utils\group"/>
-	 </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="im" long-name="im">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="im" long-name="im">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\im\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="dictionary" long-name="Dictionary" tech_domain="pr" level="services" levels="appl">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="dictionary" long-name="dictionary">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="dictionary" long-name="dictionary">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\dictionary\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="camera" long-name="Camera Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="camera" long-name="camera">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="camera" long-name="camera">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\camera\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imgeditor" long-name="Image Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imgeditor" long-name="imgeditor">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imgeditor" long-name="imgeditor">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\imgeditor\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videoeditor" long-name="Video Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videoeditor" long-name="videoeditor">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videoeditor" long-name="videoeditor">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videoeditor\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="gallery" long-name="Gallery Apps" tech_domain="ma" level="apps" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="gallery" long-name="gallery">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="gallery" long-name="gallery">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\gallery\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videoplayer" long-name="Video Player Apps" tech_domain="ma" level="apps" levels="support apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videoplayer" long-name="videoplayer">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videoplayer" long-name="videoplayer">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videoplayer\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="photos" long-name="Photos" tech_domain="ma" level="apps" levels="support fw ui app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="photos" long-name="photos">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="photos" long-name="photos">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\photos\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videocenter" long-name="Video Center" tech_domain="ma" level="apps" levels="eng ui app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videocenter" long-name="videocenter">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videocenter" long-name="videocenter">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videocenter\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="musicplayer" long-name="Music Player Apps" tech_domain="ma" level="apps" levels="plugins support apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="musicplayer" long-name="musicplayer">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="musicplayer" long-name="musicplayer">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\musicplayer\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="radio" long-name="Radio Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="radio" long-name="radio">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="radio" long-name="radio">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\radio\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="voicerec" long-name="Voice Recorder Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="voicerec" long-name="voicerec">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="voicerec" long-name="voicerec">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\voicerec\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imgvieweruis" long-name="Image Viewer UIs" tech_domain="ma" level="services" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imgvieweruis" long-name="imgvieweruis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imgvieweruis" long-name="imgvieweruis">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\imgvieweruis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="screensaver" long-name="Screen Saver Apps" tech_domain="ui" level="apps" levels="eng plugin">
-    <collection name="screensaver" long-name="Screen Saver" level="plugin">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="screensaver" long-name="screensaver">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\screensaver\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="homescreen" long-name="Home Screen Apps" tech_domain="ui" level="apps" levels="fw apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="homescreen" long-name="homescreen">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="homescreen" long-name="homescreen">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\homescreen\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="graphicsuis" long-name="Graphics UIs" tech_domain="ui" level="services" levels="util ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="graphicsuis" long-name="graphicsuis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="graphicsuis" long-name="graphicsuis">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\graphicsuis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="profile" long-name="Profile" tech_domain="ui" level="apps" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="profile" long-name="profile">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="profile" long-name="profile">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\profile\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="speechsrv" long-name="Speech Recognition UIs" tech_domain="ui" level="services" levels="engine framework ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="speechsrv" long-name="speechsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="speechsrv" long-name="speechsrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\speechsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="homescreentools" long-name="Home Screen Tools" tech_domain="ui" level="services" levels="tool install">
-	  <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="homescreentools" long-name="Home Screen Tools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="homescreentools" long-name="Home Screen Tools">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\homescreentools\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="webuis" long-name="Web UIs" tech_domain="rt" level="services" levels="plugin app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="webuis" long-name="webuis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="webuis" long-name="webuis">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\webuis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="java" long-name="Java" tech_domain="rt" level="services" levels="framework util generic rt">
-    <collection name="java_stubs" long-name="Java Stubs" level="util">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="java_stubs" long-name="java_stubs">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\java\java_stubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="java_plat" long-name="java_plat">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="java_plat" long-name="java_plat">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\java\java_plat\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="rndtools" long-name="RD tools" tech_domain="to" level="services" levels="app ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="rndtools" long-name="rndtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="rndtools" long-name="rndtools">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\rndtools\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="htiui" long-name="htiui">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="htiui" long-name="htiui">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\rndtools\htiui\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="helps" long-name="Help Apps" tech_domain="ui" level="apps" span="2" levels="eng tools unused  ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="helps" long-name="helps">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="helps" long-name="helps">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\helps\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="stubs" level="new" name="stubs">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="audiostubs" long-name="audiostubs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="audiostubs" long-name="audiostubs">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\audiostubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="btaudioadaptation_stub" long-name="btaudioadaptation_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="btaudioadaptation_stub" long-name="btaudioadaptation_stub">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\btaudioadaptation_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="drm_stubs" long-name="drm_stubs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="drm_stubs" long-name="drm_stubs">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\drm_stubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ocrsrv_stub" long-name="ocrsrv_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ocrsrv_stub" long-name="ocrsrv_stub">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\ocrsrv_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="omasuplasnconverterstubimpl" long-name="omasuplasnconverterstubimpl">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="omasuplasnconverterstubimpl" long-name="omasuplasnconverterstubimpl">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\omasuplasnconverterstubimpl\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="posmsgpluginreferenceimpl" long-name="posmsgpluginreferenceimpl">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="posmsgpluginreferenceimpl" long-name="posmsgpluginreferenceimpl">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\posmsgpluginreferenceimpl\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="power_save_display_mode_stub" long-name="power_save_display_mode_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="power_save_display_mode_stub" long-name="power_save_display_mode_stub">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\power_save_display_mode_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="srsfenginestub" long-name="srsfenginestub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="srsfenginestub" long-name="srsfenginestub">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\srsfenginestub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="systemswstubs" long-name="systemswstubs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="systemswstubs" long-name="systemswstubs">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\systemswstubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="tactileclickplugin_stub" long-name="tactileclickplugin_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="tactileclickplugin_stub" long-name="tactileclickplugin_stub">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\tactileclickplugin_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="wlanhwinit_stub" long-name="wlanhwinit_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wlanhwinit_stub" long-name="wlanhwinit_stub">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\wlanhwinit_stub\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="hapticsservices" level="new" name="hapticsservices">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="hapticsservices" long-name="hapticsservices">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="hapticsservices" long-name="hapticsservices">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\hapticsservices\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="mobiletv" level="new" name="mobiletv">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mobiletv" long-name="mobiletv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mobiletv" long-name="mobiletv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mobiletv\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="lbs" level="new" name="LBS">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="lbs" long-name="lbs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="lbs" long-name="lbs">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\lbs\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="buildplatforms" level="new" name="buildplatforms">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="buildplatforms" long-name="buildplatforms">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="buildplatforms" long-name="buildplatforms">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\buildplatforms\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="sf_licenseetsystub" long-name="sf_licenseetsystub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="sf_licenseetsystub" long-name="sf_licenseetsystub">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\telephonyserverplugins\licenseetsystub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="sf_common_tsy" long-name="sf_common_tsy">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="sf_common_tsy" long-name="sf_common_tsy">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\telephonyserverplugins\common_tsy\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="sf_openvg11" long-name="sf_openvg11">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="sf_openvg11" long-name="sf_openvg11">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\graphics\openvg\openvginterface\group\openvg11"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="shortlinksrv" level="new" name="shortlinksrv">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="shortlinksrv" long-name="shortlinksrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="shortlinksrv" long-name="shortlinksrv">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\shortlinksrv\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="toolsextensions" level="new" name="toolsextensions">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="toolsextensions" long-name="toolsextensions">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="toolsextensions" long-name="toolsextensions">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="\ext\tools\toolsextensions\group"/>
-     </component>
-    </collection>
-   </block>
-		</layer>
-	</systemModel>
-</SystemDefinition>
--- a/symbian2/split/sysdefs/system_model_svg.xml	Fri Sep 17 18:09:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2782 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Tech domain abbrevations list
-Location		lo
-OS Base Services	hb
-Multimedia		mm
-Multimedia Apps	ma
-Productivity	pr
-Personal Communications	vc
-Security		se
-User Interface		ui
-Data Communications	dc
-Device Connectivity	de
-Device Management	dm
-Runtimes and Web		rt
-Tools			to
-Operator Complementary Packages		ocp
--->
-<SystemDefinition name="Foundation" schema="2.0.1">
-	<systemModel>
-		<layer name="adaptation" long-name="Adaptation">
-   <block name="stubs" long-name="Stubs" tech_domain="hb"/>
-  </layer>
-  <layer name="os" long-name="OS" levels="hw services">
-			<block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test" tech_domain="hb">
-    <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
-     <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
-     </component>
-    </collection>
-    <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
-     <component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
-     </component>
-    </collection>
-    <collection name="unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
-     <component name="uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
-     </component>
-    </collection>
-    <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
-     <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
-     </component>
-    </collection>
-    <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
-     <component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
-     </component>
-    </collection>
-    <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
-     <component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
-     </component>
-     <component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
-     </component>
-     <component name="serialldd" long-name="Serial Port Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
-     </component>
-     <component name="legacydrivers" long-name="Legacy Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
-     </component>
-     <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!-- these are LDDs for storage media-->
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
-     </component>
-     <component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
-     </component>
-     <component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
-     </component>
-    </collection>
-    <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
-     <component name="mediadrivers" long-name="Media Drivers" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- these are for storage media-->
-     </component>
-     <component name="genericboardsupport" long-name="Generic Board Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
-     </component>
-    </collection>
-    <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
-     <component name="euser" long-name="User Library" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
-     </component>
-     <component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
-     </component>
-     <component name="estart" long-name="Base Starter" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
-     </component>
-     <component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
-     </component>
-     <component name="basedocs" long-name="Base Documentation" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="filesystems" long-name="File Systems" level="framework">
-     <component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
-     </component>
-     <component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
-     </component>
-     <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
-     </component>
-     <component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
-     </component>
-     <component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
-     </component>
-     <component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
-     </component>
-    </collection>
-    <collection name="halservices" long-name="HAL Services" level="framework">
-     <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
-     </component>
-    </collection>
-    <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
-     <component name="e32wsrv" long-name="Text Window Server" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
-     </component>
-     <component name="textshell" long-name="Text Shell" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 4" tech_domain="hb">
-    <collection name="emulator" long-name="Emulator" level="bsp">
-     <component name="emulatorbsp" long-name="Emulator BSP" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui" tech_domain="to">
-    <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
-     <component name="buildsystemtools" long-name="Build System Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
-     </component>
-     <component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
-     </component>
-     <component name="commonbldutils" long-name="Common Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="packaging" long-name="Packaging" level="ui">
-     <component name="additionalutils" long-name="Additional Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
-     </component>
-    </collection>
-    <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
-     <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
-     </component>
-     <component name="ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
-     </component>
-     <component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
-     </component>
-     <component name="wincredistribution" long-name="WinC Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
-     </component>
-     <component name="additionalredistribution" long-name="Additional Redistribution" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
-     </component>
-     <component name="statsource" long-name="STAT Source" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
-     </component>
-     <component name="wintunnel" long-name="Wintunnel" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
-     </component>
-     <component name="autotest" long-name="Autotest" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
-     </component>
-     <component name="kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
-     </component>
-     <component name="navigationpages" long-name="Navigation Pages" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
-     </component>
-    </collection>
-    <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
-     <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
-     </component>
-    </collection>
-    <collection name="imgtools_os" long-name="Image Tools" level="fw">
-     <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
-     </component>
-    </collection>
-    <collection name="devlib" long-name="Developer Library" level="ui">
-     <component name="Developer Library HTML" plugin="N" purpose="optional" origin-model="Symbian">
-      <unit mrp="os/buildtools/devlib/devlibhelp/group/shared/developerlibrary_doc_plain_html.mrp"/>
-     </component>
-     <component name="toolsdocs" long-name="Tools Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="misccomponents" long-name="Misc Components" level="mw">
-     <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="ossrv" long-name="Generic OS Services" tech_domain="hb" level="services" levels="physical-abstraction app-libs encoding translation data-services utilities">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ossrv" long-name="ossrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ossrv" long-name="ossrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\ossrv\group"/>
-     </component>
-    </collection>
-   <collection name="genericservices" long-name="Generic Services" level="utilities">
-     <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp" version="9.4"/>
-     </component>
-     <component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
-     </component>
-     <component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
-     </component>
-     <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
-     </component>
-     <component name="activebackupclient" long-name="Active Backup Client" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
-     </component>
-     <component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
-     </component>
-     <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
-     </component>
-    </collection>
-    <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
-     <component name="openenvcore" long-name="Open Environment Core" introduced="tb91" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
-     </component>
-    </collection>
-    <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
-     <component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp" version="2"/>
-     </component>
-     <component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities" tech_domain="se">
-    <collection name="contentmgmt" long-name="Content Management" level="utilities">
-     <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
-     </component>
-    </collection>
-    <collection name="crypto" long-name="Crypto Libraries" level="libraries">
-     <component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
-     </component>
-    </collection>
-    <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
-     <component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
-     </component>
-     <component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
-     </component>
-     <component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
-     </component>
-     <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
-     </component>
-    </collection>
-    <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
-     <component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
-     </component>
-     <component name="securitytools" long-name="Security Tools" introduced="tb92" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
-     </component>
-    </collection>
-    <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
-     <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
-     </component>
-     <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
-     </component>
-     <component name="rootcertificates" long-name="Root Certificates" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
-     </component>
-     <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if" tech_domain="hb">
-    <collection name="featuremgmt" long-name="Feature Management" level="framework">
-     <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="tb92" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
-     </component>
-    </collection>
-    <collection name="loggingservices" long-name="Logging Services" level="server">
-     <component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
-     </component>
-     <component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
-     </component>
-     <component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
-     </component>
-    </collection>
-    <collection name="traceservices" long-name="Trace Services" level="server">
-     <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
-     </component>
-     <component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
-     </component>
-     <component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
-     </component>
-    </collection>
-    <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
-     <component name="store" long-name="Store" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
-     </component>
-     <component name="dbms" long-name="DBMS" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
-     </component>
-     <component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
-     </component>
-     <component name="sql" long-name="SQL" introduced="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="devicesrv" long-name="Device Services" tech_domain="hb" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="devicesrv" long-name="devicesrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="devicesrv" long-name="devicesrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\devicesrv\group"/>
-     </component>
-    </collection>
-   <collection name="accessoryservices" long-name="Accessory Services" level="framework">
-     <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
-     </component>
-    </collection>
-    <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
-     <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
-     </component>
-     <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
-     </component>
-    </collection>
-    <collection name="sysstatemgmt" long-name="System State Management" level="server">
-     <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface" tech_domain="lo">
-	<!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="lbs" long-name="Locating Services">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="lbs" long-name="Locating Services" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os/lbs/group"/>
-     </component>
-    </collection>
-    <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
-     <component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
-     </component>
-     <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
-     </component>
-     <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
-     </component>
-    </collection>
-    <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
-     <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
-     </component>
-    </collection>
-    <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
-     <component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
-     </component>
-     <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
-     </component>
-    </collection>
-    <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
-     <component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
-     </component>
-     <component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
-     </component>
-    </collection>
-    <collection name="locationmgmt" long-name="Location Management" level="management">
-     <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
-     </component>
-     <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
-     </component>
-     <component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
-     </component>
-     <component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
-     <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if" tech_domain="dc">
-    <collection name="commsprocess" long-name="Comms Process" level="process">
-     <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
-     </component>
-     <component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsconfig" long-name="Comms Config" level="process">
-     <component name="commsdatabase" long-name="Comms Database" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
-     </component>
-     <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
-     </component>
-    </collection>
-    <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
-     <component name="esockserver" long-name="ESock Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="2"/>
-     </component>
-     <component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp" version="2"/>
-     </component>
-     <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp" version="1"/>
-     </component>
-     <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
-     </component>
-     <component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
-     </component>
-    </collection>
-    <collection name="serialserver" long-name="Serial Server" level="server">
-     <component name="serialportcsy" long-name="Serial Port CSY" introduced="ER5" purpose="optional" plugin="Y" class="placeholder" origin-model="Symbian">
-      <!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
-     </component>
-     <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
-     </component>
-     <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
-     </component>
-     <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
-     </component>
-     <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
-     <component name="refcpr" long-name="Reference CPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
-     </component>
-     <component name="refscpr" long-name="Reference SCPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
-     <component name="commfw" long-name="Comms Framework" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
-     </component>
-     <component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
-     <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
-     <component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
-     </component>
-    </collection>
-    <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
-     <component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
-     </component>
-     <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
-     </component>
-     <component name="commstools" long-name="Comms Tools" introduced="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="networkingsrv" long-name="Networking Services" tech_domain="dc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="networkingsrv" long-name="networkingsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="networkingsrv" long-name="networkingsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\networkingsrv\group"/>
-     </component>
-    </collection>
-   <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
-     <component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
-     </component>
-    </collection>
-    <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
-     <component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
-     </component>
-     <component name="dndconfig" long-name="DND Config" introduced="7.0" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
-     </component>
-     <component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
-     </component>
-     <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="tb91" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
-     <component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
-     <component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" introduced="7.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
-     </component>
-     <component name="pppconfig" long-name="PPP Config" introduced="ER5" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp" version="1"/>
-     </component>
-     <component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
-     </component>
-     <component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
-     </component>
-    </collection>
-    <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
-     <component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkcontrol" long-name="Network Control" level="plugin">
-     <component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
-     </component>
-     <component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
-     </component>
-     <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
-     </component>
-     <component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
-     </component>
-     <component name="ipcpr" long-name="IP CPR" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
-     </component>
-     <component name="ipscpr" long-name="IP SCPR" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
-     </component>
-     <component name="ipcprshim" long-name="IP CPR Shim" deprecated="Future" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
-     <component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
-     </component>
-     <component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
-     </component>
-     <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
-     </component>
-     <component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
-     </component>
-     <component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
-     <component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
-     </component>
-     <component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
-     </component>
-     <component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
-     </component>
-     <component name="ipprobe" long-name="IP Probe" introduced="7.0s" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
-     </component>
-     <component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
-     </component>
-     <component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
-     </component>
-     <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
-     <component name="networkingrom" long-name="Networking ROM" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!--  production component: contains the IBY files -->
-     </component>
-     <component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
-     <component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="wlan" long-name="WLAN" tech_domain="dc" level="services" levels="hw low mid high tools test">
-    <collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wlanengine_symbian_3.1" long-name="wlanengine_symbian_3.1" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\wlan\wlan_bearer\wlanengine\wlan_symbian\wlanengine_symbian_3.1\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="wlan" long-name="wlan">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wlan" long-name="wlan" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\wlan\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="cellularsrv" long-name="Cellular Baseband Services" tech_domain="vc" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <collection name="commonnetworkinterface" long-name="Common Network Interface" level="hw-if">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="commonnetworkinterface" long-name="commonnetworkinterface" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\commonnetworkinterface\group"/>
-     </component>
-    </collection>
-    <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="basebandabstraction" long-name="basebandabstraction" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\basebandabstraction\group"/>
-     </component>
-    <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
-     </component>
-     <component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="cellularsrv_plat" long-name="cellularsrv_plat">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="primary_pdp_context_qos_parameter_setting_api" long-name="primary_pdp_context_qos_parameter_setting_api" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\cellularsrv_plat\primary_pdp_context_qos_parameter_setting_api\group"/>
-     </component>
-    </collection>
-   <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
-     <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
-     </component>
-    </collection>
-    <collection name="fax" long-name="Fax" level="server">
-     <component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
-     </component>
-    </collection>
-    <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
-     <component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
-     <component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
-     </component>
-     <component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
-     </component>
-     <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
-     </component>
-     <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
-     </component>
-     <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
-     </component>
-     <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
-     </component>
-     <component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
-     </component>
-     <component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
-     </component>
-     <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyserver" long-name="Telephony Server" level="server">
-     <component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
-     </component>
-     <component name="etelconfig" long-name="ETel Config" purpose="mandatory" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
-     </component>
-     <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
-     </component>
-     <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
-     </component>
-     <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
-     <component name="common_tsy" long-name="Common TSY" introduced="tb92" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
-     </component>
-     <component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp"/>
-     </component>
-     <component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
-     </component>
-     <component name="cdmatsy" long-name="CDMA TSY" introduced="7.0" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/>
-     </component>
-     <component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
-     </component>
-    </collection>
-    <collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
-     <component name="dial" long-name="Dial" deprecated="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
-     </component>
-     <component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
-     </component>
-     <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
-     </component>
-    </collection>
-    <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
-     <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
-     </component>
-     <component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
-     <component name="mocksy" long-name="MockSY" introduced="tb91" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="shortlinksrv" level="services" long-name="Short Link Services" levels="adaptation hw-if plugin framework server app-if" tech_domain="de">
-	<!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="shortlinksrv" long-name="shortlinksrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="shortlinksrv" long-name="shortlinksrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os/shortlinksrv/group"/>
-     </component>
-    </collection>
-    <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
-     <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetooth" long-name="Bluetooth" level="framework">
-     <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
-     </component>
-     <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
-     </component>
-     <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
-     </component>
-     <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
-     </component>
-     <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
-     </component>
-     <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
-     </component>
-     <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
-     </component>
-     <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
-     <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
-     </component>
-     <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
-     </component>
-     <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
-     </component>
-     <component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
-     <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
-     </component>
-    </collection>
-    <collection name="bthci" long-name="Host Controller Interface" level="server">
-     <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
-     </component>
-     <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
-     </component>
-     <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
-     </component>
-     <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
-     </component>
-    </collection>
-    <collection name="usbmgmt" long-name="USB Management" level="server">
-     <component name="usbmgr" long-name="USB Manager" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
-     </component>
-     <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
-     </component>
-     <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="irda" long-name="IrDA" level="plugin">
-     <component name="irdastack" long-name="IrDA Stack" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <block name="mm" long-name="Multimedia" tech_domain="mm" level="services" levels="adaptation hw-if device-fw devices middleware app-if">
-    <collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw">
-     <component name="addeddevsoundcontrol" long-name="Added DevSound Control" contribution="contributed" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\mm\devsoundextensions\addeddevsoundcontrol\Group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mm" long-name="mm">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mm" long-name="mm" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\mm\group"/>
-     </component>
-    </collection>
-   <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
-     <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
-     </component>
-     <component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
-     </component>
-     <component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
-     </component>
-     <component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/camerafw/framework/group" mrp="os/mm/imagingandcamerafws/camerafw/framework/group/multimedia_ecam_framework.mrp"/>
-     </component>
-     <component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
-     <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <!-- PLACEHOLDER="DEF137894" START REMOVE -->
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmutilitylib/group" mrp="mw/mmmw/mmmiddlewarefws/mmutilitylib/group/multimedia_common.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
-     <component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
-     </component>
-     <component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/imagingandcamerafws/camerafw/plugins/group" mrp="os/mm/imagingandcamerafws/camerafw/plugins/group/multimedia_ecam_plugins.mrp"/>
-      <!-- PLACEHOLDER="DEF137652" REMOVE -->
-     </component>
-     <component name="3gplib" long-name="3GP Library" introduced="Future" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
-     </component>
-     <component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="mm_info" long-name="Multimedia Info" level="app-if">
-     <component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
-     <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
-     <component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
-     </component>
-     <component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
-     <component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
-     </component>
-     <component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
-     </component>
-     <component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
-     </component>
-     <component name="mmtesttools" long-name="Multimedia Test Tools" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
-     </component>
-    </collection>
-    <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
-     <component name="openmax" long-name="OpenMAX" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
-     </component>
-    </collection>
-    <collection name="devsound" long-name="Sound Device" level="devices">
-     <component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
-     </component>
-     <component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
-     </component>
-     <component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
-     </component>
-     <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
-     </component>
-     <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
-     </component>
-     <component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
-     </component>
-     <component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
-     </component>
-     <component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
-     </component>
-     <component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
-     </component>
-     <component name="a3fsrvstart" long-name="A3F Server Start" introduced="tb92" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
-     <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
-     </component>
-     <component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
-     </component>
-     <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
-     </component>
-     <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
-     </component>
-     <component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/DevVideo/group/multimedia_mdf_devvideo.mrp"/>
-     </component>
-     <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
-     </component>
-     <component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imagingext" long-name="Imaging Extensions" tech_domain="mm" level="services" levels="adaptation hw-if plugin framework server app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imagingext" long-name="imagingext">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imagingext" long-name="imagingext" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\imagingext\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="graphics" long-name="Graphics" tech_domain="ui" level="services" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="graphics" long-name="graphics">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="graphics" long-name="graphics" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\graphics\group"/>
-     </component>
-    </collection>
-   <collection name="graphicstest" long-name="Graphics Test" level="app-if">
-     <component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
-     </component>
-     <component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphics_info" long-name="Graphics Info" level="app-if">
-     <component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="windowing" long-name="Windowing" level="app-if">
-     <component name="windowserver" long-name="Window Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
-     </component>
-    </collection>
-    <collection name="printingservices" long-name="Printing Services" level="app-if">
-     <component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
-     </component>
-     <component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
-     </component>
-    </collection>
-    <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
-     <component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
-     </component>
-    </collection>
-    <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
-     <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
-     </component>
-    </collection>
-    <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
-     <component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
-     </component>
-    </collection>
-    <collection name="egl" long-name="EGL" level="internal-adaptations">
-     <component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
-     <component name="bitgdi" long-name="BitGDI" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
-     </component>
-     <component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
-     </component>
-     <component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
-     <component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="textandloc" long-name="Text and Localisation" tech_domain="ui" level="services" levels="encoding util fonts tools text">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="textandloc" long-name="textandloc">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="textandloc" long-name="textandloc" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\textandloc\group"/>
-     </component>
-    </collection>
-   <collection name="charconvfw" long-name="Character Conversion" level="encoding">
-     <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
-     </component>
-     <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
-     </component>
-     <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
-     </component>
-    </collection>
-    <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
-     <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
-     </component>
-     <component name="fontstore" long-name="Font Store" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
-     </component>
-     <component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for text code from GDI -->
-     </component>
-     <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
-     </component>
-     <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
-     </component>
-    </collection>
-    <collection name="graphicsdevif" long-name="Graphics Device Interface" level="device">
-     <component name="gdi" long-name="GDI" purpose="mandatory" license-values="3" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/graphicsdevif/gdi/group" mrp="os/textandloc/graphicsdevif/gdi/group/graphics_gdi.mrp"/>
-     </component>
-    </collection>
-    <collection name="textlayout" long-name="Text Layout" level="text">
-     <component name="texthandling" long-name="Text Handling" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
-     </component>
-     <component name="textformatting" long-name="Text Formatting" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
-     </component>
-     <component name="word" long-name="Word" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
-     </component>
-    </collection>
-    <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
-     <component name="nearestlangutil" long-name="Nearest Language Util" introduced="tb91" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from bafl -->
-     </component>
-     <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
-     </component>
-    </collection>
-    <collection name="localesupport" long-name="Locale Support" level="util">
-     <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
-     </component>
-     <component name="initlocale" long-name="Initialise Locale" introduced="tb91" purpose="mandatory" class="placeholder" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from bafl -->
-     </component>
-    </collection>
-    <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
-     <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC" plugin="N" origin-model="Symbian">
-      <!-- placeholder for split from GDI Tools -->
-     </component>
-     <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="xmlsrv" long-name="XML Services" tech_domain="rt" level="services" levels="plugin server framework generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="xmlsrv" long-name="xmlsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="xmlsrv" long-name="xmlsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\xmlsrv\group"/>
-     </component>
-    </collection>
-   <collection name="xml" long-name="XML" level="generic">
-     <component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
-     </component>
-     <component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
-     </component>
-     <component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="deviceplatformrelease" long-name="Device Platform Release" tech_domain="to" level="services" levels="bld mid top">
-    <collection name="S60Extras" long-name="S60 Extras" level="mid">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="S60Extras" long-name="S60Extras" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\S60Extras\group"/>
-     </component>
-    </collection>
-    <collection name="S60Helps" long-name="S60 Helps" level="mid">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="S60Helps" long-name="S60Helps" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\S60Helps\Group"/>
-     </component>
-    </collection>
-    <collection name="S60LocFiles" long-name="S60 Loc Files" level="mid">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="S60LocFiles" long-name="S60LocFiles" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\S60LocFiles\group"/>
-     </component>
-    </collection>
-    <collection name="Version" long-name="Version" level="top">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="Version" long-name="Version" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\deviceplatformrelease\Version\group"/>
-     </component>
-    </collection>
-   <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
-     <component name="cedarutils" long-name="Cedar Utils" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
-     </component>
-     <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
-     </component>
-    </collection>
-    <collection name="foundation_system" long-name="Foundation System" level="top">
-     <component name="systemdocs" long-name="System Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="osrndtools" long-name="OS RD tools" tech_domain="to" level="services" levels="fw trace">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="osrndtools" long-name="osrndtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="osrndtools" long-name="osrndtools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="ostools\osrndtools\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="hti" long-name="hti">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="hti" long-name="hti" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="ostools\osrndtools\hti\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="osrndtools_plat" long-name="osrndtools_plat">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="hti_api" long-name="hti_api" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="ostools\osrndtools\osrndtools_plat\hti_api\group"/>
-     </component>
-    </collection>
-   <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
-     <component name="cinidata" long-name="CINI Data" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/>
-     </component>
-     <component name="testexecute" long-name="Test Execute" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="swconfigtools" long-name="Software Config Tools" tech_domain="to" level="services">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="swconfigtools" long-name="swconfigtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="swconfigtools" long-name="swconfigtools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\swconfigtools\group"/>
-     </component>
-    </collection>
-   </block>
-      <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block name="shortlinksrv" level="services" long-name="Short Link Services" levels="adaptation hw-if plugin framework server app-if" tech_domain="de">
-    
-   </block>
-
-		</layer>
-		<layer name="mw" long-name="Middleware" levels="generic specific">
-			<block name="appsupport" long-name="Generic Application Support" tech_domain="rt" level="generic" levels="system plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="appsupport" long-name="appsupport">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="appsupport" long-name="appsupport" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\appsupport\group"/>
-     </component>
-    </collection>
-   <collection name="filehandling" long-name="File Handling" level="server">
-     <component name="fileconverterfw" long-name="File Converter Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
-     </component>
-     <component name="fileconverterplugins" long-name="Other File Converter Plugins" introduced="ER5" deprecated="9.3" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
-     </component>
-     <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
-     </component>
-     <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
-     </component>
-    </collection>
-    <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
-     <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="commonappservices" long-name="Common Application Services" level="framework">
-     <component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
-     </component>
-     <component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
-     </component>
-     <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
-     </component>
-     <component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
-     </component>
-     <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
-     </component>
-    </collection>
-    <collection name="tzservices" long-name="Time Zone Services" level="plugin">
-     <component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
-     </component>
-     <component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
-     </component>
-     <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
-     </component>
-     <component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
-     </component>
-     <component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
-     </component>
-     <component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
-     </component>
-    </collection>
-    <collection name="contenthandling" long-name="Content Handling" level="plugin">
-     <component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
-     </component>
-     <component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
-     </component>
-    </collection>
-    <collection name="printingsupport" long-name="Printing Support" level="generic">
-     <component name="printinguisupport" long-name="Printing UI Support" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
-     </component>
-    </collection>
-    <collection name="appfw" long-name="Application Framework" level="framework">
-     <component name="apparchitecture" long-name="Application Architecture" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
-     </component>
-     <component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
-     </component>
-     <component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
-     </component>
-    </collection>
-    <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
-     <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
-     </component>
-     <component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="securitysrv" long-name="Security Services" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="Certificates" long-name="Certificates" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\securitysrv\pkiutilities\Certificates\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="securitysrv" long-name="securitysrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="securitysrv" long-name="securitysrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\securitysrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="drm" long-name="DRM" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="drm" long-name="drm">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="drm" long-name="drm" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\drm\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="accesssec" long-name="Access Security" tech_domain="se" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="accesssec" long-name="accesssec">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="accesssec" long-name="accesssec" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\accesssec\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="locationsrv" long-name="Location Services" tech_domain="lo" level="specific" levels="plugins fw interface">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="locationsrv" long-name="locationsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="locationsrv" long-name="locationsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\locationsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="ipconnmgmt" long-name="IP Connectivity Management" tech_domain="dc" level="generic" levels="plugin framework server generic utils">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ipconnmgmt" long-name="ipconnmgmt">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ipconnmgmt" long-name="ipconnmgmt" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\ipconnmgmt\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="netprotocols" long-name="High-level Internet Protocols" tech_domain="dc" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="netprotocols" long-name="netprotocols">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="netprotocols" long-name="netprotocols" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\netprotocols\group"/>
-     </component>
-    </collection>
-   <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
-     <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
-     </component>
-     <component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
-     </component>
-     <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
-     </component>
-     <component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
-     </component>
-     <component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
-     </component>
-     <component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
-     </component>
-    </collection>
-    <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
-     <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
-     </component>
-     <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
-     </component>
-     <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
-     </component>
-     <component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="ipappprotocols" long-name="IP App Protocols" tech_domain="dc" level="generic" levels="plugin framework conn server">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ipappprotocols" long-name="ipappprotocols">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ipappprotocols" long-name="ipappprotocols" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\ipappprotocols\group"/>
-     </component>
-    </collection>
-   <collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
-     <component name="rtp" long-name="RTP" introduced="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <!-- Real Time Data Protocol -->
-      <unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
-     </component>
-     <component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
-     </component>
-    </collection>
-    <collection name="sipconnproviderplugins" long-name="SIP Connection Provider Plugins" level="conn">
-     <component name="sipconnprovider" long-name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipconnprovider/group/mm-protocols_SIPCPR.mrp"/>
-     </component>
-     <component name="sipdummyprt" long-name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipdummyprt/group/mm-protocols_SIPDummyPRT.mrp"/>
-     </component>
-     <component name="sipstatemachine" long-name="SIP State Machine" introduced="9.2" filter="gt" purpose="optional" license-values="3" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipstatemachine/group/mm-protocols_SipStateMachine.mrp"/>
-     </component>
-     <component name="sipparams" long-name="SIP Params" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipparams/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipparams/group/mm-protocols_SIPParams.mrp"/>
-     </component>
-     <component name="sipsubconnprovider" long-name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt" purpose="optional" license-values="3" origin-model="Symbian">
-      <unit bldFile="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group" mrp="mw/ipappprotocols/sipconnproviderplugins/sipsubconnprovider/group/mm-protocols_SIPSCPR.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="wirelessacc" long-name="Wireless Access" tech_domain="dc" level="specific" levels="framework generic ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="wirelessacc" long-name="wirelessacc">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wirelessacc" long-name="wirelessacc" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\wirelessacc\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="vpnclient" long-name="VPN Client" tech_domain="dc" level="specific" levels="engine ui api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="vpnclient" long-name="vpnclient">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="vpnclient" long-name="vpnclient" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\vpnclient\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="ipappsrv" long-name="IP App Services" tech_domain="vc" level="specific" levels="framework  generic server  conn plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ipappsrv" long-name="ipappsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ipappsrv" long-name="ipappsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\ipappsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="phonesrv" long-name="Telephony and SIM Services" tech_domain="vc" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="phonesrv" long-name="phonesrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="phonesrv" long-name="phonesrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\phonesrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="messagingmw" long-name="Messaging Middleware" tech_domain="pr" level="specific" levels="stack fw api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="messagingmw" long-name="messagingmw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="messagingmw" long-name="messagingmw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\messagingmw\group"/>
-     </component>
-    </collection>
-   <collection name="messagingfw" long-name="Messaging FW" level="fw">
-     <component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
-     </component>
-     <component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
-     </component>
-     <component name="msgconf" long-name="Messaging Config" introduced="tb91" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
-     </component>
-     <component name="watcherfw" long-name="Watcher Framework" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
-     </component>
-     <component name="msgtest" long-name="Messaging Test" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
-     </component>
-     <component name="msgtests" long-name="Messaging Tests" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
-     </component>
-     <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
-     </component>
-     <component name="msgtestproduct" long-name="Messaging Test Product" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
-     </component>
-     <component name="biowatchers" long-name="BIO Watchers" introduced="8.0" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
-     </component>
-     <component name="sendas" long-name="Send As" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
-     </component>
-     <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
-     </component>
-     <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
-     </component>
-    </collection>
-   </block>
-      <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block name="mobiletv" long-name="Mobile TV" tech_domain="pr" level="specific" levels="stack fw api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mobiletv" long-name="mobiletv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mobiletv" long-name="mobiletv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mobiletv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imsrv" long-name="Instant Messaging and Presence Services" tech_domain="pr" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imsrv" long-name="imsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imsrv" long-name="imsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\imsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="legacypresence" long-name="Legacy Presence Services" tech_domain="pr" level="specific" levels="engine fw ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="legacypresence" long-name="legacypresence">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="legacypresence" long-name="legacypresence" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\legacypresence\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="opensrv" long-name="Open Services" tech_domain="rt" level="specific" levels="prt lib server eng">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="opensrv" long-name="opensrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="opensrv" long-name="opensrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\opensrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="remotemgmt" long-name="Remote Management" tech_domain="dm" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="remotemgmt" long-name="remotemgmt">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="remotemgmt" long-name="remotemgmt" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\remotemgmt\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="networkingdm" long-name="Networking Device Management" tech_domain="dm" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="networkingdm" long-name="networkingdm">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="networkingdm" long-name="networkingdm" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\networkingdm\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="remotestorage" long-name="Remote Storage" tech_domain="de" level="generic" levels="framework">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="remotestorage" long-name="remotestorage">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="remotestorage" long-name="remotestorage" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\remotestorage\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="remoteconn" long-name="Remote Connectivity" tech_domain="de" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="remoteconn" long-name="remoteconn">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="remoteconn" long-name="remoteconn" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\remoteconn\group"/>
-     </component>
-    </collection>
-   <collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
-     <component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0" purpose="optional" license-values="3" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpgrp/connectivity_legacy_plp_plpgrp.mrp"/>
-     </component>
-     <component name="plpvariant" long-name="PLP Variant" deprecated="9.0" purpose="optional" license-values="3" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant" mrp="mw/remoteconn/connectivitytransports/plpremotelink/plpvariant/connectivity_legacy_plp_plpvariant.mrp"/>
-     </component>
-     <component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtptransports" long-name="MTP Transports" level="plugin">
-     <component name="mtpusbtransport" long-name="MTP USB Transport" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
-     </component>
-    </collection>
-    <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
-     <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="tb91" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
-     </component>
-    </collection>
-    <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
-     <component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
-     </component>
-    </collection>
-    <collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
-     <component name="chatscripts" long-name="Chat Scripts" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
-     </component>
-     <component name="connectqi" long-name="ConnectQI" introduced="9.1" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/connectivitypcside/connectqi/connectqisdk_mr3.mrp"/>
-     </component>
-     <component name="connectqisdk" long-name="ConnectQI SDK" introduced="9.1" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/remoteconn/connectivitypcside/connectqisdk/connectqisdk_public.mrp"/>
-     </component>
-    </collection>
-    <collection name="connectivitydevicefws" long-name="Connectivity Device Frameworks" level="framework">
-     <component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/connectivityapps/connectivityfw/group" mrp="app/techview/connectivityapps/connectivityfw/group/connectivity_framework.mrp"/>
-     </component>
-     <component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/connectivityapps/connectivityservices/group" mrp="app/techview/connectivityapps/connectivityservices/group/connectivity_services.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="srvdiscovery" long-name="Service Discovery and Usage" tech_domain="de" level="generic"/>
-   <block name="dlnasrv" long-name="DLNA Services" tech_domain="de" level="specific" levels="framework server plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="dlnasrv" long-name="dlnasrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="dlnasrv" long-name="dlnasrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\dlnasrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="shortlinkconn" long-name="Shortlink Connectivity" tech_domain="de" level="generic" levels="framework server generic specific plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="shortlinkconn" long-name="shortlinkconn">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="shortlinkconn" long-name="shortlinkconn" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\shortlinkconn\group"/>
-     </component>
-    </collection>
-   <collection name="obex" long-name="OBEX" level="generic">
-     <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
-     </component>
-     <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
-     </component>
-    </collection>
-    <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
-     <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imghandling" long-name="Image Handling" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imghandling" long-name="imghandling">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imghandling" long-name="imghandling" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\imghandling\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="metadatasrv" long-name="Legacy Metadata Services" tech_domain="mm" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="metadatasrv" long-name="metadatasrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="metadatasrv" long-name="metadatasrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\metadatasrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mds" long-name="Metadata Services" tech_domain="mm" level="specific" levels="mgr eng int">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mds" long-name="mds">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mds" long-name="mds" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mds\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmuifw" long-name="Multimedia UI Framework" tech_domain="mm" level="specific" levels="mgr mdl util ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmuifw" long-name="mmuifw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmuifw" long-name="mmuifw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmuifw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videoutils" long-name="Video Utils" tech_domain="mm" level="specific" levels="empty eng util">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videoutils" long-name="videoutils">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videoutils" long-name="videoutils" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\videoutils\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmmw" long-name="Multimedia Middleware" tech_domain="mm" level="generic" levels="plugin framework server generic specific">
-    <collection name="mmfw" long-name="Multimedia Framework" level="framework">
-     <component name="helix_stub" contribution="contributed" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmmw\mmfw\helix_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmmw" long-name="mmmw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmmw" long-name="mmmw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmmw\group"/>
-     </component>
-    </collection>
-   <collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
-     <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
-     <component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
-     <component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
-     </component>
-     <component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
-     </component>
-     <component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
-     <component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
-     </component>
-     <component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
-     </component>
-     <component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="helix" long-name="Helix" tech_domain="mm" level="generic"/>
-   <block name="camerasrv" long-name="Camera Services" tech_domain="mm" level="specific" levels="plugin fw api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="camerasrv" long-name="camerasrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="camerasrv" long-name="camerasrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\camerasrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmappfw" long-name="Multimedia App Framework" tech_domain="mm" level="specific" levels="empty fw utils">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmappfw" long-name="mmappfw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmappfw" long-name="mmappfw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\mmappfw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="inputmethods" long-name="Input Methods" tech_domain="ui" level="generic" levels="plugin engine framework">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="inputmethods" long-name="inputmethods">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="inputmethods" long-name="inputmethods" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\inputmethods\group"/>
-     </component>
-    </collection>
-   <collection name="fep" long-name="FEP" level="engine">
-     <component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="classicui" long-name="Classic UI" tech_domain="ui" level="generic" levels="base support server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="classicui" long-name="classicui">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="classicui" long-name="classicui" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\classicui\group"/>
-     </component>
-    </collection>
-   <collection name="commonuisupport" long-name="Common UI Support" level="support">
-     <component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
-     </component>
-     <component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
-     </component>
-     <component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
-     </component>
-     <component name="grid" long-name="Grid" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
-     </component>
-     <component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
-     <component name="cone" long-name="Control Environment" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
-     </component>
-     <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
-     </component>
-     <component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
-     </component>
-     <component name="clockanim" long-name="Clock" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
-     </component>
-     <component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
-     </component>
-     <component name="animation" long-name="Animation" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="svgt" long-name="SVG Tiny" tech_domain="ui" level="generic" levels="util ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="svgt" long-name="svgt">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="svgt" long-name="svgt" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\svgt\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="uiaccelerator" long-name="UI Accelerator" tech_domain="ui" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="uiaccelerator" long-name="uiaccelerator">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="uiaccelerator" long-name="uiaccelerator" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\uiaccelerator\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="uiresources" long-name="UI Resources" tech_domain="ui" level="generic" levels="compile plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="uiresources" long-name="uiresources">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="uiresources" long-name="uiresources" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\uiresources\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="homescreensrv" long-name="Home Screen Services" tech_domain="ui" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="homescreensrv" long-name="homescreensrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="homescreensrv" long-name="homescreensrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\homescreensrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="appinstall" long-name="Application Installation" tech_domain="rt" level="generic" levels="tool framework generic api">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="appinstall" long-name="appinstall">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="appinstall" long-name="appinstall" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\appinstall\group"/>
-     </component>
-    </collection>
-   <collection name="installationservices" long-name="Installation Services" level="generic">
-     <component name="swi" long-name="Secure Software Install" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
-     </component>
-     <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
-     </component>
-     <component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
-     </component>
-     <component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
-     </component>
-    </collection>
-    <collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
-     <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
-     </component>
-     <component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="serviceapifw" long-name="Service API Framework" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="serviceapifw" long-name="serviceapifw">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="serviceapifw" long-name="serviceapifw" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\serviceapifw\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="serviceapi" long-name="Service API" tech_domain="rt" level="specific" levels="os mw1 mw2 app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="serviceapi" long-name="serviceapi">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="serviceapi" long-name="serviceapi" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\serviceapi\group"/>
-     </component>
-    </collection>
-   </block>			
-			<block name="web" long-name="Web" tech_domain="rt" level="specific" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="web" long-name="web">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="web" long-name="web" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\web\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="websrv" long-name="Web Services" tech_domain="rt" level="generic" levels="plugin framework server generic specific">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="websrv" long-name="websrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="websrv" long-name="websrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\websrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="conntools" long-name="Conn Tools" tech_domain="to" level="generic" levels="1 2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="conntools" long-name="conntools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="conntools" long-name="conntools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\conntools\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="platformtools" long-name="Platform Tools" tech_domain="to" level="generic">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="platformtools" long-name="platformtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="platformtools" long-name="platformtools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\platformtools\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="uitools" long-name="UI Tools" tech_domain="to" level="specific" levels="compile encode tool">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="uitools" long-name="uitools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="uitools" long-name="uitools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\uitools\group"/>
-     </component>
-    </collection>
-   </block>			
-   <block name="hapticsservices" long-name="Haptics Services" tech_domain="ui" level="services" span="2">
-	<!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="hapticsservices" long-name="hapticsservices">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="hapticsservices" long-name="hapticsservices" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="mw\hapticsservices\group"/>
-     </component>
-    </collection>
-   </block>
-		</layer>
-		<layer name="app" long-name="Applications" levels="services apps">
-			<block name="location" long-name="Location Apps" tech_domain="lo" level="apps" levels="engine ui apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="location" long-name="location">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="location" long-name="location" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\location\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="mmsharinguis" long-name="Multimedia Sharing UIs" tech_domain="vc" level="services" levels="base plugin">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="mmsharinguis" long-name="mmsharinguis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="mmsharinguis" long-name="mmsharinguis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\mmsharinguis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="phone" long-name="Phone Apps" tech_domain="vc" level="apps" span="2" levels="engine plugin ui apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="phone" long-name="phone">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="phone" long-name="phone" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\phone\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videotelephony" long-name="Video Telephony Apps" tech_domain="vc" level="apps" levels="plugin engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videotelephony" long-name="videotelephony">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videotelephony" long-name="videotelephony" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videotelephony\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="vtprotocolsstub" long-name="vtprotocolsstub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="vtprotocolsstub" long-name="vtprotocolsstub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videotelephony\vtprotocolsstub\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="poc" long-name="PoC" tech_domain="vc" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="poc" long-name="poc">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="poc" long-name="poc" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\poc\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="iptelephony" long-name="IP Telephony" tech_domain="vc" level="apps" levels="plugin eng ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="iptelephony" long-name="iptelephony">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="iptelephony" long-name="iptelephony" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\iptelephony\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="settingsuis" long-name="Settings UIs" tech_domain="dm" level="services" levels="empty rsc ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="settingsuis" long-name="settingsuis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="settingsuis" long-name="settingsuis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\settingsuis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="contentcontrol" long-name="Content Control Daemons" tech_domain="dm" level="services" levels="1 2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="contentcontrol" long-name="contentcontrol">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="contentcontrol" long-name="contentcontrol" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\contentcontrol\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="devicecontrol" long-name="Device Control Daemons" tech_domain="dm" level="services" levels="1 2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="devicecontrol" long-name="devicecontrol">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="devicecontrol" long-name="devicecontrol" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\devicecontrol\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="printing" long-name="Printing" tech_domain="de" level="services" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="printing" long-name="printing">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="printing" long-name="printing" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\printing\group"/>
-     </component>
-    </collection>
-   </block>						
-			<block name="files" long-name="File Manager Apps" tech_domain="pr" level="apps" levels="support apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="files" long-name="files">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="files" long-name="files" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\files\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="contacts" long-name="Contacts Apps" tech_domain="pr" level="apps" span="2" levels="engine support services ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="contacts" long-name="contacts">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="contacts" long-name="contacts" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\contacts\group"/>
-     </component>
-    </collection>
-   <collection name="pimprotocols" long-name="PIM Protocols" level="services">
-     <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="organizer" long-name="Organizer Application Suite" tech_domain="pr" level="apps" span="2" levels="support services engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="organizer" long-name="organizer">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="organizer" long-name="organizer" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\organizer\group"/>
-     </component>
-    </collection>
-   <collection name="pimappservices" long-name="PIM App Services" level="services">
-     <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
-     </component>
-     <component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
-     </component>
-     <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
-     </component>
-    </collection>
-    <collection name="officeappeng" long-name="Office App Engines" level="engine">
-     <component name="sheeteng" long-name="Sheet Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
-     </component>
-     <component name="charteng" long-name="Chart" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
-     </component>
-     <component name="wordeng" long-name="Word Engine" introduced="ER5" deprecated="9.3" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
-     </component>
-    </collection>
-    <collection name="pimappsupport" long-name="PIM Application Support" level="support">
-     <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="messaging" long-name="Messaging Apps" tech_domain="pr" level="apps" span="2" levels="mail eng base ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="messaging" long-name="messaging">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="messaging" long-name="messaging" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\messaging\group"/>
-     </component>
-    </collection>
-   <collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
-     <component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
-     </component>
-    </collection>
-    <collection name="mmsengine" long-name="MMS Engine" level="eng">
-     <component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/mmsengine/mmssettings/group/" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
-     </component>
-     <component name="mmsconf" long-name="MMS Configuration" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings-config.mrp"/>
-     </component>
-    </collection>
-    <collection name="messagingappbase" long-name="Messaging App Base" level="base">
-     <component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
-     </component>
-     <component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
-     </component>
-    </collection>
-    <collection name="email" long-name="Email" level="mail">
-     <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
-     </component>
-     <component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
-      <unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
-     </component>
-    </collection>
-   </block>
-			<block name="commonemail" long-name="Email Apps" tech_domain="pr" level="apps" levels="service support ui app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="commonemail" long-name="commonemail">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="commonemail" long-name="commonemail" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\commonemail\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="conversations" long-name="Conversation Apps" tech_domain="pr" level="apps" levels="settings utils ui" introduced="9.1">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="conversations" long-name="conversations">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="conversations" long-name="conversations" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\conversations\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="im" long-name="Instant Messaging Apps" tech_domain="pr" level="apps" levels="support engine apps">
-    <collection name="impsengine" long-name="IMPS Engine" level="engine">
-     <component name="utils" long-name="Utilities" contribution="contributed" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\utils\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="im" long-name="im">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="im" long-name="im" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\im\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="utils" long-name="Utility Apps" tech_domain="pr" level="apps"/>
-   <block name="dictionary" long-name="Dictionary" tech_domain="pr" level="services" levels="appl">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="dictionary" long-name="dictionary">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="dictionary" long-name="dictionary" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\dictionary\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="camera" long-name="Camera Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="camera" long-name="camera">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="camera" long-name="camera" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\camera\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imgeditor" long-name="Image Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imgeditor" long-name="imgeditor">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imgeditor" long-name="imgeditor" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\imgeditor\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videoeditor" long-name="Video Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videoeditor" long-name="videoeditor">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videoeditor" long-name="videoeditor" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videoeditor\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="gallery" long-name="Gallery Apps" tech_domain="ma" level="apps" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="gallery" long-name="gallery">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="gallery" long-name="gallery" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\gallery\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="videoplayer" long-name="Video Player Apps" tech_domain="ma" level="apps" levels="support apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videoplayer" long-name="videoplayer">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videoplayer" long-name="videoplayer" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videoplayer\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="photos" long-name="Photos" tech_domain="ma" level="apps" levels="support fw ui app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="photos" long-name="photos">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="photos" long-name="photos" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\photos\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="tv" long-name="TV Apps" tech_domain="ma" level="apps"/>
-   <block name="videocenter" long-name="Video Center" tech_domain="ma" level="apps" levels="eng ui app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="videocenter" long-name="videocenter">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="videocenter" long-name="videocenter" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\videocenter\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="musicplayer" long-name="Music Player Apps" tech_domain="ma" level="apps" levels="plugins support apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="musicplayer" long-name="musicplayer">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="musicplayer" long-name="musicplayer" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\musicplayer\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="radio" long-name="Radio Apps" tech_domain="ma" level="apps" levels="engine ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="radio" long-name="radio">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="radio" long-name="radio" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\radio\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="internetradio" long-name="Internet Radio Apps" tech_domain="ma" level="apps"/>
-   <block name="voicerec" long-name="Voice Recorder Apps" tech_domain="ma" level="apps" levels="empty 1">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="voicerec" long-name="voicerec">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="voicerec" long-name="voicerec" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\voicerec\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="imgvieweruis" long-name="Image Viewer UIs" tech_domain="ma" level="services" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="imgvieweruis" long-name="imgvieweruis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="imgvieweruis" long-name="imgvieweruis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\imgvieweruis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="screensaver" long-name="Screen Saver Apps" tech_domain="ui" level="apps" levels="eng plugin">
-    <collection name="screensaver" long-name="Screen Saver" level="plugin">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="screensaver" long-name="screensaver" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\screensaver\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="homescreen" long-name="Home Screen Apps" tech_domain="ui" level="apps" levels="fw apps">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="homescreen" long-name="homescreen">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="homescreen" long-name="homescreen" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\homescreen\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="graphicsuis" long-name="Graphics UIs" tech_domain="ui" level="services" levels="util ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="graphicsuis" long-name="graphicsuis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="graphicsuis" long-name="graphicsuis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\graphicsuis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="profile" long-name="Profile" tech_domain="ui" level="apps" levels="app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="profile" long-name="profile">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="profile" long-name="profile" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\profile\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="speechsrv" long-name="Speech Recognition UIs" tech_domain="ui" level="services" levels="engine framework ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="speechsrv" long-name="speechsrv">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="speechsrv" long-name="speechsrv" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\speechsrv\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="homescreentools" long-name="Home Screen Tools" tech_domain="ui" level="services"/>
-   <block name="webuis" long-name="Web UIs" tech_domain="rt" level="services" levels="plugin app">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="webuis" long-name="webuis">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="webuis" long-name="webuis" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\webuis\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="java" long-name="Java" tech_domain="rt" level="services" levels="framework util generic rt">
-    <collection name="java_stubs" long-name="Java Stubs" level="util">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="java_stubs" long-name="java_stubs" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\java\java_stubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="java_plat" long-name="java_plat">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="java_plat" long-name="java_plat" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\java\java_plat\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="rndtools" long-name="RD tools" tech_domain="to" level="services" levels="app ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="rndtools" long-name="rndtools">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="rndtools" long-name="rndtools" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\rndtools\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="htiui" long-name="htiui">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="htiui" long-name="htiui" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\rndtools\htiui\group"/>
-     </component>
-    </collection>
-   </block>
-			<block name="helps" long-name="Help Apps" tech_domain="ui" level="apps" span="2" levels="eng tools unused  ui">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="helps" long-name="helps">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="helps" long-name="helps" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="app\helps\group"/>
-     </component>
-    </collection>
-   <collection name="symhelptools" long-name="Symbian Help Tools" level="tools">
-     <component name="cshlpcmpbackend" long-name="CSHelp Compiler Backend" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/helps/symhelp/cshlpcmpbackend/group/tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
-     </component>
-    </collection>
-    <collection name="symhelp" long-name="Symbian Help" level="eng">
-     <component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="stubs" level="new" name="stubs" span="2">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="audiostubs" long-name="audiostubs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="audiostubs" long-name="audiostubs" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\audiostubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="btaudioadaptation_stub" long-name="btaudioadaptation_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="btaudioadaptation_stub" long-name="btaudioadaptation_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\btaudioadaptation_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="drm_stubs" long-name="drm_stubs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="drm_stubs" long-name="drm_stubs" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\drm_stubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="ocrsrv_stub" long-name="ocrsrv_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="ocrsrv_stub" long-name="ocrsrv_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\ocrsrv_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="omasuplasnconverterstubimpl" long-name="omasuplasnconverterstubimpl">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="omasuplasnconverterstubimpl" long-name="omasuplasnconverterstubimpl" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\omasuplasnconverterstubimpl\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="posmsgpluginreferenceimpl" long-name="posmsgpluginreferenceimpl">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="posmsgpluginreferenceimpl" long-name="posmsgpluginreferenceimpl" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\posmsgpluginreferenceimpl\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="power_save_display_mode_stub" long-name="power_save_display_mode_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="power_save_display_mode_stub" long-name="power_save_display_mode_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\power_save_display_mode_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="srsfenginestub" long-name="srsfenginestub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="srsfenginestub" long-name="srsfenginestub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\srsfenginestub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="systemswstubs" long-name="systemswstubs">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="systemswstubs" long-name="systemswstubs" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\systemswstubs\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="tactileclickplugin_stub" long-name="tactileclickplugin_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="tactileclickplugin_stub" long-name="tactileclickplugin_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\tactileclickplugin_stub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="wlanhwinit_stub" long-name="wlanhwinit_stub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="wlanhwinit_stub" long-name="wlanhwinit_stub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="adaptation\stubs\wlanhwinit_stub\group"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="buildplatforms" name="buildplatforms" tech_domain="to" level="generic">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="buildplatforms" long-name="buildplatforms">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="buildplatforms" long-name="buildplatforms" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="tools\buildplatforms\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="sf_licenseetsystub" long-name="sf_licenseetsystub">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="sf_licenseetsystub" long-name="sf_licenseetsystub" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\telephonyserverplugins\licenseetsystub\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="sf_common_tsy" long-name="sf_common_tsy">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="sf_common_tsy" long-name="sf_common_tsy" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\cellularsrv\telephonyserverplugins\common_tsy\group"/>
-     </component>
-    </collection>
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="sf_openvg11" long-name="sf_openvg11">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="sf_openvg11" long-name="sf_openvg11" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="os\graphics\openvg\openvginterface\group\openvg11"/>
-     </component>
-    </collection>
-   </block>
-   <!-- Following Block added by SF via autopopulating script from S60 Model -->
-   <block long-name="toolsextensions" level="new" name="toolsextensions">
-    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
-    <collection name="toolsextensions" long-name="toolsextensions">
-     <!-- Following Component added by SF via autopopulating script from S60 Model -->
-     <component name="toolsextensions" long-name="toolsextensions" origin-model="Foundation">
-      <!-- Unit added by SF via autopopulating script from S60 Model -->
-      <unit bldFile="\ext\tools\toolsextensions\group"/>
-     </component>
-    </collection>
-   </block>
-		<block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3" tech_domain="ui">
-    <collection name="buildverification" long-name="Build Verification" level="services">
-     <component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
-      <unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
-     </component>
-    </collection>
-    <collection name="installationapps" long-name="Installation Apps" level="apps2">
-     <component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC" plugin="N" origin-model="Symbian">
-      <unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
-     </component>
-    </collection>
-    <collection name="networkingutils" long-name="Networking Utils" level="utils">
-     <component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
-     </component>
-     <component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
-     </component>
-    </collection>
-    <collection name="testapps" long-name="Test Apps" level="utils">
-     <component name="rschandler" long-name="Resource Handler" deprecated="tb92" purpose="development" plugin="N" origin-model="Symbian">
-      <unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
-     </component>
-    </collection>
-   </block>
-  </layer>
-	</systemModel>
-</SystemDefinition>