symbian3/mw/svgt/package_definition_3.0.xml
branchHighFidelityModel
changeset 141 27d9d356efbf
parent 48 c8d3143d3c0e
--- a/symbian3/mw/svgt/package_definition_3.0.xml	Thu Mar 11 10:32:52 2010 +0000
+++ b/symbian3/mw/svgt/package_definition_3.0.xml	Wed Mar 17 14:41:09 2010 +0000
@@ -1,19 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <SystemDefinition schema="3.0.0">
-  <package id="svgt" name="SVG Tiny" levels="util ui">
-    <collection id="svgt_info" name="SVG Tiny Info" level="ui">
-      <component id="svgt_plat" filter="s60" name="SVG Tiny Platform Interfaces" class="api" introduced="9.2">
-        <unit bldFile="svgt_plat/group"/>
-      </component>
-    </collection>
-    <collection id="svgtopt" name="SVG-T Engine" level="util">
-      <component id="svgtopt_build" filter="s60" name="SVG Engine" introduced="9.2">
-      	<!-- component is at collection level. Needs to be moved down a directory -->
-        <unit bldFile="svgtopt/group"/>
-      </component>
-      <component id="svgtplugin" filter="s60" name="SVG Plugin" class="plugin" introduced="9.2">
-        <unit bldFile="svgtopt/svgtplugin/group"/>
-      </component>
-    </collection>
-  </package>
+ <package id="svgt" name="SVG Tiny" levels="util ui">
+  <collection id="svgt_plat" name="SVG Tiny Platform Interfaces" level="ui">
+   <component id="svgt_api" name="SVGT API" introduced="9.2" class="api" filter="s60">
+    <meta rel="Api" href="svgt_plat/svgt_api/svgt_api.metaxml"/>
+    <unit bldFile="svgt_plat/svgt_api/group"/>
+   </component>
+   <component id="nvg_api" name="NVG API" introduced="9.2" class="api" filter="s60">
+    <meta rel="Api" href="svgt_plat/nvg_api/nvg_api.metaxml"/>
+    <unit bldFile="svgt_plat/nvg_api/group"/>
+   </component>
+  </collection>
+  <collection id="svgtopt" name="SVG-T Engine" level="util">
+   <component id="svgtopt_build" filter="s60" name="SVG Engine" introduced="9.2">
+    <!-- component is at collection level. Needs to be moved down a directory -->
+    <unit bldFile="svgtopt/group"/>
+   </component>
+   <component id="svgtplugin" filter="s60" name="SVG Plugin" class="plugin" introduced="9.2">
+    <unit bldFile="svgtopt/svgtplugin/group"/>
+   </component>
+  </collection>
+ </package>
 </SystemDefinition>