symbian2/micro/sysdefs/system_model.xml
author Simon Howkins <simonh@symbian.org>
Fri, 11 Dec 2009 10:50:35 +0000
changeset 322 0110806ed7c5
parent 319 84edfc198c24
permissions -rw-r--r--
Changed the order of the raptor targets in sf.spec.sbs.tools.config so that if the build system were to build the targets in the specified order, then that would be the right order.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
212
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     2
<SystemDefinition name="foundation" schema="2.0.1">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     3
 <systemModel>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     4
  <layer name="os" long-name="OS" levels="hw services">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     5
   <block name="deviceplatformrelease" long-name="Device Platform Release" tech_domain="to" level="services" levels="bld mid top">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     6
    <collection name="s60extras" long-name="S60 Extras" level="mid">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     7
     <component name="s60extras_build" long-name="S60 Extras Component" origin-model="foundation">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     8
      <unit bldFile="os/deviceplatformrelease/s60extras/group"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     9
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    10
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    11
    <collection name="s60locfiles" long-name="S60 Loc Files" level="mid">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    12
     <component name="s60locfiles_build" long-name="S60 Loc Files Component" origin-model="foundation">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    13
      <unit bldFile="os/deviceplatformrelease/s60locfiles/group"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    14
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    15
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    16
    <collection name="version" long-name="Version" level="top">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    17
     <component name="version_build" long-name="Version Component" origin-model="foundation">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    18
      <unit bldFile="os/deviceplatformrelease/version/group"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    19
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    20
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    21
    <collection name="sf_config" long-name="SF Config" level="mid">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    22
     <component name="config" origin-model="foundation">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    23
      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/apac/group"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    24
      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/group"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    25
      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/japan/group"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    26
      <!-- <unit bldFile="os/deviceplatformrelease/sf_config/config/western/group"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    27
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    28
    </collection>
317
d9ce88d8ccf4 Removed RnD repositories not needed for the build.
Simon Howkins <simonh@symbian.org>
parents: 212
diff changeset
    29
    <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
212
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    30
     <component name="cedarutils" long-name="Cedar Utils" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    31
      <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    32
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    33
     <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    34
      <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    35
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    36
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    37
    <collection name="foundation_system" long-name="Foundation System" level="top">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    38
     <component name="systemdocs" long-name="System Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    39
      <unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    40
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    41
     <component name="system_model" long-name="System Model" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    42
      <unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    43
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    44
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    45
    <collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    46
     <component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    47
      <unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    48
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    49
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    50
   </block>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    51
   <block name="kernelhwsrv" long-name="Kernel and Hardware Services" tech_domain="hb" level="hw" levels="hw-if adaptation framework test">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    52
    <collection name="baseintegtests" long-name="Base Integration Testing" level="test">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    53
     <component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    54
      <unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    55
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    56
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    57
    <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    58
     <component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    59
      <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    60
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    61
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    62
    <collection name="n:unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    63
     <component name="n:uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    64
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    65
      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    66
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    67
     <component name="n:uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    68
      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    69
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    70
     <component name="n:uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    71
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    72
      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2/base_crashflash_unistore2.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    73
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    74
     <component name="n:uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    75
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    76
      <!-- <unit bldFile="os/kernelhwsrv/unistore2/uiibootsupport/nandloader/unistore2" mrp="os/kernelhwsrv/unistore2/uiibootsupport/base_nandboot_unistore2.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    77
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    78
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    79
    <collection name="bsptemplate" long-name="BSP Template" level="hw-if">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    80
     <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    81
      <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    82
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    83
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    84
    <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    85
     <component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    86
      <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    87
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    88
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    89
    <collection name="kerneltest" long-name="Kernel Test" level="hw-if">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    90
     <component name="e32test" long-name="E32 Tests" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    91
      <unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    92
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    93
     <component name="n:sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    94
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    95
      <!-- <unit bldFile="os/kernelhwsrv/kerneltest/sdiotest" mrp="os/kernelhwsrv/kerneltest/sdiotest/base_sdiotests.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    96
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    97
     <component name="e32utils" long-name="E32 Utilities" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    98
      <unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    99
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   100
     <component name="f32test" long-name="File Server Tests" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   101
      <unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   102
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   103
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   104
    <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   105
     <component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   106
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   107
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   108
     <component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   109
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   110
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   111
     <component name="serialldd" long-name="Serial Port Drivers" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   112
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   113
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   114
     <component name="legacydrivers" long-name="Legacy Drivers" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   115
      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   116
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   117
     <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   118
      <!-- these are LDDs for storage media-->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   119
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   120
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   121
     <component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   122
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   123
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   124
     <component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   125
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   126
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   127
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   128
    <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   129
     <component name="n:sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   130
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   131
      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/base_e32_sd3c.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   132
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   133
     <component name="n:sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   134
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   135
      <!-- <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c/base_e32_sd4c.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   136
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   137
     <component name="mediadrivers" long-name="Media Drivers" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   138
      <!-- these are for storage media-->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   139
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   140
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   141
     <component name="genericboardsupport" long-name="Generic Board Support" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   142
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   143
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   144
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   145
    <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   146
     <component name="euser" long-name="User Library" purpose="mandatory" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   147
      <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   148
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   149
     <component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   150
      <unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   151
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   152
     <component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   153
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   154
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   155
     <component name="n:nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   156
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   157
      <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sftl" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sftl/base_f32_sftl.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   158
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   159
     <component name="estart" long-name="Base Starter" filter="gt" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   160
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   161
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   162
     <component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   163
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   164
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   165
     <component name="basedocs" long-name="Base Documentation" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   166
      <unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   167
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   168
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   169
    <collection name="filesystems" long-name="File Systems" level="framework">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   170
     <component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   171
      <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   172
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   173
     <component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   174
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   175
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   176
     <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   177
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   178
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   179
     <component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   180
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   181
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   182
     <component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   183
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   184
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   185
     <component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   186
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   187
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   188
     <component name="n:ntfs" long-name="NTFS" filter="gt" purpose="optional" plugin="Y" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   189
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   190
      <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs/base_f32_sntfs.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   191
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   192
     <component name="n:iso9660fs" long-name="ISO9660 File System" filter="gt" introduced="8.1b" purpose="optional" plugin="Y" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   193
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   194
      <!-- <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660/base_f32_siso9660.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   195
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   196
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   197
    <collection name="halservices" long-name="HAL Services" level="framework">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   198
     <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   199
      <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   200
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   201
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   202
    <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   203
     <component name="e32wsrv" long-name="Text Window Server" purpose="optional" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   204
      <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   205
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   206
     <component name="textshell" long-name="Text Shell" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   207
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   208
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   209
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   210
    <collection name="baseapitest" long-name="Base API Tests" level="test">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   211
     <component name="basesvs" long-name="Base Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   212
      <unit mrp="os/kernelhwsrv/baseapitest/basesvs/group/basesvs.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   213
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   214
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   215
    <collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   216
     <component unofficial="yes" name="localesupport" origin-model="foundation">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   217
      <!-- <unit bldFile="os/kernelhwsrv/localisation/localesupport/mmpfiles"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   218
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   219
    <component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   220
      <unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   221
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   222
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   223
   </block>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   224
   <block name="buildtools" long-name="Build Tools" tech_domain="to" level="hw" levels="bld mw fw ui">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   225
    <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   226
     <component name="buildsystemtools" long-name="Build System Tools" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   227
      <unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   228
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   229
     <component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   230
      <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   231
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   232
     <component name="commonbldutils" long-name="Common Utils" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   233
      <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   234
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   235
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   236
    <collection name="packaging" long-name="Packaging" level="ui">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   237
     <component name="additionalutils" long-name="Additional Utils" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   238
      <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   239
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   240
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   241
    <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   242
     <component unofficial="yes" name="buildsystem" origin-model="foundation">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   243
      <!-- <unit bldFile="os/buildtools/toolsandutils/buildsystem/test/helloworld"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   244
      <!-- <unit bldFile="os/buildtools/toolsandutils/buildsystem/test/binaryvariation"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   245
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   246
    <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   247
      <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   248
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   249
     <component name="n:ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   250
      <unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   251
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   252
     <component name="n:burtestserver" long-name="BUR Test Server" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   253
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   254
      <!-- <unit bldFile="os/buildtools/toolsandutils/burtestserver/Group" mrp="os/buildtools/toolsandutils/burtestserver/Group/testtools_burtestserver.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   255
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   256
     <component name="n:cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   257
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   258
      <!-- <unit bldFile="os/buildtools/toolsandutils/cbrtools/group" mrp="os/buildtools/toolsandutils/cbrtools/group/tools_cbr_tools.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   259
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   260
     <component name="n:prf" long-name="Product Realisation Framework" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   261
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   262
      <!-- <unit bldFile="os/buildtools/toolsandutils/prf/group" mrp="os/buildtools/toolsandutils/prf/group/tools_cbr_prf.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   263
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   264
     <component name="n:cdb" long-name="Code Database" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   265
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   266
      <!-- <unit bldFile="os/buildtools/toolsandutils/cdb/group" mrp="os/buildtools/toolsandutils/cdb/group/testtools_cdb.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   267
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   268
     <component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   269
      <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   270
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   271
     <component name="n:kitcomparator" long-name="Kit Comparator" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   272
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   273
      <!-- <unit bldFile="os/buildtools/toolsandutils/kitcomparator/group" mrp="os/buildtools/toolsandutils/kitcomparator/group/testtools_cts_kitcomparator.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   274
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   275
     <component name="wincredistribution" long-name="WinC Redistribution" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   276
      <unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   277
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   278
     <component name="additionalredistribution" long-name="Additional Redistribution" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   279
      <unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   280
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   281
     <component name="n:testdriver" long-name="Test Driver" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   282
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   283
      <!-- <unit bldFile="os/buildtools/toolsandutils/testdriver/Group" mrp="os/buildtools/toolsandutils/testdriver/Group/testtools_testdriver.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   284
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   285
     <component name="statapi" long-name="STAT API" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   286
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   287
      <!-- <unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/console" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_gt.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   288
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   289
     <component name="n:statsource" long-name="STAT Source" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   290
      <unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   291
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   292
     <component name="n:statdesktop" long-name="STAT Desktop" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   293
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   294
      <!-- <unit bldFile="os/buildtools/toolsandutils/statdesktop/group" mrp="os/buildtools/toolsandutils/statdesktop/group/testtools_stat_desktop.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   295
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   296
     <component name="n:systemmonitor" long-name="System Monitor" introduced="8.0" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   297
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   298
      <!-- <unit bldFile="os/buildtools/toolsandutils/systemmonitor/group" mrp="os/buildtools/toolsandutils/systemmonitor/group/testtools_systemmonitor.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   299
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   300
     <component name="n:testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   301
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   302
      <!-- <unit bldFile="os/buildtools/toolsandutils/testtoolsdesktop/group" mrp="os/buildtools/toolsandutils/testtoolsdesktop/group/testtools_desktop.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   303
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   304
     <component name="wintunnel" long-name="Wintunnel" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   305
      <unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   306
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   307
     <component name="n:usecasecontroller" long-name="Use Case Controller" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   308
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   309
      <!-- <unit bldFile="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group" mrp="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group/testtools_ucc.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   310
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   311
     <component name="n:testconfigfileparser" long-name="Test Config File Parser" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   312
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   313
      <!-- <unit bldFile="os/buildtools/toolsandutils/testconfigfileparser/group" mrp="os/buildtools/toolsandutils/testconfigfileparser/group/tools_testconfigfileparser.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   314
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   315
     <component name="n:kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   316
      <unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   317
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   318
     <component name="n:navigationpages" long-name="Navigation Pages" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   319
      <unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   320
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   321
     <component name="n:productinstaller" long-name="Product Installer" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   322
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   323
      <!-- <unit bldFile="os/buildtools/toolsandutils/productinstaller/group" mrp="os/buildtools/toolsandutils/productinstaller/group/tools_custkits_productinstaller.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   324
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   325
     <component name="n:stlport" long-name="STL Port" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   326
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   327
      <!-- <unit bldFile="os/buildtools/toolsandutils/stlport/group" mrp="os/buildtools/toolsandutils/stlport/group/tools_stlport.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   328
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   329
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   330
    <collection name="n:bintools_os" long-name="Binary Tools" level="fw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   331
     <component name="n:rcomp" long-name="Resource Compiler" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   332
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   333
      <!-- <unit bldFile="os/buildtools/bintools_os/rcomp/group" mrp="os/buildtools/bintools_os/rcomp/group/tools_rcomp.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   334
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   335
     <component name="n:evalid" long-name="Evalid" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   336
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   337
      <!-- <unit bldFile="os/buildtools/bintools_os/evalid" mrp="os/buildtools/bintools_os/evalid/tools_evalid.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   338
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   339
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   340
    <collection name="n:perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   341
     <component name="n:redistribution" long-name="Redistribution" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   342
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   343
      <!-- <unit bldFile="os/buildtools/perltoolsplat_os/redistribution" mrp="os/buildtools/perltoolsplat_os/redistribution/tools_redistribution_common.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   344
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   345
     <component name="n:legacycommonperl" long-name="Legacy Common Perl Libraries" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   346
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   347
      <!-- <unit bldFile="os/buildtools/perltoolsplat_os/legacycommonperl/group" mrp="os/buildtools/perltoolsplat_os/legacycommonperl/group/tools_sdk_eng_perllibrary.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   348
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   349
     <component name="n:commonperl" long-name="Common Perl Libraries" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   350
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   351
      <!-- <unit bldFile="os/buildtools/perltoolsplat_os/commonperl/group" mrp="os/buildtools/perltoolsplat_os/commonperl/group/tools_sdk_eng_perl_shared.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   352
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   353
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   354
    <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   355
     <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   356
      <unit bldFile="os/buildtools/sbsv1_os/e32toolp/group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   357
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   358
     <component name="n:bldtools" long-name="Build Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   359
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   360
      <!-- <unit bldFile="os/buildtools/sbsv1_os/bldtools/group" mrp="os/buildtools/sbsv1_os/bldtools/group/tools_sdk_eng_build-tools.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   361
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   362
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   363
    <collection name="n:srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   364
     <component name="n:leavescan" long-name="Leavescan" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   365
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   366
      <!-- <unit bldFile="os/buildtools/srcanamdw_os/leavescan/group" mrp="os/buildtools/srcanamdw_os/leavescan/group/testtools_leavescan.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   367
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   368
     <component name="n:programchecker" long-name="Program Checker" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   369
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   370
      <!-- <unit bldFile="os/buildtools/srcanamdw_os/programchecker/group" mrp="os/buildtools/srcanamdw_os/programchecker/group/testtools_programchecker.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   371
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   372
     <component name="n:migrationtool" long-name="Migration Tool" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   373
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   374
      <!-- <unit bldFile="os/buildtools/srcanamdw_os/migrationtool/group" mrp="os/buildtools/srcanamdw_os/migrationtool/group/testtools_migrationtool.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   375
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   376
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   377
    <collection name="imgtools_os" long-name="Image Tools" level="fw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   378
     <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   379
      <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   380
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   381
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   382
    <collection name="n:binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   383
     <component name="n:captools" long-name="Capability Tools" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   384
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   385
      <!-- <unit bldFile="os/buildtools/binanamdw_os/captools/group" mrp="os/buildtools/binanamdw_os/captools/group/testtools_captools.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   386
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   387
     <component name="n:depcheck" long-name="Dependency Checker" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   388
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   389
      <!-- <unit bldFile="os/buildtools/binanamdw_os/depcheck" mrp="os/buildtools/binanamdw_os/depcheck/tools_depcheck.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   390
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   391
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   392
    <collection name="n:devlib" long-name="Developer Library" level="ui">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   393
     <component name="n:devlibhelp" long-name="Developer Library Help" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   394
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   395
      <!-- <unit bldFile="os/buildtools/devlib/devlibhelp/group/devlib94" mrp="os/buildtools/devlib/devlibhelp/group/devlib94/developerlibrary_doc_html.mrp" version="9.4"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   396
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   397
     <component name="n:toolsdocs" long-name="Tools Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   398
      <unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   399
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   400
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   401
    <collection name="misccomponents" long-name="Misc Components" level="mw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   402
     <component name="n:runperl" long-name="Run PERL" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   403
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   404
      <!-- <unit bldFile="os/buildtools/misccomponents/runperl/group" mrp="os/buildtools/misccomponents/runperl/group/tools_sdk_eng_runperl.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   405
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   406
     <component name="n:assertion" long-name="Assertion" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   407
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   408
      <!-- <unit bldFile="os/buildtools/misccomponents/assertion/group" mrp="os/buildtools/misccomponents/assertion/group/tools_sdk_eng_assertion.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   409
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   410
     <component name="n:enum" long-name="Enum" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   411
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   412
      <!-- <unit bldFile="os/buildtools/misccomponents/enum/group" mrp="os/buildtools/misccomponents/enum/group/tools_sdk_eng_enum.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   413
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   414
     <component name="n:logger" long-name="Logger" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   415
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   416
      <!-- <unit bldFile="os/buildtools/misccomponents/logger/group" mrp="os/buildtools/misccomponents/logger/group/tools_sdk_eng_logger.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   417
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   418
     <component name="n:filesys" long-name="Filesys" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   419
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   420
      <!-- <unit bldFile="os/buildtools/misccomponents/filesys/group" mrp="os/buildtools/misccomponents/filesys/group/tools_sdk_eng_filesys.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   421
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   422
     <component name="n:envvar" long-name="Envvar" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   423
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   424
      <!-- <unit bldFile="os/buildtools/misccomponents/envvar/group" mrp="os/buildtools/misccomponents/envvar/group/tools_sdk_eng_envvar.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   425
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   426
     <component name="n:installutils" long-name="Install Utils" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   427
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   428
      <!-- <unit bldFile="os/buildtools/misccomponents/installutils/group" mrp="os/buildtools/misccomponents/installutils/group/tools_sdk_eng_installutils.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   429
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   430
     <component name="n:mnemonicfix" long-name="Mnemonic Fix" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   431
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   432
      <!-- <unit bldFile="os/buildtools/misccomponents/mnemonicfix/group" mrp="os/buildtools/misccomponents/mnemonicfix/group/tools_sdk_eng_mnemonicfix.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   433
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   434
     <component name="n:pathbrowser" long-name="Path Browser" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   435
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   436
      <!-- <unit bldFile="os/buildtools/misccomponents/pathbrowser/group" mrp="os/buildtools/misccomponents/pathbrowser/group/tools_sdk_eng_pathbrowser.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   437
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   438
     <component name="n:shellexec" long-name="Shell Exec" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   439
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   440
      <!-- <unit bldFile="os/buildtools/misccomponents/shellexec/group" mrp="os/buildtools/misccomponents/shellexec/group/tools_sdk_eng_shellexec.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   441
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   442
     <component name="n:swingworker" long-name="Swing Worker" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   443
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   444
      <!-- <unit bldFile="os/buildtools/misccomponents/swingworker/group" mrp="os/buildtools/misccomponents/swingworker/group/tools_sdk_eng_swingworker.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   445
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   446
     <component name="n:testcaserunner" long-name="Test Case Runner" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   447
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   448
      <!-- <unit bldFile="os/buildtools/misccomponents/testcaserunner/group" mrp="os/buildtools/misccomponents/testcaserunner/group/tools_sdk_eng_testcaserunner.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   449
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   450
     <component name="n:toolbarpanel" long-name="Tool Bar Panel" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   451
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   452
      <!-- <unit bldFile="os/buildtools/misccomponents/toolbarpanel/group" mrp="os/buildtools/misccomponents/toolbarpanel/group/tools_sdk_eng_toolbarpanel.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   453
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   454
     <component name="n:javahelp" long-name="Java Help" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   455
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   456
      <!-- <unit bldFile="os/buildtools/misccomponents/javahelp/group" mrp="os/buildtools/misccomponents/javahelp/group/tools_sdk_eng_javahelp.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   457
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   458
     <component name="n:langconfig" long-name="Language Config" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   459
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   460
      <!-- <unit bldFile="os/buildtools/misccomponents/langconfig/group" mrp="os/buildtools/misccomponents/langconfig/group/tools_sdk_eng_langconfig.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   461
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   462
     <component name="n:sdkinfo" long-name="SDK Info" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   463
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   464
      <!-- <unit bldFile="os/buildtools/misccomponents/sdkinfo/group" mrp="os/buildtools/misccomponents/sdkinfo/group/tools_sdk_eng_sdkinfo.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   465
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   466
     <component name="n:jade" long-name="Jade " filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   467
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   468
      <!-- <unit bldFile="os/buildtools/misccomponents/jade/group" mrp="os/buildtools/misccomponents/jade/group/tools_sdk_eng_jade.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   469
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   470
     <component name="n:sdkpackagemgr" long-name="SDK Package Manager" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   471
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   472
      <!-- <unit bldFile="os/buildtools/misccomponents/sdkpackagemgr/group" mrp="os/buildtools/misccomponents/sdkpackagemgr/group/tools_sdk_eng_sdkpkg-manager.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   473
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   474
     <component name="n:sdkpkgtools" long-name="SDK Package Tools" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   475
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   476
      <!-- <unit bldFile="os/buildtools/misccomponents/sdkpkgtools/group" mrp="os/buildtools/misccomponents/sdkpkgtools/group/tools_sdk_eng_sdkpkg-tools.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   477
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   478
     <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   479
      <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   480
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   481
     <component name="n:pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   482
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   483
      <!-- <unit bldFile="os/buildtools/misccomponents/pkgmgrgui/group" mrp="os/buildtools/misccomponents/pkgmgrgui/group/tools_sdk_eng_pkgmgrgui.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   484
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   485
     <component name="n:launch" long-name="Launch" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   486
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   487
      <!-- <unit bldFile="os/buildtools/misccomponents/launch/group" mrp="os/buildtools/misccomponents/launch/group/tools_sdk_eng_launch.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   488
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   489
     <component name="n:toolsstubs" long-name="Devices Tools Stubs" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   490
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   491
      <!-- <unit bldFile="os/buildtools/misccomponents/toolsstubs/group" mrp="os/buildtools/misccomponents/toolsstubs/group/tools_sdk_eng_tools_stubs.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   492
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   493
     <component name="n:bspbuilder" long-name="BSP Builder" filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   494
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   495
      <!-- <unit bldFile="os/buildtools/misccomponents/bspbuilder/group" mrp="os/buildtools/misccomponents/bspbuilder/group/tools_bspbuilder.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   496
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   497
     <component name="n:splash" long-name="Splash Screen" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   498
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   499
      <!-- <unit bldFile="os/buildtools/misccomponents/splash/group" mrp="os/buildtools/misccomponents/splash/group/tools_sdk_eng_splash.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   500
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   501
     <component name="n:sdkbuilder" long-name="SDK Building Tools" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   502
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   503
      <!-- <unit bldFile="os/buildtools/misccomponents/sdkbuilder/group" mrp="os/buildtools/misccomponents/sdkbuilder/group/tools_sdk_eng_sdk_builder.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   504
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   505
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   506
    <collection name="n:javatoolsplat" long-name="Java Tools Platform" level="mw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   507
     <component name="n:javalib" long-name="Java Library " filter="gt" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   508
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   509
      <!-- <unit bldFile="os/buildtools/javatoolsplat/javalib/group" mrp="os/buildtools/javatoolsplat/javalib/group/tools_sdk_eng_javalibrary.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   510
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   511
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   512
    <collection name="n:fileconv" long-name="File Converters" level="mw">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   513
     <component name="n:cjpeg" long-name="CJpeg" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   514
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   515
      <!-- <unit bldFile="os/buildtools/fileconv/cjpeg/group" mrp="os/buildtools/fileconv/cjpeg/group/tools_sdk_eng_cjpeg.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   516
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   517
     <component name="n:alp2csh" long-name="ALP to CSH" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   518
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   519
      <!-- <unit bldFile="os/buildtools/fileconv/alp2csh/group" mrp="os/buildtools/fileconv/alp2csh/group/tools_sdk_eng_alp2csh.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   520
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   521
     <component name="n:rtf2ptml" long-name="RTF to PTML" purpose="development" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   522
      <!-- The following unit is removed as non-contributed -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   523
      <!-- <unit bldFile="os/buildtools/fileconv/rtf2ptml/group" mrp="os/buildtools/fileconv/rtf2ptml/group/tools_sdk_eng_rtf2ptml.mrp"/> -->
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   524
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   525
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   526
    <collection name="buildtools_info" long-name="Build Tools Info" level="ui">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   527
     <component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   528
      <unit mrp="os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   529
     </component>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   530
    </collection>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   531
   </block>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   532
  </layer>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   533
 </systemModel>
eafc2c37e169 New microscopic platform configuration which builds in about 10 minutes.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
   534
</SystemDefinition>