symbian3/mw/camerasrv/package_definition_3.0.xml
branchHighFidelityModel
changeset 48 c8d3143d3c0e
parent 43 35cc8ff825d7
child 63 d7aa110911c4
--- a/symbian3/mw/camerasrv/package_definition_3.0.xml	Wed Feb 03 19:36:09 2010 +0000
+++ b/symbian3/mw/camerasrv/package_definition_3.0.xml	Wed Feb 03 20:06:22 2010 +0000
@@ -2,7 +2,9 @@
 <SystemDefinition schema="3.0.0">
   <package id="camerasrv" name="Camera Services" levels="plugin fw api">
     <collection id="camappengine" name="Camera App Engine" level="fw">
+    	<!-- is this collection really a component? If so, move down a directory -->
       <component id="stillconverter" filter="s60" name="Still Image Converter">
+		<!-- should separate this from parent engine's bld.inf  -->
         <!-- <unit bldFile="camappengine/stillconverter/group"/> -->
       </component>
       <component id="camappengine_engine" filter="s60" name="Camera App Engine">
@@ -11,46 +13,32 @@
       </component>
       <component id="asynchfilesavequeue" filter="s60" name="Asynch File Save Queue">
         <unit bldFile="camappengine/asynchfilesavequeue/group"/>
-		<!-- should next bld.inf be #included in previous? -->
-        <!-- <unit bldFile="camappengine/asynchfilesavequeue/tsrc/public/basic/group"/> -->
       </component>
       <component id="camappengine_build" filter="s60" name="Camera App Engine Build">
         <unit bldFile="camappengine/build"/>
       </component>
     </collection>
     <collection id="camcordermmfplugin" name="Camcorder MMF Plugin" level="plugin">
-      <component id="mediarecorder" filter="s60" name="Camcorder Media Recorder">
-        <!-- <unit bldFile="camcordermmfplugin/mediarecorder/group"/> -->
-      </component>
-      <component id="filecomposer" filter="s60" name="File Composer">
-        <!-- <unit bldFile="camcordermmfplugin/filecomposer/group"/> -->
-      </component>
-      <component id="camcordermmfplugin_controller" filter="s60" name="Camcorder Controller MMF Plugin" class="plugin">
-        <!-- <unit bldFile="camcordermmfplugin/controller/group"/> -->
-      </component>
-      <component id="camcordermmfplugin_test" filter="s60" name="Camcorder MMF Plugin Test" purpose="development">
-        <!-- <unit bldFile="camcordermmfplugin/tsrc/public/basic/group"/> -->
-      </component>
-      <component id="camcordermmfplugin_build" filter="s60" name="Camcorder MMF Plugin Build">
-		<!-- should split this into individual bld.inf files for the above components, or collapse all into a single component? -->
+    	<!-- collection is really a component. Should move down a directory -->
+      <component id="camcordermmfplugin_build" filter="s60" name="Camcorder MMF Plugin Build" class="plugin">
         <unit bldFile="camcordermmfplugin/build"/>
       </component>
     </collection>
     <collection id="configmanagers" name="Config Managers" level="api">
       <component id="imagingconfigmanager" filter="s60" name="Imaging Config Manager">
         <unit bldFile="configmanagers/imagingconfigmanager/group"/>
-		<!-- should this test be #included in the above? -->
-        <!-- <unit bldFile="configmanagers/imagingconfigmanager/tsrc/public/basic/group"/> -->
       </component>
     </collection>
     <collection id="camerasrv_info" name="Camera Services Info" level="api">
       <component id="camerasrv_plat" filter="s60" name="Camera Services Platform Interfaces" class="api">
         <unit bldFile="camerasrv_plat/group"/>
-		<!-- should below tests be #included? -->
-        <!-- <unit bldFile="camerasrv_plat/asynchronous_file_saving_queue_api/tsrc/group"/> -->
-        <!-- <unit bldFile="camerasrv_plat/camera_application_engine_api/tsrc/group"/> -->
-        <!-- <unit bldFile="camerasrv_plat/imaging_configuration_manager_api/tsrc/group"/> -->
-        <!-- <unit bldFile="camerasrv_plat/media_recorder_api/tsrc/group"/> -->
+      </component>
+      <component id="camerasrv_test" filter="s60,api_test" name="Camera Services API Test" purpose="development">
+        <!-- #include from a single bld.inf or split into mutliple componens -->
+		<unit bldFile="camerasrv_plat/asynchronous_file_saving_queue_api/tsrc/group"/>
+      	<unit  bldFile="camerasrv_plat/camera_application_engine_api/tsrc/group"/>
+      	<unit  bldFile="camerasrv_plat/imaging_configuration_manager_api/tsrc/group"/>
+      	<unit  bldFile="camerasrv_plat/media_recorder_api/tsrc/group"/>
       </component>
       <component id="camerasrv_build" filter="s60" name="Camera Services Build">
 		<!-- should split into individual bld.infs -->