symbian4/app/rndtools/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Mon, 06 Sep 2010 18:02:15 +0100
branchHighFidelityModel
changeset 391 1cd75ad5b512
parent 335 633f3bea9521
permissions -rw-r--r--
Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.

<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
  <package id="rndtools" name="R&amp;D tools" levels="support generic test util">
    <collection id="creator" name="Creator" level="support">
	   	<!-- collection is really a component. Should move down a directory -->
      <component id="creator_build" filter="s60" name="Creator Tool" purpose="development" target="device" class="tool">
        <unit bldFile="creator" qt:proFile="creator.pro"/>
      </component>
    </collection>
    <collection id="filebrowser" name="File Browser" level="util">
	   	<!-- collection is really a component. Should move down a directory -->
      <component id="filebrowser_build" filter="s60" name="File Browser Build" purpose="development" target="device" class="tool">
        <unit bldFile="filebrowser" qt:proFile="filebrowser.pro" />
      </component>
    </collection>
    <collection id="launcher" name="Launcher" level="util">
	   	<!-- collection is really a component. Should move down a directory -->
      <component id="launcher_build" filter="s60" name="Launcher Utility" purpose="development" target="device" class="tool">
        <unit bldFile="launcher" qt:proFile="launcher.pro" />
      </component>
    </collection>
    <collection id="loadgen" name="Load Generator" level="test">
	   	<!-- collection is really a component. Should move down a directory -->
      <component id="loadgen_build" filter="s60" name="Load Generator Application" purpose="development" target="device" class="tool">
        <unit bldFile="loadgen" qt:proFile="loadgen.pro" />
      </component>
    </collection>
    <collection id="perfmon" name="Performance Monitor" level="test">
	   	<!-- collection is really a component. Should move down a directory -->
      <component id="perfmon_build" filter="s60" name="Performance Monitor Tool" purpose="development" target="device" class="tool">
           <unit bldFile="perfmon" qt:proFile="perfmon.pro"/>
      </component>
    </collection>
    <collection id="piprofilerui" name="Performance Investigator Profiler UI" level="generic">
	   	<!-- collection is really a component. Should move down a directory -->
      <component id="piprofilerui_build" filter="s60" name="Performance Investigator Profiler UI Build" purpose="development" target="device" introduced="^4">
			<unit bldFile="piprofilerui" qt:proFile="piprofilerui.pro" />
      </component>
    </collection>
    <collection id="screengrabber" name="Screen Grabber" level="util">
	   	<!-- collection is really a component. Should move down a directory -->
      <component id="screengrabber_build" filter="s60"  name="ScreenGrabber" purpose="development" target="device" class="tool">
		<unit bldFile="screengrabber" qt:proFile="screengrabber.pro"/>
      </component>
    </collection>
    <collection id="memspyui" name="Memspy UI" level="generic">
	   	<!-- collection is really a component. Should move down a directory -->
      <component id="memspyui_build" filter="s60" name="Memspy UI Application" purpose="development" target="device" class="tool">
        <unit bldFile="memspyui" qt:proFile="memspyui.pro" />
      </component>
    </collection>
  </package>
</SystemDefinition>