symbian3/tools/homescreentools/package_definition_3.0.xml
author William Roberts <williamr@symbian.org>
Wed, 17 Feb 2010 23:59:17 +0000
branchHighFidelityModel
changeset 65 e754af35c291
permissions -rw-r--r--
Point of closest approach between joined model and PDK 3.0.g v2 single model - added adaptation layer to the root model - package_definition_3.0.xml files for qemu, beagleboard and stubs - added package_definition_3.0.xml for tools\homescreentools, and used that instead of app\homescreentools - added various extras under "sf_build", and corrected capitalisation to match single model - changed some filters from "test" to "sf_build", because we need to build those things Left out some dubious units - cross-checking shows 4 missing /sf/mw/remoteconn/connectivitytransports/plpremotelink/group /sf/mw/remoteconn/connectivitytransports/plpvariant/group /sf/os/textandloc/charconvfw/charconv/ongoing/group /sf/os/textandloc/charconvfw/charconvplugin/group

<?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" name="DTD Installer Build" target="desktop" class="tool">
        <unit bldFile="/tools/homescreentools/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="/tools/homescreentools/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="/tools/homescreentools/widgettools/hspluginpreinstaller/group"/>
      </component>
      <component id="wrtwidgetpreinstaller" filter="s60" name="WRT Widget Preinstaller" target="desktop" class="tool" introduced="^3">
        <unit bldFile="/tools/homescreentools/widgettools/wrtwidgetpreinstaller/group"/>
      </component>
    </collection>
    <collection id="themetool" name="Theme Tool" level="tool">
      <component id="themetool_build" filter="s60" name="Theme Tool Build"  target="desktop" class="tool">
        <unit bldFile="/tools/homescreentools/themetool/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>