CompilerCompatibility/mw/svgt/package_definition.xml
author Dario Sestito <darios@symbian.org>
Fri, 11 Jun 2010 15:15:32 +0100
changeset 284 af166aaa8452
parent 269 96bc1f23ffac
permissions -rw-r--r--
Update package models from latest system model (platform@9e51ca8f91d2)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SystemDefinition [
 <!ELEMENT SystemDefinition (systemModel)>
 <!ATTLIST SystemDefinition
  name CDATA #REQUIRED
  schema CDATA #REQUIRED>
 <!ELEMENT systemModel (layer+)>
 <!ELEMENT layer (block*|collection*)*>
 <!ATTLIST layer
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED>
 <!ELEMENT block (subblock*|collection*)*>
 <!ATTLIST block
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED
  level NMTOKEN #IMPLIED
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED>
 <!ELEMENT subblock (collection)*>
 <!ATTLIST subblock
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED>
 <!ELEMENT collection (component)*>
 <!ATTLIST collection
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  level NMTOKEN #IMPLIED>
 <!ELEMENT component (unit)*>
 <!ATTLIST component
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  deprecated CDATA #IMPLIED
  introduced CDATA #IMPLIED
  contract CDATA #IMPLIED
  plugin (Y|N) 'N'
  filter CDATA #IMPLIED
  class NMTOKENS #IMPLIED
  supports CDATA #IMPLIED
  purpose (optional|mandatory|development) 'optional'>
 <!ELEMENT unit EMPTY>
 <!ATTLIST unit
  mrp CDATA #IMPLIED
  filter CDATA #IMPLIED
  bldFile CDATA #IMPLIED
  root CDATA #IMPLIED
  version NMTOKEN #IMPLIED
  prebuilt NMTOKEN #IMPLIED
  late (Y|N) #IMPLIED
  priority CDATA #IMPLIED>
]>
<SystemDefinition schema="2.0.1" name="Symbian^3">
 <systemModel>
  <layer name="mw" long-name="Middleware" levels="generic specific">
   <block name="svgt" level="generic" long-name="SVG Tiny" levels="util ui">
<collection name="svgt_plat" long-name="SVG Tiny Platform Interfaces" level="ui">
<component name="svgt_api" long-name="SVGT API" introduced="9.2" filter="s60" class="api">
<unit bldFile="/sf/mw/svgt/svgt_plat/svgt_api/group"/>
</component>
<component name="nvg_api" long-name="NVG API" introduced="9.2" filter="s60" class="api">
<unit bldFile="/sf/mw/svgt/svgt_plat/nvg_api/group"/>
</component>
</collection>
<collection name="svgtopt" long-name="SVG-T Engine" level="util">
<component name="svgtopt_build" filter="s60" long-name="SVG Engine" introduced="9.2">
<!-- component is at collection level. Needs to be moved down a directory -->
<unit bldFile="/sf/mw/svgt/svgtopt/group"/>
</component>
<component name="svgtplugin" filter="s60" long-name="SVG Plugin" introduced="9.2" plugin="Y">
<unit bldFile="/sf/mw/svgt/svgtopt/svgtplugin/group"/>
</component>
</collection>
</block>
  </layer>
 </systemModel>
</SystemDefinition>