package_definition.xml
changeset 42 605672cc2a86
parent 35 35844111a233
--- a/package_definition.xml	Fri Sep 24 10:34:11 2010 +0300
+++ b/package_definition.xml	Wed Oct 06 14:52:34 2010 +0300
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <SystemDefinition schema="3.0.0">
- <package id="camerasrv" name="Camera Services" levels="plugin fw api">
+ <package id="camerasrv" name="Camera Services" levels="plugin fw api" version="1.0.0">
   <collection id="camerasrv_plat" name="Camera Services Platform Interfaces" level="api">
    <component id="media_recorder_sink_api" name="Media Recorder Sink API" class="api" filter="s60">
     <meta rel="Api" href="camerasrv_plat/media_recorder_sink_api/media_recorder_sink_api.metaxml"/>
@@ -25,6 +25,12 @@
     <unit bldFile="camerasrv_plat/3gp_file_composer_api/group"/>
    </component>
   </collection>
+  <collection id="camerasrv_pub" name="Camera Services Public Interfaces" level="api">
+   <component id="camcorder_mmf_plugin_custom_commands_api" name="Camcorder MMF Plug-in Custom Commands API" class="api" filter="s60">
+    <meta rel="Api" href="camerasrv_pub/camcorder_mmf_plugin_custom_commands_api/camcorder_mmf_plugin_custom_commands_api.metaxml"/>
+    <unit bldFile="camerasrv_pub/camcorder_mmf_plugin_custom_commands_api/group"/>
+   </component>
+  </collection>
   <collection id="camcordermmfplugin" name="Camcorder MMF Plugin" level="plugin">
    <!-- collection is really a component. Should move down a directory -->
    <component id="camcordermmfplugin_build" filter="s60" name="Camcorder MMF Plugin Build" class="plugin">
@@ -36,5 +42,11 @@
     <unit bldFile="configmanagers/imagingconfigmanager/group"/>
    </component>
   </collection>
+  <collection id="camerasrv_info" name="Camera Services Info" level="int">
+   <component id="camerasrv_sis" filter="s60" name="Camera Services SIS installation files" class="config">
+    <!-- consider moving these exports into the other collections -->
+    <unit bldFile="sis"/>
+   </component>
+  </collection>
  </package>
 </SystemDefinition>