symbian4/app/firsttimeuse/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Thu, 01 Apr 2010 12:01:18 +0100
branchHighFidelityModel
changeset 150 8d58b930d36e
child 156 c154a6b30ef1
permissions -rw-r--r--
First draft of Symbian^4 pkgdefs

<?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>
    <collection id="firsttimeuse_test" name="First Time Use Test" level="support">
    <component id="tsrc_build" name="Tsrc Build" filter="test,unit_test">
      <unit bldFile="tsrc" qt:proFile="tsrc.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
     </component>
    </collection>
   </package>
</SystemDefinition>