Point of closest approach between joined model and PDK 3.0.g v2 single model
- added adaptation layer to the root model
- package_definition_3.0.xml files for qemu, beagleboard and stubs
- added package_definition_3.0.xml for tools\homescreentools, and used that instead of app\homescreentools
- added various extras under "sf_build", and corrected capitalisation to match single model
- changed some filters from "test" to "sf_build", because we need to build those things
Left out some dubious units - cross-checking shows 4 missing
/sf/mw/remoteconn/connectivitytransports/plpremotelink/group
/sf/mw/remoteconn/connectivitytransports/plpvariant/group
/sf/os/textandloc/charconvfw/charconv/ongoing/group
/sf/os/textandloc/charconvfw/charconvplugin/group
<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
<package id="jrt" name="Java Runtime" levels="util generic rt ui">
<collection id="java_stubs" name="Java Stubs" level="util">
<meta rel="config">
<defined condition="__JAVA_STUBS"/>
</meta>
<!-- uncomment all components when configuration is in place. Currently #included from jrt_build -->
<component id="javadrmutils" name="Java DRM Utils" filter="s60,sf_build">
<!--<unit bldFile="java_stubs/jrtdrmutils/group"/>-->
</component>
<component id="javaenvinfo" name="Java Environment Info" filter="s60,sf_build">
<!--<unit bldFile="java_stubs/jrtenvinfo/group"/>-->
</component>
<component id="javaregistry" filter="s60,sf_build" name="Java Registry">
<!--<unit bldFile="java_stubs/jrtregistry/clientserver/client/group"/>-->
</component>
<component id="java_stubs_build" filter="s60,sf_build" name="Java Stubs ROM">
<!-- Remove the #includes and rename JRT ROM-->
<!--<unit bldFile="java_stubs/group"/>-->
</component>
</collection>
<collection id="jrt_info" name="JRT Info" level="rt">
<component id="jrt_plat" filter="s60" name="JRT Platform Interfaces" class="api">
<unit bldFile="jrt_plat/group"/>
</component>
<component id="jrt_build" filter="s60" name="JRT Build">
<!-- needed for __JAVA_STUBS condition -->
<unit bldFile="group"/>
</component>
</collection>
</package>
</SystemDefinition>