symbian3/app/jrt/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 17 Mar 2010 14:41:09 +0000
branchHighFidelityModel
changeset 141 27d9d356efbf
parent 91 224aeb21180d
child 186 4d3b366e82ed
permissions -rw-r--r--
Separate out all API components
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"?>
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     2
<!DOCTYPE SystemDefinition [
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     4
<!ATTLIST SystemDefinition
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     5
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     6
  schema CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     7
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
     9
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    10
<!-- System Model Section of DTD -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    11
<!ELEMENT systemModel (layer+)>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    12
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    15
<!ATTLIST layer
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    16
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    17
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    18
  levels NMTOKENS #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    19
  span CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    20
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    21
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    24
<!ATTLIST block
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    25
  levels NMTOKENS #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    26
  span CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    27
  level NMTOKEN #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    28
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    29
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    30
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    31
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    32
<!ELEMENT subblock (collection)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    34
<!ATTLIST subblock
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    35
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    36
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    37
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    38
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    39
<!ELEMENT collection (component)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    41
<!ATTLIST collection
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    42
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    43
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    44
  level NMTOKEN #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    45
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    46
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    47
<!ELEMENT component (unit)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    49
<!ATTLIST component
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    50
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    51
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    52
  deprecated CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    53
  introduced CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    54
  contract CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    55
  plugin (Y|N) "N"
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    56
  filter CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    57
  class NMTOKENS #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    58
  supports CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    60
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    61
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    62
<!ELEMENT unit EMPTY >
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    63
<!-- must be buildable (bld.inf) -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    65
<!ATTLIST unit
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    66
  mrp CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    67
  filter CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    68
  bldFile CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    69
  root CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    70
  version NMTOKEN #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    72
  late (Y|N) #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    73
  priority CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    74
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    75
]>
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    77
  <systemModel>
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    78
    <layer name="app" long-name="Applications" levels="services apps">
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    79
      <block name="jrt" level="services" long-name="Java Runtime" levels="util generic rt ui">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    80
        <collection name="jrt_plat" long-name="JRT Platform Interfaces" level="ui">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    81
          <component name="java_registry_api" long-name="Java Registry API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    82
            <unit bldFile="/sf/app/jrt/jrt_plat/java_registry_api/build"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    83
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    84
          <component name="java_env_info_api" long-name="Java Environment Info API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    85
            <unit bldFile="/sf/app/jrt/jrt_plat/java_env_info_api/build"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    86
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    87
          <component name="java_debug_api" long-name="Java Debug API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    88
            <unit bldFile="/sf/app/jrt/jrt_plat/java_debug_api/build"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    89
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
    90
        </collection>
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    91
        <collection name="java_stubs" long-name="Java Stubs" level="util">
62
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
    92
          <!-- uncomment all components when configuration is in place. Currently #included from jrt_build -->
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
    93
          <component name="javadrmutils" long-name="Java DRM Utils" filter="s60,sf_build" class="placeholder">
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
    94
            <!--<unit bldFile="java_stubs/jrtdrmutils/group"/>-->
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    95
          </component>
62
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
    96
          <component name="javaenvinfo" long-name="Java Environment Info" filter="s60,sf_build" class="placeholder">
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
    97
            <!--<unit bldFile="java_stubs/jrtenvinfo/group"/>-->
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    98
          </component>
62
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
    99
          <component name="javaregistry" filter="s60,sf_build" long-name="Java Registry" class="placeholder">
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
   100
            <!--<unit bldFile="java_stubs/jrtregistry/clientserver/client/group"/>-->
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   101
          </component>
62
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
   102
          <component name="java_stubs_build" filter="s60,sf_build" long-name="Java Stubs ROM" class="placeholder">
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   103
            <!-- Remove the #includes and rename JRT ROM-->
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
   104
            <unit bldFile="/sf/app/jrt/java_stubs/group"/>
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   105
          </component>
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   106
        </collection>
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   107
        <collection name="jrt_info" long-name="JRT Info" level="rt">
62
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
   108
          <component name="jrt_build" filter="s60" long-name="JRT Build">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
   109
            <!--  needed for __JAVA_STUBS condition
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 91
diff changeset
   110
            <unit bldFile="/sf/app/jrt/group"/> -->
62
3142324011cf Fix configurations in JRT pkg. Add missing stub in mmmw
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 42
diff changeset
   111
          </component>
42
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   112
        </collection>
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   113
      </block>
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   114
    </layer>
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   115
  </systemModel>
82a6c2dffce1 Add back in imgeditor / video editor. Include missing jrt package.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   116
</SystemDefinition>