symbian4/app/rndtools/package_definition.xml
changeset 221 8a4e19e9409a
child 285 8c5a34c3565d
equal deleted inserted replaced
220:8e654e2b9afc 221:8a4e19e9409a
       
     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  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="app" long-name="Applications" levels="services apps">
       
    56 <block name="rndtools" level="services" long-name="R&amp;D tools" levels="support generic test util">
       
    57 <collection name="creator" long-name="Creator" level="support">
       
    58 <!-- collection is really a component. Should move down a directory -->
       
    59 <component name="creator_build" filter="s60" long-name="Creator Tool" purpose="development" class="tool">
       
    60 <unit bldFile="/sf/app/rndtools/creator/group"/>
       
    61 </component>
       
    62 </collection>
       
    63 <collection name="filebrowser" long-name="File Browser" level="util">
       
    64 <!-- consider collapsing into a single component -->
       
    65 <component name="fileopserver" filter="s60" long-name="File Operations Server" purpose="development" class="tool">
       
    66 <!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
       
    67 <!-- <unit bldFile="filebrowser/fileopserver/group"/>-->
       
    68 </component>
       
    69 <component name="fileopclient" filter="s60" long-name="File Operations Client" purpose="development" class="tool">
       
    70 <!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
       
    71 <!--<unit bldFile="filebrowser/fileopclient/group"/>-->
       
    72 </component>
       
    73 <component name="filebrowser_build" filter="s60" long-name="File Browser Application" purpose="development" class="tool">
       
    74 <!-- Need to make this a self-contained component by removing #includes. Can only do when configuration is in place-->
       
    75 <unit bldFile="/sf/app/rndtools/filebrowser/group"/>
       
    76 </component>
       
    77 </collection>
       
    78 <collection name="launcher" long-name="Launcher" level="util">
       
    79 <!-- collection is really a component. Should move down a directory -->
       
    80 <component name="launcher_build" filter="s60" long-name="Launcher Utility" purpose="development" class="tool">
       
    81 <unit bldFile="/sf/app/rndtools/launcher/group"/>
       
    82 </component>
       
    83 </collection>
       
    84 <collection name="loadgen" long-name="Load Generator" level="test">
       
    85 <!-- collection is really a component. Should move down a directory -->
       
    86 <component name="loadgen_build" filter="s60" long-name="Load Generator Application" purpose="development" class="tool">
       
    87 <unit bldFile="/sf/app/rndtools/loadgen/group"/>
       
    88 </component>
       
    89 </collection>
       
    90 <collection name="perfmon" long-name="Performance Monitor" level="test">
       
    91 <!-- collection is really a component. Should move down a directory -->
       
    92 <component name="perfmon_build" filter="s60" long-name="Performance Monitor Tool" purpose="development" class="tool">
       
    93 <unit bldFile="/sf/app/rndtools/perfmon" proFile="perfmon.pro"/>
       
    94 </component>
       
    95 </collection>
       
    96 <collection name="screengrabber" long-name="Screen Grabber" level="util">
       
    97 <!-- collection is really a component. Should move down a directory -->
       
    98 <component name="screengrabber_build" filter="s60" long-name="ScreenGrabber" purpose="development" class="tool">
       
    99 <unit bldFile="/sf/app/rndtools/screengrabber" proFile="screengrabber.pro"/>
       
   100 </component>
       
   101 </collection>
       
   102 <collection name="stifui" long-name="STIF UI" level="generic">
       
   103 <component name="stifui_stifui" filter="s60" long-name="STIF UI" purpose="development">
       
   104 <unit bldFile="/sf/app/rndtools/stifui/stifui/group"/>
       
   105 </component>
       
   106 <component name="uitestserverstarter" filter="s60" long-name="UI Test Server Starter" purpose="development">
       
   107 <unit bldFile="/sf/app/rndtools/stifui/uitestserverstarter/group"/>
       
   108 </component>
       
   109 <component name="stifui_build" filter="s60" long-name="STIF UI Build" purpose="development">
       
   110 <!-- can this be split up into the other components or made a ROM component? -->
       
   111 <unit bldFile="/sf/app/rndtools/stifui/group"/>
       
   112 </component>
       
   113 </collection>
       
   114 <collection name="memspyui" long-name="Memspy UI" level="generic">
       
   115 <!-- collection is really a component. Should move down a directory -->
       
   116 <component name="memspyui_build" filter="s60" long-name="Memspy UI Application" purpose="development" class="tool">
       
   117 <unit bldFile="/sf/app/rndtools/memspyui/group"/>
       
   118 </component>
       
   119 </collection>
       
   120 <collection name="htiui" long-name="Harmonized Test Interface UI" level="generic">
       
   121 <component name="HtiServicePlugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y">
       
   122 <!-- can only have a single unit. Should #include from a common bld.inf file -->
       
   123 <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
       
   124 <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
       
   125 <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
       
   126 <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
       
   127 <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
       
   128 <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
       
   129 <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
       
   130 <unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiFtpBackupFake/group"/>
       
   131 </component>
       
   132 <component name="htidevicereboot" filter="s60" long-name="HTI Device Reboot" purpose="development">
       
   133 <unit bldFile="/sf/app/rndtools/htiui/htidevicereboot/group"/>
       
   134 </component>
       
   135 <component name="htistartupwait" filter="s60" long-name="HTI Startup Wait" purpose="development">
       
   136 <unit bldFile="/sf/app/rndtools/htiui/htistartupwait/group"/>
       
   137 </component>
       
   138 <component name="htiadmin" filter="s60" long-name="HTI Admin" purpose="development">
       
   139 <unit bldFile="/sf/app/rndtools/htiui/htiadmin/group"/>
       
   140 </component>
       
   141 <component name="htiui_build" filter="s60" long-name="HTI UI Build" purpose="development">
       
   142 <!-- can this be split up into the other components or made a ROM component? -->
       
   143 <unit bldFile="/sf/app/rndtools/htiui/group"/>
       
   144 </component>
       
   145 </collection>
       
   146 </block>
       
   147 </layer>
       
   148 </systemModel>
       
   149 </SystemDefinition>