symbian4/mw/searchsrv/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 195 eaaf32b9864f
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="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="searchsrv" level="specific" long-name="Search Services" levels="services engine generic api">
       
    80         <collection name="searchsrv_plat" long-name="Search Services Platform Interfaces" level="api">
       
    81           <component name="cpix_utility_api" long-name="CPIX Utility API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/searchsrv/searchsrv_plat/cpix_utility_api/group"/>
       
    83           </component>
       
    84           <component name="cpix_framework_api" long-name="CPIX Framework API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/mw/searchsrv/searchsrv_plat/cpix_framework_api/group"/>
       
    86           </component>
       
    87           <component name="cpix_search_api" long-name="CPIX Search API" filter="s60" class="api">
       
    88             <unit bldFile="/sf/mw/searchsrv/searchsrv_plat/cpix_search_api/group"/>
       
    89           </component>
       
    90         </collection>
       
    91         <collection name="searchengine" long-name="Search Engine" level="engine">
       
    92           <component name="searchengine_util" long-name="Search Engine Utils" filter="s60">
       
    93             <unit bldFile="/sf/mw/searchsrv/searchengine/util/group"/>
       
    94           </component>
       
    95           <component name="searchengine_oss" long-name="Search Engine OSS" filter="s60">
       
    96             <unit bldFile="/sf/mw/searchsrv/searchengine/oss/group"/>
       
    97           </component>
       
    98           <component name="cpix" long-name="Cross Platform Indexing Engine" filter="s60">
       
    99             <unit bldFile="/sf/mw/searchsrv/searchengine/cpix/group"/>
       
   100           </component>
       
   101         </collection>
       
   102         <collection name="searcher" long-name="Searcher" level="generic">
       
   103           <component name="searchclient" long-name="Search Client" filter="s60">
       
   104             <unit bldFile="/sf/mw/searchsrv/searcher/SearchClient/group"/>
       
   105           </component>
       
   106           <component name="searchserver" long-name="Search Server" filter="s60">
       
   107             <unit bldFile="/sf/mw/searchsrv/searcher/SearchServer/group"/>
       
   108           </component>
       
   109           <component name="searcher_test" long-name="Searcher Tests" filter="s60" purpose="development">
       
   110             <!-- #include from common bld.inf or split into two components -->
       
   111             <unit bldFile="/sf/mw/searchsrv/searcher/tsrc/RobustnessTest/group"/>
       
   112             <unit bldFile="/sf/mw/searchsrv/searcher/tsrc/LogPlayer/group"/>
       
   113           </component>
       
   114         </collection>
       
   115         <collection name="searchsrv_harvester" long-name="Search Services Harvester" level="services">
       
   116           <component name="searchsrv_pluginfw" long-name="Search Server" filter="s60">
       
   117             <unit bldFile="/sf/mw/searchsrv/harvester/pluginfw/group"/>
       
   118           </component>
       
   119           <component name="searchsrv_harvesterserver" long-name="Search Harvester Server" filter="s60">
       
   120             <unit bldFile="/sf/mw/searchsrv/harvester/HarvesterServer/group"/>
       
   121           </component>
       
   122         </collection>
       
   123         <collection name="searchsrv_watchdog" long-name="Search Services Watch Dog" level="services">
       
   124           <component name="searchsrv_watchdog_build" long-name="Search Services Watch Dog Build" filter="s60">
       
   125             <unit bldFile="/sf/mw/searchsrv/WatchDog/group"/>
       
   126           </component>
       
   127         </collection>
       
   128         <collection name="qcpix" long-name="Qt CPIX" level="engine">
       
   129           <component name="qcpix_build" long-name="Qt CPIX Build">
       
   130             <unit bldFile="/sf/mw/searchsrv/qcpix"/>
       
   131           </component>
       
   132         </collection>
       
   133         <collection name="searchsrv_info" long-name="Search Services Info">
       
   134           <component name="searchsrv_build" long-name="Search Services Build">
       
   135             <!-- move exports to own component and remove this -->
       
   136             <unit bldFile="/sf/mw/searchsrv/group"/>
       
   137           </component>
       
   138           <component name="searchsrv_build" long-name="Search Services Test" purpose="development" filter="test">
       
   139             <unit bldFile="/sf/mw/searchsrv/tsrc/CPixMWTester/group"/>
       
   140           </component>
       
   141         </collection>
       
   142       </block>
       
   143     </layer>
       
   144   </systemModel>
       
   145 </SystemDefinition>