symbian4/mw/webruntime/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Tue, 20 Apr 2010 15:23:40 +0100
branchHighFidelityModel
changeset 175 d0f0c2098b73
child 218 5ab61259495b
permissions -rw-r--r--
Update root sysdef and add webruntime pkg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
175
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     4
<!ATTLIST SystemDefinition
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     5
  name CDATA #REQUIRED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     6
  schema CDATA #REQUIRED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     7
>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     9
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    10
<!-- System Model Section of DTD -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    11
<!ELEMENT systemModel (layer+)>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    12
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    15
<!ATTLIST layer
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    16
  name CDATA #REQUIRED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    17
  long-name CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    18
  levels NMTOKENS #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    19
  span CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    20
>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    21
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    24
<!ATTLIST block
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    25
  levels NMTOKENS #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    26
  span CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    27
  level NMTOKEN #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    28
  name CDATA #REQUIRED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    29
  long-name CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    30
>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    31
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    32
<!ELEMENT subblock (collection)*>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    34
<!ATTLIST subblock
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    35
  name CDATA #REQUIRED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    36
  long-name CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    37
>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    38
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    39
<!ELEMENT collection (component)*>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    41
<!ATTLIST collection
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    42
  name CDATA #REQUIRED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    43
  long-name CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    44
  level NMTOKEN #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    45
>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    46
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    47
<!ELEMENT component (unit)*>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    49
<!ATTLIST component
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    50
  name CDATA #REQUIRED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    51
  long-name CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    52
  deprecated CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    53
  introduced CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    54
  contract CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    55
  plugin (Y|N) "N"
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    56
  filter CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    57
  class NMTOKENS #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    58
  supports CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    60
>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    61
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    62
<!ELEMENT unit EMPTY >
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    63
<!-- must be buildable (bld.inf) -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    65
<!ATTLIST unit
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    66
  mrp CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    67
  filter CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    68
  bldFile CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    69
  root CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    70
  version NMTOKEN #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    72
  late (Y|N) #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    73
  priority CDATA #IMPLIED
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    74
>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    75
]>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    76
<SystemDefinition name="Symbian^4" schema="2.0.1">
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    77
  <systemModel>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    78
    <layer name="mw" long-name="Middleware" levels="generic specific">
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    79
      <block name="webruntime" level="specific" long-name="Web Runtime">
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    80
        <!-- need to break up this package nito collections and components -->
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    81
        <collection name="webruntime_info" long-name="Web Runtime Info">
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    82
          <component name="webruntime_build" long-name="Web Runtime Build" introduced="^4">
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    83
            <unit bldFile="/sf/mw/webruntime/."/>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    84
          </component>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    85
        </collection>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    86
      </block>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    87
    </layer>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    88
  </systemModel>
d0f0c2098b73 Update root sysdef and add webruntime pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    89
</SystemDefinition>