symbian3/app/homescreen/package_definition_3.0.xml
branchHighFidelityModel
changeset 38 12159035c0ef
child 39 bd4651024dad
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/symbian3/app/homescreen/package_definition_3.0.xml	Wed Jan 27 15:59:56 2010 +0000
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SystemDefinition schema="3.0.0">
+  <package id="homescreen" name="Home Screen Apps" levels="fw apps">
+    <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">
+        	<condition not-defined="FF_HOMESCREEN_COMMON_IDLEFW"/>
+        		<!-- currently always on, so safe to define here for now -->
+        </meta>
+        <unit bldFile="idlehomescreen/data/group"/>
+      </component>
+      <component id="idlehomescreen_build" filter="s60" name="Idle Home Screen Build">
+      	<!-- can the loc file be moved to another comopnent and this one removed?f -->
+        <unit bldFile="idlehomescreen/group"/>
+      </component>
+      <component id="homescreen_test" filter="s60,test" purpose="development" name="Home Screen Apps Test">
+      	<!--  why isn't this #included from widgetmanager? -->
+        <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>
+      <component id="menufw_build" filter="s60" name="Menu Framework Build">
+      	<!-- can the exports be exported by the other components? -->
+        <unit bldFile="menufw/group"/>
+      </component>
+    </collection>
+    <collection id="taskswitcher" name="Task Switcher" level="apps">
+      <component id="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>
+    <collection id="homescreen_info" name="Home Screen Apps Info" level="apps">
+      <component id="homescreen_plat" filter="s60" name="Home Screen Apps Platform Interfaces" class="api">
+        <unit bldFile="homescreen_plat/group"/>
+      </component>
+    </collection>
+  </package>
+</SystemDefinition>