symbian4/mw/ipappsrv/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
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="ipappsrv" level="specific" long-name="IP App Services" levels="framework generic server conn plugin">
       
    80         <collection name="ipappsrv_plat" long-name="IP App Services Platform Interfaces" level="plugin">
       
    81           <component name="transcoder_api" long-name="Transcoder API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/transcoder_api/group"/>
       
    83           </component>
       
    84           <component name="comms_event_api" long-name="Comms Event API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/comms_event_api/group"/>
       
    86           </component>
       
    87           <component name="floor_control_api" long-name="Floor Control API" filter="s60" class="api">
       
    88             <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/floor_control_api/group"/>
       
    89           </component>
       
    90           <component name="media_control_api" long-name="Media Control API" filter="s60" class="api">
       
    91             <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/media_control_api/group"/>
       
    92           </component>
       
    93           <component name="multimedia_comms_api" long-name="Multimedia Comms API" filter="s60" class="api">
       
    94             <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/multimedia_comms_api/group"/>
       
    95           </component>
       
    96           <component name="nat_settings_api" long-name="NAT Settings API" filter="s60" class="api">
       
    97             <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/nat_settings_api/group"/>
       
    98           </component>
       
    99         </collection>
       
   100         <collection name="natfw" long-name="NAT Framework" level="framework">
       
   101           <!-- collection is really a component. Need to move down a directory -->
       
   102           <component name="natfw_build" filter="s60" long-name="NAT Framework Build" introduced="^2">
       
   103             <unit bldFile="/sf/mw/ipappsrv/natfw/group"/>
       
   104           </component>
       
   105         </collection>
       
   106         <collection name="multimediacommscontroller" long-name="Multimedia Comms Controller" level="conn">
       
   107           <!-- collection is really a component. Need to move down a directory -->
       
   108           <component name="multimediacommscontroller_build" filter="s60" long-name="Multimedia Comms Controller Build">
       
   109             <unit bldFile="/sf/mw/ipappsrv/multimediacommscontroller/group"/>
       
   110           </component>
       
   111         </collection>
       
   112         <collection name="multimediacommsengine" long-name="Multimedia Comms Engine" level="generic">
       
   113           <!-- collection is really a component. Need to move down a directory -->
       
   114           <component name="multimediacommsengine_build" filter="s60" long-name="Multimedia Comms Engine Build">
       
   115             <unit bldFile="/sf/mw/ipappsrv/multimediacommsengine/group"/>
       
   116           </component>
       
   117         </collection>
       
   118         <collection name="natplugins" long-name="NAT Plugins" level="plugin">
       
   119           <component name="natpcliprovisioningnatfwadapter" filter="s60" long-name="Client Provisioning NAT Framework Traversal Adapter" introduced="^2" plugin="Y">
       
   120             <unit bldFile="/sf/mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/group"/>
       
   121           </component>
       
   122           <component name="natpdevmgmtnatfwadapter" filter="s60" long-name="Device Management NAT Framework Traversal Adapter" plugin="Y">
       
   123             <unit bldFile="/sf/mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/group"/>
       
   124           </component>
       
   125           <component name="natptraversalcontroller" filter="s60" long-name="NAT Traversal Controller" plugin="Y">
       
   126             <unit bldFile="/sf/mw/ipappsrv/natplugins/natptraversalcontroller/group"/>
       
   127           </component>
       
   128           <component name="natpnatfwsdpprovider" filter="s60" long-name="NAT Framework SDP Provider" plugin="Y">
       
   129             <unit bldFile="/sf/mw/ipappsrv/natplugins/natpnatfwsdpprovider/group"/>
       
   130           </component>
       
   131         </collection>
       
   132         <collection name="ipappsrv_info" long-name="IP App Services Info" level="plugin">
       
   133           <component name="ipappsrv_build" long-name="IP App Services Build" filter="s60">
       
   134             <!-- remove the #includes from here and rename as xxx ROM or move iby/sis files into another component-->
       
   135             <unit mrp="/sf/mw/ipappsrv/group"/>
       
   136           </component>
       
   137           <component name="ipappsrv_metadata" long-name="IP App Services Metadata" introduced="^2" purpose="development" class="config PC">
       
   138             <unit mrp="/sf/mw/ipappsrv/ipappsrv_info/ipappsrv_metadata/ipappsrv_metadata.mrp"/>
       
   139           </component>
       
   140         </collection>
       
   141       </block>
       
   142     </layer>
       
   143   </systemModel>
       
   144 </SystemDefinition>