symbian4/app/rndtools/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 174 e7654a759056
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE SystemDefinition [
       
     3 <!ELEMENT SystemDefinition ( systemModel )>
       
     4 <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED
       
     7 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 
       
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
       
    13 <!ELEMENT layer (block* | collection*)*>
       
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    15 <!ATTLIST layer
       
    16   name CDATA #REQUIRED
       
    17   long-name CDATA #IMPLIED
       
    18   levels NMTOKENS #IMPLIED
       
    19   span CDATA #IMPLIED
       
    20 >
       
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
       
    25   levels NMTOKENS #IMPLIED
       
    26   span CDATA #IMPLIED
       
    27   level NMTOKEN #IMPLIED
       
    28   name CDATA #REQUIRED
       
    29   long-name CDATA #IMPLIED
       
    30 >
       
    31 
       
    32 <!ELEMENT subblock (collection)*>
       
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    34 <!ATTLIST subblock
       
    35   name CDATA #REQUIRED
       
    36   long-name CDATA #IMPLIED
       
    37 >
       
    38 
       
    39 <!ELEMENT collection (component)*>
       
    40 <!-- Screen Driver, Content Handling, etc -->
       
    41 <!ATTLIST collection
       
    42   name CDATA #REQUIRED
       
    43   long-name CDATA #IMPLIED
       
    44   level NMTOKEN #IMPLIED
       
    45 >
       
    46 
       
    47 <!ELEMENT component (unit)*>
       
    48 <!-- contains units or is a  package or prebuilt -->
       
    49 <!ATTLIST component
       
    50   name CDATA #REQUIRED
       
    51   long-name CDATA #IMPLIED
       
    52   deprecated CDATA #IMPLIED
       
    53   introduced CDATA #IMPLIED
       
    54   contract CDATA #IMPLIED
       
    55   plugin (Y|N) "N"
       
    56   filter CDATA #IMPLIED
       
    57   class NMTOKENS #IMPLIED
       
    58   supports CDATA #IMPLIED
       
    59   purpose ( optional | mandatory | development ) "optional"
       
    60 >
       
    61 
       
    62 <!ELEMENT unit EMPTY >
       
    63 <!-- must be buildable (bld.inf) -->
       
    64 <!-- bldFile  may someday be removed in favour of mrp -->
       
    65 <!ATTLIST unit
       
    66   mrp CDATA #IMPLIED
       
    67   filter CDATA #IMPLIED
       
    68   bldFile CDATA #IMPLIED
       
    69   root CDATA #IMPLIED
       
    70   version NMTOKEN #IMPLIED
       
    71   prebuilt NMTOKEN #IMPLIED
       
    72   late (Y|N) #IMPLIED
       
    73   priority CDATA #IMPLIED
       
    74 >
       
    75 ]>
       
    76 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="app" long-name="Applications" levels="services apps">
       
    79       <block name="rndtools" level="services" long-name="R&amp;D tools" levels="support generic test util">
       
    80         <collection name="creator" long-name="Creator" level="support">
       
    81           <!-- collection is really a component. Should move down a directory -->
       
    82           <component name="creator_build" filter="s60" long-name="Creator Tool" purpose="development" class="tool">
       
    83             <unit bldFile="/sf/app/rndtools/creator/group"/>
       
    84           </component>
       
    85         </collection>
       
    86         <collection name="filebrowser" long-name="File Browser" level="util">
       
    87           <!-- consider collapsing into a single component -->
       
    88           <component name="fileopserver" filter="s60" long-name="File Operations Server" purpose="development" class="tool">
       
    89             <!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
       
    90             <!-- <unit bldFile="filebrowser/fileopserver/group"/>-->
       
    91           </component>
       
    92           <component name="fileopclient" filter="s60" long-name="File Operations Client" purpose="development" class="tool">
       
    93             <!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
       
    94             <!--<unit bldFile="filebrowser/fileopclient/group"/>-->
       
    95           </component>
       
    96           <component name="filebrowser_build" filter="s60" long-name="File Browser Application" purpose="development" class="tool">
       
    97             <!-- Need to make this a self-contained component by removing #includes. Can only do when configuration is in place-->
       
    98             <unit bldFile="/sf/app/rndtools/filebrowser/group"/>
       
    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_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="HtiCommPlugins" filter="s60" long-name="HTI Comm Plugins" purpose="development" plugin="Y">
       
   145             <unit bldFile="/sf/app/rndtools/htiui/HtiCommPlugins/HtiBtCommPlugin/group"/>
       
   146           </component>
       
   147           <component name="HtiServicePlugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y">
       
   148             <!-- can only have a single unit. Should #include from a common bld.inf file -->
       
   149             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
       
   150             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
       
   151             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
       
   152             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
       
   153             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
       
   154             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
       
   155             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
       
   156             <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiFtpBackupFake/group"/>
       
   157           </component>
       
   158           <component name="htidevicereboot" filter="s60" long-name="HTI Device Reboot" purpose="development">
       
   159             <unit bldFile="/sf/app/rndtools/htiui/htidevicereboot/group"/>
       
   160           </component>
       
   161           <component name="htistartupwait" filter="s60" long-name="HTI Startup Wait" purpose="development">
       
   162             <unit bldFile="/sf/app/rndtools/htiui/htistartupwait/group"/>
       
   163           </component>
       
   164           <component name="htiadmin" filter="s60" long-name="HTI Admin" purpose="development">
       
   165             <unit bldFile="/sf/app/rndtools/htiui/htiadmin/group"/>
       
   166           </component>
       
   167           <component name="htiui_build" filter="s60" long-name="HTI UI Build" purpose="development">
       
   168             <!-- can this be split up into the other components or made a ROM component? -->
       
   169             <unit bldFile="/sf/app/rndtools/htiui/group"/>
       
   170           </component>
       
   171         </collection>
       
   172       </block>
       
   173     </layer>
       
   174   </systemModel>
       
   175 </SystemDefinition>