symbian4/app/firsttimeuse/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 26 May 2010 17:30:43 +0100
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 156 symbian4/app/firsttimeuse/package_definition_3.0.xml@c154a6b30ef1
child 391 1cd75ad5b512
permissions -rw-r--r--
Remove all 2.0 pkgdefs in symbian4 and rename all 3.0 pkgdefs to package_definition.xml

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
 <package id="firsttimeuse" name="First Time Use" levels="support services ui app">
	<!-- these empty collections are really components. Move down a directory and supply units -->
   <collection id="ftuapplication" name="First Time Use Application" level="app"/>
   <collection id="fturuntimeservices" name="First Time Use Runtime Services" level="services"/>
   <collection id="wizardproviders" name="Wizard Providers" level="support"/>
   <collection id="stateproviders" name="State Providers" level="support"/>
   <collection id="runtimeproviders" name="Runtime Providers" level="support"/>

   <collection id="firsttimeuse_info" name="First Time Use Info" level="ui">
    <component id="firsttimeuse_build" name="First Time Use Build">
      <unit bldFile="." qt:proFile="ftu.pro" qt:qmakeArgs="-r -config rom"/>
     </component>
    </collection>
   </package>
</SystemDefinition>