symbian3/os/mm/package_definition.xml
author Dario Sestito <darios@symbian.org>
Mon, 06 Dec 2010 15:34:02 +0000
changeset 514 dac9fd4a6922
parent 513 f99df75e4e8e
permissions -rw-r--r--
Update package models from latest system model (platform@d39d61e6a1b0)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
354
8a720eca298e Update package models from latest system model (platform@ec09b0ceb772)
Dario Sestito <darios@symbian.org>
parents: 304
diff changeset
    53
<SystemDefinition name="Symbian^3" schema="2.0.1">
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <systemModel>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
  <layer name="os" long-name="OS" levels="hw services">
465
2f64eb39c7c3 Update package models from latest system model (platform@ab11787d8b2f)
Dario Sestito <darios@symbian.org>
parents: 354
diff changeset
    56
   <block name="mm" level="services" long-name="Multimedia" levels="adapt hw-if device-fw devices middleware app-if">
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
<collection name="mm_pub" long-name="Multimedia Public Interfaces" level="app-if">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
<component name="audio_effects_api" long-name="Audio Effects API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
    59
<unit bldFile="/sf/os/mm/mm_pub/audio_effects_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
<component name="audio_effects_presets_api" long-name="Audio Effects Presets API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
    62
<unit bldFile="/sf/os/mm/mm_pub/audio_effects_presets_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
<component name="drm_audio_player_api" long-name="DRM Audio Player API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
    65
<unit bldFile="/sf/os/mm/mm_pub/drm_audio_player_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
<component name="multimedia_extension_interfaces_api" long-name="Multimedia Extension Interfaces API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
<unit bldFile="/sf/os/mm/mm_pub/multimedia_extension_interfaces_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    71
<collection name="mm_plat" long-name="Multimedia Platform Interfaces" level="app-if">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    72
<component name="aac_decoder_config_api" long-name="AAC Decoder Config API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
    73
<unit bldFile="/sf/os/mm/mm_plat/aac_decoder_config_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    74
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    75
<component name="aac_decoder_config_msg_hdlr_api" long-name="AAC Decoder Config Msg Hdlr API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    76
<unit bldFile="/sf/os/mm/mm_plat/aac_decoder_config_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    77
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    78
<component name="aac_decoder_config_proxy_api" long-name="AAC Decoder Config Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    79
<unit bldFile="/sf/os/mm/mm_plat/aac_decoder_config_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    80
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
<component name="added_devsound_control_api" long-name="Added DevSound Control API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    82
<unit bldFile="/sf/os/mm/mm_plat/added_devsound_control_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    83
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
<component name="added_devsound_control_msg_hdlr_api" long-name="Added DevSound Control Msg Hdlr API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
<unit bldFile="/sf/os/mm/mm_plat/added_devsound_control_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
<component name="added_devsound_control_proxy_api" long-name="Added DevSound Control Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
<unit bldFile="/sf/os/mm/mm_plat/added_devsound_control_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
<component name="audio_effects_msg_hdlr_api" long-name="Audio Effects Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    91
<unit bldFile="/sf/os/mm/mm_plat/audio_effects_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
<component name="audio_effects_proxy_api" long-name="Audio Effects Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    94
<unit bldFile="/sf/os/mm/mm_plat/audio_effects_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
<component name="audio_policy_header_api" long-name="Audio Policy Header API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    97
<unit bldFile="/sf/os/mm/mm_plat/audio_policy_header_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
<component name="audio_routing_api" long-name="Audio Routing API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   100
<unit bldFile="/sf/os/mm/mm_plat/audio_routing_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   101
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
<component name="audio_routing_msg_hdlr_api" long-name="Audio Routing Msg Hdlr API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
<unit bldFile="/sf/os/mm/mm_plat/audio_routing_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
<component name="audio_routing_proxy_api" long-name="Audio Routing Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   106
<unit bldFile="/sf/os/mm/mm_plat/audio_routing_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
<component name="custom_interface_builder_api" long-name="Custom Interface Builder API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
<unit bldFile="/sf/os/mm/mm_plat/custom_interface_builder_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
<component name="custom_interface_message_handler_factory_api" long-name="Custom Interface Message Handler Factory API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   112
<unit bldFile="/sf/os/mm/mm_plat/custom_interface_message_handler_factory_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   114
<component name="custom_interface_proxy_factory_api" long-name="Custom Interface Proxy Factory API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   115
<unit bldFile="/sf/os/mm/mm_plat/custom_interface_proxy_factory_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   116
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
<component name="custom_interface_utility_api" long-name="Custom Interface Utility API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
<unit bldFile="/sf/os/mm/mm_plat/custom_interface_utility_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   119
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
<component name="devsound_adaptation_api" long-name="DevSound Adaptation API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
<unit bldFile="/sf/os/mm/mm_plat/devsound_adaptation_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   122
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
<component name="display_posting_api" long-name="Display Posting API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   124
<unit bldFile="/sf/os/mm/mm_plat/display_posting_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   125
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   126
<component name="eaac_plus_decoder_interface_api" long-name="eAAC Plus Decoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   127
<unit bldFile="/sf/os/mm/mm_plat/eaac_plus_decoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   128
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   129
<component name="eaac_plus_decoder_interface_msg_hdlr_api" long-name="eAAC Plus Decoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   130
<unit bldFile="/sf/os/mm/mm_plat/eaac_plus_decoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   131
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   132
<component name="eaac_plus_decoder_interface_proxy_api" long-name="eAAC Plus Decoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   133
<unit bldFile="/sf/os/mm/mm_plat/eaac_plus_decoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   134
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   135
<component name="error_concealment_interface_api" long-name="Error Concealment Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   136
<unit bldFile="/sf/os/mm/mm_plat/error_concealment_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   137
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   138
<component name="error_concealment_interface_msg_hdlr_api" long-name="Error Concealment Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   139
<unit bldFile="/sf/os/mm/mm_plat/error_concealment_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   140
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   141
<component name="error_concealment_interface_proxy_api" long-name="Error Concealment Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   142
<unit bldFile="/sf/os/mm/mm_plat/error_concealment_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   143
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   144
<component name="fm_radio_adaptation_api" long-name="FM Radio Adaptation API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   145
<unit bldFile="/sf/os/mm/mm_plat/fm_radio_adaptation_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   146
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   147
<component name="g711_decoder_interface_api" long-name="G711 Decoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   148
<unit bldFile="/sf/os/mm/mm_plat/g711_decoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   149
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   150
<component name="g711_decoder_interface_msg_hdlr_api" long-name="G711 Decoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   151
<unit bldFile="/sf/os/mm/mm_plat/g711_decoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   152
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   153
<component name="g711_decoder_interface_proxy_api" long-name="G711 Decoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   154
<unit bldFile="/sf/os/mm/mm_plat/g711_decoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   155
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   156
<component name="g711_encoder_interface_api" long-name="G711 Encoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   157
<unit bldFile="/sf/os/mm/mm_plat/g711_encoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   158
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   159
<component name="g711_encoder_interface_msg_hdlr_api" long-name="G711 Encoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   160
<unit bldFile="/sf/os/mm/mm_plat/g711_encoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   161
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   162
<component name="g711_encoder_interface_proxy_api" long-name="G711 Encoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   163
<unit bldFile="/sf/os/mm/mm_plat/g711_encoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   164
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   165
<component name="g729_decoder_interface_api" long-name="G729 Decoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   166
<unit bldFile="/sf/os/mm/mm_plat/g729_decoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   167
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   168
<component name="g729_decoder_interface_msg_hdlr_api" long-name="G729 Decoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   169
<unit bldFile="/sf/os/mm/mm_plat/g729_decoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   170
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   171
<component name="g729_decoder_interface_proxy_api" long-name="G729 Decoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   172
<unit bldFile="/sf/os/mm/mm_plat/g729_decoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   173
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   174
<component name="g729_encoder_interface_api" long-name="G729 Encoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   175
<unit bldFile="/sf/os/mm/mm_plat/g729_encoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   176
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   177
<component name="g729_encoder_interface_proxy_api" long-name="G729 Encoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   178
<unit bldFile="/sf/os/mm/mm_plat/g729_encoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   179
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   180
<component name="g729_encoder_interface_msg_hdlr_api" long-name="G729 Encoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   181
<unit bldFile="/sf/os/mm/mm_plat/g729_encoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   182
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   183
<component name="global_audio_settings_api" long-name="Global Audio Settings API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   184
<unit bldFile="/sf/os/mm/mm_plat/global_audio_settings_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   185
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   186
<component name="global_audio_settings_definition_api" long-name="Global Audio Settings Definition API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   187
<unit bldFile="/sf/os/mm/mm_plat/global_audio_settings_definition_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   188
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   189
<component name="ilbc_decoder_interface_api" long-name="Ilbc Decoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   190
<unit bldFile="/sf/os/mm/mm_plat/ilbc_decoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   191
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   192
<component name="ilbc_decoder_interface_msg_hdlr_api" long-name="Ilbc Decoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   193
<unit bldFile="/sf/os/mm/mm_plat/ilbc_decoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   194
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   195
<component name="ilbc_decoder_interface_proxy_api" long-name="Ilbc Decoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   196
<unit bldFile="/sf/os/mm/mm_plat/ilbc_decoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   197
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   198
<component name="ilbc_encoder_interface_api" long-name="Ilbc Encoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   199
<unit bldFile="/sf/os/mm/mm_plat/ilbc_encoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   200
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   201
<component name="ilbc_encoder_interface_msg_hdlr_api" long-name="Ilbc Encoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   202
<unit bldFile="/sf/os/mm/mm_plat/ilbc_encoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   203
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   204
<component name="ilbc_encoder_interface_proxy_api" long-name="Ilbc Encoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   205
<unit bldFile="/sf/os/mm/mm_plat/ilbc_encoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   206
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   207
<component name="mdf_plugin_uids" long-name="MDF Plug-in UIDs" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   208
<unit bldFile="/sf/os/mm/mm_plat/mdf_plugin_uids/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   209
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   210
<component name="multimedia_fourcc_definitions_api" long-name="Multimedia FourCC Definitions API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   211
<unit bldFile="/sf/os/mm/mm_plat/multimedia_fourcc_definitions_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   212
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   213
<component name="nokia_audio_policy_header_api" long-name="Nokia Audio Policy Header API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   214
<unit bldFile="/sf/os/mm/mm_plat/nokia_audio_policy_header_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   215
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   216
<component name="nokia_multimedia_fourcc_definitions_api" long-name="Nokia Multimedia Fourcc Definitions API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   217
<unit bldFile="/sf/os/mm/mm_plat/nokia_multimedia_fourcc_definitions_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   218
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   219
<component name="ra8_decoder_interface_api" long-name="RA8 Decoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   220
<unit bldFile="/sf/os/mm/mm_plat/ra8_decoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   221
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   222
<component name="ra8_decoder_interface_msg_hdlr_api" long-name="RA8 Decoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   223
<unit bldFile="/sf/os/mm/mm_plat/ra8_decoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   224
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   225
<component name="ra8_decoder_interface_proxy_api" long-name="RA8 Decoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   226
<unit bldFile="/sf/os/mm/mm_plat/ra8_decoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   227
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   228
<component name="rds_adaptation_api" long-name="RDS Adaptation API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   229
<unit bldFile="/sf/os/mm/mm_plat/rds_adaptation_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   230
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   231
<component name="restricted_audio_output_api" long-name="Restricted Audio Output API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   232
<unit bldFile="/sf/os/mm/mm_plat/restricted_audio_output_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   233
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   234
<component name="restricted_audio_output_msg_hdlr_api" long-name="Restricted Audio Output Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   235
<unit bldFile="/sf/os/mm/mm_plat/restricted_audio_output_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   236
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   237
<component name="restricted_audio_output_proxy_api" long-name="Restricted Audio Output Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   238
<unit bldFile="/sf/os/mm/mm_plat/restricted_audio_output_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   239
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   240
<component name="sbc_encoder_interface_api" long-name="SBC Encoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   241
<unit bldFile="/sf/os/mm/mm_plat/sbc_encoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   242
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   243
<component name="sbc_encoder_interface_msg_hdlr_api" long-name="SBC Encoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   244
<unit bldFile="/sf/os/mm/mm_plat/sbc_encoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   245
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   246
<component name="sbc_encoder_interface_proxy_api" long-name="SBC Encoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   247
<unit bldFile="/sf/os/mm/mm_plat/sbc_encoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   248
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   249
<component name="secure_output_mdf_custom_interface" long-name="Secure Output MDF Custom Interface" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   250
<unit bldFile="/sf/os/mm/mm_plat/secure_output_mdf_custom_interface/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   251
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   252
<component name="speech_encoder_config_api" long-name="Speech Encoder Config API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   253
<unit bldFile="/sf/os/mm/mm_plat/speech_encoder_config_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   254
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   255
<component name="speech_encoder_config_msg_hdlr_api" long-name="Speech Encoder Config Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   256
<unit bldFile="/sf/os/mm/mm_plat/speech_encoder_config_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   257
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   258
<component name="speech_encoder_config_proxy_api" long-name="Speech Encoder Config Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   259
<unit bldFile="/sf/os/mm/mm_plat/speech_encoder_config_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   260
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   261
<component name="telephony_audio_routing_client_api" long-name="Telephony Audio Routing Client API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   262
<unit bldFile="/sf/os/mm/mm_plat/telephony_audio_routing_client_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   263
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   264
<component name="telephony_audio_routing_manager_api" long-name="Telephony Audio Routing Manager API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   265
<unit bldFile="/sf/os/mm/mm_plat/telephony_audio_routing_manager_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   266
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   267
<component name="video_buffer_management_mdf_custom_interface" long-name="Video Buffer Management MDF Custom Interface" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   268
<unit bldFile="/sf/os/mm/mm_plat/video_buffer_management_mdf_custom_interface/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   269
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   270
<component name="video_decoder_rotation_mdf_custom_interface" long-name="Video Decoder Rotation MDF Custom Interface" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   271
<unit bldFile="/sf/os/mm/mm_plat/video_decoder_rotation_mdf_custom_interface/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   272
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   273
<component name="video_decoder_scaling_mdf_custom_interface" long-name="Video Decoder Scaling MDF Custom Interface" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   274
<unit bldFile="/sf/os/mm/mm_plat/video_decoder_scaling_mdf_custom_interface/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   275
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   276
<component name="video_reclaim_extbuffers_ci" long-name="Video Reclaim Extbuffers Custom Interface" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   277
<unit bldFile="/sf/os/mm/mm_plat/video_reclaim_extbuffers_ci/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   278
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   279
<component name="video_window_control_custom_interface" long-name="Video Window Control Custom Interface" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   280
<unit bldFile="/sf/os/mm/mm_plat/video_window_control_custom_interface/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   281
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   282
<component name="wma_decoder_interface_api" long-name="WMA Decoder Interface API" filter="s60" class="api">
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   283
<unit bldFile="/sf/os/mm/mm_plat/wma_decoder_interface_api/group" filter="!test"/>
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   284
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   285
<component name="wma_decoder_interface_msg_hdlr_api" long-name="WMA Decoder Interface Message Handler API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   286
<unit bldFile="/sf/os/mm/mm_plat/wma_decoder_interface_msg_hdlr_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   287
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   288
<component name="wma_decoder_interface_proxy_api" long-name="WMA Decoder Interface Proxy API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   289
<unit bldFile="/sf/os/mm/mm_plat/wma_decoder_interface_proxy_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   290
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   291
<component name="eaacplusutil_api" long-name="EAac Plus Util API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   292
<unit bldFile="/sf/os/mm/mm_plat/eaacplusutil_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   293
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   294
<component name="frametable_api" long-name="Frametable API" filter="s60" class="api">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   295
<unit bldFile="/sf/os/mm/mm_plat/frametable_api/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   296
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   297
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   298
<collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   299
<component name="drmaudioplayer" filter="s60" long-name="DRM Audio Player">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   300
<unit bldFile="/sf/os/mm/devsoundextensions/drmaudioplayer/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   301
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   302
<component name="mmextfw" filter="s60" long-name="Multimedia Extension Framework">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   303
<unit bldFile="/sf/os/mm/devsoundextensions/mmextfw/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   304
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   305
<component name="audiorouting" filter="s60" long-name="Audio Routing">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   306
<unit bldFile="/sf/os/mm/devsoundextensions/audiorouting/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   307
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   308
<component name="effects" filter="s60" long-name="Effects">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   309
<unit bldFile="/sf/os/mm/devsoundextensions/effects/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   310
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   311
<component name="effectspresets" filter="s60" long-name="Effects Presets">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   312
<unit bldFile="/sf/os/mm/devsoundextensions/effectspresets/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   313
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   314
<component name="effectspresets_utils" filter="s60" long-name="Effects Presets Utils">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   315
<!-- need to #include the lot from a single bld.inf
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   316
      		Also move to a standard component location, not under effectspresets -->
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   317
<unit bldFile="/sf/os/mm/devsoundextensions/effectspresets/AudioEqualizerUtility/group" filter="!dfs_build"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   318
<unit bldFile="/sf/os/mm/devsoundextensions/effectspresets/EnvironmentalReverbUtility/group" filter="!dfs_build"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   319
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   320
<component name="telephonyaudiorouting" filter="s60" long-name="Telephony Audio Routing">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   321
<unit bldFile="/sf/os/mm/devsoundextensions/telephonyaudiorouting/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   322
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   323
<component name="mmfcustominterfaces" filter="s60" long-name="MMF Custom Interfaces">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   324
<unit bldFile="/sf/os/mm/devsoundextensions/mmfcustominterfaces/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   325
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   326
<component name="addeddevsoundcontrol" filter="s60" long-name="Added DevSound Control">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   327
<unit bldFile="/sf/os/mm/devsoundextensions/addeddevsoundcontrol/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   328
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   329
<component name="globalaudiosettings" filter="s60" long-name="Global Audio Settings">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   330
<unit bldFile="/sf/os/mm/devsoundextensions/globalaudiosettings/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   331
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   332
<component name="restrictedaudiooutput" filter="s60" long-name="Restricted Audio Output">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   333
<unit bldFile="/sf/os/mm/devsoundextensions/restrictedaudiooutput/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   334
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   335
<component name="ciextnfactoryplugins" filter="s60" long-name="Custom Interface Extension Factory Plugins" plugin="Y">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   336
<unit bldFile="/sf/os/mm/devsoundextensions/ciextnfactoryplugins/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   337
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   338
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   339
<collection name="mdfdevvideoextensions" long-name="MDF Dev Video Extensions" level="device-fw">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   340
<component name="nga_mdf_postprocessor" long-name="NGA MDF Postprocessor" filter="s60">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   341
<unit bldFile="/sf/os/mm/mdfdevvideoextensions/nga_mdf_postprocessor/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   342
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   343
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   344
<collection name="audio" long-name="Audio Codecs" level="middleware">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   345
<component name="arm_cmmf_codecs" filter="s60" long-name="ARM CMMF Codecs" plugin="Y">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   346
<unit bldFile="/sf/os/mm/audio/arm_cmmf_codecs/group"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   347
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   348
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   349
<collection name="video" long-name="Video Codecs" level="middleware">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   350
<!-- empty -->
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   351
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   352
<collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   353
<component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   354
<unit bldFile="/sf/os/mm/imagingandcamerafws/imagingfws/group" mrp="/sf/os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   355
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   356
<component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   357
<unit bldFile="/sf/os/mm/imagingandcamerafws/camerafw/group" mrp="/sf/os/mm/imagingandcamerafws/camerafw/group/multimedia_ecam_framework.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   358
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   359
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   360
<collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   361
<component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   362
<unit bldFile="/sf/os/mm/mmlibs/mmutilitylib/group" mrp="/sf/os/mm/mmlibs/mmutilitylib/group/multimedia_common.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   363
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   364
<component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   365
<unit bldFile="/sf/os/mm/mmlibs/mmfw/group" mrp="/sf/os/mm/mmlibs/mmfw/group/multimedia_mmf.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   366
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   367
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   368
<collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   369
<component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   370
<unit bldFile="/sf/os/mm/mmplugins/imagingplugins/group" mrp="/sf/os/mm/mmplugins/imagingplugins/group/multimedia_icl_plugin.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   371
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   372
<component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   373
<unit bldFile="/sf/os/mm/mmplugins/cameraplugins/group" mrp="/sf/os/mm/mmplugins/cameraplugins/group/multimedia_ecam_plugins.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   374
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   375
<component name="lib3gp" long-name="3GP Library" introduced="^2" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   376
<unit bldFile="/sf/os/mm/mmplugins/lib3gp/group" mrp="/sf/os/mm/mmplugins/lib3gp/group/multimedia_3gplibrary.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   377
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   378
<component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   379
<unit bldFile="/sf/os/mm/mmplugins/mmfwplugins/group" mrp="/sf/os/mm/mmplugins/mmfwplugins/group/multimedia_mmf_plugin.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   380
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   381
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   382
<collection name="mm_info" long-name="Multimedia Info" level="app-if">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   383
<component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   384
<unit mrp="/sf/os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   385
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   386
<component name="mm_metadata" long-name="Multimedia Metadata" introduced="^2" purpose="development" class="config PC">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   387
<unit mrp="/sf/os/mm/mm_info/mm_metadata/mm_metadata.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   388
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   389
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   390
<collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   391
<component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="^2" purpose="development">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   392
<unit bldFile="/sf/os/mm/mmresourcemgmt/mmresctrl/group" mrp="/sf/os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   393
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   394
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   395
<collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   396
<component name="mdf" long-name="Media Device Framework" introduced="9.2" purpose="mandatory">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   397
<unit bldFile="/sf/os/mm/mmdevicefw/mdf/group" mrp="/sf/os/mm/mmdevicefw/mdf/group/multimedia_mdf.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   398
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   399
<component name="speechrecogsupport" long-name="Speech Recognition Support" introduced="7.0s" purpose="mandatory">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   400
<unit bldFile="/sf/os/mm/mmdevicefw/speechrecogsupport/group" mrp="/sf/os/mm/mmdevicefw/speechrecogsupport/group/multimedia_mmf_ASR.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   401
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   402
</collection>
465
2f64eb39c7c3 Update package models from latest system model (platform@ab11787d8b2f)
Dario Sestito <darios@symbian.org>
parents: 354
diff changeset
   403
<collection name="mmswadaptation" long-name="Multimedia Software Adaptation" level="adapt">
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   404
<component name="videorenderer" long-name="Video Renderer" introduced="^3" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   405
<unit bldFile="/sf/os/mm/mmswadaptation/videorenderer/group" mrp="/sf/os/mm/mmswadaptation/videorenderer/group/multimedia_videorenderer.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   406
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   407
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   408
<collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   409
<collection name="omxil" long-name="OpenMAX IL" level="hw-if">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   410
<component name="omxilapi" long-name="OpenMAX IL API" introduced="^3" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   411
<unit bldFile="/sf/os/mm/omxil/omxilapi/group" mrp="/sf/os/mm/omxil/omxilapi/group/multimedia_omx_il_api.mrp" version="1"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   412
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   413
<component name="omxilcore" long-name="OpenMAX IL Core" introduced="^3" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   414
<unit bldFile="/sf/os/mm/omxil/omxilcore/group" mrp="/sf/os/mm/omxil/omxilcore/group/multimedia_omx_il_core.mrp" version="1"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   415
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   416
<component name="omxilcomponentcommon" long-name="OpenMAX IL Component Framework" introduced="^3" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   417
<unit bldFile="/sf/os/mm/omxil/omxilcomponentcommon/group" mrp="/sf/os/mm/omxil/omxilcomponentcommon/group/multimedia_omx_il_comp.mrp" version="1"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   418
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   419
<component name="omxilrefcomps" long-name="OpenMAX IL Reference Components" introduced="^3" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   420
<unit bldFile="/sf/os/mm/omxil/omxilrefcomps/ref_components/group" mrp="/sf/os/mm/omxil/omxilrefcomps/ref_components/group/multimedia_omx_il_comp_ref.mrp" version="1"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   421
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   422
<component name="mmilapi" long-name="Multimedia Integration Layer API" introduced="^3" purpose="development">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   423
<unit bldFile="/sf/os/mm/omxil/mmilapi/group" mrp="/sf/os/mm/omxil/mmilapi/group/multimedia_il_api.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   424
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   425
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   426
<collection name="devsound" long-name="Sound Device" level="devices">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   427
<component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   428
<unit bldFile="/sf/os/mm/devsound/devsoundapi/group" mrp="/sf/os/mm/devsound/devsoundapi/group/multimedia_mdf_devsound_api.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   429
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   430
<component name="a3fdevsound" long-name="A3F DevSound" introduced="^2" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   431
<unit bldFile="/sf/os/mm/devsound/a3fdevsound/group" mrp="/sf/os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   432
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   433
<component name="a3facf" long-name="A3F Audio Component Framework" introduced="^2" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   434
<unit bldFile="/sf/os/mm/devsound/a3facf/group" mrp="/sf/os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   435
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   436
<component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   437
<unit bldFile="/sf/os/mm/devsound/devsoundpluginsupport/group" mrp="/sf/os/mm/devsound/devsoundpluginsupport/group/multimedia_mdf_devsound_pluginsupport.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   438
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   439
<component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   440
<unit bldFile="/sf/os/mm/devsound/devsoundrefplugin/group" mrp="/sf/os/mm/devsound/devsoundrefplugin/group/multimedia_mdf_devsound_refplugin.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   441
</component>
514
dac9fd4a6922 Update package models from latest system model (platform@d39d61e6a1b0)
Dario Sestito <darios@symbian.org>
parents: 513
diff changeset
   442
<component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" deprecated="^4" plugin="Y">
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   443
<unit bldFile="/sf/os/mm/devsound/sounddevbt/group" mrp="/sf/os/mm/devsound/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   444
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   445
<component name="a3ftrace" long-name="A3F Trace Utility" introduced="^2" purpose="development">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   446
<unit bldFile="/sf/os/mm/devsound/a3ftrace/group" mrp="/sf/os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   447
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   448
<component name="a3fsrvstart" long-name="A3F Server Start" introduced="^2" purpose="optional" plugin="Y">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   449
<unit bldFile="/sf/os/mm/devsound/a3fsrvstart/group" mrp="/sf/os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   450
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   451
</collection>
465
2f64eb39c7c3 Update package models from latest system model (platform@ab11787d8b2f)
Dario Sestito <darios@symbian.org>
parents: 354
diff changeset
   452
<collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adapt">
304
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   453
<component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   454
<unit bldFile="/sf/os/mm/devsound/hwdevapi/group" mrp="/sf/os/mm/devsound/hwdevapi/group/multimedia_mdf_devsound_hwdev.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   455
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   456
<component name="a3facl" long-name="A3F Audio Component Library" introduced="^2" purpose="development">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   457
<unit bldFile="/sf/os/mm/mmhais/a3facl/group" mrp="/sf/os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   458
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   459
<component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="^2" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   460
<unit bldFile="/sf/os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="/sf/os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   461
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   462
<component name="refacladapt" long-name="Reference ACL Adaptation" introduced="^2" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   463
<unit bldFile="/sf/os/mm/mmhais/refacladapt/group" mrp="/sf/os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   464
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   465
<component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   466
<unit bldFile="/sf/os/mm/mmhais/videohai/group" mrp="/sf/os/mm/mmhais/videohai/group/multimedia_videohai.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   467
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   468
<component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="^2" purpose="optional">
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   469
<unit bldFile="/sf/os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="/sf/os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   470
</component>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   471
</collection>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   472
</block>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   473
  </layer>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   474
 </systemModel>
34513d6de7cd Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   475
</SystemDefinition>