package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 20 May 2009 13:35:05 +0100
changeset 11 431a7e18c87c
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:
11
431a7e18c87c 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"?>
431a7e18c87c 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 [
431a7e18c87c 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? )>
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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>
431a7e18c87c 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+)>
431a7e18c87c 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*)*>
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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>
431a7e18c87c 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*)*>
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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>
431a7e18c87c 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)*>
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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>
431a7e18c87c 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)*>
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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>
431a7e18c87c 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)*>
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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"
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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">
431a7e18c87c 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 >
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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
431a7e18c87c 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>
431a7e18c87c Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
431a7e18c87c 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">
431a7e18c87c Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <systemModel>
431a7e18c87c 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="app" long-name="Applications" levels="services apps">
431a7e18c87c 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 UIs" level="services" name="webuis" levels="ui app">
431a7e18c87c 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 -->
431a7e18c87c 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="webuis" long-name="webuis">
431a7e18c87c 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 -->
431a7e18c87c 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="webuis" long-name="webuis">
431a7e18c87c 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 -->
431a7e18c87c 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/app/webuis/group"/>
431a7e18c87c Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
     </component>
431a7e18c87c Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
    </collection>
431a7e18c87c Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
   </block>
431a7e18c87c Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
  </layer>
431a7e18c87c Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
 </systemModel>
431a7e18c87c Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
</SystemDefinition>