symbian3/mw/opensrv/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 03 Feb 2010 11:49:07 +0000
branchHighFidelityModel
changeset 46 c94b55c3fb61
child 48 c8d3143d3c0e
permissions -rw-r--r--
Finish off the packagedef changes for the mw layer

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="opensrv" name="Open Services" levels="prt lib server eng">
    <collection id="loudmouth" name="Loudmouth" level="prt">
      <component id="loudmouth_build" filter="s60" name="Loudmouth Build" introduced="^2">
        <unit bldFile="loudmouth/group"/>
      </component>
      <component id="loudmouth_test" filter="s60" name="Loudmouth Test" purpose="development" introduced="^2">
        <!-- <unit bldFile="loudmouth/tsrc/group"/> -->
      </component>
    </collection>
    <collection id="libtelepathy" name="Telepathy Library" level="lib">
      <component id="libtelepathy_build" filter="s60" name="Telepathy Library Build" introduced="^2">
        <unit bldFile="libtelepathy/group"/>
      </component>
      <component id="libtelepathy_test" filter="s60" name="Telepathy Library Test" purpose="development" introduced="^2">
        <!-- <unit bldFile="libtelepathy/tsrc/group"/> -->
      </component>
    </collection>
    <collection id="telepathygabble" name="Telepathy Gabble" level="eng">
      <component id="telepathygabble_build" filter="s60" name="Telepathy Gabble Build" introduced="^2">
        <unit bldFile="telepathygabble/group"/>
      </component>
    </collection>
    <collection id="isolationserver" name="Isolation Server" level="server">
      <component id="messagequeue" filter="s60" name="Message Queue" introduced="^2">
        <unit bldFile="isolationserver/messagequeue/group"/>
      </component>
      <component id="isoserver" filter="s60" name="ISO Server" introduced="^2">
        <unit bldFile="isolationserver/isoserver/group"/>
      </component>
      <component id="isolationserver_test" filter="s60" name="Isloation Server Test" purpose="development" introduced="^2">
        <!-- <unit bldFile="isolationserver/tsrc/group"/> -->
      </component>
      <component id="isolationserver_build" filter="s60" name="Isloation Server Build" introduced="^2">
        <unit bldFile="isolationserver/group"/>
      </component>
    </collection>
    <collection id="opensrv_info" name="Open Services Info" level="eng">
      <component id="opensrv_plat" filter="s60" name="Open Services Platform Interfaces" class="api" introduced="^2">
        <unit bldFile="opensrv_plat/group"/>
        <!-- <unit bldFile="opensrv_plat/messagequeue_api/tsrc/group"/> -->
      </component>
    </collection>
  </package>
</SystemDefinition>