symbian4/app/homescreen/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 150 8d58b930d36e
child 316 079a06b9ec58
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3  <package id="homescreen" name="Home Screen Apps" levels="support task ss hs">
     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 
     4 
    10 <!-- System Model Section of DTD -->
     5    <collection id="homescreen_info" name="Home Screen Info" level="support">
    11 <!ELEMENT systemModel (layer+)>
     6     <component id="homescreen_build" name="Homescreen Build">
    12 
     7 		<!-- break this up properly into components -->
    13 <!ELEMENT layer (block* | collection*)*>
     8       <unit bldFile="."  qt:proFile="homescreen.pro" qt:qmakeArgs="-r -config rom"/>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
     9      </component>
    15 <!ATTLIST layer
    10     </collection>
    16   name CDATA #REQUIRED
    11     <collection id="homescreen_test" name="Home Screen Test" level="support">
    17   long-name CDATA #IMPLIED
    12     <component id="tsrc_build" name="Tsrc Build" filter="test,unit_test">
    18   levels NMTOKENS #IMPLIED
    13       <unit bldFile="tsrc" qt:proFile="tsrc.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
    19   span CDATA #IMPLIED
    14      </component>
    20 >
    15     </collection>
    21 
    16 	<!-- fiill in details with broken up homescreen_build -->
    22 <!ELEMENT block (subblock* | collection*)*>
    17   <collection id="homescreenapp" name="Home Screen Application" level="hs">
    23  <!-- Generic OS services, Comms Services, etc -->
    18 	<component id="hsutils" name="Home Screen Utils" introduced="^4"/>
    24 <!ATTLIST block
    19 	<component id="hsdomainmodel" name="HS Domain Model" introduced="^4"/>
    25   levels NMTOKENS #IMPLIED
    20 	<component id="hs_runtimeplugins" name="HS Runtime Plugins" introduced="^4" class="plugin"/>
    26   span CDATA #IMPLIED
    21 	<component id="hs_serviceproviders" name="HS Service Providers" introduced="^4" class="plugin"/>
    27   level NMTOKEN #IMPLIED
    22 	<component id="hs_stateplugins" name="HS State Plugins" introduced="^4" class="plugin"/>
    28   name CDATA #REQUIRED
    23 	<component id="hs_widgetplugins" name="HS Widget Plugins" introduced="^4" class="plugin"/>
    29   long-name CDATA #IMPLIED
    24 	<component id="hsapplication" name="Home Screen Application" introduced="^4"/>
    30 >
    25 	<component id="hshomescreenclientplugin" name="Home Screen Client Plugin" introduced="^4" class="plugin"/>
    31 
    26 	<component id="hsmenucontentpublish" name="HS Menu Content Publish" introduced="^4"/>
    32 <!ELEMENT subblock (collection)*>
    27     </collection>
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    28   <collection id="screensaverapp" name="Screen Saver Application" level="ss">
    34 <!ATTLIST subblock
    29 	<component id="snsrutils" name="Screen Saver Utils" introduced="^4"/>
    35   name CDATA #REQUIRED
    30 	<component id="snsr_serviceproviders" name="Screen Saver Service Providers" introduced="^4" class="plugin"/>
    36   long-name CDATA #IMPLIED
    31 	<component id="snsr_stateproviders" name="Screen Saver State Providers" introduced="^4" class="plugin"/>
    37 >
    32 	<component id="snsr_runtimeproviders" name="Screen Saver Runtime Providers" introduced="^4" class="plugin"/>
    38 
    33 	<component id="snsrapplication" name="Screen Saver Application" introduced="^4"/>
    39 <!ELEMENT collection (component)*>
    34 	<component id="screensaverproviders" name="Screen Saver Providers" introduced="^4" class="plugin"/>
    40 <!-- Screen Driver, Content Handling, etc -->
    35     </collection>
    41 <!ATTLIST collection
    36   <collection id="taskswitcherapp" name="Task Switcher Application" level="task">
    42   name CDATA #REQUIRED
    37 	<component id="taskswitcherappecom" name="Task Switcher Application ECom" introduced="^4"/>
    43   long-name CDATA #IMPLIED
    38 	<component id="tsserviceplugin" name="Task Switcher Service Plugin" introduced="^4" class="plugin"/>
    44   level NMTOKEN #IMPLIED
    39 	<component id="ts_runtimeplugins" name="TS Runtime Plugins" introduced="^4" class="plugin"/>
    45 >
    40 	<component id="tsapplication" name="Task Switcher Application" introduced="^4"/>
    46 
    41     </collection>
    47 <!ELEMENT component (unit)*>
    42  </package>
    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="app" long-name="Applications" levels="services apps">
       
    79       <block name="homescreen" level="apps" long-name="Home Screen Apps" levels="support task ss hs">
       
    80         <collection name="homescreen_info" long-name="Home Screen Info" level="support">
       
    81           <component name="homescreen_build" long-name="Homescreen Build">
       
    82             <!-- break this up properly into components -->
       
    83             <unit bldFile="/sf/app/homescreen/." proFile="homescreen.pro" qmakeArgs="-r -config rom"/>
       
    84           </component>
       
    85         </collection>
       
    86         <collection name="homescreen_test" long-name="Home Screen Test" level="support">
       
    87           <component name="tsrc_build" long-name="Tsrc Build" filter="test,unit_test">
       
    88             <unit bldFile="/sf/app/homescreen/tsrc" proFile="tsrc.pro" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
       
    89           </component>
       
    90         </collection>
       
    91         <!-- fiill in details with broken up homescreen_build -->
       
    92         <collection name="homescreenapp" long-name="Home Screen Application" level="hs">
       
    93           <component name="hsutils" long-name="Home Screen Utils" introduced="^4"/>
       
    94           <component name="hsdomainmodel" long-name="HS Domain Model" introduced="^4"/>
       
    95           <component name="hs_runtimeplugins" long-name="HS Runtime Plugins" introduced="^4" plugin="Y"/>
       
    96           <component name="hs_serviceproviders" long-name="HS Service Providers" introduced="^4" plugin="Y"/>
       
    97           <component name="hs_stateplugins" long-name="HS State Plugins" introduced="^4" plugin="Y"/>
       
    98           <component name="hs_widgetplugins" long-name="HS Widget Plugins" introduced="^4" plugin="Y"/>
       
    99           <component name="hsapplication" long-name="Home Screen Application" introduced="^4"/>
       
   100           <component name="hshomescreenclientplugin" long-name="Home Screen Client Plugin" introduced="^4" plugin="Y"/>
       
   101           <component name="hsmenucontentpublish" long-name="HS Menu Content Publish" introduced="^4"/>
       
   102         </collection>
       
   103         <collection name="screensaverapp" long-name="Screen Saver Application" level="ss">
       
   104           <component name="snsrutils" long-name="Screen Saver Utils" introduced="^4"/>
       
   105           <component name="snsr_serviceproviders" long-name="Screen Saver Service Providers" introduced="^4" plugin="Y"/>
       
   106           <component name="snsr_stateproviders" long-name="Screen Saver State Providers" introduced="^4" plugin="Y"/>
       
   107           <component name="snsr_runtimeproviders" long-name="Screen Saver Runtime Providers" introduced="^4" plugin="Y"/>
       
   108           <component name="snsrapplication" long-name="Screen Saver Application" introduced="^4"/>
       
   109           <component name="screensaverproviders" long-name="Screen Saver Providers" introduced="^4" plugin="Y"/>
       
   110         </collection>
       
   111         <collection name="taskswitcherapp" long-name="Task Switcher Application" level="task">
       
   112           <component name="taskswitcherappecom" long-name="Task Switcher Application ECom" introduced="^4"/>
       
   113           <component name="tsserviceplugin" long-name="Task Switcher Service Plugin" introduced="^4" plugin="Y"/>
       
   114           <component name="ts_runtimeplugins" long-name="TS Runtime Plugins" introduced="^4" plugin="Y"/>
       
   115           <component name="tsapplication" long-name="Task Switcher Application" introduced="^4"/>
       
   116         </collection>
       
   117       </block>
       
   118     </layer>
       
   119   </systemModel>
       
   120 </SystemDefinition>
    43 </SystemDefinition>