symbian3/app/homescreen/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 11:47:01 +0000
branchHighFidelityModel
changeset 491 fbee32229c30
parent 481 3e63b7f94b64
permissions -rw-r--r--
Changed to avoid bld.inf's being included more than once in homescreen package

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
 <package id="homescreen" name="Home Screen Apps" levels="fw support apps">
  <collection id="homescreen_plat" name="Home Screen Apps Platform Interfaces" level="apps">
   <component id="menu_settings_api" name="Menu Settings API" class="api" filter="s60">
    <meta rel="Api" href="homescreen_plat/menu_settings_api/menu_settings_api.metaxml"/>
    <unit bldFile="homescreen_plat/menu_settings_api/group"/>
   </component>
   <component id="hs_content_control_ui" name="HS Content Control Ui" class="api" filter="s60">
    <unit bldFile="homescreen_plat/hs_content_control_ui/group"/>
   </component>
   <component id="hs_renderingplugin_api" name="HS Rendering Plugin API" class="api" filter="s60">
    <unit bldFile="homescreen_plat/hs_renderingplugin_api/group"/>
   </component>
  </collection>
  <collection id="idlehomescreen" name="Idle Home Screen" level="apps">
   <component id="nativeuicontroller" filter="s60" name="Native UI Controller">
    <unit bldFile="idlehomescreen/nativeuicontroller/group"/>
   </component>
   <component id="exths" filter="s60" name="Active Idle Container" class="plugin">
    <!-- why is the ID so different from the name? Is one wrong? -->
    <unit bldFile="idlehomescreen/exths/group"/>
   </component>
   <component id="hscontentcontrol" filter="s60" name="Home Screen Content Control" introduced="^3">
    <unit bldFile="idlehomescreen/hscontentcontrol/group"/>
   </component>
   <component id="hssapiwrapper" filter="s60" name="HS SAPI Wrapper" introduced="^3">
    <!--  can only have one unit. #include from a common bld.inf, or split into two components -->
    <unit bldFile="idlehomescreen/sapiwrapper/cpswrapper/group"/>
    <unit bldFile="idlehomescreen/sapiwrapper/hspswrapper/group"/>
   </component>
   <component id="xmluirendering" filter="s60" name="XML UI Rendering" introduced="^3">
    <unit bldFile="idlehomescreen/xmluirendering/group"/>
   </component>
   <component id="xmluicontroller" filter="s60" name="XML UI Controller" introduced="^3">
    <unit bldFile="idlehomescreen/xmluicontroller/group"/>
   </component>
   <component id="widgetmanager" filter="s60" name="Widget Manager" introduced="^3">
    <unit bldFile="idlehomescreen/widgetmanager/group"/>
   </component>
   <component id="idlehomescreen_help" filter="s60" name="Idle Home Screen Help">
    <unit bldFile="idlehomescreen/help/group"/>
   </component>
   <component id="idlehomescreen_data" filter="s60" name="Idle Home Screen Data">
    <meta rel="config">
     <defined condition="FF_HOMESCREEN_COMMON_IDLEFW"/>
     <!-- currently always on, so safe to define here for now -->
    </meta>
    <unit bldFile="idlehomescreen/data/group"/>
   </component>
   <component id="idlehomescreen_loc" filter="s60" name="Idle Home Screen Localisation">
    <unit bldFile="idlehomescreen/loc/group"/>
   </component>
   <component id="homescreen_test" filter="s60,test,unit_test" purpose="development" name="Home Screen Apps Test">
    <unit bldFile="idlehomescreen/widgetmanager/tsrc/wmunittest/group"/>
   </component>
  </collection>
  <collection id="menufw" name="Menu Framework" level="fw">
   <component id="hierarchynavigator" filter="s60" name="Hierarchy Navigator">
    <unit bldFile="menufw/hierarchynavigator/group"/>
   </component>
   <component id="menufwui" filter="s60" name="Menu Framework UI">
    <unit bldFile="menufw/menufwui/group"/>
   </component>
   <component id="menusuites" filter="s60" name="Menu Suites">
    <unit bldFile="menufw/menusuites/group"/>
   </component>
  </collection>
  <collection id="taskswitcher" name="Task Switcher" level="support">
   <component id="hs_contextengine" filter="s60" name="Context Engine" introduced="^3">
    <unit bldFile="taskswitcher/contextengine/group"/>
   </component>
   <component id="taskswitcherui" filter="s60" name="Task Switcher UI" introduced="^3">
    <unit bldFile="taskswitcher/taskswitcherui/group"/>
   </component>
  </collection>
 </package>
</SystemDefinition>