symbian3/mw/opensrv/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="opensrv" name="Open Services" levels="prt lib server eng">
     4 <!ATTLIST SystemDefinition
     4   <collection id="opensrv_plat" name="Open Services Platform Interfaces" level="eng">
     5   name CDATA #REQUIRED
     5    <component id="messagequeue_api" name="Message Queue API" introduced="^2" class="api" filter="s60">
     6   schema CDATA #REQUIRED
     6     <unit bldFile="opensrv_plat/messagequeue_api/group"/>
     7 >
     7    </component>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8   </collection>
     9 
     9   <collection id="loudmouth" name="Loudmouth" level="prt">
    10 <!-- System Model Section of DTD -->
    10    <!-- collection is really a component so it needs to be moved down a directory -->
    11 <!ELEMENT systemModel (layer+)>
    11    <component id="loudmouth_build" filter="s60" name="Loudmouth Build" introduced="^2">
    12 
    12     <unit bldFile="loudmouth/group"/>
    13 <!ELEMENT layer (block* | collection*)*>
    13    </component>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14   </collection>
    15 <!ATTLIST layer
    15   <collection id="libtelepathy" name="Telepathy Library" level="lib">
    16   name CDATA #REQUIRED
    16    <!-- collection is really a component so it needs to be moved down a directory -->
    17   long-name CDATA #IMPLIED
    17    <component id="libtelepathy_build" filter="s60" name="Telepathy Library Build" introduced="^2">
    18   levels NMTOKENS #IMPLIED
    18     <unit bldFile="libtelepathy/group"/>
    19   span CDATA #IMPLIED
    19    </component>
    20 >
    20   </collection>
    21 
    21   <collection id="telepathygabble" name="Telepathy Gabble" level="eng">
    22 <!ELEMENT block (subblock* | collection*)*>
    22    <!-- collection is really a component so it needs to be moved down a directory -->
    23  <!-- Generic OS services, Comms Services, etc -->
    23    <component id="telepathygabble_build" filter="s60" name="Telepathy Gabble Build" introduced="^2">
    24 <!ATTLIST block
    24     <unit bldFile="telepathygabble/group"/>
    25   levels NMTOKENS #IMPLIED
    25    </component>
    26   span CDATA #IMPLIED
    26   </collection>
    27   level NMTOKEN #IMPLIED
    27   <collection id="isolationserver" name="Isolation Server" level="server">
    28   name CDATA #REQUIRED
    28    <component id="messagequeue" filter="s60" name="Message Queue" introduced="^2">
    29   long-name CDATA #IMPLIED
    29     <unit bldFile="isolationserver/messagequeue/group"/>
    30 >
    30    </component>
    31 
    31    <component id="isoserver" filter="s60" name="ISO Server" introduced="^2">
    32 <!ELEMENT subblock (collection)*>
    32     <unit bldFile="isolationserver/isoserver/group"/>
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33    </component>
    34 <!ATTLIST subblock
    34    <component id="isolationserver_build" filter="s60" name="Isloation Server Build" introduced="^2">
    35   name CDATA #REQUIRED
    35     <!-- needs #includes removed. either move the exports to another component or make this a ROM component -->
    36   long-name CDATA #IMPLIED
    36     <unit bldFile="isolationserver/group"/>
    37 >
    37    </component>
    38 
    38   </collection>
    39 <!ELEMENT collection (component)*>
    39  </package>
    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^3" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="opensrv" level="specific" long-name="Open Services" levels="prt lib server eng">
       
    80         <collection name="opensrv_plat" long-name="Open Services Platform Interfaces" level="eng">
       
    81           <component name="messagequeue_api" long-name="Message Queue API" introduced="^2" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/opensrv/opensrv_plat/messagequeue_api/group"/>
       
    83           </component>
       
    84         </collection>
       
    85         <collection name="loudmouth" long-name="Loudmouth" level="prt">
       
    86           <!-- collection is really a component so it needs to be moved down a directory -->
       
    87           <component name="loudmouth_build" filter="s60" long-name="Loudmouth Build" introduced="^2">
       
    88             <unit bldFile="/sf/mw/opensrv/loudmouth/group"/>
       
    89           </component>
       
    90         </collection>
       
    91         <collection name="libtelepathy" long-name="Telepathy Library" level="lib">
       
    92           <!-- collection is really a component so it needs to be moved down a directory -->
       
    93           <component name="libtelepathy_build" filter="s60" long-name="Telepathy Library Build" introduced="^2">
       
    94             <unit bldFile="/sf/mw/opensrv/libtelepathy/group"/>
       
    95           </component>
       
    96         </collection>
       
    97         <collection name="telepathygabble" long-name="Telepathy Gabble" level="eng">
       
    98           <!-- collection is really a component so it needs to be moved down a directory -->
       
    99           <component name="telepathygabble_build" filter="s60" long-name="Telepathy Gabble Build" introduced="^2">
       
   100             <unit bldFile="/sf/mw/opensrv/telepathygabble/group"/>
       
   101           </component>
       
   102         </collection>
       
   103         <collection name="isolationserver" long-name="Isolation Server" level="server">
       
   104           <component name="messagequeue" filter="s60" long-name="Message Queue" introduced="^2">
       
   105             <unit bldFile="/sf/mw/opensrv/isolationserver/messagequeue/group"/>
       
   106           </component>
       
   107           <component name="isoserver" filter="s60" long-name="ISO Server" introduced="^2">
       
   108             <unit bldFile="/sf/mw/opensrv/isolationserver/isoserver/group"/>
       
   109           </component>
       
   110           <component name="isolationserver_build" filter="s60" long-name="Isloation Server Build" introduced="^2">
       
   111             <!-- needs #includes removed. either move the exports to another component or make this a ROM component -->
       
   112             <unit bldFile="/sf/mw/opensrv/isolationserver/group"/>
       
   113           </component>
       
   114         </collection>
       
   115       </block>
       
   116     </layer>
       
   117   </systemModel>
       
   118 </SystemDefinition>
    40 </SystemDefinition>