symbian3/mw/ipappprotocols/package_definition.xml
changeset 221 8a4e19e9409a
parent 220 8e654e2b9afc
child 224 535757f33d07
equal deleted inserted replaced
220:8e654e2b9afc 221:8a4e19e9409a
     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^3" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56 <block name="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin conn server if">
       
    57 <collection name="ipappprotocols_plat" long-name="IP App Protocols Platform Interfaces" level="if">
       
    58 <component name="srtp_api" long-name="SRTP API" filter="s60" class="api">
       
    59 <unit bldFile="/sf/mw/ipappprotocols/ipappprotocols_plat/srtp_api/group"/>
       
    60 </component>
       
    61 <component name="rtprtcp_api" long-name="RTP/RTCP API" filter="s60" class="api">
       
    62 <unit bldFile="/sf/mw/ipappprotocols/ipappprotocols_plat/rtprtcp_api/group"/>
       
    63 </component>
       
    64 </collection>
       
    65 <collection name="rtp" long-name="RTP" level="server">
       
    66 <component name="srtpstack" filter="s60" long-name="SRTP Stack">
       
    67 <unit bldFile="/sf/mw/ipappprotocols/rtp/srtpstack/group"/>
       
    68 </component>
       
    69 <component name="rtpstack" filter="s60" long-name="RTP Stack">
       
    70 <unit bldFile="/sf/mw/ipappprotocols/rtp/rtpstack/group"/>
       
    71 </component>
       
    72 </collection>
       
    73 <collection name="realtimenetprots" long-name="Real Time Net Protocols" level="server">
       
    74 <component name="symrtp" long-name="RTP" introduced="9.0" purpose="optional">
       
    75 <!-- Real Time Data Protocol -->
       
    76 <unit bldFile="/sf/mw/ipappprotocols/realtimenetprots/rtp/group" mrp="/sf/mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
       
    77 </component>
       
    78 <component name="sipfw" long-name="SIP Framework" introduced="9.2" purpose="optional">
       
    79 <unit bldFile="/sf/mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="/sf/mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
       
    80 </component>
       
    81 </collection>
       
    82 <collection name="sipplugins" long-name="SIP Plugins" level="plugin">
       
    83 <component name="sippwlanplugin" filter="s60" long-name="SIP WLAN Plugin" plugin="Y">
       
    84 <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippwlanplugin/group"/>
       
    85 </component>
       
    86 <component name="sippsipsettingsui" filter="s60" long-name="SIP Settings UI" plugin="Y">
       
    87 <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippsipsettingsui/group"/>
       
    88 </component>
       
    89 <component name="sippdevmgmtsipadapter" filter="s60" long-name="Device Management SIP Settings Adapter" plugin="Y">
       
    90 <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/group"/>
       
    91 </component>
       
    92 <component name="sippsystemstatemonitor" filter="s60" long-name="SIP System State Monitor" plugin="Y">
       
    93 <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippsystemstatemonitor/group"/>
       
    94 </component>
       
    95 <component name="sippsipadapter" filter="s60" long-name="SIP Adapter" introduced="^3" plugin="Y">
       
    96 <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippsipadapter/group"/>
       
    97 </component>
       
    98 </collection>
       
    99 <collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
       
   100 <component name="sipprovider" long-name="SIP Provider" introduced="^2" purpose="optional" plugin="Y">
       
   101 <unit bldFile="/sf/mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="/sf/mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
       
   102 </component>
       
   103 </collection>
       
   104 <collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="if">
       
   105 <component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="^2" purpose="development" class="config PC">
       
   106 <unit mrp="/sf/mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
       
   107 </component>
       
   108 </collection>
       
   109 </block>
       
   110 </layer>
       
   111 </systemModel>
       
   112 </SystemDefinition>