symbian4/mw/btservices/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 156 c154a6b30ef1
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="btservices" level="generic" long-name="Bluetooth Services" levels="framework server generic specific plugin">
       
    80         <collection name="btservices_pub" long-name="BT Services Public Interfaces" level="plugin">
       
    81           <component name="bluetooth_power_state_api" long-name="Bluetooth Power State API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/btservices/btservices_pub/bluetooth_power_state_api/group"/>
       
    83           </component>
       
    84           <component name="bluetooth_notifier_api" long-name="Bluetooth Notifier API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/mw/btservices/btservices_pub/bluetooth_notifier_api/group"/>
       
    86           </component>
       
    87         </collection>
       
    88         <collection name="btservices_plat" long-name="BT Services Platform Interfaces" level="plugin">
       
    89           <component name="bluetooth_dosserver_audio_api" long-name="Bluetooth DOS Server Audio API" filter="s60" class="api">
       
    90             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_dosserver_audio_api/group"/>
       
    91           </component>
       
    92           <component name="bluetooth_dut_mode_api" long-name="Bluetooth DUT Mode API" filter="s60" class="api">
       
    93             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_dut_mode_api/group"/>
       
    94           </component>
       
    95           <component name="bluetooth_engine_api" long-name="Bluetooth Engine API" filter="s60" class="api">
       
    96             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_engine_api/group"/>
       
    97           </component>
       
    98           <component name="bluetooth_engine_connection_management_api" long-name="Bluetooth Engine Connection Management API" filter="s60" class="api">
       
    99             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_engine_connection_management_api/group"/>
       
   100           </component>
       
   101           <component name="bluetooth_engine_device_management_api" long-name="Bluetooth Engine Device Management API" filter="s60" class="api">
       
   102             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_engine_device_management_api/group"/>
       
   103           </component>
       
   104           <component name="bluetooth_engine_discovery_api" long-name="Bluetooth Engine Discovery API" filter="s60" class="api">
       
   105             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_engine_discovery_api/group"/>
       
   106           </component>
       
   107           <component name="bluetooth_engine_features_api" long-name="Bluetooth Engine Features API" filter="s60" class="api">
       
   108             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_engine_features_api/group"/>
       
   109           </component>
       
   110           <component name="bluetooth_engine_settings_api" long-name="Bluetooth Engine Settings API" filter="s60" class="api">
       
   111             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_engine_settings_api/group"/>
       
   112           </component>
       
   113           <component name="bluetooth_engine_plugin_api" long-name="Bluetooth Engine Plugin API" filter="s60" class="api">
       
   114             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_engine_plugin_api/group"/>
       
   115           </component>
       
   116           <component name="bluetooth_local_variation_api" long-name="Bluetooth Local Variation API" filter="s60" class="api">
       
   117             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_local_variation_api/group"/>
       
   118           </component>
       
   119           <component name="bluetooth_notifier_internal_api" long-name="Bluetooth Notifier internal API" filter="s60" class="api">
       
   120             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_notifier_internal_api/group"/>
       
   121           </component>
       
   122           <component name="bluetooth_sap_connection_state_api" long-name="Bluetooth SAP Connection State API" filter="s60" class="api">
       
   123             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_sap_connection_state_api/group"/>
       
   124           </component>
       
   125           <component name="bluetooth_secondary_display_notification_api" long-name="Bluetooth Secondary Display Notification API" filter="s60" class="api">
       
   126             <unit bldFile="/sf/mw/btservices/btservices_plat/bluetooth_secondary_display_notification_api/group"/>
       
   127           </component>
       
   128         </collection>
       
   129         <collection name="bluetoothengine" long-name="Bluetooth Engine" level="framework">
       
   130           <component name="bteng" filter="s60" long-name="Bluetooth Engine">
       
   131             <unit bldFile="/sf/mw/btservices/bluetoothengine/bteng/group"/>
       
   132           </component>
       
   133           <component name="btnotif" filter="s60" long-name="Bluetooth Notifier">
       
   134             <unit bldFile="/sf/mw/btservices/bluetoothengine/btnotif/group"/>
       
   135           </component>
       
   136           <component name="btaudioman" filter="s60" long-name="Bluetooth Audio Manager">
       
   137             <unit bldFile="/sf/mw/btservices/bluetoothengine/btaudioman/group"/>
       
   138           </component>
       
   139           <component name="btmac" filter="s60" long-name="Bluetooth Mono Audio Controller" plugin="Y">
       
   140             <unit bldFile="/sf/mw/btservices/bluetoothengine/btmac/group"/>
       
   141           </component>
       
   142           <component name="btsac" filter="s60" long-name="Bluetooth Stereo Audio Controller" plugin="Y">
       
   143             <unit bldFile="/sf/mw/btservices/bluetoothengine/btsac/group"/>
       
   144           </component>
       
   145           <component name="btaudiostreamer" filter="s60" long-name="Bluetooth Audio Streamer">
       
   146             <unit bldFile="/sf/mw/btservices/bluetoothengine/btaudiostreamer/group"/>
       
   147           </component>
       
   148           <component name="btsap" filter="s60" long-name="Bluetooth SIM Access Profile" plugin="Y">
       
   149             <unit bldFile="/sf/mw/btservices/bluetoothengine/btsap/group"/>
       
   150           </component>
       
   151           <component name="btui" filter="s60" long-name="Bluetooth UI">
       
   152             <unit bldFile="/sf/mw/btservices/bluetoothengine/btui/group"/>
       
   153           </component>
       
   154           <component name="btpbap" filter="s60" long-name="Bluetooth Phonebook Access Profile" plugin="Y">
       
   155             <unit bldFile="/sf/mw/btservices/bluetoothengine/btpbap/group"/>
       
   156           </component>
       
   157           <component name="bthid" filter="s60" long-name="Bluetooth HID">
       
   158             <unit bldFile="/sf/mw/btservices/bluetoothengine/bthid/group"/>
       
   159           </component>
       
   160           <component name="btctrldcmoadapter" filter="s60" long-name="Bluetooth Control DCMO Adapter" introduced="^3" plugin="Y">
       
   161             <unit bldFile="/sf/mw/btservices/bluetoothengine/btctrldcmoadapter/group"/>
       
   162           </component>
       
   163         </collection>
       
   164         <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
       
   165           <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional">
       
   166             <unit bldFile="/sf/mw/btservices/bluetoothappprofiles/avrcp" mrp="/sf/mw/btservices/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
       
   167           </component>
       
   168         </collection>
       
   169         <collection name="btservices_info" long-name="BT Services Info" level="plugin">
       
   170           <component name="btservices_metadata" long-name="BT Services Metadata" introduced="^3" purpose="development" class="config PC">
       
   171             <unit mrp="/sf/mw/btservices/btservices_info/btservices_metadata/btservices_metadata.mrp"/>
       
   172           </component>
       
   173           <component name="btservices_api_test" long-name="BT Services API Tests" purpose="development" filter="s60,test,api_test">
       
   174             <unit/>
       
   175           </component>
       
   176         </collection>
       
   177       </block>
       
   178     </layer>
       
   179   </systemModel>
       
   180 </SystemDefinition>