symbian4/os/devicesrv/package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 20 Oct 2010 15:04:25 +0100
changeset 466 37f503631eab
parent 425 2b5206a690f5
permissions -rw-r--r--
Update package models from latest system model (platform@ab11787d8b2f)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
305
123e27c43968 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"?>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
425
2b5206a690f5 Update package models from latest system model (platform@48ad07c2132c)
Dario Sestito <darios@symbian.org>
parents: 407
diff changeset
    53
<SystemDefinition name="Symbian^4" schema="2.0.1">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <systemModel>
123e27c43968 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">
466
37f503631eab Update package models from latest system model (platform@ab11787d8b2f)
Dario Sestito <darios@symbian.org>
parents: 425
diff changeset
    56
   <block name="devicesrv" level="services" levels="adapt hw-if plugin framework server app-if" long-name="Device Services">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
<collection name="devicesrv_pub" long-name="Device Services Public Interfaces" level="app-if">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    58
<component name="platform_path_definitions_api" long-name="Platform Path Definitions API" filter="s60,bldmefirst" purpose="optional" class="api">
337
921124097970 Update package models from latest system model (platform@011afa5a8776)
Dario Sestito <darios@symbian.org>
parents: 332
diff changeset
    59
<!-- this needs to be moved to deviceplatformrelease -->
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    62
<component name="common_platform_security_definitions_api" long-name="Common Platform Security Definitions API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    65
<component name="feature_discovery_api" long-name="Feature Discovery API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/feature_discovery_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    68
<component name="platform_environment_api" long-name="Platform Environment API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/platform_environment_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    71
<component name="sensor_channel_api" long-name="Sensor Channel API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    72
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/sensor_channel_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    73
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    74
<component name="sensor_definitions_api" long-name="Sensor Definitions API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    75
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/sensor_definitions_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    76
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    77
<component name="version_info_api" long-name="Version Info API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    78
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/version_info_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    79
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    80
<component name="accessory_monitoring_api" long-name="Accessory Monitoring API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/accessory_monitoring_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    82
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    83
<component name="haptics_api" long-name="Haptics API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/haptics_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    86
<component name="sensor_data_compensator_api" long-name="Sensor Data Compensator API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
<unit bldFile="/sf/os/devicesrv/devicesrv_pub/sensor_data_compensator_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
<collection name="devicesrv_plat" long-name="Device Services Platform Interfaces" level="app-if">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    91
<component name="configuration_file_parser_api" long-name="Configuration File Parser API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/configuration_file_parser_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    94
<component name="dos_extension_plugin_api" long-name="DOS Extension Plug-In API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/dos_extension_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
    97
<component name="mediator_command_initiator_api" long-name="Mediator Command Initiator API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/mediator_command_initiator_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   100
<component name="syslangutil_api" long-name="SysLangUtil API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   101
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/syslangutil_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   103
<component name="wakeup_alarm_api" long-name="Wakeup Alarm API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/wakeup_alarm_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   106
<component name="disk_and_memory_level_keys_api" long-name="Disk and Memory Level Keys API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/disk_and_memory_level_keys_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   109
<component name="mediator_plugin_api" long-name="Mediator Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/mediator_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   112
<component name="headset_status_api" long-name="Headset Status API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/headset_status_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   114
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   115
<component name="system_startup_extension_plugin_api" long-name="System Startup Extension Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   116
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/system_startup_extension_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   118
<component name="sensor_plugin_api" long-name="Sensor Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   119
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/sensor_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   121
<component name="accessory_api" long-name="Accessory API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   122
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   124
<component name="display_language_definition_api" long-name="Display Language Definition API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   125
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/display_language_definition_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   126
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   127
<component name="mediator_command_responder_api" long-name="Mediator Command Responder API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   128
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/mediator_command_responder_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   129
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   130
<component name="accessory_policy_definitions_api" long-name="Accessory Policy Definitions API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   131
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_policy_definitions_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   132
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   133
<component name="hw_settings_api" long-name="Hardware Settings API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   134
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/hw_settings_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   135
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   136
<component name="mediator_domain_definitions_api" long-name="Mediator Domain Definitions API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   137
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/mediator_domain_definitions_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   138
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   139
<component name="sensor_extension_api" long-name="Sensor Extension API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   140
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/sensor_extension_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   141
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   142
<component name="accessory_plugin_api" long-name="Accessory Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   143
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   144
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   145
<component name="sae_api" long-name="SAE API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   146
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/sae_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   147
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   148
<component name="accessory_control_api" long-name="Accessory Control API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   149
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_control_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   150
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   151
<component name="mediator_static_registration_api" long-name="Mediator Static Registration API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   152
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/mediator_static_registration_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   153
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   154
<component name="accessory_key_event_handling_api" long-name="Accessory Key Event Handling API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   155
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_key_event_handling_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   156
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   157
<component name="mediator_notification_api" long-name="Mediator Notification API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   158
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/mediator_notification_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   159
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   160
<component name="accessory_policy_utility_api" long-name="Accessory Policy Utility API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   161
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_policy_utility_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   162
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   163
<component name="common_dsy_plugin_api" long-name="Common DSY Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   164
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/common_dsy_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   165
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   166
<component name="remote_control_extension_api" long-name="Remote Control Extension API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   167
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/remote_control_extension_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   168
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   169
<component name="sensor_channel_filter_api" long-name="Sensor Channel Filter API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   170
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/sensor_channel_filter_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   171
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   172
<component name="dos_extension_api" long-name="DOS Extension API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   173
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/dos_extension_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   174
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   175
<component name="accessory_audio_control_api" long-name="Accessory Audio Control API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   176
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_audio_control_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   177
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   178
<component name="mediator_event_consumer_api" long-name="Mediator Event Consumer API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   179
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/mediator_event_consumer_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   180
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   181
<component name="shared_data_api" long-name="Shared Data API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   182
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/shared_data_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   183
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   184
<component name="accessory_settings_api" long-name="Accessory Settings API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   185
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_settings_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   186
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   187
<component name="accessory_bluetooth_control_api" long-name="Accessory Bluetooth Control API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   188
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_bluetooth_control_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   189
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   190
<component name="extended_version_info_api" long-name="Extended Version Info API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   191
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/extended_version_info_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   192
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   193
<component name="mediator_event_provider_api" long-name="Mediator Event Provider API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   194
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/mediator_event_provider_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   195
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   196
<component name="tv_out_config_api" long-name="TV Out Config API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   197
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/tv_out_config_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   198
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   199
<component name="tspclientmapper_api" long-name="TSP Client Mapper API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   200
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/tspclientmapper_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   201
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   202
<component name="powersave_api" long-name="Power Save API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   203
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/powersave_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   204
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   205
<component name="powersave_definitions_api" long-name="Power Save Definitions API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   206
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/powersave_definitions_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   207
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   208
<component name="powersave_plugin_api" long-name="Power Save Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   209
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/powersave_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   210
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   211
<component name="extended_version_info_plugin_api" long-name="Extended Version Info Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   212
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/extended_version_info_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   213
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   214
<component name="haptics_plugin_api" long-name="Haptics Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   215
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/haptics_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   216
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   217
<component name="haptics_effect_data_getter_plugin_api" long-name="Haptics Effect Data Getter Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   218
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/haptics_effect_data_getter_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   219
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   220
<component name="haptics_packetizer_plugin_api" long-name="Haptics Packetizer Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   221
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/haptics_packetizer_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   222
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   223
<component name="tiltcompensation_api" long-name="Tilt Compensation API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   224
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/tiltcompensation_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   225
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   226
<component name="disk_notification_handler_api" long-name="Disk Notification Handler API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   227
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/disk_notification_handler_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   228
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   229
<component name="accessory_policy_usb_audio_api" long-name="Accessory Policy USB Audio API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   230
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_policy_usb_audio_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   231
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   232
<component name="accessory_policy_hdmi_audio_api" long-name="Accessory Policy HDMI Audio API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   233
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/accessory_policy_hdmi_audio_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   234
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   235
<component name="sensor_data_compensator_plugin_api" long-name="Sensor Data Compensator Plugin API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   236
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/sensor_data_compensator_plugin_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   237
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   238
<component name="ddc_access_api" long-name="DDC Access API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   239
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/ddc_access_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   240
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   241
<component name="tv_out_behaviour_api" long-name="TV Out Behaviour API" filter="s60" purpose="optional" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   242
<unit bldFile="/sf/os/devicesrv/devicesrv_plat/tv_out_behaviour_api/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   243
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   244
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   245
<collection name="accessoryservices" long-name="Accessory Services" level="framework">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   246
<component name="accessorymonitor" long-name="Accessory Monitor" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   247
<unit bldFile="/sf/os/devicesrv/accessoryservices/accessorymonitor/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   248
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   249
<component name="accessoryremotecontrol" long-name="Accessory Remote Control" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   250
<unit bldFile="/sf/os/devicesrv/accessoryservices/accessoryremotecontrol/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   251
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   252
<component name="accessoryserver" long-name="Accessory Server" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   253
<unit bldFile="/sf/os/devicesrv/accessoryservices/accessoryserver/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   254
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   255
<component name="pluggeddisplay" long-name="Plugged Display" introduced="^3" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   256
<unit bldFile="/sf/os/devicesrv/accessoryservices/pluggeddisplay/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   257
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   258
<component name="headsetstatusapi" long-name="Headset Status API" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   259
<unit bldFile="/sf/os/devicesrv/accessoryservices/headsetstatusapi/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   260
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   261
<component name="tspclientmapper" long-name="TSP Client Mapper" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   262
<unit bldFile="/sf/os/devicesrv/accessoryservices/tspclientmapper/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   263
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   264
<component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   265
<unit bldFile="/sf/os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="/sf/os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   266
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   267
<component name="gid_pc_tool" long-name="Generic ID PC Tool" filter="s60" purpose="optional" class="tool PC">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   268
<unit bldFile="/sf/os/devicesrv/accessoryservices/gid_pc_tool/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   269
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   270
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   271
<collection name="commonservices" long-name="Common Services" level="app-if">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   272
<component name="commonengine" long-name="Common Engine" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   273
<unit bldFile="/sf/os/devicesrv/commonservices/commonengine/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   274
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   275
<component name="commonengineresources" long-name="Common Engine Resources" filter="s60" purpose="optional" class="config">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   276
<unit bldFile="/sf/os/devicesrv/commonservices/commonengineresources/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   277
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   278
<component name="platformenv" long-name="Platform Environment" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   279
<unit bldFile="/sf/os/devicesrv/commonservices/platformenv/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   280
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   281
<component name="sysutil" long-name="System Utilities" introduced="ER5" purpose="mandatory">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   282
<unit bldFile="/sf/os/devicesrv/commonservices/sysutil/group" mrp="/sf/os/devicesrv/commonservices/sysutil/group/sysutil.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   283
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   284
<component name="activitymanager" long-name="Activity Manager" introduced="ER5" purpose="mandatory">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   285
<unit bldFile="/sf/os/devicesrv/commonservices/activitymanager/group" mrp="/sf/os/devicesrv/commonservices/activitymanager/group/activitymanager.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   286
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   287
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   288
<collection name="dosservices" long-name="Domestic Operating System Services" level="hw-if">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   289
<component name="commondsy" long-name="Common DSY" filter="s60" purpose="optional" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   290
<unit bldFile="/sf/os/devicesrv/dosservices/commondsy/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   291
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   292
<component name="dosserver" long-name="Domestic OS Server" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   293
<unit bldFile="/sf/os/devicesrv/dosservices/dosserver/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   294
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   295
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   296
<collection name="sensorservices" long-name="Sensor Services" level="framework">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   297
<component name="sensorserver" long-name="Sensor Server" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   298
<unit bldFile="/sf/os/devicesrv/sensorservices/sensorserver/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   299
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   300
<component name="orientationssy" long-name="Orientation SSY" filter="s60" purpose="optional" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   301
<unit bldFile="/sf/os/devicesrv/sensorservices/orientationssy/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   302
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   303
<component name="tiltcompensationssy" long-name="Tilt Compensation SSY" filter="s60" purpose="optional" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   304
<unit bldFile="/sf/os/devicesrv/sensorservices/tiltcompensationssy/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   305
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   306
<component name="sensordatacompensator" long-name="Sensor Data Compensator" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   307
<unit bldFile="/sf/os/devicesrv/sensorservices/sensordatacompensator/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   308
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   309
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   310
<collection name="hwrmhaptics" long-name="HWRM Haptics" level="plugin">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   311
<component name="hapticseffectdatagetterfw" long-name="Haptics Effect Data Getter Framework" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   312
<unit bldFile="/sf/os/devicesrv/hwrmhaptics/hapticseffectdatagetterfw/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   313
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   314
<component name="hapticspluginservice" long-name="Haptics Plugin Service" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   315
<unit bldFile="/sf/os/devicesrv/hwrmhaptics/hapticspluginservice/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   316
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   317
<component name="hapticspacketizer" long-name="Haptics Packetizer" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   318
<unit bldFile="/sf/os/devicesrv/hwrmhaptics/hapticspacketizer/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   319
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   320
<component name="hapticspluginmanager" long-name="Haptics Plugin Manager" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   321
<unit bldFile="/sf/os/devicesrv/hwrmhaptics/hapticspluginmanager/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   322
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   323
<component name="hapticsserver" long-name="Haptics Server" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   324
<unit bldFile="/sf/os/devicesrv/hwrmhaptics/hapticsserver/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   325
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   326
<component name="hapticsclient" long-name="Haptics Client" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   327
<unit bldFile="/sf/os/devicesrv/hwrmhaptics/hapticsclient/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   328
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   329
<component name="hwrmhaptics_build" long-name="HWRM Haptics Build" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   330
<!-- move these exports into the appropriate above components and delete this component-->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   331
<unit bldFile="/sf/os/devicesrv/hwrmhaptics/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   332
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   333
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   334
<collection name="mediator" long-name="Mediator" level="app-if">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   335
<!--collection is really a component. Move it down a directory -->
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   336
<component name="mediator_build" long-name="Mediator Build" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   337
<unit bldFile="/sf/os/devicesrv/mediator/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   338
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   339
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   340
<collection name="psmservices" long-name="Power Save Mode Services" level="app-if">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   341
<component name="psmserver" long-name="PSM Server" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   342
<unit bldFile="/sf/os/devicesrv/psmservices/psmserver/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   343
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   344
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   345
<collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   346
<component name="hwrmfmtxwatcherplugin" long-name="HWRM FM Transmitter Watcher Plugin" filter="s60" purpose="optional" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   347
<unit bldFile="/sf/os/devicesrv/resourcemgmt/hwrmfmtxwatcherplugin/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   348
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   349
<component name="hwrmtargetmodifierplugin" long-name="HWRM Target Modifier Plugin" filter="s60" purpose="optional" plugin="Y">
320
7975a56cd8c7 Update package models from latest system model (platform@7416e702e1f3)
Dario Sestito <darios@symbian.org>
parents: 305
diff changeset
   350
<unit bldFile="/sf/os/devicesrv/resourcemgmt/hwrmtargetmodifierplugin/group"/>
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   351
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   352
<component name="vibractrl" long-name="Vibra Control" deprecated="9.1" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   353
<unit bldFile="/sf/os/devicesrv/resourcemgmt/vibractrl/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   354
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   355
<component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="^2" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   356
<unit bldFile="/sf/os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="/sf/os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   357
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   358
<component name="hwresourcesmgrconfig" long-name="Hardware Resources Manager Config" introduced="^3" purpose="optional" class="config">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   359
<unit bldFile="/sf/os/devicesrv/resourcemgmt/hwresourcesmgrconfig" mrp="/sf/os/devicesrv/resourcemgmt/hwresourcesmgrconfig/telephony_hwrm-config.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   360
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   361
<component name="resourcemgmt_data" long-name="Resource Management Data" filter="s60" purpose="optional" class="config">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   362
<unit bldFile="/sf/os/devicesrv/resourcemgmt/data"/>
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   363
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   364
<component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   365
<unit bldFile="/sf/os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="/sf/os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   366
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   367
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   368
<collection name="sysstatemgmt" long-name="System State Management" level="server">
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   369
<component name="ssmmapperutility" long-name="SSM Mapper Utility" introduced="^3" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   370
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/ssmmapperutility/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   371
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   372
<component name="ssmpolicyplugins" long-name="SSM Policy Plugins" introduced="^3" filter="s60" purpose="optional" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   373
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/ssmpolicyplugins/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   374
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   375
<component name="ssmutilityplugins" long-name="SSM Utility Plugins" introduced="^3" filter="s60" purpose="optional" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   376
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/ssmutilityplugins/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   377
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   378
<component name="ssmcmdlists" long-name="SSM Command Lists" introduced="^3" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   379
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/ssmcmdlists/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   380
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   381
<component name="ssmcustcmds" long-name="SSM Custom Commands" introduced="^3" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   382
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/ssmcustcmds/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   383
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   384
<component name="syslangutil" long-name="System Language Utility" introduced="^3" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   385
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/syslangutil/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   386
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   387
<component name="sysrestart" long-name="System Restart" introduced="^3" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   388
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/sysrestart/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   389
</component>
407
af9a3c6582bb Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents: 395
diff changeset
   390
<component name="sysuiprovider" long-name="System UI Provider" introduced="^3" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   391
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/sysuiprovider/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   392
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   393
<component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="^3" purpose="mandatory">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   394
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/systemstarter/group" mrp="/sf/os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   395
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   396
<component name="systemstatemgr" long-name="System State Manager" introduced="^3" purpose="mandatory">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   397
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/systemstatemgr/group" mrp="/sf/os/devicesrv/sysstatemgmt/systemstatemgr/group/app-framework_ssma.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   398
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   399
<component name="systemstateplugins" long-name="System State Plugins" introduced="^3" purpose="optional" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   400
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/systemstateplugins/group" mrp="/sf/os/devicesrv/sysstatemgmt/systemstateplugins/group/app-framework_ssplugins.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   401
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   402
<component name="systemstatereferenceplugins" long-name="System State Reference Plugins" introduced="^3" purpose="optional" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   403
<unit bldFile="/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/group" mrp="/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/group/app-framework_ssrefplugins.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   404
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   405
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   406
<collection name="resourceinterfaces" long-name="Resource Interfaces" level="hw-if">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   407
<component name="fmtransmittercontrol" long-name="FM Transmitter Control" introduced="^3" purpose="optional">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   408
<unit bldFile="/sf/os/devicesrv/resourceinterfaces/fmtransmittercontrol/group" mrp="/sf/os/devicesrv/resourceinterfaces/fmtransmittercontrol/group/telephony_hwrmfmtx.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   409
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   410
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   411
<collection name="systemhealthmanagement" long-name="System Health Management" level="server">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   412
<component name="systemhealthmgr" long-name="System Health Manager" introduced="^3" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   413
<unit bldFile="/sf/os/devicesrv/systemhealthmanagement/systemhealthmgr/group" mrp="/sf/os/devicesrv/systemhealthmanagement/systemhealthmgr/group/app-framework_shma.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   414
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   415
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   416
<collection name="devicesrvapitest" long-name="Devices Services API Tests" level="app-if"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   417
<collection name="devicesrv_info" long-name="Device Services Info" level="app-if">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   418
<component name="devicesrv_metadata" long-name="Device Services Metadata" introduced="^2" purpose="development" class="config PC">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   419
<unit mrp="/sf/os/devicesrv/devicesrv_info/devicesrv_metadata/devicesrv_metadata.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   420
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   421
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   422
</block>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   423
  </layer>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   424
 </systemModel>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   425
</SystemDefinition>