symbian4/mw/websrv/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
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="websrv" level="generic" long-name="Web Services" levels="plugin framework server generic specific">
       
    80         <collection name="websrv_pub" long-name="Web Services Public Interfaces" level="specific">
       
    81           <component name="web_service_description_api" long-name="Web Service Description API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/websrv/websrv_pub/web_service_description_api/group"/>
       
    83           </component>
       
    84           <component name="web_service_connection_api" long-name="Web Service Connection API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/mw/websrv/websrv_pub/web_service_connection_api/group"/>
       
    86           </component>
       
    87           <component name="web_service_manager_api" long-name="Web Service Manager API" filter="s60" class="api">
       
    88             <unit bldFile="/sf/mw/websrv/websrv_pub/web_service_manager_api/group"/>
       
    89           </component>
       
    90           <component name="hostlet_connection_api" long-name="Hostlet Connection API" filter="s60" class="api">
       
    91             <unit bldFile="/sf/mw/websrv/websrv_pub/hostlet_connection_api/group"/>
       
    92           </component>
       
    93           <component name="web_service_messaging_api" long-name="Web Service Messaging API" filter="s60" class="api">
       
    94             <unit bldFile="/sf/mw/websrv/websrv_pub/web_service_messaging_api/group"/>
       
    95           </component>
       
    96           <component name="xml_extensions_api" long-name="XML Extensions API" filter="s60" class="api">
       
    97             <unit bldFile="/sf/mw/websrv/websrv_pub/xml_extensions_api/group"/>
       
    98           </component>
       
    99           <component name="xml_fragment_api" long-name="XML Fragment API" filter="s60" class="api">
       
   100             <unit bldFile="/sf/mw/websrv/websrv_pub/xml_fragment_api/group"/>
       
   101           </component>
       
   102         </collection>
       
   103         <collection name="webservices" long-name="Web Services Framework" level="generic">
       
   104           <!-- consider breaking this collection into more meaningful subsets -->
       
   105           <component name="wsnotifierplugins" filter="s60" long-name="WS Notifier Plugins" plugin="Y">
       
   106             <unit bldFile="/sf/mw/websrv/webservices/wsnotifierplugins/group"/>
       
   107           </component>
       
   108           <component name="wslogger" filter="s60" long-name="WS Logger">
       
   109             <unit bldFile="/sf/mw/websrv/webservices/wslogger/group"/>
       
   110           </component>
       
   111           <component name="wsxml" filter="s60" long-name="WS XML Extensions">
       
   112             <unit bldFile="/sf/mw/websrv/webservices/wsxml/group"/>
       
   113           </component>
       
   114           <component name="wsutils" filter="s60" long-name="WS Utils">
       
   115             <unit bldFile="/sf/mw/websrv/webservices/wsutils/group"/>
       
   116           </component>
       
   117           <component name="wsfragment" filter="s60" long-name="WS Fragment">
       
   118             <unit bldFile="/sf/mw/websrv/webservices/wsfragment/group"/>
       
   119           </component>
       
   120           <component name="wsdescription" filter="s60" long-name="WS Service Description">
       
   121             <unit bldFile="/sf/mw/websrv/webservices/wsdescription/group"/>
       
   122           </component>
       
   123           <component name="wsconnection" filter="s60" long-name="WS Service Connection">
       
   124             <unit bldFile="/sf/mw/websrv/webservices/wsconnection/group"/>
       
   125           </component>
       
   126           <component name="wsmessages" filter="s60" long-name="WS Messages">
       
   127             <unit bldFile="/sf/mw/websrv/webservices/wsmessages/group"/>
       
   128           </component>
       
   129           <component name="wscredentialmanager" filter="s60" long-name="WS Credential Manager">
       
   130             <unit bldFile="/sf/mw/websrv/webservices/wscredentialmanager/group"/>
       
   131           </component>
       
   132           <component name="wsframework" filter="s60" long-name="WS Framework">
       
   133             <unit bldFile="/sf/mw/websrv/webservices/wsframework/group"/>
       
   134           </component>
       
   135           <component name="wshttpchanneltransportplugin" filter="s60" long-name="WS HTTP Channel Transport Plugin" plugin="Y">
       
   136             <unit bldFile="/sf/mw/websrv/webservices/wshttpchanneltransportplugin/group"/>
       
   137           </component>
       
   138           <component name="wsconnectionagent" filter="s60" long-name="WS Connection Agent">
       
   139             <unit bldFile="/sf/mw/websrv/webservices/wsconnectionagent/group"/>
       
   140           </component>
       
   141           <component name="wsprovider" filter="s60" long-name="WS Provider">
       
   142             <unit bldFile="/sf/mw/websrv/webservices/wsprovider/group"/>
       
   143           </component>
       
   144           <component name="wshostletconnection" filter="s60" long-name="WS Hostlet Connection">
       
   145             <unit bldFile="/sf/mw/websrv/webservices/wshostletconnection/group"/>
       
   146           </component>
       
   147           <component name="wsmanager" filter="s60" long-name="WS Service Manager">
       
   148             <unit bldFile="/sf/mw/websrv/webservices/wsmanager/group"/>
       
   149           </component>
       
   150           <component name="wsidentitymanager" filter="s60" long-name="WS Identity Manager">
       
   151             <unit bldFile="/sf/mw/websrv/webservices/wsidentitymanager/group"/>
       
   152           </component>
       
   153           <component name="idwsfplugin" filter="s60" long-name="ID-WSF Plugin" plugin="Y">
       
   154             <unit bldFile="/sf/mw/websrv/webservices/idwsfplugin/group"/>
       
   155           </component>
       
   156           <component name="wsibasicplugin" filter="s60" long-name="WS-I Basic Plugin" plugin="Y">
       
   157             <unit bldFile="/sf/mw/websrv/webservices/wsibasicplugin/group"/>
       
   158           </component>
       
   159           <component name="wsrestplugin" filter="s60" long-name="WS REST Plugin" plugin="Y">
       
   160             <unit bldFile="/sf/mw/websrv/webservices/wsrestplugin/group"/>
       
   161           </component>
       
   162           <component name="idwsfsecuritymechanism" filter="s60" long-name="ID-WSF Security Mechanism">
       
   163             <unit bldFile="/sf/mw/websrv/webservices/idwsfsecuritymechanism/group"/>
       
   164           </component>
       
   165           <component name="wspasswordtransforms" filter="s60" long-name="WS Password Transforms">
       
   166             <unit bldFile="/sf/mw/websrv/webservices/wspasswordtransforms/group"/>
       
   167           </component>
       
   168           <component name="wscore" filter="s60" long-name="WS Core Service Manager">
       
   169             <unit bldFile="/sf/mw/websrv/webservices/wscore/group"/>
       
   170           </component>
       
   171           <component name="wslocaltransportplugin" filter="s60" long-name="WS Local Transport Plugin" plugin="Y">
       
   172             <unit bldFile="/sf/mw/websrv/webservices/wslocaltransportplugin/group"/>
       
   173           </component>
       
   174           <component name="wshostlettransportplugin" filter="s60" long-name="WS Hostlet Transport Plugin" plugin="Y">
       
   175             <unit bldFile="/sf/mw/websrv/webservices/wshostlettransportplugin/group"/>
       
   176           </component>
       
   177           <component name="wsstar" filter="s60" long-name="WS Star">
       
   178             <!-- can only have one unit. Need to split into separate components or #include from a single bld.inf -->
       
   179             <unit bldFile="/sf/mw/websrv/webservices/wsstar/wsstarpolicy/group"/>
       
   180             <unit bldFile="/sf/mw/websrv/webservices/wsstar/wsstarplugin/group"/>
       
   181             <unit bldFile="/sf/mw/websrv/webservices/wsstar/wsstarmessagehandlers/group"/>
       
   182           </component>
       
   183           <component name="wsoviplugin" filter="s60" long-name="WS Ovi Plugin">
       
   184             <unit bldFile="/sf/mw/websrv/webservices/wsoviplugin/group"/>
       
   185           </component>
       
   186           <component name="webservices_build" filter="s60" long-name="Web Services Build">
       
   187             <!-- need to split into self-contained components -->
       
   188             <unit bldFile="/sf/mw/websrv/webservices/group"/>
       
   189           </component>
       
   190         </collection>
       
   191         <collection name="websrv_info" long-name="Web Services Info" level="specific">
       
   192           <component name="websrv_bld" filter="s60" long-name="Web Services Build">
       
   193             <!-- need to include common .hrh in each unit -->
       
   194             <unit bldFile="/sf/mw/websrv/group"/>
       
   195           </component>
       
   196         </collection>
       
   197       </block>
       
   198     </layer>
       
   199   </systemModel>
       
   200 </SystemDefinition>