symbian4/mw/srvdiscovery/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 217 fcee787f22fe
child 330 dc8c3f5ca92a
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition schema="3.0.0">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3  <package id="srvdiscovery" name="Service Discovery and Usage" levels="plugin framework server generic specific">
     4 <!ATTLIST SystemDefinition
     4   <collection id="upnpstack_plat" name="UPnP Stack Platform Interfaces" level="specific">
     5   name CDATA #REQUIRED
     5    <component id="upnp_device_api" name="UPnP Device API" purpose="optional" introduced="^3" class="api">
     6   schema CDATA #REQUIRED
     6     <meta rel="Api" href="upnp/upnpstack_plat/upnp_device_api/upnp_device_api.metaxml"/>
     7 >
     7     <unit bldFile="upnp/upnpstack_plat/upnp_device_api/group"/>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8    </component>
     9 
     9    <component id="upnp_common_api" name="UPnP Common API" purpose="optional" introduced="^3" class="api">
    10 <!-- System Model Section of DTD -->
    10     <meta rel="Api" href="upnp/upnpstack_plat/upnp_common_api/upnp_common_api.metaxml"/>
    11 <!ELEMENT systemModel (layer+)>
    11     <unit bldFile="upnp/upnpstack_plat/upnp_common_api/group"/>
    12 
    12    </component>
    13 <!ELEMENT layer (block* | collection*)*>
    13    <component id="upnp_utils_api" name="UPnP Utils API" purpose="optional" introduced="^3" class="api">
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14     <meta rel="Api" href="upnp/upnpstack_plat/upnp_utils_api/upnp_utils_api.metaxml"/>
    15 <!ATTLIST layer
    15     <unit bldFile="upnp/upnpstack_plat/upnp_utils_api/group"/>
    16   name CDATA #REQUIRED
    16    </component>
    17   long-name CDATA #IMPLIED
    17    <component id="upnp_control_point_api" name="UPnP Control Point API" purpose="optional" introduced="^3" class="api">
    18   levels NMTOKENS #IMPLIED
    18     <meta rel="Api" href="upnp/upnpstack_plat/upnp_control_point_api/upnp_control_point_api.metaxml"/>
    19   span CDATA #IMPLIED
    19     <unit bldFile="upnp/upnpstack_plat/upnp_control_point_api/group"/>
    20 >
    20    </component>
    21 
    21    <component id="upnp_httpserver_api" name="UPnP HTTP Server API" purpose="optional" introduced="^3" class="api">
    22 <!ELEMENT block (subblock* | collection*)*>
    22     <meta rel="Api" href="upnp/upnpstack_plat/upnp_httpserver_api/upnp_httpserver_api.metaxml"/>
    23  <!-- Generic OS services, Comms Services, etc -->
    23     <unit bldFile="upnp/upnpstack_plat/upnp_httpserver_api/group"/>
    24 <!ATTLIST block
    24    </component>
    25   levels NMTOKENS #IMPLIED
    25    <component id="upnp_http_transfer_api" name="UPnP HTTP Transfer API" purpose="optional" introduced="^3" class="api">
    26   span CDATA #IMPLIED
    26     <meta rel="Api" href="upnp/upnpstack_plat/upnp_http_transfer_api/upnp_http_transfer_api.metaxml"/>
    27   level NMTOKEN #IMPLIED
    27     <unit bldFile="upnp/upnpstack_plat/upnp_http_transfer_api/group"/>
    28   name CDATA #REQUIRED
    28    </component>
    29   long-name CDATA #IMPLIED
    29   </collection>
    30 >
    30   <collection id="servicediscoveryandcontrol" name="Service Discovery and Control" level="framework">
    31 
    31    <component id="servicediscoveryfw" name="Service Discovery Framework" introduced="^3" purpose="optional">
    32 <!ELEMENT subblock (collection)*>
    32     <unit bldFile="servicediscoveryandcontrol/pnp/group" mrp="servicediscoveryandcontrol/pnp/group/servicediscoveryframework.mrp"/>
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33    </component>
    34 <!ATTLIST subblock
    34   </collection>
    35   name CDATA #REQUIRED
    35   <collection id="upnp" name="UPnP" level="server">
    36   long-name CDATA #IMPLIED
    36    <component id="upnpstack" name="UPnP Stack" introduced="^3" purpose="optional">
    37 >
    37     <unit bldFile="upnp/upnpstack/group"/>
    38 
    38    </component>
    39 <!ELEMENT collection (component)*>
    39   </collection>
    40 <!-- Screen Driver, Content Handling, etc -->
    40   <collection id="srvdiscovery_info" name="Service Discovery and Usage Info" level="specific">
    41 <!ATTLIST collection
    41    <component id="srvdiscovery_metadata" name="Service Discovery and Usage Metadata" class="config" introduced="^2" purpose="development" target="desktop">
    42   name CDATA #REQUIRED
    42     <unit mrp="srvdiscovery_info/srvdiscovery_metadata/srvdiscovery_metadata.mrp"/>
    43   long-name CDATA #IMPLIED
    43    </component>
    44   level NMTOKEN #IMPLIED
    44   </collection>
    45 >
    45  </package>
    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="srvdiscovery" level="generic" long-name="Service Discovery and Usage" levels="plugin framework server generic specific">
       
    80         <collection name="upnpstack_plat" long-name="UPnP Stack Platform Interfaces" level="specific">
       
    81           <component name="upnp_device_api" long-name="UPnP Device API" purpose="optional" introduced="^3" class="api">
       
    82             <unit bldFile="/sf/mw/srvdiscovery/upnp/upnpstack_plat/upnp_device_api/group"/>
       
    83           </component>
       
    84           <component name="upnp_common_api" long-name="UPnP Common API" purpose="optional" introduced="^3" class="api">
       
    85             <unit bldFile="/sf/mw/srvdiscovery/upnp/upnpstack_plat/upnp_common_api/group"/>
       
    86           </component>
       
    87           <component name="upnp_utils_api" long-name="UPnP Utils API" purpose="optional" introduced="^3" class="api">
       
    88             <unit bldFile="/sf/mw/srvdiscovery/upnp/upnpstack_plat/upnp_utils_api/group"/>
       
    89           </component>
       
    90           <component name="upnp_control_point_api" long-name="UPnP Control Point API" purpose="optional" introduced="^3" class="api">
       
    91             <unit bldFile="/sf/mw/srvdiscovery/upnp/upnpstack_plat/upnp_control_point_api/group"/>
       
    92           </component>
       
    93           <component name="upnp_httpserver_api" long-name="UPnP HTTP Server API" purpose="optional" introduced="^3" class="api">
       
    94             <unit bldFile="/sf/mw/srvdiscovery/upnp/upnpstack_plat/upnp_httpserver_api/group"/>
       
    95           </component>
       
    96           <component name="upnp_http_transfer_api" long-name="UPnP HTTP Transfer API" purpose="optional" introduced="^3" class="api">
       
    97             <unit bldFile="/sf/mw/srvdiscovery/upnp/upnpstack_plat/upnp_http_transfer_api/group"/>
       
    98           </component>
       
    99         </collection>
       
   100         <collection name="servicediscoveryandcontrol" long-name="Service Discovery and Control" level="framework">
       
   101           <component name="servicediscoveryfw" long-name="Service Discovery Framework" introduced="^3" purpose="optional">
       
   102             <unit bldFile="/sf/mw/srvdiscovery/servicediscoveryandcontrol/pnp/group" mrp="/sf/mw/srvdiscovery/servicediscoveryandcontrol/pnp/group/servicediscoveryframework.mrp"/>
       
   103           </component>
       
   104         </collection>
       
   105         <collection name="upnp" long-name="UPnP" level="server">
       
   106           <component name="upnpstack" long-name="UPnP Stack" introduced="^3" purpose="optional">
       
   107             <unit bldFile="/sf/mw/srvdiscovery/upnp/upnpstack/group"/>
       
   108           </component>
       
   109         </collection>
       
   110         <collection name="srvdiscovery_info" long-name="Service Discovery and Usage Info" level="specific">
       
   111           <component name="srvdiscovery_metadata" long-name="Service Discovery and Usage Metadata" introduced="^2" purpose="development" class="config PC">
       
   112             <unit mrp="/sf/mw/srvdiscovery/srvdiscovery_info/srvdiscovery_metadata/srvdiscovery_metadata.mrp"/>
       
   113           </component>
       
   114         </collection>
       
   115       </block>
       
   116     </layer>
       
   117   </systemModel>
       
   118 </SystemDefinition>
    46 </SystemDefinition>