symbian3/app/voicerec/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 27 Jan 2010 15:59:56 +0000
branchHighFidelityModel
changeset 38 12159035c0ef
child 39 bd4651024dad
permissions -rw-r--r--
Put in full details on the first set of packages in app layer

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="voicerec" name="Voice Recorder Apps">
    <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" purpose="development" name="Voice Recorder Apps Test">
      	<!-- can this just be #included in voicerec_plat?-->
        <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>
</SystemDefinition>