symbian3/mw/imghandling/package_definition_3.0.xml
author Dario Sestito <darios@symbian.org>
Wed, 03 Mar 2010 18:02:54 +0000
branchHighFidelityModel
changeset 125 e78162015bd1
parent 63 d7aa110911c4
child 141 27d9d356efbf
permissions -rw-r--r--
catchup from default branch

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="imghandling" name="Image Handling" levels="lib util if">
    <collection id="imagehandlinglib" name="Image Handling Library" level="lib">
    	<!-- collection is really a component, need to move down a directory -->
      <component id="ihl" filter="s60" name="IHL">
        <unit bldFile="imagehandlinglib/group"/>
      </component>
	    <component id="imagehandlinglib_api" filter="s60,test,api_test" name="Image Handling Library API Test" purpose="development">
	     	<unit bldFile="imagehandlinglib/tsrc/public/basic/group"/>
		</component>
    </collection>
    <collection id="imagehandlingutilities" name="Image Handling Utilities" level="util">
      <component id="thumbnailmanager" filter="s60" name="Thumbnail Manager">
        <unit bldFile="imagehandlingutilities/thumbnailmanager/group"/>
      </component>
    </collection>
    <collection id="imghandling_info" name="Image Handling Info" level="if">
      <component id="imagehandling_plat" filter="s60" name="Image Handling Platform Interfaces" class="api">
        <unit bldFile="imagehandling_plat/group"/>
      </component>
      <component id="imagehandling_api_test" filter="s60,test,api_test" name="Image Handling Platform API Test" purpose="development">
        <unit bldFile="imagehandling_plat/thumbnailmanager_api/tsrc/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>