foundation/sysdefs/system_model_os.xml
author Simon Howkins <simonh@symbian.org>
Thu, 20 Aug 2009 16:18:06 +0100
changeset 160 20955896dbbd
parent 131 2be41f6d21e7
permissions -rw-r--r--
Reverted to revision of system model where items are in the "correct" (non-alphabetical) order, according to the way in which it will draw the pictoral model and the sequence in which it would need to build things (when building sequentially rather than with Raptor).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
128
fd35c35ffebb Commit latest draft of Foundation model
Shabe Razvi <shaber@symbian.org>
parents: 102
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
130
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
     2
<!DOCTYPE SystemDefinition [
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
     3
 <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
     4
 <!ATTLIST SystemDefinition
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
     5
  name CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
     6
  schema CDATA #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
     8
 <!ELEMENT layer (block* | collection*)*>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
     9
 <!ATTLIST layer
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    10
  name CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    11
  long-name CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    12
  levels NMTOKENS #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    13
  span CDATA #IMPLIED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    14
 <!ELEMENT block (subblock* | collection*)*>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    15
 <!ATTLIST block
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    16
  levels NMTOKENS #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    17
  span CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    18
  level NMTOKEN #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    19
  name CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    20
  long-name CDATA #IMPLIED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    21
 <!ELEMENT subblock (collection)*>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    22
 <!ATTLIST subblock
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    23
  name CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    24
  long-name CDATA #IMPLIED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    25
 <!ELEMENT collection (component)*>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    26
 <!ATTLIST collection
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    27
  name CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    28
  long-name CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    29
  level NMTOKEN #IMPLIED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    30
 <!ELEMENT component (unit)*>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    31
 <!ATTLIST component
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    32
  name CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    33
  long-name CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    34
  deprecated CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    35
  introduced CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    36
  contract CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    37
  plugin (Y|N) "N"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    38
  filter CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    39
  class NMTOKENS #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    40
  supports CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    41
  purpose ( optional | mandatory | development ) "optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    42
 <!ELEMENT unit EMPTY>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    43
 <!ATTLIST unit
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    44
  mrp CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    45
  filter CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    46
  bldFile CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    47
  root CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    48
  version NMTOKEN #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    50
  late (Y|N) #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    51
  priority CDATA #IMPLIED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    52
 <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    53
 <!ATTLIST SystemBuild schema CDATA #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    54
 <!ELEMENT list (ref+)>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    55
 <!ATTLIST list
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    56
  name ID #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    57
  description CDATA #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    58
 <!ELEMENT ref EMPTY>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    59
 <!ATTLIST ref item CDATA #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    60
 <!ELEMENT targetList EMPTY>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    61
 <!ATTLIST targetList
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    62
  name ID #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    63
  description CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    64
  target IDREFS #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    65
 <!ELEMENT target EMPTY>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    66
 <!ATTLIST target
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    67
  name ID #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    68
  abldTarget CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    69
  description CDATA #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    70
 <!ELEMENT option EMPTY>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    71
 <!ATTLIST option
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    72
  name ID #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    73
  abldOption CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    74
  description CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    75
  enable (Y | N ) #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    76
 <!ELEMENT configuration (listRef+ | ref+ | task+)*>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    77
 <!ATTLIST configuration
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    78
  name ID #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    79
  description CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    80
  filter CDATA #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    81
 <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    82
 <!ELEMENT listRef EMPTY>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    83
 <!ATTLIST listRef list CDATA #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    84
 <!ELEMENT buildLayer EMPTY>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    85
 <!ATTLIST buildLayer
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    86
  command CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    87
  targetList IDREFS #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    88
  unitParallel (Y | N ) #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    89
  targetParallel (Y | N ) "N">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    90
 <!ELEMENT specialInstructions EMPTY>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    91
 <!ATTLIST specialInstructions
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    92
  name CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    93
  cwd CDATA #REQUIRED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    94
  root CDATA #IMPLIED
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    95
  command CDATA #REQUIRED>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    96
]>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    97
<SystemDefinition schema="2.0.1" name="Symbian">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    98
<systemModel>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
    99
<layer name="os" long-name="OS" levels="hw services">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   100
<block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   101
<collection name="baseintegtests" long-name="Base Integration Testing" level="test">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   102
<component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   103
<unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   104
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   105
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   106
<collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   107
<component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   108
<unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   109
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   110
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   111
<collection name="n:unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   112
<component name="n:uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   113
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   114
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   115
<component name="n:uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   116
<unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   117
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   118
<component name="n:uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   119
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2/base_crashflash_unistore2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   120
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   121
<component name="n:uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   122
<unit bldFile="os/kernelhwsrv/unistore2/uiibootsupport/nandloader/unistore2" mrp="os/kernelhwsrv/unistore2/uiibootsupport/base_nandboot_unistore2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   123
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   124
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   125
<collection name="bsptemplate" long-name="BSP Template" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   126
<component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   127
<unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   128
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   129
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   130
<collection name="kernel" long-name="Kernel Architecture" level="adaptation">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   131
<component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   132
<unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   133
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   134
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   135
<collection name="kerneltest" long-name="Kernel Test" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   136
<component name="e32test" long-name="E32 Tests" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   137
<unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   138
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   139
<component name="n:sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   140
<unit bldFile="os/kernelhwsrv/kerneltest/sdiotest" mrp="os/kernelhwsrv/kerneltest/sdiotest/base_sdiotests.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   141
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   142
<component name="n:e32utils" long-name="E32 Utilities" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   143
<unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   144
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   145
<component name="n:f32test" long-name="File Server Tests" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   146
<unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   147
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   148
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   149
<collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   150
<component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   151
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   152
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   153
<component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   154
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   155
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   156
<component name="serialldd" long-name="Serial Port Drivers" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   157
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   158
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   159
<component name="legacydrivers" long-name="Legacy Drivers" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   160
<unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   161
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   162
<component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   163
<!-- these are LDDs for storage media-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   164
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   165
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   166
<component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   167
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   168
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   169
<component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   170
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   171
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   172
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   173
<collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   174
<component name="n:sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   175
<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"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   176
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   177
<component name="n:sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   178
<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"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   179
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   180
<component name="mediadrivers" long-name="Media Drivers" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   181
<!-- these are for storage media-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   182
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   183
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   184
<component name="genericboardsupport" long-name="Generic Board Support" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   185
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   186
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   187
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   188
<collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   189
<component name="euser" long-name="User Library" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   190
<unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   191
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   192
<component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   193
<unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   194
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   195
<component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   196
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   197
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   198
<component name="n:nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   199
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sftl" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sftl/base_f32_sftl.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   200
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   201
<component name="estart" long-name="Base Starter" filter="gt" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   202
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   203
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   204
<component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   205
<unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   206
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   207
<component name="basedocs" long-name="Base Documentation" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   208
<unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   209
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   210
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   211
<collection name="filesystems" long-name="File Systems" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   212
<component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   213
<unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   214
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   215
<component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   216
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   217
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   218
<component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   219
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   220
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   221
<component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   222
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   223
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   224
<component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   225
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   226
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   227
<component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   228
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   229
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   230
<component name="n:ntfs" long-name="NTFS" filter="gt" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   231
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs/base_f32_sntfs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   232
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   233
<component name="n:iso9660fs" long-name="ISO9660 File System" filter="gt" introduced="8.1b" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   234
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660/base_f32_siso9660.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   235
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   236
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   237
<collection name="halservices" long-name="HAL Services" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   238
<component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   239
<unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   240
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   241
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   242
<collection name="textmodeshell" long-name="Text Mode Shell" level="test">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   243
<component name="e32wsrv" long-name="Text Window Server" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   244
<unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   245
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   246
<component name="textshell" long-name="Text Shell" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   247
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   248
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   249
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   250
<collection name="baseapitest" long-name="Base API Tests" level="test">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   251
<component name="basesvs" long-name="Base Verification Suite" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   252
<unit mrp="os/kernelhwsrv/baseapitest/basesvs/group/basesvs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   253
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   254
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   255
<collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   256
<component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   257
<unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   258
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   259
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   260
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   261
<block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 4">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   262
<collection name="emulator" long-name="Emulator" level="bsp">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   263
<component name="emulatorbsp" long-name="Emulator BSP" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   264
<unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   265
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   266
<component name="n:unistore2emulatorsupport" long-name="UniStore2 Emulator Support" filter="gt" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   267
<unit bldFile="os/boardsupport/emulator/unistore2emulatorsupport" mrp="os/boardsupport/emulator/unistore2emulatorsupport/base_wins_unistore2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   268
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   269
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   270
<collection name="n:omaph2" long-name="OMAP H2" level="bsp">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   271
<component name="n:omaph2bsp" long-name="OMAP H2 BSP" introduced="9.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   272
<unit bldFile="os/boardsupport/omaph2/omaph2bsp/h2" mrp="os/boardsupport/omaph2/omaph2bsp/h2/base_omaph2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   273
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   274
<component name="n:omaph2unistore2" long-name="OMAP H2 UniStore2" filter="gt" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   275
<unit bldFile="os/boardsupport/omaph2/omaph2unistore2" mrp="os/boardsupport/omaph2/omaph2unistore2/base_h2_unistore2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   276
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   277
<component name="n:omaph2sdio" long-name="OMAP H2 SDIO" filter="gt" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   278
<unit bldFile="os/boardsupport/omaph2/omaph2sdio" mrp="os/boardsupport/omaph2/omaph2sdio/base_h2_sdio.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   279
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   280
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   281
<collection name="n:omaph4" long-name="OMAP H4" level="bsp">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   282
<component name="n:omaph4bsp" long-name="OMAP H4 BSP" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   283
<unit bldFile="os/boardsupport/omaph4/omaph4bsp/h4" mrp="os/boardsupport/omaph4/omaph4bsp/h4/base_omaph4hrp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   284
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   285
<component name="n:h4bootloader" long-name="H4 Boot Loader" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   286
<unit mrp="os/boardsupport/omaph4/h4bootloader/base_omaph4hrp_bootldr.mrp" bldFile="os/boardsupport/omaph4/h4bootloader"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   287
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   288
<component name="n:omaph4minienvbootloader" long-name="OMAP H4 Mini Environment Boot Loader" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   289
<unit mrp="os/boardsupport/omaph4/omaph4minienvbootloader/base_omaph4hrp_mebootldr.mrp" bldFile="os/boardsupport/omaph4/omaph4minienvbootloader"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   290
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   291
<component name="n:omaph4unistore2" long-name="OMAP H4 Unistore2" filter="gt" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   292
<unit bldFile="os/boardsupport/omaph4/omaph4unistore2" mrp="os/boardsupport/omaph4/omaph4unistore2/base_omaph4hrp_unistore2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   293
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   294
<component name="n:omaph4sdio" long-name="OMAP H4 SDIO" filter="gt" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   295
<unit bldFile="os/boardsupport/omaph4/omaph4sdio" mrp="os/boardsupport/omaph4/omaph4sdio/base_omaph4hrp_sdio.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   296
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   297
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   298
<collection name="haitest" long-name="HAI Test Suites" level="test">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   299
<component name="bspsvs" long-name="BSP Verification Suite" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   300
<unit mrp="os/boardsupport/haitest/bspsvs/group/bspsvs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   301
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   302
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   303
<collection name="boardsupport_info" long-name="Board Support Info" level="4">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   304
<component name="boardsupport_metadata" long-name="Board Support Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   305
<unit mrp="os/boardsupport/boardsupport_info/boardsupport_metadata/boardsupport_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   306
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   307
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   308
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   309
<block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   310
<collection name="bldsystemtools" long-name="Build System Tools" level="bld">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   311
<component name="buildsystemtools" long-name="Build System Tools" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   312
<unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   313
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   314
<component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   315
<unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   316
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   317
<component name="commonbldutils" long-name="Common Utils" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   318
<unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   319
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   320
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   321
<collection name="packaging" long-name="Packaging" level="ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   322
<component name="additionalutils" long-name="Additional Utils" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   323
<unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   324
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   325
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   326
<collection name="toolsandutils" long-name="Tools and Utils" level="mw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   327
<component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   328
<unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   329
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   330
<component name="n:ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   331
<unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   332
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   333
<component name="n:burtestserver" long-name="BUR Test Server" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   334
<unit bldFile="os/buildtools/toolsandutils/burtestserver/Group" mrp="os/buildtools/toolsandutils/burtestserver/Group/testtools_burtestserver.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   335
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   336
<component name="n:cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   337
<unit bldFile="os/buildtools/toolsandutils/cbrtools/group" mrp="os/buildtools/toolsandutils/cbrtools/group/tools_cbr_tools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   338
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   339
<component name="n:prf" long-name="Product Realisation Framework" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   340
<unit bldFile="os/buildtools/toolsandutils/prf/group" mrp="os/buildtools/toolsandutils/prf/group/tools_cbr_prf.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   341
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   342
<component name="n:cdb" long-name="Code Database" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   343
<unit bldFile="os/buildtools/toolsandutils/cdb/group" mrp="os/buildtools/toolsandutils/cdb/group/testtools_cdb.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   344
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   345
<component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   346
<unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   347
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   348
<component name="n:kitcomparator" long-name="Kit Comparator" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   349
<unit bldFile="os/buildtools/toolsandutils/kitcomparator/group" mrp="os/buildtools/toolsandutils/kitcomparator/group/testtools_cts_kitcomparator.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   350
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   351
<component name="wincredistribution" long-name="WinC Redistribution" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   352
<unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   353
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   354
<component name="additionalredistribution" long-name="Additional Redistribution" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   355
<unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   356
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   357
<component name="n:testdriver" long-name="Test Driver" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   358
<unit bldFile="os/buildtools/toolsandutils/testdriver/Group" mrp="os/buildtools/toolsandutils/testdriver/Group/testtools_testdriver.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   359
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   360
<component name="statapi" long-name="STAT API" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   361
<unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/console" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_gt.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   362
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   363
<component name="n:statsource" long-name="STAT Source" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   364
<unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   365
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   366
<component name="n:statdesktop" long-name="STAT Desktop" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   367
<unit bldFile="os/buildtools/toolsandutils/statdesktop/group" mrp="os/buildtools/toolsandutils/statdesktop/group/testtools_stat_desktop.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   368
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   369
<component name="n:systemmonitor" long-name="System Monitor" introduced="8.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   370
<unit bldFile="os/buildtools/toolsandutils/systemmonitor/group" mrp="os/buildtools/toolsandutils/systemmonitor/group/testtools_systemmonitor.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   371
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   372
<component name="n:testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   373
<unit bldFile="os/buildtools/toolsandutils/testtoolsdesktop/group" mrp="os/buildtools/toolsandutils/testtoolsdesktop/group/testtools_desktop.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   374
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   375
<component name="wintunnel" long-name="Wintunnel" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   376
<unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   377
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   378
<component name="n:usecasecontroller" long-name="Use Case Controller" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   379
<unit bldFile="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group" mrp="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group/testtools_ucc.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   380
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   381
<component name="autotest" long-name="Autotest" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   382
<unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   383
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   384
<component name="n:testconfigfileparser" long-name="Test Config File Parser" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   385
<unit bldFile="os/buildtools/toolsandutils/testconfigfileparser/group" mrp="os/buildtools/toolsandutils/testconfigfileparser/group/tools_testconfigfileparser.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   386
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   387
<component name="n:kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   388
<unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   389
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   390
<component name="n:navigationpages" long-name="Navigation Pages" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   391
<unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   392
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   393
<component name="n:productinstaller" long-name="Product Installer" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   394
<unit bldFile="os/buildtools/toolsandutils/productinstaller/group" mrp="os/buildtools/toolsandutils/productinstaller/group/tools_custkits_productinstaller.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   395
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   396
<component name="n:stlport" long-name="STL Port" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   397
<unit bldFile="os/buildtools/toolsandutils/stlport/group" mrp="os/buildtools/toolsandutils/stlport/group/tools_stlport.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   398
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   399
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   400
<collection name="n:dist_os" long-name="Redistribution" level="mw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   401
<component name="n:redistributionwinceka2" long-name="Redistribution WINC EKA2" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   402
<unit bldFile="os/buildtools/dist_os/redistributionwinceka2" mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_cedar.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   403
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   404
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   405
<collection name="n:bintools_os" long-name="Binary Tools" level="fw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   406
<component name="n:rcomp" long-name="Resource Compiler" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   407
<unit bldFile="os/buildtools/bintools_os/rcomp/group" mrp="os/buildtools/bintools_os/rcomp/group/tools_rcomp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   408
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   409
<component name="n:evalid" long-name="Evalid" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   410
<unit bldFile="os/buildtools/bintools_os/evalid" mrp="os/buildtools/bintools_os/evalid/tools_evalid.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   411
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   412
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   413
<collection name="n:perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   414
<component name="n:redistribution" long-name="Redistribution" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   415
<unit bldFile="os/buildtools/perltoolsplat_os/redistribution" mrp="os/buildtools/perltoolsplat_os/redistribution/tools_redistribution_common.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   416
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   417
<component name="n:legacycommonperl" long-name="Legacy Common Perl Libraries" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   418
<unit bldFile="os/buildtools/perltoolsplat_os/legacycommonperl/group" mrp="os/buildtools/perltoolsplat_os/legacycommonperl/group/tools_sdk_eng_perllibrary.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   419
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   420
<component name="n:commonperl" long-name="Common Perl Libraries" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   421
<unit bldFile="os/buildtools/perltoolsplat_os/commonperl/group" mrp="os/buildtools/perltoolsplat_os/commonperl/group/tools_sdk_eng_perl_shared.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   422
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   423
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   424
<collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   425
<component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   426
<unit bldFile="os/buildtools/sbsv1_os/e32toolp/group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   427
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   428
<component name="n:bldtools" long-name="Build Tools" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   429
<unit bldFile="os/buildtools/sbsv1_os/bldtools/group" mrp="os/buildtools/sbsv1_os/bldtools/group/tools_sdk_eng_build-tools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   430
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   431
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   432
<collection name="n:srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   433
<component name="n:leavescan" long-name="Leavescan" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   434
<unit bldFile="os/buildtools/srcanamdw_os/leavescan/group" mrp="os/buildtools/srcanamdw_os/leavescan/group/testtools_leavescan.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   435
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   436
<component name="n:programchecker" long-name="Program Checker" deprecated="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   437
<unit bldFile="os/buildtools/srcanamdw_os/programchecker/group" mrp="os/buildtools/srcanamdw_os/programchecker/group/testtools_programchecker.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   438
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   439
<component name="n:migrationtool" long-name="Migration Tool" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   440
<unit bldFile="os/buildtools/srcanamdw_os/migrationtool/group" mrp="os/buildtools/srcanamdw_os/migrationtool/group/testtools_migrationtool.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   441
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   442
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   443
<collection name="imgtools_os" long-name="Image Tools" level="fw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   444
<component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   445
<unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   446
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   447
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   448
<collection name="n:binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   449
<component name="n:captools" long-name="Capability Tools" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   450
<unit bldFile="os/buildtools/binanamdw_os/captools/group" mrp="os/buildtools/binanamdw_os/captools/group/testtools_captools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   451
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   452
<component name="n:depcheck" long-name="Dependency Checker" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   453
<unit bldFile="os/buildtools/binanamdw_os/depcheck" mrp="os/buildtools/binanamdw_os/depcheck/tools_depcheck.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   454
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   455
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   456
<collection name="n:devlib" long-name="Developer Library" level="ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   457
<component name="n:devlibhelp" long-name="Developer Library Help" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   458
<unit bldFile="os/buildtools/devlib/devlibhelp/group/devlib94" mrp="os/buildtools/devlib/devlibhelp/group/devlib94/developerlibrary_doc_html.mrp" version="9.4"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   459
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   460
<component name="n:toolsdocs" long-name="Tools Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   461
<unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   462
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   463
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   464
<collection name="misccomponents" long-name="Misc Components" level="mw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   465
<component name="n:runperl" long-name="Run PERL" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   466
<unit bldFile="os/buildtools/misccomponents/runperl/group" mrp="os/buildtools/misccomponents/runperl/group/tools_sdk_eng_runperl.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   467
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   468
<component name="n:assertion" long-name="Assertion" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   469
<unit bldFile="os/buildtools/misccomponents/assertion/group" mrp="os/buildtools/misccomponents/assertion/group/tools_sdk_eng_assertion.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   470
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   471
<component name="n:enum" long-name="Enum" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   472
<unit bldFile="os/buildtools/misccomponents/enum/group" mrp="os/buildtools/misccomponents/enum/group/tools_sdk_eng_enum.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   473
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   474
<component name="n:logger" long-name="Logger" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   475
<unit bldFile="os/buildtools/misccomponents/logger/group" mrp="os/buildtools/misccomponents/logger/group/tools_sdk_eng_logger.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   476
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   477
<component name="n:filesys" long-name="Filesys" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   478
<unit bldFile="os/buildtools/misccomponents/filesys/group" mrp="os/buildtools/misccomponents/filesys/group/tools_sdk_eng_filesys.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   479
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   480
<component name="n:envvar" long-name="Envvar" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   481
<unit bldFile="os/buildtools/misccomponents/envvar/group" mrp="os/buildtools/misccomponents/envvar/group/tools_sdk_eng_envvar.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   482
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   483
<component name="n:installutils" long-name="Install Utils" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   484
<unit bldFile="os/buildtools/misccomponents/installutils/group" mrp="os/buildtools/misccomponents/installutils/group/tools_sdk_eng_installutils.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   485
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   486
<component name="n:mnemonicfix" long-name="Mnemonic Fix" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   487
<unit bldFile="os/buildtools/misccomponents/mnemonicfix/group" mrp="os/buildtools/misccomponents/mnemonicfix/group/tools_sdk_eng_mnemonicfix.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   488
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   489
<component name="n:pathbrowser" long-name="Path Browser" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   490
<unit bldFile="os/buildtools/misccomponents/pathbrowser/group" mrp="os/buildtools/misccomponents/pathbrowser/group/tools_sdk_eng_pathbrowser.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   491
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   492
<component name="n:shellexec" long-name="Shell Exec" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   493
<unit bldFile="os/buildtools/misccomponents/shellexec/group" mrp="os/buildtools/misccomponents/shellexec/group/tools_sdk_eng_shellexec.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   494
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   495
<component name="n:swingworker" long-name="Swing Worker" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   496
<unit bldFile="os/buildtools/misccomponents/swingworker/group" mrp="os/buildtools/misccomponents/swingworker/group/tools_sdk_eng_swingworker.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   497
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   498
<component name="n:testcaserunner" long-name="Test Case Runner" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   499
<unit bldFile="os/buildtools/misccomponents/testcaserunner/group" mrp="os/buildtools/misccomponents/testcaserunner/group/tools_sdk_eng_testcaserunner.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   500
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   501
<component name="n:toolbarpanel" long-name="Tool Bar Panel" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   502
<unit bldFile="os/buildtools/misccomponents/toolbarpanel/group" mrp="os/buildtools/misccomponents/toolbarpanel/group/tools_sdk_eng_toolbarpanel.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   503
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   504
<component name="n:javahelp" long-name="Java Help" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   505
<unit bldFile="os/buildtools/misccomponents/javahelp/group" mrp="os/buildtools/misccomponents/javahelp/group/tools_sdk_eng_javahelp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   506
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   507
<component name="n:langconfig" long-name="Language Config" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   508
<unit bldFile="os/buildtools/misccomponents/langconfig/group" mrp="os/buildtools/misccomponents/langconfig/group/tools_sdk_eng_langconfig.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   509
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   510
<component name="n:sdkinfo" long-name="SDK Info" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   511
<unit bldFile="os/buildtools/misccomponents/sdkinfo/group" mrp="os/buildtools/misccomponents/sdkinfo/group/tools_sdk_eng_sdkinfo.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   512
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   513
<component name="n:jade" long-name="Jade " filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   514
<unit bldFile="os/buildtools/misccomponents/jade/group" mrp="os/buildtools/misccomponents/jade/group/tools_sdk_eng_jade.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   515
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   516
<component name="n:sdkpackagemgr" long-name="SDK Package Manager" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   517
<unit bldFile="os/buildtools/misccomponents/sdkpackagemgr/group" mrp="os/buildtools/misccomponents/sdkpackagemgr/group/tools_sdk_eng_sdkpkg-manager.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   518
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   519
<component name="n:sdkpkgtools" long-name="SDK Package Tools" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   520
<unit bldFile="os/buildtools/misccomponents/sdkpkgtools/group" mrp="os/buildtools/misccomponents/sdkpkgtools/group/tools_sdk_eng_sdkpkg-tools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   521
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   522
<component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   523
<unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   524
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   525
<component name="n:pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   526
<unit bldFile="os/buildtools/misccomponents/pkgmgrgui/group" mrp="os/buildtools/misccomponents/pkgmgrgui/group/tools_sdk_eng_pkgmgrgui.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   527
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   528
<component name="n:launch" long-name="Launch" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   529
<unit bldFile="os/buildtools/misccomponents/launch/group" mrp="os/buildtools/misccomponents/launch/group/tools_sdk_eng_launch.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   530
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   531
<component name="n:toolsstubs" long-name="Devices Tools Stubs" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   532
<unit bldFile="os/buildtools/misccomponents/toolsstubs/group" mrp="os/buildtools/misccomponents/toolsstubs/group/tools_sdk_eng_tools_stubs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   533
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   534
<component name="n:bspbuilder" long-name="BSP Builder" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   535
<unit bldFile="os/buildtools/misccomponents/bspbuilder/group" mrp="os/buildtools/misccomponents/bspbuilder/group/tools_bspbuilder.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   536
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   537
<component name="n:splash" long-name="Splash Screen" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   538
<unit bldFile="os/buildtools/misccomponents/splash/group" mrp="os/buildtools/misccomponents/splash/group/tools_sdk_eng_splash.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   539
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   540
<component name="n:sdkbuilder" long-name="SDK Building Tools" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   541
<unit bldFile="os/buildtools/misccomponents/sdkbuilder/group" mrp="os/buildtools/misccomponents/sdkbuilder/group/tools_sdk_eng_sdk_builder.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   542
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   543
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   544
<collection name="n:javatoolsplat" long-name="Java Tools Platform" level="mw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   545
<component name="n:javalib" long-name="Java Library " filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   546
<unit bldFile="os/buildtools/javatoolsplat/javalib/group" mrp="os/buildtools/javatoolsplat/javalib/group/tools_sdk_eng_javalibrary.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   547
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   548
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   549
<collection name="n:fileconv" long-name="File Converters" level="mw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   550
<component name="n:cjpeg" long-name="CJpeg" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   551
<unit bldFile="os/buildtools/fileconv/cjpeg/group" mrp="os/buildtools/fileconv/cjpeg/group/tools_sdk_eng_cjpeg.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   552
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   553
<component name="n:alp2csh" long-name="ALP to CSH" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   554
<unit bldFile="os/buildtools/fileconv/alp2csh/group" mrp="os/buildtools/fileconv/alp2csh/group/tools_sdk_eng_alp2csh.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   555
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   556
<component name="n:rtf2ptml" long-name="RTF to PTML" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   557
<unit bldFile="os/buildtools/fileconv/rtf2ptml/group" mrp="os/buildtools/fileconv/rtf2ptml/group/tools_sdk_eng_rtf2ptml.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   558
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   559
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   560
<collection name="buildtools_info" long-name="Build Tools Info" level="ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   561
<component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   562
<unit mrp="os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   563
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   564
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   565
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   566
<block name="ossrv" level="services" long-name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   567
<collection name="genericservices" long-name="Generic Services" level="utilities">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   568
<component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   569
<unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp" version="9.4"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   570
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   571
<component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   572
<unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   573
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   574
<component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   575
<unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   576
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   577
<component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   578
<unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   579
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   580
<component name="activebackupclient" long-name="Active Backup Client" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   581
<unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   582
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   583
<component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   584
<unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   585
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   586
<component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   587
<unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   588
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   589
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   590
<collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   591
<component name="syslibssvs" long-name="Syslibs Verfication Suite" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   592
<unit mrp="os/ossrv/syslibsapitest/syslibssvs/group/syslibssvs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   593
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   594
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   595
<collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   596
<component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   597
<unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   598
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   599
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   600
<collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   601
<component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   602
<unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   603
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   604
<component name="openenvcore" long-name="Open Environment Core" introduced="tb91" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   605
<unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   606
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   607
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   608
<collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   609
<component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   610
<unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp" version="2"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   611
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   612
<component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   613
<unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   614
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   615
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   616
<collection name="ossrv_info" long-name="Generic OS Services Info" level="utilities">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   617
<component name="ossrv_metadata" long-name="Generic OS Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   618
<unit mrp="os/ossrv/ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   619
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   620
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   621
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   622
<block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   623
<collection name="contentmgmt" long-name="Content Management" level="utilities">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   624
<component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   625
<unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   626
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   627
<component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   628
<unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   629
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   630
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   631
<collection name="crypto" long-name="Crypto Libraries" level="libraries">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   632
<component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   633
<unit bldFile="os/security/crypto/weakcrypto/group" mrp="os/security/crypto/weakcrypto/group/security_crypto_weak.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   634
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   635
<component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   636
<unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   637
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   638
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   639
<collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   640
<component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   641
<unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   642
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   643
<component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" deprecated="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   644
<unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   645
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   646
<component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   647
<unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   648
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   649
<component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   650
<unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   651
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   652
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   653
<collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   654
<component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   655
<unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   656
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   657
<component name="securitytools" long-name="Security Tools" introduced="tb92" purpose="optional" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   658
<unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   659
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   660
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   661
<collection name="cryptoservices" long-name="Crypto Services" level="plugins">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   662
<component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   663
<unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   664
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   665
<component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   666
<unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   667
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   668
<component name="rootcertificates" long-name="Root Certificates" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   669
<unit mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   670
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   671
<component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   672
<unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   673
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   674
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   675
<collection name="security_info" long-name="OS Security Info" level="utilities">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   676
<component name="security_metadata" long-name="OS Security Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   677
<unit mrp="os/security/security_info/security_metadata/security_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   678
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   679
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   680
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   681
<block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   682
<collection name="featuremgmt" long-name="Feature Management" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   683
<component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="tb92" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   684
<unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   685
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   686
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   687
<collection name="loggingservices" long-name="Logging Services" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   688
<component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   689
<unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   690
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   691
<component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   692
<unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   693
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   694
<component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   695
<unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   696
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   697
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   698
<collection name="traceservices" long-name="Trace Services" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   699
<component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   700
<unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   701
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   702
<component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   703
<unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   704
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   705
<component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   706
<unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   707
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   708
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   709
<collection name="persistentstorage" long-name="Persistent Storage" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   710
<component name="store" long-name="Store" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   711
<unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   712
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   713
<component name="dbms" long-name="DBMS" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   714
<unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   715
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   716
<component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   717
<unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   718
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   719
<component name="sql" long-name="SQL" introduced="9.3" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   720
<unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   721
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   722
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   723
<collection name="persistentdata_info" long-name="Persistent Data Services Info" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   724
<component name="persistentdata_metadata" long-name="Persistent Data Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   725
<unit mrp="os/persistentdata/persistentdata_info/persistentdata_metadata/persistentdata_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   726
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   727
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   728
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   729
<block name="devicesrv" level="services" long-name="Device Services" levels="adaptation hw-if plugin framework server app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   730
<collection name="accessoryservices" long-name="Accessory Services" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   731
<component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   732
<unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   733
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   734
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   735
<collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   736
<!-- <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   737
<unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   738
</component> -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   739
<component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   740
<unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   741
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   742
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   743
<collection name="sysstatemgmt" long-name="System State Management" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   744
<component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   745
<unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   746
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   747
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   748
<collection name="devicesrvapitest" long-name="Devices Services API Tests" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   749
<component name="accessorieshaitest" long-name="Accessories HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   750
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   751
	<unit mrp="devicesrvapitest/accessorieshaitest/gropup/accessorieshai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   752
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   753
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   754
<component name="hwrmhaitest" long-name="HWRM HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   755
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   756
	<unit mrp="devicesrvapitest/hwrmhaitest/group/hwrmhai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   757
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   758
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   759
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   760
<collection name="devicesrv_info" long-name="Device Services Info" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   761
<component name="devicesrv_metadata" long-name="Device Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   762
<unit mrp="os/devicesrv/devicesrv_info/devicesrv_metadata/devicesrv_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   763
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   764
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   765
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   766
<block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   767
<collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   768
<component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   769
<unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   770
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   771
<component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   772
<unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   773
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   774
<component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="tb91" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   775
<unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   776
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   777
<component name="n:agpsintegrationmodule" long-name="A-GPS Integration Module" introduced="9.2" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   778
<unit bldFile="os/lbs/datasourcemodules/agpsintegrationmodule/group" mrp="os/lbs/datasourcemodules/agpsintegrationmodule/group/lbs_datasourceplugins.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   779
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   780
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   781
<collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   782
<component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   783
<unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   784
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   785
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   786
<collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   787
<component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   788
<unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   789
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   790
<component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   791
<unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   792
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   793
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   794
<collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   795
<component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   796
<unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   797
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   798
<component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   799
<unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   800
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   801
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   802
<collection name="locationmgmt" long-name="Location Management" level="management">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   803
<component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   804
<unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   805
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   806
<component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   807
<unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   808
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   809
<component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   810
<unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   811
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   812
<component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   813
<unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   814
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   815
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   816
<collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   817
<component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   818
<unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   819
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   820
<component name="n:suplprotocolmodule" long-name="SUPL Protocol Module" introduced="tb91" deprecated="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   821
<unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   822
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   823
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   824
<collection name="lbsapitest" long-name="Location API Tests" level="application-interface">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   825
<component name="lbshaitest" long-name="Location HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   826
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   827
      <unit mrp="lbsapitest/lbshaitest/group/lbshai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   828
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   829
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   830
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   831
<collection name="lbs_info" long-name="Locating Services Info" level="application-interface">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   832
<component name="lbs_metadata" long-name="Locating Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   833
<unit mrp="os/lbs/lbs_info/lbs_metadata/lbs_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   834
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   835
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   836
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   837
<block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   838
<collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   839
<component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   840
<unit mrp="os/commsfw/commsinfrastructureapitest/commsinfrastructuresvs/group/commsinfrastructuresvs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   841
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   842
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   843
<collection name="commsprocess" long-name="Comms Process" level="process">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   844
<component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   845
<unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   846
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   847
<component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" purpose="mandatory" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   848
<unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   849
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   850
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   851
<collection name="commsconfig" long-name="Comms Config" level="process">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   852
<component name="commsdatabase" long-name="Comms Database" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   853
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   854
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   855
<component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   856
<unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   857
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   858
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   859
<collection name="datacommsserver" long-name="Data Comms Server" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   860
<component name="esockserver" long-name="ESock Server" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   861
<unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="2"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   862
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   863
<component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" purpose="mandatory" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   864
<unit mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp" version="2"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   865
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   866
<component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   867
<unit bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp" version="1"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   868
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   869
<component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   870
<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   871
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   872
<component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   873
<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   874
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   875
<component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   876
<unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   877
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   878
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   879
<collection name="serialserver" long-name="Serial Server" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   880
<component name="serialportcsy" long-name="Serial Port CSY" introduced="ER5" purpose="optional" plugin="Y" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   881
<!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   882
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   883
<component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   884
<unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   885
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   886
<component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   887
<unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   888
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   889
<component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   890
<unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   891
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   892
<component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   893
<unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   894
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   895
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   896
<collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   897
<component name="refcpr" long-name="Reference CPR" introduced="9.2" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   898
<unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   899
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   900
<component name="refscpr" long-name="Reference SCPR" introduced="9.2" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   901
<unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   902
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   903
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   904
<collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   905
<component name="commfw" long-name="Comms Framework" introduced="7.0s" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   906
<unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   907
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   908
<component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   909
<unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   910
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   911
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   912
<collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   913
<component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   914
<unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   915
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   916
<component name="commsfw_metadata" long-name="Communications Framework Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   917
<unit mrp="os/commsfw/commsfw_info/commsfw_metadata/commsfw_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   918
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   919
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   920
<collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   921
<component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   922
<unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   923
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   924
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   925
<collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   926
<!-- Removing GT commdb
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   927
<component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   928
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   929
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   930
-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   931
<!-- <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   932
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   933
</component> -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   934
<component name="commstools" long-name="Comms Tools" introduced="tb91" purpose="development" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   935
<unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   936
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   937
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   938
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   939
<block name="networkingsrv" level="services" long-name="Networking Services" levels="adaptation hw-if plugin framework server app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   940
<collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   941
<component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   942
<unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   943
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   944
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   945
<collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   946
<component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   947
<unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   948
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   949
<component name="dndconfig" long-name="DND Config" introduced="7.0" purpose="mandatory" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   950
<unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   951
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   952
<component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   953
<unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   954
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   955
<component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="tb91" purpose="mandatory" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   956
<unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   957
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   958
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   959
<collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   960
<component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   961
<unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   962
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   963
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   964
<collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   965
<component name="ethernetnif" long-name="Ethernet NIF" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   966
<unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   967
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   968
<component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" introduced="7.0" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   969
<unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   970
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   971
<component name="pppnif" long-name="PPP NIF" introduced="ER5" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   972
<unit bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp" version="1"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   973
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   974
<component name="pppconfig" long-name="PPP Config" introduced="ER5" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   975
<unit mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp" version="1"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   976
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   977
<component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   978
<unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   979
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   980
<component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   981
<unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   982
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   983
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   984
<collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   985
<component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   986
<unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   987
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   988
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   989
<collection name="networkcontrol" long-name="Network Control" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   990
<component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" purpose="optional" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   991
<unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   992
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   993
<component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   994
<unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   995
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   996
<component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   997
<unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   998
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
   999
<component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1000
<unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1001
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1002
<component name="ipcpr" long-name="IP CPR" introduced="8.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1003
<unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1004
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1005
<component name="ipscpr" long-name="IP SCPR" introduced="9.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1006
<unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1007
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1008
<component name="ipcprshim" long-name="IP CPR Shim" deprecated="Future" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1009
<unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1010
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1011
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1012
<collection name="networkprotocols" long-name="Network Protocols" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1013
<component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" purpose="mandatory" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1014
<unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1015
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1016
<component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1017
<unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1018
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1019
<component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1020
<unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1021
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1022
<component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1023
<unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1024
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1025
<component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1026
<unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1027
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1028
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1029
<collection name="networksecurity" long-name="Network Security" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1030
<component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1031
<unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1032
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1033
<component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1034
<unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1035
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1036
<component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1037
<unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1038
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1039
<component name="ipsecvpn" long-name="IPsec VPN" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1040
<!-- PLACEHOLDER="DEF140049"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1041
        <unit bldFile="networksecurity/ipsecvpn/group" mrp="networksecurity/ipsecvpn/group/networking_ipsecvpn.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1042
		-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1043
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1044
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1045
<collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1046
<component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1047
<unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1048
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1049
<component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1050
<unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1051
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1052
<component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1053
<unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1054
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1055
<component name="ipprobe" long-name="IP Probe" introduced="7.0s" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1056
<unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1057
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1058
<component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1059
<unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1060
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1061
<component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1062
<unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1063
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1064
<component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1065
<unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1066
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1067
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1068
<collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1069
<component name="networkingrom" long-name="Networking ROM" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1070
<!--  production component: contains the IBY files -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1071
<unit bldFile="os/networkingsrv/networkingsrv_info/networkingrom/group" mrp="os/networkingsrv/networkingsrv_info/networkingrom/group/networking_general.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1072
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1073
<component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1074
<unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1075
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1076
<component name="networkingsrv_metadata" long-name="Networking Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1077
<unit mrp="os/networkingsrv/networkingsrv_info/networkingsrv_metadata/networkingsrv_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1078
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1079
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1080
<collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1081
<component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1082
<unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1083
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1084
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1085
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1086
<block name="wlan" level="services" long-name="WLAN" levels="hw low mid high tools test">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1087
<collection name="wlanapitest" long-name="WLAN API Tests" level="test">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1088
<component name="wlanhaitest" long-name="WLAN HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1089
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1090
	<unit mrp="wlanapitest/wlanhaitest/group/wlanhai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1091
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1092
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1093
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1094
<collection name="wlan_info" long-name="WLAN Info" level="test">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1095
<component name="wlan_metadata" long-name="WLAN Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1096
<unit mrp="os/wlan/wlan_info/wlan_metadata/wlan_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1097
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1098
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1099
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1100
<block name="cellularsrv" level="services" long-name="Cellular Baseband Services" levels="adaptation hw-if plugin framework server app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1101
<collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1102
<component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1103
<unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1104
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1105
<component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1106
<unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1107
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1108
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1109
<collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1110
<component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1111
<unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1112
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1113
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1114
<collection name="fax" long-name="Fax" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1115
<component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1116
<unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1117
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1118
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1119
<collection name="smsprotocols" long-name="SMS Protocols" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1120
<component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1121
<unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1122
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1123
<component name="n:cdmasmsstack" long-name="CDMA SMS Stack" introduced="8.0" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1124
<unit bldFile="os/cellularsrv/smsprotocols/cdmasmsstack/group" mrp="os/cellularsrv/smsprotocols/cdmasmsstack/group/nbprotocols_cdmasmsstack.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1125
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1126
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1127
<collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1128
<component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1129
<unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1130
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1131
<component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1132
<unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1133
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1134
<component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1135
<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1136
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1137
<component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1138
<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1139
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1140
<component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1141
<unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1142
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1143
<component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1144
<unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1145
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1146
<component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" introduced="8.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1147
<unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1148
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1149
<component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1150
<unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1151
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1152
<component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1153
<unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1154
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1155
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1156
<collection name="telephonyserver" long-name="Telephony Server" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1157
<component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1158
<unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1159
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1160
<component name="etelconfig" long-name="ETel Config" purpose="mandatory" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1161
<unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1162
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1163
<component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1164
<unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1165
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1166
<component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1167
<unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1168
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1169
<component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1170
<unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1171
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1172
<component name="n:etelcdma" long-name="ETel CDMA" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1173
<unit bldFile="os/cellularsrv/telephonyserver/etelcdma/group" mrp="os/cellularsrv/telephonyserver/etelcdma/group/telephony_etelcdma.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1174
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1175
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1176
<collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1177
<component name="common_tsy" long-name="Common TSY" introduced="tb92" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1178
<unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1179
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1180
<component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="tb91" purpose="development" plugin="Y">
131
2be41f6d21e7 Updated sources_fcl.txt according to clean project.
ThomasE
parents: 130
diff changeset
  1181
<unit bldFile="os/cellularsrv/telephonyserverplugins/licenseetsystub/group" mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp"/>
130
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1182
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1183
<component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1184
<unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1185
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1186
<component name="cdmatsy" long-name="CDMA TSY" introduced="7.0" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1187
<unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1188
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1189
<component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1190
<unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1191
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1192
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1193
<collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1194
<component name="dial" long-name="Dial" deprecated="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1195
<unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1196
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1197
<component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1198
<unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1199
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1200
<component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1201
<unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1202
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1203
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1204
<collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1205
<component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1206
<unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1207
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1208
<component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1209
<unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1210
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1211
<component name="cellularsrv_metadata" long-name="Cellular Baseband Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1212
<unit mrp="os/cellularsrv/cellularsrv_info/cellularsrv_metadata/cellularsrv_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1213
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1214
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1215
<collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1216
<component name="mocksy" long-name="MockSY" introduced="tb91" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1217
<unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1218
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1219
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1220
<collection name="cellularsrvapitest" long-name="Telephony API Tests" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1221
<component name="datatransferhaitest" long-name="Data Transfer HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1222
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1223
	<unit mrp="cellularsrvapitest/datatransferhaitest/group/datatransferhai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1224
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1225
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1226
<component name="telephonyhaitest" long-name="Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1227
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1228
	<unit mrp="cellularsrvapitest/telephonyhaitest/group/telephonyhai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1229
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1230
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1231
<component name="telephonydevsoundhaitest" long-name="DevSound Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1232
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1233
	<unit mrp="cellularsrvapitest/telephonydevsoundhaitest/group/telephonydevsoundhai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1234
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1235
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1236
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1237
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1238
<block name="shortlinksrv" level="services" long-name="Short Link Services" levels="adaptation hw-if plugin framework server app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1239
<collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1240
<component name="bluetoothsvs" long-name="Bluetooth Verification Suite" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1241
<unit mrp="os/shortlinksrv/bluetoothapitest/bluetoothsvs/group/bluetoothsvs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1242
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1243
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1244
<collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1245
<component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1246
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1247
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1248
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1249
<collection name="bluetooth" long-name="Bluetooth" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1250
<component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1251
<unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1252
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1253
<component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1254
<unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1255
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1256
<component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1257
<unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1258
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1259
<component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1260
<unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1261
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1262
<component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1263
<unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1264
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1265
<component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1266
<unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1267
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1268
<component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1269
<unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1270
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1271
<component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1272
<unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1273
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1274
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1275
<collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1276
<component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1277
<unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1278
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1279
<component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1280
<unit bldFile="os/shortlinksrv/bluetoothmgmt/btconfig" mrp="os/shortlinksrv/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1281
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1282
<component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1283
<unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1284
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1285
<component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1286
<unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1287
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1288
<component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1289
<unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1290
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1291
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1292
<collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1293
<component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1294
<unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1295
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1296
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1297
<collection name="bthci" long-name="Host Controller Interface" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1298
<component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1299
<unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1300
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1301
<component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1302
<unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1303
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1304
<component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1305
<unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1306
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1307
<component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1308
<unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1309
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1310
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1311
<collection name="usbmgmt" long-name="USB Management" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1312
<component name="usbmgr" long-name="USB Manager" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1313
<unit bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1314
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1315
<component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1316
<unit mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1317
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1318
<component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1319
<unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1320
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1321
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1322
<collection name="irda" long-name="IrDA" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1323
<component name="irdastack" long-name="IrDA Stack" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1324
<unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1325
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1326
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1327
<collection name="shortlinksrv_info" long-name="Short Link Services Info" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1328
<component name="shortlinksrv_metadata" long-name="Short Link Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1329
<unit mrp="os/shortlinksrv/shortlinksrv_info/shortlinksrv_metadata/shortlinksrv_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1330
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1331
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1332
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1333
<block name="mm" level="services" long-name="Multimedia" levels="adaptation hw-if device-fw devices middleware app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1334
<collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1335
<component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1336
<unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1337
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1338
<component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1339
<unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1340
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1341
<component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1342
<unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1343
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1344
<component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1345
<unit bldFile="os/mm/imagingandcamerafws/camerafw/group" mrp="os/mm/imagingandcamerafws/camerafw/group/multimedia_ecam_framework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1346
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1347
<component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1348
<unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1349
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1350
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1351
<collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1352
<component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1353
<unit bldFile="os/mm/mmlibs/mmutilitylib/group" mrp="os/mm/mmlibs/mmutilitylib/group/multimedia_common.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1354
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1355
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1356
<collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1357
<component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1358
<unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1359
<!-- PLACEHOLDER="DEF137831" REMOVE -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1360
<!-- PLACEHOLDER="DEF137831"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1361
		<unit bldFile="mmplugins/imagingplugins/plugins/group" mrp="mmplugins/imagingplugins/plugins/group/multimedia_icl_plugin.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1362
		-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1363
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1364
<component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1365
<unit bldFile="os/mm/mmplugins/cameraplugins/group" mrp="os/mm/mmplugins/cameraplugins/group/multimedia_ecam_plugins.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1366
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1367
<component name="3gplib" long-name="3GP Library" introduced="Future" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1368
<unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1369
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1370
<component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1371
<unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1372
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1373
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1374
<collection name="mm_info" long-name="Multimedia Info" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1375
<component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1376
<unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1377
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1378
<component name="mm_metadata" long-name="Multimedia Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1379
<unit mrp="os/mm/mm_info/mm_metadata/mm_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1380
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1381
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1382
<collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1383
<component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1384
<unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1385
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1386
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1387
<collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1388
<component name="n:mdf" long-name="Media Device Framework" introduced="9.2" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1389
<unit bldFile="os/mm/mmdevicefw/mdf/group" mrp="os/mm/mmdevicefw/mdf/group/multimedia_mdf.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1390
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1391
<component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1392
<unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1393
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1394
<component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1395
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1396
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1397
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1398
<collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1399
<component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1400
<unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1401
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1402
<component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1403
<unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1404
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1405
<component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1406
<unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1407
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1408
<component name="mmtesttools" long-name="Multimedia Test Tools" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1409
<unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1410
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1411
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1412
<collection name="omxil" long-name="OpenMAX IL" level="hw-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1413
<component name="openmax" long-name="OpenMAX" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1414
<unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1415
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1416
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1417
<collection name="devsound" long-name="Sound Device" level="devices">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1418
<component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1419
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1420
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1421
<component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1422
<unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1423
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1424
<component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1425
<unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1426
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1427
<component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1428
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1429
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1430
<component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1431
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1432
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1433
<component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1434
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1435
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1436
<component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1437
<unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1438
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1439
<component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1440
<unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1441
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1442
<component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1443
<unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1444
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1445
<component name="a3fsrvstart" long-name="A3F Server Start" introduced="tb92" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1446
<unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1447
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1448
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1449
<collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1450
<component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1451
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1452
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1453
<component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1454
<unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1455
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1456
<component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1457
<unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1458
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1459
<component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1460
<unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1461
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1462
<component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1463
<unit bldFile="os/mm/mmhais/videohai/group" mrp="os/mm/mmhais/videohai/group/multimedia_videohai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1464
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1465
<component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1466
<unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1467
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1468
<component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1469
<unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1470
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1471
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1472
<collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1473
<component name="mmsvs" long-name="Multimedia Verification Suite" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1474
<unit mrp="os/mm/mmapitest/mmsvs/group/mmsvs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1475
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1476
<component name="devvideohaitest" long-name="DevVideo HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1477
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1478
      <unit mrp="mmapitest/devvideohaitest/group/devvideohai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1479
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1480
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1481
<component name="devsoundhaitest" long-name="DevSound HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1482
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1483
      <unit mrp="mmapitest/devsoundhaitest/group/devsoundhai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1484
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1485
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1486
<component name="devsoundexthaitest" long-name="DevSound Extensions HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1487
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1488
      <unit mrp="mmapitest/devsoundexthaitest/group/devsoundexthai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1489
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1490
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1491
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1492
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1493
<block name="graphics" level="services" long-name="Graphics" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1494
<collection name="graphicstest" long-name="Graphics Test" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1495
<component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1496
<unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1497
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1498
<component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1499
<unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1500
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1501
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1502
<collection name="graphics_info" long-name="Graphics Info" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1503
<component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1504
<unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1505
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1506
<component name="graphics_metadata" long-name="Graphics Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1507
<unit mrp="os/graphics/graphics_info/graphics_metadata/graphics_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1508
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1509
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1510
<collection name="windowing" long-name="Windowing" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1511
<component name="windowserver" long-name="Window Server" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1512
<unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1513
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1514
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1515
<collection name="printingservices" long-name="Printing Services" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1516
<component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1517
<unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1518
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1519
<component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1520
<unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1521
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1522
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1523
<collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1524
<component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1525
<unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1526
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1527
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1528
<collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1529
<component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1530
<unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1531
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1532
<component name="n:openglesimplementation" long-name="OpenGL ES Implementation" filter="gt" introduced="8.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1533
<unit bldFile="os/graphics/opengles/openglesimplementation/group/" mrp="os/graphics/opengles/openglesimplementation/group/graphics_opengles.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1534
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1535
<component name="n:openglesdisplayproperties" long-name="OpenGL ES Display Properties" introduced="8.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1536
<unit bldFile="os/graphics/opengles/openglesdisplayproperties/group" mrp="os/graphics/opengles/openglesdisplayproperties/group/graphics_openglesdisplayproperty.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1537
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1538
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1539
<collection name="openvg" long-name="OpenVG" level="internal-adaptations">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1540
<component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1541
<unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1542
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1543
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1544
<collection name="egl" long-name="EGL" level="internal-adaptations">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1545
<component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1546
<unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1547
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1548
<component name="n:eglimplementation" long-name="EGL Implementation" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1549
<unit bldFile="os/graphics/egl/eglimplementation/group/" mrp="os/graphics/egl/eglimplementation/group/graphics_egl.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1550
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1551
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1552
<collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1553
<component name="gdi" long-name="GDI" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1554
<unit bldFile="os/graphics/graphicsdeviceinterface/gdi/group" mrp="os/graphics/graphicsdeviceinterface/gdi/group/graphics_gdi.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1555
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1556
<component name="bitgdi" long-name="BitGDI" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1557
<unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1558
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1559
<component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1560
<unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1561
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1562
<component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1563
<unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1564
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1565
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1566
<collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1567
<component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1568
<unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1569
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1570
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1571
<collection name="graphcisapitest" long-name="Graphics API Tests" level="app-if">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1572
<component name="graphicssvs" long-name="Graphics Verification Suite" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1573
<unit mrp="os/graphics/graphicsapitest/graphicssvs/group/graphicssvs.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1574
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1575
<component name="screendriverhaitest" long-name="Screen Driver HAI Tests" introduced="tb91" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1576
<!-- PLACEHOLDER="DS.1645"
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1577
      <unit mrp="graphicsapitest/screendriverhaitest/group/screendriverhai.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1578
	-->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1579
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1580
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1581
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1582
<block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1583
<collection name="charconvfw" long-name="Character Conversion" level="encoding">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1584
<component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1585
<unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1586
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1587
<component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1588
<unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1589
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1590
<component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1591
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1592
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1593
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1594
<collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1595
<component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1596
<unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1597
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1598
<component name="fontstore" long-name="Font Store" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1599
<unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1600
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1601
<component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1602
<!-- placeholder for text code from GDI -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1603
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1604
<component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1605
<unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1606
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1607
<component name="n:itypefontrasteriser" long-name="iType Font Rasteriser" filter="gt" introduced="tb92" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1608
<unit bldFile="os/graphics/fbs/itypefontrasteriser/group" mrp="os/graphics/fbs/itypefontrasteriser/group/graphics_itype.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1609
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1610
<component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1611
<unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1612
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1613
<component name="n:testfonts" long-name="Test Fonts" filter="gt" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1614
<unit bldFile="os/textandloc/fontservices/graphicstestfonts/group" mrp="os/textandloc/fontservices/graphicstestfonts/group/graphics_testfonts.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1615
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1616
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1617
<collection name="textlayout" long-name="Text Layout" level="text">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1618
<component name="texthandling" long-name="Text Handling" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1619
<unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1620
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1621
<component name="textformatting" long-name="Text Formatting" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1622
<unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1623
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1624
<component name="word" long-name="Word" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1625
<unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1626
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1627
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1628
<collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1629
<component name="nearestlangutil" long-name="Nearest Language Util" introduced="tb91" purpose="mandatory" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1630
<!-- placeholder for split from bafl -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1631
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1632
<component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1633
<unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1634
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1635
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1636
<collection name="localesupport" long-name="Locale Support" level="util">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1637
<component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1638
<unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1639
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1640
<component name="initlocale" long-name="Initialise Locale" introduced="tb91" purpose="mandatory" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1641
<!-- placeholder for split from bafl -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1642
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1643
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1644
<collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1645
<component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1646
<!-- placeholder for split from GDI Tools -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1647
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1648
<component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1649
<unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1650
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1651
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1652
<collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1653
<component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1654
<unit mrp="os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1655
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1656
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1657
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1658
<block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1659
<collection name="xml" long-name="XML" level="generic">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1660
<component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1661
<unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1662
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1663
<component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1664
<unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1665
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1666
<component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1667
<unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1668
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1669
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1670
<collection name="xmlsrv_info" long-name="XML Services Info" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1671
<component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1672
<unit mrp="os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1673
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1674
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1675
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1676
<block name="deviceplatformrelease" level="services" long-name="Device Platform Release" levels="bld mid top">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1677
<collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1678
<component name="cedarutils" long-name="Cedar Utils" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1679
<unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1680
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1681
<component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1682
<unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1683
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1684
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1685
<collection name="foundation_system" long-name="Foundation System" level="top">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1686
<component name="systemdocs" long-name="System Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1687
<unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1688
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1689
<component name="system_model" long-name="System Model" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1690
<unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1691
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1692
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1693
<collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1694
<component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1695
<unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1696
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1697
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1698
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1699
<block name="osrndtools" level="services" long-name="OS RD tools" levels="fw trace">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1700
<collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1701
<component name="cinidata" long-name="CINI Data" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1702
<unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1703
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1704
<component name="testexecute" long-name="Test Execute" deprecated="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1705
<unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1706
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1707
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1708
<collection name="osrndtools_info" long-name="OS RD tools Info" level="trace">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1709
<component name="osrndtools_metadata" long-name="OS RD tools Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1710
<unit mrp="os/osrndtools/osrndtools_info/osrndtools_metadata/osrndtools_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1711
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1712
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1713
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1714
</layer>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1715
<layer name="mw" long-name="Middleware" levels="generic specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1716
<block name="appsupport" level="generic" long-name="Generic Application Support" levels="system plugin framework server generic specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1717
<collection name="filehandling" long-name="File Handling" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1718
<component name="fileconverterfw" long-name="File Converter Framework" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1719
<unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1720
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1721
<component name="fileconverterplugins" long-name="Other File Converter Plugins" introduced="ER5" deprecated="9.3" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1722
<unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1723
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1724
<component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1725
<unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1726
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1727
<component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1728
<unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1729
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1730
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1731
<collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1732
<component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1733
<unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1734
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1735
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1736
<collection name="commonappservices" long-name="Common Application Services" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1737
<component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1738
<unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1739
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1740
<component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" deprecated="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1741
<unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1742
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1743
<component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1744
<unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1745
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1746
<component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1747
<unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1748
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1749
<component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1750
<unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1751
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1752
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1753
<collection name="tzservices" long-name="Time Zone Services" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1754
<component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1755
<unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1756
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1757
<component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1758
<unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1759
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1760
<component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1761
<unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1762
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1763
<component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1764
<unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1765
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1766
<component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1767
<unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1768
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1769
<component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1770
<unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1771
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1772
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1773
<collection name="contenthandling" long-name="Content Handling" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1774
<component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1775
<unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1776
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1777
<component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1778
<unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1779
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1780
<component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1781
<unit bldFile="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group" mrp="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1782
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1783
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1784
<collection name="printingsupport" long-name="Printing Support" level="generic">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1785
<component name="printinguisupport" long-name="Printing UI Support" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1786
<unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1787
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1788
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1789
<collection name="appfw" long-name="Application Framework" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1790
<component name="apparchitecture" long-name="Application Architecture" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1791
<unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1792
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1793
<component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1794
<unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1795
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1796
<component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1797
<unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1798
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1799
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1800
<collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1801
<component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1802
<unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1803
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1804
<component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1805
<unit bldFile="mw/appsupport/tzpcside/worlddatabasekit/group" mrp="mw/appsupport/tzpcside/worlddatabasekit/group/app-services_wlddatabasekit_cedar.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1806
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1807
<component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1808
<unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1809
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1810
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1811
<collection name="appsupport_info" long-name="Generic Application Support Info" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1812
<component name="appsupport_metadata" long-name="Generic Application Support Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1813
<unit mrp="mw/appsupport/appsupport_info/appsupport_metadata/appsupport_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1814
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1815
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1816
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1817
<block name="securitysrv" level="generic" long-name="Security Services" levels="plugin framework server generic specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1818
<collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1819
<component name="ocsp" long-name="Online Certificate Status Protocol" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1820
<unit bldFile="mw/securitysrv/pkiutilities/ocsp/group" mrp="mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1821
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1822
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1823
<collection name="securitysrv_info" long-name="Security Services Info" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1824
<component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1825
<unit mrp="mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1826
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1827
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1828
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1829
<block name="netprotocols" level="generic" long-name="High-level Internet Protocols" levels="plugin framework server generic specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1830
<collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1831
<component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1832
<unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1833
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1834
<component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1835
<unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1836
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1837
<component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1838
<unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1839
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1840
<component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1841
<unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1842
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1843
<component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1844
<unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1845
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1846
<component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1847
<unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1848
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1849
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1850
<collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1851
<component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1852
<unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1853
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1854
<component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1855
<unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1856
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1857
<component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1858
<unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1859
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1860
<component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1861
<unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1862
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1863
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1864
<collection name="n:wapstack" long-name="WAP Stack" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1865
<component name="n:wapmessageapi" long-name="WAP Message API" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1866
<unit bldFile="mw/netprotocols/wapstack/wapmessageapi/group" mrp="mw/netprotocols/wapstack/wapmessageapi/group/wap-stack_wapmessage.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1867
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1868
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1869
<collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1870
<component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1871
<unit mrp="mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1872
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1873
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1874
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1875
<block name="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin framework conn server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1876
<collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1877
<component name="rtp" long-name="RTP" introduced="9.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1878
<!-- Real Time Data Protocol -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1879
<unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1880
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1881
<component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1882
<unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1883
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1884
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1885
<collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1886
<component name="sipprovider" long-name="SIP Provider" introduced="tb91" filter="gt" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1887
<unit bldFile="mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1888
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1889
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1890
<collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1891
<component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1892
<unit mrp="mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1893
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1894
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1895
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1896
<block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack fw api">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1897
<collection name="messagingfw" long-name="Messaging FW" level="fw">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1898
<component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1899
<unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1900
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1901
<component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1902
<unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1903
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1904
<component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1905
<unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1906
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1907
<component name="msgconf" long-name="Messaging Config" introduced="tb91" purpose="optional" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1908
<unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1909
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1910
<component name="watcherfw" long-name="Watcher Framework" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1911
<unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1912
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1913
<component name="msgtest" long-name="Messaging Test" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1914
<unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1915
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1916
<component name="msgtests" long-name="Messaging Tests" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1917
<unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1918
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1919
<component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1920
<unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1921
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1922
<component name="msgtestproduct" long-name="Messaging Test Product" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1923
<unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1924
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1925
<component name="biowatchers" long-name="BIO Watchers" introduced="8.0" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1926
<unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1927
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1928
<component name="sendas" long-name="Send As" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1929
<unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1930
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1931
<component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1932
<unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1933
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1934
<component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1935
<unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1936
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1937
<component name="n:suplsmshandler" long-name="SUPL SMS Handler" introduced="tb91" purpose="development" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1938
<unit bldFile="mw/messagingmw/messagingfw/suplsmshandler/group" mrp="mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1939
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1940
<component name="n:suplwappushhandler" long-name="SUPL WAP Push Handler" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1941
<unit bldFile="mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1942
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1943
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1944
<collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1945
<component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1946
<unit mrp="mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1947
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1948
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1949
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1950
<block name="remotemgmt" level="specific" long-name="Remote Management" levels="plugin framework server generic specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1951
<collection name="n:remotemgmttest" long-name="Remote Management Test" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1952
<component name="n:omasyncmlintegrationtest" long-name="OMA SyncML Integration Test" introduced="7.0s" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1953
<unit bldFile="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group/oma_syncml_integtest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1954
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1955
<component name="n:omadevicemgmtintegrationtest" long-name="OMA Device Management Integration Test" introduced="9.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1956
<unit bldFile="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group/devprov_integtest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1957
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1958
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1959
<collection name="n:syncandremotemgmtfw" long-name="Sync and Remote Management Framework" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1960
<component name="n:omasyncmldatasync" long-name="OMA SyncML Data Sync" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1961
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group/oma_syncml_datasync.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1962
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1963
<component name="n:omasyncmlcommonfw" long-name="OMA SyncML Common Framework" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1964
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group/oma_syncml_common_framework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1965
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1966
<component name="n:omasyncmldminterface" long-name="OMA SyncML DM Interface" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1967
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group/oma_syncml_dm_interface.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1968
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1969
<component name="n:omasyncmlconfig" long-name="OMA SyncML Config" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1970
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group/oma_syncml_config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1971
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1972
<component name="n:devicemgmtfw" long-name="Device Management Framework" introduced="8.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1973
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group" mrp="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group/devprov_devman_framework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1974
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1975
<component name="n:clientprovisioningfw" long-name="Client Provisioning Framework" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1976
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group/devprov_clientprov_framework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1977
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1978
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1979
<collection name="n:syncandremotemgmtservices" long-name="Sync and Remote Management Services" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1980
<component name="n:datasyncadaptors" long-name="Data Sync Adaptors" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1981
<unit bldFile="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group/data_sync_adaptors.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1982
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1983
<component name="n:devicemgmtadaptors" long-name="Device Management Adaptors" introduced="9.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1984
<unit bldFile="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group" mrp="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group/devprov_devman_adapters.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1985
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1986
<component name="n:clientprovisioningadaptors" long-name="Client Provisioning Adaptors" introduced="9.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1987
<unit bldFile="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group/devprov_clientprov_adapters.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1988
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1989
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1990
<collection name="remotemgmt_info" long-name="Remote Management Info" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1991
<component name="n:remotemgmt_metadata" long-name="Remote Management Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1992
<unit mrp="mw/remotemgmt/remotemgmt_info/remotemgmt_metadata/remotemgmt_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1993
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1994
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1995
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1996
<block name="remoteconn" level="generic" long-name="Remote Connectivity" levels="plugin framework server generic specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1997
<collection name="remoteconn_info" long-name="Remote Connectivity Info" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1998
<component name="remoteconn_metadata" long-name="Remote Connectivity Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  1999
<unit mrp="mw/remoteconn/remoteconn_info/remoteconn_metadata/remoteconn_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2000
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2001
<component name="n:connectivitydoc" long-name="Connectivity Documentation" introduced="tb91" purpose="optional" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2002
<unit mrp="mw/remoteconn/remoteconn_info/connectivitydoc/group/connectivity_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2003
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2004
<component name="n:mtpdoc" long-name="MTP Documentation" introduced="tb91" purpose="optional" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2005
<unit mrp="mw/remoteconn/remoteconn_info/mtpdoc/group/mtp_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2006
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2007
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2008
<collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2009
<component name="n:mrouter" long-name="m-Router" filter="gt" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2010
<unit bldFile="mw/remoteconn/connectivitytransports/mrouter/group" mrp="mw/remoteconn/connectivitytransports/mrouter/group/connectivity_mRouterSecure.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2011
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2012
<component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2013
<unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/group" mrp="mw/remoteconn/connectivitytransports/plpremotelink/group/connectivity_legacy_plp_plpremotelink.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2014
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2015
<component name="plpvariant" long-name="PLP Variant" deprecated="9.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2016
<unit bldFile="mw/remoteconn/connectivitytransports/plpvariant/group" mrp="mw/remoteconn/connectivitytransports/plpvariant/group/connectivity_legacy_plp_plpvariant.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2017
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2018
<component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2019
<unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2020
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2021
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2022
<collection name="mtptransports" long-name="MTP Transports" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2023
<component name="mtpusbtransport" long-name="MTP USB Transport" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2024
<unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2025
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2026
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2027
<collection name="mtpfws" long-name="MTP Frameworks" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2028
<component name="n:mtpfw" long-name="MTP Framework" introduced="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2029
<unit bldFile="mw/remoteconn/mtpfws/mtpfw/group" mrp="mw/remoteconn/mtpfws/mtpfw/group/mtp_framework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2030
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2031
<component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2032
<unit bldFile="mw/remoteconn/mtpfws/mtpintegrationtest/group" mrp="mw/remoteconn/mtpfws/mtpintegrationtest/group/mtp_test.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2033
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2034
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2035
<collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2036
<component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2037
<unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2038
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2039
<component name="n:mtpwmpextndp" long-name="WMP Extension Data Provider" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2040
<unit bldFile="mw/remoteconn/mtpdataproviders/mtpwmpextndp/group" mrp="mw/remoteconn/mtpdataproviders/mtpwmpextndp/group/mtp_wmpextndp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2041
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2042
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2043
<collection name="backupandrestore" long-name="Backup and Restore" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2044
<component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2045
<unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2046
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2047
<component name="backuptest" long-name="Backup Test" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2048
<unit bldFile="mw/remoteconn/backupandrestore/backuptest/group" mrp="mw/remoteconn/backupandrestore/backuptest/group/connectivity_backuptest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2049
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2050
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2051
<collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2052
<component name="chatscripts" long-name="Chat Scripts" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2053
<unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2054
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2055
<component name="n:connectqi" long-name="ConnectQI" introduced="9.1" purpose="optional" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2056
<unit mrp="mw/remoteconn/connectivitypcside/connectqi/connectqisdk_mr3.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2057
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2058
<component name="n:connectqisdk" long-name="ConnectQI SDK" introduced="9.1" purpose="optional" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2059
<unit mrp="mw/remoteconn/connectivitypcside/connectqisdk/connectqisdk_public.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2060
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2061
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2062
<collection name="connectivitydevicefws" long-name="Connectivity Device Frameworks" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2063
<component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2064
<unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityfw/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityfw/group/connectivity_framework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2065
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2066
<component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2067
<unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityservices/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityservices/group/connectivity_services.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2068
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2069
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2070
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2071
<block name="shortlinkconn" level="generic" long-name="Shortlink Connectivity" levels="framework server generic specific plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2072
<collection name="obex" long-name="OBEX" level="generic">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2073
<component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2074
<unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2075
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2076
<component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2077
<unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2078
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2079
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2080
<collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2081
<component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2082
<unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2083
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2084
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2085
<collection name="shortlinkconn_info" long-name="Shortlink Connectivity Info" level="plugin">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2086
<component name="shortlinkconn_metadata" long-name="Shortlink Connectivity Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2087
<unit mrp="mw/shortlinkconn/shortlinkconn_info/shortlinkconn_metadata/shortlinkconn_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2088
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2089
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2090
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2091
<block name="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2092
<collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2093
<component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2094
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2095
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2096
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2097
<collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2098
<component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2099
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2100
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2101
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2102
<collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2103
<component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2104
<unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2105
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2106
<component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2107
<unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2108
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2109
<component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2110
<unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2111
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2112
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2113
<collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2114
<component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2115
<unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2116
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2117
<component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2118
<unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2119
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2120
<component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2121
<unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2122
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2123
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2124
<collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2125
<component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2126
<unit mrp="mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2127
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2128
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2129
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2130
<block name="inputmethods" level="generic" long-name="Input Methods" levels="plugin engine framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2131
<collection name="fep" long-name="FEP" level="engine">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2132
<component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2133
<unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2134
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2135
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2136
<collection name="inputmethods_info" long-name="Input Methods Info" level="framework">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2137
<component name="inputmethods_metadata" long-name="Input Methods Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2138
<unit mrp="mw/inputmethods/inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2139
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2140
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2141
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2142
<block name="classicui" level="generic" long-name="Classic UI" levels="base support server generic specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2143
<collection name="commonuisupport" long-name="Common UI Support" level="support">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2144
<component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2145
<unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2146
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2147
<component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2148
<unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2149
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2150
<component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2151
<unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2152
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2153
<component name="grid" long-name="Grid" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2154
<unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2155
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2156
<component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2157
<unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2158
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2159
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2160
<collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2161
<component name="cone" long-name="Control Environment" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2162
<unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2163
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2164
<component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2165
<unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2166
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2167
<component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2168
<unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2169
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2170
<component name="clockanim" long-name="Clock" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2171
<unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2172
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2173
<component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2174
<unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2175
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2176
<component name="animation" long-name="Animation" introduced="9.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2177
<unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2178
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2179
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2180
<collection name="classicui_info" long-name="Classic UI Info" level="specific">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2181
<component name="classicui_metadata" long-name="Classic UI Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2182
<unit mrp="mw/classicui/classicui_info/classicui_metadata/classicui_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2183
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2184
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2185
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2186
<block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2187
<collection name="installationservices" long-name="Installation Services" level="generic">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2188
<component name="swi" long-name="Secure Software Install" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2189
<unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2190
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2191
<component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2192
<unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2193
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2194
<component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2195
<unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2196
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2197
<component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2198
<unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2199
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2200
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2201
<collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2202
<component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2203
<unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2204
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2205
<component name="n:swianalysistoolkit" long-name="SWI Analysis Toolkit" purpose="development" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2206
<unit bldFile="mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2207
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2208
<component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2209
<unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2210
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2211
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2212
<collection name="appinstall_info" long-name="Application Installation Info" level="api">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2213
<component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2214
<unit mrp="mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2215
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2216
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2217
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2218
</layer>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2219
<layer name="app" long-name="Applications" levels="services apps">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2220
<block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2221
<collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2222
<component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2223
<unit bldFile="app/contacts/phonebookengines/contactsmodel/group" mrp="app/contacts/phonebookengines/contactsmodel/group/app-engines_cntmodel.mrp" version="1"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2224
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2225
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2226
<collection name="pimprotocols" long-name="PIM Protocols" level="services">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2227
<component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2228
<unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2229
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2230
<component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2231
<unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2232
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2233
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2234
<collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2235
<component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2236
<unit mrp="app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2237
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2238
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2239
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2240
<block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2241
<collection name="pimappservices" long-name="PIM App Services" level="services">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2242
<component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2243
<unit bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2244
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2245
<component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2246
<unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2247
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2248
<component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2249
<unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2250
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2251
<component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2252
<unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2253
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2254
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2255
<collection name="officeappeng" long-name="Office App Engines" level="engine">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2256
<component name="datamodel" long-name="Data Engine" introduced="ER5" deprecated="9.3" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2257
<unit bldFile="app/organizer/officeappeng/datamodel/group" mrp="app/organizer/officeappeng/datamodel/group/app-engines_damodel.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2258
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2259
<component name="sheeteng" long-name="Sheet Engine" introduced="ER5" deprecated="9.3" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2260
<unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2261
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2262
<component name="charteng" long-name="Chart" introduced="ER5" deprecated="9.3" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2263
<unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2264
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2265
<component name="wordeng" long-name="Word Engine" introduced="ER5" deprecated="9.3" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2266
<unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2267
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2268
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2269
<collection name="pimappsupport" long-name="PIM Application Support" level="support">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2270
<component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2271
<unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2272
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2273
<component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2274
<unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2275
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2276
<component name="n:chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="tb91" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2277
<unit bldFile="app/organizer/pimappsupport/chinesecalendaralg/group" mrp="app/organizer/pimappsupport/chinesecalendaralg/group/app-services_chinesecalendaralgorithm.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2278
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2279
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2280
<collection name="organizer_info" long-name="Organizer Application Suite Info" level="ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2281
<component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2282
<unit mrp="app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2283
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2284
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2285
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2286
<block name="messaging" level="apps" span="2" long-name="Messaging Apps" levels="mail eng base ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2287
<collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2288
<component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2289
<unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2290
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2291
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2292
<collection name="mmsengine" long-name="MMS Engine" level="eng">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2293
<component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2294
<unit bldFile="app/messaging/mmsengine/mmssettings/group" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2295
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2296
<component name="mmsconf" long-name="MMS Configuration" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2297
<unit bldFile="app/messaging/mmsengine/mmsconf" mrp="app/messaging/mmsengine/mmsconf/messaging_mmssettings-config.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2298
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2299
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2300
<collection name="messagingappbase" long-name="Messaging App Base" level="base">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2301
<component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2302
<unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2303
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2304
<component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2305
<unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2306
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2307
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2308
<collection name="email" long-name="Email" level="mail">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2309
<component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2310
<unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2311
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2312
<component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" plugin="Y">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2313
<unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2314
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2315
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2316
<collection name="messaging_info" long-name="Messaging Apps Info" level="ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2317
<component name="messaging_metadata" long-name="Messaging Apps Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2318
<unit mrp="app/messaging/messaging_info/messaging_metadata/messaging_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2319
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2320
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2321
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2322
<block name="helps" level="apps" span="2" long-name="Help Apps" levels="eng tools unused ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2323
<collection name="n:symhelptools" long-name="Symbian Help Tools" level="tools">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2324
<component name="n:mbmcodec" long-name="MBM Codec" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2325
<unit bldFile="app/helps/symhelp/mbmcodec/group" mrp="app/helps/symhelp/mbmcodec/group/tools_sdk_eng_mbmcodec.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2326
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2327
<component name="n:cshlpcmpgui" long-name="CSHelp Compiler GUI" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2328
<unit bldFile="app/helps/symhelp/cshlpcmpgui/group" mrp="app/helps/symhelp/cshlpcmpgui/group/tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2329
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2330
<component name="n:cshlpcmpfrontend" long-name="CSHelp Compiler Frontend" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2331
<unit bldFile="app/helps/symhelp/cshlpcmpfrontend/group" mrp="app/helps/symhelp/cshlpcmpfrontend/group/tools_sdk_eng_cshlpcmp_frontend.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2332
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2333
<component name="n:cshlpcmpbackend" long-name="CSHelp Compiler Backend" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2334
<unit mrp="app/helps/symhelp/cshlpcmpbackend/group/tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2335
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2336
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2337
<collection name="symhelp" long-name="Symbian Help" level="eng">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2338
<component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2339
<unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2340
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2341
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2342
<collection name="helps_info" long-name="Help Apps Info" level="ui">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2343
<component name="helps_metadata" long-name="Help Apps Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2344
<unit mrp="app/helps/helps_info/helps_metadata/helps_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2345
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2346
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2347
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2348
<block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2349
<collection name="buildverification" long-name="Build Verification" level="services">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2350
<component name="autosmoketest" long-name="Auto Smoke Test" filter="gt" purpose="development" introduced="9.1">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2351
<unit bldFile="app/techview/buildverification/autosmoketest/Group" mrp="app/techview/buildverification/autosmoketest/Group/testtools_autosmoketest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2352
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2353
<component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2354
<unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2355
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2356
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2357
<collection name="sysvalidation" long-name="System Validation" level="services">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2358
<component name="integtestltsy" long-name="Integration Test Licensee TSY" filter="systemtest" purpose="development" class="placeholder">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2359
<!-- PLACEHOLDER="DEF140073" 
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2360
        <unit bldFile="sysvalidation/integtestltsy/group" mrp="sysvalidation/integtestltsy/group/integtestltsy.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2361
        -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2362
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2363
<!--PLACEHOLDER="DEF140016" START REMOVE -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2364
<!--PLACEHOLDER="DEF140016" END REMOVE -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2365
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2366
<collection name="installationapps" long-name="Installation Apps" level="apps2">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2367
<component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2368
<unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2369
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2370
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2371
<collection name="networkingutils" long-name="Networking Utils" level="utils">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2372
<component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2373
<unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2374
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2375
<component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2376
<unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2377
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2378
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2379
<collection name="testapps" long-name="Test Apps" level="utils">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2380
<component name="rschandler" long-name="Resource Handler" deprecated="tb92" purpose="development">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2381
<unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2382
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2383
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2384
<collection name="techview_info" long-name="Techview Info" level="apps3">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2385
<component name="techview_metadata" long-name="Techview Metadata" introduced="tb91" purpose="development" class="config PC">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2386
<unit mrp="app/techview/techview_info/techview_metadata/techview_metadata.mrp"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2387
</component>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2388
</collection>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2389
</block>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2390
</layer>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2391
</systemModel>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2392
<SystemBuild schema="1.0.0">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2393
  <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2394
  <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2395
  <option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2396
  <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2397
  <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2398
  <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2399
  <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2400
  <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2401
  <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2402
  <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2403
  <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2404
  <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2405
  <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2406
  <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2407
  <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2408
  <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2409
  <!-- Aditional Targets -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2410
  <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2411
  <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2412
  <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2413
  <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2414
  <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2415
  <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2416
  <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2417
  <targetList name="tools" description="tools Targets" target="TOOLS"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2418
  <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2419
  <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2420
  <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2421
  <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2422
  <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2423
  <!-- 9.4 configuration -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2424
    <!-- tb91 configuration -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2425
    <!-- tb91sf configuration -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2426
  <configuration name="GT_tb91sf" description="tb91sf GT build" filter="tb91sf,gt">
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2427
    <ref item="os"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2428
    <ref item="mw"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2429
    <ref item="app"/>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2430
    <task><specialInstructions name="BootStrap1" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="setupprj.bat secure"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2431
    <task><specialInstructions name="BootStrap2" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="bld.bat rel"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2432
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2433
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2434
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2435
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2436
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2437
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2438
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2439
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2440
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2441
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2442
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task> 
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2443
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2444
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2445
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2446
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2447
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2448
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2449
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2450
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2451
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2452
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2453
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2454
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2455
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2456
  </configuration>
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2457
    <!-- 9.5 configuration -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2458
    <!-- 9.6 configuration -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2459
 <!-- Future configuration -->
40c430068ab4 Updated SF system models to 2.0.d, containing fixes for bmconv.exe and licenseetsystub component.
ThomasE
parents: 128
diff changeset
  2460
</SystemBuild></SystemDefinition>