package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 20 May 2009 15:39:56 +0100
changeset 9 1522fa132b86
permissions -rw-r--r--
Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block* | collection*)*>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock* | collection*)*>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) "N"
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose ( optional | mandatory | development ) "optional">
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY >
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    53
<SystemDefinition name="Foundation" schema="2.0.1">
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <systemModel>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
  <layer name="mw" long-name="Middleware" levels="generic specific">
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    56
   <block long-name="Web" level="specific" name="web" levels="plugin framework server generic specific">
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
    <collection name="web" long-name="web">
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    59
     <!-- Following Component added by SF via autopopulating script from S60 Model -->
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
     <component name="web" long-name="web">
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
      <!-- Unit added by SF via autopopulating script from S60 Model -->
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    62
      <unit bldFile="/sf/mw/web/group"/>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
     </component>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
    </collection>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
   </block>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
  </layer>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
 </systemModel>
1522fa132b86 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
</SystemDefinition>