package_definition.xml
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:37:58 +0100
branchCompilerCompatibility
changeset 10 8937242fcb0d
parent 0 3ad9d5175a89
permissions -rw-r--r--
Fixed "extra qualification" syntax errors.

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="remotestorage" name="Remote Storage" levels="framework if">
    <collection id="remotestoragefw" name="Remote Storage Framework" level="framework">
      <component id="mountstore" filter="s60" name="RSFW Mount Store">
        <unit bldFile="remotestoragefw/mountstore/group"/>
      </component>
      <component id="rsfwnotifierplugins" filter="s60" name="RSFW Notifier Plugins" class="plugin">
        <unit bldFile="remotestoragefw/rsfwnotifierplugins/group"/>
      </component>
      <component id="remotefileengine" filter="s60" name="Remote File Engine">
        <unit bldFile="remotestoragefw/remotefileengine/group"/>
      </component>
      <component id="mountmanager" filter="s60" name="RSFW Mount Manager">
        <unit bldFile="remotestoragefw/mountmanager/group"/>
			<!-- does the test bld.inf need to be included in the above one? -->
        <!-- <unit bldFile="remotestoragefw/mountmanager/tsrc/public/basic/group"/> -->
      </component>
      <component id="webdavaccessplugin" filter="s60" name="WebDAV Access Plugin" class="plugin">
        <unit bldFile="remotestoragefw/webdavaccessplugin/group"/>
      </component>
      <component id="remotefilesystemplugin" filter="s60" name="Remote Filesystem Plugin" class="plugin">
        <unit bldFile="remotestoragefw/remotefilesystemplugin/group"/>
      </component>
      <component id="remotestoragegsplugin" filter="s60" name="RS GS Plugin" class="plugin">
        <unit bldFile="remotestoragefw/gsplugin/group"/>
      </component>
      <component id="remotedriveconfigurationbiocontrol" filter="s60" name="Remote Drive Configuration BIO Control">
        <unit bldFile="remotestoragefw/remotedriveconfigurationbiocontrol/group"/>
      </component>
      <component id="remotestoragefw_build" filter="s60" name="Remote Storage Framework Build">
			<!-- consider distributing exports to other components and removing this one -->
        <unit bldFile="remotestoragefw/group"/>
      </component>
    </collection>
    <collection id="remotestorage_info" name="Remote Storage Info" level="if">
      <component id="rsfw_plat" filter="s60" class="api" name="Remote Storage Platform Interfaces">
        <unit bldFile="rsfw_plat/rsfw_access_protocol_plugin_api/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>