symbian4/mw/appinstall/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 156 c154a6b30ef1
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE SystemDefinition [
       
     3 <!ELEMENT SystemDefinition ( systemModel )>
       
     4 <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED
       
     7 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 
       
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
       
    13 <!ELEMENT layer (block* | collection*)*>
       
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    15 <!ATTLIST layer
       
    16   name CDATA #REQUIRED
       
    17   long-name CDATA #IMPLIED
       
    18   levels NMTOKENS #IMPLIED
       
    19   span CDATA #IMPLIED
       
    20 >
       
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
       
    25   levels NMTOKENS #IMPLIED
       
    26   span CDATA #IMPLIED
       
    27   level NMTOKEN #IMPLIED
       
    28   name CDATA #REQUIRED
       
    29   long-name CDATA #IMPLIED
       
    30 >
       
    31 
       
    32 <!ELEMENT subblock (collection)*>
       
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    34 <!ATTLIST subblock
       
    35   name CDATA #REQUIRED
       
    36   long-name CDATA #IMPLIED
       
    37 >
       
    38 
       
    39 <!ELEMENT collection (component)*>
       
    40 <!-- Screen Driver, Content Handling, etc -->
       
    41 <!ATTLIST collection
       
    42   name CDATA #REQUIRED
       
    43   long-name CDATA #IMPLIED
       
    44   level NMTOKEN #IMPLIED
       
    45 >
       
    46 
       
    47 <!ELEMENT component (unit)*>
       
    48 <!-- contains units or is a  package or prebuilt -->
       
    49 <!ATTLIST component
       
    50   name CDATA #REQUIRED
       
    51   long-name CDATA #IMPLIED
       
    52   deprecated CDATA #IMPLIED
       
    53   introduced CDATA #IMPLIED
       
    54   contract CDATA #IMPLIED
       
    55   plugin (Y|N) "N"
       
    56   filter CDATA #IMPLIED
       
    57   class NMTOKENS #IMPLIED
       
    58   supports CDATA #IMPLIED
       
    59   purpose ( optional | mandatory | development ) "optional"
       
    60 >
       
    61 
       
    62 <!ELEMENT unit EMPTY >
       
    63 <!-- must be buildable (bld.inf) -->
       
    64 <!-- bldFile  may someday be removed in favour of mrp -->
       
    65 <!ATTLIST unit
       
    66   mrp CDATA #IMPLIED
       
    67   filter CDATA #IMPLIED
       
    68   bldFile CDATA #IMPLIED
       
    69   root CDATA #IMPLIED
       
    70   version NMTOKEN #IMPLIED
       
    71   prebuilt NMTOKEN #IMPLIED
       
    72   late (Y|N) #IMPLIED
       
    73   priority CDATA #IMPLIED
       
    74 >
       
    75 ]>
       
    76 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api">
       
    80         <collection name="appinstall_plat" long-name="Application Installation Platform Interfaces" level="api">
       
    81           <component name="iaupdate_api" long-name="IA Update API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/appinstall/appinstall_plat/iaupdate_api/group"/>
       
    83           </component>
       
    84           <component name="task_plugin_api" long-name="Task Plugin API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/mw/appinstall/appinstall_plat/task_plugin_api/group"/>
       
    86           </component>
       
    87           <component name="sw_installer_common_ui_api" long-name="SW Installer Common UI API" filter="s60" class="api">
       
    88             <unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_common_ui_api/group"/>
       
    89           </component>
       
    90           <component name="sw_installer_launcher_api" long-name="SW Installer Launcher API" filter="s60" class="api">
       
    91             <unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_launcher_api/group"/>
       
    92           </component>
       
    93           <component name="task_management_api" long-name="Task Management API" filter="s60" class="api">
       
    94             <unit bldFile="/sf/mw/appinstall/appinstall_plat/task_management_api/group"/>
       
    95           </component>
       
    96           <component name="sw_installer_ui_plugin_api" long-name="SW Installer UI Plugin API" filter="s60" class="api">
       
    97             <unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_ui_plugin_api/group"/>
       
    98           </component>
       
    99           <component name="sw_installer_cr_keys" long-name="SW Installer CR Keys" filter="s60" class="api">
       
   100             <unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_cr_keys/group"/>
       
   101           </component>
       
   102           <component name="sw_installer_ps_keys" long-name="SW Installer PS Keys" filter="s60" class="api">
       
   103             <unit bldFile="/sf/mw/appinstall/appinstall_plat/sw_installer_ps_keys/group"/>
       
   104           </component>
       
   105           <component name="appmngr2runtimeapi" long-name="Application Manager 2 Runtime Plugin API" filter="s60" class="api">
       
   106             <unit bldFile="/sf/mw/appinstall/appinstall_plat/appmngr2runtimeapi/group"/>
       
   107           </component>
       
   108           <component name="sifui_api" long-name="STIF UI API" filter="s60" class="api">
       
   109             <unit bldFile="/sf/mw/appinstall/appinstall_plat/sifui_api/group"/>
       
   110           </component>
       
   111         </collection>
       
   112         <collection name="appinstall_pub" long-name="Application Installation Public Interfaces" level="api">
       
   113           <component name="startup_list_management_api" long-name="Startup List Management API" filter="s60" class="api">
       
   114             <unit bldFile="/sf/mw/appinstall/appinstall_pub/startup_list_management_api/group"/>
       
   115           </component>
       
   116         </collection>
       
   117         <collection name="ncdengine" long-name="Nokia Content Discover" level="framework">
       
   118           <!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
       
   119           <component name="ncdengine_engine" filter="s60" long-name="NCD Engine" introduced="^1">
       
   120             <unit bldFile="/sf/mw/appinstall/ncdengine/engine/group"/>
       
   121           </component>
       
   122           <component name="debuglogger" filter="s60" long-name="NCD Debug Logger" introduced="^1" class="placeholder">
       
   123             <!-- <unit bldFile="ncdengine/debuglogger/group"/> -->
       
   124           </component>
       
   125           <component name="ncdengine_build" filter="s60" long-name="NCD Build" introduced="^1">
       
   126             <unit bldFile="/sf/mw/appinstall/ncdengine/group"/>
       
   127           </component>
       
   128         </collection>
       
   129         <collection name="appinstaller" long-name="Application Installer" level="generic">
       
   130           <component name="appmngr2" filter="s60" long-name="Application Manager 2" introduced="^2">
       
   131             <unit bldFile="/sf/mw/appinstall/appinstaller/appmngr2/group"/>
       
   132           </component>
       
   133           <component name="appinstui" filter="s60" long-name="Application Installer UI" introduced="^2">
       
   134             <unit bldFile="/sf/mw/appinstall/appinstaller/appinstui/group"/>
       
   135           </component>
       
   136         </collection>
       
   137         <collection name="iaupdateapi_stub" long-name="IA Update API Stub" level="api">
       
   138           <!-- the collection is really a component. Move down a directory.-->
       
   139           <component name="iaupdateapi_stub_build" long-name="IA Update API Stub Build" filter="s60" introduced="^2">
       
   140             <unit bldFile="/sf/mw/appinstall/iaupdateapi_stub/group"/>
       
   141           </component>
       
   142         </collection>
       
   143         <collection name="iaupdate" long-name="Independent Apps Update" level="api">
       
   144           <!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
       
   145           <component name="iad" long-name="Software Update" filter="s60" introduced="^2">
       
   146             <unit bldFile="/sf/mw/appinstall/iaupdate/iad/group"/>
       
   147           </component>
       
   148           <component name="iaupdate_help" filter="s60" long-name="IA Update Help" introduced="^2">
       
   149             <unit bldFile="/sf/mw/appinstall/iaupdate/help/group"/>
       
   150           </component>
       
   151           <component name="iaupdate_build" filter="s60" long-name="IA Update Build" introduced="^2">
       
   152             <unit bldFile="/sf/mw/appinstall/iaupdate/group"/>
       
   153           </component>
       
   154         </collection>
       
   155         <collection name="installationservices" long-name="Installation Services" level="generic">
       
   156           <component name="swi" long-name="Secure Software Install" purpose="optional">
       
   157             <unit bldFile="/sf/mw/appinstall/installationservices/swi/group" mrp="/sf/mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
       
   158           </component>
       
   159           <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
       
   160             <unit bldFile="/sf/mw/appinstall/installationservices/swidevicetools/group" mrp="/sf/mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
       
   161           </component>
       
   162           <component name="swcomponentregistry" long-name="Software Component Registry" introduced="^4" purpose="mandatory">
       
   163             <unit bldFile="/sf/mw/appinstall/installationservices/swcomponentregistry/group" mrp="/sf/mw/appinstall/installationservices/swcomponentregistry/group/security_softwarecomponentregistry.mrp"/>
       
   164           </component>
       
   165           <component name="swinstallationfw" long-name="Software Installation Framework" introduced="^4" purpose="optional">
       
   166             <unit bldFile="/sf/mw/appinstall/installationservices/swinstallationfw/group" mrp="/sf/mw/appinstall/installationservices/swinstallationfw/group/security_softwareinstallframework.mrp"/>
       
   167           </component>
       
   168           <component name="swtransactionservices" long-name="Software Transaction Services" introduced="^4" purpose="optional">
       
   169             <unit bldFile="/sf/mw/appinstall/installationservices/swtransactionservices/group" mrp="/sf/mw/appinstall/installationservices/swtransactionservices/group/security_softwaretransactionservices.mrp"/>
       
   170           </component>
       
   171           <component name="refswinstallationplugin" long-name="Reference Software Installation Plugin" introduced="^4" purpose="development" plugin="Y">
       
   172             <unit bldFile="/sf/mw/appinstall/installationservices/refswinstallationplugin/group" mrp="/sf/mw/appinstall/installationservices/refswinstallationplugin/group/security_sifrefplugin.mrp"/>
       
   173           </component>
       
   174           <component name="refsoftwareappmgr" long-name="Reference Software Application Manager" introduced="^4" purpose="development">
       
   175             <unit bldFile="/sf/mw/appinstall/installationservices/refsoftwareappmgr/group" mrp="/sf/mw/appinstall/installationservices/refsoftwareappmgr/group/security_referenceapplicationmanager.mrp"/>
       
   176           </component>
       
   177           <component name="switestfw" long-name="Software Install Test Framework" deprecated="^3" introduced="7.0" purpose="development" filter="test">
       
   178             <unit mrp="/sf/mw/appinstall/installationservices/switestfw/group/install_testframework.mrp" bldFile="/sf/mw/appinstall/installationservices/switestfw/group"/>
       
   179           </component>
       
   180           <component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
       
   181             <unit bldFile="/sf/mw/appinstall/installationservices/swiconfig/group" mrp="/sf/mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
       
   182           </component>
       
   183         </collection>
       
   184         <collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
       
   185           <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC">
       
   186             <unit bldFile="/sf/mw/appinstall/secureswitools/makekeys/group" mrp="/sf/mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
       
   187           </component>
       
   188           <component name="swianalysistoolkit" long-name="SWI Analysis Toolkit" purpose="development" class="PC">
       
   189             <unit bldFile="/sf/mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="/sf/mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/>
       
   190           </component>
       
   191           <component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC">
       
   192             <unit mrp="/sf/mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
       
   193           </component>
       
   194           <component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC">
       
   195             <unit bldFile="/sf/mw/appinstall/secureswitools/swisistools/group" mrp="/sf/mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
       
   196           </component>
       
   197         </collection>
       
   198         <collection name="appinstall_info" long-name="Application Installation Info" level="api">
       
   199           <component name="appinstall_qt" filter="s60,test,api_test" long-name="Application Installation Qt">
       
   200             <unit bldFile="/sf/mw/appinstall/."/>
       
   201           </component>
       
   202           <component name="appinstall_test" filter="s60,test,api_test" long-name="Application Installation Test" purpose="development">
       
   203             <unit bldFile="/sf/mw/appinstall/tsrc/group"/>
       
   204           </component>
       
   205           <component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="^2" purpose="development" class="config PC">
       
   206             <unit mrp="/sf/mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
       
   207           </component>
       
   208         </collection>
       
   209       </block>
       
   210     </layer>
       
   211   </systemModel>
       
   212 </SystemDefinition>