symbian3/mw/imghandling/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 26 May 2010 17:18:20 +0100
branchHighFidelityModel
changeset 245 30e67220bf86
parent 141 symbian3/mw/imghandling/package_definition_3.0.xml@27d9d356efbf
child 482 06ec1c53d010
permissions -rw-r--r--
Remove all 2.0 pkgdefs in symbian3 and rename all 3.0 pkgdefs to package_definition.xml

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
 <package id="imghandling" name="Image Handling" levels="lib util if">
  <collection id="imagehandling_plat" name="Image Handling Platform Interfaces" level="if">
   <component id="image_handling_library_api" name="Image Handling Library API" class="api" filter="s60">
    <meta rel="Api" href="imagehandling_plat/image_handling_library_api/image_handling_library_api.metaxml"/>
    <unit bldFile="imagehandling_plat/image_handling_library_api/group"/>
   </component>
   <component id="3gp_library_api" name="3GP Library API" class="api" filter="s60">
    <meta rel="Api" href="imagehandling_plat/3gp_library_api/3gp_library_api.metaxml"/>
    <unit bldFile="imagehandling_plat/3gp_library_api/group"/>
   </component>
   <component id="thumbnailmanager_api" name="Thumbnail Manager API" class="api" filter="s60">
    <meta rel="Api" href="imagehandling_plat/thumbnailmanager_api/thumbnailmanager_api.metaxml"/>
    <unit bldFile="imagehandling_plat/thumbnailmanager_api/group" filter="!test"/>
    <unit bldFile="imagehandling_plat/thumbnailmanager_api/tsrc/group" filter="test,api_test"/>
   </component>
  </collection>
  <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>
 </package>
</SystemDefinition>