symbian3/mw/drm/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 43 35cc8ff825d7
child 59 7da3f5055ea5
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="drm" name="DRM" levels="plugin framework server generic specific">
    <collection id="commondrm" name="Common DRM" level="generic">
    	<!-- it looks like this collection would be better as a component. If so, move down a directory. Otherwise, split up the bld.inf -->
      <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">
      	<meta rel="config">
      		<defined condition="RD_DRM_COMMON_INTERFACE_FOR_OMA_AND_WMDRM"/>
      	</meta>      
        <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">
    	<!-- collection is really a component. Move down a directory -->
      <component id="omadrm_build" filter="s60" name="OMA DRM Build">
        <unit bldFile="omadrm/group"/>
      </component>
    </collection>
    <collection id="wmdrm" name="Windows Media DRM" level="framework">
    	<!-- collection is really a component. Move down a directory -->
      <component id="wmdrm_build" filter="s60" name="WM DRM Build">
        <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"/>
      </component>
      <component id="drm_plat" filter="s60" name="DRM Platform Interfaces" class="api">
        <unit bldFile="drm_plat/group"/>
      </component>
      <component id="drm_api_test" filter="s60,api_test" name="DRM Build" purpose="development">
        <unit bldFile="tsrc/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>