package_definition.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:21:44 +0200
changeset 5 79d62d1d7957
parent 0 95b198f216e5
permissions -rw-r--r--
Revision: 201003 Kit: 201005

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="drm" name="DRM" levels="plugin framework server generic specific">
    <collection id="commondrm" name="Common DRM" level="generic">
      <component id="drmencryptor" filter="s60" name="DRM Encryptor">
		<!-- this should have its own bld.inf or be removed as a component -->
      </component>
      <component id="drmsettingsplugin" filter="s60" name="DRM Settings Plugin" class="plugin">
		<!-- this should have its own bld.inf or be removed as a component -->
      </component>
      <component id="drmrightsmanagerui" filter="s60" name="DRM Rights Manager UI">
        <unit bldFile="commondrm/drmrightsmanagerui/help/group"/>
      </component>
      <component id="drmutility" filter="s60" name="DRM Utility">
        <unit bldFile="commondrm/drmutility/group"/>
      </component>
      <component id="drmserviceapiwrapper" filter="s60" name="DRM Service API Wrapper">
        <unit bldFile="commondrm/drmserviceapiwrapper/group"/>
      </component>
      <component id="drmrightsstoringlocation" filter="s60" name="DRM Rights Storing Location">
        <unit bldFile="commondrm/drmrightsstoringlocation/group"/>
      </component>
      <component id="commondrm_build" filter="s60" name="Common DRM Build">
		<!-- should be split into the above files, or them collapsed into a single component -->
        <unit bldFile="commondrm/group"/>
      </component>
    </collection>
    <collection id="omadrm" name="OMA DRM" level="server">
      <component id="drmroapwbxmlparser" filter="s60" name="DRM ROAP WBXML Parser">
        <!-- <unit bldFile="omadrm/drmroapwbxmlparser/group"/> -->
      </component>
      <component id="drmplugins" filter="s60" name="DRM Plugins" class="plugin">
		<!-- should have a single bld.inf -->
        <!-- <unit bldFile="omadrm/drmplugins/drmfilter/group"/> -->
        <!-- <unit bldFile="omadrm/drmplugins/drmrecognizer/group"/> -->
        <!-- <unit bldFile="omadrm/drmplugins/drmrohandler/group"/> -->
        <!-- <unit bldFile="omadrm/drmplugins/drmromtm/group"/> -->
      </component>
      <component id="drmengine" filter="s60" name="DRM Engine">
		<!-- this should have its own bld.inf or be removed as a component -->
      </component>
      <component id="drmhelper" filter="s60" name="DRM Helper">
        <!-- <unit bldFile="omadrm/drmhelper/group"/> -->
		<!-- should drmhelperserver be #included in the above? -->
        <!-- <unit bldFile="omadrm/drmhelper/drmhelperserver/group"/> -->
      </component>
      <component id="drmlicensemanager" filter="s60" name="DRM License Manager">
        <!-- <unit bldFile="omadrm/drmlicensemanager/group"/> -->
      </component>
      <component id="omadrm_build" filter="s60" name="OMA DRM Build">
		<!-- should be split into the above files, or them collapsed into a single component -->
        <unit bldFile="omadrm/group"/>
      </component>
    </collection>
    <collection id="wmdrm" name="Windows Media DRM" level="framework">
      <component id="wmdrmengine" filter="s60" name="WM DRM Engine">
		<!-- should have a single bld.inf -->
        <!-- <unit bldFile="wmdrm/wmdrmengine/wmdrmagent/group"/> -->
        <!-- <unit bldFile="wmdrm/wmdrmengine/wmdrmfileserver/client/group"/> -->
        <!-- <unit bldFile="wmdrm/wmdrmengine/wmdrmfileserver/server/group"/> -->
        <!-- <unit bldFile="wmdrm/wmdrmengine/wmdrmserver/client/group"/> -->
        <!-- <unit bldFile="wmdrm/wmdrmengine/wmdrmserver/clientwrapper/group"/> -->
        <!-- <unit bldFile="wmdrm/wmdrmengine/wmdrmserver/server/group"/> -->
      </component>
      <component id="camese" filter="s60" name="Camese">
		<!-- should have a single bld.inf -->
        <!-- <unit bldFile="wmdrm/camese/group"/> -->
        <!-- <unit bldFile="wmdrm/camese/cameseutility/group"/> -->
        <!-- <unit bldFile="wmdrm/camese/httpfiltercamese/group"/> -->
        <!-- <unit bldFile="wmdrm/camese/wmdrmdla/group"/> -->
        <!-- <unit bldFile="wmdrm/camese/wmdrmdlaapp/group"/> -->
        <!-- <unit bldFile="wmdrm/camese/wmdrmdladefaulthttpplugin/group"/> -->
        <!-- <unit bldFile="wmdrm/camese/wmdrmdladefaultuiplugin/group"/> -->
        <!-- <unit bldFile="wmdrm/camese/wmdrmdlautils/group"/> -->
        <!-- <unit bldFile="wmdrm/camese/wmdrmdlawrapper/group"/> -->
      </component>
      <component id="wmdrm_build" filter="s60" name="WM DRM Build">
		<!-- should be split into the above files, or them collapsed into a single component -->
        <unit bldFile="wmdrm/group"/>
      </component>
    </collection>
    <collection id="drm_info" name="DRM Info" level="specific">
      <component id="drm_pub" filter="s60" name="DRM Public Interfaces" class="api">
        <unit bldFile="drm_pub/group"/>
		<!-- do the following need to be #included ? -->
        <!-- <unit bldFile="drm_pub/drm_helper_api/tsrc/group"/> -->
        <!-- <unit bldFile="drm_pub/drm_license_checker_api/tsrc/group"/> -->
        <!-- <unit bldFile="drm_pub/oma_drm_caf_agent_api/tsrc/bc/group"/> -->
      </component>
      <component id="drm_plat" filter="s60" name="DRM Platform Interfaces" class="api">
        <unit bldFile="drm_plat/group"/>
		<!-- do the following need to be #included ? -->
        <!-- <unit bldFile="drm_plat/drm_common_api/tsrc/group"/> -->
        <!-- <unit bldFile="drm_plat/drm_rights_api/tsrc/group"/> -->
        <!-- <unit bldFile="drm_plat/roap_api/tsrc/group"/> -->
      </component>
      <component id="drm_build" filter="s60" name="DRM Build">
		<!-- is this needed ? -->
        <unit bldFile="group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>