symbian3/app/jrt/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Mon, 29 Nov 2010 14:17:00 +0000
branchHighFidelityModel
changeset 512 336a5591a346
parent 281 f724a8f06cbe
permissions -rw-r--r--
Changed to avoid further bld.inf's being included more than once in devicecontrol package
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     2
<SystemDefinition schema="3.0.0">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     3
 <package id="jrt" name="Java Runtime" levels="util generic rt ui">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     4
  <collection id="jrt_plat" name="JRT Platform Interfaces" level="ui">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     5
   <component id="java_registry_api" name="Java Registry API" class="api" filter="s60">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     6
    <unit bldFile="jrt_plat/java_registry_api/build"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     7
   </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     8
   <component id="java_env_info_api" name="Java Environment Info API" class="api" filter="s60">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     9
    <unit bldFile="jrt_plat/java_env_info_api/build"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    10
   </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    11
   <component id="java_debug_api" name="Java Debug API" class="api" filter="s60">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    12
    <unit bldFile="jrt_plat/java_debug_api/build"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    13
   </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    14
  </collection>
281
f724a8f06cbe Convert jrt package_definition.xml back to one which relies on the HRH to select stubs (or not).
William Roberts <williamr@symbian.org>
parents: 245
diff changeset
    15
  <collection id="java_build" name="JRT Build" level="util">
f724a8f06cbe Convert jrt package_definition.xml back to one which relies on the HRH to select stubs (or not).
William Roberts <williamr@symbian.org>
parents: 245
diff changeset
    16
   <component id="java_build_sf" filter="sf_build" name="JRT Build for Symbian Foundation">
f724a8f06cbe Convert jrt package_definition.xml back to one which relies on the HRH to select stubs (or not).
William Roberts <williamr@symbian.org>
parents: 245
diff changeset
    17
    <unit bldFile="group/sf"/>
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    18
   </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    19
  </collection>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    20
 </package>
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    21
</SystemDefinition>