symbian4/app/rndtools/package_definition_3.0.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 245 30e67220bf86
child 248 4fe3868a6029
child 250 7a5687f3732c
child 257 40d9e95b4349
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
       
     2   <package id="rndtools" name="R&amp;D tools" levels="support generic test util">
       
     3     <collection id="creator" name="Creator" level="support">
       
     4 	   	<!-- collection is really a component. Should move down a directory -->
       
     5       <component id="creator_build" filter="s60" name="Creator Tool" purpose="development" target="device" class="tool">
       
     6         <unit bldFile="creator/group"/>
       
     7       </component>
       
     8     </collection>
       
     9     <collection id="filebrowser" name="File Browser" level="util">
       
    10 		<!-- consider collapsing into a single component -->
       
    11       <component id="fileopserver" filter="s60" name="File Operations Server" purpose="development" target="device" class="tool">
       
    12       	<meta rel="config">
       
    13       		<not-defined condition="FILEBROWSER_LITE"/>
       
    14       	</meta>
       
    15       	<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
       
    16         <!-- <unit bldFile="filebrowser/fileopserver/group"/>-->
       
    17       </component>
       
    18       <component id="fileopclient" filter="s60" name="File Operations Client" purpose="development" target="device" class="tool">
       
    19       	<meta rel="config">
       
    20       		<not-defined condition="FILEBROWSER_LITE"/>
       
    21       	</meta>
       
    22       	<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
       
    23         <!--<unit bldFile="filebrowser/fileopclient/group"/>-->
       
    24       </component>
       
    25       <component id="filebrowser_build" filter="s60" name="File Browser Application" purpose="development" target="device" class="tool">
       
    26 		<!-- Need to make this a self-contained component by removing #includes. Can only do when configuration is in place-->
       
    27         <unit bldFile="filebrowser/group"/>
       
    28       </component>
       
    29     </collection>
       
    30     <collection id="launcher" name="Launcher" level="util">
       
    31 	   	<!-- collection is really a component. Should move down a directory -->
       
    32       <component id="launcher_build" filter="s60" name="Launcher Utility" purpose="development" target="device" class="tool">
       
    33         <unit bldFile="launcher/group"/>
       
    34       </component>
       
    35     </collection>
       
    36     <collection id="loadgen" name="Load Generator" level="test">
       
    37 	   	<!-- collection is really a component. Should move down a directory -->
       
    38       <component id="loadgen_build" filter="s60" name="Load Generator Application" purpose="development" target="device" class="tool">
       
    39         <unit bldFile="loadgen/group"/>
       
    40       </component>
       
    41     </collection>
       
    42     <collection id="perfmon" name="Performance Monitor" level="test">
       
    43 	   	<!-- collection is really a component. Should move down a directory -->
       
    44       <component id="perfmon_build" filter="s60" name="Performance Monitor Tool" purpose="development" target="device" class="tool">
       
    45            <unit bldFile="perfmon" qt:proFile="perfmon.pro"/>
       
    46       </component>
       
    47     </collection>
       
    48     <collection id="screengrabber" name="Screen Grabber" level="util">
       
    49 	   	<!-- collection is really a component. Should move down a directory -->
       
    50       <component id="screengrabber_build" filter="s60"  name="ScreenGrabber" purpose="development" target="device" class="tool">
       
    51 		<unit bldFile="screengrabber" qt:proFile="screengrabber.pro"/>
       
    52       </component>
       
    53     </collection>
       
    54     <collection id="stifui" name="STIF UI" level="generic">
       
    55       <component id="stifui_stifui" filter="s60" name="STIF UI" purpose="development" target="device">
       
    56         <unit bldFile="stifui/stifui/group"/>
       
    57       </component>
       
    58       <component id="uitestserverstarter" filter="s60" name="UI Test Server Starter" purpose="development" target="device">
       
    59         <unit bldFile="stifui/uitestserverstarter/group"/>
       
    60       </component>
       
    61       <component id="stifui_build" filter="s60" name="STIF UI Build" purpose="development">
       
    62 		<!-- can this be split up into the other components or made a ROM component? -->
       
    63         <unit bldFile="stifui/group"/>
       
    64       </component>
       
    65     </collection>
       
    66     <collection id="memspyui" name="Memspy UI" level="generic">
       
    67 	   	<!-- collection is really a component. Should move down a directory -->
       
    68       <component id="memspyui_build" filter="s60" name="Memspy UI Application" purpose="development" target="device" class="tool">
       
    69         <unit bldFile="memspyui/group"/>
       
    70       </component>
       
    71     </collection>
       
    72     <collection id="htiui" name="Harmonized Test Interface UI" level="generic">
       
    73       <component id="HtiServicePlugins" filter="s60" name="HTI Service Plugins" purpose="development" target="device" class="plugin">
       
    74 		<!-- can only have a single unit. Should #include from a common bld.inf file -->
       
    75         <unit bldFile="htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
       
    76         <unit bldFile="htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
       
    77         <unit bldFile="htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
       
    78         <unit bldFile="htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
       
    79         <unit bldFile="htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
       
    80         <unit bldFile="htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
       
    81         <unit bldFile="htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
       
    82         <unit bldFile="htiui/HtiServicePlugins/HtiFtpBackupFake/group"/>
       
    83       </component>
       
    84       <component id="htidevicereboot" filter="s60" name="HTI Device Reboot" purpose="development" target="device">
       
    85         <unit bldFile="htiui/htidevicereboot/group"/>
       
    86       </component>
       
    87       <component id="htistartupwait" filter="s60" name="HTI Startup Wait" purpose="development" target="device">
       
    88         <unit bldFile="htiui/htistartupwait/group"/>
       
    89       </component>
       
    90       <component id="htiadmin" filter="s60" name="HTI Admin" purpose="development" target="device">
       
    91         <unit bldFile="htiui/htiadmin/group"/>
       
    92       </component>
       
    93       <component id="htiui_build" filter="s60" name="HTI UI Build" purpose="development">
       
    94 		<!-- can this be split up into the other components or made a ROM component? -->
       
    95         <unit bldFile="htiui/group"/>
       
    96       </component>
       
    97     </collection>
       
    98   </package>
       
    99 </SystemDefinition>