package_definition.xml
changeset 0 ed9695c8bcbe
child 1 4fbbce2c82ba
equal deleted inserted replaced
-1:000000000000 0:ed9695c8bcbe
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0">
       
     3   <package id="videotelephony" name="Video Telephony Apps" levels="engine plugin prot ui">
       
     4     <collection id="vtengines" name="Video Telephony Engines" level="engine">
       
     5       <component id="videoteleng" filter="s60" name="Video Telephony Engine">
       
     6         <unit bldFile="vtengines/videoteleng/group"/>
       
     7         	<!-- should these be #included? -->
       
     8         <!-- <unit bldFile="vtengines/videoteleng/logger/group"/> -->
       
     9         <!-- <unit bldFile="vtengines/videoteleng/callctrl/group"/> -->
       
    10       </component>
       
    11       <component id="vtmediatorplugin" filter="s60" name="VT Mediator Plugin" class="plugin">
       
    12         <unit bldFile="vtengines/vtmediatorplugin/group"/>
       
    13       </component>
       
    14     </collection>
       
    15     <collection id="vtuis" name="Video Telephony UIs" level="ui">
       
    16       <component id="videotelui" filter="s60" name="Video Telephony UI">
       
    17         <unit bldFile="vtuis/videotelui/group"/>
       
    18       </component>
       
    19     </collection>
       
    20     <collection id="vtprotocolplugins" name="VT Protocol Plugins" level="plugin">
       
    21       <component id="displaysink" filter="s60" name="Display Sink" introduced="tb91">
       
    22         <unit bldFile="vtprotocolplugins/displaysink/group"/>
       
    23       </component>
       
    24       <component id="videosource" filter="s60" name="Video Source" introduced="tb91">
       
    25         <unit bldFile="vtprotocolplugins/videosource/group"/>
       
    26       </component>
       
    27     </collection>
       
    28     <collection id="vtprotocolsstub" name="VT Protocols Stub" level="prot">
       
    29       <component id="videotelproto" filter="s60" name="Video Telephony Protocol">
       
    30         <unit bldFile="vtprotocolsstub/group"/>
       
    31       </component>
       
    32     </collection>
       
    33     <collection id="videotelephony_info" name="VT Apps Info" level="ui">
       
    34       <component id="videotelephony_plat" filter="s60" name="VT Apps Platform Interfaces" class="api">
       
    35         <unit bldFile="videotelephony_plat/group"/>
       
    36       </component>
       
    37     </collection>
       
    38   </package>
       
    39 </SystemDefinition>