<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SystemDefinition [
<!ELEMENT SystemDefinition (systemModel)>
<!ATTLIST SystemDefinition
name CDATA #REQUIRED
schema CDATA #REQUIRED>
<!ELEMENT systemModel (layer+)>
<!ELEMENT layer (block*|collection*)*>
<!ATTLIST layer
name CDATA #REQUIRED
long-name CDATA #IMPLIED
levels NMTOKENS #IMPLIED
span CDATA #IMPLIED>
<!ELEMENT block (subblock*|collection*)*>
<!ATTLIST block
levels NMTOKENS #IMPLIED
span CDATA #IMPLIED
level NMTOKEN #IMPLIED
name CDATA #REQUIRED
long-name CDATA #IMPLIED>
<!ELEMENT subblock (collection)*>
<!ATTLIST subblock
name CDATA #REQUIRED
long-name CDATA #IMPLIED>
<!ELEMENT collection (component)*>
<!ATTLIST collection
name CDATA #REQUIRED
long-name CDATA #IMPLIED
level NMTOKEN #IMPLIED>
<!ELEMENT component (unit)*>
<!ATTLIST component
name CDATA #REQUIRED
long-name CDATA #IMPLIED
deprecated CDATA #IMPLIED
introduced CDATA #IMPLIED
contract CDATA #IMPLIED
plugin (Y|N) 'N'
filter CDATA #IMPLIED
class NMTOKENS #IMPLIED
supports CDATA #IMPLIED
purpose (optional|mandatory|development) 'optional'>
<!ELEMENT unit EMPTY>
<!ATTLIST unit
mrp CDATA #IMPLIED
filter CDATA #IMPLIED
bldFile CDATA #IMPLIED
root CDATA #IMPLIED
version NMTOKEN #IMPLIED
prebuilt NMTOKEN #IMPLIED
late (Y|N) #IMPLIED
priority CDATA #IMPLIED>
]>
<SystemDefinition schema="2.0.1" name="Symbian^4">
<systemModel>
<layer name="mw" long-name="Middleware" levels="generic specific">
<block name="appinstall" level="generic" levels="tool framework generic api" long-name="Application Installation">
<collection name="appinstall_plat" long-name="Application Installation Platform Interfaces" level="api">
<component name="iaupdate_api" long-name="IA Update API" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_plat/iaupdate_api/group"/>
</component>
<component name="task_plugin_api" long-name="Task Plugin API" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_plat/task_plugin_api/group"/>
</component>
<component name="sw_installer_common_ui_api" long-name="SW Installer Common UI API" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_common_ui_api/group"/>
</component>
<component name="sw_installer_launcher_api" long-name="SW Installer Launcher API" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_launcher_api/group"/>
</component>
<component name="task_management_api" long-name="Task Management API" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_plat/task_management_api/group"/>
</component>
<component name="sw_installer_ui_plugin_api" long-name="SW Installer UI Plugin API" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_ui_plugin_api/group"/>
</component>
<component name="sw_installer_cr_keys" long-name="SW Installer CR Keys" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_cr_keys/group"/>
</component>
<component name="sw_installer_ps_keys" long-name="SW Installer PS Keys" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_ps_keys/group"/>
</component>
<component name="sifui_api" long-name="STIF UI API" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_plat/sifui_api/group"/>
</component>
</collection>
<collection name="appinstall_pub" long-name="Application Installation Public Interfaces" level="api">
<component name="startup_list_management_api" long-name="Startup List Management API" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/appinstall/appinstall_pub/startup_list_management_api/group"/>
</component>
</collection>
<collection name="ncdengine" long-name="Nokia Content Discover" level="framework">
<component name="ncdengine_build" long-name="NCD API" introduced="^1" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/appinstall/ncdengine/group"/>
</component>
<component name="ncdengine_engine" long-name="NCD Engine" introduced="^1" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/appinstall/ncdengine/engine" proFile="engine.pro" qmakeArgs="-r"/>
</component>
</collection>
<collection name="appinstaller" long-name="Application Installer" level="generic">
<component name="appinstui" long-name="Application Installer UI" introduced="^2" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/appinstall/appinstaller/appinstui/group"/>
</component>
<component name="appinstui_qt" long-name="Application Installer Qt UI" introduced="^2" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/appinstall/appinstaller/appinstui" proFile="appinstui.pro" qmakeArgs="-r"/>
</component>
</collection>
<collection name="iaupdateapi_stub" long-name="IA Update API Stub" level="api">
<!-- the collection is really a component. Move down a directory.-->
<component name="iaupdateapi_stub_build" long-name="IA Update API Stub Build" introduced="^2" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/appinstall/iaupdateapi_stub/group"/>
</component>
</collection>
<collection name="iaupdate" long-name="Independent Apps Update" level="api">
<!-- Should reorganise into actual components -->
<component name="iad" long-name="Independent App delivery" introduced="^4" filter="s60" purpose="development">
<unit bldFile="/sf/mw/appinstall/iaupdate" proFile="iaupdate.pro" qmakeArgs="-r"/>
</component>
<component name="iaupdate_build" long-name="IA Update Build" introduced="^2" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/appinstall/iaupdate/group"/>
</component>
</collection>
<collection name="installationservices" long-name="Installation Services" level="generic">
<component name="swi" long-name="Secure Software Install" purpose="optional">
<unit bldFile="/sf/mw/appinstall/installationservices/swi/group" mrp="/sf/mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
</component>
<component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
<unit bldFile="/sf/mw/appinstall/installationservices/swidevicetools/group" mrp="/sf/mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
</component>
<component name="swcomponentregistry" long-name="Software Component Registry" introduced="^4" purpose="mandatory">
<unit bldFile="/sf/mw/appinstall/installationservices/swcomponentregistry/group" mrp="/sf/mw/appinstall/installationservices/swcomponentregistry/group/security_softwarecomponentregistry.mrp"/>
</component>
<component name="swinstallationfw" long-name="Software Installation Framework" introduced="^4" purpose="optional">
<unit bldFile="/sf/mw/appinstall/installationservices/swinstallationfw/group" mrp="/sf/mw/appinstall/installationservices/swinstallationfw/group/security_softwareinstallframework.mrp"/>
</component>
<component name="swtransactionservices" long-name="Software Transaction Services" introduced="^4" purpose="optional">
<unit bldFile="/sf/mw/appinstall/installationservices/swtransactionservices/group" mrp="/sf/mw/appinstall/installationservices/swtransactionservices/group/security_softwaretransactionservices.mrp"/>
</component>
<component name="refswinstallationplugin" long-name="Reference Software Installation Plugin" introduced="^4" purpose="development" plugin="Y">
<unit bldFile="/sf/mw/appinstall/installationservices/refswinstallationplugin/group" mrp="/sf/mw/appinstall/installationservices/refswinstallationplugin/group/security_sifrefplugin.mrp"/>
</component>
<component name="refsoftwareappmgr" long-name="Reference Software Application Manager" introduced="^4" purpose="development">
<unit bldFile="/sf/mw/appinstall/installationservices/refsoftwareappmgr/group" mrp="/sf/mw/appinstall/installationservices/refsoftwareappmgr/group/security_referenceapplicationmanager.mrp"/>
</component>
<component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
<unit bldFile="/sf/mw/appinstall/installationservices/swiconfig/group" mrp="/sf/mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
</component>
</collection>
<collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
<component name="makekeys" long-name="MakeKeys" introduced="6.0" filter="gt" purpose="optional" class="PC">
<unit bldFile="/sf/mw/appinstall/secureswitools/makekeys/group" mrp="/sf/mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
</component>
<component name="swianalysistoolkit" long-name="SWI Analysis Toolkit" purpose="development" class="PC">
<unit bldFile="/sf/mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="/sf/mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/>
</component>
<component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC">
<unit mrp="/sf/mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
</component>
<component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC">
<unit bldFile="/sf/mw/appinstall/secureswitools/swisistools/group" mrp="/sf/mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
</component>
</collection>
<collection name="appinstall_info" long-name="Application Installation Info" level="api">
<component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="^2" purpose="development" class="config PC">
<unit mrp="/sf/mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
</component>
</collection>
</block>
</layer>
</systemModel>
</SystemDefinition>