tip_bulk_s3/app/homescreen/package_definition.xml
changeset 359 230db5697b60
child 480 d1abe55ef11d
equal deleted inserted replaced
358:c01224bf8699 359:230db5697b60
       
     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^3" 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="fw support apps">
       
    57 <collection name="homescreen_plat" long-name="Home Screen Apps Platform Interfaces" level="apps">
       
    58 <component name="menu_settings_api" long-name="Menu Settings API" filter="s60" class="api">
       
    59 <unit bldFile="/sf/app/homescreen/homescreen_plat/menu_settings_api/group"/>
       
    60 </component>
       
    61 <component name="hs_content_control_ui" long-name="HS Content Control Ui" filter="s60" class="api">
       
    62 <unit bldFile="/sf/app/homescreen/homescreen_plat/hs_content_control_ui/group"/>
       
    63 </component>
       
    64 <component name="hs_renderingplugin_api" long-name="HS Rendering Plugin API" filter="s60" class="api">
       
    65 <unit bldFile="/sf/app/homescreen/homescreen_plat/hs_renderingplugin_api/group"/>
       
    66 </component>
       
    67 </collection>
       
    68 <collection name="idlehomescreen" long-name="Idle Home Screen" level="apps">
       
    69 <component name="nativeuicontroller" filter="s60" long-name="Native UI Controller">
       
    70 <unit bldFile="/sf/app/homescreen/idlehomescreen/nativeuicontroller/group"/>
       
    71 </component>
       
    72 <component name="exths" filter="s60" long-name="Active Idle Container" plugin="Y">
       
    73 <!-- why is the ID so different from the name? Is one wrong? -->
       
    74 <unit bldFile="/sf/app/homescreen/idlehomescreen/exths/group"/>
       
    75 </component>
       
    76 <component name="hscontentcontrol" filter="s60" long-name="Home Screen Content Control" introduced="^3">
       
    77 <unit bldFile="/sf/app/homescreen/idlehomescreen/hscontentcontrol/group"/>
       
    78 </component>
       
    79 <component name="hssapiwrapper" filter="s60" long-name="HS SAPI Wrapper" introduced="^3">
       
    80 <!--  can only have one unit. #include from a common bld.inf, or split into two components -->
       
    81 <unit bldFile="/sf/app/homescreen/idlehomescreen/sapiwrapper/cpswrapper/group"/>
       
    82 <unit bldFile="/sf/app/homescreen/idlehomescreen/sapiwrapper/hspswrapper/group"/>
       
    83 </component>
       
    84 <component name="xmluirendering" filter="s60" long-name="XML UI Rendering" introduced="^3">
       
    85 <unit bldFile="/sf/app/homescreen/idlehomescreen/xmluirendering/group"/>
       
    86 </component>
       
    87 <component name="xmluicontroller" filter="s60" long-name="XML UI Controller" introduced="^3">
       
    88 <unit bldFile="/sf/app/homescreen/idlehomescreen/xmluicontroller/group"/>
       
    89 </component>
       
    90 <component name="widgetmanager" filter="s60" long-name="Widget Manager" introduced="^3">
       
    91 <unit bldFile="/sf/app/homescreen/idlehomescreen/widgetmanager/group"/>
       
    92 </component>
       
    93 <component name="idlehomescreen_help" filter="s60" long-name="Idle Home Screen Help">
       
    94 <unit bldFile="/sf/app/homescreen/idlehomescreen/help/group"/>
       
    95 </component>
       
    96 <component name="idlehomescreen_data" filter="s60" long-name="Idle Home Screen Data">
       
    97 <unit bldFile="/sf/app/homescreen/idlehomescreen/data/group"/>
       
    98 </component>
       
    99 <component name="idlehomescreen_build" filter="s60" long-name="Idle Home Screen Build">
       
   100 <!-- can the loc file be moved to another comopnent and this one removed? -->
       
   101 <unit bldFile="/sf/app/homescreen/idlehomescreen/group"/>
       
   102 </component>
       
   103 </collection>
       
   104 <collection name="menufw" long-name="Menu Framework" level="fw">
       
   105 <component name="hierarchynavigator" filter="s60" long-name="Hierarchy Navigator">
       
   106 <unit bldFile="/sf/app/homescreen/menufw/hierarchynavigator/group"/>
       
   107 </component>
       
   108 <component name="menufwui" filter="s60" long-name="Menu Framework UI">
       
   109 <unit bldFile="/sf/app/homescreen/menufw/menufwui/group"/>
       
   110 </component>
       
   111 <component name="menusuites" filter="s60" long-name="Menu Suites">
       
   112 <unit bldFile="/sf/app/homescreen/menufw/menusuites/group"/>
       
   113 </component>
       
   114 <component name="menufw_build" filter="s60" long-name="Menu Framework Build">
       
   115 <!-- can the exports be exported by the other components? -->
       
   116 <unit bldFile="/sf/app/homescreen/menufw/group"/>
       
   117 </component>
       
   118 </collection>
       
   119 <collection name="taskswitcher" long-name="Task Switcher" level="support">
       
   120 <component name="contextengine" filter="s60" long-name="Context Engine" introduced="^3">
       
   121 <unit bldFile="/sf/app/homescreen/taskswitcher/contextengine/group"/>
       
   122 </component>
       
   123 <component name="taskswitcherui" filter="s60" long-name="Task Switcher UI" introduced="^3">
       
   124 <unit bldFile="/sf/app/homescreen/taskswitcher/taskswitcherui/group"/>
       
   125 </component>
       
   126 </collection>
       
   127 </block>
       
   128   </layer>
       
   129  </systemModel>
       
   130 </SystemDefinition>