symbian3/mw/imghandling/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 03 Feb 2010 20:06:22 +0000
branchHighFidelityModel
changeset 48 c8d3143d3c0e
parent 44 0b761d12ae12
child 63 d7aa110911c4
permissions -rw-r--r--
Scripts had not properly updated the 3.0 sysdef. These should be correct.

<?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,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,api_test" name="Image Handling Platform API Test" purpose="development">
        <unit bldFile="imagehandling_plat/thumbnailmanager_api/tsrc/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>