symbian3/app/rndtools/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 195 eaaf32b9864f
child 252 8ebee3c10204
equal deleted inserted replaced
239:e9ebcfcb4702 245:30e67220bf86
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3   <package id="rndtools" name="R&amp;D tools" levels="support generic test util">
     4 <!ATTLIST SystemDefinition
     4     <collection id="creator" name="Creator" level="support">
     5   name CDATA #REQUIRED
     5 	   	<!-- collection is really a component. Should move down a directory -->
     6   schema CDATA #REQUIRED
     6       <component id="creator_build" filter="s60" name="Creator Tool" purpose="development" target="device" class="tool">
     7 >
     7         <unit bldFile="creator/group"/>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8       </component>
     9 
     9     </collection>
    10 <!-- System Model Section of DTD -->
    10     <collection id="filebrowser" name="File Browser" level="util">
    11 <!ELEMENT systemModel (layer+)>
    11 		<!-- consider collapsing into a single component -->
    12 
    12       <component id="fileopserver" filter="s60" name="File Operations Server" purpose="development" target="device" class="tool">
    13 <!ELEMENT layer (block* | collection*)*>
    13       	<meta rel="config">
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14       		<not-defined condition="FILEBROWSER_LITE"/>
    15 <!ATTLIST layer
    15       	</meta>
    16   name CDATA #REQUIRED
    16       	<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
    17   long-name CDATA #IMPLIED
    17         <!-- <unit bldFile="filebrowser/fileopserver/group"/>-->
    18   levels NMTOKENS #IMPLIED
    18       </component>
    19   span CDATA #IMPLIED
    19       <component id="fileopclient" filter="s60" name="File Operations Client" purpose="development" target="device" class="tool">
    20 >
    20       	<meta rel="config">
    21 
    21       		<not-defined condition="FILEBROWSER_LITE"/>
    22 <!ELEMENT block (subblock* | collection*)*>
    22       	</meta>
    23  <!-- Generic OS services, Comms Services, etc -->
    23       	<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
    24 <!ATTLIST block
    24         <!--<unit bldFile="filebrowser/fileopclient/group"/>-->
    25   levels NMTOKENS #IMPLIED
    25       </component>
    26   span CDATA #IMPLIED
    26       <component id="filebrowser_build" filter="s60" name="File Browser Application" purpose="development" target="device" class="tool">
    27   level NMTOKEN #IMPLIED
    27 		<!-- Need to make this a self-contained component by removing #includes. Can only do when configuration is in place-->
    28   name CDATA #REQUIRED
    28         <unit bldFile="filebrowser/group"/>
    29   long-name CDATA #IMPLIED
    29       </component>
    30 >
    30     </collection>
    31 
    31     <collection id="launcher" name="Launcher" level="util">
    32 <!ELEMENT subblock (collection)*>
    32 	   	<!-- collection is really a component. Should move down a directory -->
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33       <component id="launcher_build" filter="s60" name="Launcher Utility" purpose="development" target="device" class="tool">
    34 <!ATTLIST subblock
    34         <unit bldFile="launcher/group"/>
    35   name CDATA #REQUIRED
    35       </component>
    36   long-name CDATA #IMPLIED
    36     </collection>
    37 >
    37     <collection id="loadgen" name="Load Generator" level="test">
    38 
    38 	   	<!-- collection is really a component. Should move down a directory -->
    39 <!ELEMENT collection (component)*>
    39       <component id="loadgen_build" filter="s60" name="Load Generator Application" purpose="development" target="device" class="tool">
    40 <!-- Screen Driver, Content Handling, etc -->
    40         <unit bldFile="loadgen/group"/>
    41 <!ATTLIST collection
    41       </component>
    42   name CDATA #REQUIRED
    42     </collection>
    43   long-name CDATA #IMPLIED
    43     <collection id="perfmon" name="Performance Monitor" level="test">
    44   level NMTOKEN #IMPLIED
    44 	   	<!-- collection is really a component. Should move down a directory -->
    45 >
    45       <component id="perfmon_build" filter="s60" name="Performance Monitor Tool" purpose="development" target="device" class="tool">
    46 
    46         <unit bldFile="perfmon/group"/>
    47 <!ELEMENT component (unit)*>
    47       </component>
    48 <!-- contains units or is a  package or prebuilt -->
    48     </collection>
    49 <!ATTLIST component
    49     <collection id="screengrabber" name="Screen Grabber" level="util">
    50   name CDATA #REQUIRED
    50 	   	<!-- collection is really a component. Should move down a directory -->
    51   long-name CDATA #IMPLIED
    51       <component id="screengrabber_build" filter="s60"  name="ScreenGrabber" purpose="development" target="device" class="tool">
    52   deprecated CDATA #IMPLIED
    52         <unit bldFile="screengrabber/group"/>
    53   introduced CDATA #IMPLIED
    53       </component>
    54   contract CDATA #IMPLIED
    54     </collection>
    55   plugin (Y|N) "N"
    55     <collection id="stifui" name="STIF UI" level="generic">
    56   filter CDATA #IMPLIED
    56       <component id="stifui_avkon" filter="s60" name="STIF UI for Avkon" purpose="development" target="device">
    57   class NMTOKENS #IMPLIED
    57         <unit bldFile="stifui/avkon/group"/>
    58   supports CDATA #IMPLIED
    58       </component>
    59   purpose ( optional | mandatory | development ) "optional"
    59       <component id="stifui_qt" filter="s60,test" name="STIF UI for Qt" purpose="development" introduced="^4" target="device">
    60 >
    60         <unit bldFile="stifui/qt" qt:proFile="stifqtui.pro"/> <!-- marked as test until we know what to do with it -->
    61 
    61       </component>
    62 <!ELEMENT unit EMPTY >
    62     </collection>
    63 <!-- must be buildable (bld.inf) -->
    63     <collection id="memspyui" name="Memspy UI" level="generic">
    64 <!-- bldFile  may someday be removed in favour of mrp -->
    64 	   	<!-- collection is really a component. Should move down a directory -->
    65 <!ATTLIST unit
    65       <component id="memspyui_build" filter="s60" name="Memspy UI Application" purpose="development" target="device" class="tool">
    66   mrp CDATA #IMPLIED
    66         <unit bldFile="memspyui/group"/>
    67   filter CDATA #IMPLIED
    67       </component>
    68   bldFile CDATA #IMPLIED
    68     </collection>
    69   root CDATA #IMPLIED
    69     <collection id="htiui" name="Harmonized Test Interface UI" level="generic">
    70   version NMTOKEN #IMPLIED
    70       <component id="HtiCommPlugins" filter="s60" name="HTI Comm Plugins" purpose="development" target="device" class="plugin">
    71   prebuilt NMTOKEN #IMPLIED
    71         <unit bldFile="htiui/HtiCommPlugins/HtiBtCommPlugin/group"/>
    72   late (Y|N) #IMPLIED
    72       </component>
    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^3" 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/group"/>
       
   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/group"/>
       
   123           </component>
       
   124         </collection>
       
   125         <collection name="stifui" long-name="STIF UI" level="generic">
       
   126           <component name="stifui_avkon" filter="s60" long-name="STIF UI for Avkon" purpose="development">
       
   127             <unit bldFile="/sf/app/rndtools/stifui/avkon/group"/>
       
   128           </component>
       
   129           <component name="stifui_qt" filter="s60,test" long-name="STIF UI for Qt" purpose="development" introduced="^4">
       
   130             <unit bldFile="/sf/app/rndtools/stifui/qt"/>
       
   131             <!-- marked as test until we know what to do with it -->
       
   132           </component>
       
   133         </collection>
       
   134         <collection name="memspyui" long-name="Memspy UI" level="generic">
       
   135           <!-- collection is really a component. Should move down a directory -->
       
   136           <component name="memspyui_build" filter="s60" long-name="Memspy UI Application" purpose="development" class="tool">
       
   137             <unit bldFile="/sf/app/rndtools/memspyui/group"/>
       
   138           </component>
       
   139         </collection>
       
   140         <collection name="htiui" long-name="Harmonized Test Interface UI" level="generic">
       
   141           <component name="HtiCommPlugins" filter="s60" long-name="HTI Comm Plugins" purpose="development" plugin="Y">
       
   142             <unit bldFile="/sf/app/rndtools/htiui/HtiCommPlugins/HtiBtCommPlugin/group"/>
       
   143           </component>
       
   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>