package_definition.xml
changeset 18 1591614dbf89
child 20 a60f8b6b1d32
equal deleted inserted replaced
16:0e550c9259fd 18:1591614dbf89
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
       
     3   <package id="hgwidgets" name="Multimedia Widgets" levels="framework service api">
       
     4     <collection id="hgwidgets_plat" name="Multimedia Widgets Platform Interfaces" level="api">
       
     5      <component id="ganeswidgets_api" name="Ganes Widgets API" class="api" introduced="^4" filter="s60">
       
     6       <unit bldFile="hgwidgets_plat/ganeswidgets_api"/>
       
     7 	 </component>
       
     8      <component id="hgcacheproxymodel_api" name="Hg Cache Proxy Model API" class="api" introduced="^4" filter="s60">
       
     9       <unit bldFile="hgwidgets_plat/hgcacheproxymodel_api"/>
       
    10 	 </component>
       
    11     </collection>
       
    12     <collection id="ganeswidgets" name="Ganes Widgets" level="service">
       
    13 		<!-- really a component, should move down a dir level and have a unit -->
       
    14       <component id="ganeswidgets_build" name="Ganes Widgets Build" introduced="^4" filter="s60,build_as_app">
       
    15         <unit bldFile="ganeswidgets" qt:proFile="ganeswidgets.pro"/>
       
    16 	 </component>
       
    17     </collection>	 
       
    18     <collection id="hgcacheproxymodel" name="Hurriganes Cache Proxy Model" level="framework">
       
    19 		<!-- really a component, should move down a dir level and have a unit -->
       
    20       <component id="hgcacheproxymodel_build" name="Hurriganes Cache Proxy Model Build" introduced="^4" filter="s60,build_as_app">
       
    21         <unit bldFile="hgcacheproxymodel" qt:proFile="hgcacheproxymodel.pro"/>
       
    22 	 </component>
       
    23       <component id="hgcacheproxymodel_unittest" name="Hurriganes Cache Proxy Model Unit Tests" introduced="^4" filter="s60,unit_test" purpose="development">
       
    24         <unit bldFile="hgcacheproxymodel/tsrc/unit" qt:proFile="unittest_hgcacheproxymodel.pro"/>
       
    25 	 </component>
       
    26     </collection>
       
    27   </package>
       
    28 </SystemDefinition>
       
    29