symbian4/app/rndtools/package_definition.xml
author William Roberts <williamr@symbian.org>
Fri, 25 Jun 2010 17:18:04 +0100
branchHighFidelityModel
changeset 316 079a06b9ec58
parent 297 dc781d93a0ef
child 335 633f3bea9521
permissions -rw-r--r--
Update S^4 package definitions with Bob Rosenberg's set for wk20 Marked simtsy as a "test" component, as it doesn't build anyway.

<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="stifui" name="STIF UI" level="generic">
      <component id="stifuiqt" filter="s60" name="STIF Qt UI" purpose="development" target="device" introduced="^4">
		<unit bldFile="stifui/qt" qt:proFile="stifqtui.pro" /> <!-- should use stifuiqt as the dir name -->
      </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>
    <collection id="htiui" name="Harmonized Test Interface UI" level="generic">
      <component id="htiui_build" filter="s60" name="HTI UI Build" purpose="development" target="device">
		<!-- should split up into individual components -->
        <unit bldFile="htiui/group"/>
      </component>
      <component id="htiadminqt" filter="s60" name="HTI Admin Qt" purpose="development" target="device">
        <unit bldFile="htiui/htiadminqt" qt:proFile="HtiAdmin.pro"/>
      </component>
    </collection>
  </package>
</SystemDefinition>