symbian4/mw/homescreensrv/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 236 22d2b63c4291
child 293 b84389d0fd51
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
     2 <!DOCTYPE SystemDefinition [
     2  <package id="homescreensrv" name="Home Screen Services" levels="plugin framework server generic specific">
     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 
     3 
    10 <!-- System Model Section of DTD -->
     4   <collection id="appfoundation" name="App Foundation" level="generic">
    11 <!ELEMENT systemModel (layer+)>
     5      <component id="appfoundation_build" name="App Foundation Build"  introduced="^4">
       
     6       <unit bldFile="appfoundation" qt:qmakeArgs="-r" qt:proFile="appfoundation.pro"/>
       
     7      </component>
       
     8   </collection>
       
     9   <collection id="hswidgetmodel" name="Home Screen Widget Model" level="framework">
       
    10      <component id="hswidgetmodel_build" name="Home Screen Widget Model Build"  introduced="^4">
       
    11       <unit bldFile="hswidgetmodel" qt:qmakeArgs="-r" qt:proFile="hswidgetmodel.pro"/>
       
    12      </component>
       
    13   </collection>
       
    14   <collection id="contentstorage" name="Content Storage" level="framework">
       
    15      <component id="cautils" name="Content Arsenal Utils"  introduced="^4">
       
    16       <unit bldFile="contentstorage/cautils" qt:qmakeArgs="-r" qt:proFile="cautils.pro"/>
       
    17      </component>
       
    18      <component id="contentstorage_build" name="Content Storage Build"  introduced="^4">
       
    19       <unit bldFile="contentstorage/group" qt:qmakeArgs="-r" qt:proFile="group.pro"/>
       
    20      </component>
       
    21      <component id="casrv/calocalizerscanner" name="Content Arsenal Server Localizer Scanner"  introduced="^4">
       
    22       <unit bldFile="contentstorage/casrv/calocalizerscanner" qt:qmakeArgs="-r" qt:proFile="calocalizerscanner.pro"/>
       
    23      </component>
       
    24      <component id="cahandler" name="Content Arsenal Handler"  introduced="^4">
       
    25       <unit bldFile="contentstorage/cahandler" qt:qmakeArgs="-r" qt:proFile="cahandler.pro"/>
       
    26      </component>
       
    27      <component id="caclient" name="Content Arsenal Client"  introduced="^4">
       
    28       <unit bldFile="contentstorage/caclient" qt:qmakeArgs="-r" qt:proFile="caclient.pro"/>
       
    29      </component>
       
    30   </collection>
    12 
    31 
    13 <!ELEMENT layer (block* | collection*)*>
    32   <collection id="contentpublishingsrv" name="Content Publishing Service" level="server">
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    33    <component id="contentpublishingdebug" filter="s60" name="Content Publishing Debug">
    15 <!ATTLIST layer
    34     <!-- need to move this component outside of contentpublishingutils and into separate component directory -->
    16   name CDATA #REQUIRED
    35     <meta rel="config">
    17   long-name CDATA #IMPLIED
    36      <defined condition="CONTENT_PUBLISHER_DEBUG"/>
    18   levels NMTOKENS #IMPLIED
    37     </meta>
    19   span CDATA #IMPLIED
    38     <!-- <unit bldFile="contentpublishingsrv/contentpublishingutils/contentpublishingdebug/group"/> -->
    20 >
    39    </component>
       
    40    <component id="contentpublishingutils" filter="s60" name="Content Publishing Utils">
       
    41     <unit bldFile="contentpublishingsrv/contentpublishingutils/group"/>
       
    42    </component>
       
    43    <component id="contentpublishingserver" filter="s60" name="Content Publishing Server">
       
    44     <unit bldFile="contentpublishingsrv/contentpublishingserver/group"/>
       
    45    </component>
       
    46    <component id="contentharvester" filter="s60" name="Content Harvester">
       
    47     <unit bldFile="contentpublishingsrv/contentharvester/group"/>
       
    48    </component>
       
    49    <component id="contentpublishingsrv_rom" filter="s60" name="Content Publishing Service ROM">
       
    50     <!-- need to remove links to the above components and just contain the IBY (or move the IBY into another component). 
       
    51       		If keeping, it need to move down a directory.-->
       
    52     <unit bldFile="contentpublishingsrv/group"/>
       
    53    </component>
       
    54   </collection>
    21 
    55 
    22 <!ELEMENT block (subblock* | collection*)*>
    56   <collection id="homescreensrv_plat" name="Home Screen Services Platform Interfaces" level="specific">
    23  <!-- Generic OS services, Comms Services, etc -->
    57      <component id="homescreensrv_plat_build" name="Home Screen Services Platform Interfaces build"  introduced="^4">
    24 <!ATTLIST block
    58       <unit bldFile="homescreensrv_plat" qt:qmakeArgs="-r" qt:proFile="homescreensrv_plat.pro"/>
    25   levels NMTOKENS #IMPLIED
    59      </component>
    26   span CDATA #IMPLIED
    60    <component id="action_handler_plugin_api" name="Action Handler Plugin API" class="api" filter="s60">
    27   level NMTOKEN #IMPLIED
    61     <meta rel="Api" href="homescreensrv_plat/action_handler_plugin_api/action_handler_plugin_api.metaxml"/>
    28   name CDATA #REQUIRED
    62     <unit base="homescreensrv_plat/action_handler_plugin_api"/>
    29   long-name CDATA #IMPLIED
    63    </component>
    30 >
    64    <component id="content_harvester_plugin_api" name="Content Harvester Plugin API" class="api" filter="s60">
       
    65     <meta rel="Api" href="homescreensrv_plat/content_harvester_plugin_api/content_harvester_plugin_api.metaxml"/>
       
    66     <unit base="homescreensrv_plat/content_harvester_plugin_api"/>
       
    67    </component>
       
    68    <component id="sapi_contentpublishing" name="SAPI Content Publishing" class="api" filter="s60">
       
    69     <meta rel="Api" href="homescreensrv_plat/sapi_contentpublishing/sapi_contentpublishing.metaxml"/>
       
    70     <unit base="homescreensrv_plat/sapi_contentpublishing"/>
       
    71    </component>
       
    72    <component id="sapi_actionhandler" name="SAPI Action Handler" class="api" filter="s60">
       
    73     <meta rel="Api" href="homescreensrv_plat/sapi_actionhandler/sapi_actionhandler.metaxml"/>
       
    74     <unit base="homescreensrv_plat/sapi_actionhandler"/>
       
    75    </component>
       
    76    <component id="menu_sat_interface_api" name="Menu SAT Interface API" class="api" filter="s60">
       
    77     <meta rel="Api" href="homescreensrv_plat/menu_sat_interface_api/menu_sat_interface_api.metaxml"/>
       
    78     <unit base="homescreensrv_plat/menu_sat_interface_api"/>
       
    79    </component>
       
    80    <component id="appruntimemodel_api" name="Appliction Run-Time Model API" class="api" filter="s60" introduced="^4">
       
    81     <unit base="homescreensrv_plat/appruntimemodel_api"/>
       
    82    </component>
       
    83    <component id="contentstorage_api" name="Content Storage API" class="api" filter="s60" introduced="^4">
       
    84     <unit base="homescreensrv_plat/contentstorage_api"/>
       
    85    </component>
       
    86    <component id="hswidgetmodel_api" name="HS Widget Model API" class="api" filter="s60" introduced="^4">
       
    87     <unit base="homescreensrv_plat/hswidgetmodel_api"/>
       
    88    </component>
       
    89    <component id="statemodel_api" name="State Model API" class="api" filter="s60" introduced="^4">
       
    90     <unit base="homescreensrv_plat/statemodel_api"/>
       
    91    </component>
       
    92    <component id="homescreen_information_api" name="Homescreen Information API" class="api" filter="s60" introduced="^4">
       
    93     <unit base="homescreensrv_plat/homescreen_information_api"/>
       
    94    </component>
       
    95   </collection>
       
    96   <collection id="screensavermodel" name="Screensaver Model" level="specific">
       
    97      <component id="screensavermodel_build" name="Screensaver Model Build"  introduced="^4">
       
    98       <unit bldFile="screensavermodel" qt:qmakeArgs="-r" qt:proFile="screensavermodel.pro"/>
       
    99      </component>
       
   100   </collection>
       
   101   <collection id="hsactivityfw" name="Activity Framework" level="activityfw">
       
   102      <component id="hsactivityfw_build" name="Activity Framework Build"  introduced="^4">
       
   103       <unit bldFile="activityfw" qt:qmakeArgs="-r" qt:proFile="activityfw.pro"/>
       
   104      </component>
       
   105   </collection>
       
   106   <collection id="hsappkeyhandler" name="HS Appplication Key Handler" level="server">
       
   107      <component id="hsappkeyhandler_build" name="Appplication Key Handler Build"  introduced="^4">
       
   108       <unit bldFile="hsappkeyhandler" qt:qmakeArgs="-r" qt:proFile="hsappkeyhandler.pro"/>
       
   109      </component>
       
   110   </collection>
       
   111     <collection id="homescreensrv_info" name="Home Screen Services Info" level="specific">
       
   112      <component id="homescreensrvconf" name="Home Screen Services Config" class="config" introduced="^4">
       
   113       <unit bldFile="." qt:qmakeArgs="-r" qt:proFile="homescreensrv.pro"/>
       
   114      </component>
       
   115      <component id="homescreensrvrom" name="Home Screen Services ROM" introduced="^4">
       
   116       <unit bldFile="group"/>
       
   117      </component>
       
   118      <component id="homescreensrv_test" name="Home Screen Services Test" filter="test,unit_test" introduced="^4">
       
   119       <unit bldFile="tsrc" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN" qt:proFile="tsrc.pro"/>
       
   120      </component>
       
   121     </collection>
       
   122  </package>
       
   123 </SystemDefinition>
    31 
   124 
    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="homescreensrv" level="specific" long-name="Home Screen Services" levels="plugin framework server generic specific">
       
    80         <collection name="appfoundation" long-name="App Foundation" level="generic">
       
    81           <component name="appfoundation_build" long-name="App Foundation Build" introduced="^4">
       
    82             <unit bldFile="/sf/mw/homescreensrv/appfoundation" qmakeArgs="-r" proFile="appfoundation.pro"/>
       
    83           </component>
       
    84         </collection>
       
    85         <collection name="hswidgetmodel" long-name="Home Screen Widget Model" level="framework">
       
    86           <component name="hswidgetmodel_build" long-name="Home Screen Widget Model Build" introduced="^4">
       
    87             <unit bldFile="/sf/mw/homescreensrv/hswidgetmodel" qmakeArgs="-r" proFile="hswidgetmodel.pro"/>
       
    88           </component>
       
    89         </collection>
       
    90         <collection name="contentstorage" long-name="Content Storage" level="framework">
       
    91           <component name="cautils" long-name="Content Arsenal Utils" introduced="^4">
       
    92             <unit bldFile="/sf/mw/homescreensrv/contentstorage/cautils" qmakeArgs="-r" proFile="cautils.pro"/>
       
    93           </component>
       
    94           <component name="contentstorage_build" long-name="Content Storage Build" introduced="^4">
       
    95             <unit bldFile="/sf/mw/homescreensrv/contentstorage/group" qmakeArgs="-r" proFile="group.pro"/>
       
    96           </component>
       
    97           <component name="casrv/calocalizerscanner" long-name="Content Arsenal Server Localizer Scanner" introduced="^4">
       
    98             <unit bldFile="/sf/mw/homescreensrv/contentstorage/casrv/calocalizerscanner" qmakeArgs="-r" proFile="calocalizerscanner.pro"/>
       
    99           </component>
       
   100           <component name="cahandler" long-name="Content Arsenal Handler" introduced="^4">
       
   101             <unit bldFile="/sf/mw/homescreensrv/contentstorage/cahandler" qmakeArgs="-r" proFile="cahandler.pro"/>
       
   102           </component>
       
   103           <component name="caclient" long-name="Content Arsenal Client" introduced="^4">
       
   104             <unit bldFile="/sf/mw/homescreensrv/contentstorage/caclient" qmakeArgs="-r" proFile="caclient.pro"/>
       
   105           </component>
       
   106         </collection>
       
   107         <collection name="contentpublishingsrv" long-name="Content Publishing Service" level="server">
       
   108           <component name="contentpublishingdebug" filter="s60" long-name="Content Publishing Debug">
       
   109             <!-- need to move this component outside of contentpublishingutils and into separate component directory -->
       
   110             <!-- <unit bldFile="contentpublishingsrv/contentpublishingutils/contentpublishingdebug/group"/> -->
       
   111           </component>
       
   112           <component name="contentpublishingutils" filter="s60" long-name="Content Publishing Utils">
       
   113             <unit bldFile="/sf/mw/homescreensrv/contentpublishingsrv/contentpublishingutils/group"/>
       
   114           </component>
       
   115           <component name="contentpublishingserver" filter="s60" long-name="Content Publishing Server">
       
   116             <unit bldFile="/sf/mw/homescreensrv/contentpublishingsrv/contentpublishingserver/group"/>
       
   117           </component>
       
   118           <component name="contentharvester" filter="s60" long-name="Content Harvester">
       
   119             <unit bldFile="/sf/mw/homescreensrv/contentpublishingsrv/contentharvester/group"/>
       
   120           </component>
       
   121           <component name="contentpublishingsrv_build" filter="s60" long-name="Content Publishing Service Build">
       
   122             <!-- need to remove links to the above components and just contain the IBY (or move the IBY into another component). 
       
   123       		If keeping, it need to move down a directory.-->
       
   124             <unit bldFile="/sf/mw/homescreensrv/contentpublishingsrv/group"/>
       
   125           </component>
       
   126         </collection>
       
   127         <collection name="homescreensrv_plat" long-name="Home Screen Services Platform Interfaces" level="specific">
       
   128           <component name="action_handler_plugin_api" long-name="Action Handler Plugin API" filter="s60" class="api"/>
       
   129           <component name="content_harvester_plugin_api" long-name="Content Harvester Plugin API" filter="s60" class="api"/>
       
   130           <component name="menu_sat_interface_api" long-name="Menu SAT Interface API" filter="s60" class="api"/>
       
   131           <component name="sapi_contentpublishing" long-name="SAPI Content Publishing" filter="s60" class="api"/>
       
   132           <component name="sapi_actionhandler" long-name="SAPI Action Handler" filter="s60" class="api"/>
       
   133         </collection>
       
   134         <collection name="screensavermodel" long-name="Screensaver Model" level="specific">
       
   135           <component name="screensavermodel_build" long-name="Screensaver Model Build" introduced="^4">
       
   136             <unit bldFile="/sf/mw/homescreensrv/screensavermodel" qmakeArgs="-r" proFile="screensavermodel.pro"/>
       
   137           </component>
       
   138         </collection>
       
   139         <collection name="hsactivityfw" long-name="Activity Framework" level="activityfw">
       
   140           <component name="hsactivityfw_build" long-name="Activity Framework Build" introduced="^4">
       
   141             <unit bldFile="/sf/mw/homescreensrv/activityfw" qmakeArgs="-r" proFile="activityfw.pro"/>
       
   142           </component>
       
   143         </collection>
       
   144         <collection name="hsappkeyhandler" long-name="HS Appplication Key Handler" level="server">
       
   145           <component name="hsappkeyhandler_build" long-name="Appplication Key Handler Build" introduced="^4">
       
   146             <unit bldFile="/sf/mw/homescreensrv/hsappkeyhandler" qmakeArgs="-r" proFile="hsappkeyhandler.pro"/>
       
   147           </component>
       
   148         </collection>
       
   149         <collection name="homescreensrv_info" long-name="Home Screen Services Info" level="specific">
       
   150           <component name="homescreensrvconf" long-name="Home Screen Services Config" introduced="^4" class="config">
       
   151             <unit bldFile="/sf/mw/homescreensrv/." qmakeArgs="-r" proFile="homescreensrv_exports_to_rom.pri"/>
       
   152           </component>
       
   153           <component name="homescreensrvrom" long-name="Home Screen Services ROM" introduced="^4">
       
   154             <unit bldFile="/sf/mw/homescreensrv/group"/>
       
   155           </component>
       
   156           <component name="homescreensrv_test" long-name="Home Screen Services Test" filter="test,unit_test" introduced="^4">
       
   157             <unit bldFile="/sf/mw/homescreensrv/tsrc" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN" proFile="tsrc.pro"/>
       
   158           </component>
       
   159         </collection>
       
   160       </block>
       
   161     </layer>
       
   162   </systemModel>
       
   163 </SystemDefinition>