symbian3/mw/appinstall/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 141 27d9d356efbf
child 502 660e2d7263cd
--- a/symbian3/mw/appinstall/package_definition.xml	Tue May 25 11:17:36 2010 +0100
+++ b/symbian3/mw/appinstall/package_definition.xml	Wed May 26 17:18:20 2010 +0100
@@ -1,191 +1,123 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE SystemDefinition [
-<!ELEMENT SystemDefinition ( systemModel )>
-<!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED
->
-<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
-
-<!-- System Model Section of DTD -->
-<!ELEMENT systemModel (layer+)>
-
-<!ELEMENT layer (block* | collection*)*>
-<!-- Kernel Services, Base Services, OS Services, Etc -->
-<!ATTLIST layer
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
->
-
-<!ELEMENT block (subblock* | collection*)*>
- <!-- Generic OS services, Comms Services, etc -->
-<!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
->
-
-<!ELEMENT subblock (collection)*>
-<!-- Cellular Baseband Services, Networking Services, etc -->
-<!ATTLIST subblock
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
->
-
-<!ELEMENT collection (component)*>
-<!-- Screen Driver, Content Handling, etc -->
-<!ATTLIST collection
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
->
-
-<!ELEMENT component (unit)*>
-<!-- contains units or is a  package or prebuilt -->
-<!ATTLIST component
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) "N"
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED
-  purpose ( optional | mandatory | development ) "optional"
->
-
-<!ELEMENT unit EMPTY >
-<!-- must be buildable (bld.inf) -->
-<!-- bldFile  may someday be removed in favour of mrp -->
-<!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 name="Symbian^3" schema="2.0.1">
-  <systemModel>
-    <layer name="mw" long-name="Middleware" levels="generic specific">
-      <block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api">
-        <collection name="appinstall_plat" long-name="Application Installation Platform Interfaces" level="api">
-          <component name="iaupdate_api" long-name="IA Update API" filter="s60" 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" 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" 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" 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" 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" 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" 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" class="api">
-            <unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_ps_keys/group"/>
-          </component>
-          <component name="appmngr2runtimeapi" long-name="Application Manager 2 Runtime Plugin API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/appinstall/appinstall_plat/appmngr2runtimeapi/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" 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">
-          <!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
-          <component name="ncdengine_engine" filter="s60" long-name="NCD Engine" introduced="^1">
-            <unit bldFile="/sf/mw/appinstall/ncdengine/engine/group"/>
-          </component>
-          <component name="debuglogger" filter="s60" long-name="NCD Debug Logger" introduced="^1" class="placeholder">
-            <!-- <unit bldFile="ncdengine/debuglogger/group"/> -->
-          </component>
-          <component name="ncdengine_build" filter="s60" long-name="NCD Build" introduced="^1">
-            <unit bldFile="/sf/mw/appinstall/ncdengine/group"/>
-          </component>
-        </collection>
-        <collection name="appinstaller" long-name="Application Installer" level="generic">
-          <component name="appmngr2" filter="s60" long-name="Application Manager 2" introduced="^2">
-            <unit bldFile="/sf/mw/appinstall/appinstaller/appmngr2/group"/>
-          </component>
-          <component name="appinstui" filter="s60" long-name="Application Installer UI" introduced="^2">
-            <unit bldFile="/sf/mw/appinstall/appinstaller/appinstui/group"/>
-          </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" filter="s60" introduced="^2">
-            <unit bldFile="/sf/mw/appinstall/iaupdateapi_stub/group"/>
-          </component>
-        </collection>
-        <collection name="iaupdate" long-name="Independent Apps Update" level="api">
-          <!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
-          <component name="iad" long-name="Software Update" filter="s60" introduced="^2">
-            <unit bldFile="/sf/mw/appinstall/iaupdate/iad/group"/>
-          </component>
-          <component name="iaupdate_help" filter="s60" long-name="IA Update Help" introduced="^2">
-            <unit bldFile="/sf/mw/appinstall/iaupdate/help/group"/>
-          </component>
-          <component name="iaupdate_build" filter="s60" long-name="IA Update Build" introduced="^2">
-            <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="switestfw" long-name="Software Install Test Framework" deprecated="^3" introduced="7.0" purpose="development" filter="test">
-            <unit mrp="/sf/mw/appinstall/installationservices/switestfw/group/install_testframework.mrp" bldFile="/sf/mw/appinstall/installationservices/switestfw/group"/>
-          </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" filter="gt" introduced="6.0" 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_test" filter="s60,test,api_test" long-name="Application Installation Test" purpose="development">
-            <unit bldFile="/sf/mw/appinstall/tsrc/group"/>
-          </component>
-          <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 schema="3.0.0">
+ <package id="appinstall" name="Application Installation" levels="tool framework generic api">
+  <collection id="appinstall_plat" name="Application Installation Platform Interfaces" level="api">
+   <component id="iaupdate_api" name="IA Update API" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_plat/iaupdate_api/iaupdate_api.metaxml"/>
+    <unit bldFile="appinstall_plat/iaupdate_api/group"/>
+   </component>
+   <component id="task_plugin_api" name="Task Plugin API" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_plat/task_plugin_api/task_plugin_api.metaxml"/>
+    <unit bldFile="appinstall_plat/task_plugin_api/group"/>
+   </component>
+   <component id="sw_installer_common_ui_api" name="SW Installer Common UI API" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_plat/sw_installer_common_ui_api/sw_installer_common_ui_api.metaxml"/>
+    <unit bldFile="appinstall_plat/sw_installer_common_ui_api/group"/>
+   </component>
+   <component id="sw_installer_launcher_api" name="SW Installer Launcher API" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_plat/sw_installer_launcher_api/sw_installer_launcher_api.metaxml"/>
+    <unit bldFile="appinstall_plat/sw_installer_launcher_api/group"/>
+   </component>
+   <component id="task_management_api" name="Task Management API" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_plat/task_management_api/task_management_api.metaxml"/>
+    <unit bldFile="appinstall_plat/task_management_api/group"/>
+   </component>
+   <component id="sw_installer_ui_plugin_api" name="SW Installer UI Plugin API" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_plat/sw_installer_ui_plugin_api/sw_installer_ui_plugin_api.metaxml"/>
+    <unit bldFile="appinstall_plat/sw_installer_ui_plugin_api/group"/>
+   </component>
+   <component id="sw_installer_cr_keys" name="SW Installer CR Keys" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_plat/sw_installer_cr_keys/sw_installer_cr_keys.metaxml"/>
+    <unit bldFile="appinstall_plat/sw_installer_cr_keys/group"/>
+   </component>
+   <component id="sw_installer_ps_keys" name="SW Installer PS Keys" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_plat/sw_installer_ps_keys/sw_installer_ps_keys.metaxml"/>
+    <unit bldFile="appinstall_plat/sw_installer_ps_keys/group"/>
+   </component>
+   <component id="appmngr2runtimeapi" name="Application Manager 2 Runtime Plugin API" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_plat/appmngr2runtimeapi/appmngr2runtimeapi.metaxml"/>
+    <unit bldFile="appinstall_plat/appmngr2runtimeapi/group"/>
+   </component>
+  </collection>
+  <collection id="appinstall_pub" name="Application Installation Public Interfaces" level="api">
+   <component id="startup_list_management_api" name="Startup List Management API" class="api" filter="s60">
+    <meta rel="Api" href="appinstall_pub/startup_list_management_api/startup_list_management_api.metaxml"/>
+    <unit bldFile="appinstall_pub/startup_list_management_api/group"/>
+   </component>
+  </collection>
+  <collection id="ncdengine" name="Nokia Content Discover" level="framework">
+   <!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
+   <component id="ncdengine_engine" filter="s60" name="NCD Engine" introduced="^1">
+    <unit bldFile="ncdengine/engine/group"/>
+   </component>
+   <component id="debuglogger" filter="s60" name="NCD Debug Logger" introduced="^1">
+    <!-- <unit bldFile="ncdengine/debuglogger/group"/> -->
+   </component>
+   <component id="ncdengine_build" filter="s60" name="NCD Build" introduced="^1">
+    <unit bldFile="ncdengine/group"/>
+   </component>
+  </collection>
+  <collection id="appinstaller" name="Application Installer" level="generic">
+   <component id="appmngr2" filter="s60" name="Application Manager 2" introduced="^2">
+    <unit bldFile="appinstaller/appmngr2/group"/>
+   </component>
+   <component id="appinstui" filter="s60" name="Application Installer UI" introduced="^2">
+    <unit bldFile="appinstaller/appinstui/group"/>
+   </component>
+  </collection>
+  <collection id="iaupdateapi_stub" name="IA Update API Stub" level="api">
+   <!-- the collection is really a component. Move down a directory.-->
+   <component id="iaupdateapi_stub_build" name="IA Update API Stub Build" filter="s60" introduced="^2">
+    <unit bldFile="iaupdateapi_stub/group"/>
+   </component>
+  </collection>
+  <collection id="iaupdate" name="Independent Apps Update" level="api">
+   <!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
+   <component id="iad" name="Software Update" filter="s60" introduced="^2">
+    <unit bldFile="iaupdate/iad/group"/>
+   </component>
+   <component id="iaupdate_help" filter="s60" name="IA Update Help" introduced="^2">
+    <unit bldFile="iaupdate/help/group"/>
+   </component>
+   <component id="iaupdate_build" filter="s60" name="IA Update Build" introduced="^2">
+    <unit bldFile="iaupdate/group"/>
+   </component>
+  </collection>
+  <collection id="installationservices" name="Installation Services" level="generic">
+   <component id="swi" name="Secure Software Install" purpose="optional">
+    <unit bldFile="installationservices/swi/group" mrp="installationservices/swi/group/security_swi.mrp"/>
+   </component>
+   <component id="swidevicetools" name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
+    <unit bldFile="installationservices/swidevicetools/group" mrp="installationservices/swidevicetools/group/security_switools_device.mrp"/>
+   </component>
+   <component id="switestfw" name="Software Install Test Framework" deprecated="^3" introduced="7.0" purpose="development" filter="test">
+    <unit mrp="installationservices/switestfw/group/install_testframework.mrp" bldFile="installationservices/switestfw/group"/>
+   </component>
+   <component id="swiconfig" name="Software Install Config" introduced="9.1" purpose="optional" class="config">
+    <unit bldFile="installationservices/swiconfig/group" mrp="installationservices/swiconfig/group/install_config.mrp"/>
+   </component>
+  </collection>
+  <collection id="secureswitools" name="Secure Software Install Tools" level="tool">
+   <component id="makekeys" name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" target="desktop">
+    <unit bldFile="secureswitools/makekeys/group" mrp="secureswitools/makekeys/group/security_makekeys.mrp"/>
+   </component>
+   <component id="swianalysistoolkit" name="SWI Analysis Toolkit" purpose="development" target="desktop">
+    <unit bldFile="secureswitools/swianalysistoolkit/group" mrp="secureswitools/swianalysistoolkit/group/security_switools.mrp"/>
+   </component>
+   <component id="openssllib" name="OpenSSL Library" purpose="optional" target="desktop">
+    <unit mrp="secureswitools/openssllib/security_openssl.mrp"/>
+   </component>
+   <component id="swisistools" name="Secure Software Install SIS Tools" purpose="optional" target="desktop">
+    <unit bldFile="secureswitools/swisistools/group" mrp="secureswitools/swisistools/group/security_sistools.mrp"/>
+   </component>
+  </collection>
+  <collection id="appinstall_info" name="Application Installation Info" level="api">
+   <component id="appinstall_test" filter="s60,test,api_test" name="Application Installation Test" purpose="development">
+    <unit bldFile="tsrc/group"/>
+   </component>
+   <component id="appinstall_metadata" name="Application Installation Metadata" class="config" introduced="^2" purpose="development" target="desktop">
+    <unit mrp="appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
+   </component>
+  </collection>
+ </package>
 </SystemDefinition>