symbian3/tools/homescreentools/package_definition_3.0.xml
branchHighFidelityModel
changeset 130 a0f36c88df7a
parent 127 a79ea6a46139
child 132 aaa0a8553d6d
equal deleted inserted replaced
127:a79ea6a46139 130:a0f36c88df7a
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0">
       
     3   <package id="homescreentools" name="Home Screen Tools" levels="tool install">
       
     4     <collection id="dtdinstaller" name="DTD Installer" level="install">
       
     5     	<!-- collection is really a component. Needs to be moved down a directory -->
       
     6     	<!-- this needs to be built first, does build order need to be forced with filters? -->
       
     7       <component id="dtdinstaller_build" filter="s60" name="DTD Installer Build" target="desktop" class="tool">
       
     8         <unit bldFile="/tools/homescreentools/dtdinstaller/group"/>
       
     9       </component>
       
    10     </collection>
       
    11     <collection id="themeinstaller" name="Theme Installer" level="install">
       
    12     	<!-- collection is really a component. Needs to be moved down a directory -->
       
    13       <component id="themeinstaller_build" filter="s60" name="Theme Installer Build" target="desktop" class="tool">
       
    14         <unit bldFile="/tools/homescreentools/themeinstaller/group"/>
       
    15       </component>
       
    16     </collection>
       
    17     <collection id="widgettools" name="Widget Tools" level="install">
       
    18       <component id="hspluginpreinstaller" filter="s60" name="HS Plugin Preinstaller" target="desktop" class="tool" introduced="^3">
       
    19         <unit bldFile="/tools/homescreentools/widgettools/hspluginpreinstaller/group"/>
       
    20       </component>
       
    21       <component id="wrtwidgetpreinstaller" filter="s60" name="WRT Widget Preinstaller" target="desktop" class="tool" introduced="^3">
       
    22         <unit bldFile="/tools/homescreentools/widgettools/wrtwidgetpreinstaller/group"/>
       
    23       </component>
       
    24     </collection>
       
    25     <collection id="themetool" name="Theme Tool" level="tool">
       
    26       <component id="themetool_build" filter="s60" name="Theme Tool Build"  target="desktop" class="tool">
       
    27         <unit bldFile="/tools/homescreentools/themetool/group"/>
       
    28       </component>
       
    29     </collection>
       
    30   </package>
       
    31 </SystemDefinition>