symbian3/app/poc/package_definition_3.0.xml
branchHighFidelityModel
changeset 38 12159035c0ef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/symbian3/app/poc/package_definition_3.0.xml	Wed Jan 27 15:59:56 2010 +0000
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SystemDefinition schema="3.0.0">
+  <package id="poc" name="Push to Talk" levels="engine ui">
+  	<!-- should this be PoC, Push to Talk, or Push to Talk over Cellular? -->
+    <collection id="pocengine" name="PoC Engine" level="engine">
+      <component id="sipclientresolver" filter="s60" name="SIP Client Resolver">
+        	<!-- this should be #included from the above if it should be built -->
+        <!-- <unit bldFile="pocengine/sipclientresolver/group"/> -->
+      </component>
+      <component id="pocengine_build" filter="s60" name="PoC Engine Build">
+        <unit bldFile="pocengine/group"/>
+      </component>
+      <component id="pocengine_test" filter="s60" purpose="development" name="PoC Engine Test">
+      	<!-- can the test unit be safely removed, or should it be #included? --> 
+        <!-- <unit bldFile="pocengine/tsrc/public/basic/group"/> -->
+      </component>
+    </collection>
+    <collection id="pocui" name="PoC UI" level="ui">
+      <component id="pocuiintgr" filter="s60" name="PoC UI Integration">
+        <unit bldFile="pocui/pocuiintgr/group"/>
+        	<!-- the following should be #included from the above if they should be built -->
+        <!-- <unit bldFile="pocui/pocuiintgr/pocuiaiwplugin/group"/> -->
+        <!-- <unit bldFile="pocui/pocuiintgr/pocuiecomplugin/group"/> -->
+        <!-- <unit bldFile="pocui/pocuiintgr/pocuiintegrationservices/group"/> -->
+      </component>
+      <component id="pocui_app" filter="s60" name="PoC Application">
+        <unit bldFile="pocui/app/group"/>
+      </component>
+      <component id="pocui_build" filter="s60" name="PoC UI Build">
+        <unit bldFile="pocui/group"/>
+      </component>
+    </collection>
+    <collection id="poc_info" name="PoC Info" level="ui">
+      <component id="poc_build" filter="s60" name="PoC Build">
+      	<!-- can this be distributed into the other components? -->
+        <unit bldFile="group"/>
+      </component>
+      <component id="poc_plat" filter="s60" name="PoC Platform Interfaces" class="api">
+        <unit bldFile="poc_plat/group"/>
+      </component>
+      <component id="poc_help" filter="s60" name="PoC Help" class="doc">
+        <unit bldFile="help/group"/>
+      </component>
+    </collection>
+  </package>
+</SystemDefinition>