symbian4/mw/hgwidgets/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Mon, 29 Nov 2010 14:17:00 +0000
branchHighFidelityModel
changeset 512 336a5591a346
parent 330 dc8c3f5ca92a
permissions -rw-r--r--
Changed to avoid further bld.inf's being included more than once in devicecontrol package

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
  <package id="hgwidgets" name="Multimedia Widgets" levels="framework service api">
    <collection id="hgwidgets_plat" name="Multimedia Widgets Platform Interfaces" level="api">
     <component id="ganeswidgets_api" name="Ganes Widgets API" class="api" introduced="^4">
		<!-- should separate out unit -->
	 </component>
     <component id="hgcacheproxymodel_api" name="Hg Cache Proxy Model API" class="api" introduced="^4">
		<!-- should separate out unit -->
	 </component>
     <component id="hgwidgets_plat_build" name="Multimedia Widgets Platform Interfaces Build" class="api" introduced="^4">
		<!-- break this up into separate components -->
      <unit bldFile="hgwidgets_plat" qt:proFile="hgwidgets_plat.pro"/>
	 </component>
    </collection>
    <collection id="ganeswidgets" name="Ganes Widgets" level="service">
		<!-- really a component, should move down a dir level and have a unit -->
      <component id="ganeswidgets_build" name="Ganes Widgets Build" introduced="^4" filter="build_as_app">
        <unit bldFile="ganeswidgets" qt:proFile="ganeswidgets.pro"/>
	 </component>
    </collection>	 
    <collection id="hgcacheproxymodel" name="Hurriganes Cache Proxy Model" level="framework" filter="build_as_app">
		<!-- really a component, should move down a dir level and have a unit -->
      <component id="hgcacheproxymodel_build" name="Hurriganes Cache Proxy Model Build" introduced="^4">
        <unit bldFile="hgcacheproxymodel" qt:proFile="hgcacheproxymodel.pro"/>
	 </component>
    </collection>
  </package>
</SystemDefinition>