package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 20 May 2009 15:19:43 +0100
changeset 11 b345ed34a80d
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
b345ed34a80d 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"?>
b345ed34a80d 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 [
b345ed34a80d 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? )>
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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>
b345ed34a80d 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+)>
b345ed34a80d 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*)*>
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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>
b345ed34a80d 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*)*>
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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>
b345ed34a80d 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)*>
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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>
b345ed34a80d 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)*>
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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>
b345ed34a80d 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)*>
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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"
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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">
b345ed34a80d 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 >
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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
b345ed34a80d 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>
b345ed34a80d Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
b345ed34a80d 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">
b345ed34a80d Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <systemModel>
b345ed34a80d 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">
b345ed34a80d 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="Service API Framework" level="specific" name="serviceapifw" levels="plugin framework server generic specific">
b345ed34a80d 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 -->
b345ed34a80d 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="serviceapifw" long-name="serviceapifw">
b345ed34a80d 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 -->
b345ed34a80d 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="serviceapifw" long-name="serviceapifw">
b345ed34a80d 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 -->
b345ed34a80d 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/serviceapifw/group"/>
b345ed34a80d Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
     </component>
b345ed34a80d Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
    </collection>
b345ed34a80d Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
   </block>
b345ed34a80d Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
  </layer>
b345ed34a80d Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
 </systemModel>
b345ed34a80d Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
</SystemDefinition>