author | ShabeR@UK-SHABER |
Tue, 07 Apr 2009 12:14:09 +0100 | |
changeset 16 | f2191cc40888 |
parent 15 | 25f3e1fd8089 |
child 17 | 9b17d7ffad0d |
--- a/platform/job_props.ant.xml Fri Mar 27 13:22:45 2009 +0000 +++ b/platform/job_props.ant.xml Tue Apr 07 12:14:09 2009 +0100 @@ -11,16 +11,17 @@ <property name="sf.spec.build.system" value="sbs"/> - <property name="sf.spec.sbs.config" value="winscw,armv5"/> <!-- both _urel and _udeb --> + <property name="sf.spec.sbs.config" value="winscw"/> <!-- both _urel and _udeb --> <property name="sf.spec.sbs.tools.config" value="tools_rel,tools2_rel"/> <property name="sf.spec.sourcesync.usecache" value="true"/> <property name="sf.spec.baseline.enable" value="true"/> <property name="sf.spec.sourcesync.enable" value="false"/> + <property name="sf.spec.baseline.clean" value="true"/> <property name="sf.spec.baseline.select" value="location" /> - <property name="sf.spec.baseline.location" value="\\D070885\d$\download\S60.MCL_200912_S60.51\" /> + <property name="sf.spec.baseline.location" value="D:\PDK\PDK_20090401" /> <property name="sf.spec.toolsbaseline.enable" value="true"/> <!-- platform build specific properties --> @@ -38,5 +39,6 @@ <!-- 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 --> </project>
--- a/platform/project_spec.ant.xml Fri Mar 27 13:22:45 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -<?xml version="1.0"?> - -<project name="sample-package-spec" > - <property name="sf.project.type" value="package" /> - - <property name="sf.spec.build.target" value="armv5" /> - <property name="sf.spec.build.variant" value="udeb" /> - <property name="sf.spec.build.productioncode.enable" value="true" /> - <property name="sf.spec.build.testcode.enable" value="false" /> - <property name="sf.spec.build.framework" value="sbsv2" /> - <property name="sf.spec.build.sbsv2.config" value="" /> - <property name="sf.spec.build.sbsv2.options" value="-k" /> - <property name="sf.spec.build.clean.enable" value="true" /> - - <property name="sf.spec.referenceroms.createimages.enable" value="true" /> - <property name="sf.spec.testroms.createimages.enable" value="true" /> - - <property name="sf.spec.sourcesync.enable" value="true" /> - <property name="sf.spec.sourcesync.usecache" value="true" /> - <property name="sf.spec.sourcesync.sourcespecfile" value="sources.csv" /> - - <property name="sf.spec.baseline.enable" value="true" /> - <property name="sf.spec.baseline.select" value="location" /> - <!-- property name="sf.spec.baseline.id" value="200910" /> - <property name="sf.spec.baseline.service" value="S60_51" / --> - <property name="sf.spec.baseline.location" value="\\lon-engbuild68\d$\GRACE\Dummy\Symbian_OS_vtb91sf\SY_TB91_200910_101" /> - - <property name="sf.spec.toolsbaseline.enable" value="false" /> - - <property name="sf.spec.publish.unpackagedartefacts.enable" value="true" /> - <property name="sf.spec.publish.packagedartefacts.enable" value="true" /> - - <property name="sf.spec.tagafterbuild.enable" value="true" /> -</project>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/job_props.ant.xml Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,47 @@ +<?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.spec.job.name" value="platform"/> + <property name="sf.spec.corebuildversion" value="week12"/> + + <property name="sf.spec.build.system" value="sbs"/> + + <property name="sf.spec.sbs.config" value="winscw"/> <!-- both _urel and _udeb --> + <property name="sf.spec.sbs.tools.config" value="tools_rel,tools2_rel"/> + + <property name="sf.spec.sourcesync.usecache" value="true"/> + + + <!-- get full source env and binaries from pdk --> + <property name="sf.spec.sourcesync.enable" value="true"/> + <property name="sf.spec.baseline.getenv_options" value="-I emu"/> + <property name="sf.spec.baseline.enable" value="true"/> + <property name="sf.spec.baseline.clean" value="true"/> + + <property name="sf.spec.baseline.select" value="location" /> + <property name="sf.spec.baseline.location" value="D:\PDK\PDK_20090401\" /> + <property name="sf.spec.toolsbaseline.enable" value="true"/> + + <!-- platform build specific properties --> + <property name="sf.spec.s60.sysdef.clean.configurations.list" value="S60_5_1_clean" /> + <property name="sf.spec.os.sysdef.clean.configurations.list" value="GT_tb91sf" /> + + <!-- 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 --> + +</project>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/job_refs.ant.xml Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,15 @@ +<?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_definition.xml" /> + </fileset> + </path> + + <path id="sf.spec.s60.system.definition.files"> + <fileset dir="${sf.project.location}\sysdefs\" includes="S60_*.xml"/> + </path> + + </project> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/sources.csv Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,116 @@ +source,dst,tag,type,branch,pattern +//lon-engbuild87/d$/mercurial_master/sfl/sf/adaptation/stubs/,/sf/adaptation/stubs,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/camera/,/sf/app/camera,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/commonemail/,/sf/app/commonemail,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/conntools/,/sf/app/conntools,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/contacts/,/sf/app/contacts,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/contentcontrol/,/sf/app/contentcontrol,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/conversations/,/sf/app/conversations,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/devicecontrol/,/sf/app/devicecontrol,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/dictionary/,/sf/app/dictionary,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/files/,/sf/app/files,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/gallery/,/sf/app/gallery,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/graphicsuis/,/sf/app/graphicsuis,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/helps/,/sf/app/helps,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/homescreen/,/sf/app/homescreen,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/im/,/sf/app/im,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/imgeditor/,/sf/app/imgeditor,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/imgvieweruis/,/sf/app/imgvieweruis,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/iptelephony/,/sf/app/iptelephony,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/java/,/sf/app/java,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/location/,/sf/app/location,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/messaging/,/sf/app/messaging,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/mmsharinguis/,/sf/app/mmsharinguis,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/musicplayer/,/sf/app/musicplayer,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/organizer/,/sf/app/organizer,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/phone/,/sf/app/phone,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/photos/,/sf/app/photos,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/poc/,/sf/app/poc,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/printing/,/sf/app/printing,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/profile/,/sf/app/profile,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/radio/,/sf/app/radio,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/screensaver/,/sf/app/screensaver,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/settingsuis/,/sf/app/settingsuis,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/speechsrv/,/sf/app/speechsrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/techview/,/sf/app/techview,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/test/,/sf/app/test,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/utils/,/sf/app/utils,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/videocenter/,/sf/app/videocenter,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/videoeditor/,/sf/app/videoeditor,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/videoplayer/,/sf/app/videoplayer,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/videotelephony/,/sf/app/videotelephony,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/voicerec/,/sf/app/voicerec,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/app/webuis/,/sf/app/webuis,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/accesssec/,/sf/mw/accesssec,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/appinstall/,/sf/mw/appinstall,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/appsupport/,/sf/mw/appsupport,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/camerasrv/,/sf/mw/camerasrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/classicui/,/sf/mw/classicui,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/dlnasrv/,/sf/mw/dlnasrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/drm/,/sf/mw/drm,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/hapticsservices/,/sf/mw/hapticsservices,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/homescreensrv/,/sf/mw/homescreensrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/imghandling/,/sf/mw/imghandling,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/imsrv/,/sf/mw/imsrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/inputmethods/,/sf/mw/inputmethods,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/ipappprotocols/,/sf/mw/ipappprotocols,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/ipappsrv/,/sf/mw/ipappsrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/ipconnmgmt/,/sf/mw/ipconnmgmt,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/legacypresence/,/sf/mw/legacypresence,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/locationsrv/,/sf/mw/locationsrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/mds/,/sf/mw/mds,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/messagingmw/,/sf/mw/messagingmw,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/metadatasrv/,/sf/mw/metadatasrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/mmappfw/,/sf/mw/mmappfw,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/mmmw/,/sf/mw/mmmw,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/mmuifw/,/sf/mw/mmuifw,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/mobiletv/,/sf/mw/mobiletv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/netprotocols/,/sf/mw/netprotocols,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/networkingdm/,/sf/mw/networkingdm,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/opensrv/,/sf/mw/opensrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/phonesrv/,/sf/mw/phonesrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/remoteconn/,/sf/mw/remoteconn,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/remotemgmt/,/sf/mw/remotemgmt,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/remotestorage/,/sf/mw/remotestorage,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/securitysrv/,/sf/mw/securitysrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/serviceapi/,/sf/mw/serviceapi,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/serviceapifw/,/sf/mw/serviceapifw,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/shortlinkconn/,/sf/mw/shortlinkconn,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/svgt/,/sf/mw/svgt,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/uiaccelerator/,/sf/mw/uiaccelerator,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/uiresources/,/sf/mw/uiresources,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/uitools/,/sf/mw/uitools,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/videoutils/,/sf/mw/videoutils,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/vpnclient/,/sf/mw/vpnclient,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/web/,/sf/mw/web,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/websrv/,/sf/mw/websrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/mw/wirelessacc/,/sf/mw/wirelessacc,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/boardsupport/,/sf/os/boardsupport,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/buildtools/,/sf/os/buildtools,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/cellularsrv/,/sf/os/cellularsrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/commsfw/,/sf/os/commsfw,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/deviceplatformrelease/,/sf/os/deviceplatformrelease,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/devicesrv/,/sf/os/devicesrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/graphics/,/sf/os/graphics,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/imagingext/,/sf/os/imagingext,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/kernelhwsrv/,/sf/os/kernelhwsrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/lbs/,/sf/os/lbs,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/misc/,/sf/os/misc,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/mm/,/sf/os/mm,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/networkingsrv/,/sf/os/networkingsrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/ossrv/,/sf/os/ossrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/persistentdata/,/sf/os/persistentdata,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/security/,/sf/os/security,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/shortlinksrv/,/sf/os/shortlinksrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/textandloc/,/sf/os/textandloc,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/unref/,/sf/os/unref,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/wlan/,/sf/os/wlan,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/os/xmlsrv/,/sf/os/xmlsrv,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/ostools/osrndtools/,/sf/ostools/osrndtools,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/tools/build_s60/,/sf/tools/build_s60,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/tools/buildplatforms/,/sf/tools/buildplatforms,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/tools/homescreentools/,/sf/tools/homescreentools,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/tools/makefile_templates/,/sf/tools/makefile_templates,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/tools/platformtools/,/sf/tools/platformtools,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/tools/rndtools/,/sf/tools/rndtools,tip,tag,default,layers.sysdef.xml +//lon-engbuild87/d$/mercurial_master/sfl/sf/tools/swconfigtools/,/sf/tools/swconfigtools,tip,tag,default,layers.sysdef.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/sysdefs/S60_SystemBuild.xml Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,840 @@ +<?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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/sysdefs/S60_SystemModel.xml Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,25194 @@ +<?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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/sysdefs/System_Definition.xml Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,2392 @@ +<?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
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/sysdefs/sysdef_1_4_0.dtd Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,86 @@ + <!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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/sysdefs/sysdef_2_0_0.dtd Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,86 @@ + <!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
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/sysdefs/sysdef_dtd_1_4_0.xml Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,111 @@ +<?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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform_hg/sysdefs/sysdef_dtd_2_0_0.xml Tue Apr 07 12:14:09 2009 +0100 @@ -0,0 +1,112 @@ +<?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>