symbian4/mw/remoteconn/package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 21 Jul 2010 16:34:19 +0100
changeset 351 9e7a463cb657
parent 349 13018254ec2a
child 356 93727cbf84bf
permissions -rw-r--r--
Update package models from latest system model (platform@a8b07977fbe2)
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
]>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    53
<SystemDefinition schema="2.0.1" name="Symbian^4">
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="mw" long-name="Middleware" levels="generic specific">
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    56
   <block name="remoteconn" level="generic" levels="plugin framework server generic specific" long-name="Remote Connectivity">
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    57
<collection name="remoteconn_info" long-name="Remote Connectivity Info" level="specific">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
<component name="remoteconn_metadata" long-name="Remote Connectivity 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
    59
<unit mrp="/sf/mw/remoteconn/remoteconn_info/remoteconn_metadata/remoteconn_metadata.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
</collection>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    62
<collection name="remoteconn_plat" long-name="Remote Connectivity Platform Interfaces" level="specific">
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    63
<component name="dialup_connection_status_api" long-name="Dialup Connection Status API" filter="s60" purpose="optional" class="api">
342
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    64
<unit bldFile="/sf/mw/remoteconn/remoteconn_plat/dialup_connection_status_api/group"/>
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    65
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    66
<component name="dun_secondary_display_notification_api" long-name="Dialup Secondary Display Notification API" filter="s60" purpose="optional" class="api">
342
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    67
<unit bldFile="/sf/mw/remoteconn/remoteconn_plat/dun_secondary_display_notification_api/group"/>
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    68
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    69
<component name="generic_hid_api" long-name="Generic HID API" filter="s60" purpose="optional" class="api">
342
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    70
<!-- Missing? <meta rel="Api" href="remoteconn_plat/generic_hid_api/generic_hid_api.metaxml"/> -->
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    71
<unit bldFile="/sf/mw/remoteconn/remoteconn_plat/generic_hid_api/group"/>
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    72
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    73
<component name="locod_bearer_plugin_api" long-name="Local Connectivity Daemon Bearer Plugin API" filter="s60" purpose="optional" class="api">
342
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    74
<!-- Missing? <meta rel="Api" href="remoteconn_plat/locod_bearer_plugin_api/locod_bearer_plugin_api.metaxml"/> -->
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    75
<unit bldFile="/sf/mw/remoteconn/remoteconn_plat/locod_bearer_plugin_api/group"/>
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    76
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    77
<component name="locod_service_plugin_api" long-name="Local Connectivity Daemon Service Plugin API" filter="s60" purpose="optional" class="api">
342
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    78
<!-- Missing? <meta rel="Api" href="remoteconn_plat/locod_service_plugin_api/locod_service_plugin_api.metaxml"/> -->
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    79
<unit bldFile="/sf/mw/remoteconn/remoteconn_plat/locod_service_plugin_api/group"/>
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    80
</component>
5d84c913c96e Update package models from latest system model (platform@2afa7a14cedb)
Dario Sestito <darios@symbian.org>
parents: 337
diff changeset
    81
</collection>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    82
<collection name="localconnectivityservice" long-name="Local Connectivity Service" level="server">
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    83
<component name="locod" long-name="Local Connectivity Daemon" introduced="^4" filter="s60" purpose="optional">
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    84
<unit bldFile="/sf/mw/remoteconn/localconnectivityservice/locod/group"/>
349
13018254ec2a Update package models from latest system model (platform@2aec61aaabda)
Dario Sestito <darios@symbian.org>
parents: 342
diff changeset
    85
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    86
<component name="dun" long-name="Dial-Up Networking" introduced="^4" filter="s60" purpose="optional">
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    87
<unit bldFile="/sf/mw/remoteconn/localconnectivityservice/dun/group"/>
349
13018254ec2a Update package models from latest system model (platform@2aec61aaabda)
Dario Sestito <darios@symbian.org>
parents: 342
diff changeset
    88
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    89
<component name="generichid" long-name="Generic Human-Interface Device" introduced="^4" filter="s60" purpose="optional">
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    90
<unit bldFile="/sf/mw/remoteconn/localconnectivityservice/generichid/group"/>
349
13018254ec2a Update package models from latest system model (platform@2aec61aaabda)
Dario Sestito <darios@symbian.org>
parents: 342
diff changeset
    91
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    92
<component name="headset" long-name="Headset" introduced="^4" filter="s60" purpose="optional">
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    93
<unit bldFile="/sf/mw/remoteconn/localconnectivityservice/headset/group"/>
349
13018254ec2a Update package models from latest system model (platform@2aec61aaabda)
Dario Sestito <darios@symbian.org>
parents: 342
diff changeset
    94
</component>
13018254ec2a Update package models from latest system model (platform@2aec61aaabda)
Dario Sestito <darios@symbian.org>
parents: 342
diff changeset
    95
</collection>
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
<collection name="mtptransports" long-name="MTP Transports" level="plugin">
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
    97
<component name="mtpusbtransport" long-name="MTP USB Transport" introduced="^2" 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
    98
<unit bldFile="/sf/mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="/sf/mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   100
<component name="mtpptpiptransport" long-name="MTP PTP-IP Transport" 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
   101
<unit bldFile="/sf/mw/remoteconn/mtptransports/mtpptpiptransport/group" mrp="/sf/mw/remoteconn/mtptransports/mtpptpiptransport/group/mtp_ptpip.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
<collection name="mtpfws" long-name="MTP Frameworks" level="framework">
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   105
<component name="mtpfw" long-name="MTP Framework" introduced="^2" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   106
<unit bldFile="/sf/mw/remoteconn/mtpfws/mtpfw/group" mrp="/sf/mw/remoteconn/mtpfws/mtpfw/group/mtp_framework.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   108
<component name="devdpextn" long-name="MTP Device Provider Extension" introduced="^4" filter="s60" purpose="optional">
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   109
<!-- can't have a component inside another component. Need to move to mtpfws/devdpextn/group -->
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   110
<unit bldFile="/sf/mw/remoteconn/mtpfws/mtpfw/dataproviders/devdp/devdpextn/group"/>
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   111
</component>
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   112
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
<collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   114
<component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="^2" 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
   115
<unit bldFile="/sf/mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="/sf/mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   116
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   117
<component name="mtpimagedp" long-name="MTP Image Data Provider" 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
   118
<unit bldFile="/sf/mw/remoteconn/mtpdataproviders/mtpimagedp/group" mrp="/sf/mw/remoteconn/mtpdataproviders/mtpimagedp/group/mtp_imagedp.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   119
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   120
<component name="mtppictbridgedp" long-name="MTP PictBridge Data Provider" 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
   121
<unit bldFile="/sf/mw/remoteconn/mtpdataproviders/mtppictbridgedp/group" mrp="/sf/mw/remoteconn/mtpdataproviders/mtppictbridgedp/group/mtp_pictbridgedp.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   122
</component>
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   123
<component name="pictbridgeengine" long-name="MTP PictBridge Engine" introduced="^4" filter="s60" purpose="optional">
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   124
<!-- can't have a component inside another component. Need to move to mtpdataproviders/pictbridgeengine/group -->
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   125
<unit bldFile="/sf/mw/remoteconn/mtpdataproviders/mtppictbridgedp/pictbridgeengine/group"/>
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   126
</component>
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   127
<component name="mtpplaybackcontroldp" long-name="MTP Playback Control Data Provider" introduced="^4" filter="s60" purpose="optional" plugin="Y">
337
921124097970 Update package models from latest system model (platform@011afa5a8776)
Dario Sestito <darios@symbian.org>
parents: 332
diff changeset
   128
<unit bldFile="/sf/mw/remoteconn/mtpdataproviders/mtpplaybackcontroldp/group" mrp="/sf/mw/remoteconn/mtpdataproviders/mtpplaybackcontroldp/group/mtp_playbackcontroldp.mrp"/>
921124097970 Update package models from latest system model (platform@011afa5a8776)
Dario Sestito <darios@symbian.org>
parents: 332
diff changeset
   129
</component>
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   130
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   131
<collection name="backupandrestore" long-name="Backup and Restore" level="specific">
351
9e7a463cb657 Update package models from latest system model (platform@a8b07977fbe2)
Dario Sestito <darios@symbian.org>
parents: 349
diff changeset
   132
<component name="backupengine" long-name="Backup Engine" introduced="9.0" filter="s60" purpose="optional">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   133
<unit bldFile="/sf/mw/remoteconn/backupandrestore/backupengine/group" mrp="/sf/mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   134
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   135
<component name="backuptest" long-name="Backup Test" introduced="^2" purpose="development">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   136
<unit bldFile="/sf/mw/remoteconn/backupandrestore/backuptest/group" mrp="/sf/mw/remoteconn/backupandrestore/backuptest/group/connectivity_backuptest.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   137
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   138
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   139
<collection name="obex" long-name="OBEX" level="generic">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   140
<component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   141
<unit bldFile="/sf/mw/remoteconn/obex/obexprotocol/group" mrp="/sf/mw/remoteconn/obex/obexprotocol/group/obex.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   142
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   143
<component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   144
<unit bldFile="/sf/mw/remoteconn/obex/obexextensionapi/group" mrp="/sf/mw/remoteconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   145
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   146
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   147
</block>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   148
  </layer>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   149
 </systemModel>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   150
</SystemDefinition>