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^4" schema="2.0.1"> |
|
54 <systemModel> |
|
55 <layer name="os" long-name="OS" levels="hw services"> |
|
56 <block name="bt" level="services" long-name="Bluetooth" levels="adaptation hw-if plugin framework server app-if"> |
|
57 <collection name="bt_plat" long-name="Bluetooth Platform Interfaces" level="app-if"> |
|
58 <component name="bluetooth_audio_adaptation_api" long-name="Bluetooth Audio Adaptation API" filter="s60" class="api"> |
|
59 <unit bldFile="/sf/os/bt/bt_plat/bluetooth_audio_adaptation_api/group"/> |
|
60 </component> |
|
61 <component name="bluetooth_power_management_api" long-name="Bluetooth Power Management API" filter="s60" class="api"> |
|
62 <unit bldFile="/sf/os/bt/bt_plat/bluetooth_power_management_api/group"/> |
|
63 </component> |
|
64 <component name="at_command_handler_plugin_api" long-name="AT Command Handler Plugin API" filter="s60" class="api"> |
|
65 <unit bldFile="/sf/os/bt/bt_plat/at_command_handler_plugin_api/group"/> |
|
66 </component> |
|
67 </collection> |
|
68 <collection name="bluetooth" long-name="Bluetooth Core" level="framework"> |
|
69 <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional"> |
|
70 <unit bldFile="/sf/os/bt/bluetooth/btstack" mrp="/sf/os/bt/bluetooth/btstack/bluetooth_stack.mrp"/> |
|
71 </component> |
|
72 <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y"> |
|
73 <unit bldFile="/sf/os/bt/bluetooth/btcomm" mrp="/sf/os/bt/bluetooth/btcomm/bluetooth_btcomm.mrp"/> |
|
74 </component> |
|
75 <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional"> |
|
76 <unit bldFile="/sf/os/bt/bluetooth/btsdp" mrp="/sf/os/bt/bluetooth/btsdp/bluetooth_sdp.mrp"/> |
|
77 </component> |
|
78 <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional"> |
|
79 <unit bldFile="/sf/os/bt/bluetooth/btextnotifiers" mrp="/sf/os/bt/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/> |
|
80 </component> |
|
81 <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional"> |
|
82 <unit bldFile="/sf/os/bt/bluetooth/gavdp/group" mrp="/sf/os/bt/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/> |
|
83 </component> |
|
84 <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional"> |
|
85 <unit bldFile="/sf/os/bt/bluetooth/btlogger/group" mrp="/sf/os/bt/bluetooth/btlogger/group/bluetooth_logger.mrp"/> |
|
86 </component> |
|
87 <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc"> |
|
88 <unit mrp="/sf/os/bt/bluetooth/btdocs/bluetooth_documentation.mrp"/> |
|
89 </component> |
|
90 </collection> |
|
91 <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin"> |
|
92 <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional"> |
|
93 <unit bldFile="/sf/os/bt/bluetoothmgmt/btmgr" mrp="/sf/os/bt/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/> |
|
94 </component> |
|
95 <component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config"> |
|
96 <unit bldFile="/sf/os/bt/bluetoothmgmt/btconfig" mrp="/sf/os/bt/bluetoothmgmt/btconfig/bluetooth_config.mrp"/> |
|
97 </component> |
|
98 <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional"> |
|
99 <unit bldFile="/sf/os/bt/bluetoothmgmt/btrom" mrp="/sf/os/bt/bluetoothmgmt/btrom/bluetooth_rom.mrp"/> |
|
100 </component> |
|
101 <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional"> |
|
102 <unit bldFile="/sf/os/bt/bluetoothmgmt/bluetoothclientlib" mrp="/sf/os/bt/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/> |
|
103 </component> |
|
104 </collection> |
|
105 <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if"> |
|
106 <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y"> |
|
107 <unit bldFile="/sf/os/bt/bluetoothcommsprofiles/btpan/group" mrp="/sf/os/bt/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/> |
|
108 </component> |
|
109 </collection> |
|
110 <collection name="bthci" long-name="Host Controller Interface" level="server"> |
|
111 <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional"> |
|
112 <unit bldFile="/sf/os/bt/bthci/bthci2/group" mrp="/sf/os/bt/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/> |
|
113 </component> |
|
114 <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional"> |
|
115 <unit bldFile="/sf/os/bt/bthci/hciextensioninterface" mrp="/sf/os/bt/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/> |
|
116 </component> |
|
117 <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y"> |
|
118 <unit bldFile="/sf/os/bt/bthci/hci2implementations/group" mrp="/sf/os/bt/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/> |
|
119 </component> |
|
120 </collection> |
|
121 <collection name="irda" long-name="IrDA" level="plugin"> |
|
122 <component name="irdastack" long-name="IrDA Stack" purpose="optional"> |
|
123 <unit bldFile="/sf/os/bt/irda/irdastack/group" mrp="/sf/os/bt/irda/irdastack/group/infra-red_irda.mrp"/> |
|
124 </component> |
|
125 </collection> |
|
126 <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if"/> |
|
127 <collection name="atext" long-name="AT Extensions" level="server"> |
|
128 <!-- collection is really a component. Need to move down a directory --> |
|
129 <component name="atext_build" long-name="AT Extension Build" introduced="^3" purpose="optional" filter="s60"> |
|
130 <unit bldFile="/sf/os/bt/atext/group"/> |
|
131 </component> |
|
132 </collection> |
|
133 <collection name="bt_info" long-name="Bluetooth Info" level="app-if"> |
|
134 <component name="bt_metadata" long-name="Bluetooth Metadata" introduced="^3" purpose="development" class="config PC"> |
|
135 <unit mrp="/sf/os/bt/bt_info/bt_metadata/bt_metadata.mrp"/> |
|
136 </component> |
|
137 </collection> |
|
138 </block> |
|
139 </layer> |
|
140 </systemModel> |
|
141 </SystemDefinition> |
|