symbian4/os/bt/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="os" long-name="OS" levels="hw services">
       
    79       <block name="bt" level="services" long-name="Bluetooth" levels="adaptation hw-if plugin framework server app-if">
       
    80         <collection name="bt_plat" long-name="Bluetooth Platform Interfaces" level="app-if">
       
    81           <component name="bluetooth_audio_adaptation_api" long-name="Bluetooth Audio Adaptation API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/os/bt/bt_plat/bluetooth_audio_adaptation_api/group"/>
       
    83           </component>
       
    84           <component name="bluetooth_power_management_api" long-name="Bluetooth Power Management API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/os/bt/bt_plat/bluetooth_power_management_api/group"/>
       
    86           </component>
       
    87           <component name="at_command_handler_plugin_api" long-name="AT Command Handler Plugin API" filter="s60" class="api">
       
    88             <unit bldFile="/sf/os/bt/bt_plat/at_command_handler_plugin_api/group"/>
       
    89           </component>
       
    90         </collection>
       
    91         <collection name="bluetooth" long-name="Bluetooth Core" level="framework">
       
    92           <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
       
    93             <unit bldFile="/sf/os/bt/bluetooth/btstack" mrp="/sf/os/bt/bluetooth/btstack/bluetooth_stack.mrp"/>
       
    94           </component>
       
    95           <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
       
    96             <unit bldFile="/sf/os/bt/bluetooth/btcomm" mrp="/sf/os/bt/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
       
    97           </component>
       
    98           <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
       
    99             <unit bldFile="/sf/os/bt/bluetooth/btsdp" mrp="/sf/os/bt/bluetooth/btsdp/bluetooth_sdp.mrp"/>
       
   100           </component>
       
   101           <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
       
   102             <unit bldFile="/sf/os/bt/bluetooth/btextnotifiers" mrp="/sf/os/bt/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
       
   103           </component>
       
   104           <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
       
   105             <unit bldFile="/sf/os/bt/bluetooth/gavdp/group" mrp="/sf/os/bt/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
       
   106           </component>
       
   107           <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development" filter="test">
       
   108             <unit mrp="/sf/os/bt/bluetooth/btexample/test/bluetooth_tests_examples.mrp" bldFile="/sf/os/bt/bluetooth/btexample/test/group"/>
       
   109           </component>
       
   110           <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
       
   111             <unit bldFile="/sf/os/bt/bluetooth/btlogger/group" mrp="/sf/os/bt/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
       
   112           </component>
       
   113           <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
       
   114             <unit mrp="/sf/os/bt/bluetooth/btdocs/bluetooth_documentation.mrp"/>
       
   115           </component>
       
   116         </collection>
       
   117         <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
       
   118           <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
       
   119             <unit bldFile="/sf/os/bt/bluetoothmgmt/btmgr" mrp="/sf/os/bt/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
       
   120           </component>
       
   121           <component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config">
       
   122             <unit bldFile="/sf/os/bt/bluetoothmgmt/btconfig" mrp="/sf/os/bt/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
       
   123           </component>
       
   124           <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
       
   125             <unit bldFile="/sf/os/bt/bluetoothmgmt/btrom" mrp="/sf/os/bt/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
       
   126           </component>
       
   127           <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
       
   128             <unit bldFile="/sf/os/bt/bluetoothmgmt/bluetoothclientlib" mrp="/sf/os/bt/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
       
   129           </component>
       
   130           <component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional" filter="test">
       
   131             <unit mrp="/sf/os/bt/bluetoothmgmt/btcommon/bluetooth_common.mrp" bldFile="/sf/os/bt/bluetoothmgmt/btcommon"/>
       
   132           </component>
       
   133         </collection>
       
   134         <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
       
   135           <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
       
   136             <unit bldFile="/sf/os/bt/bluetoothcommsprofiles/btpan/group" mrp="/sf/os/bt/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
       
   137           </component>
       
   138         </collection>
       
   139         <collection name="bthci" long-name="Host Controller Interface" level="server">
       
   140           <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
       
   141             <unit bldFile="/sf/os/bt/bthci/bthci2/group" mrp="/sf/os/bt/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
       
   142           </component>
       
   143           <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
       
   144             <unit bldFile="/sf/os/bt/bthci/hciextensioninterface" mrp="/sf/os/bt/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
       
   145           </component>
       
   146           <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
       
   147             <unit bldFile="/sf/os/bt/bthci/hci2implementations/group" mrp="/sf/os/bt/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
       
   148           </component>
       
   149         </collection>
       
   150         <collection name="irda" long-name="IrDA" level="plugin">
       
   151           <component name="irdastack" long-name="IrDA Stack" purpose="optional">
       
   152             <unit bldFile="/sf/os/bt/irda/irdastack/group" mrp="/sf/os/bt/irda/irdastack/group/infra-red_irda.mrp"/>
       
   153           </component>
       
   154         </collection>
       
   155         <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
       
   156           <component name="bluetoothsvs" long-name="Bluetooth Verification Suite" introduced="^3" purpose="development" filter="test">
       
   157             <unit mrp="/sf/os/bt/bluetoothapitest/bluetoothsvs/group/bluetoothsvs.mrp" bldFile="/sf/os/bt/bluetoothapitest/bluetoothsvs/group"/>
       
   158           </component>
       
   159         </collection>
       
   160         <collection name="atext" long-name="AT Extensions" level="server">
       
   161           <!-- collection is really a component. Need to move down a directory -->
       
   162           <component name="atext_build" long-name="AT Extension Build" introduced="^3" purpose="optional" filter="s60">
       
   163             <unit bldFile="/sf/os/bt/atext/group"/>
       
   164           </component>
       
   165         </collection>
       
   166         <collection name="bt_info" long-name="Bluetooth Info" level="app-if">
       
   167           <component name="bt_metadata" long-name="Bluetooth Metadata" introduced="^3" purpose="development" class="config PC">
       
   168             <unit mrp="/sf/os/bt/bt_info/bt_metadata/bt_metadata.mrp"/>
       
   169           </component>
       
   170         </collection>
       
   171       </block>
       
   172     </layer>
       
   173   </systemModel>
       
   174 </SystemDefinition>