symbian3/mw/hapticsservices/package_definition_3.0.xml
branchHighFidelityModel
changeset 48 c8d3143d3c0e
parent 43 35cc8ff825d7
child 141 27d9d356efbf
--- a/symbian3/mw/hapticsservices/package_definition_3.0.xml	Wed Feb 03 19:36:09 2010 +0000
+++ b/symbian3/mw/hapticsservices/package_definition_3.0.xml	Wed Feb 03 20:06:22 2010 +0000
@@ -1,13 +1,29 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <SystemDefinition schema="3.0.0">
-  <package id="hapticsservices" name="Haptics Services" levels="fw api">
+  <package id="hapticsservices" name="Haptics Services" levels="fw server api">
+    <collection id="tacticonserver" name="Tacticon Server" level="server">
+    <!-- collection is really a component. Move down a directory  -->
+      <component id="tacticonserver_build" filter="s60" name="Tacticon Server Build" introduced="^3">
+        <unit bldFile="tacticonserver/group"/>
+        <!-- clients and servers are suauly the same component. Consider moving pluign to a separate component if needed -->
+      </component>
+    </collection>
     <collection id="tactilefeedback" name="Tactile Feedback" level="fw">
       <component id="tactilearearegistry" filter="s60" name="Tactile Area Registry" introduced="^1">
         <unit bldFile="tactilefeedback/tactilearearegistry/group"/>
       </component>
+      <component id="tactilefeedbackresolver" filter="s60" name="Tactile Feedback Resolver" introduced="^1">
+        <unit bldFile="tactilefeedback/tactilefeedbackresolver/group"/>
+      </component>
+      <component id="tactileclickplugin" filter="s60" name="Tactile Click Plugin" class="plugin" introduced="^1">
+        <unit bldFile="tactilefeedback/tactileclickplugin/group"/>
+      </component>      
       <component id="tactilefeedbackclient" filter="s60" name="Tactile Feedback Client" introduced="^1">
         <unit bldFile="tactilefeedback/tactilefeedbackclient/group"/>
       </component>
+      <component id="tactileactionplugin" filter="s60" name="Tactile Action Plugin" class="plugin" introduced="^1">
+        <unit bldFile="tactilefeedback/tactileactionplugin/group"/>
+      </component>      
       <component id="tactilefeedback_build" filter="s60" name="Tactile Feedback Build" introduced="^1">
 		<!-- consider moving IBY to one fo the above components -->
         <unit bldFile="tactilefeedback/group"/>