package_definition.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:32:10 +0300
changeset 28 b7da29130b0e
permissions -rw-r--r--
Revision: 201035 Kit: 201037

<?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>