symbian3/app/voicerec/package_definition_3.0.xml
branchHighFidelityModel
changeset 141 27d9d356efbf
parent 63 d7aa110911c4
--- a/symbian3/app/voicerec/package_definition_3.0.xml	Thu Mar 11 10:32:52 2010 +0000
+++ b/symbian3/app/voicerec/package_definition_3.0.xml	Wed Mar 17 14:41:09 2010 +0000
@@ -1,22 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <SystemDefinition schema="3.0.0">
-  <package id="voicerec" name="Voice Recorder Apps">
+ <package id="voicerec" name="Voice Recorder Apps">
   <!-- custom filter pref_test-->
-    <collection id="voicerecorder" name="Voice Recorder">
-    	<!--this is really a component, move down a directory -->
-      <component id="voicerecorder_build" filter="s60" name="Voice Recorder Build">
-        <unit bldFile="voicerecorder/group"/>
-      </component>
-    </collection>
-    <collection id="voicerec_info" name="Voice Recorder Apps Info">
-      <component id="voicerec_api_test" filter="s60,test,api_test,pref_test" purpose="development" name="Voice Recorder Apps Test">
-        <unit bldFile="tsrc/group"/>
-      </component>
-      <component id="voicerec_plat" filter="s60" name="Voice Recorder Apps Platform Interfaces" class="api">
-        <unit bldFile="voicerec_plat/group"/>
-      </component>
-    </collection>
-  </package>
+  <collection id="voicerec_plat" name="Voice Recorder Apps Platform Interfaces">
+   <component id="new_file_service_api" name="New File Service API" class="api" filter="s60">
+    <meta rel="Api" href="voicerec_plat/new_file_service_api/new_file_service_api.metaxml"/>
+    <unit bldFile="voicerec_plat/new_file_service_api/group"/>
+   </component>
+   <component id="voicerecorder_public_constants_api" name="Voice Recorder Public Constants API" class="api" filter="s60">
+    <meta rel="Api" href="voicerec_plat/voicerecorder_public_constants_api/voicerecorder_public_constants_api.metaxml"/>
+    <unit bldFile="voicerec_plat/voicerecorder_public_constants_api/group"/>
+   </component>
+  </collection>
+  <collection id="voicerecorder" name="Voice Recorder">
+   <!--this is really a component, move down a directory -->
+   <component id="voicerecorder_build" filter="s60" name="Voice Recorder Build">
+    <unit bldFile="voicerecorder/group"/>
+   </component>
+  </collection>
+  <collection id="voicerec_info" name="Voice Recorder Apps Info">
+   <component id="voicerec_api_test" filter="s60,test,api_test,pref_test" purpose="development" name="Voice Recorder Apps Test">
+    <unit bldFile="tsrc/group"/>
+   </component>
+  </collection>
+ </package>
 </SystemDefinition>
-
-