symbian4/app/rndtools/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 217 fcee787f22fe
child 297 dc781d93a0ef
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
     2 <!DOCTYPE SystemDefinition [
     2   <package id="rndtools" name="R&amp;D tools" levels="support generic test util">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3     <collection id="creator" name="Creator" level="support">
     4 <!ATTLIST SystemDefinition
     4 	   	<!-- collection is really a component. Should move down a directory -->
     5   name CDATA #REQUIRED
     5       <component id="creator_build" filter="s60" name="Creator Tool" purpose="development" target="device" class="tool">
     6   schema CDATA #REQUIRED
     6         <unit bldFile="creator/group"/>
     7 >
     7       </component>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8     </collection>
     9 
     9     <collection id="filebrowser" name="File Browser" level="util">
    10 <!-- System Model Section of DTD -->
    10 		<!-- consider collapsing into a single component -->
    11 <!ELEMENT systemModel (layer+)>
    11       <component id="fileopserver" filter="s60" name="File Operations Server" purpose="development" target="device" class="tool">
    12 
    12       	<meta rel="config">
    13 <!ELEMENT layer (block* | collection*)*>
    13       		<not-defined condition="FILEBROWSER_LITE"/>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14       	</meta>
    15 <!ATTLIST layer
    15       	<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
    16   name CDATA #REQUIRED
    16         <!-- <unit bldFile="filebrowser/fileopserver/group"/>-->
    17   long-name CDATA #IMPLIED
    17       </component>
    18   levels NMTOKENS #IMPLIED
    18       <component id="fileopclient" filter="s60" name="File Operations Client" purpose="development" target="device" class="tool">
    19   span CDATA #IMPLIED
    19       	<meta rel="config">
    20 >
    20       		<not-defined condition="FILEBROWSER_LITE"/>
    21 
    21       	</meta>
    22 <!ELEMENT block (subblock* | collection*)*>
    22       	<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
    23  <!-- Generic OS services, Comms Services, etc -->
    23         <!--<unit bldFile="filebrowser/fileopclient/group"/>-->
    24 <!ATTLIST block
    24       </component>
    25   levels NMTOKENS #IMPLIED
    25       <component id="filebrowser_build" filter="s60" name="File Browser Application" purpose="development" target="device" class="tool">
    26   span CDATA #IMPLIED
    26 		<!-- Need to make this a self-contained component by removing #includes. Can only do when configuration is in place-->
    27   level NMTOKEN #IMPLIED
    27         <unit bldFile="filebrowser/group"/>
    28   name CDATA #REQUIRED
    28       </component>
    29   long-name CDATA #IMPLIED
    29     </collection>
    30 >
    30     <collection id="launcher" name="Launcher" level="util">
    31 
    31 	   	<!-- collection is really a component. Should move down a directory -->
    32 <!ELEMENT subblock (collection)*>
    32       <component id="launcher_build" filter="s60" name="Launcher Utility" purpose="development" target="device" class="tool">
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33         <unit bldFile="launcher/group"/>
    34 <!ATTLIST subblock
    34       </component>
    35   name CDATA #REQUIRED
    35     </collection>
    36   long-name CDATA #IMPLIED
    36     <collection id="loadgen" name="Load Generator" level="test">
    37 >
    37 	   	<!-- collection is really a component. Should move down a directory -->
    38 
    38       <component id="loadgen_build" filter="s60" name="Load Generator Application" purpose="development" target="device" class="tool">
    39 <!ELEMENT collection (component)*>
    39         <unit bldFile="loadgen/group"/>
    40 <!-- Screen Driver, Content Handling, etc -->
    40       </component>
    41 <!ATTLIST collection
    41     </collection>
    42   name CDATA #REQUIRED
    42     <collection id="perfmon" name="Performance Monitor" level="test">
    43   long-name CDATA #IMPLIED
    43 	   	<!-- collection is really a component. Should move down a directory -->
    44   level NMTOKEN #IMPLIED
    44       <component id="perfmon_build" filter="s60" name="Performance Monitor Tool" purpose="development" target="device" class="tool">
    45 >
    45            <unit bldFile="perfmon" qt:proFile="perfmon.pro"/>
    46 
    46       </component>
    47 <!ELEMENT component (unit)*>
    47     </collection>
    48 <!-- contains units or is a  package or prebuilt -->
    48     <collection id="screengrabber" name="Screen Grabber" level="util">
    49 <!ATTLIST component
    49 	   	<!-- collection is really a component. Should move down a directory -->
    50   name CDATA #REQUIRED
    50       <component id="screengrabber_build" filter="s60"  name="ScreenGrabber" purpose="development" target="device" class="tool">
    51   long-name CDATA #IMPLIED
    51 		<unit bldFile="screengrabber" qt:proFile="screengrabber.pro"/>
    52   deprecated CDATA #IMPLIED
    52       </component>
    53   introduced CDATA #IMPLIED
    53     </collection>
    54   contract CDATA #IMPLIED
    54     <collection id="stifui" name="STIF UI" level="generic">
    55   plugin (Y|N) "N"
    55       <component id="stifui_stifui" filter="s60" name="STIF UI" purpose="development" target="device">
    56   filter CDATA #IMPLIED
    56         <unit bldFile="stifui/stifui/group"/>
    57   class NMTOKENS #IMPLIED
    57       </component>
    58   supports CDATA #IMPLIED
    58       <component id="uitestserverstarter" filter="s60" name="UI Test Server Starter" purpose="development" target="device">
    59   purpose ( optional | mandatory | development ) "optional"
    59         <unit bldFile="stifui/uitestserverstarter/group"/>
    60 >
    60       </component>
    61 
    61       <component id="stifui_build" filter="s60" name="STIF UI Build" purpose="development">
    62 <!ELEMENT unit EMPTY >
    62 		<!-- can this be split up into the other components or made a ROM component? -->
    63 <!-- must be buildable (bld.inf) -->
    63         <unit bldFile="stifui/group"/>
    64 <!-- bldFile  may someday be removed in favour of mrp -->
    64       </component>
    65 <!ATTLIST unit
    65     </collection>
    66   mrp CDATA #IMPLIED
    66     <collection id="memspyui" name="Memspy UI" level="generic">
    67   filter CDATA #IMPLIED
    67 	   	<!-- collection is really a component. Should move down a directory -->
    68   bldFile CDATA #IMPLIED
    68       <component id="memspyui_build" filter="s60" name="Memspy UI Application" purpose="development" target="device" class="tool">
    69   root CDATA #IMPLIED
    69         <unit bldFile="memspyui/group"/>
    70   version NMTOKEN #IMPLIED
    70       </component>
    71   prebuilt NMTOKEN #IMPLIED
    71     </collection>
    72   late (Y|N) #IMPLIED
    72     <collection id="htiui" name="Harmonized Test Interface UI" level="generic">
    73   priority CDATA #IMPLIED
    73       <component id="HtiServicePlugins" filter="s60" name="HTI Service Plugins" purpose="development" target="device" class="plugin">
    74 >
    74 		<!-- can only have a single unit. Should #include from a common bld.inf file -->
    75 ]>
    75         <unit bldFile="htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
    76 <SystemDefinition name="Symbian^4" schema="2.0.1">
    76         <unit bldFile="htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
    77   <systemModel>
    77         <unit bldFile="htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
    78     <layer name="app" long-name="Applications" levels="services apps">
    78         <unit bldFile="htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
    79       <block name="rndtools" level="services" long-name="R&amp;D tools" levels="support generic test util">
    79         <unit bldFile="htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
    80         <collection name="creator" long-name="Creator" level="support">
    80         <unit bldFile="htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
    81           <!-- collection is really a component. Should move down a directory -->
    81         <unit bldFile="htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
    82           <component name="creator_build" filter="s60" long-name="Creator Tool" purpose="development" class="tool">
    82         <unit bldFile="htiui/HtiServicePlugins/HtiFtpBackupFake/group"/>
    83             <unit bldFile="/sf/app/rndtools/creator/group"/>
    83       </component>
    84           </component>
    84       <component id="htidevicereboot" filter="s60" name="HTI Device Reboot" purpose="development" target="device">
    85         </collection>
    85         <unit bldFile="htiui/htidevicereboot/group"/>
    86         <collection name="filebrowser" long-name="File Browser" level="util">
    86       </component>
    87           <!-- consider collapsing into a single component -->
    87       <component id="htistartupwait" filter="s60" name="HTI Startup Wait" purpose="development" target="device">
    88           <component name="fileopserver" filter="s60" long-name="File Operations Server" purpose="development" class="tool">
    88         <unit bldFile="htiui/htistartupwait/group"/>
    89             <!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
    89       </component>
    90             <!-- <unit bldFile="filebrowser/fileopserver/group"/>-->
    90       <component id="htiadmin" filter="s60" name="HTI Admin" purpose="development" target="device">
    91           </component>
    91         <unit bldFile="htiui/htiadmin/group"/>
    92           <component name="fileopclient" filter="s60" long-name="File Operations Client" purpose="development" class="tool">
    92       </component>
    93             <!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
    93       <component id="htiui_build" filter="s60" name="HTI UI Build" purpose="development">
    94             <!--<unit bldFile="filebrowser/fileopclient/group"/>-->
    94 		<!-- can this be split up into the other components or made a ROM component? -->
    95           </component>
    95         <unit bldFile="htiui/group"/>
    96           <component name="filebrowser_build" filter="s60" long-name="File Browser Application" purpose="development" class="tool">
    96       </component>
    97             <!-- Need to make this a self-contained component by removing #includes. Can only do when configuration is in place-->
    97     </collection>
    98             <unit bldFile="/sf/app/rndtools/filebrowser/group"/>
    98   </package>
    99           </component>
       
   100         </collection>
       
   101         <collection name="launcher" long-name="Launcher" level="util">
       
   102           <!-- collection is really a component. Should move down a directory -->
       
   103           <component name="launcher_build" filter="s60" long-name="Launcher Utility" purpose="development" class="tool">
       
   104             <unit bldFile="/sf/app/rndtools/launcher/group"/>
       
   105           </component>
       
   106         </collection>
       
   107         <collection name="loadgen" long-name="Load Generator" level="test">
       
   108           <!-- collection is really a component. Should move down a directory -->
       
   109           <component name="loadgen_build" filter="s60" long-name="Load Generator Application" purpose="development" class="tool">
       
   110             <unit bldFile="/sf/app/rndtools/loadgen/group"/>
       
   111           </component>
       
   112         </collection>
       
   113         <collection name="perfmon" long-name="Performance Monitor" level="test">
       
   114           <!-- collection is really a component. Should move down a directory -->
       
   115           <component name="perfmon_build" filter="s60" long-name="Performance Monitor Tool" purpose="development" class="tool">
       
   116             <unit bldFile="/sf/app/rndtools/perfmon" proFile="perfmon.pro"/>
       
   117           </component>
       
   118         </collection>
       
   119         <collection name="screengrabber" long-name="Screen Grabber" level="util">
       
   120           <!-- collection is really a component. Should move down a directory -->
       
   121           <component name="screengrabber_build" filter="s60" long-name="ScreenGrabber" purpose="development" class="tool">
       
   122             <unit bldFile="/sf/app/rndtools/screengrabber" proFile="screengrabber.pro"/>
       
   123           </component>
       
   124         </collection>
       
   125         <collection name="stifui" long-name="STIF UI" level="generic">
       
   126           <component name="stifui_stifui" filter="s60" long-name="STIF UI" purpose="development">
       
   127             <unit bldFile="/sf/app/rndtools/stifui/stifui/group"/>
       
   128           </component>
       
   129           <component name="uitestserverstarter" filter="s60" long-name="UI Test Server Starter" purpose="development">
       
   130             <unit bldFile="/sf/app/rndtools/stifui/uitestserverstarter/group"/>
       
   131           </component>
       
   132           <component name="stifui_build" filter="s60" long-name="STIF UI Build" purpose="development">
       
   133             <!-- can this be split up into the other components or made a ROM component? -->
       
   134             <unit bldFile="/sf/app/rndtools/stifui/group"/>
       
   135           </component>
       
   136         </collection>
       
   137         <collection name="memspyui" long-name="Memspy UI" level="generic">
       
   138           <!-- collection is really a component. Should move down a directory -->
       
   139           <component name="memspyui_build" filter="s60" long-name="Memspy UI Application" purpose="development" class="tool">
       
   140             <unit bldFile="/sf/app/rndtools/memspyui/group"/>
       
   141           </component>
       
   142         </collection>
       
   143         <collection name="htiui" long-name="Harmonized Test Interface UI" level="generic">
       
   144           <component name="HtiServicePlugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y">
       
   145             <!-- can only have a single unit. Should #include from a common bld.inf file -->
       
   146             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
       
   147             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
       
   148             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
       
   149             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
       
   150             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
       
   151             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
       
   152             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
       
   153             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiFtpBackupFake/group"/>
       
   154           </component>
       
   155           <component name="htidevicereboot" filter="s60" long-name="HTI Device Reboot" purpose="development">
       
   156             <unit bldFile="/sf/app/rndtools/htiui/htidevicereboot/group"/>
       
   157           </component>
       
   158           <component name="htistartupwait" filter="s60" long-name="HTI Startup Wait" purpose="development">
       
   159             <unit bldFile="/sf/app/rndtools/htiui/htistartupwait/group"/>
       
   160           </component>
       
   161           <component name="htiadmin" filter="s60" long-name="HTI Admin" purpose="development">
       
   162             <unit bldFile="/sf/app/rndtools/htiui/htiadmin/group"/>
       
   163           </component>
       
   164           <component name="htiui_build" filter="s60" long-name="HTI UI Build" purpose="development">
       
   165             <!-- can this be split up into the other components or made a ROM component? -->
       
   166             <unit bldFile="/sf/app/rndtools/htiui/group"/>
       
   167           </component>
       
   168         </collection>
       
   169       </block>
       
   170     </layer>
       
   171   </systemModel>
       
   172 </SystemDefinition>
    99 </SystemDefinition>