symbian4/app/files/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Thu, 10 Jun 2010 16:30:35 +0100
branchHighFidelityModel
changeset 283 7b6dfbac0dd3
parent 246 f99f9ea9b39f
child 301 ed48b86c3e24
permissions -rw-r--r--
Change the order of tests in sub GetXsltDir, so that it tests relative to the root directory before using the current dir (which will always exist) Improved debug output when unable to open some of the files.

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
 <package id="files" name="File Manager Apps" levels="support apps">
  <collection id="filemanager" name="File Manager" level="apps">
   <component id="filemanager_plat" name="File Manager Platform Interfaces" class="api" filter="s60" introduced="^4">
    <unit base="filemanager/filemanager_plat"/>
   </component>
   <component id="fmbkupengine" filter="s60" name="File Manager Backup Engine" introduced="^4">
       <unit bldFile="filemanager/src/fmbkupengine/group"/>
   </component>
   <component id="filemanager_build" filter="s60" name="File Manager Build">
   <!-- break this up into components or move down a directory -->
    <unit bldFile="filemanager" qt:proFile="filemanager.pro"/>
   </component>
  </collection>
 </package>
</SystemDefinition>