symbian3/os/kernelhwsrv/package_definition.xml
author Dario Sestito <darios@symbian.org>
Tue, 01 Jun 2010 17:27:34 +0100
changeset 269 96bc1f23ffac
parent 225 ca0986c8ace9
child 284 af166aaa8452
permissions -rw-r--r--
Update package models from latest system model (platform@dad7d9368c7c)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
225
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
269
96bc1f23ffac Update package models from latest system model (platform@dad7d9368c7c)
Dario Sestito <darios@symbian.org>
parents: 225
diff changeset
    53
<SystemDefinition schema="2.0.1" name="Symbian^3">
225
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
<systemModel>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
<layer name="os" long-name="OS" levels="hw services">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    56
<block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
<collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
<component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    59
<unit mrp="/sf/os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    62
<collection name="bsptemplate" long-name="Board Support Package Template" level="hw-if">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
<component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
<unit bldFile="/sf/os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="/sf/os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
<collection name="kernel" long-name="Kernel Architecture" level="adaptation">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
<component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka" mrp="/sf/os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    71
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    72
<collection name="kerneltest" long-name="Kernel Test" level="hw-if">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    73
<component name="e32utils" long-name="E32 Utilities" purpose="development">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    74
<unit bldFile="/sf/os/kernelhwsrv/kerneltest/e32utils/group" mrp="/sf/os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    75
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    76
<component name="e32test" long-name="E32 Tests" purpose="development">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    77
<unit bldFile="/sf/os/kernelhwsrv/kerneltest/e32test/group" mrp="/sf/os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    78
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    79
<component name="f32test" long-name="File Server Tests" purpose="development">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    80
<unit bldFile="/sf/os/kernelhwsrv/kerneltest/f32test/group" mrp="/sf/os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    82
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    83
<collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
<component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
<component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/soundsc" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/soundsc/base_e32_drivers_sound.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
<component name="serialldd" long-name="Serial Port Drivers" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    91
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
<component name="legacydrivers" long-name="Legacy Drivers" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    94
<unit mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
<component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    97
<!-- these are LDDs for storage media-->
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   100
<component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   101
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/debug/group" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/debug/group/base_e32_drivers_debug.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
<component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/trace" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   106
<component name="cameraldd" long-name="Camera Drivers" introduced="^3" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/camerasc" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/camerasc/base_drivers_camerasc.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
<component name="displayldd" long-name="Display Drivers" introduced="^3" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
<!-- owned and maintained by graphics package. To be moved there as soon as technical limitations are resolved -->
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/display" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/display/base_e32_drivers_display.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   112
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
<component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   114
<!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved -->
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   115
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   116
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
<component name="usbdescriptors" long-name="USB Descriptors" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
<!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved -->
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   119
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/usbho/usbdescriptors" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/usbho/usbdescriptors/base_drivers_usbdescriptors.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
<component name="usbdi_utils" long-name="USB DI Utils" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   122
<!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved -->
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/usbho/usbdi_utils" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/usbho/usbdi_utils/base_drivers_usbdi_utils.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   124
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   125
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   126
<collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   127
<component name="mediadrivers" long-name="Media Drivers" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   128
<!-- these are for storage media-->
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   129
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/media" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   130
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   131
<component name="genericboardsupport" long-name="Generic Board Support" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   132
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   133
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   134
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   135
<collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   136
<component name="euser" long-name="User Library" purpose="mandatory">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   137
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/euser" mrp="/sf/os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   138
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   139
<component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   140
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/compsupp" mrp="/sf/os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   141
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   142
<component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   143
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   144
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   145
<component name="estart" long-name="Base Starter" filter="gt" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   146
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   147
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   148
<component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   149
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="/sf/os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   150
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   151
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   152
<collection name="filesystems" long-name="File Systems" level="framework">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   153
<component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   154
<unit mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   155
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   156
<component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   157
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   158
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   159
<component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   160
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   161
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   162
<component name="usbhostmssrv" long-name="USB Host Mass Storage Server" filter="gt" introduced="^3" purpose="optional" plugin="Y">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   163
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/shostmassstorage" mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/shostmassstorage/base_f32_shostmassstorage.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   164
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   165
<component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   166
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   167
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   168
<component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   169
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   170
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   171
<component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   172
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   173
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   174
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   175
<collection name="halservices" long-name="HAL Services" level="framework">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   176
<component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   177
<unit bldFile="/sf/os/kernelhwsrv/halservices/hal" mrp="/sf/os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   178
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   179
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   180
<collection name="textmodeshell" long-name="Text Mode Shell" level="test">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   181
<component name="e32wsrv" long-name="Text Window Server" purpose="optional">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   182
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/ewsrv" mrp="/sf/os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   183
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   184
<component name="textshell" long-name="Text Shell" filter="gt" purpose="development">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   185
<unit bldFile="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="/sf/os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   186
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   187
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   188
<collection name="baseapitest" long-name="Base API Tests" level="test"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   189
<collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   190
<component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="^2" purpose="development" class="config PC">
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   191
<unit mrp="/sf/os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   192
</component>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   193
</collection>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   194
</block>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   195
</layer>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   196
</systemModel>
ca0986c8ace9 Fix removal of symbian3 package definitions
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   197
</SystemDefinition>