symbian4/mw/ipappprotocols/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 174 e7654a759056
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="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin conn server if">
       
    80         <collection name="ipappprotocols_plat" long-name="IP App Protocols Platform Interfaces" level="if">
       
    81           <component name="srtp_api" long-name="SRTP API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/ipappprotocols/ipappprotocols_plat/srtp_api/group"/>
       
    83           </component>
       
    84           <component name="rtprtcp_api" long-name="RTP/RTCP API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/mw/ipappprotocols/ipappprotocols_plat/rtprtcp_api/group"/>
       
    86           </component>
       
    87         </collection>
       
    88         <collection name="rtp" long-name="RTP" level="server">
       
    89           <component name="srtpstack" filter="s60" long-name="SRTP Stack">
       
    90             <unit bldFile="/sf/mw/ipappprotocols/rtp/srtpstack/group"/>
       
    91           </component>
       
    92           <component name="rtpstack" filter="s60" long-name="RTP Stack">
       
    93             <unit bldFile="/sf/mw/ipappprotocols/rtp/rtpstack/group"/>
       
    94           </component>
       
    95         </collection>
       
    96         <collection name="realtimenetprots" long-name="Real Time Net Protocols" level="server">
       
    97           <component name="symrtp" long-name="RTP" introduced="9.0" purpose="optional">
       
    98             <!-- Real Time Data Protocol -->
       
    99             <unit bldFile="/sf/mw/ipappprotocols/realtimenetprots/rtp/group" mrp="/sf/mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
       
   100           </component>
       
   101           <component name="srtp" long-name="Secure RTP" introduced="^4" purpose="optional">
       
   102             <unit bldFile="/sf/mw/ipappprotocols/realtimenetprots/srtp/group" mrp="/sf/mw/ipappprotocols/realtimenetprots/srtp/group/mm-protocols_srtp.mrp"/>
       
   103           </component>
       
   104           <component name="sipfw" long-name="SIP Framework" introduced="9.2" purpose="optional">
       
   105             <unit bldFile="/sf/mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="/sf/mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
       
   106           </component>
       
   107         </collection>
       
   108         <collection name="sipplugins" long-name="SIP Plugins" level="plugin">
       
   109           <component name="sippwlanplugin" filter="s60" long-name="SIP WLAN Plugin" plugin="Y">
       
   110             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippwlanplugin/group"/>
       
   111           </component>
       
   112           <component name="sippsipsettingsui" filter="s60" long-name="SIP Settings UI" plugin="Y">
       
   113             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippsipsettingsui/group"/>
       
   114           </component>
       
   115           <component name="sippdevmgmtsipadapter" filter="s60" long-name="Device Management SIP Settings Adapter" plugin="Y">
       
   116             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/group"/>
       
   117           </component>
       
   118           <component name="sippsystemstatemonitor" filter="s60" long-name="SIP System State Monitor" plugin="Y">
       
   119             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippsystemstatemonitor/group"/>
       
   120           </component>
       
   121           <component name="sippsipadapter" filter="s60" long-name="SIP Adapter" introduced="^3" plugin="Y">
       
   122             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippsipadapter/group"/>
       
   123           </component>
       
   124         </collection>
       
   125         <collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
       
   126           <component name="sipprovider" long-name="SIP Provider" introduced="^2" purpose="optional" plugin="Y">
       
   127             <unit bldFile="/sf/mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="/sf/mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
       
   128           </component>
       
   129         </collection>
       
   130         <collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="if">
       
   131           <component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="^2" purpose="development" class="config PC">
       
   132             <unit mrp="/sf/mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
       
   133           </component>
       
   134         </collection>
       
   135       </block>
       
   136     </layer>
       
   137   </systemModel>
       
   138 </SystemDefinition>