symbian4/app/firsttimeuse/package_definition_3.0.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 156 c154a6b30ef1
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
       
     3  <package id="firsttimeuse" name="First Time Use" levels="support services ui app">
       
     4 	<!-- these empty collections are really components. Move down a directory and supply units -->
       
     5    <collection id="ftuapplication" name="First Time Use Application" level="app"/>
       
     6    <collection id="fturuntimeservices" name="First Time Use Runtime Services" level="services"/>
       
     7    <collection id="wizardproviders" name="Wizard Providers" level="support"/>
       
     8    <collection id="stateproviders" name="State Providers" level="support"/>
       
     9    <collection id="runtimeproviders" name="Runtime Providers" level="support"/>
       
    10 
       
    11    <collection id="firsttimeuse_info" name="First Time Use Info" level="ui">
       
    12     <component id="firsttimeuse_build" name="First Time Use Build">
       
    13       <unit bldFile="." qt:proFile="ftu.pro" qt:qmakeArgs="-r -config rom"/>
       
    14      </component>
       
    15     </collection>
       
    16     <collection id="firsttimeuse_test" name="First Time Use Test" level="support">
       
    17     <component id="tsrc_build" name="Tsrc Build" filter="test,unit_test">
       
    18       <unit bldFile="tsrc" qt:proFile="tsrc.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
       
    19      </component>
       
    20     </collection>
       
    21    </package>
       
    22 </SystemDefinition>