symbian3/mw/ipappprotocols/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 141 27d9d356efbf
equal deleted inserted replaced
239:e9ebcfcb4702 245:30e67220bf86
     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="ipappprotocols" name="IP App Protocols" levels="plugin conn server if">
     4 <!ATTLIST SystemDefinition
     4   <collection id="ipappprotocols_plat" name="IP App Protocols Platform Interfaces" level="if">
     5   name CDATA #REQUIRED
     5    <component id="srtp_api" name="SRTP API" class="api" filter="s60">
     6   schema CDATA #REQUIRED
     6     <meta rel="Api" href="ipappprotocols_plat/srtp_api/srtp_api.metaxml"/>
     7 >
     7     <unit bldFile="ipappprotocols_plat/srtp_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="rtprtcp_api" name="RTP/RTCP API" class="api" filter="s60">
    10 <!-- System Model Section of DTD -->
    10     <meta rel="Api" href="ipappprotocols_plat/rtprtcp_api/rtprtcp_api.metaxml"/>
    11 <!ELEMENT systemModel (layer+)>
    11     <unit bldFile="ipappprotocols_plat/rtprtcp_api/group"/>
    12 
    12    </component>
    13 <!ELEMENT layer (block* | collection*)*>
    13   </collection>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14   <collection id="rtp" name="RTP" level="server">
    15 <!ATTLIST layer
    15    <component id="srtpstack" filter="s60" name="SRTP Stack">
    16   name CDATA #REQUIRED
    16     <unit bldFile="rtp/srtpstack/group"/>
    17   long-name CDATA #IMPLIED
    17    </component>
    18   levels NMTOKENS #IMPLIED
    18    <component id="rtpstack" filter="s60" name="RTP Stack">
    19   span CDATA #IMPLIED
    19     <unit bldFile="rtp/rtpstack/group"/>
    20 >
    20    </component>
    21 
    21   </collection>
    22 <!ELEMENT block (subblock* | collection*)*>
    22   <collection id="realtimenetprots" name="Real Time Net Protocols" level="server">
    23  <!-- Generic OS services, Comms Services, etc -->
    23    <component id="symrtp" name="RTP" introduced="9.0" purpose="optional">
    24 <!ATTLIST block
    24     <!-- Real Time Data Protocol -->
    25   levels NMTOKENS #IMPLIED
    25     <unit bldFile="realtimenetprots/rtp/group" mrp="realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
    26   span CDATA #IMPLIED
    26    </component>
    27   level NMTOKEN #IMPLIED
    27    <component id="sipfw" name="SIP Framework" introduced="9.2" purpose="optional">
    28   name CDATA #REQUIRED
    28     <unit version="2" bldFile="realtimenetprots/sipfw/Group" mrp="realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp"/>
    29   long-name CDATA #IMPLIED
    29    </component>
    30 >
    30   </collection>
    31 
    31   <collection id="sipplugins" name="SIP Plugins" level="plugin">
    32 <!ELEMENT subblock (collection)*>
    32    <component id="sippwlanplugin" filter="s60" name="SIP WLAN Plugin" class="plugin">
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33     <unit bldFile="sipplugins/sippwlanplugin/group"/>
    34 <!ATTLIST subblock
    34    </component>
    35   name CDATA #REQUIRED
    35    <component id="sippsipsettingsui" filter="s60" name="SIP Settings UI" class="plugin">
    36   long-name CDATA #IMPLIED
    36     <unit bldFile="sipplugins/sippsipsettingsui/group"/>
    37 >
    37    </component>
    38 
    38    <component id="sippdevmgmtsipadapter" filter="s60" name="Device Management SIP Settings Adapter" class="plugin">
    39 <!ELEMENT collection (component)*>
    39     <unit bldFile="sipplugins/sippdevmgmtsipadapter/group"/>
    40 <!-- Screen Driver, Content Handling, etc -->
    40    </component>
    41 <!ATTLIST collection
    41    <component id="sippsystemstatemonitor" filter="s60" name="SIP System State Monitor" class="plugin">
    42   name CDATA #REQUIRED
    42     <unit bldFile="sipplugins/sippsystemstatemonitor/group"/>
    43   long-name CDATA #IMPLIED
    43    </component>
    44   level NMTOKEN #IMPLIED
    44    <component id="sippsipadapter" filter="s60" name="SIP Adapter" class="plugin" introduced="^3">
    45 >
    45     <unit bldFile="sipplugins/sippsipadapter/group"/>
    46 
    46    </component>
    47 <!ELEMENT component (unit)*>
    47   </collection>
    48 <!-- contains units or is a  package or prebuilt -->
    48   <collection id="sipproviderplugins" name="SIP Provider Plugins" level="conn">
    49 <!ATTLIST component
    49    <component id="sipprovider" name="SIP Provider" introduced="^2" purpose="optional" class="plugin">
    50   name CDATA #REQUIRED
    50     <unit bldFile="sipproviderplugins/sipprovider/group" mrp="sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
    51   long-name CDATA #IMPLIED
    51    </component>
    52   deprecated CDATA #IMPLIED
    52   </collection>
    53   introduced CDATA #IMPLIED
    53   <collection id="ipappprotocols_info" name="IP App Protocols Info" level="if">
    54   contract CDATA #IMPLIED
    54    <component id="ipappprotocols_metadata" name="IP App Protocols Metadata" class="config" introduced="^2" purpose="development" target="desktop">
    55   plugin (Y|N) "N"
    55     <unit mrp="ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
    56   filter CDATA #IMPLIED
    56    </component>
    57   class NMTOKENS #IMPLIED
    57   </collection>
    58   supports CDATA #IMPLIED
    58  </package>
    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^3" 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="sipfw" long-name="SIP Framework" introduced="9.2" purpose="optional">
       
   102             <unit bldFile="/sf/mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="/sf/mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
       
   103           </component>
       
   104         </collection>
       
   105         <collection name="sipplugins" long-name="SIP Plugins" level="plugin">
       
   106           <component name="sippwlanplugin" filter="s60" long-name="SIP WLAN Plugin" plugin="Y">
       
   107             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippwlanplugin/group"/>
       
   108           </component>
       
   109           <component name="sippsipsettingsui" filter="s60" long-name="SIP Settings UI" plugin="Y">
       
   110             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippsipsettingsui/group"/>
       
   111           </component>
       
   112           <component name="sippdevmgmtsipadapter" filter="s60" long-name="Device Management SIP Settings Adapter" plugin="Y">
       
   113             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/group"/>
       
   114           </component>
       
   115           <component name="sippsystemstatemonitor" filter="s60" long-name="SIP System State Monitor" plugin="Y">
       
   116             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippsystemstatemonitor/group"/>
       
   117           </component>
       
   118           <component name="sippsipadapter" filter="s60" long-name="SIP Adapter" introduced="^3" plugin="Y">
       
   119             <unit bldFile="/sf/mw/ipappprotocols/sipplugins/sippsipadapter/group"/>
       
   120           </component>
       
   121         </collection>
       
   122         <collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
       
   123           <component name="sipprovider" long-name="SIP Provider" introduced="^2" purpose="optional" plugin="Y">
       
   124             <unit bldFile="/sf/mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="/sf/mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
       
   125           </component>
       
   126         </collection>
       
   127         <collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="if">
       
   128           <component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="^2" purpose="development" class="config PC">
       
   129             <unit mrp="/sf/mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
       
   130           </component>
       
   131         </collection>
       
   132       </block>
       
   133     </layer>
       
   134   </systemModel>
       
   135 </SystemDefinition>
    59 </SystemDefinition>