symbian3/mw/imsrv/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 03 Feb 2010 20:06:22 +0000
branchHighFidelityModel
changeset 48 c8d3143d3c0e
parent 44 0b761d12ae12
child 141 27d9d356efbf
permissions -rw-r--r--
Scripts had not properly updated the 3.0 sysdef. These should be correct.

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="imsrv" name="Instant Messaging and Presence Services" levels="plugin framework server generic specific">
    <collection id="ximpfw" name="XIMP Framework" level="framework">
    	<!-- collection is really a component. Needs to be moved down a directory -->
      <component id="ximpfw_build" filter="s60" name="XIMP Framework Build">
        <unit bldFile="ximpfw/group"/>
      </component>
    </collection>
    <collection id="imservices" name="IM Services" level="generic">
      <component id="imfeatureplugin" filter="s60" name="IM Feature Plugin" class="plugin" introduced="^2">
        <unit bldFile="imservices/imfeatureplugin/group"/>
      </component>
      <component id="searchfeatureplugin" filter="s60" name="Search Feature Plugin" class="plugin" introduced="^2">
        <unit bldFile="imservices/searchfeatureplugin/group"/>
      </component>
      <component id="xmppsettingsapi" filter="s60" name="XMPP Settings API" introduced="^2">
        <unit bldFile="imservices/xmppsettingsapi/group"/>
      </component>
      <component id="xmppsettingsfetcher" filter="s60" name="XMPP Settings Fetcher" introduced="^2">
        <unit bldFile="imservices/xmppsettingsfetcher/group"/>
      </component>
      <component id="ossprotocoladaptation" filter="s60" name="OSS Protocol Adaptation" class="plugin" introduced="^2">
        <unit bldFile="imservices/ossprotocoladaptation/group"/>
      </component>
      <component id="instantmessagingcache" filter="s60" name="Instant Messaging Cache" introduced="^2">
        <unit bldFile="imservices/instantmessagingcache/group"/>
      </component>
    </collection>
    <collection id="brandingserver" name="Branding Server" level="specific">
    	<!-- collection is really a component. Needs to be moved down a directory -->
      <component id="brandingserver_build" filter="s60" name="Branding Server Build">
        <unit bldFile="brandingserver/group"/>
      </component>
    </collection>
    <collection id="imsrv_info" name="Instant Messaging and Presence Services Info" level="specific">
      <component id="imsrv_plat" filter="s60" name="Instant Messaging and Presence Services Platform Interfaces" class="api">
        <unit bldFile="imsrv_plat/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>