symbian2/mw/svgt/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 03 Feb 2010 20:06:22 +0000
branchHighFidelityModel
changeset 48 c8d3143d3c0e
parent 15 6980ebf0690e
permissions -rw-r--r--
Scripts had not properly updated the 3.0 sysdef. These should be correct.

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition name="foundation" schema="2.0.1">
<systemModel>
<layer name="mw" long-name="Middleware" levels="generic specific">
<block name="svgt" long-name="SVG Tiny" tech_domain="ui" level="generic" levels="util ui">
    <collection name="svgtopt" long-name="SVGT Opt" level="util">
     <component name="svg" origin-model="foundation">
      <!-- <unit bldFile="/sf/mw/svgt/svgtopt/svg/svgrecog/group"/> -->
     </component>
     <component name="nvgdecoder" long-name="NVG Decoder" origin-model="foundation"/>
     <component name="svgengineji" long-name="SVG Engine JI" origin-model="foundation"/>
     <component name="svgtplugin" long-name="SVGT Plugin" origin-model="foundation">
      <unit bldFile="/sf/mw/svgt/svgtopt/svgtplugin/group"/>
     </component>
     <component unofficial="yes" name="svgtopt_build" long-name="SVGT Opt Build" origin-model="foundation">
      <unit bldFile="/sf/mw/svgt/svgtopt/group"/>
     </component>
    </collection>
    <collection name="svgt_info" long-name="SVG Tiny Info" level="ui">
     <component unofficial="yes" name="svgt_build" long-name="SVG Tiny Build" origin-model="foundation">
      <unit bldFile="/sf/mw/svgt/group"/>
     </component>
     <component unofficial="yes" name="svgt_plat" long-name="SVG Tiny Platform Interfaces" class="api" origin-model="foundation">
      <unit bldFile="/sf/mw/svgt/svgt_plat/group"/>
     </component>
    </collection>
   </block>
</layer>
</systemModel>
</SystemDefinition>