symbian3/app/voicerec/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 03 Feb 2010 20:06:22 +0000
branchHighFidelityModel
changeset 48 c8d3143d3c0e
parent 39 bd4651024dad
child 63 d7aa110911c4
permissions -rw-r--r--
Scripts had not properly updated the 3.0 sysdef. These should be correct.

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <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,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>
</SystemDefinition>