symbian3/mw/btservices/package_definition.xml
author Dario Sestito <darios@symbian.org>
Mon, 15 Mar 2010 18:47:03 +0000
changeset 138 6892870d74c9
parent 30 0f4f00318d20
child 212 a44ae815a47f
permissions -rw-r--r--
Update symbian3 models from PDK_3.0.h
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    53
<SystemDefinition name="Symbian^3" schema="2.0.1">
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
<systemModel>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
<layer name="mw" long-name="Middleware" levels="generic specific">
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    56
<block name="btservices" level="generic" long-name="Bluetooth Services" levels="framework server generic specific plugin">
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    57
    <collection name="bluetoothengine" long-name="Bluetooth Engine" level="framework">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    58
     <component name="bteng" filter="s60" long-name="Bluetooth Engine">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    59
      <unit bldFile="/sf/mw/btservices/bluetoothengine/bteng/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    60
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    61
     <component name="btnotif" filter="s60" long-name="Bluetooth Notifier">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    62
      <unit bldFile="/sf/mw/btservices/bluetoothengine/btnotif/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    63
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    64
     <component name="btaudioman" filter="s60" long-name="Bluetooth Audio Manager">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    65
      <unit bldFile="/sf/mw/btservices/bluetoothengine/btaudioman/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    66
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    67
     <component name="btmac" filter="s60" long-name="Bluetooth Mono Audio Controller" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    68
      <unit bldFile="/sf/mw/btservices/bluetoothengine/btmac/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    69
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    70
     <component name="btsac" filter="s60" long-name="Bluetooth Stereo Audio Controller" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    71
      <unit bldFile="/sf/mw/btservices/bluetoothengine/btsac/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    72
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    73
     <component name="btaudiostreamer" filter="s60" long-name="Bluetooth Audio Streamer">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    74
      <unit bldFile="/sf/mw/btservices/bluetoothengine/btaudiostreamer/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    75
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    76
     <component name="btsap" filter="s60" long-name="Bluetooth SIM Access Profile" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    77
      <unit bldFile="/sf/mw/btservices/bluetoothengine/btsap/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    78
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    79
     <component name="btui" filter="s60" long-name="Bluetooth UI">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    80
      <unit bldFile="/sf/mw/btservices/bluetoothengine/btui/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    81
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    82
     <component name="btpbap" filter="s60" long-name="Bluetooth Phonebook Access Profile" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    83
      <unit bldFile="/sf/mw/btservices/bluetoothengine/btpbap/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    84
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    85
     <component name="bthid" filter="s60" long-name="Bluetooth HID">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    86
      <unit bldFile="/sf/mw/btservices/bluetoothengine/bthid/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    87
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    88
     <component name="btctrldcmoadapter" filter="s60" long-name="Bluetooth Control DCMO Adapter" introduced="^3" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    89
      <unit bldFile="/sf/mw/btservices/bluetoothengine/btctrldcmoadapter/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    90
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    91
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    92
    <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    93
     <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    94
      <unit bldFile="/sf/mw/btservices/bluetoothappprofiles/avrcp" mrp="/sf/mw/btservices/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    95
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    96
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    97
    <collection name="btservices_info" long-name="BT Services Info" level="plugin">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    98
     <component name="btservices_plat" filter="s60" long-name="BT Services Platform Interfaces" class="api">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    99
      <unit bldFile="/sf/mw/btservices/btservices_plat/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   100
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   101
     <component name="btservices_pub" filter="s60" long-name="BT Services Public Interfaces" class="api">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   102
      <unit bldFile="/sf/mw/btservices/btservices_pub/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   103
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   104
     <component name="btservices_metadata" long-name="BT Services Metadata" introduced="^3" purpose="development" class="config PC">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   105
      <unit mrp="/sf/mw/btservices/btservices_info/btservices_metadata/btservices_metadata.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   106
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   107
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   108
   </block>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
</layer>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
</systemModel>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
</SystemDefinition>