symbian4/app/homescreen/package_definition.xml
changeset 221 8a4e19e9409a
child 285 8c5a34c3565d
equal deleted inserted replaced
220:8e654e2b9afc 221:8a4e19e9409a
       
     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  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="app" long-name="Applications" levels="services apps">
       
    56 <block name="homescreen" level="apps" long-name="Home Screen Apps" levels="support task ss hs">
       
    57 <collection name="homescreen_info" long-name="Home Screen Info" level="support">
       
    58 <component name="homescreen_build" long-name="Homescreen Build">
       
    59 <!-- break this up properly into components -->
       
    60 <unit bldFile="/sf/app/homescreen" proFile="homescreen.pro" qmakeArgs="-r -config rom"/>
       
    61 </component>
       
    62 </collection>
       
    63 <collection name="homescreen_test" long-name="Home Screen Test" level="support"/>
       
    64 <!-- fiill in details with broken up homescreen_build -->
       
    65 <collection name="homescreenapp" long-name="Home Screen Application" level="hs">
       
    66 <component name="hsutils" long-name="Home Screen Utils" introduced="^4"/>
       
    67 <component name="hsdomainmodel" long-name="HS Domain Model" introduced="^4"/>
       
    68 <component name="hs_runtimeplugins" long-name="HS Runtime Plugins" introduced="^4" plugin="Y"/>
       
    69 <component name="hs_serviceproviders" long-name="HS Service Providers" introduced="^4" plugin="Y"/>
       
    70 <component name="hs_stateplugins" long-name="HS State Plugins" introduced="^4" plugin="Y"/>
       
    71 <component name="hs_widgetplugins" long-name="HS Widget Plugins" introduced="^4" plugin="Y"/>
       
    72 <component name="hsapplication" long-name="Home Screen Application" introduced="^4"/>
       
    73 <component name="hshomescreenclientplugin" long-name="Home Screen Client Plugin" introduced="^4" plugin="Y"/>
       
    74 <component name="hsmenucontentpublish" long-name="HS Menu Content Publish" introduced="^4"/>
       
    75 </collection>
       
    76 <collection name="screensaverapp" long-name="Screen Saver Application" level="ss">
       
    77 <component name="snsrutils" long-name="Screen Saver Utils" introduced="^4"/>
       
    78 <component name="snsr_serviceproviders" long-name="Screen Saver Service Providers" introduced="^4" plugin="Y"/>
       
    79 <component name="snsr_stateproviders" long-name="Screen Saver State Providers" introduced="^4" plugin="Y"/>
       
    80 <component name="snsr_runtimeproviders" long-name="Screen Saver Runtime Providers" introduced="^4" plugin="Y"/>
       
    81 <component name="snsrapplication" long-name="Screen Saver Application" introduced="^4"/>
       
    82 <component name="screensaverproviders" long-name="Screen Saver Providers" introduced="^4" plugin="Y"/>
       
    83 </collection>
       
    84 <collection name="taskswitcherapp" long-name="Task Switcher Application" level="task">
       
    85 <component name="taskswitcherappecom" long-name="Task Switcher Application ECom" introduced="^4"/>
       
    86 <component name="tsserviceplugin" long-name="Task Switcher Service Plugin" introduced="^4" plugin="Y"/>
       
    87 <component name="ts_runtimeplugins" long-name="TS Runtime Plugins" introduced="^4" plugin="Y"/>
       
    88 <component name="tsapplication" long-name="Task Switcher Application" introduced="^4"/>
       
    89 </collection>
       
    90 </block>
       
    91 </layer>
       
    92 </systemModel>
       
    93 </SystemDefinition>