Hack of an interim fix for LBS. Needs more work by dev team.
<?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>
<!-- Uncomment unit when configuration is in place. Currently #included from commondrm_build -->
<!--<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,test,api_test" name="DRM Build" purpose="development">
<unit bldFile="tsrc/group"/>
</component>
</collection>
</package>
</SystemDefinition>