package_definition.xml
author William Roberts <williamr@symbian.org>
Mon, 08 Mar 2010 21:43:32 +0000
branchCompilerCompatibility
changeset 6 379489e9f43b
parent 0 845549f293a7
permissions -rw-r--r--
Create CompilerCompatibility branch

<?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">
      <component id="voicerecordergsplugin" filter="s60" name="Voice Recorder GS Plugin" class="plugin">
        <!-- <unit bldFile="voicerecorder/gsplugin/group"/> -->
      </component>
      <component id="voicerecorder_help" filter="s60" name="Voice Recorder Help">
        <unit bldFile="voicerecorder/help/group"/>
      </component>
      <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_test" filter="s60" purpose="development" name="Voice Recorder Apps Test">
		<!-- should this be uncommented? -->
        <!-- <unit bldFile="tsrc/group"/> -->
      </component>
      <component id="voicerec_plat" filter="s60" name="Voice Recorder Apps Platform Interfaces" class="api">
        <unit bldFile="voicerec_plat/group"/>
			<!-- can only have one unit, need to #include the latter from the former -->
        <unit bldFile="voicerec_plat/new_file_service_api/tsrc/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>