symbian4/mw/websrv/package_definition.xml
changeset 305 123e27c43968
child 320 7975a56cd8c7
equal deleted inserted replaced
304:34513d6de7cd 305:123e27c43968
       
     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="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="websrv" level="generic" long-name="Web Services" levels="plugin framework server generic specific">
       
    57 <collection name="websrv_pub" long-name="Web Services Public Interfaces" level="specific">
       
    58 <component name="web_service_description_api" long-name="Web Service Description API" filter="s60" class="api">
       
    59 <unit bldFile="/sf/mw/websrv/websrv_pub/web_service_description_api/group"/>
       
    60 </component>
       
    61 <component name="web_service_connection_api" long-name="Web Service Connection API" filter="s60" class="api">
       
    62 <unit bldFile="/sf/mw/websrv/websrv_pub/web_service_connection_api/group"/>
       
    63 </component>
       
    64 <component name="web_service_manager_api" long-name="Web Service Manager API" filter="s60" class="api">
       
    65 <unit bldFile="/sf/mw/websrv/websrv_pub/web_service_manager_api/group"/>
       
    66 </component>
       
    67 <component name="hostlet_connection_api" long-name="Hostlet Connection API" filter="s60" class="api">
       
    68 <unit bldFile="/sf/mw/websrv/websrv_pub/hostlet_connection_api/group"/>
       
    69 </component>
       
    70 <component name="web_service_messaging_api" long-name="Web Service Messaging API" filter="s60" class="api">
       
    71 <unit bldFile="/sf/mw/websrv/websrv_pub/web_service_messaging_api/group"/>
       
    72 </component>
       
    73 <component name="xml_extensions_api" long-name="XML Extensions API" filter="s60" class="api">
       
    74 <unit bldFile="/sf/mw/websrv/websrv_pub/xml_extensions_api/group"/>
       
    75 </component>
       
    76 <component name="xml_fragment_api" long-name="XML Fragment API" filter="s60" class="api">
       
    77 <unit bldFile="/sf/mw/websrv/websrv_pub/xml_fragment_api/group"/>
       
    78 </component>
       
    79 </collection>
       
    80 <collection name="webservices" long-name="Web Services Framework" level="generic">
       
    81 <!-- consider breaking this collection into more meaningful subsets -->
       
    82 <component name="wsnotifierplugins" filter="s60" long-name="WS Notifier Plugins" plugin="Y">
       
    83 <unit bldFile="/sf/mw/websrv/webservices/wsnotifierplugins/group"/>
       
    84 </component>
       
    85 <component name="wslogger" filter="s60" long-name="WS Logger">
       
    86 <unit bldFile="/sf/mw/websrv/webservices/wslogger/group"/>
       
    87 </component>
       
    88 <component name="wsxml" filter="s60" long-name="WS XML Extensions">
       
    89 <unit bldFile="/sf/mw/websrv/webservices/wsxml/group"/>
       
    90 </component>
       
    91 <component name="wsutils" filter="s60" long-name="WS Utils">
       
    92 <unit bldFile="/sf/mw/websrv/webservices/wsutils/group"/>
       
    93 </component>
       
    94 <component name="wsfragment" filter="s60" long-name="WS Fragment">
       
    95 <unit bldFile="/sf/mw/websrv/webservices/wsfragment/group"/>
       
    96 </component>
       
    97 <component name="wsdescription" filter="s60" long-name="WS Service Description">
       
    98 <unit bldFile="/sf/mw/websrv/webservices/wsdescription/group"/>
       
    99 </component>
       
   100 <component name="wsconnection" filter="s60" long-name="WS Service Connection">
       
   101 <unit bldFile="/sf/mw/websrv/webservices/wsconnection/group"/>
       
   102 </component>
       
   103 <component name="wsmessages" filter="s60" long-name="WS Messages">
       
   104 <unit bldFile="/sf/mw/websrv/webservices/wsmessages/group"/>
       
   105 </component>
       
   106 <component name="wscredentialmanager" filter="s60" long-name="WS Credential Manager">
       
   107 <unit bldFile="/sf/mw/websrv/webservices/wscredentialmanager/group"/>
       
   108 </component>
       
   109 <component name="wsframework" filter="s60" long-name="WS Framework">
       
   110 <unit bldFile="/sf/mw/websrv/webservices/wsframework/group"/>
       
   111 </component>
       
   112 <component name="wshttpchanneltransportplugin" filter="s60" long-name="WS HTTP Channel Transport Plugin" plugin="Y">
       
   113 <unit bldFile="/sf/mw/websrv/webservices/wshttpchanneltransportplugin/group"/>
       
   114 </component>
       
   115 <component name="wsconnectionagent" filter="s60" long-name="WS Connection Agent">
       
   116 <unit bldFile="/sf/mw/websrv/webservices/wsconnectionagent/group"/>
       
   117 </component>
       
   118 <component name="wsprovider" filter="s60" long-name="WS Provider">
       
   119 <unit bldFile="/sf/mw/websrv/webservices/wsprovider/group"/>
       
   120 </component>
       
   121 <component name="wshostletconnection" filter="s60" long-name="WS Hostlet Connection">
       
   122 <unit bldFile="/sf/mw/websrv/webservices/wshostletconnection/group"/>
       
   123 </component>
       
   124 <component name="wsmanager" filter="s60" long-name="WS Service Manager">
       
   125 <unit bldFile="/sf/mw/websrv/webservices/wsmanager/group"/>
       
   126 </component>
       
   127 <component name="wsidentitymanager" filter="s60" long-name="WS Identity Manager">
       
   128 <unit bldFile="/sf/mw/websrv/webservices/wsidentitymanager/group"/>
       
   129 </component>
       
   130 <component name="idwsfplugin" filter="s60" long-name="ID-WSF Plugin" plugin="Y">
       
   131 <unit bldFile="/sf/mw/websrv/webservices/idwsfplugin/group"/>
       
   132 </component>
       
   133 <component name="wsibasicplugin" filter="s60" long-name="WS-I Basic Plugin" plugin="Y">
       
   134 <unit bldFile="/sf/mw/websrv/webservices/wsibasicplugin/group"/>
       
   135 </component>
       
   136 <component name="wsrestplugin" filter="s60" long-name="WS REST Plugin" plugin="Y">
       
   137 <unit bldFile="/sf/mw/websrv/webservices/wsrestplugin/group"/>
       
   138 </component>
       
   139 <component name="idwsfsecuritymechanism" filter="s60" long-name="ID-WSF Security Mechanism">
       
   140 <unit bldFile="/sf/mw/websrv/webservices/idwsfsecuritymechanism/group"/>
       
   141 </component>
       
   142 <component name="wspasswordtransforms" filter="s60" long-name="WS Password Transforms">
       
   143 <unit bldFile="/sf/mw/websrv/webservices/wspasswordtransforms/group"/>
       
   144 </component>
       
   145 <component name="wscore" filter="s60" long-name="WS Core Service Manager">
       
   146 <unit bldFile="/sf/mw/websrv/webservices/wscore/group"/>
       
   147 </component>
       
   148 <component name="wslocaltransportplugin" filter="s60" long-name="WS Local Transport Plugin" plugin="Y">
       
   149 <unit bldFile="/sf/mw/websrv/webservices/wslocaltransportplugin/group"/>
       
   150 </component>
       
   151 <component name="wshostlettransportplugin" filter="s60" long-name="WS Hostlet Transport Plugin" plugin="Y">
       
   152 <unit bldFile="/sf/mw/websrv/webservices/wshostlettransportplugin/group"/>
       
   153 </component>
       
   154 <component name="wsstar" filter="s60" long-name="WS Star">
       
   155 <!-- can only have one unit. Need to split into separate components or #include from a single bld.inf -->
       
   156 <unit bldFile="/sf/mw/websrv/webservices/wsstar/wsstarpolicy/group"/>
       
   157 <unit bldFile="/sf/mw/websrv/webservices/wsstar/wsstarplugin/group"/>
       
   158 <unit bldFile="/sf/mw/websrv/webservices/wsstar/wsstarmessagehandlers/group"/>
       
   159 </component>
       
   160 <component name="wsoviplugin" filter="s60" long-name="WS Ovi Plugin">
       
   161 <unit bldFile="/sf/mw/websrv/webservices/wsoviplugin/group"/>
       
   162 </component>
       
   163 <component name="webservices_build" filter="s60" long-name="Web Services Build">
       
   164 <!-- need to split into self-contained components -->
       
   165 <unit bldFile="/sf/mw/websrv/webservices/group"/>
       
   166 </component>
       
   167 </collection>
       
   168 <collection name="websrv_info" long-name="Web Services Info" level="specific">
       
   169 <component name="websrv_bld" filter="s60" long-name="Web Services Build">
       
   170 <!-- need to include common .hrh in each unit -->
       
   171 <unit bldFile="/sf/mw/websrv/group"/>
       
   172 </component>
       
   173 </collection>
       
   174 </block>
       
   175   </layer>
       
   176  </systemModel>
       
   177 </SystemDefinition>