package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 20 May 2009 14:57:09 +0100
changeset 15 f3b69fd61ad0
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:
15
f3b69fd61ad0 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"?>
f3b69fd61ad0 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 [
f3b69fd61ad0 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? )>
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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>
f3b69fd61ad0 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+)>
f3b69fd61ad0 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*)*>
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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>
f3b69fd61ad0 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*)*>
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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>
f3b69fd61ad0 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)*>
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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>
f3b69fd61ad0 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)*>
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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>
f3b69fd61ad0 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)*>
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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"
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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">
f3b69fd61ad0 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 >
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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
f3b69fd61ad0 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>
f3b69fd61ad0 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
f3b69fd61ad0 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">
f3b69fd61ad0 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <systemModel>
f3b69fd61ad0 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">
f3b69fd61ad0 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" level="specific" name="serviceapi" levels="os mw1 mw2 app">
f3b69fd61ad0 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 -->
f3b69fd61ad0 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="serviceapi" long-name="serviceapi">
f3b69fd61ad0 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 -->
f3b69fd61ad0 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="serviceapi" long-name="serviceapi">
f3b69fd61ad0 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 -->
f3b69fd61ad0 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/serviceapi/group"/>
f3b69fd61ad0 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
     </component>
f3b69fd61ad0 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
    </collection>
f3b69fd61ad0 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
   </block>
f3b69fd61ad0 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
  </layer>
f3b69fd61ad0 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
 </systemModel>
f3b69fd61ad0 Added package_definition.xml with no systemBuild section and with paths including /sf/ level
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
</SystemDefinition>