package_definition.xml
changeset 28 b7da29130b0e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/package_definition.xml	Fri Sep 17 08:32:10 2010 +0300
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
+    <package id="hb" name="Orbit" levels="engine test api">
+    <collection id="platforms_symbian" name="Orbit Symbian Platform Configuration" level="engine">
+     <component id="hbconfig" name="Orbit Config" introduced="^4" filter="s60,qt_tools"> 
+		<!-- need to check filter is correct -->
+        <unit bldFile="src/platforms/symbian/configurations"/>
+     </component>
+     <component id="hbinstall" name="Orbit Install" introduced="^4" filter="s60">
+        <unit bldFile="src/platforms/symbian/installs"/>
+     </component>
+    </collection>
+    <collection id="hb_info" name="Orbit Info" level="api">
+     <component id="hb_build" name="Orbit Build" introduced="^4" filter="s60">
+		<!-- should break this down into actual components -->
+      <unit bldFile="." qt:proFile="hb.pro"/>
+     </component>
+    </collection>
+   </package>
+</SystemDefinition>