symbian4/app/homescreentools/package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 28 Jul 2010 15:24:46 +0100
branchHighFidelityModel
changeset 357 5d3c652b6df9
parent 246 f99f9ea9b39f
permissions -rw-r--r--
Add sf_config/rombuild/sf_refhw component with iMaker configs for full ui ROM for syborg and beagleboard

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="homescreentools" name="Home Screen Tools" levels="tool install">
    <collection id="dtdinstaller" name="DTD Installer" level="install">
    	<!-- collection is really a component. Needs to be moved down a directory -->
    	<!-- this needs to be built first, does build order need to be forced with filters? -->
      <component id="dtdinstaller_build" filter="s60,bldmefirst" name="DTD Installer Build" target="desktop" class="tool">
        <unit bldFile="dtdinstaller/group"/>
      </component>
    </collection>
    <collection id="themeinstaller" name="Theme Installer" level="install">
    	<!-- collection is really a component. Needs to be moved down a directory -->
      <component id="themeinstaller_build" filter="s60" name="Theme Installer Build" target="desktop" class="tool">
        <unit bldFile="themeinstaller/group"/>
      </component>
    </collection>
    <collection id="widgettools" name="Widget Tools" level="install">
      <component id="hspluginpreinstaller" filter="s60" name="HS Plugin Preinstaller" target="desktop" class="tool" introduced="^3">
        <unit bldFile="widgettools/hspluginspreinstaller/group"/>
      </component>
      <component id="wrtwidgetpreinstaller" filter="s60" name="WRT Widget Preinstaller" target="desktop" class="tool" introduced="^3">
        <unit bldFile="widgettools/wrtwidgetpreinstaller/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>