package_definition.xml
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sat, 10 Apr 2010 13:40:35 +0100
branchCompilerCompatibility
changeset 16 7ed95233a522
parent 1 4fbbce2c82ba
permissions -rw-r--r--
Got rid of some trivial warnings (nested comments and tokens after #endif).

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="videotelephony" name="Video Telephony Apps" levels="engine plugin prot ui">
    <collection id="vtengines" name="Video Telephony Engines" level="engine">
      <component id="videoteleng" filter="s60" name="Video Telephony Engine">
        <unit bldFile="vtengines/videoteleng/group"/>
        	<!-- should these be #included? -->
        <!-- <unit bldFile="vtengines/videoteleng/logger/group"/> -->
        <!-- <unit bldFile="vtengines/videoteleng/callctrl/group"/> -->
      </component>
      <component id="vtmediatorplugin" filter="s60" name="VT Mediator Plugin" class="plugin">
        <unit bldFile="vtengines/vtmediatorplugin/group"/>
      </component>
    </collection>
    <collection id="vtuis" name="Video Telephony UIs" level="ui">
      <component id="videotelui" filter="s60" name="Video Telephony UI">
        <unit bldFile="vtuis/videotelui/group"/>
      </component>
    </collection>
    <collection id="vtprotocolplugins" name="VT Protocol Plugins" level="plugin">
      <component id="displaysink" filter="s60" name="Display Sink" introduced="^2">
        <unit bldFile="vtprotocolplugins/displaysink/group"/>
      </component>
      <component id="videosource" filter="s60" name="Video Source" introduced="^2">
        <unit bldFile="vtprotocolplugins/videosource/group"/>
      </component>
    </collection>
    <collection id="vtprotocolsstub" name="VT Protocols Stub" level="prot">
      <component id="videotelproto" filter="s60" name="Video Telephony Protocol">
        <unit bldFile="vtprotocolsstub/group"/>
      </component>
    </collection>
    <collection id="videotelephony_info" name="VT Apps Info" level="ui">
      <component id="videotelephony_plat" filter="s60" name="VT Apps Platform Interfaces" class="api">
        <unit bldFile="videotelephony_plat/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>