symbian3/mw/opensrv/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="opensrv" level="specific" long-name="Open Services" levels="prt lib server eng">
       
    57 <collection name="opensrv_plat" long-name="Open Services Platform Interfaces" level="eng">
       
    58 <component name="messagequeue_api" long-name="Message Queue API" introduced="^2" filter="s60" class="api">
       
    59 <unit bldFile="/sf/mw/opensrv/opensrv_plat/messagequeue_api/group"/>
       
    60 </component>
       
    61 </collection>
       
    62 <collection name="loudmouth" long-name="Loudmouth" level="prt">
       
    63 <!-- collection is really a component so it needs to be moved down a directory -->
       
    64 <component name="loudmouth_build" filter="s60" long-name="Loudmouth Build" introduced="^2">
       
    65 <unit bldFile="/sf/mw/opensrv/loudmouth/group"/>
       
    66 </component>
       
    67 </collection>
       
    68 <collection name="libtelepathy" long-name="Telepathy Library" level="lib">
       
    69 <!-- collection is really a component so it needs to be moved down a directory -->
       
    70 <component name="libtelepathy_build" filter="s60" long-name="Telepathy Library Build" introduced="^2">
       
    71 <unit bldFile="/sf/mw/opensrv/libtelepathy/group"/>
       
    72 </component>
       
    73 </collection>
       
    74 <collection name="telepathygabble" long-name="Telepathy Gabble" level="eng">
       
    75 <!-- collection is really a component so it needs to be moved down a directory -->
       
    76 <component name="telepathygabble_build" filter="s60" long-name="Telepathy Gabble Build" introduced="^2">
       
    77 <unit bldFile="/sf/mw/opensrv/telepathygabble/group"/>
       
    78 </component>
       
    79 </collection>
       
    80 <collection name="isolationserver" long-name="Isolation Server" level="server">
       
    81 <component name="messagequeue" filter="s60" long-name="Message Queue" introduced="^2">
       
    82 <unit bldFile="/sf/mw/opensrv/isolationserver/messagequeue/group"/>
       
    83 </component>
       
    84 <component name="isoserver" filter="s60" long-name="ISO Server" introduced="^2">
       
    85 <unit bldFile="/sf/mw/opensrv/isolationserver/isoserver/group"/>
       
    86 </component>
       
    87 <component name="isolationserver_build" filter="s60" long-name="Isloation Server Build" introduced="^2">
       
    88 <!-- needs #includes removed. either move the exports to another component or make this a ROM component -->
       
    89 <unit bldFile="/sf/mw/opensrv/isolationserver/group"/>
       
    90 </component>
       
    91 </collection>
       
    92 </block>
       
    93 </layer>
       
    94 </systemModel>
       
    95 </SystemDefinition>